/*
  This file loads all core SCSS files from main-parts file
*/
/* ------------------------------------------------------------------------- */
/* 1. SETUP */
/* ------------------------------------------------------------------------- */
/****************************************************/
/*** COLORS *****************************************/
/****************************************************/
/****************************************************/
/*** TYPOGRAPHY *************************************/
/****************************************************/
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

html {
  font-size: 1rem;
}

body {
  font-family: "Sofia-Pro", sans-serif;
  color: #303035;
  background-color: #FBFBFA;
  font-size: 1rem;
  line-height: 150%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

h1,
.large {
  font-family: "Acta-Headline", serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.532px;
}
@media only screen and (max-width: 575px) {
  h1,
  .large {
    font-size: 2.5rem;
    letter-spacing: unset;
  }
}

h2 {
  font-family: "Acta-Headline", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 2.25rem;
  }
}

h3 {
  font-family: "Acta-Headline", serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 575px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-family: "Acta-Headline", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 575px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-family: "Acta-Headline", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 140%;
}
@media only screen and (max-width: 575px) {
  h5 {
    font-size: 1.125rem;
  }
}
h5.subheading {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  text-transform: capitalize;
  letter-spacing: unset;
  margin-bottom: 16px;
}

h6 {
  font-family: "Acta-Headline", serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 575px) {
  h6 {
    font-size: 1rem;
  }
}

p {
  font-family: "Sofia-Pro", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
}

p.medium {
  font-family: "Sofia-Pro", sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 400;
}
@media only screen and (max-width: 575px) {
  p.medium {
    font-size: 1rem;
  }
}

p.small {
  font-family: "Sofia-Pro", sans-serif;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 400;
}

a {
  font-family: "Sofia-Pro", sans-serif;
  font-family: "Sofia-Pro", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
}

a.small {
  font-family: "Sofia-Pro", sans-serif;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 400;
}

/****************************************************/
/*** BUTTONS ****************************************/
/****************************************************/
.btn,
button,
button[type=submit],
input[type=submit] {
  display: flex;
  align-items: center;
  color: #303035;
  justify-content: center;
  border: 1px solid #C8AB5F;
  font-size: 14px;
  font-style: normal;
  font-family: "Sofia-Pro", sans-serif;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: fit-content;
  padding: 13px 24px 12px;
  max-height: 48px;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  position: relative;
  background-color: #C8AB5F;
}
.btn:hover,
button:hover,
button[type=submit]:hover,
input[type=submit]:hover {
  color: #FFFFFF;
  background-color: #303035;
  border: 1px solid #303035;
}
.btn.white,
button.white,
button[type=submit].white,
input[type=submit].white {
  background-image: linear-gradient(#C8AB5F, #C8AB5F), linear-gradient(transparent, transparent);
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.btn.white:hover,
button.white:hover,
button[type=submit].white:hover,
input[type=submit].white:hover {
  color: #FFFFFF;
  border-color: #C8AB5F;
}
.btn.underline,
button.underline,
button[type=submit].underline,
input[type=submit].underline {
  border-color: #D9DBCF;
  color: #D9DBCF;
}
.btn.underline:hover,
button.underline:hover,
button[type=submit].underline:hover,
input[type=submit].underline:hover {
  color: #D9DBCF;
  border-color: #C8AB5F;
}
.btn.solid,
button.solid,
button[type=submit].solid,
input[type=submit].solid {
  color: #303035;
  background-color: transparent;
  border-color: #303035;
}
.btn.solid:hover,
button.solid:hover,
button[type=submit].solid:hover,
input[type=submit].solid:hover {
  color: #FFFFFF;
  background-color: #303035;
  border: 1px solid #303035;
}
.btn.solid.white,
button.solid.white,
button[type=submit].solid.white,
input[type=submit].solid.white {
  color: #FFFFFF;
  background-color: transparent;
  background-image: none;
  border-color: #FFFFFF;
}
.btn.solid.white:hover,
button.solid.white:hover,
button[type=submit].solid.white:hover,
input[type=submit].solid.white:hover {
  color: #303035;
  background-color: #C8AB5F;
  border: 1px solid #C8AB5F;
}
.btn.link,
button.link,
button[type=submit].link,
input[type=submit].link {
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
  border: none;
  padding: 0;
  background-image: unset;
  background: transparent;
  color: #303035;
}
.btn.link::before,
button.link::before,
button[type=submit].link::before,
input[type=submit].link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.1rem;
  display: block;
  width: 100%;
  height: 1px;
  background: #303035;
  transition: 1.1s var(--ease-out-expo);
}
.btn.link::before,
button.link::before,
button[type=submit].link::before,
input[type=submit].link::before {
  transform: scaleX(0);
  transform-origin: left;
}
.btn.link::after,
button.link::after,
button[type=submit].link::after,
input[type=submit].link::after {
  transform-origin: right;
  transition-delay: 0.25s;
}
.btn.link:hover,
button.link:hover,
button[type=submit].link:hover,
input[type=submit].link:hover {
  color: #303035;
}
.btn.link:hover::before,
button.link:hover::before,
button[type=submit].link:hover::before,
input[type=submit].link:hover::before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.btn.link:hover::after,
button.link:hover::after,
button[type=submit].link:hover::after,
input[type=submit].link:hover::after {
  transform: scaleX(0);
  transition-delay: 0s;
}
.btn.link.white,
button.link.white,
button[type=submit].link.white,
input[type=submit].link.white {
  color: #FFFFFF;
}
.btn.link.white::before, .btn.link.white::after,
button.link.white::before,
button.link.white::after,
button[type=submit].link.white::before,
button[type=submit].link.white::after,
input[type=submit].link.white::before,
input[type=submit].link.white::after {
  background: #FFFFFF;
}
.btn.link.underline,
button.link.underline,
button[type=submit].link.underline,
input[type=submit].link.underline {
  color: #303035;
}
.btn.link.underline::before,
button.link.underline::before,
button[type=submit].link.underline::before,
input[type=submit].link.underline::before {
  transform: scaleX(1);
  background: #303035;
  transform-origin: right;
}
.btn.link.underline:hover::before,
button.link.underline:hover::before,
button[type=submit].link.underline:hover::before,
input[type=submit].link.underline:hover::before {
  transform: scaleX(0);
}

/* ------------------------------------------------------------------------- *
/*  WORDPRESS DEFAULTS OVERRIDES  */
/* ------------------------------------------------------------------------- */
/******** wp-admin ********/
#wpadminbar {
  top: -38px !important;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#wpadminbar .quicklinks ul {
  pointer-events: none;
}

#wpadminbar:hover {
  top: 0px !important;
  opacity: 1;
}

#wpadminbar:hover .quicklinks ul {
  pointer-events: initial;
}

@media only screen and (min-width: 992px) {
  #wpadminbar {
    top: -28px !important;
  }
}
/******** Searchforms ********/
.searchform > div {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 40px auto 0;
}

.searchform .searchbar {
  width: 100%;
}

#scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 0.25rem;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  opacity: 0;
}

#scroll-to-top.active {
  opacity: 1;
}

/******** Gallery ********/
.wp_gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1rem;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
  padding: 0 1rem;
}

.wp_gallery > figure {
  width: 50%; /*on mobile all gallery images go to 50%*/
  padding: 0.4rem;
  height: 16vw;
}
@media only screen and (max-width: 991px) {
  .wp_gallery > figure {
    height: 20vw;
  }
}
@media only screen and (max-width: 600px) {
  .wp_gallery > figure {
    height: 30vw;
  }
}

.wp_gallery > figure > a {
  width: 100%;
  display: inline-block;
  height: 100%;
}

.wp_gallery > figure > a > img {
  object-fit: cover;
  width: 100% !important;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .wp_gallery > figure > a > img {
    height: 20vw;
  }
}
@media only screen and (max-width: 600px) {
  .wp_gallery > figure > a > img {
    height: 30vw;
  }
}

@media only screen and (min-width: 576px) {
  .wp_gallery > figure {
    padding: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .gallery-columns- > figure,
  .gallery-columns-3 > figure {
    width: 33.3333333333%;
  }
  .gallery-columns-4 > figure {
    width: 25%;
  }
  .gallery-columns-5 > figure {
    width: 20%;
  }
  /* you can add higher column divisions but does not really make sense to go any higher unless necessary */
}
@media only screen and (min-width: 992px) {
  .wp_gallery {
    margin-top: 1.4rem;
  }
}
/*************************************** */
/* UMIBASE */
/*************************************** */
* {
  box-sizing: border-box;
  margin: 0;
}

body,
html,
ul,
ol,
form,
address,
dl,
dir,
menu,
blockquote,
article,
figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  min-height: 100vh;
  transition: all 0.2s ease-in-out;
}

ol,
ul {
  overflow-wrap: normal;
  list-style-type: none;
}

.btn-holder {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 575px) {
  .btn-holder {
    gap: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #303035;
  margin-bottom: 24px;
}

p {
  margin-bottom: 24px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
  margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
  margin-bottom: 0;
}

a {
  color: #303035;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}

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

address {
  font-style: normal;
}

/******** Youtube Embeds in WYSIWYG's ********/
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 1200px;
  margin: 1rem auto;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (min-width: 992px) {
  .video-container {
    margin: 1.5rem auto;
  }
}
/******** Section Padding ********/
.p-default {
  padding-top: 7rem;
  padding-bottom: 7rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (max-width: 768px) {
  .p-default {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/*************************************** */
/*** SECTION TITLE ********************* */
/*************************************** */
.section-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  width: 100%;
  text-align: center;
}

/*************************************** */
/* Plugin / Library overrides / addons */
/*************************************** */
.flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  margin: 0 6px;
  background: #C1C1C2;
  opacity: 1;
  display: inline-grid;
}
.flickity-page-dots .dot.is-selected {
  background: #303035;
}

.flickity-button {
  width: 52px;
  height: 52px;
  transform: unset;
  padding: 0;
  background: #D9DBCF;
  background-image: url("../../images/arrow_left_dark.svg");
  background-size: contain;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}
.flickity-button:focus {
  box-shadow: none;
}
.flickity-button:hover {
  background: inherit;
  background-color: #D9DBCF;
  background-image: url("../../images/arrow_left_hover.svg");
  background-size: contain;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
}
.flickity-button svg {
  display: none;
}
.flickity-button.next {
  background-image: url("../../images/arrow_right_dark.svg");
}
.flickity-button.next:hover {
  background-image: url("../../images/arrow_right_hover.svg");
}

.dgold .flickity-button {
  border: 1px solid #FFFFFF;
  background-image: url("../../images/arrow_left_white.svg");
}
.dgold .flickity-button:hover {
  background-image: url("../../images/arrow_left_hover.svg");
}
.dgold .flickity-button.next {
  background-image: url("../../images/arrow_right_white.svg");
}
.dgold .flickity-button.next:hover {
  background-image: url("../../images/arrow_right_hover.svg");
}
.dgold .flickity-page-dots .dot {
  background: #C8AB5F;
}
.dgold .flickity-page-dots .dot.is-selected {
  background: #FFFFFF;
}

/*************************************** */
/* LOADING SPINNER */
/*************************************** */
/* LOADING SPINNER */
/*Hidden class for adding and removing*/
.ajax-loader.hidden {
  display: none;
}

/*Add an overlay to the entire page blocking any further presses to buttons or other elements.*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  opacity: 1;
  transition: all 0.5s;
}

/*Spinner Styles*/
.ajax-loader {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 130px auto;
}

.ajax-loader:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 5% auto;
  border-radius: 50%;
  border: 6px solid;
  border-color: #C8AB5F #C8AB5F #C8AB5F transparent;
  animation: ajax-loader 1.2s linear infinite;
}

@keyframes ajax-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flicker {
  0%, 50% {
    opacity: 1;
  }
  50.01%, 100% {
    opacity: 0;
  }
}
/* ------------------------------------------------------------------------- *
/* 2. BASE */
/* ------------------------------------------------------------------------- */
/****************************************************/
/* HEADER */
/****************************************************/
body.menu-open {
  overflow: hidden;
}
body.menu-open .hamburger {
  opacity: 0;
}
body.menu-open .close {
  display: flex !important;
}
body.menu-open header {
  height: 72px;
}
body.menu-open header .navbar {
  background-color: #FFFFFF;
}
body.menu-open header .navbar .link {
  color: #303035;
}
body.menu-open header .navbar .link:before {
  background: #303035;
}
body.menu-open header .navbar .logo {
  margin-top: 0;
}
body.menu-open header .navbar .logo .main-logo .desktop-logo .logo {
  opacity: 1;
}
body.menu-open header .navbar .logo .main-logo .mobile-logo .logo {
  display: none;
}
body.menu-open header .navbar .logo .main-logo .mobile-logo .scroll-logo {
  display: inline-block;
}
@media (max-width: 768px) {
  body.menu-open header .navbar .logo .main-logo .mobile-logo .scroll-logo {
    opacity: 1;
  }
}
body.menu-open header .navbar .right .btn {
  background-color: #C8AB5F;
  border-color: #C8AB5F;
  color: #303035;
}

body.book-now-open {
  overflow: hidden;
}
body.book-now-open #book-now-overlay {
  display: block;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  margin: auto;
  z-index: 3;
  height: 72px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  header {
    height: 64px;
  }
}
header .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
  background-color: #FBFBFA;
  height: 100%;
  padding: 0 64px;
}
@media (max-width: 575px) {
  header .navbar {
    padding: 0 20px;
    justify-content: flex-start;
    gap: 40px;
  }
}
header .navbar .link {
  font-size: 16px;
}
header .navbar .left {
  display: flex;
  align-items: center;
}
header .navbar .left .hamburger {
  height: 50px;
  width: 110px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 768px) {
  header .navbar .left .hamburger {
    height: 40px;
    width: 40px;
  }
}
header .navbar .left .hamburger > a {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
}
header .navbar .left .hamburger > a button {
  margin-left: 30px;
  height: 13px;
  margin-top: 19px;
  padding: 0;
  background: transparent;
  border: none;
  font-size: 16px;
}
header .navbar .left .hamburger:before {
  content: "";
  background-image: url("../../images/hamburger/hamburger-dark.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  top: calc(50% - 7px);
}
@media (max-width: 768px) {
  header .navbar .left .hamburger:before {
    height: 18px;
    background-size: contain;
    top: calc(50% - 8px);
  }
}
header .navbar .left .close {
  position: absolute;
  left: 64px;
  border: none;
  background-color: transparent;
  background-image: url("../../images/cross-dark.svg");
  background-repeat: no-repeat;
  background-position-y: center;
  display: block;
  height: 24px;
  width: 24px;
  padding: 24px;
  background-size: unset;
  z-index: 2;
  display: none;
}
@media (max-width: 992px) {
  header .navbar .left .close {
    right: 20px;
  }
}
@media (max-width: 575px) {
  header .navbar .left .close {
    left: 24px;
  }
}
header .navbar .left .close:hover {
  color: #303035;
}
header .navbar .left .close .close-text {
  font-size: 16px;
  margin-left: 60px;
}
@media (max-width: 992px) {
  header .navbar .left .close .close-text {
    display: none;
  }
}
header .navbar .left .bedrooms {
  margin-right: 24px;
}
@media (max-width: 1200px) {
  header .navbar .left .link, header .navbar .left .menu {
    display: none;
  }
}
header .navbar .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 48px;
  width: 120px;
}
@media (max-width: 992px) {
  header .navbar .logo {
    height: 40px;
    width: 93px;
  }
}
header .navbar .logo .main-logo {
  display: inline-block;
  height: 100%;
  width: 100%;
}
header .navbar .logo .main-logo .desktop-logo {
  height: 100%;
  width: 100%;
}
header .navbar .logo .main-logo .desktop-logo .logo {
  transition: all 0.3s ease-in-out;
}
header .navbar .logo .main-logo .desktop-logo .scroll-logo {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 48px;
  width: 145px;
}
@media (max-width: 1200px) {
  header .navbar .logo .main-logo .desktop-logo .scroll-logo {
    height: 40px;
  }
}
header .navbar .right {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  header .navbar .right {
    flex: 1;
    justify-content: flex-end;
    display: flex;
  }
}
header .navbar .right .link {
  margin-right: 24px;
}
@media (max-width: 1200px) {
  header .navbar .right .link {
    display: none;
  }
}
@media (max-width: 1200px) {
  header .navbar .right .btn {
    display: none;
  }
}
header .navbar.private {
  background-color: #4E0018;
  box-shadow: none;
}
header .navbar.private .left .hamburger:before {
  background-image: url("../../images/hamburger/hamburger-dark.svg");
}
header .navbar.private .right .btn {
  background-color: #C8AB5F;
  border-color: #C8AB5F;
  color: #303035;
}
header .navbar.private .right .btn:hover {
  color: #FFFFFF;
  background-color: #303035;
}

.home header {
  height: 90px;
}
@media (max-width: 1200px) {
  .home header {
    height: 72px;
    border-bottom: 1px solid #FFFFFF;
  }
}
.home header:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.1rem;
  display: block;
  width: calc(50% - 110px);
  height: 1px;
  background: #FFFFFF;
}
@media (max-width: 1200px) {
  .home header:before {
    display: none;
  }
}
.home header:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -0.1rem;
  display: block;
  width: calc(50% - 110px);
  height: 1px;
  background: #FFFFFF;
}
@media (max-width: 1200px) {
  .home header:after {
    display: none;
  }
}
.home header .navbar {
  box-shadow: none;
  background-color: transparent;
  transition: 0.3s all ease-in-out;
}
.home header .navbar .left .hamburger:before {
  background-image: url("../../images/hamburger/hamburger-light.svg");
}
.home header .navbar .left .hamburger button {
  color: #FFFFFF;
}
.home header .navbar .link {
  font-size: 16px;
  color: #FFFFFF;
}
.home header .navbar .link:before {
  background: #FFFFFF;
}
.home header .navbar .logo {
  height: 68px;
  width: 173px;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .home header .navbar .logo {
    height: 40px;
    width: 120px;
    margin-top: 0;
  }
}
.home header .navbar .right .btn {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.home header .navbar .right .btn:hover {
  color: #FFFFFF;
  background-color: #303035;
  border-color: #303035;
}
.home header.scrolling {
  height: 72px;
}
.home header.scrolling:before, .home header.scrolling:after {
  display: none;
}
.home header.scrolling .navbar {
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
  background-color: #FBFBFA;
}
.home header.scrolling .navbar .left .hamburger:before {
  background-image: url("../../images/hamburger/hamburger-dark.svg");
}
.home header.scrolling .navbar .left .hamburger button {
  color: #303035;
}
.home header.scrolling .navbar .logo {
  height: 48px;
  width: 120px;
  margin-top: 0;
}
.home header.scrolling .navbar .logo .main-logo .desktop-logo .logo {
  opacity: 0;
}
.home header.scrolling .navbar .logo .main-logo .desktop-logo .scroll-logo {
  opacity: 1;
}
.home header.scrolling .navbar .logo .main-logo .mobile-logo .logo {
  display: none;
}
.home header.scrolling .navbar .logo .main-logo .mobile-logo .scroll-logo {
  display: inline-block;
}
@media (max-width: 768px) {
  .home header.scrolling .navbar .logo .main-logo .mobile-logo .scroll-logo {
    opacity: 1;
  }
}
.home header.scrolling .navbar .link {
  font-size: 16px;
  color: #303035;
}
.home header.scrolling .navbar .link:before {
  background: #303035;
}
.home header.scrolling .navbar .right .btn {
  background-color: #C8AB5F;
  border-color: #C8AB5F;
  color: #303035;
}
.home header.scrolling .navbar .right .btn:hover {
  color: #FFFFFF;
  background-color: #303035;
  border-color: #303035;
}
.home.menu-open .navbar .logo .main-logo .desktop-logo .scroll-logo {
  opacity: 1;
}
.home #mainMenu {
  margin-top: 72px;
}
@media (max-width: 768px) {
  .home #mainMenu {
    margin-top: 64px;
  }
}

#mainMenu {
  position: fixed;
  left: -120%;
  z-index: 16;
  width: 100%;
  height: 100%;
  background-color: #FBFBFA;
  display: flex;
  flex-direction: column;
  transition: left 0.6s ease-in-out;
  border-top: 1px solid #D9DBCF;
}
#mainMenu .slide-in-menu {
  display: flex;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
@media (max-width: 992px) {
  #mainMenu .slide-in-menu {
    flex-direction: column;
  }
}
#mainMenu .slide-in-menu .left {
  flex: 55%;
  padding: 12px 40px 67px 64px;
  height: 100%;
  display: flex;
}
#mainMenu .slide-in-menu .left:has(.active) {
  flex: 66%;
}
@media (max-width: 768px) {
  #mainMenu .slide-in-menu .left {
    padding: 16px 20px 67px;
  }
}
#mainMenu .slide-in-menu .left .slide-logo {
  position: sticky;
  top: 12px;
  background-color: #FFFFFF;
}
@media (max-width: 992px) {
  #mainMenu .slide-in-menu .left .slide-logo {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
  }
}
@media (max-width: 992px) {
  #mainMenu .slide-in-menu .left .slide-logo > a {
    margin: 12px 20px;
    display: inline-block;
  }
}
@media (max-width: 575px) {
  #mainMenu .slide-in-menu .left .slide-logo > a {
    width: 120px;
  }
}
#mainMenu .slide-in-menu .left .menu-contain {
  flex: 50%;
  max-width: 365px;
}
#mainMenu .slide-in-menu .left .menu-contain .hamburger-menu {
  padding-top: 67px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  #mainMenu .slide-in-menu .left .menu-contain .hamburger-menu {
    padding-top: 20px;
  }
}
#mainMenu .slide-in-menu .left .menu-contain .hamburger-menu li {
  padding-bottom: 16px;
  padding-top: 16px;
}
#mainMenu .slide-in-menu .left .menu-contain .hamburger-menu li.active a {
  color: #303035 !important;
}
#mainMenu .slide-in-menu .left .menu-contain .hamburger-menu li:first-child {
  padding-top: 0;
}
#mainMenu .slide-in-menu .left .menu-contain .hamburger-menu li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
#mainMenu .slide-in-menu .left .menu-contain .hamburger-menu li a {
  font-family: "Acta-Headline", serif;
  font-size: 1.5rem;
  color: #303035;
  font-weight: 500;
  line-height: 120%;
  width: 100%;
  display: block;
}
#mainMenu .slide-in-menu .left .menu-contain .hamburger-menu li a img {
  display: none;
}
#mainMenu .slide-in-menu .left .menu-contain .hamburger-menu li a:hover {
  color: #303035 !important;
}
@media only screen and (max-width: 575px) {
  #mainMenu .slide-in-menu .left .menu-contain .hamburger-menu li a {
    font-size: 1.25rem;
  }
}
#mainMenu .slide-in-menu .left .menu-contain .hamburger-menu li a .icon-angle-down {
  float: right;
}
#mainMenu .slide-in-menu .left .menu-contain .hamburger-menu li a .icon-angle-down:before {
  content: "\f105";
  float: right;
  width: 100%;
}
@media (max-width: 992px) {
  #mainMenu .slide-in-menu .left .menu-contain .hamburger-menu li a .icon-angle-down {
    width: unset;
  }
}
#mainMenu .slide-in-menu .left .menu-contain .hamburger-menu li a .icon-angle-up {
  float: right;
}
#mainMenu .slide-in-menu .left .menu-contain .hamburger-menu li a .icon-angle-up:before {
  content: "\f105";
  float: right;
  width: 100%;
}
#mainMenu .slide-in-menu .left .menu-contain .hamburger-menu li .sub-menu {
  display: none;
}
#mainMenu .slide-in-menu .left .menu-contain .book-now-mobile {
  display: none;
}
#mainMenu .slide-in-menu .left .menu-contain .contact-details .telephone, #mainMenu .slide-in-menu .left .menu-contain .contact-details > a {
  position: relative;
  display: block;
  width: fit-content;
  color: #303035;
}
#mainMenu .slide-in-menu .left .menu-contain .contact-details .telephone:after, #mainMenu .slide-in-menu .left .menu-contain .contact-details > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #C8AB5F;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.2s ease-in-out;
}
#mainMenu .slide-in-menu .left .menu-contain .contact-details .telephone:hover:after, #mainMenu .slide-in-menu .left .menu-contain .contact-details > a:hover:after {
  visibility: visible;
  transform: scaleX(1);
}
#mainMenu .slide-in-menu .left .menu-contain .contact-details .telephone {
  margin-top: 8px;
}
#mainMenu .slide-in-menu .left .menu-contain .contact-details .socials {
  justify-content: flex-start;
  margin-top: 24px;
}
#mainMenu .slide-in-menu .left .sub-menu-contain {
  flex: 50%;
  padding-left: 40px;
}
#mainMenu .slide-in-menu .left .sub-menu-contain .icon-angle-left {
  display: none;
}
#mainMenu .slide-in-menu .left .sub-menu-contain .sub-menu {
  padding-top: 67px;
  padding-bottom: 40px;
}
#mainMenu .slide-in-menu .left .sub-menu-contain .sub-menu li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#mainMenu .slide-in-menu .left .sub-menu-contain .sub-menu li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#mainMenu .slide-in-menu .left .sub-menu-contain .sub-menu li a {
  font-family: "Acta-Headline", serif;
  font-size: 1.25rem;
  color: #303035;
  font-weight: 500;
  line-height: 120%;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 575px) {
  #mainMenu .slide-in-menu .left .sub-menu-contain .sub-menu li a {
    font-size: 1.125rem;
  }
}
#mainMenu .slide-in-menu .left .sub-menu-contain .sub-menu li a .icon-angle-down {
  float: right;
}
#mainMenu .slide-in-menu .left .sub-menu-contain .sub-menu li a .icon-angle-down:before {
  content: "\f105";
  float: right;
  width: 100%;
}
@media (max-width: 992px) {
  #mainMenu .slide-in-menu .left .sub-menu-contain .sub-menu li a .icon-angle-down {
    width: unset;
  }
}
#mainMenu .slide-in-menu .left .sub-menu-contain .sub-menu li a .icon-angle-up {
  float: right;
}
#mainMenu .slide-in-menu .left .sub-menu-contain .sub-menu li a .icon-angle-up:before {
  content: "\f105";
  float: right;
  width: 100%;
}
#mainMenu .slide-in-menu .left .sub-menu-contain .sub-menu li .sub-menu {
  display: none;
}
@media (max-width: 768px) {
  #mainMenu .slide-in-menu .left .menu-contain {
    width: 100%;
    max-width: unset;
    left: 0;
    position: relative;
    transition: left 0.6s ease-in-out;
  }
  #mainMenu .slide-in-menu .left .menu-contain:has(.active) {
    left: -120%;
    position: absolute;
  }
  #mainMenu .slide-in-menu .left .menu-contain .book-now-mobile {
    display: block;
    color: #303035;
    padding-bottom: 40px;
  }
  #mainMenu .slide-in-menu .left .menu-contain .book-now-mobile .book-button {
    width: 100%;
  }
  #mainMenu .slide-in-menu .left .sub-menu-contain {
    padding-top: 20px;
    right: -120%;
    position: absolute;
    transition: right 0.6s ease-in-out;
  }
  #mainMenu .slide-in-menu .left .sub-menu-contain .icon-angle-left {
    display: flex;
    align-items: center;
    padding: 10px 0;
  }
  #mainMenu .slide-in-menu .left .sub-menu-contain .icon-angle-left:before {
    display: contents;
    color: #303035;
  }
  #mainMenu .slide-in-menu .left .sub-menu-contain .icon-angle-left p {
    padding-left: 10px;
    color: #303035;
    margin-top: 2px;
  }
  #mainMenu .slide-in-menu .left .sub-menu-contain.open-mega-menu {
    padding-left: 0;
    position: relative;
    right: 0;
  }
  #mainMenu .slide-in-menu .left .sub-menu-contain .sub-menu {
    padding-top: 0;
  }
}
#mainMenu .slide-in-menu .right {
  flex: 33%;
  height: 100%;
  background-color: #F0F1EC;
}
@media (max-width: 992px) {
  #mainMenu .slide-in-menu .right {
    display: none;
  }
}
#mainMenu .slide-in-menu .right .menu-contain-images {
  padding: 32px 64px;
  align-content: center;
  height: calc(100% - 72px);
}
#mainMenu .slide-in-menu .right .menu-contain-images img {
  height: 520px;
  object-fit: cover;
}
#mainMenu .slide-in-menu .right .menu-contain-images .img-title {
  display: none;
}
#mainMenu .slide-in-menu .right .menu-contain-images li {
  display: none;
}
#mainMenu.slide-in {
  left: 0 !important;
}
#mainMenu.slide-in:hover .menu-contain .hamburger-menu li a {
  color: #98989A;
}

#book-now-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  cursor: pointer;
}

.book-now-slide {
  right: -450px;
  transition: right 0.6s ease-in-out;
  width: 450px;
  background: #FBFBFA;
  padding: 80px 48px 48px;
  position: fixed;
  z-index: 3;
  overflow: scroll;
  height: 100%;
  top: 0;
}
.book-now-slide .book-now-close {
  background-image: url("../../images/secondary-close.svg");
  width: 48px;
  height: 48px;
  right: 24px;
  top: 24px;
  position: absolute;
}
.book-now-slide .book-now-close:hover {
  cursor: pointer;
}
.book-now-slide .booking-row {
  padding-top: 32px;
}
.book-now-slide .booking-row:nth-of-type(2) {
  padding-top: 0;
}
.book-now-slide .booking-row .img-container {
  width: 350px;
  height: 180px;
  overflow: hidden;
}
.book-now-slide .booking-row img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.book-now-slide .booking-row img:hover {
  transform: scale(1.05);
}
.book-now-slide .booking-row p {
  color: #303035;
  text-align: center;
  padding-top: 10px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.book-now-slide .booking-row p:before {
  transform: scaleX(0);
  transform-origin: left;
  background: #303035;
  position: relative;
  content: "";
  bottom: -20px;
  display: block;
  width: auto;
  height: 1px;
  --ease-out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  transition: 1.1s var(--ease-out-expo);
}
.book-now-slide .booking-row p:hover:before {
  transform: scaleX(1);
  transition-delay: 0.25s;
}
.book-now-slide.active {
  right: 0;
}
@media (max-width: 1200px) {
  .book-now-slide {
    bottom: -120%;
    right: unset;
    transition: bottom 0.6s ease-in-out;
    padding: 20px 20px 68px;
    width: 100%;
    top: unset;
  }
  .book-now-slide .book-now-close {
    background-image: url("../../images/cross-dark.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    left: 24px;
    top: 24px;
    position: absolute;
  }
  .book-now-slide h4 {
    text-align: center;
  }
  .book-now-slide h4:after {
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    height: 1px;
    background: #D9DBCF;
    display: block;
    margin-top: 20px;
  }
  .book-now-slide .booking-row {
    justify-content: center;
    display: flex;
  }
  .book-now-slide .booking-row:nth-of-type(2) {
    padding-top: 32px;
  }
  .book-now-slide.active {
    bottom: 0;
  }
}
@media (max-width: 576px) {
  .book-now-slide {
    padding-bottom: 92px;
  }
}

.mobile-nav {
  background-color: #FBFBFA;
  bottom: 0;
  position: fixed;
  display: flex;
  width: 100%;
  z-index: 10;
}
.mobile-nav .link {
  overflow-wrap: anywhere;
  width: 20vw;
  display: grid;
  padding: 12px;
  color: #303035;
  gap: 5px;
}
.mobile-nav .reservations:hover {
  color: #FFFFFF;
  border: 1px solid #303035;
}
.mobile-nav .bedrooms,
.mobile-nav .dining,
.mobile-nav .inspirations,
.mobile-nav .offers {
  border-top: 1px solid #D9DBCF;
  border-right: 1px solid #D9DBCF;
}
.mobile-nav .bedrooms div,
.mobile-nav .dining div,
.mobile-nav .inspirations div,
.mobile-nav .offers div {
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: relative;
  top: calc(50% - 8px);
  margin-left: auto;
  margin-right: auto;
}
.mobile-nav .bedrooms p,
.mobile-nav .dining p,
.mobile-nav .inspirations p,
.mobile-nav .offers p {
  font-size: 12px;
  text-align: center;
}
.mobile-nav .bedrooms div {
  background-image: url("../../images/bed.svg");
}
.mobile-nav .dining div {
  background-image: url("../../images/dining.svg");
}
.mobile-nav .inspirations div {
  background-image: url("../../images/family.svg");
}
.mobile-nav .offers div {
  background-image: url("../../images/tag.svg");
}
@media (min-width: 1201px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav .bar {
  max-height: unset;
  width: 20vw;
}
@media (max-width: 576px) {
  .mobile-nav .bar {
    display: block;
    align-content: center;
    text-align: center;
    min-height: 90px;
    padding: 12px;
  }
  .mobile-nav .bar > div {
    top: unset;
    margin-left: auto;
    margin-right: auto;
  }
  .mobile-nav .bar .link {
    font-size: 12px;
  }
  .mobile-nav .bar .book-now {
    text-align: center;
    font-size: 14px;
  }
}

/* ------------------------------------------------------------------------- *
/* FOOTER */
/* ------------------------------------------------------------------------- */
footer * {
  color: #303035;
}
footer > div {
  background-color: #D9DBCF;
  padding: 80px 64px;
}
@media (max-width: 992px) {
  footer > div {
    padding: 48px 20px 72px;
  }
}
@media (max-width: 576px) {
  footer > div {
    padding: 48px 20px 92px;
  }
}
footer > div .newsletter {
  display: flex;
  gap: 40px;
  padding-bottom: 80px;
}
footer > div .newsletter .newsletter-heading {
  flex: 50%;
}
footer > div .newsletter .newsletter-form {
  flex: 50%;
  position: absolute;
  right: 64px;
}
footer > div .newsletter .newsletter-form .gform_heading {
  display: none;
}
footer > div .newsletter .newsletter-form form {
  display: flex;
  gap: 16px;
}
footer > div .newsletter .newsletter-form form .gform-body {
  width: 268px;
}
footer > div .newsletter .newsletter-form form .gform-body input {
  border: none !important;
}
footer > div .newsletter .newsletter-form form .gform_footer {
  margin: 0;
}
footer > div .newsletter .newsletter-form .privacy {
  margin-top: 16px;
}
footer > div .newsletter .newsletter-form .privacy a {
  text-decoration: underline;
}
@media (max-width: 992px) {
  footer > div .newsletter {
    display: block;
    padding-bottom: 40px;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
  footer > div .newsletter .newsletter-heading {
    margin-bottom: 24px;
  }
  footer > div .newsletter .newsletter-heading h3 {
    margin-bottom: 0;
  }
  footer > div .newsletter .newsletter-form {
    position: unset;
  }
  footer > div .newsletter .newsletter-form form {
    display: block;
  }
  footer > div .newsletter .newsletter-form form .gform-body {
    width: unset;
    margin-bottom: 16px;
  }
  footer > div .newsletter .newsletter-form form button {
    width: 100% !important;
  }
}
footer > div .top {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  border-top: 1px solid #98989A;
  border-bottom: 1px solid #98989A;
  padding: 80px 0;
}
@media (max-width: 992px) {
  footer > div .top {
    flex-wrap: wrap;
    border: none;
  }
}
footer > div .top > div {
  flex: 25%;
  display: flex;
  flex-direction: column;
  min-height: 204px;
  padding: 16px 64px;
}
@media (max-width: 992px) {
  footer > div .top > div {
    padding: 16px 32px;
    border: none;
    min-height: unset;
  }
}
footer > div .top > div:last-child {
  border-right-color: transparent;
}
footer > div .top > div.footer-logo {
  align-items: center;
}
@media (max-width: 992px) {
  footer > div .top > div.footer-logo {
    flex: 100%;
    padding: 40px 0;
    border-top: 1px solid #98989A;
  }
}
footer > div .top > div.footer-logo .main-logo {
  width: 300px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  footer > div .top > div.footer-logo .main-logo {
    margin: auto;
    width: 200px;
  }
}
footer > div .top > div.footer-logo .main-logo img {
  height: 100%;
  width: 100%;
}
footer > div .top > div.footer-logo .footer-sub-logos {
  gap: 36px;
  display: flex;
}
footer > div .top > div.footer-logo .footer-sub-logos img {
  object-fit: contain;
  max-height: 42px;
}
footer > div .top > div.contact-details {
  text-align: left;
  padding-left: 0;
}
@media (max-width: 992px) {
  footer > div .top > div.contact-details {
    padding: 0;
  }
}
@media (max-width: 992px) {
  footer > div .top > div.contact-details {
    flex: 100%;
    text-align: center;
  }
}
footer > div .top > div.contact-details address, footer > div .top > div.contact-details .telephone {
  margin-bottom: 16px;
  font-size: 16px;
}
footer > div .top > div.contact-details address .small, footer > div .top > div.contact-details .telephone .small {
  font-size: 16px;
}
footer > div .top > div.contact-details .telephone {
  position: relative;
  width: fit-content;
}
@media (max-width: 992px) {
  footer > div .top > div.contact-details .telephone {
    margin: 0 auto 24px;
  }
}
footer > div .top > div.contact-details .telephone:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #303035;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.2s ease-in-out;
  transform-origin: left center;
}
footer > div .top > div.contact-details .telephone:hover:after {
  visibility: visible;
  transform: scaleX(1);
}
@media (max-width: 992px) {
  footer > div .top > div.contact-details .socials {
    justify-content: center;
  }
}
footer > div .top > div.contact-details .socials .youtube a {
  width: 29px;
}
footer > div .top > div.contact-details .socials .instagram a {
  height: 21px;
}
footer > div .top > div .nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer > div .top > div.footer-menu {
  text-align: right;
  padding-right: 0;
}
@media (max-width: 992px) {
  footer > div .top > div.footer-menu {
    padding: 48px 0;
    border-bottom: 1px solid #98989A;
  }
}
@media (max-width: 992px) {
  footer > div .top > div.footer-menu {
    text-align: center;
  }
}
footer > div .top > div.footer-menu a {
  position: relative;
}
footer > div .top > div.footer-menu a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #303035;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.2s ease-in-out;
  transform-origin: left center;
}
footer > div .top > div.footer-menu a:hover:after {
  visibility: visible;
  transform: scaleX(1);
}
@media (max-width: 992px) {
  footer > div .top.desktop {
    display: none;
  }
}
footer > div .top.mobile {
  display: none;
}
@media (max-width: 992px) {
  footer > div .top.mobile {
    display: flex;
    padding: 0;
  }
}
footer > div .bottom {
  text-align: center;
  margin-top: 32px;
}
@media (max-width: 992px) {
  footer > div .bottom {
    flex-direction: column-reverse;
    justify-content: center;
    margin-top: 24px;
    text-align: center;
  }
}

/* ------------------------------------------------------------------------- *
/* 3. INCLUDES */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* SINGLE PAGINATION */
/* ------------------------------------------------------------------------- */
.pagination > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1120px;
  margin: auto;
}
.pagination > div > div {
  flex: 1;
  margin: 0 16px;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .pagination > div > div {
    margin: 0 8px;
  }
}
.pagination > div > div img {
  margin-right: 24px;
}
@media only screen and (max-width: 575px) {
  .pagination > div > div img {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .pagination > div > div h2 {
    font-size: 48px;
  }
}
.pagination > div > div h2:hover {
  color: #C8AB5F;
}
@media only screen and (max-width: 575px) {
  .pagination > div > div h2 span {
    display: none;
  }
}
.pagination > div .previous.empty {
  background-color: unset;
  border: none;
}
.pagination > div .next {
  justify-content: flex-end;
}
.pagination > div .next img {
  transform: rotate(180deg);
  margin-bottom: 5px;
  margin-right: 0px;
  margin-left: 24px;
}
@media only screen and (max-width: 575px) {
  .pagination > div .next img {
    margin-right: 0px;
    margin-left: 8px;
  }
}
.pagination > div .next .content {
  text-align: right;
}
.pagination > div .next.empty {
  background-color: unset;
  border: none;
}

/* ------------------------------------------------------------------------- */
/* SOCIALS */
/* ------------------------------------------------------------------------- */
.socials {
  list-style: none;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  gap: 12px;
}
.socials li a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  transition: all 0.3s ease-in-out;
  background-size: cover;
}
.socials .youtube a {
  width: 29px;
}

/* ------------------------------------------------------------------------- *
/* 4. PARTIALS */
/* ------------------------------------------------------------------------- */
/* ------------------------ */
/* HERO */
/* ------------------------ */
#hero .holder {
  position: relative;
}
#hero .holder .hero-slider {
  height: 100vh;
  width: 100%;
}
#hero .holder .hero-slider .flickity-viewport {
  height: 100vh !important;
}
#hero .holder .hero-slider .slider-cell {
  height: 100%;
  width: 100%;
  position: relative;
}
#hero .holder .hero-slider .slider-cell:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#hero .holder .hero-slider .slider-cell img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#hero .holder .hero-slider .flickity-page-dots {
  z-index: 5;
}
#hero .holder .hero-slider .flickity-page-dots .dot {
  background: #FFFFFF;
}
#hero .holder .hero-slider .flickity-page-dots .dot.is-selected {
  background: #FFFFFF;
}
#hero .holder .hero-slider .flickity-page-dots .dot.is-selected:after {
  border: 1px solid #FFFFFF;
}
#hero .holder .hero-slider .flickity-page-dots .dot:only-child {
  display: none;
}
#hero .holder .video {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
#hero .holder .video .vimeo-wrapper {
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
  padding-bottom: 85%;
  height: 100%;
  max-width: 100%;
}
#hero .holder .video .vimeo-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 177.77vh;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
  min-height: 640px;
  overflow: hidden;
}
#hero .holder .video .vimeo-wrapper .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
#hero .holder.home .hero-slider {
  height: 80vh;
}
#hero .holder.home .hero-slider .flickity-viewport {
  height: 80vh !important;
}
#hero .holder.home .hero-content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
#hero .holder.home .hero-content > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 72px 20px 0;
}
@media only screen and (max-width: 768px) {
  #hero .holder.home .hero-content > div {
    padding: 64px 20px 0;
  }
}
#hero .holder.home .hero-content > div h1 {
  color: #FFFFFF;
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}
#hero .holder.home .hero-content > div p {
  color: #FFFFFF;
  font-family: "Sofia-Pro", sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 400;
  max-width: 768px;
  margin: 24px auto;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  #hero .holder.home .hero-content > div p {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  #hero .holder.home .hero-content > div .btn-holder {
    flex-direction: column;
    width: 100%;
    gap: 16px;
  }
}
#hero .holder .short-hero {
  display: flex;
  flex-direction: column;
  min-height: 450px;
  width: 100%;
  padding: 112px 0;
  justify-content: center;
  align-items: center;
  background-color: #E1E2D9;
}
@media (max-width: 992px) {
  #hero .holder .short-hero {
    padding: 64px 0;
  }
}
@media (max-width: 575px) {
  #hero .holder .short-hero {
    min-height: unset;
  }
}
#hero .holder .short-hero > div {
  text-align: center;
  max-width: 768px;
  margin: auto;
  padding: 0 64px;
}
@media (max-width: 992px) {
  #hero .holder .short-hero > div {
    padding: 0 20px;
  }
}
#hero .holder .short-hero > div .subtitle {
  margin-bottom: 16px;
}
#hero .holder .short-hero > div h1 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 575px) {
  #hero .holder .short-hero > div h1 {
    font-size: 2.25rem;
  }
}
#hero .holder .short-hero > div p {
  margin-bottom: 24px;
  font-family: "Sofia-Pro", sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 400;
}
@media only screen and (max-width: 575px) {
  #hero .holder .short-hero > div p {
    font-size: 1rem;
  }
}
#hero .holder .short-hero > div .content-numbers {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#hero .holder .short-hero > div .content-numbers > div {
  width: 33%;
}
#hero .holder .short-hero > div .content-numbers > div p {
  margin-bottom: 0;
}
#hero .holder .short-hero > div .content-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 1200px) {
  #hero .holder .short-hero > div .content-icons {
    width: 860px;
    transform: translateX(-110px);
  }
}
@media (max-width: 768px) {
  #hero .holder .short-hero > div .content-icons {
    display: unset;
  }
  #hero .holder .short-hero > div .content-icons > div {
    width: unset !important;
    margin-bottom: 24px;
  }
}
#hero .holder .short-hero > div .content-icons > div {
  width: 33%;
  display: flex;
  align-items: center;
}
#hero .holder .short-hero > div .content-icons > div img {
  width: 56px;
  height: 56px;
  margin-right: 24px;
}
#hero .holder .short-hero > div .content-icons > div p {
  text-align: left;
  margin-bottom: 0;
}
#hero .holder .short-hero > div .btn-holder {
  padding-top: 16px;
}
@media (max-width: 575px) {
  #hero .holder .short-hero > div .btn-holder {
    padding-top: 0;
  }
}
#hero .holder .short-hero .hero-short-slider {
  width: calc(100vw - 16px);
  max-width: 100vw;
  margin-top: 80px;
  padding: 0;
}
@media (max-width: 568px) {
  #hero .holder .short-hero .hero-short-slider {
    margin-top: 48px;
  }
}
#hero .holder .short-hero .hero-short-slider .flickity-viewport {
  overflow: hidden;
}
#hero .holder .short-hero .hero-short-slider .flickity-viewport .slider-cell {
  height: 320px;
  width: 416px;
  margin: 0 8px;
}
#hero .holder .short-hero .hero-short-slider .flickity-viewport .slider-cell img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 568px) {
  #hero .holder .short-hero .hero-short-slider .flickity-viewport .slider-cell {
    height: 168px;
    width: 206px;
  }
}
#hero .anchor-navbar {
  width: 100%;
  padding: 16px 36px;
  background: #F0F1EC;
}
@media only screen and (max-width: 1024px) {
  #hero .anchor-navbar {
    padding: 12px 24px;
    overflow: scroll;
  }
}
#hero .anchor-navbar .anchor-nav {
  display: flex;
  justify-content: center;
}
#hero .anchor-navbar .anchor-nav ul {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  #hero .anchor-navbar .anchor-nav ul {
    gap: 16px;
  }
}
#hero .anchor-navbar .anchor-nav ul li {
  min-width: fit-content;
}
#hero .anchor-navbar .anchor-nav ul li a {
  font-weight: 700;
}
#hero .anchor-navbar .anchor-nav ul li a:after {
  background-color: #303035;
}
#hero .anchor-navbar .anchor-nav ul li a:hover {
  color: #303035;
}
#hero .anchor-navbar .anchor-nav ul li a:active {
  color: #303035;
}
#hero .anchor-navbar .anchor-nav .menu-item {
  margin: 0px 48px;
}
@media only screen and (max-width: 1400px) {
  #hero .anchor-navbar .anchor-nav .menu-item {
    margin: 0px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #hero .anchor-navbar .anchor-nav .menu-item {
    margin: 0px 12px;
  }
}
#hero .anchor-navbar .anchor-nav .menu-item:first-child {
  margin-left: 0;
}
#hero .anchor-navbar .anchor-nav .menu-item:last-child {
  margin-right: 0;
}

/* ------------------------------------------------------------------------- */
/* SIMPLE CONTENT */
/* ------------------------------------------------------------------------- */
.instagram-feed {
  overflow: hidden;
}
.instagram-feed > div {
  position: relative;
  padding: 0;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.instagram-feed > div p {
  text-align: center;
  margin-top: 24px;
  font-size: 18px;
}

.cta .content {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  gap: 80px;
}
@media (max-width: 992px) {
  .cta .content {
    gap: 48px;
    flex-direction: column-reverse;
  }
}
.cta .content .left {
  width: 50%;
}
@media (max-width: 992px) {
  .cta .content .left {
    width: 100%;
  }
}
.cta .content .left .image {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.cta .content .right {
  width: 50%;
  align-content: center;
}
@media (max-width: 992px) {
  .cta .content .right {
    width: 100%;
  }
}
.cta .content .right .section-title {
  text-align: left;
  align-items: flex-start;
}
.cta .content .right .section-title .caption {
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .cta .content .right .section-title .caption {
    margin-bottom: 8px;
  }
}
.cta .content .right .btn-holder {
  justify-content: flex-start;
}
.cta .content .right .btn-holder .btn {
  background-color: transparent;
  border-color: #303035;
}
.cta .content .right .btn-holder .btn:hover {
  color: #FFFFFF;
  background-color: #303035;
  border: 1px solid #303035;
}
.cta .content .right .btn-holder .solid {
  border: 1px solid #C8AB5F;
  background-color: #C8AB5F;
}
@media (max-width: 575px) {
  .cta .content .right .btn-holder .btn {
    width: 100%;
  }
}
.cta.left, .cta.right {
  background-color: #E8DED2;
  padding: 112px 64px;
}
@media (max-width: 992px) {
  .cta.left, .cta.right {
    padding: 80px 32px;
  }
}
@media (max-width: 575px) {
  .cta.left, .cta.right {
    padding: 64px 20px;
  }
}
@media (min-width: 993px) {
  .cta.right .content {
    flex-direction: row-reverse;
  }
}
.cta.background .bg-image {
  padding: 80px 64px;
}
@media (max-width: 575px) {
  .cta.background .bg-image {
    padding: 48px 20px;
  }
}
.cta.background .bg-image .content {
  display: block;
  max-width: 1088px;
  margin: auto;
  text-align: center;
  padding: 48px 64px;
  background-color: #FFFFFF;
  height: max-content;
}
@media (max-width: 575px) {
  .cta.background .bg-image .content {
    padding: 40px 32px;
  }
}
.cta.background .bg-image .content .icon {
  max-width: 48px;
  object-fit: cover;
}
.cta.background .bg-image .content .section-title h2 {
  font-size: 40px;
}
@media (max-width: 575px) {
  .cta.background .bg-image .content .section-title h2 {
    margin-bottom: 20px;
  }
}
.cta.background .bg-image .content .section-title .caption p {
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 400;
}
@media only screen and (max-width: 575px) {
  .cta.background .bg-image .content .section-title .caption p {
    font-size: 1rem;
  }
}
.cta.background .bg-image .content .btn-holder {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cta.background .bg-image .content .btn-holder {
    margin-top: 24px;
  }
}
.cta.background .bg-image .content .btn-holder .btn {
  background-color: transparent;
  border-color: #303035;
}
.cta.background .bg-image .content .btn-holder .btn:hover {
  background-color: #303035;
  border-color: #303035;
  color: #FFFFFF;
}
.cta.background .bg-image .content .btn-holder .solid {
  border: 1px solid #C8AB5F;
  background-color: #C8AB5F;
}
.cta.background .bg-image .content .btn-holder .solid:hover {
  background-color: #303035;
  border-color: #303035;
  color: #FFFFFF;
}

.section_card_images {
  padding: 80px 64px 124px;
}
@media (max-width: 1000px) {
  .section_card_images {
    padding: 48px 20px 104px;
  }
}
.section_card_images > div {
  display: flex;
  gap: 80px;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .section_card_images > div {
    gap: 48px;
  }
}
@media (max-width: 992px) {
  .section_card_images > div {
    flex-direction: column-reverse;
  }
}
.section_card_images > div .col-one, .section_card_images > div .col-two {
  width: 50%;
}
@media (max-width: 992px) {
  .section_card_images > div .col-one, .section_card_images > div .col-two {
    width: 100%;
  }
}
.section_card_images > div .col-one .section_card_images_slider {
  height: 616px;
  width: 100%;
  /* flickity off with just 1 image */
}
.section_card_images > div .col-one .section_card_images_slider:after {
  content: "flickity";
  display: none;
}
.section_card_images > div .col-one .section_card_images_slider.unflick {
  display: flex;
}
@media (max-width: 768px) {
  .section_card_images > div .col-one .section_card_images_slider.unflick {
    display: block;
  }
}
.section_card_images > div .col-one .section_card_images_slider.unflick li .card_content {
  height: 100%;
}
.section_card_images > div .col-one .section_card_images_slider.unflick:after {
  content: "";
}
@media (max-width: 992px) {
  .section_card_images > div .col-one .section_card_images_slider {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .section_card_images > div .col-one .section_card_images_slider {
    height: 348px;
  }
}
.section_card_images > div .col-one .section_card_images_slider .flickity-viewport {
  height: 616px !important;
}
@media (max-width: 992px) {
  .section_card_images > div .col-one .section_card_images_slider .flickity-viewport {
    height: 500px !important;
  }
}
@media (max-width: 575px) {
  .section_card_images > div .col-one .section_card_images_slider .flickity-viewport {
    height: 348px !important;
  }
}
.section_card_images > div .col-one .section_card_images_slider .slider-cell {
  height: 100%;
  width: 100%;
  position: relative;
}
.section_card_images > div .col-one .section_card_images_slider .slider-cell img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section_card_images > div .col-one .section_card_images_slider .flickity-button {
  bottom: -80px;
  left: 0;
  top: unset;
  background-color: transparent;
  z-index: 2;
}
@media (max-width: 992px) {
  .section_card_images > div .col-one .section_card_images_slider .flickity-button {
    left: calc(50% - 100px);
  }
}
.section_card_images > div .col-one .section_card_images_slider .flickity-button.next {
  left: 55px;
  right: unset;
}
@media (max-width: 992px) {
  .section_card_images > div .col-one .section_card_images_slider .flickity-button.next {
    right: calc(50% - 100px);
    left: unset;
  }
}
.section_card_images > div .col-one .section_card_images_slider .flickity-page-dots {
  text-align: right;
  bottom: -80px;
  height: 48px;
}
@media (max-width: 992px) {
  .section_card_images > div .col-one .section_card_images_slider .flickity-page-dots {
    text-align: center;
  }
}
.section_card_images > div .col-one .slider-cell.single img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .section_card_images > div .col-one .slider-cell.single img {
    height: 100%;
  }
}
@media (max-width: 992px) {
  .section_card_images > div .col-one .slider-cell.single {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .section_card_images > div .col-one .slider-cell.single {
    height: 348px;
  }
}
.section_card_images > div .col-two .section-title {
  align-items: flex-start;
}
.section_card_images > div .col-two .section-title h2 {
  text-align: left;
}
@media (max-width: 575px) {
  .section_card_images > div .col-two .section-title h2 {
    margin-bottom: 20px;
  }
}
.section_card_images > div .col-two .section-title .caption {
  margin-bottom: 32px;
}
@media (max-width: 575px) {
  .section_card_images > div .col-two .section-title .caption {
    margin-bottom: 24px;
  }
}
.section_card_images > div .col-two .section-title .caption p {
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}
@media only screen and (max-width: 575px) {
  .section_card_images > div .col-two .section-title .caption p {
    font-size: 1rem;
  }
}
.section_card_images > div .col-two .section-title .caption ul {
  list-style-type: inherit;
}
.section_card_images > div .col-two .section-title .caption ul li {
  margin-left: 25px;
  width: fit-content;
}
.section_card_images > div .col-two .btn-holder {
  justify-content: flex-start;
}
.section_card_images.lgreen {
  background-color: #F0F1EC;
}
.section_card_images.right > div {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .section_card_images.right > div {
    flex-direction: column-reverse;
  }
}
.section_card_images.unflick {
  padding: 112px 64px;
}

.section_card_icons {
  padding: 112px 64px;
}
@media (max-width: 968px) {
  .section_card_icons {
    padding: 64px 20px;
  }
}
.section_card_icons > div {
  display: flex;
  gap: 80px;
  justify-content: center;
  align-items: unset;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .section_card_icons > div {
    gap: 48px;
  }
}
@media (max-width: 992px) {
  .section_card_icons > div {
    flex-direction: column;
  }
}
.section_card_icons > div .col-one, .section_card_icons > div .col-two {
  width: 50%;
}
@media (max-width: 992px) {
  .section_card_icons > div .col-one, .section_card_icons > div .col-two {
    width: 100%;
  }
}
@media (min-width: 1300px) {
  .section_card_icons > div .col-one {
    min-width: 768px;
  }
}
.section_card_icons > div .col-one .section-title {
  align-items: flex-start;
}
.section_card_icons > div .col-one .section-title h2 {
  text-align: left;
}
.section_card_icons > div .col-one .section-title .caption p {
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}
@media only screen and (max-width: 575px) {
  .section_card_icons > div .col-one .section-title .caption p {
    font-size: 1rem;
  }
}
.section_card_icons > div .col-one .icon-holder {
  display: grid;
  grid-template-columns: auto auto;
  gap: 24px;
}
@media (max-width: 568px) {
  .section_card_icons > div .col-one .icon-holder {
    grid-template-columns: auto;
  }
}
.section_card_icons > div .col-one .icon-holder .highlight-wrapper {
  display: grid;
  padding: 24px;
  background: #F4F4F1;
  border-radius: 16px;
  gap: 24px;
  align-content: flex-start;
  height: fit-content;
}
@media (max-width: 568px) {
  .section_card_icons > div .col-one .icon-holder .highlight-wrapper {
    width: 100vw;
    padding: 20px;
    border-radius: 0;
    margin-left: -20px;
  }
}
.section_card_icons > div .col-one .icon-holder .icon-wrapper {
  display: grid;
  padding: 24px 0;
  gap: 24px;
  align-content: flex-start;
}
@media (max-width: 568px) {
  .section_card_icons > div .col-one .icon-holder .icon-wrapper {
    padding: 0;
  }
}
.section_card_icons > div .col-one .icon-holder div {
  display: flex;
}
.section_card_icons > div .col-one .icon-holder div img {
  width: 32px;
  height: 32px;
}
.section_card_icons > div .col-one .icon-holder div .text {
  align-content: center;
  padding-left: 16px;
}
.section_card_icons > div .col-one .feature-holder {
  display: grid;
  grid-template-columns: auto auto;
  gap: 24px;
  margin-top: 32px;
}
@media (max-width: 575px) {
  .section_card_icons > div .col-one .feature-holder {
    margin-top: 24px;
  }
}
@media (max-width: 568px) {
  .section_card_icons > div .col-one .feature-holder {
    grid-template-columns: auto;
  }
}
.section_card_icons > div .col-one .feature-holder .long-content {
  grid-row: span 3;
}
.section_card_icons > div .col-one .feature-holder .title-holder {
  display: flex;
}
.section_card_icons > div .col-one .feature-holder .title-holder img {
  width: 32px;
  height: 32px;
}
.section_card_icons > div .col-one .feature-holder .title-holder .title {
  padding-left: 16px;
}
.section_card_icons > div .col-one .feature-holder .text-holder {
  margin: 16px 48px 0;
}
.section_card_icons > div .col-one #view-more-icons {
  display: none;
  margin: 24px auto 0;
}
.section_card_icons > div .col-one #view-less-icons {
  display: none;
  margin: 24px auto 0;
}
.section_card_icons > div .col-two .col-two-holder {
  width: 400px;
  float: right;
  text-align: center;
  padding: 48px 24px;
  background-color: #E8DED2;
}
@media (max-width: 992px) {
  .section_card_icons > div .col-two .col-two-holder {
    max-width: unset;
    width: 100%;
  }
}

.section_card_features {
  padding: 112px 64px;
}
@media (max-width: 992px) {
  .section_card_features {
    padding: 48px 20px;
  }
}
.section_card_features .intro .btn {
  margin: 24px auto 0;
}
.section_card_features .intro .caption {
  max-width: 768px;
}
.section_card_features .features-container {
  gap: 80px;
  justify-content: center;
  align-items: flex-start;
  max-width: 1300px;
  display: flex;
  margin: 60px auto 0;
}
@media (max-width: 992px) {
  .section_card_features .features-container {
    flex-direction: column-reverse;
    margin: 24px auto 0;
  }
}
.section_card_features .features-container .col-one, .section_card_features .features-container .col-two {
  width: 50%;
}
@media (max-width: 992px) {
  .section_card_features .features-container .col-one, .section_card_features .features-container .col-two {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .section_card_features .features-container .col-one {
    display: none;
  }
}
.section_card_features .features-container .col-one .image-holder:not(:first-child) {
  display: none;
}
.section_card_features .features-container .col-one .image-holder img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
.section_card_features .features-container .col-two {
  padding: 40px 0;
  text-align: left;
}
@media (max-width: 992px) {
  .section_card_features .features-container .col-two {
    padding: 0;
  }
}
.section_card_features .features-container .col-two .accordion .accordion-item {
  padding: 24px 0;
  border-bottom: 1px solid #D9DBCF;
}
.section_card_features .features-container .col-two .accordion .accordion-item .accordion-button {
  cursor: pointer;
}
.section_card_features .features-container .col-two .accordion .accordion-item .image-holder {
  display: none;
}
@media (max-width: 992px) {
  .section_card_features .features-container .col-two .accordion .accordion-item .image-holder {
    display: block;
    margin-top: 32px;
  }
  .section_card_features .features-container .col-two .accordion .accordion-item .image-holder img {
    height: 348px;
    width: 100%;
    object-fit: cover;
  }
}
.section_card_features .features-container.right {
  flex-direction: row-reverse;
}
.section_card_features.lgreen {
  background-color: #F0F1EC;
}

.gallery_block > div {
  position: relative;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.gallery_block > div .tabbed_alt .top {
  display: flex;
  margin-bottom: 64px;
  justify-content: center;
}
.gallery_block > div .tabbed_alt .top .content-block {
  padding: 0 8px;
  cursor: pointer;
}
.gallery_block > div .tabbed_alt .top .content-block .section-title {
  border: 1px solid black;
  padding: 8px 16px;
  width: max-content;
}
.gallery_block > div .tabbed_alt .top .content-block .section-title p {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.gallery_block > div .tabbed_alt .top .content-block.active .section-title {
  background-color: #E8DED2;
}
@media (max-width: 992px) {
  .gallery_block > div .tabbed_alt .top {
    overflow-x: scroll;
    justify-content: flex-start;
    margin-bottom: 48px;
  }
}
.gallery_block > div .tabbed_alt .bottom .image .container .gallery {
  display: none;
  flex-wrap: wrap;
  position: relative;
}
.gallery_block > div .tabbed_alt .bottom .image .container .gallery a {
  height: 250px;
}
@media (min-width: 993px) {
  .gallery_block > div .tabbed_alt .bottom .image .container .gallery a:nth-child(9n+1), .gallery_block > div .tabbed_alt .bottom .image .container .gallery a:nth-child(9n+3), .gallery_block > div .tabbed_alt .bottom .image .container .gallery a:nth-child(9n+8) {
    height: 350px;
  }
  .gallery_block > div .tabbed_alt .bottom .image .container .gallery a:nth-child(9n+1) img, .gallery_block > div .tabbed_alt .bottom .image .container .gallery a:nth-child(9n+3) img, .gallery_block > div .tabbed_alt .bottom .image .container .gallery a:nth-child(9n+8) img {
    height: 340px;
  }
  .gallery_block > div .tabbed_alt .bottom .image .container .gallery a:nth-child(9n+3) img, .gallery_block > div .tabbed_alt .bottom .image .container .gallery a:nth-child(9n+6) img, .gallery_block > div .tabbed_alt .bottom .image .container .gallery a:nth-child(9n+9) img {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .gallery_block > div .tabbed_alt .bottom .image .container .gallery a:nth-child(2n) img {
    padding-right: 0;
  }
}
.gallery_block > div .tabbed_alt .bottom .image .container .gallery a img {
  height: 240px;
  width: 100%;
  object-fit: cover;
  padding-right: 10px;
}
@media (max-width: 568px) {
  .gallery_block > div .tabbed_alt .bottom .image .container .gallery a img {
    padding-right: 0;
  }
}
.gallery_block > div .tabbed_alt .bottom .image .container .gallery.active {
  display: flex;
}

.features_cards {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
@media (max-width: 768px) {
  .features_cards {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.features_cards > div .intro {
  margin-bottom: 80px;
  padding-left: 4rem;
  padding-right: 4rem;
  text-align: center;
}
@media (max-width: 992px) {
  .features_cards > div .intro {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .features_cards > div .intro {
    margin-bottom: 48px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.features_cards > div .intro .icon {
  max-height: 48px;
  width: auto;
  object-fit: cover;
  margin-bottom: 16px;
}
.features_cards > div .intro .section-title {
  max-width: 768px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.features_cards > div .intro .section-title h2 {
  text-align: center;
}
@media (max-width: 575px) {
  .features_cards > div .intro .section-title h2 {
    margin-bottom: 20px;
  }
}
.features_cards > div .intro .section-title .caption p {
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .features_cards > div .intro .section-title .caption p {
    font-size: 1rem;
  }
}
.features_cards > div .intro .btn-hold {
  min-width: 200px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .features_cards > div .intro .btn-hold {
    min-width: unset;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .features_cards > div .intro .btn-hold .btn {
    width: 100%;
  }
}
.features_cards > div .intro.events, .features_cards > div .intro.spaces {
  margin-bottom: 0;
  line-height: 0;
}
.features_cards > div .features_cards_rpt {
  margin-left: 4rem;
  margin-bottom: 5px;
  /* flickity off with 3 or less cards on desktop */
}
@media (max-width: 768px) {
  .features_cards > div .features_cards_rpt {
    margin-left: 1.25rem;
  }
}
.features_cards > div .features_cards_rpt:after {
  content: "flickity";
  display: none;
}
.features_cards > div .features_cards_rpt.unflick {
  display: flex;
}
@media (min-width: 1200px) {
  .features_cards > div .features_cards_rpt.unflick {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .features_cards > div .features_cards_rpt.unflick {
    display: block;
  }
}
.features_cards > div .features_cards_rpt.unflick li {
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
  margin-bottom: unset;
}
.features_cards > div .features_cards_rpt.unflick li .image-holder {
  margin-left: unset;
}
.features_cards > div .features_cards_rpt.unflick li .card_content {
  height: 100%;
  transform: unset;
}
.features_cards > div .features_cards_rpt.unflick li:after {
  display: none;
}
@media (min-width: 1300px) {
  .features_cards > div .features_cards_rpt.unflick li:last-child {
    margin-right: 0;
  }
}
.features_cards > div .features_cards_rpt.unflick:after {
  content: "";
}
@media (max-width: 768px) {
  .features_cards > div .features_cards_rpt.unflick:after {
    content: "flickity";
    display: none;
  }
}
.features_cards > div .features_cards_rpt .slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  margin-right: 32px;
  overflow-y: visible;
  margin-bottom: 5px;
  margin-left: 5px;
}
@media (max-width: 1200px) {
  .features_cards > div .features_cards_rpt .slide {
    width: 36%;
  }
}
@media (max-width: 992px) {
  .features_cards > div .features_cards_rpt .slide {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .features_cards > div .features_cards_rpt .slide {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .features_cards > div .features_cards_rpt .slide {
    width: calc(100% - 20px);
    margin-left: unset;
  }
}
.features_cards > div .features_cards_rpt .slide .image-holder {
  height: 250px;
  width: 100%;
  position: relative;
  margin-left: 5px;
}
@media (max-width: 575px) {
  .features_cards > div .features_cards_rpt .slide .image-holder {
    margin-left: unset;
  }
}
.features_cards > div .features_cards_rpt .slide .image-holder img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.features_cards > div .features_cards_rpt .slide .image-holder .info-tab {
  background: white;
  color: black;
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 0 5px;
  font-size: 14px;
}
.features_cards > div .features_cards_rpt .slide .card_content {
  padding: 32px;
  width: 100%;
  min-height: 320px;
  transform: translateX(5px);
}
@media (max-width: 575px) {
  .features_cards > div .features_cards_rpt .slide .card_content {
    margin-left: unset;
    transform: unset;
  }
}
.features_cards > div .features_cards_rpt .slide .card_content .subtitle {
  margin-bottom: 0;
}
.features_cards > div .features_cards_rpt .slide .card_content .title {
  margin-bottom: 16px;
}
.features_cards > div .features_cards_rpt .slide .card_content .icon-holder {
  display: flex;
  margin-bottom: 16px;
}
.features_cards > div .features_cards_rpt .slide .card_content .icon-holder .icon {
  width: auto;
  height: 24px;
  object-fit: cover;
}
.features_cards > div .features_cards_rpt .slide .card_content .icon-holder .text {
  margin: 0 16px 0 6px;
}
.features_cards > div .features_cards_rpt .slide .card_content .caption {
  margin-bottom: 24px;
}
.features_cards > div .features_cards_rpt .slide .card_content .btn-holder:not(.double-cta) {
  justify-content: flex-start;
}
.features_cards > div .features_cards_rpt .slide .card_content .btn-holder.btn-holder.double-cta {
  justify-content: space-between;
}
.features_cards > div .features_cards_rpt .slide .card_content .btn-holder.btn-holder.double-cta a {
  width: calc(50% - 12px);
}
@media (max-width: 568px) {
  .features_cards > div .features_cards_rpt .slide .card_content .btn-holder.btn-holder.double-cta a {
    width: 100%;
  }
}
.features_cards > div .features_cards_rpt .slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
  pointer-events: none;
  margin-bottom: 5px;
  margin-left: 5px;
}
@media (max-width: 575px) {
  .features_cards > div .features_cards_rpt .slide:after {
    margin-left: unset;
  }
}
.features_cards > div .features_cards_rpt .flickity-viewport {
  margin-bottom: 75px;
  overflow: hidden;
}
.features_cards > div .features_cards_rpt .flickity-button {
  bottom: -96px;
  top: unset;
  background-color: transparent;
}
@media (max-width: 575px) {
  .features_cards > div .features_cards_rpt .flickity-button {
    bottom: -80px;
  }
}
.features_cards > div .features_cards_rpt .flickity-button.previous {
  left: calc(50% - 150px);
  z-index: 2;
}
@media (max-width: 575px) {
  .features_cards > div .features_cards_rpt .flickity-button.previous {
    left: calc(50% - 110px);
  }
}
.features_cards > div .features_cards_rpt .flickity-button.next {
  right: calc(50% - 70px);
  z-index: 2;
}
@media (max-width: 575px) {
  .features_cards > div .features_cards_rpt .flickity-button.next {
    right: calc(50% - 110px);
  }
}
.features_cards > div .features_cards_rpt .flickity-page-dots {
  top: unset;
  bottom: -78px;
  margin-left: -40px;
}
@media (max-width: 575px) {
  .features_cards > div .features_cards_rpt .flickity-page-dots {
    bottom: -64px;
    margin-left: unset;
  }
}
.features_cards > div .features_cards_rpt.four_cards_small {
  display: grid;
  margin-right: 4rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 36px;
}
@media (min-width: 1350px) {
  .features_cards > div .features_cards_rpt.four_cards_small {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1000px) {
  .features_cards > div .features_cards_rpt.four_cards_small {
    display: block;
  }
}
@media (max-width: 768px) {
  .features_cards > div .features_cards_rpt.four_cards_small {
    margin-right: 1.25rem;
  }
}
.features_cards > div .features_cards_rpt.four_cards_small .slide {
  box-shadow: none;
  margin-bottom: unset;
  margin-left: unset;
  width: 100%;
}
.features_cards > div .features_cards_rpt.four_cards_small .slide .image-holder {
  height: 300px;
  margin-left: unset;
}
.features_cards > div .features_cards_rpt.four_cards_small .slide .image-holder img {
  height: 300px;
}
.features_cards > div .features_cards_rpt.four_cards_small .slide .card_content {
  height: 100%;
  min-height: 250px;
  padding: 32px 0;
}
.features_cards > div .features_cards_rpt.four_cards_small .slide:after {
  display: none;
}
.features_cards > div .features_cards_rpt.four_cards_small:after {
  content: "";
}
@media (max-width: 1000px) {
  .features_cards > div .features_cards_rpt.four_cards_small:after {
    content: "flickity";
    display: none;
  }
}
.features_cards > div .features_cards_rpt.four_cards_wide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-right: 4rem;
  gap: 32px;
}
@media (min-width: 1350px) {
  .features_cards > div .features_cards_rpt.four_cards_wide {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .features_cards > div .features_cards_rpt.four_cards_wide {
    display: block;
    margin-right: 1.25rem;
  }
}
.features_cards > div .features_cards_rpt.four_cards_wide li {
  width: unset;
  margin-right: unset;
  margin-left: unset;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .features_cards > div .features_cards_rpt.four_cards_wide li {
    margin-bottom: 24px;
  }
}
.features_cards > div .features_cards_rpt.four_cards_wide li .image-holder {
  height: 300px;
  margin-left: unset;
}
.features_cards > div .features_cards_rpt.four_cards_wide li .image-holder img {
  height: 300px;
}
.features_cards > div .features_cards_rpt.four_cards_wide li .card_content {
  height: 100%;
  width: 100%;
  min-height: 250px;
  transform: unset;
}
.features_cards > div .features_cards_rpt.four_cards_wide li .card_content .underline {
  border: 1px solid #C8AB5F;
  background-color: #C8AB5F;
  padding: 13px 24px 12px;
}
.features_cards > div .features_cards_rpt.four_cards_wide li .card_content .underline:before {
  display: none;
}
.features_cards > div .features_cards_rpt.four_cards_wide li .card_content .underline:hover {
  color: #FFFFFF;
  background-color: #303035;
  border: 1px solid #303035;
}
.features_cards > div .features_cards_rpt.four_cards_wide li:after {
  display: none;
}
.features_cards > div .features_cards_rpt.four_cards_wide:after {
  content: "";
}
.features_cards > div .features_cards_rpt.events, .features_cards > div .features_cards_rpt.spaces {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-right: 4rem;
  gap: 32px;
  margin-top: 24px;
}
@media (min-width: 1350px) {
  .features_cards > div .features_cards_rpt.events, .features_cards > div .features_cards_rpt.spaces {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .features_cards > div .features_cards_rpt.events, .features_cards > div .features_cards_rpt.spaces {
    display: block;
    margin-right: 1.25rem;
  }
}
.features_cards > div .features_cards_rpt.events li, .features_cards > div .features_cards_rpt.spaces li {
  width: unset;
  margin-right: unset;
  margin-left: unset;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}
@media (max-width: 768px) {
  .features_cards > div .features_cards_rpt.events li, .features_cards > div .features_cards_rpt.spaces li {
    margin-bottom: 24px;
  }
}
.features_cards > div .features_cards_rpt.events li .image-holder, .features_cards > div .features_cards_rpt.spaces li .image-holder {
  height: 300px;
  margin-left: unset;
}
.features_cards > div .features_cards_rpt.events li .image-holder img, .features_cards > div .features_cards_rpt.spaces li .image-holder img {
  height: 300px;
}
.features_cards > div .features_cards_rpt.events li .card_content, .features_cards > div .features_cards_rpt.spaces li .card_content {
  height: 100%;
  min-height: 250px;
  transform: unset;
}
.features_cards > div .features_cards_rpt.events li:after, .features_cards > div .features_cards_rpt.spaces li:after {
  margin-left: unset;
  margin-bottom: unset;
  display: none;
}
.features_cards > div .features_cards_rpt.events:after, .features_cards > div .features_cards_rpt.spaces:after {
  content: "";
}
.features_cards > div .features_cards_rpt.bedrooms .card_content .icon-holder {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
}
.features_cards > div .features_cards_rpt.bedrooms .card_content .icon-holder img {
  vertical-align: middle;
}
.features_cards > div .features_cards_rpt.bedrooms .flickity-button.previous {
  left: calc(50% - 200px);
}
@media (max-width: 575px) {
  .features_cards > div .features_cards_rpt.bedrooms .flickity-button.previous {
    left: calc(50% - 150px);
  }
}
.features_cards > div .features_cards_rpt.bedrooms .flickity-button.next {
  right: calc(50% - 120px);
}
@media (max-width: 575px) {
  .features_cards > div .features_cards_rpt.bedrooms .flickity-button.next {
    right: calc(50% - 150px);
  }
}
.features_cards > div #view-more-features {
  display: none;
  margin: 64px auto 0;
}
@media (max-width: 768px) {
  .features_cards > div #view-more-features {
    margin: 24px auto 0;
  }
}
.features_cards.lgreen {
  background-color: #F0F1EC;
}
.features_cards.lgreen .card_content {
  background: #FFFFFF;
}
.features_cards.short-card .card_content {
  min-height: 100px !important;
}

body {
  /* no scroll on body when popup is open */
}
body .popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 64px;
  z-index: 10;
  width: 80vw;
  max-width: 1300px;
  max-height: 70vh;
}
body .popup .close-popup {
  position: relative;
  top: -140px;
  right: -64px;
  background-image: url(../../images/close-button.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto;
  height: 48px;
  display: block;
}
body .popup .popup-content {
  position: relative;
  display: flex;
  gap: 80px;
  margin-top: -48px;
}
body .popup .popup-content .image-holder {
  min-width: 35vw;
  height: calc(70vh - 128px);
}
body .popup .popup-content .image-holder img {
  height: calc(70vh - 128px);
  object-fit: cover;
  width: 100%;
}
body .popup .popup-content .info {
  width: 100%;
}
body .popup .popup-content .info .subtitle {
  margin-bottom: 16px;
}
body .popup .popup-content .info .double-cta {
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  body .popup {
    width: 100%;
    height: 100%;
    max-height: unset;
  }
  body .popup .close-popup {
    background-image: url(../../images/close-button-dark.svg);
    top: unset;
    right: unset;
    z-index: 2;
  }
  body .popup .popup-content .image-holder {
    min-width: 35vw;
    height: unset;
  }
  body .popup .popup-content .image-holder img {
    height: 350px;
    object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  body .popup {
    padding: 20px;
  }
  body .popup .close-popup {
    padding-bottom: 20px;
  }
  body .popup .popup-content {
    flex-direction: column-reverse;
    gap: 48px;
    margin-top: 16px;
  }
}
body .popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
body.popup-open {
  overflow: hidden;
}

.features_cards_popup {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #F0F1EC;
}
@media (max-width: 768px) {
  .features_cards_popup {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.features_cards_popup > div {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 768px) {
  .features_cards_popup > div {
    grid-template-columns: unset;
  }
}
.features_cards_popup > div .intro {
  margin-bottom: 80px;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (max-width: 992px) {
  .features_cards_popup > div .intro {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .features_cards_popup > div .intro {
    margin-bottom: 48px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.features_cards_popup > div .intro .section-title {
  max-width: 768px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: left;
}
@media (max-width: 575px) {
  .features_cards_popup > div .intro .section-title h2 {
    margin-bottom: 20px;
  }
}
.features_cards_popup > div .intro .section-title .caption p {
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 400;
}
@media only screen and (max-width: 575px) {
  .features_cards_popup > div .intro .section-title .caption p {
    font-size: 1rem;
  }
}
.features_cards_popup > div .intro .btn.solid {
  margin-top: 32px;
}
.features_cards_popup > div .features_cards_rpt {
  /* flickity off with 2 or less cards on desktop */
}
@media (max-width: 768px) {
  .features_cards_popup > div .features_cards_rpt {
    margin-left: 1.25rem;
  }
}
.features_cards_popup > div .features_cards_rpt:after {
  content: "flickity";
  display: none;
}
.features_cards_popup > div .features_cards_rpt.unflick {
  display: flex;
  justify-content: flex-end;
  padding-right: 32px;
}
@media (max-width: 768px) {
  .features_cards_popup > div .features_cards_rpt.unflick {
    display: block;
    padding-right: unset;
  }
}
.features_cards_popup > div .features_cards_rpt.unflick li .card_content {
  height: 100%;
}
.features_cards_popup > div .features_cards_rpt.unflick li .card_content .btn-holder {
  bottom: unset;
}
.features_cards_popup > div .features_cards_rpt.unflick:after {
  content: "";
}
@media (max-width: 768px) {
  .features_cards_popup > div .features_cards_rpt.unflick:after {
    content: "flickity";
    display: none;
  }
}
.features_cards_popup > div .features_cards_rpt .slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 46%;
  margin-right: 32px;
}
@media (max-width: 1200px) {
  .features_cards_popup > div .features_cards_rpt .slide {
    width: 36%;
  }
}
@media (max-width: 992px) {
  .features_cards_popup > div .features_cards_rpt .slide {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .features_cards_popup > div .features_cards_rpt .slide {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .features_cards_popup > div .features_cards_rpt .slide {
    width: calc(100% - 20px);
  }
}
.features_cards_popup > div .features_cards_rpt .slide .image-holder {
  height: 250px;
  width: 100%;
}
.features_cards_popup > div .features_cards_rpt .slide .image-holder img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
.features_cards_popup > div .features_cards_rpt .slide .image-holder .info-tab {
  background: white;
  color: black;
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 0 5px;
  font-size: 14px;
}
.features_cards_popup > div .features_cards_rpt .slide .card_content {
  background: #FFFFFF;
  padding: 32px;
  min-height: 280px;
  width: 100%;
}
.features_cards_popup > div .features_cards_rpt .slide .card_content .title {
  margin-bottom: 16px;
}
.features_cards_popup > div .features_cards_rpt .slide .card_content .icon-holder {
  display: flex;
  margin-bottom: 16px;
}
.features_cards_popup > div .features_cards_rpt .slide .card_content .icon-holder .icon {
  width: auto;
  height: 24px;
  object-fit: cover;
}
.features_cards_popup > div .features_cards_rpt .slide .card_content .icon-holder .text {
  margin: 0 16px 0 6px;
}
.features_cards_popup > div .features_cards_rpt .slide .card_content .caption {
  margin-bottom: 24px;
}
.features_cards_popup > div .features_cards_rpt .slide .card_content .btn-holder {
  justify-content: flex-start;
  bottom: 34px;
  position: absolute;
}
.features_cards_popup > div .features_cards_rpt .slide .card_content .btn-holder.double-cta {
  position: unset;
}
.features_cards_popup > div .features_cards_rpt .slide .card_content .btn-holder.double-cta a {
  width: calc(50% - 12px);
}
@media (max-width: 568px) {
  .features_cards_popup > div .features_cards_rpt .slide .card_content .btn-holder.double-cta a {
    width: 100%;
  }
}
.features_cards_popup > div .features_cards_rpt .slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
  pointer-events: none;
}
.features_cards_popup > div .features_cards_rpt .flickity-viewport {
  margin-bottom: 64px;
}
.features_cards_popup > div .features_cards_rpt .flickity-button {
  bottom: -24px;
  top: unset;
  background-color: transparent;
}
.features_cards_popup > div .features_cards_rpt .flickity-button.previous {
  left: 0;
  z-index: 2;
}
@media (max-width: 575px) {
  .features_cards_popup > div .features_cards_rpt .flickity-button.previous {
    left: calc(50% - 130px);
  }
}
.features_cards_popup > div .features_cards_rpt .flickity-button.next {
  right: calc(50% - 70px);
  left: 200px;
  z-index: 2;
}
@media (max-width: 575px) {
  .features_cards_popup > div .features_cards_rpt .flickity-button.next {
    right: calc(50% - 120px);
    left: unset;
  }
}
.features_cards_popup > div .features_cards_rpt .flickity-page-dots {
  bottom: -6px;
  transform: translateX(45px);
  left: 0;
  width: 160px;
}
@media (max-width: 575px) {
  .features_cards_popup > div .features_cards_rpt .flickity-page-dots {
    margin-left: -4px;
    left: unset;
    transform: unset;
    width: 100%;
  }
}
.features_cards_popup > div .features_cards_rpt.spa_facilities .flickity-viewport {
  margin-bottom: 48px;
}
.features_cards_popup > div .features_cards_rpt.spa_facilities .flickity-viewport .slide {
  width: 29%;
}
@media (max-width: 768px) {
  .features_cards_popup > div .features_cards_rpt.spa_facilities .flickity-viewport .slide {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .features_cards_popup > div .features_cards_rpt.spa_facilities .flickity-viewport .slide {
    width: calc(100% - 20px);
  }
}
.features_cards_popup > div .features_cards_rpt.spa_facilities .flickity-viewport .slide .card_content {
  min-height: 124px;
  background: transparent;
  padding: 24px;
  text-align: center;
  width: 100%;
}
.features_cards_popup > div .features_cards_rpt.spa_facilities .flickity-viewport .slide .card_content .btn-holder {
  position: unset;
  justify-content: center;
}
.features_cards_popup > div .features_cards_rpt.spa_facilities .flickity-viewport .slide:after {
  box-shadow: none;
}
@media (min-width: 769px) {
  .features_cards_popup > div .features_cards_rpt.classes .slide {
    width: 46%;
  }
}
.features_cards_popup > div .features_cards_rpt.classes .slide .hours {
  background-image: url("../../images/time.svg");
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 30px;
}
.features_cards_popup > div .features_cards_rpt.short-card .card_content {
  min-height: 100px;
  height: 100px;
}
.features_cards_popup > div #view-more {
  display: none;
  margin: 0 auto;
}

.features_cards_half_half {
  padding: 80px 64px;
}
@media (max-width: 1000px) {
  .features_cards_half_half {
    padding: 20px;
  }
}
.features_cards_half_half .cards-container {
  display: flex;
  gap: 36px;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .features_cards_half_half .cards-container {
    flex-direction: column;
  }
}
.features_cards_half_half .cards-container .card {
  height: 400px;
  padding: 48px;
  width: 100%;
}
@media (max-width: 1000px) {
  .features_cards_half_half .cards-container .card {
    height: 300px;
  }
}
.features_cards_half_half .cards-container .card .content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.features_cards_half_half .cards-container .card .content h3 {
  margin-top: 40px;
}
.features_cards_half_half .cards-container .card .content h3, .features_cards_half_half .cards-container .card .content p {
  color: #FFFFFF;
  text-align: center;
}
.features_cards_half_half .cards-container .card .content .caption .short-caption {
  display: none;
}
@media (max-width: 600px) {
  .features_cards_half_half .cards-container .card .content .caption .full-caption {
    display: none;
  }
  .features_cards_half_half .cards-container .card .content .caption .short-caption {
    display: inline;
  }
}
.features_cards_half_half .cards-container .card .content .btn {
  margin: 0 auto;
}
.features_cards_half_half .cards-container .card .content p, .features_cards_half_half .cards-container .card .content .btn {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, opacity 0.3s ease-out;
}
.features_cards_half_half .cards-container .card:hover h3 {
  margin-top: 0;
}
.features_cards_half_half .cards-container .card:hover p, .features_cards_half_half .cards-container .card:hover .btn {
  max-height: unset;
  opacity: 1;
  margin-bottom: 40px;
}
.features_cards_half_half.lgreen {
  background-color: #F0F1EC;
}
.features_cards_half_half.lgreen .card_content {
  background: #FFFFFF;
}

body.mfp-zoom-out-cur {
  overflow: hidden;
}

.image-slider > div .gallery-slider .flickity-viewport {
  height: 650px !important;
}
.image-slider > div .gallery-slider .flickity-viewport .gallery-img {
  height: 100%;
  width: 100%;
}
.image-slider > div .gallery-slider .flickity-viewport .gallery-img a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.image-slider > div .gallery-slider .flickity-viewport .gallery-img a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.image-slider > div .gallery-slider .flickity-viewport .gallery-img span {
  color: #C8AB5F;
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 575px) {
  .image-slider > div .gallery-slider .flickity-viewport .gallery-img span {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .image-slider > div .gallery-slider .flickity-viewport .gallery-img span {
    font-size: 1rem;
  }
}
.image-slider > div .gallery-slider .flickity-button {
  background-color: transparent;
  height: 56px;
  background-size: 95%;
  background-image: url(../../images/arrow_left_whitebg.svg);
}
.image-slider > div .gallery-slider .flickity-button.previous {
  left: 64px;
}
@media (max-width: 575px) {
  .image-slider > div .gallery-slider .flickity-button.previous {
    left: 20px;
  }
}
.image-slider > div .gallery-slider .flickity-button:hover {
  background-image: url(../../images/arrow_left_hover.svg);
}
.image-slider > div .gallery-slider .flickity-button.next {
  background-image: url(../../images/arrow_right_whitebg.svg);
  right: 64px;
}
@media (max-width: 575px) {
  .image-slider > div .gallery-slider .flickity-button.next {
    right: 20px;
  }
}
.image-slider > div .gallery-slider .flickity-button.next:hover {
  background-image: url(../../images/arrow_right_hover.svg);
}
.image-slider > div .gallery-slider .flickity-page-dots {
  top: unset;
  bottom: 15px;
}
.image-slider > div .gallery-slider .flickity-page-dots .dot {
  background: #FFFFFF;
}
.image-slider > div .gallery-slider .flickity-page-dots .dot.is-selected {
  background: #FFFFFF;
}
.image-slider > div .gallery-slider .flickity-page-dots .dot.is-selected:after {
  border: 1px solid #FFFFFF;
}

.faqs > div {
  display: flex;
  gap: 80px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .faqs > div {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .faqs > div {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .faqs > div {
    gap: 48px;
  }
}
.faqs > div .content {
  width: 40%;
}
@media (max-width: 992px) {
  .faqs > div .content {
    width: 100%;
  }
}
.faqs > div .content .section-title {
  align-items: flex-start;
  text-align: left;
}
@media (max-width: 575px) {
  .faqs > div .content .section-title h2 {
    margin-bottom: 20px;
  }
}
.faqs > div .content .section-title .caption {
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .faqs > div .content .section-title .caption {
    margin-bottom: 8px;
  }
}
.faqs > div .content .section-title .caption p {
  text-align: left;
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 400;
}
@media only screen and (max-width: 575px) {
  .faqs > div .content .section-title .caption p {
    font-size: 1rem;
  }
}
.faqs > div .content .btn-holder {
  justify-content: flex-start;
}
.faqs > div .content .contact-details {
  margin-top: 24px;
}
.faqs > div .content .contact-details address {
  margin: 16px 0;
  border-bottom: 1px solid #C1C1C2;
  width: 413px;
  display: block;
  padding-bottom: 40px;
}
@media (max-width: 575px) {
  .faqs > div .content .contact-details address {
    width: 100%;
  }
}
.faqs > div .content .contact-details address::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../images/location.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.faqs > div .content .contact-details address p {
  margin-top: -26px;
  margin-left: 30px;
}
.faqs > div .content .contact-details .telephone::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../../images/phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.faqs > div .content .contact-details .follow {
  padding-top: 40px;
  font-weight: 600;
}
.faqs > div .faq_list {
  width: 60%;
}
@media (max-width: 992px) {
  .faqs > div .faq_list {
    width: 100%;
  }
}
.faqs > div .faq_list .faq {
  margin-bottom: 16px;
  border: 1px solid #303035;
}
.faqs > div .faq_list .question {
  cursor: pointer;
  padding: 20px 24px;
  position: relative;
}
@media (max-width: 575px) {
  .faqs > div .faq_list .question {
    padding: 16px 20px;
  }
}
.faqs > div .faq_list .question h4 {
  margin: 0;
  padding-right: 48px;
  font-size: 18px;
  font-family: "Sofia-Pro", sans-serif;
  font-weight: 700;
}
@media (max-width: 575px) {
  .faqs > div .faq_list .question h4 {
    font-size: 1rem;
    line-height: 150%;
    font-weight: 700;
  }
}
.faqs > div .faq_list .question .plus {
  position: absolute;
  height: 18px;
  width: 18px;
  right: 36px;
  top: calc(50% - 12px);
}
@media (max-width: 575px) {
  .faqs > div .faq_list .question .plus {
    height: 20px;
    width: 20px;
    right: 20px;
    top: calc(50% - 10px);
  }
}
.faqs > div .faq_list .question .plus span:first-child {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #303035;
  /*- half the height*/
  top: calc(50% - 1px);
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.faqs > div .faq_list .question .plus span:last-child {
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  border-radius: 1px;
  background: #303035;
  /*- half the width*/
  left: calc(50% - 1px);
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.faqs > div .faq_list .question.ui-state-active .plus span {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.faqs > div .faq_list .answer {
  padding: 20px 24px;
}
.faqs > div .faq_list .answer-images {
  display: grid;
  grid-template-columns: auto auto;
  gap: 16px;
  padding: 0 20px 20px;
}
@media (max-width: 575px) {
  .faqs > div .faq_list .answer-images {
    grid-template-columns: auto;
  }
}
.faqs > div .faq_list .answer-images .image-hold {
  background: #fff;
  justify-content: center;
  display: flex;
}
.faqs > div .faq_list .answer-images .image-hold img {
  display: grid;
  margin: auto 0;
  max-height: 223px;
}
@media (max-width: 575px) {
  .faqs > div .faq_list .answer-images .image-hold img {
    max-height: 200px;
  }
}
.faqs > div .faq_list .answer-image-text {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 16px;
  padding: 0 20px 20px;
}
@media (max-width: 575px) {
  .faqs > div .faq_list .answer-image-text {
    grid-template-columns: auto;
  }
}
.faqs > div .faq_list .answer-image-text .image-hold img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.faqs > div .faq_list .answer-image-text .text-hold {
  justify-content: center;
  display: flex;
}
.faqs > div .faq_list .answer-image-text .text-hold p {
  margin: auto 0;
}
.faqs > div .faq_list .answer-table .desktop-table {
  display: block;
}
@media (max-width: 768px) {
  .faqs > div .faq_list .answer-table .desktop-table {
    display: none;
  }
}
.faqs > div .faq_list .answer-table .table-toggle-buttons {
  padding: 0 24px;
  margin-bottom: 16px;
  display: flex;
}
.faqs > div .faq_list .answer-table .table-toggle-buttons .toggle-btn {
  padding: 8px 12px;
  margin-right: 5px;
  border: 1px solid #303035;
  background: #FFFFFF;
  cursor: pointer;
}
.faqs > div .faq_list .answer-table .table-toggle-buttons .toggle-btn.active {
  background: #E8DED2;
}
.faqs > div .faq_list .answer-table .table-toggle-buttons .toggle-btn:hover {
  color: #303035;
}
.faqs > div .faq_list .answer-table table {
  padding: 0 24px 20px;
  width: 100%;
  border-spacing: 0;
}
.faqs > div .faq_list .answer-table table thead {
  background: #E8DED2;
}
.faqs > div .faq_list .answer-table table thead th {
  border-top: 1px solid #303035;
  border-bottom: 1px solid #303035;
  padding: 8px;
}
.faqs > div .faq_list .answer-table table thead th:first-child {
  border-left: 1px solid #303035;
  padding-left: 24px;
}
.faqs > div .faq_list .answer-table table thead th:last-child {
  border-right: 1px solid #303035;
  padding-right: 24px;
}
.faqs > div .faq_list .answer-table table tbody td {
  border-bottom: 1px solid #303035;
  padding: 8px;
}
.faqs > div .faq_list .answer-table table tbody td:first-child {
  border-left: 1px solid #303035;
  padding-left: 24px;
}
.faqs > div .faq_list .answer-table table tbody td:last-child {
  border-right: 1px solid #303035;
  padding-right: 24px;
}
.faqs > div .faq_list .answer-table table tr {
  text-align: left;
}
.faqs > div .faq_list .answer-table table .meters-col {
  display: none;
}
.faqs > div .faq_list .answer-table .mobile-cards {
  display: none;
}
@media (max-width: 768px) {
  .faqs > div .faq_list .answer-table .mobile-cards {
    display: block;
    padding: 0 20px 20px;
  }
}
.faqs > div .faq_list .answer-table .mobile-cards .room-card {
  border: 1px solid #303035;
  margin-bottom: 15px;
}
.faqs > div .faq_list .answer-table .mobile-cards .room-card .room-title {
  background: #E8DED2;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}
.faqs > div .faq_list .answer-table .mobile-cards .room-card .unit-group {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-top: 1px solid #303035;
}
.faqs > div .faq_list .answer-table .mobile-cards .room-card .unit-group .row {
  display: grid;
  grid-template-columns: 190px auto;
  padding: 8px 0;
}
.faqs > div .faq_list .answer-table .mobile-cards .room-card .unit-group .row .label {
  font-weight: 600;
}
.faqs > div .faq_list .answer-table .mobile-cards .room-card .capacity-row {
  display: grid;
  grid-template-columns: 190px auto;
  padding: 10px;
  border-top: 1px solid #303035;
}
.faqs > div .faq_list .answer-table .mobile-cards .room-card .capacity-row .label {
  font-weight: 600;
}
.faqs.lgreen {
  background-color: #F0F1EC;
}
.faqs.lgreen .faq {
  background-color: #FBFBFA;
}

.contact_form {
  background-color: #F0F1EC;
}
.contact_form > .top {
  display: flex;
  gap: 80px;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .contact_form > .top {
    flex-direction: column;
    gap: 48px;
  }
}
.contact_form > .top .left {
  width: 48%;
}
@media (max-width: 992px) {
  .contact_form > .top .left {
    width: 100%;
  }
}
.contact_form > .top .left .image-hold {
  height: 700px;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .contact_form > .top .left .image-hold {
    height: 335px;
  }
}
.contact_form > .top .left .image-hold img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.contact_form > .top .right {
  width: 50%;
}
@media (max-width: 992px) {
  .contact_form > .top .right {
    width: 100%;
  }
}
.contact_form > .top .right .section-title {
  align-items: flex-start;
  margin-bottom: 32px;
}
.contact_form > .top .right .section-title .caption p {
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}
@media only screen and (max-width: 575px) {
  .contact_form > .top .right .section-title .caption p {
    font-size: 1rem;
  }
}
.contact_form > .top .right .gform_wrapper .gform_title {
  display: none;
}

/* ------------------------------------------------------------------------- *
/* 5. POSTS */
/* ------------------------------------------------------------------------- */
.cpt-single {
  padding: 120px;
}
@media only screen and (max-width: 1300px) {
  .cpt-single {
    padding: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .cpt-single {
    padding: 40px 24px;
  }
}
.cpt-single .feature-row {
  display: flex;
}
@media only screen and (max-width: 992px) {
  .cpt-single .feature-row {
    flex-direction: column;
    align-items: center;
  }
}
.cpt-single .feature-row .ft-content {
  margin-right: 136px;
  max-width: 480px;
}
@media only screen and (max-width: 1300px) {
  .cpt-single .feature-row .ft-content {
    margin-right: 56px;
  }
}
@media only screen and (max-width: 992px) {
  .cpt-single .feature-row .ft-content {
    text-align: center;
    align-items: center;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.cpt-single .feature-row .ft-content .subheading,
.cpt-single .feature-row .ft-content .title,
.cpt-single .feature-row .ft-content .caption {
  margin-bottom: 40px;
}
.cpt-single .feature-row .ft-content .btn-holder {
  width: 480px;
  justify-content: flex-start;
}
@media only screen and (max-width: 992px) {
  .cpt-single .feature-row .ft-content .btn-holder {
    justify-content: center;
    margin-left: 0;
    width: auto;
  }
}
@media only screen and (max-width: 575px) {
  .cpt-single .feature-row .ft-content .btn-holder {
    align-content: center;
  }
}
.cpt-single .feature-row .ft-content .btn-holder .btn {
  padding-right: 48px;
}
.cpt-single .feature-row .ft-content .btn-holder .btn:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url("../../images/email_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 16px;
  top: calc(50% - 6px);
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.cpt-single .feature-row .ft-content .btn-holder .btn.download:after {
  background-image: url("../../images/download_white.svg");
  top: calc(50% - 10px);
}
.cpt-single .feature-row .ft-content .btn-holder .btn.no-icon {
  padding-right: 20px;
}
.cpt-single .feature-row .ft-content .btn-holder .btn.no-icon:after {
  background-image: none;
}
.cpt-single .feature-row .social-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 40px;
}
.cpt-single .feature-row .social-wrapper .social-title {
  font-family: "Gill Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 160%;
  /* identical to box height, or 21px */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-right: 16px;
}
.cpt-single .feature-row .social-wrapper .socials {
  justify-content: flex-start;
  gap: 8px;
  width: unset;
}
.cpt-single .feature-row .social-wrapper .socials li a {
  background-color: #FFFFFF;
  height: 40px;
  width: 40px;
  background-position: center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  border-radius: 20px;
  border: 1px solid #E0E0E0;
  transition: all 0.3s ease-in-out;
}
.cpt-single .feature-row .social-wrapper .socials li a:hover {
  background-color: #000000;
  border: 1px solid #000000;
}
.cpt-single .feature-row .social-wrapper.mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .cpt-single .feature-row .social-wrapper.desktop {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .cpt-single .feature-row .social-wrapper.desktop {
    display: none;
  }
  .cpt-single .feature-row .social-wrapper.mobile {
    display: flex;
  }
}
.cpt-single .feature-row .ft-image {
  min-width: 582px;
  width: 582px;
  height: 100%;
  max-width: 100vw;
  object-fit: contain;
}
@media only screen and (max-width: 1300px) {
  .cpt-single .feature-row .ft-image {
    min-width: 502px;
  }
}
@media only screen and (max-width: 575px) {
  .cpt-single .feature-row .ft-image {
    min-width: auto;
    height: auto;
  }
}
.cpt-single .feature-row .ft-image .slick-list.draggable {
  padding: 0 !important;
}
.cpt-single .feature-row .ft-image .slick-list .slick-track {
  display: flex;
}
@media only screen and (max-width: 575px) {
  .cpt-single .feature-row .ft-image .slick-list .slick-track {
    justify-content: center;
    width: auto !important;
  }
}
.cpt-single .feature-row .ft-image .slick-list .slick-track .slick-slide {
  height: auto;
  width: 100vw !important;
  max-width: 100%;
  margin: 0 12px 12px;
}
@media only screen and (max-width: 992px) {
  .cpt-single .feature-row .ft-image .slick-list .slick-track .slick-slide {
    margin: 0;
  }
}

.cpt-graphs {
  padding: 120px;
}
@media only screen and (max-width: 1300px) {
  .cpt-graphs {
    padding: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .cpt-graphs {
    padding: 40px 24px;
  }
}
.cpt-graphs .graph-image {
  margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
  .cpt-graphs .graph-image {
    padding: 40px;
  }
}
.cpt-graphs .graph-image:last-child {
  margin-bottom: 0;
}
.cpt-graphs .graph-image img {
  object-fit: contain;
}

.single-post .social-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1200px;
  padding: 0 120px;
  margin: 3rem auto 0;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .single-post .social-wrapper {
    padding: 0 65px;
  }
}
@media only screen and (max-width: 768px) {
  .single-post .social-wrapper {
    padding: 0 24px;
  }
}
.single-post .social-wrapper .social-title {
  font-family: "Gill Sans";
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-right: 16px;
}
.single-post .social-wrapper .socials {
  gap: 8px;
  width: unset;
}
.single-post .social-wrapper .socials li a {
  background-color: #FFFFFF;
  height: 40px;
  width: 40px;
  background-position: center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  border-radius: 20px;
  border: 1px solid #E0E0E0;
  transition: all 0.3s ease-in-out;
}
.single-post .social-wrapper .socials li a:hover {
  background-color: #000000;
  border: 1px solid #000000;
}

/* ------------------------------------------------------------------------- *
/* 6. CPT */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- *
/* TESTIMONIALS */
/* ------------------------------------------------------------------------- */
.testimonials {
  background: #FBFBFA;
  padding-top: 7rem;
  padding-bottom: calc(7rem + 32px + 48px);
}
@media (max-width: 768px) {
  .testimonials {
    padding-top: 4rem;
    padding-bottom: calc(4rem + 32px + 48px);
  }
}
.testimonials > div .intro {
  padding-left: 4rem;
  padding-right: 4rem;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .testimonials > div .intro {
    padding: 0 20px;
  }
}
.testimonials > div .intro .section-title {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .testimonials > div .intro .section-title {
    margin-bottom: 48px;
  }
}
.testimonials > div .testimonial_slider {
  margin-left: 4rem;
  /* flickity off with 3 or less cards on desktop */
}
@media (max-width: 768px) {
  .testimonials > div .testimonial_slider {
    margin-left: 20px;
  }
}
.testimonials > div .testimonial_slider .testimonial {
  height: max-content;
  width: 30%;
  background: white;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 32px;
}
@media (max-width: 1200px) {
  .testimonials > div .testimonial_slider .testimonial {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .testimonials > div .testimonial_slider .testimonial {
    width: 91%;
    margin-right: 24px;
  }
}
.testimonials > div .testimonial_slider .testimonial > div {
  max-width: 768px;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonials > div .testimonial_slider .testimonial > div .star-rating {
  display: flex;
}
.testimonials > div .testimonial_slider .testimonial > div .review {
  margin: 24px 0;
}
.testimonials > div .testimonial_slider .testimonial > div .review p {
  font-family: "Sofia-Pro", sans-serif;
  font-size: 18px;
}
@media (max-width: 768px) {
  .testimonials > div .testimonial_slider .testimonial > div .review p {
    font-size: unset;
  }
}
.testimonials > div .testimonial_slider .testimonial > div .reviewer {
  display: grid;
  grid-template-columns: 62px auto;
}
.testimonials > div .testimonial_slider .testimonial > div .reviewer img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 100px;
  grid-row: span 2;
}
.testimonials > div .testimonial_slider .testimonial > div .reviewer .name {
  font-weight: 600;
  margin: 2px 0;
}
.testimonials > div .testimonial_slider .testimonial:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
  pointer-events: none;
}
.testimonials > div .testimonial_slider .flickity-button {
  background-color: transparent;
  top: unset;
  margin-top: 32px;
  transform: translateX(calc(-50% - 32px));
  margin-left: 50%;
  z-index: 2;
}
@media (max-width: 768px) {
  .testimonials > div .testimonial_slider .flickity-button {
    transform: translateX(calc(-50% - 10px));
  }
}
.testimonials > div .testimonial_slider .flickity-button.previous {
  left: -100px;
}
.testimonials > div .testimonial_slider .flickity-button.next {
  right: unset;
  left: 100px;
}
.testimonials > div .testimonial_slider .flickity-page-dots {
  position: relative;
  left: -32px;
  top: 32px;
}
@media (max-width: 768px) {
  .testimonials > div .testimonial_slider .flickity-page-dots {
    left: -10px;
  }
}
.testimonials > div .testimonial_slider:after {
  content: "flickity";
  display: none;
}
.testimonials > div .testimonial_slider.unflick {
  display: flex;
  justify-content: center;
  margin-right: calc(4rem - 32px);
}
@media (min-width: 1350px) {
  .testimonials > div .testimonial_slider.unflick {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 978px) {
  .testimonials > div .testimonial_slider.unflick {
    display: block;
    margin-right: unset;
  }
}
.testimonials > div .testimonial_slider.unflick li .card_content {
  height: 100%;
}
.testimonials > div .testimonial_slider.unflick:after {
  content: "";
}
@media (max-width: 978px) {
  .testimonials > div .testimonial_slider.unflick:after {
    content: "flickity";
    display: none;
  }
}
.testimonials.lgreen {
  background: #F0F1EC;
}
@media (min-width: 879px) {
  .testimonials.unflick {
    padding-bottom: 7rem;
  }
}

.blog_archive > div {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.blog_archive > div .filter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.blog_archive > div .filter-overlay .filter-popup {
  background: white;
  width: 90%;
  max-width: 400px;
  padding: 24px;
  border-radius: 8px;
  position: relative;
  display: grid;
  gap: 16px;
}
@media (max-width: 575px) {
  .blog_archive > div .filter-overlay .filter-popup {
    width: 100%;
    height: 100%;
    max-width: none;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0;
  }
}
.blog_archive > div .filter-overlay .filter-popup .top {
  display: flex;
  position: relative;
  border-bottom: 1px solid #E8DED2;
  width: 100vw;
  margin-left: -24px;
  padding-bottom: 24px;
}
.blog_archive > div .filter-overlay .filter-popup .top .close-btn {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 32px;
}
.blog_archive > div .filter-overlay .filter-popup .top .close-btn img {
  width: 16px;
  height: 16px;
}
.blog_archive > div .filter-overlay .filter-popup .top h5 {
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-16px);
}
.blog_archive > div .filter-overlay .filter-popup .title {
  border-bottom: 1px solid #303035;
  padding-bottom: 16px;
}
.blog_archive > div .filter-overlay .filter-popup .tags {
  flex-grow: 1;
  overflow-y: auto;
  max-height: 50vh;
}
@media (max-width: 575px) {
  .blog_archive > div .filter-overlay .filter-popup .tags {
    max-height: 70vh;
  }
}
.blog_archive > div .filter-overlay .filter-popup .tags ul {
  gap: 16px;
  display: grid;
}
.blog_archive > div .filter-overlay .filter-popup .tags label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog_archive > div .filter-overlay .filter-popup .tags label input {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #303035;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  transition: border-color 0.3s ease-in-out;
  background-color: #fff;
}
.blog_archive > div .filter-overlay .filter-popup .tags label input:checked {
  border-color: #E8DED2;
  background-color: #E8DED2;
  background-image: url("../../images/tick.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.blog_archive > div .filter-overlay .filter-popup .buttons {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E8DED2;
  padding-top: 24px;
  width: 100vw;
  margin-left: -24px;
}
.blog_archive > div .filter-overlay .filter-popup .buttons #clear-filters {
  margin-left: 24px;
}
.blog_archive > div .filter-overlay .filter-popup .buttons #apply-filters {
  margin-right: 24px;
}
.blog_archive > div #toggle-filters {
  margin-left: auto;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .blog_archive > div #toggle-filters {
    margin-right: auto;
    width: 100%;
  }
}
.blog_archive > div #toggle-filters span {
  padding-left: 12px;
}
.blog_archive > div #toggle-filters:hover .toggle-icon {
  filter: invert(1) brightness(1) saturate(100%);
}
.blog_archive > div .filter-buttons {
  width: 100%;
  margin-bottom: 32px;
  border: 1px solid #303035;
  padding: 24px;
  gap: 24px;
  display: grid;
}
@media only screen and (max-width: 575px) {
  .blog_archive > div .filter-buttons {
    margin-bottom: 16px;
  }
}
.blog_archive > div .filter-buttons .title {
  border-bottom: 1px solid #303035;
  padding-bottom: 24px;
}
.blog_archive > div .filter-buttons .tags {
  border-bottom: 1px solid #303035;
  padding-bottom: 24px;
}
.blog_archive > div .filter-buttons .tags .posts-filter-tags-list {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 12px;
  padding: 0;
  list-style: none;
}
@media (max-width: 575px) {
  .blog_archive > div .filter-buttons .tags .posts-filter-tags-list {
    justify-content: unset;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
  }
}
.blog_archive > div .filter-buttons .tags .posts-filter-tags-list::-webkit-scrollbar {
  display: none;
}
.blog_archive > div .filter-buttons .tags .posts-filter-tags-list li {
  list-style: none;
}
.blog_archive > div .filter-buttons .tags .posts-filter-tags-list li .posts-filter-tags-list_item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog_archive > div .filter-buttons .tags .posts-filter-tags-list li .posts-filter-tags-list_item input {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #303035;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  transition: border-color 0.3s ease-in-out;
  background-color: #fff;
}
.blog_archive > div .filter-buttons .tags .posts-filter-tags-list li .posts-filter-tags-list_item input:checked {
  border-color: #E8DED2;
  background-color: #E8DED2;
  background-image: url("../../images/tick.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.blog_archive > div .filter-buttons .tags .posts-filter-tags-list li .posts-filter-tags-list_item span {
  color: #333;
}
.blog_archive > div .filter-buttons .buttons {
  display: flex;
  justify-content: space-between;
}
.blog_archive > div .selected-categories {
  margin-bottom: 32px;
  display: flex;
  gap: 8px;
}
.blog_archive > div .selected-categories .category-tag {
  background-color: #E8DED2;
  border-color: #E8DED2;
}
.blog_archive > div .selected-categories .category-tag:hover {
  color: unset;
}
.blog_archive > div .selected-categories .category-tag:after {
  content: "";
  background-image: url("../../images/cross-dark.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  margin-left: 10px;
}
.blog_archive > div .post_loop {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.blog_archive > div .post_loop .single_post {
  width: calc(33.3333333333% - 22px);
  margin-bottom: 64px;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}
@media (max-width: 992px) {
  .blog_archive > div .post_loop .single_post {
    width: calc(50% - 16px);
  }
}
@media (max-width: 575px) {
  .blog_archive > div .post_loop .single_post {
    width: 100%;
    border-bottom: none;
    padding-bottom: 48px;
    margin-bottom: 0;
  }
}
.blog_archive > div .post_loop .single_post .image {
  height: 250px;
  position: relative;
}
@media (max-width: 575px) {
  .blog_archive > div .post_loop .single_post .image {
    height: 225px;
  }
}
.blog_archive > div .post_loop .single_post .image .category-tab {
  text-transform: uppercase;
  position: absolute;
  background: white;
  padding: 2px 5px;
  float: right;
  right: 16px;
  top: 16px;
}
.blog_archive > div .post_loop .single_post .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog_archive > div .post_loop .single_post .content {
  padding: 32px;
}
@media (max-width: 575px) {
  .blog_archive > div .post_loop .single_post .content {
    padding: 24px;
  }
}
.blog_archive > div .post_loop .single_post .content p {
  margin-bottom: 24px;
}
.blog_archive > div .post_loop .single_post .content p.small {
  margin-bottom: 16px;
}
.blog_archive > div .post_loop .single_post .content h5 {
  margin: 16px 0;
}

.bedroom_archive > div {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.bedroom_archive > div .filter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.bedroom_archive > div .filter-overlay .filter-popup {
  background: white;
  width: 90%;
  max-width: 400px;
  padding: 24px;
  border-radius: 8px;
  position: relative;
  display: grid;
  gap: 16px;
}
@media (max-width: 575px) {
  .bedroom_archive > div .filter-overlay .filter-popup {
    width: 100%;
    height: 100%;
    max-width: none;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0;
  }
}
.bedroom_archive > div .filter-overlay .filter-popup .top {
  display: flex;
  position: relative;
  border-bottom: 1px solid #E8DED2;
  width: 100vw;
  margin-left: -24px;
  padding-bottom: 24px;
}
.bedroom_archive > div .filter-overlay .filter-popup .top .close-btn {
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 32px;
}
.bedroom_archive > div .filter-overlay .filter-popup .top .close-btn img {
  width: 16px;
  height: 16px;
}
.bedroom_archive > div .filter-overlay .filter-popup .top h5 {
  margin-left: auto;
  margin-right: auto;
  transform: translateX(-16px);
}
.bedroom_archive > div .filter-overlay .filter-popup .tags {
  flex-grow: 1;
  overflow-y: auto;
  max-height: 50vh;
}
@media (max-width: 575px) {
  .bedroom_archive > div .filter-overlay .filter-popup .tags {
    max-height: 70vh;
  }
}
.bedroom_archive > div .filter-overlay .filter-popup .tags .subheading {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  margin: 12px 0;
  border-bottom: 1px solid #303035;
  padding-bottom: 8px;
  justify-content: space-between;
  display: flex;
}
.bedroom_archive > div .filter-overlay .filter-popup .tags ul {
  display: none;
}
.bedroom_archive > div .filter-overlay .filter-popup .tags ul li {
  padding-bottom: 16px;
}
.bedroom_archive > div .filter-overlay .filter-popup .tags label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bedroom_archive > div .filter-overlay .filter-popup .tags label input {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #303035;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  transition: border-color 0.3s ease-in-out;
  background-color: #fff;
}
.bedroom_archive > div .filter-overlay .filter-popup .tags label input:checked {
  border-color: #E8DED2;
  background-color: #E8DED2;
  background-image: url("../../images/tick.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bedroom_archive > div .filter-overlay .filter-popup .buttons {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E8DED2;
  padding-top: 24px;
  width: 100vw;
  margin-left: -24px;
}
.bedroom_archive > div .filter-overlay .filter-popup .buttons #clear-filters {
  margin-left: 24px;
}
.bedroom_archive > div .filter-overlay .filter-popup .buttons #apply-filters {
  margin-right: 24px;
}
.bedroom_archive > div #toggle-filters {
  margin-left: auto;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .bedroom_archive > div #toggle-filters {
    margin-right: auto;
    width: 100%;
  }
}
.bedroom_archive > div #toggle-filters span {
  padding-left: 12px;
}
.bedroom_archive > div #toggle-filters:hover .toggle-icon {
  filter: invert(1) brightness(1) saturate(100%);
}
.bedroom_archive > div .filter-buttons {
  width: 100%;
  margin-bottom: 32px;
  border: 1px solid #303035;
  padding: 24px;
  gap: 24px;
  display: grid;
}
@media only screen and (max-width: 575px) {
  .bedroom_archive > div .filter-buttons {
    margin-bottom: 16px;
  }
}
.bedroom_archive > div .filter-buttons .tags {
  border-bottom: 1px solid #303035;
  padding-bottom: 24px;
}
.bedroom_archive > div .filter-buttons .tags .filter-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.bedroom_archive > div .filter-buttons .tags .filter-grid .filter-column {
  display: flex;
  flex-direction: column;
}
.bedroom_archive > div .filter-buttons .tags .filter-grid .filter-column .subheading {
  border-bottom: 1px solid #303035;
  padding-bottom: 16px;
}
.bedroom_archive > div .filter-buttons .tags .filter-grid .filter-column .posts-filter-tags-list {
  gap: 16px;
  display: grid;
}
.bedroom_archive > div .filter-buttons .tags .filter-grid .filter-column .posts-filter-tags-list li {
  list-style: none;
}
.bedroom_archive > div .filter-buttons .tags .filter-grid .filter-column .posts-filter-tags-list li .posts-filter-tags-list_item {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1px;
}
.bedroom_archive > div .filter-buttons .tags .filter-grid .filter-column .posts-filter-tags-list li .posts-filter-tags-list_item input {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #303035;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  transition: border-color 0.3s ease-in-out;
  background-color: #fff;
}
.bedroom_archive > div .filter-buttons .tags .filter-grid .filter-column .posts-filter-tags-list li .posts-filter-tags-list_item input:checked {
  border-color: #E8DED2;
  background-color: #E8DED2;
  background-image: url("../../images/tick.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bedroom_archive > div .filter-buttons .tags .filter-grid .filter-column .posts-filter-tags-list li .posts-filter-tags-list_item span {
  color: #333;
}
.bedroom_archive > div .filter-buttons .buttons {
  display: flex;
  justify-content: space-between;
}
.bedroom_archive > div .selected-categories {
  margin-bottom: 32px;
  display: flex;
  gap: 8px;
  overflow: hidden;
}
.bedroom_archive > div .selected-categories .category-tag {
  background-color: #E8DED2;
  border-color: #E8DED2;
}
.bedroom_archive > div .selected-categories .category-tag:hover {
  color: unset;
}
.bedroom_archive > div .selected-categories .category-tag:after {
  content: "";
  background-image: url("../../images/cross-dark.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  margin-left: 10px;
}
.bedroom_archive > div .post_loop {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.bedroom_archive > div .post_loop .single_post {
  width: calc(33.3333333333% - 22px);
  margin-bottom: 64px;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);
}
@media (max-width: 992px) {
  .bedroom_archive > div .post_loop .single_post {
    width: calc(50% - 16px);
  }
}
@media (max-width: 575px) {
  .bedroom_archive > div .post_loop .single_post {
    width: 100%;
    border-bottom: none;
    padding-bottom: 48px;
    margin-bottom: 0;
  }
}
.bedroom_archive > div .post_loop .single_post .image {
  height: 250px;
  position: relative;
}
@media (max-width: 575px) {
  .bedroom_archive > div .post_loop .single_post .image {
    height: 225px;
  }
}
.bedroom_archive > div .post_loop .single_post .image .category-tab {
  text-transform: uppercase;
  position: absolute;
  background: white;
  padding: 2px 5px;
  float: right;
  right: 16px;
  top: 16px;
}
.bedroom_archive > div .post_loop .single_post .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.bedroom_archive > div .post_loop .single_post .content {
  padding: 32px;
}
@media (max-width: 575px) {
  .bedroom_archive > div .post_loop .single_post .content {
    padding: 24px;
  }
}
.bedroom_archive > div .post_loop .single_post .content p {
  margin-bottom: 24px;
}
.bedroom_archive > div .post_loop .single_post .content .icons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.bedroom_archive > div .post_loop .single_post .content .icons img {
  vertical-align: middle;
}
.bedroom_archive > div .post_loop .single_post .content h5 {
  margin-bottom: 16px;
}
.bedroom_archive > div .post_loop .single_post .content .btn-holder {
  justify-content: flex-start;
}

.team_archive > div .section-title {
  align-items: flex-start;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .team_archive > div .section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 575px) {
  .team_archive > div .section-title h5 {
    margin-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .team_archive > div .section-title h2 {
    margin-bottom: 20px;
  }
}
.team_archive > div .section-title .caption p {
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}
@media only screen and (max-width: 575px) {
  .team_archive > div .section-title .caption p {
    font-size: 1rem;
  }
}
.team_archive > div .people_loop {
  display: flex;
  gap: 0 64px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
  .team_archive > div .people_loop {
    gap: 0 32px;
  }
}
.team_archive > div .people_loop .card_content {
  width: calc(50% - 32px);
  padding-bottom: 64px;
  margin-bottom: 64px;
  border-bottom: 1px solid #C8AB5F;
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 992px) {
  .team_archive > div .people_loop .card_content {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .team_archive > div .people_loop .card_content {
    width: 100%;
    border-bottom: none;
    padding-bottom: 48px;
    margin-bottom: 0;
  }
}
.team_archive > div .people_loop .card_content .image {
  height: 288px;
  width: 50%;
}
@media (max-width: 575px) {
  .team_archive > div .people_loop .card_content .image {
    height: 221px;
  }
}
.team_archive > div .people_loop .card_content .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.team_archive > div .people_loop .card_content .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.team_archive > div .people_loop .card_content .content h4 {
  margin: 0;
}
.team_archive > div .people_loop .card_content .content p {
  margin-bottom: 24px;
}
.team_archive > div .people_loop .card_content .content p.medium {
  margin-bottom: 16px;
}
.team_archive > div .people_loop .card_content .content .socials {
  justify-content: flex-start;
}
.team_archive > div .people_loop .flickity-viewport {
  width: 100%;
}
.team_archive > div .people_loop .flickity-viewport .card_content {
  width: 100%;
  margin-left: 2px;
  flex-direction: column;
}
.team_archive > div .people_loop .flickity-viewport .card_content .image {
  height: 221px;
  width: 100%;
}
.team_archive > div .people_loop .flickity-viewport .card_content .content {
  width: 100%;
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .team_archive > div .people_loop .flickity-viewport {
    margin-bottom: 75px;
  }
}
.team_archive > div .people_loop .flickity-button {
  bottom: 3px;
  top: unset;
  background-color: transparent;
}
.team_archive > div .people_loop .flickity-button.previous {
  left: unset;
  right: 63px;
}
.team_archive > div .people_loop .flickity-button.next {
  right: 0;
}
.team_archive > div .people_loop .flickity-page-dots {
  top: unset;
  bottom: 20px;
  width: unset;
}
.team_archive > div .people_loop .flickity-page-dots .dot {
  background: #303035;
}
.team_archive > div .people_loop .flickity-page-dots .dot.is-selected {
  background: #C8AB5F;
}
.team_archive > div .people_loop.even .card_content:last-child, .team_archive > div .people_loop.even .card_content:nth-last-child(2) {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.team_archive > div .people_loop.odd .card_content:last-child {
  border-bottom: none;
}
.team_archive > div .people_loop:after {
  content: "flickity";
  display: none;
}
@media screen and (min-width: 575px) {
  .team_archive > div .people_loop:after {
    content: "";
  }
}

.single .intro {
  background-color: #E1E2D9;
}
.single .intro .title {
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}
.single .content .blog {
  max-width: 768px;
  margin: 0 auto;
  padding-bottom: 48px;
}
.single .content .blog blockquote {
  border-left: 1px solid #D9DBCF;
  padding-left: 10px;
  font-style: italic;
  margin-bottom: 20px;
}
.single .content .blog blockquote p {
  font-size: 20px;
  font-weight: 600;
}
.single .content .blog img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.single .content .bottom {
  border-top: 1px solid #D9DBCF;
  max-width: 768px;
  padding-top: 48px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .single .content .bottom {
    width: 100%;
  }
}
.single .content .bottom .author {
  display: flex;
  gap: 16px;
}
.single .content .bottom .author .image-hold {
  height: 56px;
  width: 56px;
}
.single .content .bottom .author .image-hold img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 28px;
}
.single .content .bottom .author .name_date {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
}
.single .content .bottom .author .name_date .name p {
  font-weight: bold;
}

/* ------------------------------------------------------------------------- *
/* 7. PLUGINS */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- *
/* GRAVITY FORM */
/* ------------------------------------------------------------------------- */
.gform_wrapper .gform_body .gform_fields {
  row-gap: 24px;
}
.gform_wrapper .gform_body .gform_fields .gfield label {
  font-family: "Sofia-Pro", sans-serif;
  text-align: left;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
  color: #303035;
}
.gform_wrapper .gform_body .gform_fields .gfield input {
  height: 48px;
  padding: 12px;
  border: none;
  background: #FFFFFF;
  border-radius: 0;
  font-size: 1rem;
  font-family: "Sofia-Pro", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
  color: #303035;
  border: 1px solid #303035;
}
.gform_wrapper .gform_body .gform_fields .gfield input::placeholder {
  color: #303035;
  opacity: 1;
}
.gform_wrapper .gform_body .gform_fields .gfield select {
  height: 48px;
  padding: 12px;
  background: #FFFFFF;
  border-radius: 0;
  font-size: 1rem;
  font-family: "Sofia-Pro", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}
.gform_wrapper .gform_body .gform_fields .gfield textarea {
  height: 180px;
  min-height: unset;
  padding: 12px;
  background: #FFFFFF;
  border-radius: 0;
  font-size: 1rem;
  font-family: "Sofia-Pro", sans-serif;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
}
.gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder {
  opacity: 1;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent {
  display: flex;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent input {
  height: 18px;
  width: 18px;
  padding: 0;
  border-radius: 4px;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent label {
  font-family: "Sofia-Pro", sans-serif;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 16px;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent label a {
  font-family: "Sofia-Pro", sans-serif;
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 400;
  position: relative;
  display: inline-block;
  width: fit-content;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent label a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #C8AB5F;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.2s ease-in-out;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent label a:hover:after {
  visibility: visible;
  transform: scaleX(1);
}
.gform_wrapper .gform_footer {
  margin-top: 24px;
}
.gform_wrapper .gform_footer button {
  display: flex !important;
  align-items: center !important;
  color: #303035 !important;
  justify-content: center !important;
  border: none;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 100% !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  width: fit-content;
  padding: 13px 24px 12px !important;
  max-height: 48px;
  vertical-align: middle !important;
  transition: all 0.3s ease-in-out !important;
  cursor: pointer !important;
  text-align: center !important;
  text-decoration: none !important;
  position: relative;
  border-radius: 0 !important;
  background-color: #C8AB5F !important;
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .gform_wrapper .gform_footer button {
    padding: 9px 20px 8px;
    max-height: 29px;
  }
}
.gform_wrapper .gform_footer button:hover {
  color: #FFFFFF !important;
  background-color: #303035 !important;
}

.slide-menu .gform_wrapper {
  margin-top: 139px;
  padding: 0 64px 67px 40px;
  background-color: #D9DBCF;
}
@media (max-width: 992px) {
  .slide-menu .gform_wrapper {
    margin-top: 40px;
    padding: 0 20px 40px;
  }
}
.slide-menu .gform_wrapper .gform_heading {
  margin-bottom: 32px;
}
.slide-menu .gform_wrapper .gform_heading h2 {
  font-family: "Sofia-Pro", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media only screen and (max-width: 575px) {
  .slide-menu .gform_wrapper .gform_heading h2 {
    font-size: 1.125rem;
  }
}

/* ------------------------------------------------------------------------- *
/* COOKIE BOT */
/* ------------------------------------------------------------------------- */
#CybotCookiebotDialog {
  background-color: #000000 !important;
  color: #000000 !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper {
  font-size: 1rem !important;
  font-family: "Sofia-Pro", sans-serif !important;
}

#CybotCookiebotDialog h1,
#CybotCookiebotDialog h2,
#CybotCookiebotDialog h3,
#CybotCookiebotDialog h4,
#CybotCookiebotDialog h5,
#CybotCookiebotDialog h6 {
  font-family: "Sofia-Pro", sans-serif !important;
  font-size: 2rem !important;
}

#CybotCookiebotDialog p {
  font-size: 1rem !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  color: #000000 !important;
  background: #C8AB5F !important;
  padding: 16px 32px !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept:hover,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept:hover,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover {
  color: #C8AB5F !important;
  background-color: white !important;
  border-color: #455560 !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept:active,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept:active,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:active {
  color: #C8AB5F !important;
}
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept:disabled,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept:disabled,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:disabled {
  cursor: not-allowed !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border-radius: 2px !important;
  background: transparent !important;
  border-color: #455560 !important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:hover {
  border: 1px solid #C8AB5F !important;
  background: #C8AB5F !important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:active {
  color: #C8AB5F !important;
  border: 1px solid #C8AB5F !important;
}
#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:disabled {
  background: transparent !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
  color: #C8AB5F !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:after {
  color: #C8AB5F !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 1px solid #C8AB5F !important;
  color: #C8AB5F !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
  font-family: "Sofia-Pro", sans-serif !important;
  font-size: 1rem !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #C8AB5F !important;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab {
  color: #C8AB5F !important;
}

#CybotCookiebotDialogTabContent .CybotCookiebotDialogDetailBulkConsentCount {
  background-color: #C8AB5F !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,
#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,
#CybotCookiebotDialogDetailBodyContentTextAbout a {
  color: #C8AB5F !important;
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount) {
  color: #000000 !important;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
  color: #C8AB5F !important;
}

#CookiebotWidget .CookiebotWidget-logo svg circle {
  fill: #C8AB5F !important;
}

#CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #C8AB5F !important;
}

#CybotCookiebotDialogTabContent input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #C8AB5F !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:hover,
#CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription:hover {
  color: rgba(69, 85, 96, 0.8196078431) !important;
}
/*# sourceMappingURL=main.css.map */
