.gallery-suggest {
  max-width: 20%;
  max-height: 20%;
  z-index: 500;
  color: blue;
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
  right: 15px;
  float: right;
  background-color: bisque;
  padding: 15px;
  border-radius: 50px;
  opacity: 60%; }

.draigenwaith-nav {
  background-color: transparent;
  border-color: transparent;
  border-radius: 10px;
  border: 2px; }
  .draigenwaith-nav .nav {
    display: inline-flex; }
    .draigenwaith-nav .nav li:first-child {
      position: relative;
      zoom: 1;
      background: none; }
    .draigenwaith-nav .nav li {
      float: left;
      padding: 0 26px 0 27px;
      position: relative;
      zoom: 1;
      background: url(../img/bullet1.png) no-repeat left center; }
    .draigenwaith-nav .nav li a {
      text-decoration: none;
      text-transform: lowercase;
      color: #ffffff;
      font-family: 'Georgia', serif;
      font-size: 22px;
      line-height: 24px;
      font-weight: normal;
      background: transparent;
      padding: 0; }
    .draigenwaith-nav .nav li.active > a {
      color: #fbe31f; }

span.gallery-description-weight {
  text-transform: none;
  font-weight: bold; }

span.gallery-description-descriptions {
  text-transform: none;
  font-weight: bold;
  color: goldenrod; }

span.gallery-description-sold {
  color: red; }

span.gallery-description-for_sale {
  color: green; }

span.gallery-description-concept {
  color: blue; }

span.gallery-description-second {
  color: #bd1069; }

span.gallery-description-id {
  color: black; }

span.gallery-description {
  text-transform: none; }

.gallery-more ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  list-style: none;
  padding: 0 0 20px 0;
  margin: 40px;
  color: #797979; }
  @media (max-width: 460px) {
    .gallery-more ul {
      flex-direction: column; } }
  .gallery-more ul li:not(:first-child) a {
    text-transform: uppercase;
    padding: 0 10px 0 10px;
    font-family: 'Georgia', serif;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    text-decoration: none; }

.gallery-modal-content {
  display: flex;
  flex-direction: row; }
  .gallery-modal-content .gallery-first-div {
    padding-bottom: 0;
    padding-right: 30px; }
    .gallery-modal-content .gallery-first-div .gallery-modal-id {
      color: #9d5443; }
    .gallery-modal-content .gallery-first-div .gallery-modal-weight {
      color: #51714f; }
    .gallery-modal-content .gallery-first-div .gallery-modal-dims {
      color: #496ab7; }
    .gallery-modal-content .gallery-first-div .gallery-modal-description {
      color: goldenrod; }
  .gallery-modal-content .gallery-second-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .gallery-modal-content .gallery-second-div fieldset {
      background-color: #eeeeee;
      padding: 10px;
      border-radius: 10px;
      border-bottom-color: royalblue;
      border-top-color: royalblue;
      border-width: 2px;
      border-style: solid none; }
      .gallery-modal-content .gallery-second-div fieldset legend {
        background-color: gray;
        color: white;
        padding: 5px 15px;
        width: max-content;
        border-radius: 5px;
        font-size: medium; }
  @media (max-width: 768px) {
    .gallery-modal-content {
      flex-direction: column; }
      .gallery-modal-content .gallery-first-div {
        padding-bottom: 30px;
        padding-right: 0; } }

#modal-comm-proforma, #modal-verify-proforma, #modal-sale-proforma {
  visibility: hidden;
  height: 0px;
  overflow: hidden; }

.container .content-dark p {
  color: #ffffff; }
