/* Converts XD font-spacing to browser */
page#Location {
  --dark-color: var(--color-everglade);
  --accent-color: var(--color-sandal);
}
page#Location section#Subhero.ct-section > .ct-section-inner-wrap .bottomCap {
  --cap-width: 1920;
  --cap-height: 243;
  position: absolute;
  width: 100%;
  max-width: 100vw;
  height: 12.65625vw;
  min-width: 1000px;
  min-height: 126.5625px;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-size: 101% !important;
  background-image: url(/wp-content/uploads/2022/10/non-homepage-loopUp-subhero-bottomCap.svg);
  background-position: bottom center;
  bottom: -2px;
}
page#Location section#Subhero .tchotchke.star {
  position: absolute;
  width: clamp(10rem, 7.8333333333rem + 0.0451388889 * 100vw, 16.5rem);
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.5));
  z-index: 10;
  right: 0;
  bottom: 5%;
}
page#Location section#Map {
  background-image: url(/wp-content/uploads/2022/12/7-Lariat-Homepage-grey-wood-tile-01.svg);
  background-size: auto;
  background-repeat: repeat;
  padding-bottom: var(--page-bumpers);
}
page#Location section#Map.ct-section > .ct-section-inner-wrap .inner {
  width: 100%;
}
page#Location section#Map.ct-section > .ct-section-inner-wrap .inner .headline {
  color: var(--color-tawny-port);
  text-transform: uppercase;
  font-size: clamp(1.5rem, 1.4rem + 0.0020833333 * 100vw, 1.8rem);
  letter-spacing: 1px;
  line-height: clamp(2.175rem, 1.825rem + 0.0072916667 * 100vw, 3.225rem);
  margin-bottom: 1em;
  font-weight: bold;
}
page#Location section#Map.ct-section > .ct-section-inner-wrap .inner #GoogleMap {
  width: 100%;
  aspect-ratio: 2;
  position: relative;
}
@supports not (aspect-ratio: 2) {
  page#Location section#Map.ct-section > .ct-section-inner-wrap .inner #GoogleMap:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
  }
  page#Location section#Map.ct-section > .ct-section-inner-wrap .inner #GoogleMap > .aspectified {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 998px) {
  page#Location section#Map.ct-section > .ct-section-inner-wrap .inner #GoogleMap {
    aspect-ratio: 1.25;
    position: relative;
  }
  @supports not (aspect-ratio: 1.25) {
    page#Location section#Map.ct-section > .ct-section-inner-wrap .inner #GoogleMap:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 80%;
    }
    page#Location section#Map.ct-section > .ct-section-inner-wrap .inner #GoogleMap > .aspectified {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
}
page#Location section#Map.ct-section > .ct-section-inner-wrap .inner #GoogleMap #CommunityMap {
  width: 100%;
  height: 100%;
}
page#Location section#Map::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(/wp-content/uploads/2022/10/Lariat-Location-paisley.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: unset;
  left: unset;
  z-index: 0;
  opacity: 0.1;
  width: calc(var(--page-bumpers) * 2.5);
  height: calc(var(--page-bumpers) * 2.5);
}
page#Location section#Parallax.ct-section > .ct-section-inner-wrap .bottomCap {
  --cap-width: 384;
  --cap-height: 25;
  position: absolute;
  width: 100%;
  max-width: 100vw;
  height: 6.5104166667vw;
  min-width: 1000px;
  min-height: 65.1041666667px;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-size: 101% !important;
  background-image: url(/wp-content/uploads/2022/10/location-parallax-bottomCap.svg);
  background-position: bottom center;
  bottom: -2px;
}
page#Location section#Decor {
  background-image: url(/wp-content/uploads/2022/12/7-Lariat-Homepage-grey-wood-tile-01.svg);
  background-size: auto;
  background-repeat: repeat;
}
page#Location section#Decor .wildflowers {
  width: 100%;
  max-width: 38%;
  margin-bottom: -5px;
}
@media screen and (max-width: 998px) {
  page#Location section#Decor .wildflowers {
    max-width: 100%;
  }
}
