/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 *
 * Frontend Styles
 *
 */
.image-gallery .image-gallery-slider--one {
  padding-top: var(--pad-top-xlarge);
}
.image-gallery .image-gallery-slider--one .image-gallery__default-inner {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--wp--custom--grid-width--md) !important;
  padding-left: var(--padding-inner) !important;
  padding-right: var(--padding-inner) !important;
  width: 100% !important;
}
.image-gallery .image-gallery-slider--one .image-gallery__slider {
  margin-top: var(--wp--custom--spacing--lg) !important;
}
.image-gallery .image-gallery-slider--one .image-gallery-item img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: auto;
}
.image-gallery .image-gallery-slider--one .slick-list {
  margin-bottom: 60px;
}
.image-gallery .image-gallery-slider--one ul.slick-dots {
  bottom: -30px;
}
.image-gallery .image-gallery-slider--one ul.slick-dots li {
  height: 8px !important;
  width: 8px !important;
  transition: all 0.3s ease-in-out;
}
.image-gallery .image-gallery-slider--one ul.slick-dots li.slick-active {
  width: 32px !important;
}
.image-gallery .image-gallery-slider--one .slick-arrow.slick-prev {
  height: 36px;
  width: 36px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  padding: 10px 14px;
  left: 20px;
  opacity: 1;
}
.image-gallery .image-gallery-slider--one .slick-arrow.slick-next {
  height: 36px;
  width: 36px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  padding: 10px 14px;
  right: 20px;
  opacity: 1;
}
.image-gallery .image-gallery-slider--one .slick-arrow svg {
  height: 16px;
  width: 8px;
}
.image-gallery .image-gallery-slider--one .slick-arrow svg path {
  fill: white;
}
.image-gallery .image-gallery-slider--two {
  padding-bottom: var(--pad-bottom-xlarge);
}
.image-gallery .image-gallery-slider--two .image-gallery__default-inner {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: var(--wp--custom--grid-width--md) !important;
  width: 100% !important;
}
.image-gallery .image-gallery-slider--two .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.image-gallery .image-gallery-slider--two .slick-slide img {
  max-height: 100%;
  margin: 0 auto;
  display: block;
}
.image-gallery .image-gallery-slider--two .image-gallery-header__heading, .image-gallery .image-gallery-slider--two .image-gallery-header__description {
  display: none;
}
.image-gallery .image-gallery-slider--two .slick-arrow.slick-prev {
  height: 36px;
  width: 36px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  padding: 10px 14px;
  left: 20px;
  opacity: 1;
  left: 0px;
}
@media screen and (max-width: 1024px) {
  .image-gallery .image-gallery-slider--two .slick-arrow.slick-prev {
    left: 0px;
    top: -50px;
  }
}
.image-gallery .image-gallery-slider--two .slick-arrow.slick-next {
  height: 36px;
  width: 36px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  padding: 10px 14px;
  right: 20px;
  opacity: 1;
  right: 0px;
}
@media screen and (max-width: 1024px) {
  .image-gallery .image-gallery-slider--two .slick-arrow.slick-next {
    right: 0px;
    top: -50px;
  }
}
.image-gallery .image-gallery-slider--two .slick-arrow {
  top: calc(50% - 40px);
}
.image-gallery .image-gallery-slider--two .slick-arrow svg {
  height: 16px;
  width: 8px;
}
.image-gallery .image-gallery-slider--two .slick-arrow svg path {
  fill: white;
}
.image-gallery .image-gallery-slider--two .image-gallery__slider {
  padding: 0px 50px !important;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .image-gallery .image-gallery-slider--two .image-gallery__slider {
    padding: unset !important;
  }
}
.image-gallery .image-gallery-slider--two .image-gallery-item {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  height: 100%;
}
.image-gallery .image-gallery-slider--two .image-gallery-item:first-child {
  padding-left: 0;
}
.image-gallery .image-gallery-slider--two .image-gallery-item:last-child {
  padding-left: 0;
}
.image-gallery .image-gallery-slider--two .image-gallery-item img {
  border: 1px solid transparent;
  max-height: 80px;
  margin: 0 auto;
  display: block;
}
.image-gallery .image-gallery-slider--two .image-gallery-item.slick-slide.custom-active img {
  border: 1px solid var(--wp--preset--color--base);
}
.image-gallery .image-gallery-slider--two .image-gallery-item__text, .image-gallery .image-gallery-slider--two .image-gallery-item__heading, .image-gallery .image-gallery-slider--two .image-gallery-item__description {
  display: none;
}

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