/*transform origin*/
li {
  list-style-type: none;
}

.thumbnail_wrapper {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.thumbnail_wrapper ul {
  display: flex;
  flex-wrap: wrap;
}
.thumbnail_wrapper ul li {
  width: calc(33.33% - 2vw);
  margin: 0 1vw 2vw;
}
.thumbnail_wrapper ul li a {
  display: block;
}
.thumbnail_wrapper ul li a:focus, .thumbnail_wrapper ul li a:focus-visible {
  outline: 1px dashed #232222 !important;
  outline-offset: 1px;
}
.thumbnail_wrapper ul li img {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 27.5vw;
  position: relative;
  transition: all 0.3s ease-out;
  object-fit: cover;
}

#load_more {
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
}
#load_more:focus, #load_more:focus-visible {
  outline: 1px dashed #232222 !important;
  outline-offset: 1px;
}

.lightbox__wrapper {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 1s ease-out;
}

.gallery_lightbox_open .lightbox__wrapper {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.gallery_lightbox_open .lightbox__wrapper .lightbox {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media (max-width: 1024px) and (max-height: 550px) and (orientation: landscape) {
  .gallery_lightbox_open .lightbox__wrapper .lightbox {
    overflow-y: auto;
    overflow-x: hidden;
    justify-content: flex-start;
    padding: 10px 0;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }
}
.gallery_lightbox_open .lightbox__wrapper .lightbox .mt_slider {
  text-align: center;
}
@media (max-width: 1024px) and (max-height: 550px) and (orientation: landscape) {
  .gallery_lightbox_open .lightbox__wrapper .lightbox .mt_slider {
    max-height: 110vh;
  }
}
.gallery_lightbox_open .lightbox__wrapper .lightbox .mt_slider img, .gallery_lightbox_open .lightbox__wrapper .lightbox .mt_slider video {
  margin-top: 0px;
  margin-bottom: 30px;
  height: auto;
  max-height: 63vh;
  object-fit: contain;
}
@media (max-width: 991.8px) {
  .gallery_lightbox_open .lightbox__wrapper .lightbox .mt_slider img, .gallery_lightbox_open .lightbox__wrapper .lightbox .mt_slider video {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1024px) and (max-height: 550px) and (orientation: landscape) {
  .gallery_lightbox_open .lightbox__wrapper .lightbox .mt_slider img, .gallery_lightbox_open .lightbox__wrapper .lightbox .mt_slider video {
    max-height: 50vh;
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
.gallery_lightbox_open .lightbox__wrapper .lightbox .mt_gallery_caption {
  max-width: 60vw;
  text-align: center;
  margin: 0 auto;
  height: 50px;
}
.gallery_lightbox_open .lightbox__wrapper .lightbox .mt_gallery_caption p {
  padding-top: 25px;
}
.gallery_lightbox_open .lightbox__wrapper .lightbox .mt_gallery_caption b {
  display: block;
  padding-top: 28px;
}
@media (max-width: 1024px) and (max-height: 550px) and (orientation: landscape) {
  .gallery_lightbox_open .lightbox__wrapper .lightbox .mt_gallery_caption {
    height: auto;
    margin-bottom: 10px;
  }
  .gallery_lightbox_open .lightbox__wrapper .lightbox .mt_gallery_caption p {
    padding-top: 10px;
    font-size: 14px;
  }
  .gallery_lightbox_open .lightbox__wrapper .lightbox .mt_gallery_caption b {
    padding-top: 10px;
    font-size: 14px;
  }
}
.gallery_lightbox_open .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery_lightbox_open .slick-slide > div {
  width: 80%;
}

/* gallery slick slider custom styles */
.gallery .lightbox .slick-prev, .gallery .lightbox .slick-next {
  background: #292828 url(../../images/icons/slider-arrow.png) center center no-repeat;
  border: 0;
  transform: none;
  top: 50%;
  left: 5%;
  position: absolute;
  z-index: 10;
  width: 44px;
  height: 44px;
}
.gallery .lightbox .slick-prev:focus, .gallery .lightbox .slick-prev:focus-visible, .gallery .lightbox .slick-next:focus, .gallery .lightbox .slick-next:focus-visible {
  outline: 1px dashed #232222 !important;
  outline-offset: 1px;
}
@media (max-width: 991.8px) {
  .gallery .lightbox .slick-prev, .gallery .lightbox .slick-next {
    top: 105%;
  }
}
@media (max-width: 1024px) and (max-height: 550px) and (orientation: landscape) {
  .gallery .lightbox .slick-prev, .gallery .lightbox .slick-next {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    left: 2%;
    background-size: 20px;
  }
}
.gallery .lightbox .slick-next {
  right: 5%;
  left: unset;
}
@media (max-width: 1024px) and (max-height: 550px) and (orientation: landscape) {
  .gallery .lightbox .slick-next {
    right: 2%;
  }
}
.gallery .lightbox .slick-prev {
  transform: rotate(180deg);
}
@media (max-width: 1024px) and (max-height: 550px) and (orientation: landscape) {
  .gallery .lightbox .slick-prev {
    transform: translateY(-50%) rotate(180deg);
  }
}
.gallery .lightbox .lightbox__close {
  width: 40px;
  height: 40px;
  border: 1px solid #292828;
  border-radius: 3px;
  position: absolute;
  color: #475467;
  right: 20px;
  top: 20px;
  z-index: 20;
  background: url(../../images/icons/fp-close.svg) center no-repeat;
  background-color: transparent;
}
.gallery .lightbox .lightbox__close:focus, .gallery .lightbox .lightbox__close:focus-visible {
  outline: 1px dashed #232222 !important;
  outline-offset: 1px;
}
@media (max-width: 1024px) and (max-height: 550px) and (orientation: landscape) {
  .gallery .lightbox .lightbox__close {
    position: fixed;
    width: 35px;
    height: 35px;
    right: 10px;
    top: 10px;
  }
}

.slide_wrap {
  display: flex !important;
  align-items: center;
  max-height: 90vw;
  justify-content: center;
}
.slide_wrap iframe {
  min-height: 65vh;
}

.gallery .mt_cat .dropdown .selectivo__dropdown .selectivo__option:hover {
  color: #ffffff;
  background-color: #292828;
}
.gallery .mt_cat .dropdown .selectivo__dropdown .selectivo__option:focus,
.gallery .mt_cat .dropdown .selectivo__dropdown .selectivo__option:focus-visible {
  outline: 1px dashed #232222 !important;
  outline-offset: 1px;
  color: #ffffff;
  background-color: #292828;
}

.gallery.gallery-video .thumbnail_wrapper li a {
  position: relative;
}
.gallery.gallery-video .thumbnail_wrapper li a .play-btn {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.gallery .thumbnail_wrapper .play-btn {
  display: none;
}
.gallery .thumbnail_wrapper li.gallery-video a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery .thumbnail_wrapper li.gallery-video a .play-btn {
  display: block;
  position: absolute;
  width: 120px;
  height: 120px;
  opacity: 0.6;
  background-image: url("../../images/icons/play-icon.svg");
  background-size: cover;
  pointer-events: none;
  border: none;
  background-color: transparent;
}
@media (max-width: 991.8px) {
  .gallery .thumbnail_wrapper li.gallery-video a .play-btn {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767.8px) {
  .gallery .thumbnail_wrapper li.gallery-video a .play-btn {
    width: 50px;
    height: 50px;
  }
}

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