/* COLOURS */
/* GLOBAL */
.home #main {
  margin-top: 0 !important;
}
.home .entry-title {
  display: none;
}

#main {
  margin: 4rem auto !important;
  padding: 0;
}
#main .entry-title {
  margin-bottom: 2rem;
}

/* FONTS */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 100 !important;
}

p,
a {
  font-family: "Montserrat", sans-serif;
  font-weight: 300 !important;
}

p a {
  color: #212529 !important;
  text-decoration: underline;
}

/* Font Sizes */
p,
span,
div {
  font-size: 15px;
}

/* BUTTONS */
.button {
  color: #333 !important;
  background-color: #eccc4f !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  transition: 0.3s !important;
  border-radius: 0 !important;
  border: 1px solid #eccc4f !important;
}

.button:hover {
  background-color: #fff !important;
  color: #111 !important;
  transition: 0.3s !important;
  border: 1px solid #eccc4f !important;
}

.button-alt {
  color: #111;
  background-color: #fff;
  padding: 10px 20px;
  border: 1px solid;
  font-weight: 300 !important;
  transition: 0.3s;
}

.button-alt:hover {
  color: #fff;
  background-color: #111;
  border-color: #111;
}

.button-search-lrg {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  width: 100%;
  color: #fff;
  background-color: #111;
  padding: 10px 20px;
  border: 1px solid;
  font-weight: 300 !important;
  transition: 0.3s;
}
.button-search-lrg:hover {
  color: #111;
  background-color: #fff;
  border-color: #111;
}

.mail-list-subscribe-button input {
  padding: 10px 20px !important;
}

#mp_form_popup4 {
  border-radius: 0 !important;
}
@media (min-width: 500px) {
  #mp_form_popup4 {
    padding: 60px 50px !important;
  }
}
#mp_form_popup4 .mailpoet_form_columns {
  margin-top: 30px;
}
#mp_form_popup4 .mailpoet_form_columns .mailpoet_text {
  padding: 14px !important;
}
#mp_form_popup4 .mailpoet_form_columns .mailpoet_submit,
#mp_form_popup4 .mailpoet_form_columns #placeholder {
  font-weight: 300 !important;
}

.products .product .woocommerce-loop-product__title,
.products .product .product-title {
  color: #212529;
  font-weight: 300 !important;
  display: inline-block;
}
.products .product .product-stock-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 10px !important;
  position: relative;
  top: -2px;
}
.products .product .green-dot {
  background-color: green;
}
.products .product .red-dot {
  background-color: red;
}
.products .product .product-reserved-text {
  color: #212529;
}
.products .product .product-sold-text {
  color: red;
}
.products .product .price {
  color: #212529 !important;
  font-size: 1em !important;
}
.products .product .product_type_simple {
  background-color: #fff;
  border: 1px solid;
  border-radius: 0px;
  transition: 0.3s;
}
.products .product .product_type_simple:hover {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
  transition: 0.3s;
}
.products .product .product-excerpt-details .product-excerpt-item {
  color: #212529;
}
.products .product .product-excerpt-details .product-excerpt-item .item-title {
  text-transform: uppercase;
  font-size: 14px;
}
.products .product .added_to_cart {
  color: black;
  text-decoration: underline !important;
  padding-left: 10px;
  transition: 0.2;
}
.products .product .added_to_cart:hover {
  transform: scale(1.02) translateY(-2px);
}
@media (max-width: 911px) {
  .products .product .added_to_cart {
    padding-left: 0;
  }
}
.products .product strong {
  display: inline-block !important;
}

.product-type-simple .summary.entry-summary .price {
  color: #212529;
}
.product-type-simple .summary.entry-summary .price .amount {
  font-size: 20px;
}
.product-type-simple .summary.entry-summary .product_meta a {
  color: #212529;
}
.product-type-simple .summary.entry-summary .single_add_to_cart_button {
  background-color: #fff;
  border: 1px solid;
  border-radius: 0px;
  transition: 0.3s;
  color: #212529;
}
.product-type-simple .summary.entry-summary .single_add_to_cart_button:hover {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
  transition: 0.3s;
}
.product-type-simple .summary.entry-summary .product-excerpt-details {
  margin-bottom: 1rem;
}
.product-type-simple .summary.entry-summary .product-excerpt-details .product-excerpt-item {
  padding-bottom: 0.5rem;
}
.product-type-simple .summary.entry-summary .product-excerpt-details .product-excerpt-item > * {
  font-size: 20px;
}
.product-type-simple .summary.entry-summary .stock {
  display: none;
}
.product-type-simple .summary.entry-summary .product-sold-text {
  color: red;
}
.product-type-simple .summary.entry-summary .product-reserved-text {
  color: green;
}
.product-type-simple .summary.entry-summary .product_title {
  border-bottom: 1px solid #212529;
  padding-bottom: 1.5rem;
}
.product-type-simple .summary.entry-summary .quantity .input-text {
  height: 36px;
  border: 1px solid;
}
.product-type-simple .woo-product-gallery-slider .zoomtoo-container img {
  max-height: 550px;
  object-fit: cover;
}
.product-type-simple .woo-product-gallery-slider .wpgs-lightbox-icon::before {
  display: none;
}
.product-type-simple .related {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.product-type-simple .related .products {
  width: 100%;
}

.related h2 {
  margin-bottom: 24px;
}

.ced h2 {
  margin: 24px 0;
}

.slick-list {
  height: auto !important;
}

.slick-slide {
  height: auto !important;
}

.woocommerce-LoopProduct-link > h2 {
  color: #212529;
}

.card-title > a {
  color: #212529;
  border-bottom: 1px solid #212529;
  padding-bottom: 1.5rem;
}

.search-card-container {
  border: none !important;
}

.post-thumbnail {
  width: 100% !important;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.post-thumbnail img {
  height: auto;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.orderby {
  border-radius: 0;
}
.orderby:focus-visible {
  outline: none;
}

.hero-section {
  height: 600px;
  background-size: cover;
  background-position: center center;
}
.hero-section .hero-underlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section .hero-underlay .hero-inner-text {
  color: #fff;
}

.image-and-text-image-col {
  padding: 0 !important;
}

.image-and-text-section .image-and-text-text-col {
  position: relative;
  padding: 0;
}
.image-and-text-section .image-and-text-text-col .text-container {
  margin-bottom: 20px;
}
.image-and-text-section .image-and-text-image {
  width: 100%;
  display: block;
}

@media (max-width: 768px) {
  .image-and-text-section .flex-row .image-and-text-text-col {
    order: 0;
  }
}
.image-and-text-section .flex-row .image-and-text-text-col h3 {
  font-size: 62px;
}
.image-and-text-section .flex-row .image-and-text-text-col h3,
.image-and-text-section .flex-row .image-and-text-text-col h4 {
  text-align: right;
}
.image-and-text-section .flex-row .image-and-text-text-col .button {
  float: right;
}
.image-and-text-section .flex-row-reverse .image-and-text-text-col h3 {
  font-size: 62px;
}

.title-container {
  padding: 0;
}
.title-container .title-heading {
  font-size: 26px;
  font-weight: 500 !important;
  padding: 0 0 30px 0;
}

.shortcode-section {
  padding: 0 !important;
}

.artist-card-slider-container {
  padding: 0 !important;
}
.artist-card-slider-container .title-heading {
  font-size: 26px;
  font-weight: 500 !important;
  padding: 0 0 30px 0;
}
.artist-card-slider-container .slick-track {
  margin: 0 -10px; /* Negative margin matches padding */
}
.artist-card-slider-container .slick-track .slick-slide {
  padding: 0 10px; /* 10px gap between slides */
  box-sizing: border-box;
  border-radius: 0;
}
.artist-card-slider-container .slick-track .slick-slide .card {
  border: 0;
}
.artist-card-slider-container .slick-track .slick-slide .card .card-title {
  margin-bottom: 30px;
}
.artist-card-slider-container .slick-track .slick-slide .card .card-title a {
  border-bottom: 0;
}
.artist-card-slider-container .slick-track .slick-slide .card img {
  object-fit: cover;
  object-position: center;
  max-height: 250px;
  border-radius: 0;
}
.text-block-section {
  padding: 0 !important;
  width: 60% !important;
}
.text-block-section .text-block-title {
  font-size: 26px;
  font-weight: 500 !important;
  text-align: center;
}
.text-block-section .text-block-title p {
  text-align: center;
}

#footer {
  background-color: #f8f9fa !important;
  padding: 30px 0px;
}
#footer .menu.nav {
  flex-direction: column;
  padding-bottom: 30px;
}
#footer .menu.nav a {
  text-align: center;
  color: #212529;
}
#footer .menu.nav a[aria-current=page] {
  color: #212529;
  font-weight: 600;
}
#footer p {
  font-size: 12px;
  text-align: center;
}
#footer .all-rights-reserved {
  margin: 0px;
}
#footer .subscribe-row {
  padding-bottom: 2rem;
}
#footer .subscribe-row .social-icon-row {
  max-width: 145px;
  justify-content: space-evenly;
}
#footer .subscribe-row .social-icon-row .social-icon {
  max-width: 32px;
  padding: 0;
  transition: 0.3s;
}
#footer .subscribe-row .social-icon-row .social-icon img {
  max-width: 32px;
}
#footer .subscribe-row .social-icon-row .social-icon:hover {
  transform: scale(1.1) translateY(-2px);
}
#footer .subscribe-row .social-icon-row .social-icon:active {
  transform: scale(0.9);
}
#footer #mailpoet_form_1 #form_email_1 {
  background-color: #f8f9fa;
}
#footer .socials-column {
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  #footer .menu.nav {
    flex-direction: row;
    justify-content: center;
  }
  #footer .socials-column {
    padding-bottom: 0;
  }
}
/* HEADER */
#wrapper > header #header {
  padding: 0 !important;
}
#wrapper > header #header .menu-and-action-col {
  display: flex;
  align-items: center;
}
#wrapper > header #header .menu-and-action-col .cart-wrapper {
  display: flex;
}
#wrapper > header #header .header-row {
  width: 100%;
  align-items: center;
}

.navbar-container {
  flex-wrap: wrap !important;
}
.navbar-container .navbar-brand {
  margin-right: 20px !important;
  padding: 0;
  display: block;
  width: 100%;
}
.navbar-container .navbar-brand .logo {
  display: block;
  height: auto;
  max-height: 80px;
  background-color: #edcd4e;
  padding: 15px !important;
  max-width: fit-content;
}
.navbar-container #navbar #menu-main-navigation-menu {
  width: auto;
}
.navbar-container #navbar #menu-main-navigation-menu .nav-link {
  text-transform: uppercase;
  padding: 15px;
}
.navbar-container .navbar-search {
  display: none;
  width: 100%;
  margin-left: auto;
  padding: 10px;
}
.navbar-container .navbar-search .form-control {
  background-color: #f9fafa;
  box-shadow: none !important;
  border: 0px;
  border-bottom: 1px solid #111;
  border-radius: 0px;
}
.navbar-container .navbar-search .search-form-submit {
  margin-left: 20px !important;
}
.navbar-container .navbar-search-icon {
  cursor: pointer;
  margin-left: auto;
  padding-right: 20px;
}
.navbar-container .navbar-toggler {
  border: 0px;
  padding: 0px;
}
.navbar-container .navbar-toggler:focus {
  outline: 0px !important;
  box-shadow: none !important;
}
.navbar-container .mobile-nav-seperator {
  width: 100%;
}
.navbar-container .navbar-empty-sapce {
  display: none;
}

@media (min-width: 768px) {
  .navbar-container .navbar-empty-sapce,
  .navbar-container .navbar-search {
    width: 33%;
  }
  .navbar-container .navbar-empty-sapce .search-form,
  .navbar-container .navbar-search .search-form {
    float: right;
  }
  .navbar-container .navbar-brand {
    width: auto;
    transition: 0.3s;
    transition-delay: 0.3s;
    width: 33%;
  }
  .navbar-container .navbar-search-icon.search-form-open {
    display: none;
  }
  .scrolled header #header {
    transition: 0.3s;
    transition-delay: 0.3s;
    padding: 10px 0px 0px 0px !important;
    box-shadow: 0px 0px 5px 0px #ccc;
  }
  .scrolled header #header .navbar-brand {
    transition: 0.3s;
    transition-delay: 0.3s;
    padding-bottom: 15px;
  }
  .scrolled header #header .navbar-brand img {
    transition: 0.3s;
    transition-delay: 0.3s;
    max-height: 60px;
  }
}
@media (min-width: 992px) {
  .navbar-container .navbar-brand {
    transition: 0.3s;
    transition-delay: 0.3s;
  }
}
@media (max-width: 768px) {
  .navbar-container .navbar-brand {
    margin-left: 2rem;
  }
}
.collapse-header {
  padding: 10px 0px !important;
}
.collapse-header .navbar-brand img {
  max-height: 100px;
}

.cart-icon {
  width: 30px !important;
}

.cart-count {
  color: black;
  padding: 0 5px;
}

/* Adjust the grid to your specific design */
.artist-grid .artist-item {
  transition: transform 0.2s ease-in-out;
}
.artist-grid .artist-item article {
  height: 0;
  padding-top: 100%;
  position: relative;
  background-size: cover;
}
.artist-grid .artist-item article .inner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.artist-grid .artist-item article .inner-text .artist-title,
.artist-grid .artist-item article .inner-text p {
  color: #fff;
}
.artist-grid .artist-item:hover {
  transform: scale(1.05);
}

/* Responsive styles for smaller screens */
.dark-transparent-overlay-artist {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  background: radial-gradient(circle, rgba(33, 37, 41, 0.3) 0%, rgba(25, 43, 62, 0) 100%);
}

.artist-bio {
  margin-bottom: 2rem;
}
.artist-bio .artist-bio-row {
  padding-bottom: 2rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem;
}

.artist-products .title-by-artist {
  margin-bottom: 2rem;
}
.artist-products .product-image {
  margin-bottom: 0;
  width: 100%;
}
.artist-products .product-title {
  padding: 0.5em 0;
  margin: 0;
  color: #212529;
}
.artist-products .product-excerpt-details {
  margin-bottom: 2rem;
}
.artist-products .product-excerpt-details .product-excerpt-item .item-title {
  text-transform: uppercase;
  font-size: 14px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 80px;
}

.checkout-button {
  background-color: #212529 !important;
  border: 1px solid #212529 !important;
  border-radius: 0px;
  transition: 0.3s;
  color: #fff;
  font-weight: 100;
  border-radius: 0;
}
.checkout-button:hover {
  color: #212529 !important;
  background-color: #fff !important;
  transition: 0.3s;
}

.coupon {
  display: flex;
}
.coupon > .button {
  background-color: #212529 !important;
  color: #fff !important;
  border-radius: 50px !important;
  margin: 0 1rem !important;
  border: 1px solid #212529 !important;
  transition: 0.3s;
}
.coupon > .button:hover {
  background-color: #fff !important;
  color: #212529 !important;
}
.coupon + .button {
  background-color: #fff !important;
  color: #212529 !important;
  border-radius: 50px !important;
  opacity: 1 !important;
  border: 1px solid #212529 !important;
  transition: 0.3s;
}
.coupon + .button:hover {
  background-color: #212529 !important;
  color: #fff !important;
}
.coupon > .input-text {
  width: 48% !important;
  text-align: center;
  border: 1px solid #212529;
}

.quantity .input-text {
  border: none;
}

.woocommerce table.shop_table {
  border: none !important;
}

.product-name > a {
  color: black !important;
}

/* Adjust the grid to your specific design */
.exhibition-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; /* Adjust the gap between items */
}

.exhibition-item {
  text-align: center;
  transition: transform 0.2s ease-in-out;
}

.exhibition-item:hover {
  transform: scale(1.05);
}

.exhibition-thumbnail img {
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}

.exhibition-title {
  font-size: 18px;
  margin: 10px 0;
  color: #212529;
}

/* Responsive styles for smaller screens */
@media (max-width: 768px) {
  .exhibition-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.enquire-form-container {
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.enquire-form-container #mailpoet_form_3 {
  top: 30%;
  position: fixed;
}
.enquire-form-container #mailpoet_form_3 .mailpoet_form {
  width: 75%;
  margin: auto;
}
.enquire-form-container #mailpoet_form_3 .mailpoet_form h2,
.enquire-form-container #mailpoet_form_3 .mailpoet_form p {
  color: #fff;
}
.enquire-form-container #mailpoet_form_3 .mailpoet_form input {
  font-size: 18px;
  padding: 15px !important;
  border: 2px solid #333;
}
.enquire-form-container #mailpoet_form_3 .mailpoet_form input #placeholder {
  font-size: 18px;
}
.enquire-form-container #close-exhibition-form {
  position: absolute;
  top: 25%;
  right: 10%;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 100;
}

.single-exhibitions .entry-header {
  padding: 3rem 0;
}
.single-exhibitions .exhibition-main-image img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 100%;
  max-height: 600px;
}
.single-exhibitions .exhibition-row {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
}
.single-exhibitions .exhibition-row .enquire-button-container {
  padding: 10px 0px;
}
.single-exhibitions .exhibition-row .enquire-button-container #enquire-form-button {
  cursor: pointer;
}
.single-exhibitions .exhibition-row .featured-image-column img {
  width: 100%;
}
@media (min-width: 1024px) {
  .single-exhibitions .exhibition-row .featured-image-column img {
    width: auto;
    display: block;
    margin: auto;
  }
}
.single-exhibitions .exhibition-row .featured-image-column > img {
  width: 100% !important;
}

@media (max-width: 991px) {
  .exhibition-quote-text > h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .exhibition-info-text > p {
    margin-bottom: 0 !important;
  }
}
.exhibition-products .title-featured-in-exhibition {
  margin-bottom: 2rem;
}
.exhibition-products .product-image {
  margin-bottom: 0;
  width: 100%;
}
.exhibition-products .product-title {
  padding: 0.5em 0;
  margin: 0;
  color: #212529;
}
.exhibition-products .product-excerpt-details {
  margin-bottom: 2rem;
}
.exhibition-products .product-excerpt-details .product-excerpt-item .item-title {
  text-transform: uppercase;
  font-size: 14px;
}

/* GET IN TOUCH PAGE */
.map-container iframe {
  max-width: 100%;
  width: 100%;
}

#mailpoet_form_2 .mailpoet_form {
  padding: 0 !important;
}
#mailpoet_form_2 .mailpoet_form .mailpoet_stack_on_mobile {
  margin-bottom: 0 !important;
}
#mailpoet_form_2 .mailpoet_form .mailpoet_text,
#mailpoet_form_2 .mailpoet_form .mailpoet_textarea {
  border: 0px !important;
  border-bottom: 1px solid !important;
  border-radius: 0 !important;
}
#mailpoet_form_2 .mailpoet_form .mailpoet_submit {
  background-color: #fff;
  border: 1px solid #212529 !important;
  border-radius: 0px;
  transition: 0.3s;
  color: #212529;
  font-weight: 100;
}
#mailpoet_form_2 .mailpoet_form .mailpoet_submit:hover {
  color: #fff;
  background-color: #212529;
  transition: 0.3s;
}

#mailpoet_form_3 .mailpoet_form .mailpoet_submit {
  background-color: #fff;
  border: 1px solid #212529 !important;
  border-radius: 0px;
  transition: 0.3s;
  color: #212529;
  font-weight: 100;
}
#mailpoet_form_3 .mailpoet_form .mailpoet_submit:hover {
  color: #fff;
  background-color: #212529;
  transition: 0.3s;
}

/* HOME PAGE */
@media (min-width: 1200px) {
  .featured-exhibition-home {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.home-intro-paragraph {
  text-align: justify;
}
@media (min-width: 768px) {
  .home-intro-paragraph {
    max-width: 50%;
  }
}

#mailpoet_form_1 form.mailpoet_form {
  padding: 0px !important;
}
#mailpoet_form_1 form.mailpoet_form #form_email_1 {
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
#mailpoet_form_1 form.mailpoet_form .mailpoet_submit {
  background-color: #fff;
  border: 1px solid #212529 !important;
  border-radius: 0px;
  transition: 0.3s;
  color: #212529;
  font-weight: 100;
}
#mailpoet_form_1 form.mailpoet_form .mailpoet_submit:hover {
  color: #fff;
  background-color: #212529;
  transition: 0.3s;
}

.card-title > a {
  color: #212529;
}

.search-card-container {
  border: none;
}

.post-thumbnail {
  width: 100% !important;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.post-thumbnail img {
  height: auto;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*# sourceMappingURL=style.css.map */
