/*transform origin*/
.gallery .mt_cat .dropdown .selectivo__dropdown .selectivo__option--selected,
.gallery .mt_cat .dropdown .selectivo__option .selectivo__option--selected {
  background-color: #be642f;
  color: #000000 !important;
}
.gallery .mt_cat .dropdown .selectivo__dropdown .selectivo__option {
  color: #636666;
  text-transform: capitalize;
  font-weight: 400;
}
.gallery .mt_cat .dropdown .selectivo__dropdown .selectivo__option:hover {
  background-color: #be642f !important;
  border-color: #be642f !important;
}
.gallery .lightbox__wrapper .lightbox .mt_slider .slick-arrow {
  background-color: #be642f;
}
.gallery .lightbox__wrapper .lightbox .mt_gallery_caption {
  margin-top: 15px;
}
@media (max-width: 991.01px) {
  .gallery .lightbox__wrapper .lightbox .mt_gallery_caption {
    transform: translateY(28%);
  }
}
.gallery .lightbox__wrapper .lightbox .mt_gallery_caption p,
.gallery .lightbox__wrapper .lightbox b {
  color: #be642f;
}
.gallery .lightbox__wrapper .lightbox .lightbox__close {
  border-color: #be642f;
  background-image: url("../../images/close-btn.svg");
}
.gallery .lightbox__wrapper .lightbox .lightbox__close:hover {
  background-color: #be642f;
  border-color: #be642f;
  background-image: url("../../images/close-btn-hover.svg");
}

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