@charset "UTF-8";
/****************************************************
****** HTML, SITEWIDE  ******************************
****************************************************/
html {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-style: normal;
}
html.admin-bar .sticky,
body.admin-bar .sticky {
  margin-top: 30px;
}

html.preload .section {
  display: none;
  visibility: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

img {
  max-width: 100%;
  display: flex;
}

/****************************************************
****** FRONT PAGE ******************************
****************************************************/
.front-hero {
  padding: 8rem 0 8rem;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.front-hero:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.35);
}
.front-hero .wrapper-inner {
  z-index: 2;
  position: relative;
}
.front-hero .front-logo {
  width: 200px;
  height: auto;
  margin: 0 auto 20px;
}
.front-hero * {
  color: #fff;
}
.front-hero h1 {
  font-size: 50px;
  line-height: 60px;
  margin: 30px 0 15px;
}
.front-hero h3 {
  font-weight: 400;
  font-size: 20px;
}

.front-intro {
  padding-top: 5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.front-intro .wrapper-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.front-intro .front-boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem; /* space between boxes */
}
.front-intro .front-box {
  background: #f9f9f9; /* example styling */
  padding: 5rem 2rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.231372549);
}
.front-intro .front-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.front-intro .front-box img {
  width: auto;
  height: 100px;
  z-index: 2;
  position: relative;
  display: none;
}
.front-intro .front-box h3 {
  color: #fff;
  z-index: 2;
  position: relative;
  font-size: 24px;
  line-height: 28px;
}
.front-intro .front-box a {
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  margin-top: 15px;
  font-family: "Cinzel", serif;
  color: black;
  z-index: 2;
  position: relative;
  background: white;
  padding: 10px 20px;
  border-radius: 50px;
}
.front-intro .front-box a:hover {
  background-color: rgb(201, 163, 103);
  color: white;
}
.front-intro .front-box:hover {
  cursor: pointer;
}
.front-intro .front-box:hover:before {
  background: rgba(201, 163, 103, 0.5);
}

/* Tablet: 2 columns */
@media (max-width: 900px) {
  .front-intro .front-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Mobile: 1 column */
@media (max-width: 600px) {
  .front-intro .front-boxes {
    grid-template-columns: 1fr;
  }
  .front-hero h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .front-hero h3 {
    font-weight: 400;
    font-size: 16px;
  }
  .front-hero {
    padding: 2rem 0 5rem;
  }
  .front-intro {
    padding-top: 2rem;
  }
}
/****************************************************
****** SLIDES JS CSS  ******************************
****************************************************/
.image-natural .col.image {
  height: auto;
}
.image-natural .col.image .offer-image {
  margin-top: 36px;
}

#fullpage {
  height: 100%;
  width: 100%;
  position: relative;
}

.cta-wrapper {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  right: 50px;
  top: 0;
}
.cta-wrapper a {
  font-family: "Cinzel", serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 14px;
  color: white;
  padding: 10px 20px;
  display: inline-block;
  background: #c9a467;
  height: 36px;
}

#menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: 0px 0px 20px 5px hsla(0, 0%, 0%, 0.1);
  height: 36px;
}

.menu-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  width: 50px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 10px;
  z-index: 1000;
  background-color: #b74747;
}
.menu-button .bar {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s ease, opacity 0.3s ease;
  max-width: 24px;
  margin: 0 auto;
}
.menu-button.open .bar:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.menu-button.open .bar:nth-child(2) {
  opacity: 0;
}
.menu-button.open .bar:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

#nav-dots.hidden {
  display: none;
}

.section {
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 50px;
  background-color: #fff;
  transition: transform 0.7s ease;
  box-sizing: border-box;
}
.section.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
  transform: translateY(0);
}
.section.is-prev {
  z-index: 1;
  transform: translateY(-100%);
}
.section.is-next {
  z-index: 0;
  transform: translateY(100%);
}
.section .slide {
  flex: 0 0 100vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.7s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.section .slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
  transform: translateX(0);
}
.section .slide.is-prev {
  z-index: 1;
  transform: translateX(-100%);
}
.section .slide.is-next {
  z-index: 0;
  transform: translateX(100%);
}

.italic {
  font-style: italic;
}

.page-icon {
  margin: 0 auto 20px;
  width: 100px;
  height: auto;
  opacity: 0.3;
}

/* div#nav-dots button:first-child {
  display: none;
} */
#nav-dots {
  position: relative;
  left: 0;
  top: 45px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  z-index: 9999;
  align-items: center;
  background-color: #b74747;
  padding: 25px 25px 15px;
  border-radius: 0;
  margin: 0 10px;
  box-shadow: 0px 0px 20px 5px hsla(0, 0%, 0%, 0.1);
}
#nav-dots img {
  max-width: 100%;
  display: none;
  height: 20px;
  width: 20px;
}
#nav-dots .dot-label {
  font-size: 16px;
  justify-content: center;
  font-family: "Cinzel", serif;
  color: white;
  text-align: center;
  width: 100%;
}
#nav-dots button {
  width: auto;
  height: auto;
  border: none;
  opacity: 1;
  cursor: pointer;
  background: transparent;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#nav-dots button.active {
  width: auto;
  height: auto;
  opacity: 1;
}
#nav-dots button.active span {
  font-weight: bold;
}

.slide-dots {
  display: flex;
  gap: 5px;
  z-index: 9999;
  justify-content: space-evenly;
  align-items: center;
}
.slide-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #fff;
  opacity: 0.25;
  cursor: pointer;
}
.slide-dots button.active {
  background: #fff;
  opacity: 0.75;
}

.slide-nav-wrapper.no-slides {
  display: none !important;
}

.slide-nav-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 0;
  z-index: 2;
  background-color: #b74747;
}
.slide-nav-wrapper .slide-dots {
  order: 2;
}
.slide-nav-wrapper .slide-arrow {
  color: #000000;
  border: none;
  font-size: 24px;
  line-height: 25px;
  padding: 7px 10px 7px;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: transparent;
  position: relative;
}
.slide-nav-wrapper .slide-arrow img {
  width: 14px;
  height: auto;
  opacity: 0.5;
}
.slide-nav-wrapper .slide-arrow.prev-arrow {
  order: 1;
}
.slide-nav-wrapper .slide-arrow.next-arrow {
  order: 3;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 2s ease, transform 0.6s ease;
}
.fade-in.in-view {
  opacity: 1;
  transform: translateY(0);
}

.col-inner {
  padding: 2rem;
}
.col-inner p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300 !important;
  margin-top: 10px;
}
.col-inner ul li {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300 !important;
}

.image-controlled-package .small.image {
  height: 150px;
  min-height: 150px;
}
.image-controlled-package .price-guest-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.0784313725);
  padding-top: 20px;
  margin-top: 20px;
}
.image-controlled-package .price-guest-wrap .package-price {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
.image-controlled-package .price-guest-wrap .package-price span {
  font-size: 18px;
  padding: 0 2px;
  display: block;
  font-family: "Cinzel", serif;
  margin-top: 5px;
}
.image-controlled-package .price-guest-wrap .package-guests {
  font-size: 12px;
  line-height: 20px;
  margin: 0;
}
.image-controlled-package .price-guest-wrap .package-guests strong {
  font-size: 18px;
  padding: 0 2px;
  font-weight: 400;
  display: block;
  font-family: "Cinzel", serif;
  margin-top: 5px;
}
.image-controlled-package .package-includes h3, .image-controlled-package .package-includes h4 {
  font-size: 18px;
  line-height: 20px;
  margin: 15px 0;
  display: block;
  font-family: "Cinzel", serif;
  font-weight: 400;
}
.image-controlled-package .package-content ul {
  margin-top: 0;
  list-style-type: square;
  color: #b74747;
  padding-left: 15px;
}
.image-controlled-package .package-content ul li {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  padding-right: 0;
  font-size: 12px;
  line-height: 20px;
  color: black;
}
.image-controlled-package .package-content ul li::marker {
  color: #c7a266;
}
.image-controlled-package .package-content ul li::after {
  display: none;
}

.page-title {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  left: 0;
  top: 0;
  height: 36px;
  width: 100%;
  background: rgba(201, 164, 103, 0.3);
  padding-left: 15px;
  line-height: 0px;
}
.page-title span.page-title-here {
  font-family: "Cinzel", serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 14px;
  color: white;
}

.no-image .col.content .col-inner {
  padding: 5rem 2rem 3rem;
}

.col.image {
  position: relative;
}

.swipe-how {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}
.swipe-how > div {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  min-width: 245px;
}
.swipe-how > div > .swipe-img {
  background-color: #b74747;
  display: flex;
  align-items: center;
  width: 68px;
  height: 68px;
  justify-content: center;
}
.swipe-how > div > .swipe-img > img {
  width: 30px;
  height: auto;
  margin-right: 0;
  max-height: 30px;
}
.swipe-how > div span {
  font-family: "Cinzel", serif;
  font-size: 12px;
  line-height: 16px;
  display: block;
  text-align: left;
}
.swipe-how > div span.larger {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-top: 3px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cinzel", serif;
}

h1 {
  font-size: 44px;
  font-weight: 500;
}

h2 {
  font-size: 28px;
  font-weight: 400;
}

h3 {
  font-size: 28px;
  font-weight: 400;
}

p, li, span, a {
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

a {
  color: #032600;
}
a:hover {
  color: #82a27f;
}

.button-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.button-wrap a.btn {
  background-color: #b74747;
  padding: 15px 25px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Cinzel", serif;
}

.btn.wa {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.btn.wa svg {
  width: 18px;
  height: auto;
}
.btn.wa svg path {
  fill: white;
}

h4.menu-title {
  font-size: 16px;
  font-weight: 500;
  color: #c9a467;
  margin-top: 10px;
}

ul.sample-menu {
  margin: 10px 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
ul.sample-menu li {
  padding-right: 0;
  text-align: center;
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
  font-style: italic;
  font-size: 12px;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 17px;
  border-right: 1px solid rgba(0, 0, 0, 0.1411764706);
  font-family: "Assistant", sans-serif;
  margin-bottom: 5px;
}
ul.sample-menu li:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
ul.sample-menu li:after {
  display: none;
}

table {
  width: 100%;
  margin-top: 20px;
}
table thead tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.124);
  background-color: rgba(201, 164, 103, 0.1490196078);
}
table thead tr th {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #000000;
  text-align: left;
  padding: 5px;
  font-family: "Cinzel", serif;
}
table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.124);
}
table tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}
table tbody tr:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
table tbody tr td {
  font-size: 14px;
  line-height: 24px;
  font-family: "Assistant", sans-serif;
  font-weight: 300;
  text-align: right;
  padding: 2.5px 5px;
}
table tbody tr td:first-child {
  text-align: left;
}

.bump-left-right {
  animation: bumpLeftRight 1.5s ease-in-out infinite;
}

@keyframes bumpLeftRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(6px); /* or -6px, depending on intent */
  }
}
.two-col-grid {
  height: 100%;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 40px 0 0;
}
ul li {
  border-bottom: 1px solid rgb(244, 244, 244);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  position: relative;
  padding-right: 1.5rem;
  text-align: left;
}
ul li a {
  display: flex;
}
ul li:last-child {
  border-bottom: none;
}
ul li::after {
  content: "→";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #032600;
  transition: transform 0.3s ease;
}
ul li:hover::after {
  transform: translateY(-50%) translateX(5px);
  color: #82a27f;
}

.overlay {
  position: relative;
}
.overlay .overlay-inner {
  position: absolute;
  z-index: 1;
  bottom: 25px;
  width: 100%;
}
.overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
}
.overlay * {
  position: relative;
  z-index: 2;
}

.col.image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.two-col-grid {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.crest {
  margin: 0 auto;
  width: 90px;
  background-color: white;
  padding: 1rem;
  box-shadow: 0px 0px 10px hsla(0, 0%, 0%, 0.1);
  border-radius: 10px;
  margin-top: -100px;
  margin-bottom: 20px;
}

.section-inner {
  width: 100%;
  height: 100%;
}

.section, .section .slide {
  justify-content: flex-start;
}

h6 {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}

.low-dots .col-inner {
  margin-bottom: 30px;
}

.divider-container {
  clear: both;
  text-align: center;
  line-height: 0;
}

.divider {
  display: inline-block;
  margin: 10px auto 10px;
  position: relative;
  text-align: center;
  line-height: 0;
}
@media print, screen and (min-width: 40em) {
  .divider {
    margin: 0 auto 20px;
  }
}
.divider.animate .divider__line {
  width: 76px;
}

.divider.animate .divider__diamond {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.divider__line {
  background: #cea86a;
  display: inline-block;
  height: 2px;
  position: relative;
  -webkit-transition: width 1s 1s;
  transition: width 1s 1s;
  width: 0;
}

.divider__line--left {
  margin-right: 4px;
}

.divider__line--right {
  margin-left: 4px;
}

.divider__diamond {
  border: 1px solid #cea86a;
  display: inline-block;
  height: 10px;
  margin: 0 2px;
  position: relative;
  top: 4px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  width: 10px;
}

.divider__diamond:before {
  background: #cea86a;
  content: "";
  display: block;
  height: 2px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 2px;
}

.divider__dot {
  background: #cea86a;
  display: inline-block;
  height: 2px;
  width: 2px;
}

.col-image-hover {
  position: absolute;
  left: 30px;
  bottom: 20px;
  background: white;
  padding: 10px 20px;
  border: 1px solid #c9a467;
}

.col-image-hover.bottom {
  left: unset;
  right: 30px;
  bottom: 50px;
}

.col-image-hover h3 {
  font-size: 18px;
}

@media only screen and (max-width: 420px) and (max-height: 840px) {
  .scrollable {
    overflow-y: auto;
    height: auto;
    -webkit-overflow-scrolling: touch; /* smooth scroll for iOS */
  }
}
@media only screen and (max-width: 767px) {
  .package-includes table tbody tr td {
    font-size: 12px;
    line-height: 17px;
  }
  .package-includes table thead tr th {
    line-height: 14px;
  }
}
@media only screen and (min-width: 991px) {
  div#special-offers .col.image {
    width: 80% !important;
    display: flex;
  }
  div#special-offers .col.image img {
    width: auto !important;
    height: auto !important;
    margin-bottom: 30px !important;
    object-fit: contain;
  }
  div#special-offers .col.content {
    width: auto !important;
  }
  div#nav-dots {
    width: 300px;
    justify-self: flex-end;
  }
  body {
    background: #eeeeee;
  }
  .col-inner {
    padding: 3rem 5rem;
  }
  .slide-mobile {
    display: none;
  }
  .slide-desktop {
    display: initial !important;
  }
  div#fullpage #image-only .slide-desktop .two-col-grid .col.image {
    width: 100%;
  }
  #sample-menu .two-col-grid .col.image,
  #text-only .two-col-grid .col.image {
    display: initial !important;
  }
  div#fullpage {
    max-width: 1200px;
    height: 800px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 20px rgba(181, 181, 181, 0.2392156863);
    margin: 5rem auto 0;
    border-radius: 5px;
    width: 90%;
  }
  div#fullpage .page-title {
    background: #b74747;
  }
  div#fullpage .section {
    max-width: 1200px;
    width: 100%;
  }
  div#fullpage .section-inner {
    max-width: 1200px;
    width: 100%;
  }
  div#fullpage .slide {
    max-width: 1200px;
    width: 100%;
  }
  div#fullpage .two-col-grid {
    flex-direction: row;
  }
  div#fullpage .two-col-grid .col.content {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  div#fullpage .two-col-grid .col.image {
    width: 50%;
    height: 100%;
  }
}

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