/* Hero Header */
.hero-header {
  height: 100vh;
  position: relative;
}
.hero-header .full-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.hero-header .grey-over-hero {
  background: rgba(74, 74, 74, 0.7);
  position: absolute;
  width: 100dvw;
  height: 100dvh;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
.hero-header h1 {
  font-family: "lavish", sans-serif;
  padding-top: 40vh;
  color: #EAEBE0;
  position: relative;
  z-index: 5;
  font-size: 65px;
  line-height: 65px;
}
.hero-header .keep-scrolling {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 5;
  width: 200px;
  text-align: center;
  align-items: center;
  color: #EAEBE0;
}
.hero-header .keep-scrolling h4 {
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 70px;
}
.hero-header .keep-scrolling .line-block {
  height: 1px;
  width: 60%;
  transform: rotate(90deg);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 100%);
  display: block;
  margin-left: 40px;
}

/* Overlapping Content */
.banner-box-image {
  height: 400px;
  margin-top: -200px;
  margin-bottom: 60px;
}
.banner-box-image .banner-content {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 400px;
  flex-direction: column;
}
.banner-box-image .banner-content h3 {
  font-family: "lavish", sans-serif;
  font-feature-settings: "salt" 3;
  font-variant-ligatures: none;
  color: #fff;
  font-size: 40px;
}
.banner-box-image .banner-content h4 {
  color: #fff;
  font-feature-settings: "salt" on;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
}
.banner-box-image .banner-content h4 i {
  margin-right: 12px;
}

.video-box-banner {
  position: relative;
  overflow: hidden;
}
.video-box-banner .col-sm-12 {
  position: relative;
  overflow: hidden;
}
.video-box-banner .col-sm-12 .grey-over-hero {
  background: rgba(74, 74, 74, 0.7);
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: -101%;
  z-index: 1;
}

.overlapping-content-box {
  padding-top: 100px;
  padding-bottom: 300px;
}
.overlapping-content-box.back-icon {
  background-image: url("images/cb-icon.svg");
  background-position-x: left;
  background-position-y: top;
  background-repeat: no-repeat;
}
.overlapping-content-box p {
  font-size: 28px;
  line-height: 44px;
  font-family: "lavish", sans-serif;
  font-feature-settings: "salt" 3;
  font-variant-ligatures: none;
  color: #5A5B5F;
}
.overlapping-content-box h2 {
  font-feature-settings: "salt" on;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  color: #5A5B5F;
}

.stack-cards {
  margin-top: -200px;
}
.stack-cards .image-content {
  padding: 20px;
  padding-right: 30px;
}
.stack-cards .image-content p {
  font-family: "lavish", sans-serif;
  font-feature-settings: "salt" 2;
  font-variant-ligatures: none;
  font-size: 23px;
  line-height: 35px;
  font-weight: 300;
  color: #56594C;
}
.stack-cards .image-content a {
  color: #9A6548;
  padding-bottom: 5px;
  border-bottom: 1px solid #9A6548;
}

/* Mid Banner */
.banner-mid-bg {
  margin-top: 60px;
  margin-bottom: 40px;
}
.banner-mid-bg .banner-box {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 180px;
  position: relative;
  overflow: hidden;
}
.banner-mid-bg .banner-box h3 {
  font-size: 54px;
  line-height: 50px;
  font-family: "lavish", sans-serif;
  font-feature-settings: "salt" 3;
  font-variant-ligatures: none;
  font-weight: 300;
  color: #fff;
}
.banner-mid-bg .banner-box p {
  color: #fff;
  font-weight: 300;
}
.banner-mid-bg .banner-box .col-sm-6 {
  position: relative;
  z-index: 1;
}
.banner-mid-bg .gradientbox {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 73.5%);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.block-accross {
  border-bottom: 1px solid #DFD7CB;
  border-top: 1px solid #DFD7CB;
  margin-bottom: 50px;
}
.block-accross .col-sm-4:nth-child(2) {
  border-left: 1px solid #DFD7CB;
  border-right: 1px solid #DFD7CB;
}
.block-accross .col-sm-4 img {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 200px;
  display: inline-block;
}
.block-accross .col-sm-4 h3 {
  font-weight: 700;
  font-size: 16px;
  color: #6A6A6D;
  text-transform: uppercase;
  margin-top: 30px;
}
.block-accross .col-sm-4 h4 {
  font-weight: 300;
  font-family: "lavish", sans-serif;
  font-feature-settings: "salt" 3;
  font-variant-ligatures: none;
  margin-top: 20px;
  color: #5A5B5F;
  font-size: 28px;
  padding-left: 100px;
  padding-right: 100px;
  min-height: 67px;
}
.block-accross .col-sm-4 a {
  display: inline-block;
  margin-bottom: 40px;
  color: #9A6548;
  padding-bottom: 5px;
  border-bottom: 1px solid #9A6548;
}

/* Stacked no banner */
.stack-container .stack-box {
  padding: 20px;
  display: block;
}
.stack-container .stack-box h3 {
  font-family: "lavish", sans-serif;
  font-feature-settings: "salt" 3;
  font-variant-ligatures: none;
  font-size: 26px;
  line-height: 35px;
  font-weight: 300;
  color: #56594C;
  margin-top: 20px;
  margin-bottom: 15px;
}
.stack-container .stack-box p {
  text-wrap: pretty;
  color: #56594C;
  font-weight: 300;
}
.stack-container .stack-box a {
  display: inline-block;
  margin-top: 25px;
  color: #9A6548;
  padding-bottom: 5px;
  border-bottom: 1px solid #9A6548;
  font-weight: 300;
}

.testimonial {
  margin-bottom: 80px;
  margin-top: 80px;
}
.testimonial .quote {
  font-size: 98px;
  font-family: "lavish", sans-serif;
  padding-right: 30px;
  display: block;
  font-weight: 600;
  color: #56594C;
  line-height: 0px;
  top: 60px;
  position: relative;
}
.testimonial quote {
  font-size: 28px;
  font-family: "lavish", sans-serif;
  font-feature-settings: "salt" 3;
  font-variant-ligatures: none;
  padding-right: 30px;
  display: block;
  color: #56594C;
}
.testimonial .previous, .testimonial .next {
  border: 1px solid #BFBCB5;
  width: 51px;
  color: #6A6A6D;
  height: 51px;
  text-align: center;
  background-color: transparent;
  margin-top: 40px;
}
.testimonial .image-box-testimonial {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.testimonial .image-box-testimonial .dark-bg {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 73.5%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.testimonial .image-box-testimonial h3 {
  position: relative;
  z-index: 1;
  color: white;
  padding-right: 90px;
  padding-left: 90px;
  font-size: 45px;
  font-family: "lavish", sans-serif;
}

/* Blog */
.blog .blog-banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.blog .blog-banner .keep-scrolling {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 5;
  width: 200px;
  text-align: center;
  align-items: center;
  color: #EAEBE0;
}
.blog .blog-banner .line-block {
  height: 1px;
  width: 60%;
  transform: rotate(90deg);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 100%);
  display: block;
  margin-left: 40px;
}
.blog .blog-banner h1 {
  position: relative;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 80px;
  color: #FFF;
  text-align: center;
  font-family: Lavish;
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog .blog-banner .grey-over-banner {
  position: absolute;
  width: 100%;
  height: 500px;
  background: rgba(74, 74, 74, 0.7);
  top: 0;
  left: 0;
  z-index: 1;
}
.blog .blog-content {
  margin-top: 100px;
  margin-bottom: 100px;
}
.blog .blog-item {
  margin-bottom: 50px;
  display: block;
}
.blog .top-content h2 {
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  color: #3C3C3C;
}
.blog .top-content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  color: #3C3C3C;
}
.blog .line-box {
  display: block;
  width: 100%;
  margin-bottom: 60px;
  margin-top: 100px;
}
.blog .line-box .main-line {
  display: block;
  width: 100%;
  border-top: 1px solid #DFD7CB;
}
.blog .line-box .baby-line {
  display: block;
  width: 250px;
  border-top: 2px solid #938D84;
  position: relative;
  top: -2px;
  left: 0;
  right: 0;
  margin: auto;
}
.blog .block-content-index {
  padding-left: 10px;
  padding-right: 10px;
}
.blog .block-content-index h3 {
  color: #3C3C3C;
  text-align: center;
  font-feature-settings: "salt" on;
  font-family: "lavish", sans-serif;
  font-feature-settings: "salt" 2;
  font-variant-ligatures: none;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
.blog .block-content-index p {
  color: #3C3C3C;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 30px;
}
.blog .block-content-index h4 {
  color: #3C3C3C;
  text-align: center;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #3C3C3C;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.single-header {
  position: relative;
  overflow: hidden;
}
.single-header h1 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 100px;
  display: inline-block;
  text-align: center;
  color: #EAEBE0;
}
.single-header .keep-scrolling {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 5;
  width: 200px;
  text-align: center;
  align-items: center;
  color: #EAEBE0;
}
.single-header .line-block {
  height: 1px;
  width: 60%;
  transform: rotate(90deg);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 100%);
  display: block;
  margin-left: 40px;
}

.share-block {
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: 60px;
  background-image: url(images/pattern-bg.png);
}
.share-block a {
  font-size: 22px;
  margin-right: 20px;
  color: #9A6548;
}
.share-block a:last-child {
  margin-right: 0px;
}
.share-block h2 {
  font-family: "lavish", sans-serif;
}
.share-block .share-box {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.pagination-box .page-numbers {
  border: 1px solid #BFBCB5;
  width: 51px;
  height: 51px;
  display: inline-block;
  color: #6A6A6D;
  font-size: 19px;
  padding-top: 13px;
  text-align: center;
  background-color: transparent;
  margin-top: 40px;
}
.pagination-box .page-numbers.current {
  background-color: #6A6A6D;
  color: #EAEBE0;
}

/* Get In Touch */
.get-in-touch .contact-banner {
  position: relative;
  overflow: hidden;
}
.get-in-touch .contact-banner h1 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 100px;
  display: inline-block;
  text-align: center;
  color: #EAEBE0;
  font-family: "lavish", sans-serif;
  font-feature-settings: "salt" 2;
  font-variant-ligatures: none;
}
.get-in-touch .contact-banner .keep-scrolling {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 5;
  width: 200px;
  text-align: center;
  align-items: center;
  color: #EAEBE0;
}
.get-in-touch .contact-banner .keep-scrolling .line-block {
  height: 1px;
  width: 60%;
  transform: rotate(90deg);
  background: white;
  display: block;
  margin-left: 40px;
}
.get-in-touch .contact-section {
  padding-top: 140px;
  padding-bottom: 140px;
}
.get-in-touch .contact-section h3 {
  color: #56594C;
  font-feature-settings: "salt" on;
  font-family: "Nunito Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px; /* 125% */
  text-transform: uppercase;
}
.get-in-touch .contact-section p {
  font-family: "lavish", sans-serif;
  font-feature-settings: "salt" 2;
  font-variant-ligatures: none;
  margin-bottom: 50px;
  padding-right: 140px;
}
.get-in-touch .contact-section a {
  font-family: "lavish", sans-serif;
  font-feature-settings: "salt" 2;
  font-variant-ligatures: none;
  font-size: 22px;
  color: #56594C;
  margin-bottom: 20px;
  display: block;
}
.get-in-touch .contact-section .smaller-header {
  color: #56594C;
  display: block;
  margin-bottom: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.get-in-touch .contact-section input {
  display: block;
  width: 100%;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #DFD7CB;
  font-family: "lavish", sans-serif;
  font-feature-settings: "salt" 3;
  font-variant-ligatures: none;
  color: #56594C;
  font-size: 18px;
  padding: 15px 20px 15px 20px;
  margin-bottom: 40px;
}
.get-in-touch .contact-section textarea {
  display: block;
  width: 100%;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #DFD7CB;
  font-family: "lavish", sans-serif;
  font-feature-settings: "salt" 3;
  font-variant-ligatures: none;
  color: #56594C;
  font-size: 18px;
  padding: 15px 20px 15px 20px;
  height: 200px;
}
.get-in-touch .contact-section .wpcf7-submit {
  background: transparent;
  margin-top: 30px;
  border: 1px solid #DFD7CB;
}
.get-in-touch .contact-section select {
  width: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  border-bottom: 1px solid #DFD7CB;
  padding: 18px;
  padding-bottom: 19px;
  font-family: "lavish", sans-serif;
  font-feature-settings: "salt" 3;
  font-variant-ligatures: none;
  color: #56594C;
  font-size: 18px;
}
.get-in-touch .contact-section .bord-right {
  border-right: 1px solid #DFD7CB;
}
.get-in-touch .wpcf7-form {
  padding-left: 30px;
}
.get-in-touch .wpcf7-spinner {
  display: none;
}
.get-in-touch .address-box {
  position: relative;
  z-index: 1;
  background-color: #4D5057;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
  display: inline-block;
  margin-top: 150px;
}
.get-in-touch .address-box h4 {
  font-size: 22px;
  color: #F9EDD8;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
}
.get-in-touch .address-box .our-location {
  font-size: 16px;
  color: #F9EDD8;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
}
.get-in-touch .address-box address {
  font-family: "lavish", sans-serif;
  font-feature-settings: "salt" 3;
  font-variant-ligatures: none;
  color: #F9EDD8;
  font-size: 18px;
  margin-top: 20px;
}

.map-half {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}
.map-half h3 {
  color: #56594C;
  font-feature-settings: "salt" on;
  font-family: "Nunito Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  text-transform: uppercase;
}
.map-half p {
  font-weight: 300;
  font-size: 18px;
  color: #56594C;
}
.map-half .link-part {
  margin-top: 20px;
}
.map-half .link-part:first-of-type {
  margin-top: 50px;
}
.map-half .link-part h4 {
  color: #56594C;
  font-family: "lavish", sans-serif;
  font-feature-settings: "salt" 3;
  font-variant-ligatures: none;
}

/* Floor Plan Block */
.floor-plan {
  background-color: #F5F5F5;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 90px;
}
.floor-plan h3 {
  font-family: "lavish", sans-serif;
  font-feature-settings: "salt" 3;
  font-variant-ligatures: none;
}
.floor-plan .floor-plan-images {
  position: relative;
  min-height: 400px; /* match tallest image */
}
.floor-plan .floor-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in;
  z-index: 1;
  pointer-events: none;
}
.floor-plan .floor-image.visible {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}
.floor-plan .floor-box {
  background-color: white;
  padding: 40px;
}
.floor-plan .floor-box img {
  width: 400px;
  max-height: 400px;
}
.floor-plan .floor-box ul {
  padding-left: 0px;
}
.floor-plan .floor-box ul li {
  display: block;
  padding-bottom: 20px;
}
.floor-plan .floor-box ul li .floor-title {
  display: inline-block;
  color: #9A6548;
  border-bottom: 1px solid #9A6548;
}
.floor-plan .floor-box ul li.active {
  font-weight: 800;
}

.full-block {
  padding-top: 100px;
  padding-bottom: 80px;
}
.full-block h2 {
  font-feature-settings: "salt" on;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  color: #5A5B5F;
}

.text-block h2 {
  margin-bottom: 20px; /* space below the title */
  font-size: 2rem;
  font-family: "lavish", sans-serif;
  font-feature-settings: "salt" 3;
  font-variant-ligatures: none;
  color: #3C3C3C;
}

.text-block p {
  margin-top: 0; /* no extra margin on top */
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 300;
  color: #3C3C3C;
}

.text-block p {
  margin-top: 0; /* no extra margin on top */
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 300;
  color: #3C3C3C;
}

.section-wrapper {
  height: 600vh; /* enough scroll */
  position: relative;
  background: #f0f0f0;
}

.sticky-container {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  width: 100%;
  background: #fff;
  overflow: hidden;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.text-column {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.85);
  z-index: 2;
  position: relative;
}

.image-column {
  flex: 1;
  position: relative;
  overflow: hidden;
  height: 100vh;
  z-index: 1;
}

.text-block, .image-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.text-block {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  padding: 0 2rem;
  box-sizing: border-box;
  flex-direction: column; /* stack children vertically */
  align-items: flex-start;
  max-width: 600px;
}

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

/* Tabs */
.tab-block-controls {
  margin-bottom: 40px;
}
.tab-block-controls button {
  outline: none;
  border: none;
  background-color: white;
  color: #9A6548;
  border-bottom: 1px solid #9A6548;
}
.tab-block-controls button.active {
  font-weight: 700;
}

.tab-block-body {
  display: block;
  height: 0;
  overflow: hidden;
  margin-top: 0px;
}
.tab-block-body.block-view {
  height: auto;
}
.tab-block-body .list-tab {
  padding-top: 60px;
  padding-bottom: 60px;
}
.tab-block-body .list-tab img {
  height: 566px;
}
.tab-block-body .list-tab ul {
  padding-left: 0px;
}
.tab-block-body .list-tab ul li {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  display: block;
  padding-right: 60px;
}
.tab-block-body .list-tab ul li i {
  font-size: 25px;
}
.tab-block-body .tab-slider {
  padding-top: 60px;
  padding-bottom: 60px;
}
.tab-block-body .tab-slider h3 {
  color: #fff;
  font-family: "lavish", sans-serif;
  font-feature-settings: "salt" 3;
  font-variant-ligatures: none;
}
.tab-block-body .tab-slider p {
  color: #fff;
  padding-right: 100px;
}
.tab-block-body .tab-slider .slick-dots {
  position: absolute;
  bottom: -55px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  left: 0;
  list-style: none;
  text-align: left;
}
.tab-block-body .tab-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 2px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.tab-block-body .tab-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 60px;
  height: 2px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.tab-block-body .tab-slider .slick-dots li button::before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 2px;
  content: "";
  text-align: center;
  opacity: 0.25;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tab-block-body .tab-slider .slick-dots li.slick-active button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 60px;
  height: 2px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.tab-block-body .tab-slider .slick-dots li.slick-active button::before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 2px;
  content: "";
  text-align: center;
  opacity: 1;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tab-block-body .stack-cards-tab h3 {
  color: #56594C;
  font-family: "lavish", sans-serif;
  font-feature-settings: "salt" 3;
  font-variant-ligatures: none;
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.tab-block-body .stack-cards-tab p {
  color: #56594C;
  font-family: "Nunito Sans";
  font-size: 18px;
}

.test-slider-1 .slick-track {
  display: flex;
}
.test-slider-1 .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.private-tc {
  background: linear-gradient(rgba(74, 74, 74, 0.7), rgba(74, 74, 74, 0.7)), url(images/pattern-bg.png);
}

.single-page {
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-page p {
  color: #56594C;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  text-rendering: optimizelegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
.single-page a {
  outline: none;
  border: none;
  background-color: white;
  color: #9A6548;
  border-bottom: 1px solid #9A6548;
  font-size: 18px;
}
.single-page li {
  color: #56594C;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  text-rendering: optimizelegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  margin-bottom: 10px;
}
.single-page li a {
  outline: none;
  border: none;
  background-color: white;
  color: #9A6548;
  border-bottom: 1px solid #9A6548;
  font-size: 18px;
}
.single-page h5 {
  color: #56594C;
  font-family: "lavish", sans-serif;
  font-feature-settings: "salt" 3;
  font-variant-ligatures: none;
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 15px;
}

/* Map Block */
.interactive-image {
  position: relative;
}
.interactive-image .base-image {
  max-width: 100%;
}
.interactive-image .point {
  position: absolute;
  cursor: pointer;
}
.interactive-image .point .dot {
  width: 45px;
  height: 45px;
  background-color: #D9AA5E;
  display: block;
  border-radius: 50%;
  color: #fff;
  transition: all 300ms ease;
  padding-top: 12px;
  text-align: center;
}
.interactive-image .point .dot.dot-active {
  background-color: #4D5057;
}
.interactive-image .point .dot.dot-active i {
  transform: rotate(45deg);
  transition: all 300ms ease;
  transform-origin: center;
}
.interactive-image .point .info-box {
  position: absolute;
  top: -10px;
  left: 50px;
  background-color: #4D5057;
  color: #fff;
  padding: 15px;
  padding-left: 20px;
  width: 100%;
  display: block;
  z-index: 10;
  width: 190px;
}
.interactive-image .point .info-box h3 {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
}

.italic {
  font-style: italic;
}

a {
  border-bottom: none;
  text-decoration: none;
  font-size: 18px;
}

a {
  font-size: 19px;
}

p {
  font-weight: 300;
  font-size: 18px;
  line-height: 38px;
}

ul {
  list-style: none;
}
ul li {
  display: inline-block;
}

/* Navigation */
.nav-logo {
  position: relative;
  z-index: 6;
}

.nav-main {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 73.5%);
  position: absolute;
  width: 100%;
  padding-bottom: 30px;
  padding-top: 30px;
  /* Move and rotate top line */
  /* Move and rotate bottom line */
}
.nav-main .cb-logo {
  width: 175px;
  position: relative;
  z-index: 5;
}
.nav-main .nav-menu {
  display: inline-block;
  position: relative;
  z-index: 5;
}
.nav-main .nav-menu ul {
  position: relative;
  top: 20px;
  padding-left: 0px;
}
.nav-main .nav-menu ul li {
  margin-right: 20px;
}
.nav-main .nav-menu ul li a {
  color: #EAEBE0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}
.nav-main .nav-menu ul li:last-child {
  margin-right: 0px;
}
.nav-main .menu-trigger {
  display: inline-block;
  position: relative;
  top: 18px;
  background-color: transparent;
  border: none;
  outline: none;
  margin-right: 15px;
  z-index: 10;
}
.nav-main .line {
  transform-origin: center;
  transition: all 300ms ease;
}
.nav-main .rotate1 {
  transform: rotate(45deg) translateY(5.5px);
  fill: #6A6A6D;
}
.nav-main .rotate2 {
  transform: rotate(-45deg) translateY(-5.5px);
  fill: #6A6A6D;
}

.slide-out {
  background: #E3E2DE;
  position: fixed;
  z-index: 8;
  width: 35dvw;
  height: 100%;
  left: -10000px;
  top: 0;
  transition: all 300ms ease;
  padding-top: 40px;
}
.slide-out.open-nav {
  left: 0;
}
.slide-out .book-slide {
  padding: 10px 25px 10px 25px;
  border: 1px solid #888787;
  outline: none;
  background-color: transparent;
  color: #888787;
  font-family: "Cormorant", serif;
  font-weight: 400;
  position: relative;
  font-size: 20px;
}
.slide-out .follow-us {
  display: block;
  font-family: cormorant;
  font-size: 25px;
  color: #4D5057;
  margin-top: 50px;
  font-weight: 300;
}
.slide-out i {
  color: #9A6548;
  font-size: 22px;
  margin-top: 15px;
  margin-right: 15px;
}
.slide-out .slidenav-menu {
  margin-top: 30px;
}
.slide-out .slidenav-menu ul {
  padding-left: 0px;
}
.slide-out .slidenav-menu ul li {
  display: block;
  margin-bottom: 20px;
}
.slide-out .slidenav-menu ul li a {
  color: #4D5057;
  text-transform: uppercase;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.opacity-block {
  background: rgba(74, 74, 74, 0.7);
  width: 100dvw;
  height: 100dvh;
  position: absolute;
  display: none;
  opacity: 0;
  z-index: 7;
}
.opacity-block.open-nav {
  display: block;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .slide-out {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .hero-header h1 {
    font-size: 45px;
  }
  .hero-header .hero-menu ul li a {
    margin-top: 20px;
  }
  .stacked-img {
    margin-bottom: 40px;
    padding-right: 20px;
  }
  .pad-left {
    padding-left: 0px !important;
  }
  .hero-header.wcontact .name-input {
    width: 40%;
  }
  .hero-header.wcontact .email-input {
    width: 80%;
  }
  .bullets-content .dbwp-btn {
    margin-bottom: 30px;
  }
  .content_slider .tar {
    text-align: left !important;
  }
  .content_slider .tar .controls-cslider {
    padding-left: 0px;
  }
  footer .thrive-splat {
    bottom: 80px !important;
  }
  footer .thrive-splat img {
    width: 100% !important;
  }
  .middle-content p strong {
    margin-bottom: -15px;
    display: block;
  }
  footer .mailing-list {
    padding-top: 20px !important;
  }
  footer .mailing-list .wpcf7-submit {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .thrive-splat {
    bottom: 0px !important;
  }
}
footer {
  background-color: #4D5057;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer h3 {
  font-family: "lavish", sans-serif;
  font-feature-settings: "salt" 3;
  font-variant-ligatures: none;
  font-size: 28px;
  color: #EAEBE0;
  margin-bottom: 25px;
}
footer address {
  font-size: 18px;
  color: #EAEBE0;
  font-weight: 300;
}
footer a {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 20px;
  color: #EAEBE0;
  font-weight: 300;
  border-bottom: 1px solid #EAEBE0;
}
footer a:hover {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 20px;
  color: #EAEBE0;
  font-weight: 300;
  border-bottom: 1px solid #EAEBE0;
}
footer .cb-logo-footer {
  width: 145px;
}
footer .top-bar {
  margin-top: 10px;
  border-top: 1px solid #EAEBE0;
  padding-top: 50px;
}
footer .copy-foot {
  margin-top: 100px;
  font-size: 16px;
  color: #EAEBE0;
  font-weight: 300;
}
footer .foot-legal {
  margin-top: 80px;
}
footer .foot-legal ul {
  padding-left: 0px;
}
footer .foot-legal ul li {
  margin-right: 20px;
}
footer .foot-legal ul li a {
  font-size: 16px;
}
footer .foot-legal ul li:last-child {
  margin-right: 0px;
}

/* Mailchimp Signup */
.mail-signup {
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url("images/pattern-bg.png");
}
.mail-signup .mail-box {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: white;
}
.mail-signup .mail-box #mc_embed_signup div.mce_inline_error {
  margin: 0;
  padding: 0px;
  background-color: #6B0505;
  font-weight: bold;
  z-index: 1;
  color: #fff;
  opacity: 0;
  line-height: 0;
}
.mail-signup .mail-box h3 {
  font-family: "lavish", sans-serif;
  font-feature-settings: "salt" 3;
  font-variant-ligatures: none;
  color: #6A6A6D;
  font-size: 35px;
  font-weight: 300;
}
.mail-signup .mail-box .col-sm-9 input {
  width: 100%;
}
.mail-signup .mail-box .col-sm-9 input[type=email], .mail-signup .mail-box .col-sm-9 input[type=text] {
  border: none;
  border-bottom: 1px solid #DFD7CB;
  outline: none;
  background-color: transparent;
  padding: 20px;
}
.mail-signup .mail-box .col-sm-9 input[type=email]::placeholder, .mail-signup .mail-box .col-sm-9 input[type=text]::placeholder {
  font-size: 18px;
  font-weight: 300;
  color: #9E9D9A;
}
.mail-signup .mail-box .col-sm-9 input[type=email]:focus, .mail-signup .mail-box .col-sm-9 input[type=text]:focus {
  border-color: #9A6548;
  color: #9A6548;
}
.mail-signup .mail-box .col-sm-9 input[type=submit] {
  background-color: transparent;
  outline: none;
  border: 1px solid #DFD7CB;
  font-size: 18px;
  text-transform: uppercase;
  padding: 20px;
  color: #9E9D9A;
  font-weight: 300;
  transition: all 300ms ease;
}
.mail-signup .mail-box .col-sm-9 input[type=submit]:hover {
  background-color: #4D5057;
  color: #DFD7CB;
}

@media only screen and (max-width: 768px) {
  .top-bar {
    margin-top: 10px;
    border-top: none !important;
    padding-top: 50px;
  }
}
body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
  overflow-x: clip !important;
  background: #fff;
  color: #1c1c1c;
  scroll-behavior: smooth;
  text-rendering: optimizelegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

@font-face {
  font-family: "Lavish";
  src: url("../fonts/LavishRegular.woff2") format("woff2"), url("../fonts/LavishRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
[x-cloak] {
  display: none !important;
}

.hero-menu ul {
  padding-left: 0px;
}

h1 {
  font-family: "lavish", sans-serif;
  font-feature-settings: "salt" 1;
  font-variant-ligatures: none;
}

.test-hero {
  height: 100vh;
  background: rgba(74, 74, 74, 0.7);
}

p {
  color: #56594C;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  text-rendering: optimizelegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

.pad-left {
  padding-left: 40px;
}

.middle-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.serif {
  font-family: "source-serif-pro", serif;
}

.inter {
  font-family: "Inter", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.bg-dark {
  background-color: #1c1c1c !important;
}

.tar {
  text-align: right !important;
}

.tac {
  text-align: center !important;
}

.member-content {
  padding-bottom: 90px;
}

.b2t {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  opacity: 0;
  transition: all ease 300ms;
  background: white;
  color: black;
  border: none;
  mix-blend-mode: difference;
  border-radius: 100%;
}
.b2t.display-button {
  opacity: 1;
}

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