html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 600px) {
  html {
    scroll-padding-top: 90px;
  }
}

body {
  font-family: "Nunito Sans", sans-serif;
  color: #DDDDDD;
}
body .h1,
body .h2,
body .h3,
body .h4,
body .h5,
body .h6,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Libre Baskerville", serif !important;
  margin-bottom: 12px !important;
}

.wp-block-heading strong {
  font-weight: 400 !important;
  color: #D4AC52 !important;
}

.is-style-eyebrow {
  font-family: "Libre Baskerville", serif;
  font-size: 20px !important;
  font-weight: 400 !important;
  letter-spacing: 6.4px;
  text-transform: uppercase;
  line-height: normal;
}

p {
  margin-top: 0 !important;
}

p, .wp-block-heading {
  margin-block-start: 0;
}

@media screen and (max-width: 1110px) {
  .ls-spacer {
    height: 70px !important;
  }
}
@media screen and (max-width: 840px) {
  .ls-spacer {
    height: 20px !important;
  }
}

picture img {
  max-width: 100%;
}

.padded {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 600px) {
  .padded {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 600px) {
  .padded-desktop {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (max-width: 600px) {
  .padded-mobile {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.padded-top {
  padding-top: 4rem;
}
@media (max-width: 600px) {
  .padded-top {
    padding-top: 2.5rem;
  }
}

@media (max-width: 600px) {
  .padded-top-mobile {
    padding-top: 2.5rem;
  }
}

.padded-bottom {
  padding-bottom: 4rem;
}
@media (max-width: 600px) {
  .padded-bottom {
    padding-bottom: 2.5rem;
  }
}

@media (max-width: 600px) {
  .padded-bottom-mobile {
    padding-bottom: 2.5rem;
  }
}

.padded-sm {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .padded-sm {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.padded-top-sm {
  padding-top: 1.5rem;
}
@media (max-width: 600px) {
  .padded-top-sm {
    padding-top: 1rem;
  }
}

.padded-bottom-sm {
  padding-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .padded-bottom-sm {
    padding-bottom: 1rem;
  }
}

.center {
  text-align: center;
}

@media (max-width: 600px) {
  .center-small {
    text-align: center;
  }
}

@media (min-width: 600px) {
  .center-medium {
    text-align: center;
  }
}

@media (min-width: 600px) {
  .right-medium {
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 600px) {
  .center-vertically {
    align-content: center;
    align-items: center;
  }
}

.middle {
  align-self: center;
}

@media (min-width: 600px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .medium-up {
    display: none !important;
  }
}

html[data-whatintent=mouse] .nav-link:focus-visible,
html[data-whatintent=mouse] .navbar-toggler:focus,
html[data-whatintent=touch] .nav-link:focus-visible,
html[data-whatintent=touch] .navbar-toggler:focus {
  box-shadow: none;
}

.unstyled-content {
  padding: 1.75rem;
}
@media (min-width: 600px) {
  .unstyled-content {
    padding: 1.5rem 4rem;
  }
}

.wp-block-image.is-style-rounded-corners {
  border-radius: 18px;
  overflow: hi;
}

.show-for-sr {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.wp-block-buttons > .wp-block-button a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 1rem !important;
  letter-spacing: 1.4px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  padding: 1.25rem 2.5rem 1.25rem 2.3rem !important;
}
.wp-block-buttons > .wp-block-button a:after {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  transition: all 0.35s ease-in-out;
  background-image: url("../images/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.wp-block-buttons > .wp-block-button a.has-black-background-color:after {
  background-image: url("../images/arrow-right-gold.svg");
}
.wp-block-buttons > .wp-block-button a:hover:after {
  margin-right: 0px;
  margin-left: 10px;
}

.wp-block-button__link:hover {
  filter: brightness(0.95);
}

.wp-block-button__link::after {
  transition: transform 0.2s ease;
}

.wp-block-button__link:hover {
  gap: 16px;
}

header.wp-block-template-part {
  position: absolute;
  top: 0;
  z-index: 20;
  width: 100%;
  margin: 0 auto;
}

main {
  margin-top: 0 !important;
}

.site-header {
  position: relative;
  z-index: 20;
}

.site-header .wp-block-navigation-item__content {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.site-header__left,
.site-header__center,
.site-header__right {
  flex: 1 1 0;
}

.site-header__center {
  justify-content: center;
}

.site-header__right {
  justify-content: flex-end;
}

.site-header__mobile {
  display: none;
}

.site-header__desktop {
  display: flex;
}

.site-header .custom-logo-link,
.site-header .wp-block-site-logo a {
  display: inline-flex;
  align-items: center;
}

.site-header .wp-block-navigation__responsive-container-open {
  padding: 0;
  min-width: 40px;
  min-height: 40px;
}

@media (max-width: 900px) {
  .site-header__desktop {
    display: none;
  }
  .site-header__mobile {
    display: flex;
  }
  .site-header {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .site-header__mobile .wp-block-site-logo img {
    max-width: 150px;
    height: auto;
  }
}
.wp-block-navigation__container a {
  font-family: "Nunito Sans", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.wp-block-navigation__container a:hover {
  color: #D4AC52;
}

@media screen and (max-width: 839px) {
  #logo-container {
    flex-basis: 100% !important;
  }
}

@media screen and (max-width: 839px) {
  #nav-container {
    align-self: flex-start !important;
    flex-basis: 35% !important;
  }
}

@media screen and (max-width: 839px) {
  .hide-for-small {
    display: none;
  }
}

@media screen and (min-width: 840px) {
  .mobile-menu {
    display: none !important;
  }
}

@media screen and (max-width: 900px) {
  html, body {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
  }
}
form label {
  display: block;
  margin-bottom: 1rem;
}
form input[type=text], form input[type=tel], form input[type=email], form textarea, form input[type=date] {
  font-size: 1.125rem;
  line-height: 1.9375em;
  padding: 10px;
  border: 1px #DDDDDD solid;
}
form input[type=submit] {
  background-color: #D4AC52;
  appearance: none;
  border: 0;
  color: #191919;
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 1rem !important;
  letter-spacing: 1.4px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  padding: 1.25rem 2.5rem 1.25rem 2.3rem !important;
}

p.copyright {
  text-align: center;
  font-size: 14px !important;
  margin-top: 40px !important;
}

.wp-block-cover.ls-cover {
  height: 100vh;
}

.wp-block-cover.small-cover {
  min-height: 50vh;
}

:root :where(.wp-block-group-is-layout-constrained) > * {
  margin-block-start: 0 !important;
}

.swiper-pagination-bullet {
  background-color: #fff !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #D4AC52 !important;
}

.wildlife-gallery-pattern {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  justify-content: center;
  display: flex;
}
.wildlife-gallery-pattern .wildlife-gallery-grid {
  gap: 24px;
  justify-content: center !important;
  text-align: center;
  width: 100vw;
  max-width: 1728px;
}
.wildlife-gallery-pattern .wildlife-gallery-grid .wp-block-group {
  padding: 0 !important;
}
@media screen and (max-width: 840px) {
  .wildlife-gallery-pattern .wildlife-gallery-grid {
    flex-wrap: wrap !important;
  }
}

.wildlife-gallery-pattern .wp-block-image {
  margin: 0;
}

.wildlife-gallery-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.wildlife-gallery-col-left {
  padding-top: 48px;
}
@media screen and (max-width: 900px) {
  .wildlife-gallery-col-left {
    padding-top: 0;
    flex-basis: 60% !important;
    order: 1 !important;
  }
}

.wildlife-gallery-col-center {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .wildlife-gallery-col-center {
    flex-basis: 80% !important;
    order: 3 !important;
  }
}

.wildlife-gallery-col-right {
  padding-top: 130px;
}
@media screen and (max-width: 900px) {
  .wildlife-gallery-col-right {
    padding-top: 0px;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    flex-basis: 30% !important;
    order: 2 !important;
  }
}

.wildlife-gallery-img-tall img {
  aspect-ratio: 3/4;
}

.wildlife-gallery-img-main img {
  aspect-ratio: 4/5.2;
}

.wildlife-gallery-img-small-top img {
  aspect-ratio: 1/1;
  max-width: 160px;
  margin-left: 0;
}

.wildlife-gallery-img-bottom-right img {
  aspect-ratio: 1.2/1;
}

@media (max-width: 900px) {
  .wildlife-gallery-grid {
    flex-wrap: wrap !important;
    gap: 20px;
  }
  .wildlife-gallery-img-small-top img {
    max-width: 100%;
  }
}
/* Top-down reveal */
body:not(.no-js) .image-wrap {
  transition: clip-path 0.85s cubic-bezier(0.77, 0, 0.18, 1);
  transition-delay: 0.2s;
  position: relative;
  overflow: hidden;
  clip-path: inset(0 0 100% 0); /* hidden: clipped from bottom */
  visibility: hidden;
}

body:not(.no-js) .image-wrap img {
  transform: scale(1.3);
  transition: 2s ease-out;
}

body:not(.no-js) .animating .image-wrap {
  clip-path: inset(0 0 0% 0); /* fully revealed */
  visibility: visible;
}

body:not(.no-js) .animating img {
  transform: scale(1);
  transition: 4s ease-out;
}

/* From left */
body:not(.no-js) .from-left {
  opacity: 0;
  transform: translateX(-60px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* From right */
body:not(.no-js) .from-right {
  opacity: 0;
  transform: translateX(60px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Simple fade */
body:not(.no-js) .fade-in {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}

/* Triggered state for all three */
body:not(.no-js) .from-left.fading-up,
body:not(.no-js) .from-right.fading-up,
body:not(.no-js) .fade-in.fading-up {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}

.wildlife-gallery-col-left .reveal {
  transition-delay: 0s;
}

.wildlife-gallery-col-center .reveal {
  transition-delay: 0.15s;
}

.wildlife-gallery-col-right .reveal:first-child {
  transition-delay: 0.3s;
}

.wildlife-gallery-col-right .reveal:last-child {
  transition-delay: 0.45s;
}

.lodge-gallery-pattern {
  padding-top: 40px;
  padding-bottom: 40px;
}
.lodge-gallery-pattern .wp-block-group {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.lodge-gallery-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.8fr 2.2fr;
  grid-template-rows: auto auto auto auto;
  gap: 14px;
  align-items: start;
}

.lodge-gallery-item,
.lodge-gallery-img,
.lodge-gallery-img img {
  width: 100%;
}

.lodge-gallery-pattern .wp-block-image {
  margin: 0;
}

.lodge-gallery-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Placement */
.lodge-gallery-left {
  grid-column: 1;
  grid-row: 2/4;
  align-self: start;
}

.lodge-gallery-middle-top {
  grid-column: 2;
  grid-row: 1;
}

.lodge-gallery-middle-bottom {
  grid-column: 2;
  margin-top: 0 !important;
  grid-row: 2/4;
}

.lodge-gallery-right-top {
  padding-top: 60px;
  grid-column: 3;
  grid-row: 1/3;
}

.lodge-gallery-right-bottom {
  grid-column: 3;
  grid-row: 3;
  max-width: 56%;
  margin-top: 0 !important;
}

/* Image proportions */
.lodge-gallery-left img {
  aspect-ratio: 1/1.55;
}

.lodge-gallery-middle-top img {
  aspect-ratio: 1.15/0.82;
}

.lodge-gallery-middle-bottom img {
  aspect-ratio: 1/1.75;
}

.lodge-gallery-right-top img {
  aspect-ratio: 1.55/1;
}

.lodge-gallery-right-bottom img {
  aspect-ratio: 1.45/0.78;
}

/* Mobile */
@media (max-width: 900px) {
  .lodge-gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
  }
  .lodge-gallery-left,
  .lodge-gallery-middle-top,
  .lodge-gallery-middle-bottom,
  .lodge-gallery-right-top,
  .lodge-gallery-right-bottom {
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .lodge-gallery-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    grid-template-areas: "left middle" "righttop righttop" "rightbottom rightbottom";
    gap: 12px;
    align-items: start;
  }
  .lodge-gallery-left {
    grid-area: left;
  }
  .lodge-gallery-right-top {
    grid-area: righttop;
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .lodge-gallery-right-bottom {
    grid-area: rightbottom;
    max-width: 100%;
  }
  .lodge-gallery-middle-top {
    display: none;
  }
  .lodge-gallery-middle-bottom {
    max-width: 100%;
  }
  .lodge-gallery-middle-top {
    margin-bottom: 12px;
  }
  /* stack the two middle items visually */
  .lodge-gallery-middle-top,
  .lodge-gallery-middle-bottom {
    grid-column: 2;
  }
  .lodge-gallery-middle-top {
    grid-row: 1;
    align-self: start;
  }
  .lodge-gallery-middle-bottom {
    grid-row: 1;
    align-self: end;
  }
  .lodge-gallery-left img {
    aspect-ratio: 1/1.35;
  }
  .lodge-gallery-middle-top img {
    aspect-ratio: 1.15/0.82;
  }
  .lodge-gallery-middle-bottom img {
    aspect-ratio: 1/1.45;
  }
  .lodge-gallery-right-top img {
    aspect-ratio: 1.55/1;
  }
  .lodge-gallery-right-bottom img {
    aspect-ratio: 1.45/0.78;
  }
}

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