/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/blocks/menu-overlay-block/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.wp-block-huntsman-menu-overlay.has-background {
  position: relative;
  background: transparent !important;
}

#menu-index {
  display: none;
}

.mob-toggle {
  border: none;
  font: inherit;
  cursor: pointer;
  border-radius: 0px;
  border-color: transparent;
  border-width: 2px;
  border-style: solid;
  letter-spacing: 0.05em;
  padding-top: 0.8em;
  padding-right: 1em;
  padding-bottom: 0.8em;
  padding-left: 1em;
  text-transform: uppercase;
  display: flex;
  gap: 1em;
  background-color: transparent !important;
}
.mob-toggle:hover {
  background-color: inherit !important;
}
.mob-toggle svg {
  min-width: 15px;
}
.mob-toggle svg * {
  fill: #fff;
}

.mob-overlay {
  position: fixed;
  inset: 0;
  z-index: 1999;
  pointer-events: none;
  visibility: hidden;
  backdrop-filter: blur(21px);
  min-height: calc(100vh - 20px);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.mob-overlay .wp-block-group {
  height: 100%;
}
@media screen and (max-width: 1391px) {
  .mob-overlay .wp-block-group-is-layout-flex {
    gap: 24px !important;
  }
}
.mob-overlay .menu-image img {
  height: calc(100vh - 15rem);
}
.mob-overlay ul.wp-block-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Creates two equal-width columns */
  gap: 0 5vw;
}

.mob-overlay[aria-hidden=false] {
  pointer-events: auto;
  opacity: 1;
}

.mob-close {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent !important;
  border: none;
  cursor: pointer;
  z-index: 999;
  color: #000;
}
.mob-close:hover {
  background: inherit;
}

/* Front-end only: keep overlay closed until GSAP says otherwise */
.mob-overlay[aria-hidden=true] {
  /* same values you use in the GSAP “from” state */
  opacity: 0;
  pointer-events: none;
}

.mob-wrapper {
  display: flex;
}

.align-left {
  justify-content: flex-start;
}

.align-center {
  justify-content: center;
}

.align-right {
  justify-content: flex-end;
}

.mob-overlay.is-animating p,
.mob-overlay.is-animating h1,
.mob-overlay.is-animating h2,
.mob-overlay.is-animating h3,
.mob-overlay.is-animating h4,
.mob-overlay.is-animating h5,
.mob-overlay.is-animating h6,
.mob-overlay.is-animating ul li,
.mob-overlay.is-animating button {
  opacity: 0;
  transform: translateY(10px);
}

.mob-overlay footer,
.mob-overlay .wp-block-site-logo {
  mix-blend-mode: difference;
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: block !important;
  }
  .plyr__control--overlaid {
    display: none !important;
  }
}
.is-style-plyr-custom-controls {
  --plyr-color-main: #ffffff;
  --plyr-control-spacing: 1.25em;
  --plyr-range-track-height: 2px;
  --plyr-range-thumb-height: 2px;
  color: #fff;
}
.is-style-plyr-custom-controls .plyr__tooltip {
  background-color: #fff;
  border-radius: 0;
}
.is-style-plyr-custom-controls .plyr__control--overlaid {
  background-color: transparent;
  border: 2px solid #fff;
}
.is-style-plyr-custom-controls .plyr__control--overlaid:hover {
  background: rgba(0, 0, 0, 0.7294117647) !important;
}
.is-style-plyr-custom-controls .plyr__controls__item.plyr__control {
  position: absolute;
  border-radius: 50%;
  border: 2px solid #fff;
  left: 1.25em;
  top: 0.5em;
}
.is-style-plyr-custom-controls .plyr__controls__item.plyr__control:hover {
  background: rgba(0, 0, 0, 0.7294117647) !important;
}
.is-style-plyr-custom-controls .plyr__time--current,
.is-style-plyr-custom-controls .plyr__time--duration {
  position: absolute;
  margin: 0 !important;
  padding: 0 !important;
}
.is-style-plyr-custom-controls .plyr__progress__container {
  margin: 0 0 1.5em 0 !important;
  padding: 0 !important;
}
.is-style-plyr-custom-controls .plyr__time--current {
  left: 1.25rem;
}
.is-style-plyr-custom-controls .plyr__time--duration {
  right: 1.25rem;
}
.is-style-plyr-custom-controls .plyr__time--duration:before {
  display: none;
}

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