/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/assets/scss/main.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/** Custom Styles here **/
.wp-block-button a {
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.5s;
}

.wp-block-button a:before {
  content: "";
  opacity: 0;
  width: 0.5em;
  transition: all 0.5s;
}

.wp-block-button a:after {
  content: "»";
  opacity: 0;
  width: 0.5em;
  transition: all 0.5s;
}

/* Add focus and focus-visible to the selectors */
.wp-block-button:hover a::before,
.wp-block-button:active a::before,
.wp-block-button a:focus::before,
.wp-block-button a:focus-visible::before {
  width: 0em;
}

/* Add focus and focus-visible to the selectors */
.wp-block-button:hover a:after,
.wp-block-button:active a:after,
.wp-block-button a:focus:after,
.wp-block-button a:focus-visible:after {
  opacity: 1;
  width: 1em;
}

/* Optional: Add a visible focus outline for better accessibility */
.wp-block-button a:focus-visible {
  outline: 2px solid var(--wp--preset--color--primary);
  outline-offset: 15px;
}

header .wp-block-navigation__container .current-menu-item a {
  color: var(--wp--preset--color--accent) !important;
}

.info-text strong {
  font-size: 5rem;
  font-family: var(--wp--preset--font-family--montserrat);
  line-height: 1;
  font-weight: 200;
}

.blog-featured-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-featured-image img {
  width: auto;
}

.wp-block-navigation-item__label::before {
  color: var(--wp--preset--color--accent);
  height: 30px;
}

@media screen and (max-width: 767px) {
  .wp-block-webx-blocks-hero-slider .swiper-slide {
    position: relative;
    overflow: hidden;
  }
  .wp-block-webx-blocks-hero-slider .swiper-slide .hero-slide-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0;
  }
  .wp-block-webx-blocks-hero-slider .swiper-slide .slider-content-wrapper {
    position: relative;
    z-index: 1;
  }
  .wp-block-webx-blocks-hero-slider .swiper-slide .slider-content-wrapper h2 {
    font-size: 4rem !important;
  }
  .wp-block-webx-blocks-hero-slider .swiper-slide .slider-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem;
    box-sizing: border-box;
  }
  .flex-reverse {
    flex-direction: column-reverse;
  }
}
@keyframes slideInRight {
  0% {
    transform: translate3d(200%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-200%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.webx-gallery-swiper {
  max-width: unset !important;
}
.webx-gallery-swiper .swiper-button-prev,
.webx-gallery-swiper .swiper-button-next {
  color: white !important;
}

.fslightbox-container,
.fslightbox-thumbs {
  background: var(--wp--preset--color--light) !important;
}

.fslightboxta {
  border: 2px solid var(--wp--preset--color--accent) !important;
}

.fslightboxc::after {
  background: var(--wp--preset--color--light) !important;
}

.fslightboxci {
  color: var(--wp--preset--color--dark) !important;
  font-family: var(--wp--preset--font-family--montserrat);
  font-weight: 600;
  font-size: 24px;
}

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