:root {
  --guest-house-green: #2c3d39;
  --orange: #e08631;
  --white: white;
  --beige: #faf8f0;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  color: var(--guest-house-green);
  text-decoration: underline;
}

blockquote {
  border-left: 5px solid var(--orange);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.hero-section {
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-image-overlay {
  z-index: 10;
  opacity: .1;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.hero-text {
  z-index: 20;
  color: var(--white);
  text-align: center;
  max-width: 1200px;
  margin-left: 120px;
  margin-right: 120px;
  position: relative;
}

.hero-title {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
}

.hero-logotype {
  width: 256px;
}

.text-small-caps {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.text-small-caps.text-white {
  color: var(--white);
}

.text-small-caps.text-orange {
  color: var(--beige);
}

.bg-green {
  background-color: var(--guest-house-green);
}

.arrow-animation {
  z-index: 20;
  opacity: .8;
  width: 60px;
  margin-bottom: 90px;
  position: absolute;
  inset: auto auto 0;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.bg-beige {
  background-color: var(--beige);
}

.section.bg-white {
  background-color: var(--white);
}

.section.bg-orange {
  background-color: var(--guest-house-green);
}

.section.testimonials {
  background-color: var(--beige);
  overflow: hidden;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.container.tight {
  max-width: 800px;
}

.large-callout-wrap {
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
}

.large-callout {
  color: var(--guest-house-green);
  width: 70%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 55px;
  line-height: 1;
}

.features-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-wrap {
  display: flex;
}

.feature-icon {
  opacity: .6;
  min-width: 36px;
  margin-right: 16px;
}

.feature-name {
  color: var(--guest-house-green);
  font-weight: 600;
}

.feature-text {
  opacity: .8;
  font-weight: 500;
}

.section-title {
  max-width: 600px;
  margin-bottom: 32px;
}

.section-title.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-green {
  color: var(--guest-house-green);
  font-size: 30px;
}

.text-green.centre {
  text-align: center;
}

.section-subheading {
  opacity: .8;
  color: var(--guest-house-green);
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.section-subheading.space-top {
  margin-top: 0;
  padding-top: 0;
}

.triple-column {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.triple-column-content-wrap {
  text-align: center;
}

.triple-column-icon {
  min-width: 64px;
  margin-bottom: 12px;
}

.triple-column-name {
  color: var(--guest-house-green);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.triple-column-text {
  opacity: .8;
  color: var(--guest-house-green);
}

.section-separator {
  background-color: var(--orange);
  width: 42px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
}

.section-separator.top {
  margin-bottom: 32px;
}

.section-separator.top.reveal {
  background-color: var(--orange);
}

.section-separator.top.left, .section-separator.left {
  margin-left: 0;
}

.feature-section-alternative-grid {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-logotype-wrap {
  text-align: center;
  margin-top: 32px;
}

.text-white {
  color: var(--white);
}

.text-white.dim {
  opacity: .8;
}

.button {
  background-color: var(--guest-house-green);
  border-radius: 6px;
  padding: 11px 18px;
  font-weight: 400;
  transition: opacity .2s, transform .2s, box-shadow .2s;
}

.button:hover {
  opacity: .9;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px #0000001a;
}

.button.space-top {
  margin-top: 10px;
}

.button.white {
  background-color: var(--white);
  color: var(--guest-house-green);
}

.button._404 {
  margin-top: 16px;
}

.button.large {
  padding: 16px 26px;
  font-size: 16px;
}

.button.large-outline {
  padding: 16px 26px;
  font-size: 16px;
  transition: background-color .2s, opacity .2s, transform .2s, box-shadow .2s;
}

.button.large-outline.space-right {
  border: 4px solid var(--guest-house-green);
  color: var(--guest-house-green);
  background-color: #0000;
  margin-right: 20px;
  padding: 12px 22px;
}

.button.large-outline.space-right:hover {
  background-color: #52503b1a;
}

.navigation-link {
  opacity: .8;
  color: var(--white);
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-size: 15px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.navigation-link:hover {
  opacity: .6;
}

.navigation-link.w--current {
  opacity: 1;
  color: var(--white);
  font-weight: 500;
}

.navigation {
  z-index: 9;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding: 10px 3%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.navigation-container-mobile {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  margin-right: 44px;
  transition: opacity .2s;
}

.brand:hover {
  opacity: .8;
}

.navigation-mobile {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.navigation-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  font-size: 16px;
  display: flex;
}

.navigation-wrap {
  z-index: 999;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-center {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.navigation-logotype {
  width: 128px;
}

.navigation-container {
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-background {
  background-color: var(--guest-house-green);
  position: absolute;
  inset: 0%;
}

.image-section-overlay {
  z-index: 1000;
  background-color: var(--guest-house-green);
  display: none;
  position: absolute;
  inset: 0%;
}

.image-section-text {
  flex-direction: column;
  justify-content: center;
  max-width: 300px;
  height: 100%;
  margin-left: 60px;
  margin-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-section-text.right {
  z-index: 20;
  background-color: #fff;
  margin-left: 10px;
  margin-right: 60px;
  padding-left: 18px;
  padding-right: 18px;
  inset: 0% 0% 0% auto;
}

.image-section {
  height: 800px;
  position: relative;
  overflow: hidden;
}

.image-section-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.introduction-grid {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.introduction-grid.reveal {
  height: 187px;
}

.image-section-gradient-overlay {
  background-image: none;
  display: block;
  position: absolute;
  inset: 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 80vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.timeline-start-circle {
  z-index: 10;
  background-color: var(--guest-house-green);
  border: 3px solid #fff;
  border-radius: 16px;
  width: 24px;
  height: 24px;
  margin: 20px auto auto;
  position: absolute;
  inset: 0%;
}

.timeline-content-text {
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  display: flex;
}

.timeline-content-image {
  object-fit: cover;
  min-width: auto;
  max-width: 200px;
}

.timeline-content-wrapper {
  background-color: #52503b05;
  border: 1px solid #52503b0d;
  border-radius: 12px;
  margin-bottom: 30px;
  display: flex;
  overflow: hidden;
}

.timeline-grid {
  grid-row-gap: 0px;
  grid-template-columns: 64px 1fr;
}

.timeline-line {
  z-index: 5;
  background-color: var(--guest-house-green);
  opacity: .5;
  width: 4px;
  margin: 34px auto -34px;
  position: absolute;
  inset: 0%;
}

.timeline-line-wrapper {
  min-height: 80px;
  position: relative;
}

.full-width-grid-content {
  direction: ltr;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 600px;
  padding: 40px;
  display: flex;
}

.full-width-grid-content.with-bg-image {
  min-height: 640px;
}

.full-width-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(95deg, #0000004f, #0000);
  grid-template-rows: auto;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.bg-image {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('../images/stephenrowleyphoto-35.jpg');
  background-position: 50% 100%;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.page-loader {
  z-index: 1000;
  background-color: #f9fafb;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.page-title {
  color: var(--white);
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
}

.pageloader {
  z-index: 1000;
  background-color: var(--beige);
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.pageloader-logotype {
  width: 256px;
}

.single-item-form-text-field {
  background-color: #0000;
  border: 0 #000;
  border-radius: 8px;
  margin: 6px 0 6px 6px;
  font-size: 12px;
}

.footer-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.space-top {
  margin-top: 20px;
}

.form-button {
  letter-spacing: .4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 11px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: opacity .2s;
}

.form-button:hover {
  opacity: .8;
}

.form-button.small {
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 11px;
}

.form-button.small.single-item-form-button {
  background-color: var(--guest-house-green);
  color: var(--white);
  margin: 6px;
  font-weight: 400;
}

.social-icons-wrap {
  display: flex;
}

.footer-link {
  opacity: .8;
  color: var(--white);
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
}

.footer-logotype {
  width: 200px;
  min-width: auto;
}

.footer-link-wrap {
  margin-top: 10px;
}

.social-icon-wrap {
  opacity: .6;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  transition: opacity .2s;
}

.social-icon-wrap:hover {
  opacity: 1;
}

.social-icon-wrap.w--current {
  width: 50px;
  height: 50px;
}

.social-icon-wrap.last {
  margin-right: 0;
}

.footer-form {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  align-items: center;
  display: flex;
}

.form-block, .social-icon {
  width: 100%;
}

.cta-button-wrap {
  text-align: center;
  margin-top: 20px;
}

.cta-section-title {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-wrap {
  position: relative;
}

.slide-nav {
  display: none;
}

.slider-arrow {
  border: 2px solid var(--guest-house-green);
  color: var(--guest-house-green);
  border-radius: 30px;
  width: 60px;
  height: 60px;
  font-size: 22px;
  transition: background-color .2s;
  inset: auto 0% -80px auto;
}

.slider-arrow:hover {
  background-color: #52503b1a;
}

.slider-arrow.left {
  right: 6%;
}

.slider-arrow.left.image {
  z-index: 500;
  inset: auto 0% 4% -5%;
}

.slider-arrow.right.image {
  z-index: 500;
  inset: auto -5% 4% 0%;
}

.slider-arrow.fimage {
  inset: auto 0% 4% -5%;
}

.testimonial-wrap {
  background-color: var(--white);
  border: 1px solid #52503b1a;
  border-radius: 4px;
  padding: 30px;
}

.slider {
  background-color: #0000;
  height: auto;
  margin-bottom: 50px;
}

.slide {
  width: 50%;
  margin-right: 20px;
}

.mask {
  overflow: visible;
}

.testimonial-rating-wrap {
  margin-bottom: 10px;
}

.star-icon {
  width: 18px;
  margin-right: 2px;
}

.no-space-top {
  margin-top: 0;
}

.testimonial-author {
  border-left: 2px solid var(--orange);
  margin-top: 20px;
  padding-left: 8px;
  font-weight: 500;
}

.light-link {
  color: var(--white);
  text-decoration: underline;
}

.the-hosts-image {
  border: 3px solid #52503b1a;
  border-radius: 128px;
  width: 256px;
}

.contact-grid {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  background-color: #52503b05;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 0;
}

.grid-1-2-text {
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  justify-content: space-between;
}

.no-space-bottom {
  margin-bottom: 0;
}

.medium-width-content {
  direction: ltr;
  flex-direction: column;
  justify-content: center;
  max-width: 600px;
  position: relative;
}

.small-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.small-section.bg-white {
  background-color: var(--white);
}

.margin-header-grid {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.margin-header {
  margin-right: 30px;
  position: sticky;
  top: 110px;
}

.text-large {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.code-span {
  color: #000;
  background-color: #c7c7c7;
  border-radius: 4px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}

.grid-1-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: start;
  display: grid;
}

.text-small {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.style-guide-marker {
  margin-bottom: 30px;
  font-size: 10px;
}

.subheading-small {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.style-guide-color-block {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  width: 100px;
  height: 80px;
  position: relative;
  overflow: hidden;
}

.style-guide-color-block.bg-orange {
  background-color: var(--orange);
}

.style-guide-color-block.bg-green {
  background-color: var(--guest-house-green);
}

.style-guide-color-block.bg-beige {
  background-color: var(--beige);
}

.grid-1-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

._404-icon {
  margin-bottom: 20px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.background-video {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000006b;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 100vh;
  position: absolute;
  overflow: visible;
}

.bedroom-slider {
  height: 800px;
}

.slide-nav-2 {
  display: none;
}

.left-arrow {
  color: #da1616;
}

.bedroom-slide-1 {
  background-image: url('../images/stephenrowleyphoto-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.bedroom-slide-2 {
  background-image: url('../images/stephenrowleyphoto-6.jpg');
  background-position: 50%;
  background-size: cover;
}

.bedroom-slide-3 {
  background-image: url('../images/stephenrowleyphoto-11.jpg');
  background-position: 50%;
  background-size: cover;
}

.bedroom-slide-4 {
  background-image: url('../images/stephenrowleyphoto-23.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.bedroom-slide-5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.features-slider {
  height: 800px;
}

.features-slider-1 {
  background-image: url('../images/stephenrowleyphoto-35.jpg');
  background-position: 50%;
  background-size: cover;
}

.features-slider-2 {
  background-image: url('../images/stephenrowleyphoto-36.jpg');
  background-position: 50%;
  background-size: cover;
}

.features-slider-3 {
  background-image: url('../images/stephenrowleyphoto-25.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.features-slider-4 {
  background-image: url('../images/stephenrowleyphoto-31.jpg');
  background-position: 50%;
  background-size: cover;
}

.features-slider-5 {
  background-image: url('../images/stephenrowleyphoto-34.jpg');
  background-position: 50%;
  background-size: cover;
}

.features-slider-6 {
  background-image: url('../images/stephenrowleyphoto-32.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav-3 {
  display: none;
}

.feature-slider-7 {
  background-image: url('../images/stephenrowleyphoto-18.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallery-overview {
  padding: 80px 0;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  vertical-align: baseline;
  height: 100%;
  overflow: auto;
}

.gallery-grid-box {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  padding-left: 0;
  padding-right: 0;
}

.book-now-div {
  text-align: center;
}

.heading {
  padding-top: 0;
  font-size: 20px;
}

.text-block {
  text-align: left;
  justify-content: flex-start;
  padding-left: 0;
  display: flex;
}

.contact-div-with-icon {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.lightbox-link {
  cursor: pointer;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container.tight {
    padding-left: 50px;
    padding-right: 50px;
  }

  .large-callout {
    margin-bottom: 20px;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .feature-icon {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .section-title.center.reveal {
    text-align: left;
  }

  .triple-column {
    grid-template-columns: 1fr 1fr;
  }

  .triple-column-content-wrap.reveal {
    text-align: left;
  }

  .mobile-navigation-link {
    width: 100%;
  }

  .mobile-navigation-link.w--current {
    color: var(--guest-house-green);
    font-weight: 500;
  }

  .navigation {
    display: none;
  }

  .navigation-container-mobile {
    justify-content: space-between;
  }

  .navigation-mobile {
    flex-direction: row;
    justify-content: center;
    height: 85px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .navigation-left {
    display: flex;
  }

  .navigation-center {
    display: none;
  }

  .mobile-nav {
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .menu-button-mobile {
    background-color: var(--white);
    color: var(--guest-house-green);
    border-radius: 100px;
    padding: 11px;
    font-size: 22px;
  }

  .menu-button-mobile.w--open {
    background-color: var(--white);
    opacity: .8;
    color: var(--guest-house-green);
  }

  .image-section-text {
    margin-left: 40px;
  }

  .image-section-text.right {
    margin-right: 40px;
  }

  .image-section {
    height: 400px;
  }

  .image-section-gradient-overlay {
    background-image: linear-gradient(to right, #52503b00 26%, var(--white));
  }

  .full-width-grid {
    grid-template-columns: 1fr;
  }

  .page-title {
    font-size: 54px;
  }

  .slider-arrow.left {
    left: 0;
    right: auto;
  }

  .slide {
    width: 100%;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .medium-width-content {
    max-width: none;
  }

  .small-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .small-section.bg-white {
    padding-top: 170px;
  }

  .features-slider-1 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .container-2 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .hero-text {
    margin-left: 40px;
    margin-right: 40px;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-logotype {
    width: 160px;
    margin-bottom: 20px;
  }

  .arrow-animation {
    width: 120px;
    display: none;
  }

  .large-callout {
    font-size: 44px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .section-title.center.reveal {
    text-align: center;
  }

  .triple-column {
    grid-template-columns: 1fr;
  }

  .triple-column-content-wrap.reveal {
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .triple-column-icon {
    min-width: 52px;
  }

  .feature-section-alternative-grid, .footer-grid {
    grid-template-columns: 1fr;
  }

  .image-section-text {
    max-width: 240px;
  }

  .introduction-grid {
    grid-template-columns: 1fr;
  }

  .image-section-gradient-overlay {
    background-image: linear-gradient(to right, #52503b00 12%, var(--white));
  }

  .timeline-content-image {
    max-width: 100%;
  }

  .timeline-content-wrapper {
    flex-direction: column;
  }

  .full-width-grid-content.with-bg-image {
    min-height: 480px;
  }

  .full-width-grid {
    grid-template-columns: 1fr;
  }

  .page-title {
    font-size: 42px;
  }

  .footer-form {
    max-width: none;
  }

  .contact-grid, .grid-1-2-text {
    grid-template-columns: 1fr;
  }

  .medium-width-content {
    max-width: none;
  }

  .margin-header-grid {
    grid-template-columns: 1fr;
  }

  .margin-header {
    margin-right: 0;
    position: static;
  }

  .grid-1-2, .grid-1-3 {
    grid-template-columns: 1fr;
  }

  .gallery-overview {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .hero-title {
    font-size: 28px;
    line-height: 1;
  }

  .arrow-animation {
    width: 60px;
    display: block;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    max-width: 400px;
  }

  .container.tight {
    display: block;
  }

  .large-callout {
    font-size: 28px;
  }

  .feature-icon {
    min-width: 28px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .button.large-outline.space-right.w--current {
    margin-right: 10px;
  }

  .image-section-text {
    display: none;
  }

  .image-section {
    height: 220px;
  }

  .introduction-grid.reveal {
    height: 100%;
  }

  .image-section-gradient-overlay {
    display: none;
  }

  .timeline-grid {
    grid-template-columns: 1fr;
  }

  .timeline-line-wrapper {
    display: none;
  }

  .full-width-grid-content {
    padding: 30px;
  }

  .social-icon-wrap {
    margin-right: 10px;
  }

  .slider-arrow.left.image {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    inset: 0% auto 0% 0%;
  }

  .slider-arrow.right.image {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    inset: 0% 0% 0% auto;
  }

  .slider {
    margin-bottom: 85px;
  }

  .contact-form-grid.reveal {
    grid-template-columns: 1fr;
  }

  .small-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .small-section.bg-white {
    padding-top: 140px;
  }

  .bedroom-slider {
    height: 100%;
  }

  .bedroom-slide-4 {
    background-size: cover;
  }

  .features-slider {
    height: 100%;
  }

  .features-slider-1 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .icon, .icon-2 {
    font-size: 15px;
  }

  .quick-stack {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .quick-stack-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    max-height: 141px;
  }
}

#w-node-a7ea1347-96ba-4125-5955-ff9f23bfec75-b4acf02e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4c029354-d236-69fb-7603-86cbed0c9fef-b4acf02e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1bec0ffe-520a-94ad-1c1c-1fdb57465672-b4acf02e {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: none;
}

#w-node-_5fc86f11-3de5-d785-43b9-051984eae849-b4acf02e {
  grid-template-rows: auto auto;
  grid-template-columns: 3.25fr 1fr 1fr;
}

#w-node-c08cc829-57b3-037a-b3ba-8a0fd279cb23-b4acf02e {
  grid-row: span 2 / span 2;
}

#w-node-a22c8e4f-3404-bb2a-3b0c-a22e48968f4f-b4acf02e {
  grid-column: span 2 / span 2;
}

#w-node-_0a6e5d70-069d-f9bb-5ede-690c5e6f6887-1820c1b6, #w-node-b483ec4e-2dd7-1964-d2ac-49be1dd62568-1820c1b6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-bca4b011-c746-4242-d593-eddeb80251af-1820c1b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_597eaf87-a11a-ef06-9bf5-c66dd809024e-b4acf032 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: center;
}

#w-node-_97e60695-0dfd-05cf-c9c2-ca54a41552f3-b4acf033, #w-node-_97e60695-0dfd-05cf-c9c2-ca54a41552f7-b4acf033, #w-node-_5c9a3c6d-5412-bd61-a978-0f06f5e61180-b4acf033, #w-node-_5c9a3c6d-5412-bd61-a978-0f06f5e61184-b4acf033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e152ae19-2168-4c85-04cc-be145faa7de1-b4acf033, #w-node-e152ae19-2168-4c85-04cc-be145faa7de5-b4acf033, #w-node-_209b6e3d-eb11-b1a8-29ee-a712eef248d9-b4acf033, #w-node-_209b6e3d-eb11-b1a8-29ee-a712eef248dd-b4acf033 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0a88de6f-b4ab-b48d-b5dd-3e2b9b29ac79-b4acf033, #w-node-_0a88de6f-b4ab-b48d-b5dd-3e2b9b29ac7d-b4acf033 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db9cf663-8a06-7400-654d-a095a8406f18-b4acf033, #w-node-db9cf663-8a06-7400-654d-a095a8406f1c-b4acf033 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_597eaf87-a11a-ef06-9bf5-c66dd809024e-b4acf035 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: center;
}

#w-node-_92963c3b-a333-48bf-fc09-347645930bb4-b4acf036, #w-node-_92963c3b-a333-48bf-fc09-347645930bb8-b4acf036, #w-node-dee5e7ad-3fae-8ad9-8062-037df1eccebb-b4acf036, #w-node-dee5e7ad-3fae-8ad9-8062-037df1eccebf-b4acf036, #w-node-_0dfdd6b8-d61e-fa9b-403d-2a651da8cb91-b4acf036, #w-node-_0dfdd6b8-d61e-fa9b-403d-2a651da8cb95-b4acf036 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-a7ea1347-96ba-4125-5955-ff9f23bfec75-b4acf02e, #w-node-_4c029354-d236-69fb-7603-86cbed0c9fef-b4acf02e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a6e5d70-069d-f9bb-5ede-690c5e6f6887-1820c1b6, #w-node-b483ec4e-2dd7-1964-d2ac-49be1dd62568-1820c1b6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_97e60695-0dfd-05cf-c9c2-ca54a41552f3-b4acf033, #w-node-_5c9a3c6d-5412-bd61-a978-0f06f5e61180-b4acf033, #w-node-e152ae19-2168-4c85-04cc-be145faa7de1-b4acf033, #w-node-_209b6e3d-eb11-b1a8-29ee-a712eef248d9-b4acf033, #w-node-_0a88de6f-b4ab-b48d-b5dd-3e2b9b29ac79-b4acf033, #w-node-db9cf663-8a06-7400-654d-a095a8406f18-b4acf033, #w-node-_92963c3b-a333-48bf-fc09-347645930bb4-b4acf036, #w-node-dee5e7ad-3fae-8ad9-8062-037df1eccebb-b4acf036, #w-node-_0dfdd6b8-d61e-fa9b-403d-2a651da8cb91-b4acf036 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1bec0ffe-520a-94ad-1c1c-1fdb57465672-b4acf02e {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}


