.gv-edit-entry-wrapper .gv-button-update {
  font-size: 18px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "weissenhof_groteskmedium";
  line-height: 1em !important;
  border: 2px solid #000;
  padding: 15px 2em;
  margin-top: 9px;
}

.gv-edit-entry-wrapper .gv-button-cancel {
  font-size: 18px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "weissenhof_groteskmedium";
  line-height: 1em !important;
  border: 2px solid #000;
  padding: 15px 2em;
}

.gv-edit-entry-wrapper .gv-button-delete {
  font-size: 18px;
  background-color: #b02a37;
  border-color: #a52834;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "weissenhof_groteskmedium";
  line-height: 1em !important;
  padding: 15px 2em;
}

.gv-widget-custom-content a.elementor-button {
  margin-top: 20px;
}
.white-bg, .white-bg:hover {
  background: #fff;
}
/*
 * Reset Facetwp
 */
.facet-reset {
  padding: 8px 25px;
  border: none;
  background-color: #000;
  color: #FFFFFF;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.facet-reset:hover {
  background-color: #000000;
}
/*
 * CATALOGUE GALLERIES LIST
 */
.galleries-list {
  margin: 0px auto 60px;
}
/* .gallery-hero { */
/*   max-height: 850px; */
/*   float: right; */
/* } */
@media only screen and (min-width: 768px) {
  .galleries-list {
    margin: 0px auto 60px;
    max-width: 1240px;
  }
}
.galleries-list .gallery-wrapper {
  display: grid;
  row-gap: 30px;
}
@media only screen and (min-width: 768px) {
  .galleries-list .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .galleries-list .gallery-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1200px) {
  .galleries-list .gallery-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.galleries-list .gallery-block {
  position: relative;
  padding-bottom: 40px;
  border-left: 1px solid #000;
  border-bottom: none;
  padding-left: 15px;
  padding-right: 15px;
}
.galleries-list .gallery-block:nth-child(1n) {
  border-right: 1px solid #000;
}
.galleries-list .gallery-block:last-child {
  border-right: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .galleries-list .gallery-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .galleries-list .gallery-block:nth-child(1n) {
    border-right: none;
  }
  .galleries-list .gallery-block:nth-child(2n) {
    border-right: 1px solid #000;
  }
}
@media only screen and (min-width: 1024px) {
  .galleries-list .gallery-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .galleries-list .gallery-block:nth-child(2n) {
    border-right: none;
  }
  .galleries-list .gallery-block:nth-child(3n) {
    border-right: 1px solid #000;
  }
}
.galleries-list .gallery-block p {
  position: absolute;
  bottom: 0;
}
.galleries-list .gallery-block a {
  text-decoration: none;
  color: #000000;
}
.galleries-list .gallery-block a:hover {
  color: #000;
}
.galleries-list .gallery-block a:hover p {
  color: #000;
}
.galleries-list .gallery-block a:hover span {
  display: inline-block;
}
.galleries-list .gallery-block a::after {
  margin-top: -0.6em;
}
@media only screen and (min-width: 768px) {
  .galleries-list .gallery-block a::after {
    margin-top: -0.4em;
  }
}
.galleries-list .gallery-block .gallery-image {
  position: relative;
  display: block;
}
.galleries-list .gallery-block .gallery-image:hover .overlay {
  opacity: 0.6;
}
.galleries-list .gallery-block .overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
}
.galleries-list .gallery-block img {
  margin-bottom: 20px;
  display: block;
}
.galleries-list .gallery-block img:hover {
  opacity: 0.6;
  cursor: pointer;
}
.galleries-list .gallery-block .grid {
  display: grid;
  grid-template-columns: 80% 20%;
}
.galleries-list .gallery-block .grid .stand-number {
  text-align: right;
}
.galleries-list .gallery-block .gallery-category-icon {
  display: block;
  float: right;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  font-size: 14px;
  margin-top: 2px;
}
@media only screen and (min-width: 768px) {
  .galleries-list .gallery-block .gallery-category-icon {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
  }
}
/** CATALOGUE FILTERS **/
.facet-container {
  margin-bottom: 40px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .facet-container {
    display: grid;
    grid-template-columns: 30% 40% auto;
    column-gap: 30px;
  }
}
.facet-container span {
  color: #000000;
  line-height: 31px;
}
@media only screen and (min-width: 768px) {
  .facet-container span {
    line-height: 46px;
  }
}
.facetwp-facet {
  margin: 0 !important;
}
.facet-field-container select {
  background-color: #f7f7f7;
  border: 1px solid #000;
  font-size: 13px;
  padding: 7px 40px 7px 10px !important;
  position: relative;
  color: #000000;
  -webkit-appearance: none;
  border-radius: 0px;
  background-image: url('../img/select-chevron.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  margin: 0 0 10px 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .facet-field-container select {
    font-size: 16px;
    padding: 10px 60px 10px 15px;
    margin: 0 0 15px 0;
  }
}
.facet-field-container select:focus-visible {
  outline: none !important;
}
.facetwp-facet-load_more {
  margin-top: 40px;
  text-align: center;
}
.fs-wrap {
  display: block !important;
  position: relative;
  width: 100% !important;
}
.fs-wrap .fs-arrow {
  display: none;
}
.fs-wrap .fs-label-wrap {
  border: 1px solid #000 !important;
  padding: 5px 40px 5px 10px;
  position: relative;
  color: #000000;
  -webkit-appearance: none;
  border-radius: 0px;
  background-image: url(../img/select-chevron.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  margin: 0 0 10px 0;
  width: calc(100% - 52px) !important;
  background-color: #f7f7f7 !important;
  height: 34px;
}
.fs-wrap .fs-label-wrap .fs-label {
  padding: 10px 50px 10px 0 !important;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .fs-wrap .fs-label-wrap .fs-label {
    font-size: 16px;
    padding: 10px 60px 10px 15px;
    margin: 0 0 15px 0;
  }
}
.fs-wrap .fs-dropdown {
  width: calc(100% - 2px);
  margin-top: -11px;
  border: 1px solid #000 !important;
}
.fs-wrap .fs-dropdown .fs-search {
  padding: 0 10px;
}
.fs-wrap .fs-dropdown .fs-search input {
  padding: 12px 0;
}
.fs-wrap .fs-dropdown .fs-options .fs-option-label {
  line-height: 20px;
  color: #000000;
  text-align: left;
}
.fs-wrap .fs-dropdown .fs-options .fs-checkbox i {
  border: 1px solid #000 !important;
}
.fs-wrap .fs-dropdown .fs-option.selected .fs-checkbox i {
  background-color: #000 !important;
  border-color: transparent;
  /* Let's get scrollbar */
}
.fs-wrap .fs-dropdown ::-webkit-scrollbar {
  width: 7px;
  /* Track */
}
.fs-wrap .fs-dropdown ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  /* Handle */
}
.fs-wrap .fs-dropdown ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #000;
}
.fs-wrap .fs-dropdown ::-webkit-scrollbar-thumb:window-inactive {
  background: #000;
}
/*****************************************
 BUTTONS  
 ******************************************/
.facetwp-load-more {
  background: #000;
  border: none;
  font-weight: 500;
  font-size: 16px !important;
  color: #FFFFFF !important;
  border-radius: 0;
  margin-top: 30px;
  padding: 14px 20px !important;
  width: auto !important;
  line-height: 1 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.facetwp-load-more:hover {
  background: #000000 !important;
  color: #FFFFFF !important;
}
@media only screen and (min-width: 1024px) {
  .facetwp-load-more {
    font-size: 18px !important;
    letter-spacing: 1px;
  }
}
.digital-catalogue:not(body.digital-catalogue) {
  padding: 5em 0;
  font-family: "weissenhof_groteskregular";
}
.digital-catalogue .gallery-menu {
  text-align: right;
  margin-bottom: 30px;
}
.digital-catalogue .gallery-menu ul {
  list-style: none;
  padding: 0;
}
.digital-catalogue .gallery-menu ul li {
  display: inline;
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 16px;
}
.digital-catalogue .gallery-menu ul li a {
  color: #000;
}
.digital-catalogue .gallery-menu ul li a:hover {
  color: #000000;
}
.digital-catalogue p, .digital-catalogue a {
/*   margin-bottom: 0; */
}
/* .digital-catalogue .gallery-info-wapper p, .digital-catalogue .normal-p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3px;
} */
.digital-catalogue a {
  text-decoration: none;
  color: #000000;
  font-weight: normal;
}
.digital-catalogue a .artwork-short-desc p {
  transition: all 0.3s ease-in-out;
}
.digital-catalogue a:hover {
  color: #000;
  text-decoration: none;
}
.digital-catalogue a:hover .artwork-short-desc p {
  color: #000;
}
.digital-catalogue .mb-20 {
  margin-bottom: 20px;
}
.digital-catalogue .mb-40 {
  margin-bottom: 40px;
}
.digital-catalogue .divider {
  margin: 4em 0;
  border-bottom: 1px solid #000;
  height: 0;
}
.digital-catalogue .divider-shot {
  margin: 0 0 25px 0;
  border-bottom: 3px solid #000;
  width: 25px;
  height: 0;
}
.digital-catalogue .single-gallery-profile {
  padding: 5em 0;
  margin: -5em 0;
}
.digital-catalogue .single-gallery-profile a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.digital-catalogue .single-gallery-profile a:hover {
  color: #000;
}
.digital-catalogue .single-gallery-profile .gallery-site-title {
  margin-bottom: 30px;
  position: relative;
}
.digital-catalogue .single-gallery-profile .gallery-site-title::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #000;
  left: 0;
  bottom: 0;
}
/* .digital-catalogue .single-gallery-profile .gallery-wapper {
  display: grid;
} */
/* @media only screen and (min-width: 768px) {
  .digital-catalogue .single-gallery-profile .gallery-wapper {
    grid-template-columns: 1fr 300px;
    column-gap: 30px;
  }
} */
.digital-catalogue .single-gallery-profile .gallery-title {
  margin: 0 0 5px;
}
.digital-catalogue .single-gallery-profile .gallery-title h1 {
  font-size: 32px;
  line-height: 44px !important;
}
.digital-catalogue .single-gallery-profile .artist-name {
  margin: 0 0 25px;
}
.digital-catalogue .single-gallery-profile .artist-name h3 {
  font-size: 24px;
  line-height: 30px !important;
}
.digital-catalogue .single-gallery-profile .artwork-block {
  display: grid;
  row-gap: 30px;
}
@media only screen and (min-width: 768px) {
  .digital-catalogue .single-gallery-profile .artwork-block {
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .digital-catalogue .single-gallery-profile .artwork-block {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
/* @media only screen and (min-width: 1200px) {
  .digital-catalogue .single-gallery-profile .artwork-block {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
} */
.digital-catalogue .single-gallery-profile .artwork-block:hover {
  color: #000;
}
.digital-catalogue .single-gallery-profile .artwork-block .gallery-image {
  position: relative;
  display: inline-block;
}
.digital-catalogue .single-gallery-profile .artwork-block .gallery-image:hover .overlay {
  opacity: 0.6;
}
.digital-catalogue .single-gallery-profile .artwork-block .overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
}
.digital-catalogue .single-gallery-profile .artwork-block img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .digital-catalogue .single-gallery-profile .artwork-block img {
    height: auto;
  }
}
.digital-catalogue .single-gallery-profile .artwork-block img:hover {
  cursor: pointer;
}
.digital-catalogue .single-gallery-profile .artwork-block h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.digital-catalogue .single-gallery-profile .artwork-block .artwork-short-desc {
  position: relative;
  margin: 0;
/*   padding-left: 20px; */
}
/* .digital-catalogue .single-gallery-profile .artwork-block .artwork-short-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: calc(100% - 14px);
  background-color: #000;
  transform: translateY(7px);
} */
.gallery-contact-info h3 {
  font-size: 24px;
  line-height: 30px !important;
}
.gallery-contact-info p a {
  font-weight: 400;
}
.gallery-contact-info .social-links {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.gallery-contact-info .social-links li {
  display: inline-block;
  background: #000000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: center;
  margin: 0 20px 0 0;
}
.gallery-contact-info .social-links li:hover {
  background: #000;
}
.gallery-contact-info .social-links li a {
  color: #FFFFFF !important;
  text-align: center;
  margin: auto;
  font-size: 16px;
}
.single-catalogue-artwork .gallery-contact-info .social-links .fas {
  margin-top: 6px;
}
/** CONTACT FORM POPUP **/
.artwork-contact-button {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  color: #FFFFFF !important;
  background: #000;
  border: none;
  transition: all 0.2s ease-out;
  margin-bottom: 0px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
.artwork-contact-button i {
  padding-left: 10px;
  float: right;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  .artwork-contact-button {
    padding: 10px 0 13px 0;
    font-size: 18px;
  }
}
.artwork-contact-button:hover {
  background-color: #000000;
  color: #FFFFFF !important;
}
.artwork-form {
  margin-bottom: 3em;
  align-items: end;
  display: grid;
  font-size: 16px;
}
.artwork-form .text-link {
  text-decoration: underline;
}
.artwork-form .artwork-form-inner {
  position: relative;
  display: none;
  transition: all 0.2s ease-out;
  opacity: 0;
}
.artwork-form .artwork-form-inner.show {
  display: block;
  opacity: 1;
}
.artwork-form .artwork-form-inner .gfield {
  margin-bottom: 0;
}
.artwork-form .artwork-form-inner .gfield_required {
  color: #000;
  font-weight: 600 !important;
}
.artwork-form .artwork-form-inner .validation_message, .artwork-form .artwork-form-inner .gfield_validation_message {
  background: transparent !important;
  border: none !important;
  margin: 0;
  padding: 0 !important;
  color: #c02b0a !important;
}
.artwork-form .artwork-form-inner .gform_validation_errors {
  padding: 5px 16px 5px 48px !important;
}
.artwork-form .artwork-form-inner .gform_validation_errors h2 {
  line-height: 26px !important;
}
.artwork-form .artwork-form-inner input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .artwork-form .artwork-form-inner textarea {
  border: 1px solid #000 !important;
  background-color: #F4F4F4;
}
.artwork-form .artwork-form-inner .gfield_label {
  margin-top: 0px !important;
}
.artwork-form .artwork-form-inner input[type=submit] {
  border: 1px solid #000 !important;
  background: #FFFFFF;
  color: #000;
}
.artwork-form .artwork-form-inner input[type=submit]:hover {
  background-color: #000;
  color: #FFFFFF !important;
}
.artwork-form .artwork-form-inner .gform_confirmation_message {
  margin-bottom: 20px;
}
.artwork-form .gfield input[type="text"], .artwork-form .gfield input[type="email"] {
  border: 0;
  border-bottom: 1px solid #000;
  padding: 4px 0 !important;
}
.artwork-form .gfield textarea {
  border: 1px solid #000;
}
.artwork-form .gfield input[type="checkbox"] {
  margin-right: 5px;
}
.artwork-form .gfield :focus-visible {
  outline: none !important;
}
.artwork-form .gfield_label {
  margin-bottom: 4px !important;
  font-weight: normal !important;
}
.artwork-form label, .artwork-form ::placeholder {
  text-transform: uppercase;    
}
.artwork-form .gform_button {
  border-radius: 50px;
  padding: 10px 2em !important;
}
.artwork-form .required-informations {
  text-align: right;
}
.artwork-form .gform_heading .gform_required_legend {
  display: none;
}
.gallery-popup {
  height: 100vh;
  width: 100vw;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 99999;
  padding: 0;
  overflow: scroll;
/*   background-image: url('../img/spinner.gif'); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px 100px;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.gallery-hide-spinner {
  background-image: unset !important;
}

.gallery-popup::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}
.gallery-popup .close-popup {
  display: inline-block;
  text-align: right;
  font-size: 30px;
  color: #000000;
  padding: 10px;
  top: 10px;
  right: 10px;
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  .gallery-popup .close-popup {
    font-size: 40px;
    padding: 20px;
    top: 20px;
    right: 20px;
  }
}
.gallery-popup main {
  background-color: #ffffff;
  min-height: 80vh;
  padding: 0 30px 50px 30px;
}
@media only screen and (min-width: 1024px) {
  .gallery-popup main {
    padding: 0 70px 50px 70px;
  }
}
.gallery-popup .fa-times {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  background: #000;
  border-radius: 50px;
}
.gallery-popup .fa-times:hover {
  opacity: 1;
}
.gallery-popup .fa-times:before, .gallery-popup .fa-times:after {
  position: absolute;
  left: 15px;
  top: 7px;
  content: ' ';
/*   height: 33px; */
  height: 17px;
  width: 2px;
  background-color: #FFF;
}
.gallery-popup .fa-times:before {
  transform: rotate(45deg);
}
.gallery-popup .fa-times:after {
  transform: rotate(-45deg);
}
.single-artwork-content {
  display: grid;
  row-gap: 30px;
}
@media only screen and (min-width: 768px) {
  .single-artwork-content {
    -ms-grid-columns: 30% auto;
    grid-template-columns: 30% auto;
    -webkit-column-gap: 3%;
    column-gap: 3%;
  }
}
/* Gallery Slider */
.artwork-profile-slideshow {
  order: 2;
  margin: 0 -20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .artwork-profile-slideshow {
    order: 3;
    grid-area: item-3;
  }
}
.artwork-profile-slideshow .artwork-slider {
  max-width: 100%;
}
.artwork-profile-slideshow .artwork-slider .artwork-slide {
/*   min-height: 350px; */
/*   min-height: 500px; */
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .artwork-profile-slideshow .artwork-slider .artwork-slide {
/*     min-height: calc(100vh - 200px); */
    margin: 0;
  }
}
.artwork-profile-slideshow .artwork-slider .artwork-slide .image-caption {
  background-color: #ffffff;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 14px;
  padding: 10px 0;
  /** ARTWORK ON WALL **/
}
.artwork-profile-slideshow .artwork-slider .artwork-slide.has-background .artwork-inroom {
  background: linear-gradient(117deg, #f6f5fa 0%, #f6f6f8 100%);
}
.artwork-profile-slideshow .artwork-slider .artwork-slide.has-background .artwork-inroom .artwork-wall {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  min-height: 200px;
}
@media only screen and (min-width: 768px) {
  .artwork-profile-slideshow .artwork-slider .artwork-slide.has-background .artwork-inroom .artwork-wall {
    min-height: 300px;
  }
}
.artwork-profile-slideshow .artwork-slider .artwork-slide.has-background .artwork-inroom .artwork-wall img {
  height: auto;
  margin: 40px 0;
  /*box-shadow: 4px 3px 11px 0px rgba(0,0,0,0.15); */
}
@media only screen and (min-width: 768px) {
  .artwork-profile-slideshow .artwork-slider .artwork-slide.has-background .artwork-inroom .artwork-wall img {
    margin: 80px 0 40px;
  }
}
.artwork-profile-slideshow .artwork-slider .artwork-slide.has-background .artwork-inroom .artwork-background {
  margin-top: -18%;
  z-index: 2;
}
.artwork-profile-slideshow .artwork-slider .artwork-slide.has-background .artwork-inroom .artwork-background img {
  width: 100%;
  height: auto;
}
.artwork-profile-slideshow .slick-prev {
  left: 20px;
  top: 45%;
}
.artwork-profile-slideshow .slick-next {
  right: 10px;
  top: 45%;
}
@media only screen and (min-width: 768px) {
  .artwork-profile-slideshow .slick-next, .artwork-profile-slideshow .slick-prev {
    top: 50%;
  }
  .artwork-profile-slideshow .slick-prev:before, .artwork-profile-slideshow .slick-next:before {
    height: 35px;
  }
}
.artwork-profile-slideshow .slick-dots li button:before {
  font-size: 12px;
}
.artwork-profile-slideshow .slick-dots li.slick-active button:before {
  color: #000;
  opacity: 1;
}
.artwork-images .artwork-description {
  padding-top: 20px;
}
.artwork-images .artwork-description .divider {
  margin: 1em 0;
  border-bottom: 2px solid #000;
  height: 0;
}

.digital-catalogue .single-gallery-profile .gallery-swiper-wapper .artwork-block-inner .gallery-image {
  position: relative;
  display: inline-block;
}

.digital-catalogue .single-gallery-profile .gallery-swiper-wapper .artwork-block-inner h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.digital-catalogue .single-gallery-profile .gallery-swiper-wapper .artwork-block-inner .overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0;
}

.digital-catalogue .single-gallery-profile .gallery-swiper-wapper .artwork-block-inner .gallery-image:hover .overlay {
  opacity: 0.6;
}

.digital-catalogue .swiper {
  width: 100%;
  height: 100%;
}

.digital-catalogue .swiper-slide {
  font-size: 18px;
  background: #fff;
  display: flex;
}

.digital-catalogue .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalogue.more-content p {
  font-size: 16px;
}

/* .swiper-button-prev,
.swiper-button-next {
  color: white !important;
  border: 1px solid black;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  font-weight: bold;
  background-color: black;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px !important;
}

.swiper-button-disabled {
  display: none !important;
}
 */
.digital-catalogue .swiper-button-next, 
.digital-catalogue .swiper-button-prev {
  color: white !important;
  border: 1px solid black;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  font-weight: bold;
  background-color: black;
}

.digital-catalogue .swiper-button-next::after, 
.digital-catalogue .swiper-button-prev::after {
  font-size: 16px !important;
}

.digital-catalogue .swiper-button-disabled {
  display: none !important;
}

.gallery-list-full .gallery-list-full-box {
  font-family: "weissenhof_groteskregular";
}
@media only screen and (min-width: 992px) {
  .gallery-list-full-box .gallery-list-full-title {
    width: calc(100% - 68px);
  }
}

.show-loading {
    font-size: 30px;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hide {
  display: none;
}

.holds-the-iframe {
  background:url(../images/loader.gif) center center no-repeat;
}

.grey-btn {
  background-color: #afafaf;
  border: none;
  color: #FFF;
  font-size: 13px;
  min-width: 115px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin: 12px 0 0 0;
  border: 1px solid #afafaf;
  border-radius: 50px;
  word-wrap: break-word;
  padding: 3px 10px;
  line-height: 1.1em;
}
.grey-btn:hover {
  background-color: #FFF;
  color: #afafaf;
}

.artwork-info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row;
  margin-top: 50px;
  width: 700px;
  gap: 120px;
}

@media screen and (max-width: 1024px) {
  
  .artwork-info {
    width: auto !important;
  }
  
/*   .gallery-hero {
    max-width: 100%;
    max-height: unset;
  } */
  
  .artwork-info {
    display: block !important;
  }
  
  .artwork-info li {
    margin-bottom: 30px;
  }
}

.artwork-info li {
  line-height: 1.5em;
}

.artwork-info .title {
  font-family: "weissenhof_groteskmedium";
  font-size: 18px;
  display: block;
}

.artwork-info .content {
  font-weight: 400;
  display: block;
  font-size: 18px;
}

.artwork-info .content a:hover {
  text-decoration: underline;
}

.artwork-info .social-icon {
  display: flex;
  background: black;
  width: 30px;
  justify-content: center;
  height: 30px;
  align-items: center;
  border-radius: 100%;
  color: white;
}

.tile-box {
  position: relative;
}

.single-gallery .img-wrap {
   aspect-ratio: 0.8125;
}

.img-wrap .gallery-hero {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.img-copyright::before {
    content: "©";
    font-size: 20px;
    position: absolute;
    background: #5c5c5c;
    z-index: 1;
    left: 10px;
    bottom: 10px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
}

.artwork-form .gfield {
  position: relative;
  margin-bottom: 10px;
}

.artwork-form .gform-field-label {
  position: absolute;
  margin-bottom: 0px;
  top: 10px;
  transition: 0.3s ease-in;
  pointer-events: none;
  color: #7579a1  !important;
}


.artwork-form .gfield--type-text:focus-within .gform-field-label,
.artwork-form .gfield--type-email:focus-within .gform-field-label {
  top: -10px;
  font-size: 13px !important;
}

.focused {
  top: -10px !important;
  font-size: 13px !important;
}

.artwork-form .gfield_required.gfield_required_asterisk {
  color: #7579a1 !important;
}

.artwork-form .ginput_container input {
  height: 40px !important;
}

.artwork-form fieldset .ginput_container input {
  height: auto !important;
}

.artwork-form fieldset .gform-field-label {
  position: unset;
  color: black !important;
}

.artwork-form .gfield--type-textarea .gform-field-label  {
  position: unset;
  color: black !important;
}
.ttooltip {
  z-index: 999;
  left: 10px;
  bottom: 10px;
  width: 25px;
  height: 25px;
  margin: 0;
  background-color: #5c5c5c;
}

.popover .popover-body {
  font-size: 15px !important;
}


