/*transform origin*/
.gallery .mt_banner_content .mt_main_heading {
  text-transform: capitalize !important;
}
@media (min-width: 992px) {
  .gallery .mt_one_column_container.featured-copy-block .mt_paragraph {
    max-width: 768px;
  }
}
.gallery .mt_cat #category_selector {
  gap: 4px;
}
.gallery .mt_cat #category_selector .selectivo__option:hover {
  color: #211e1b;
  background-color: #d5c27c;
  border: 1px solid #d5c27c;
}
.gallery .mt_cat #category_selector .selectivo__option.selectivo__option--selected {
  color: #211e1b;
  background-color: #d5c27c;
  border: 1px solid #d5c27c;
}
@media (min-width: 992px) {
  .gallery .mt_cat .dropdown .selectivo__dropdown .selectivo__option {
    border: 1px solid #d5c27c;
  }
}
@media (max-width: 991.01px) {
  .gallery .mt_cat a.mt_btn.selectivo__option {
    display: block;
    width: 100%;
    line-height: 1.1;
  }
}
.gallery .lightbox .lightbox__close:hover {
  border: 1px solid #fff;
  background-color: #d5c27c;
}
@media (min-width: 992px) {
  .gallery .mt_one_column_container.featured-copy-block {
    width: calc(100% - 32px);
    margin: auto;
  }
}
.gallery .mt_one_column_container.featured-copy-block .mt_one_column_content_wrapper h3.mt_col_heading {
  display: none;
}
.gallery .mt_one_column_container.featured-copy-block .mt_one_column_content_wrapper p {
  color: #211e1b;
  letter-spacing: 0.02em;
  border: 1px solid #c18e57;
  padding: 2vw;
  background: #fff;
}
.gallery .mt_one_column.with_bg {
  padding: 80px 7.8vw 80px;
}
@media (max-width: 991.01px) {
  .gallery .mt_one_column.with_bg {
    padding: 40px 7.8vw 40px;
  }
}
.gallery .with_bg_color.specials_banner {
  background: #f7f7f7;
  width: calc(100% - 32px);
  margin: auto;
}
.gallery .with_bg_color.specials_banner .mt_col_heading {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.gallery #load_more {
  color: #211e1b;
}
.gallery .lightbox .slick-prev, .gallery .lightbox .slick-next {
  border-radius: 0;
}
.gallery .lightbox .lightbox__close {
  border-radius: 0 !important;
}

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