/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/image-gallery/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.image-gallery {
  padding-bottom: 45px;
  padding-top: 60px;
  padding-left: 2%;
  padding-right: 2%;
}
@media (min-width: 800px) {
  .image-gallery {
    padding-bottom: 70px;
    padding-top: 120px;
  }
}
.image-gallery .img-gallery-container .row {
  gap: 29px 26px;
}
.image-gallery .carousel {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px 0 50px;
}
@media (min-width: 1050px) {
  .image-gallery .carousel {
    padding: 0 140px 0 140px;
  }
}
.image-gallery .carousel .carousel-inner {
  overflow: visible !important;
}
.image-gallery .carousel .carousel-inner .visible-outline {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: inset 0 0 0 5px rgb(70, 145, 255);
}
.image-gallery .carousel .carousel-inner .col-image-gallery {
  position: relative;
  z-index: 9999;
  aspect-ratio: auto 4/3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  overflow: hidden;
  width: calc(50% - 26px);
  padding: 0;
}
@media (min-width: 1050px) {
  .image-gallery .carousel .carousel-inner .col-image-gallery {
    width: calc(25% - 26px);
  }
}
.image-gallery .carousel .carousel-inner .col-image-gallery a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 7;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-blend-mode: multiply;
  mix-blend-mode: multiply;
  overflow: hidden;
  display: block;
  width: 100%;
  aspect-ratio: auto 4/3;
}
.image-gallery .carousel .carousel-inner .col-image-gallery a:after {
  content: "";
  background-color: #fa4616;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(101%);
  transition: all 0.2s ease-in-out;
}
.image-gallery .carousel .carousel-inner .col-image-gallery a:hover::after {
  transform: translateX(0%);
}
.image-gallery .carousel .carousel-control-next {
  right: -40px;
  justify-content: end;
  opacity: 1;
}
@media (min-width: 1050px) {
  .image-gallery .carousel .carousel-control-next {
    right: -60px;
  }
}
.image-gallery .carousel .carousel-control-next:hover .carousel-control-next-icon svg path, .image-gallery .carousel .carousel-control-next:focus .carousel-control-next-icon svg path {
  fill: #fa4616;
}
.image-gallery .carousel .carousel-control-next .carousel-control-next-icon {
  width: 30px !important;
  height: 120px !important;
  transition: all 0.2s ease-in-out;
  background-image: none;
}
@media (min-width: 1050px) {
  .image-gallery .carousel .carousel-control-next .carousel-control-next-icon {
    width: 40px !important;
  }
}
.image-gallery .carousel .carousel-control-prev {
  left: -50px;
  justify-content: start;
  opacity: 1;
}
@media (min-width: 1050px) {
  .image-gallery .carousel .carousel-control-prev {
    left: -60px;
  }
}
.image-gallery .carousel .carousel-control-prev:hover .carousel-control-prev-icon svg path, .image-gallery .carousel .carousel-control-prev:focus .carousel-control-prev-icon svg path {
  fill: #fa4616;
}
.image-gallery .carousel .carousel-control-prev .carousel-control-prev-icon {
  width: 30px !important;
  height: 120px !important;
  transition: all 0.2s ease-in-out;
  background-image: none;
}
@media (min-width: 1050px) {
  .image-gallery .carousel .carousel-control-prev .carousel-control-prev-icon {
    width: 40px !important;
  }
}

.img-gallery-modal {
  z-index: 999999999999;
}
.img-gallery-modal .btn-close {
  background: url("data:image/svg+xml;utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"44.699\" height=\"43.715\"><g fill=\"none\" stroke=\"%23000\"><path d=\"m.349.358 44 43\" data-name=\"Line 2748\"/><path d=\"m44.349.358-44 43\" data-name=\"Line 2749\"/></g></svg>");
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: auto;
  display: flex;
  margin-bottom: 50px;
}
.img-gallery-modal .modal-header {
  border-bottom: none;
  display: none;
}
.img-gallery-modal .modal-content {
  background-color: #f4f6f6;
}
.img-gallery-modal .modal-body {
  padding-top: 47px;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f4f6f6;
  width: 100%;
}
.img-gallery-modal .modal-dialog {
  background-color: #f4f6f6;
}
.img-gallery-modal .img-fluid {
  aspect-ratio: 4/3 !important;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.editor-styles-wrapper .img-gallery-container .block-editor-block-list__layout {
  display: flex !important;
  flex-wrap: wrap;
  gap: 20px;
}

.editor-styles-wrapper #imageGallery {
  padding: 0 !important;
}

.editor-styles-wrapper .image-gallery .img-gallery-container .row {
  gap: unset !important;
}

.editor-styles-wrapper .modal-fullscreen .modal-body {
  overflow-y: auto;
  width: 100% !important;
}

.editor-styles-wrapper #imageGallery .carousel-item {
  float: unset !important;
}

.editor-styles-wrapper .modal {
  z-index: 99999999999 !important;
  opacity: 1 !important;
  display: flex !important;
  width: 100% !important;
  position: relative !important;
  max-width: 100% !important;
}

.editor-styles-wrapper .wp-block-freeform .has-advanced-toolbar {
  display: block !important;
}

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