@font-face {
  font-family: "Cigars";
  src: url("fonts/HWCigars-Light.eot");
  src: url("fonts/HWCigars-Light.eot?#iefix") format("embedded-opentype"), url("fonts/HWCigars-Light.woff2") format("woff2"), url("fonts/HWCigars-Light.woff") format("woff"), url("fonts/HWCigars-Light.ttf") format("truetype"), url("fonts/HWCigars-Light.svg#HWCigars-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Yellix Bold";
  src: url("fonts/Yellix-Bold.eot");
  src: url("fonts/Yellix-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Yellix-Bold.woff2") format("woff2"), url("fonts/Yellix-Bold.woff") format("woff"), url("fonts/Yellix-Bold.ttf") format("truetype"), url("fonts/Yellix-Bold.svg#Yellix-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Yellix Semi";
  src: url("fonts/Yellix-SemiBold.eot");
  src: url("fonts/Yellix-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Yellix-SemiBold.woff2") format("woff2"), url("fonts/Yellix-SemiBold.woff") format("woff"), url("fonts/Yellix-SemiBold.ttf") format("truetype"), url("fonts/Yellix-SemiBold.svg#Yellix-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Yellix Light";
  src: url("fonts/Yellix-Light.eot");
  src: url("fonts/Yellix-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Yellix-Light.woff2") format("woff2"), url("fonts/Yellix-Light.woff") format("woff"), url("fonts/Yellix-Light.ttf") format("truetype"), url("fonts/Yellix-Light.svg#Yellix-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Yellix Reg";
  src: url("fonts/Yellix-Regular.eot");
  src: url("fonts/Yellix-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Yellix-Regular.woff2") format("woff2"), url("fonts/Yellix-Regular.woff") format("woff"), url("fonts/Yellix-Regular.ttf") format("truetype"), url("fonts/Yellix-Regular.svg#Yellix-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Variables
 ================================================== */
/* Reset
 ================================================== */
* {
  margin: 0;
  padding: 0;
}

/* set stuff */
html,
body {
  overflow-x: hidden;
}

body {
  font-family: "adelle-sans", sans-serif;
  background-color: white;
  margin-top: -25px;
}

html {
  width: 100%;
  height: 100%;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Custom styles
 ================================================== */
.logo-link {
  position: relative;
}

.logo-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 10;
  background-color: #FFF;
  opacity: 0;
  filter: alpha(opacity=1);
}

h1, h2, h3, h4 {
  line-height: 1.2;
  display: block;
  font-weight: normal;
  margin: 0 0;
}

/* Amenities Image 
================================================== */
#location {
  background: #eae5e0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #373536;
}
#location img {
  width: 100%;
}
/* Compressed Nav
 ================================================== */
.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar {
  padding: 0px;
  color: white;
  transition: all 0.6s ease;
  padding: 20px 0;
}
.navbar .hide {
  display: none;
}
.navbar .row {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .navbar {
    padding: 20px 0 30px;
  }
}
@media screen and (max-width: 992px) {
  .navbar .inspect {
    padding: 15px 40px;
  }
}
@media screen and (max-width: 767px) {
  .navbar {
    padding: 15px 0 30px;
  }
  .navbar .row {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar .inspect {
    padding: 15px 30px;
  }
}

.navbar a {
  color: #fff !important;
}

.navbar button {
  color: inherit !important;
}

.navbar.compressed {
  background: #66807d;
  padding: 10px 0;
  width: 100% !important;
  -webkit-box-shadow: 0 0 30px 0 rgba(55, 53, 54, 0.2);
  box-shadow: 0 0 30px 0 rgba(55, 53, 54, 0.2);
}
@media screen and (max-width: 767px) {
  .navbar.compressed {
    padding: 10px 0;
  }
}

.project-logo-standard {
  width: 100%;
  height: 0;
  margin: 30px 0;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .project-logo-standard {
    margin: 20px 0;
  }
}
@media screen and (max-width: 992px) {
  .project-logo-standard {
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .project-logo-standard {
    margin: 10px 0;
    height: 60px;
  }
}

.project-logo-compressed {
  width: 250px;
  height: 50px;
  display: inline-block;
  background: url(../images/project-logo-white.svg) left center no-repeat;
  margin: 0 0;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .project-logo-compressed {
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .project-logo-compressed {
    background-position: left center;
    width: 180px;
    height: 25px;
    margin: 0 0 0 -15px;
  }
}
@media screen and (max-width: 360px) {
  .project-logo-compressed {
    width: 110px;
    height: 25px;
  }
}

#hidden-button {
  margin: 0 -30px 0 0;
  font-family: "adelle-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #66807d;
  font-size: 1rem;
  padding: 1rem 3rem;
  border-radius: 5px;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  background: #eae5e0;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid #eae5e0;
}
#hidden-button:hover {
  background: #373536;
}
@media screen and (max-width: 1024px) {
  #hidden-button {
    font-size: 0.875rem;
  }
}
#hidden-button:hover {
  background: #373536;
  color: #eae5e0;
  border: 2px solid #373536;
}
@media screen and (max-width: 767px) {
  #hidden-button {
    width: auto;
    font-size: 12px;
    padding: 14px 20px;
    margin: 0 -10px 0 0;
  }
}
@media screen and (max-width: 375px) {
  #hidden-button {
    font-size: 12px;
    padding: 14px 1rem;
    margin: 0 -10px 0 0;
  }
}

.navbar a {
  color: #fff !important;
}

.navbar .button {
  color: inherit !important;
}

/* Header Section
 ================================================== */
#header {
  width: 100%;
  margin: 0px 0 0 0;
  padding: 60vh 0 30px;
  position: relative;
}
@supports (background-image: url("../images/header-desktop-2.webp")) {
  #header {
    background: url(../images/project-logo-white.svg) center 35% no-repeat, linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 80%), url(../images/header-desktop-2.jpg) center bottom no-repeat, url("../images/header-desktop-2.webp") center bottom no-repeat, url("../images/header-desktop-lowres-2.webp") center center no-repeat;
    background-size: auto 150px, cover, cover;
  }
}
#header .section-header {
  font-family: "ivymode", serif;
  line-height: 1.2;
  color: white;
  font-size: 3.25rem;
  padding: 0 0 1rem 0;
  margin: 0 0;
}
@media screen and (max-width: 1024px) {
  #header .section-header {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 992px) {
  #header .section-header {
    font-size: 1.75rem;
  }
}
#header .section-subheader {
  text-transform: uppercase;
  font-family: "ivymode", serif;
  line-height: 1.2;
  color: white;
  font-size: 2rem;
  padding: 0 0;
  margin: 0 0;
}
@media screen and (max-width: 1024px) {
  #header .section-subheader {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 992px) {
  #header .section-subheader {
    font-size: 1.75rem;
  }
}
#header .artist-impression {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#header .artist-impression p {
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
  margin: 0 0;
  text-align: right;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  #header {
    padding: 75vh 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  #header {
    padding: 600px 0 30px;
  }
  @supports (background-image: url("../images/header-tablet-landscape-2.webp")) {
    #header {
      background: url(../images/project-logo-white.svg) center 40% no-repeat, linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 80%), url(../images/header-tablet-landscape-2.jpg) center center no-repeat, url("../images/header-tablet-landscape-2.webp") center center no-repeat, url("../images/header-desktop-lowres-2.webp") center center no-repeat;
      background-size: auto 130px, cover, cover;
    }
  }
  #header .section-header {
    font-size: 2.5rem;
  }
  #header .section-subheader {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  #header {
    padding: 600px 0 30px;
  }
  @supports (background-image: url("../images/header-tablet-portrait-2.webp")) {
    #header {
      background: url(../images/project-logo-white.svg) center 40% no-repeat, linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, transparent 80%), url(../images/header-tablet-portrait-2.jpg) center center no-repeat, url("../images/header-tablet-portrait-2.webp") center center no-repeat, url("../images/header-desktop-lowres-2.webp") center center no-repeat;
      background-size: auto 100px, cover, cover;
    }
  }
  #header .section-header {
    font-size: 1.875rem;
  }
  #header .section-subheader {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 430px) {
  #header {
    margin: 0px 0 0 0;
    padding: 260px 0 0;
  }
  @supports (background-image: url("../images/header-tablet-portrait-2.webp")) {
    #header {
      background: url(../images/project-logo-white.svg) center 60% no-repeat, url(../images/header-tablet-portrait-2.jpg) center center no-repeat, url("../images/header-tablet-portrait-2.webp") center center no-repeat, url("../images/header-desktop-lowres-2.webp") center center no-repeat;
      background-size: auto 60px, cover;
    }
  }
  #header .section-header {
    color: #eae5e0;
    text-align: center;
    background: url(../images/project-logo-white.svg) center top no-repeat;
    background-size: auto 60px;
    padding: 155px 0 1rem 0;
  }
  #header .section-subheader {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  #header {
    padding: 260px 0 0;
  }
  @supports (background-image: url("../images/header-tablet-portrait-2.webp")) {
    #header {
      background: url(../images/project-logo-white.svg) center 60% no-repeat, url(../images/header-tablet-portrait-2.jpg) center center no-repeat, url("../images/header-tablet-portrait-2.webp") center center no-repeat, url("../images/header-desktop-lowres-2.webp") center center no-repeat;
      background-size: auto 50px, cover;
    }
  }
}
@media screen and (max-width: 320px) {
  #header {
    padding: 230px 0 0;
  }
  @supports (background-image: url("../images/header-tablet-portrait-2.webp")) {
    #header {
      background: url(../images/project-logo-white.svg) center 60% no-repeat, url(../images/header-tablet-portrait-2.jpg) center center no-repeat, url("../images/header-tablet-portrait-2.webp") center center no-repeat, url("../images/header-desktop-lowres-2.webp") center center no-repeat;
      background-size: auto 40px, cover;
    }
  }
}

/* Section 1
 ================================================== */
#section-1 {
  width: 100%;
  padding: 3rem 0;
  background: #66807d;
  color: #eae5e0;
  position: relative;
}
#section-1 .section-header {
  font-family: "ivymode", serif;
  line-height: 1.2;
  color: #eae5e0;
  font-size: 2.5rem;
  padding: 0px 0 1rem 0;
  margin: 0 0;
}
@media screen and (max-width: 1024px) {
  #section-1 .section-header {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 992px) {
  #section-1 .section-header {
    font-size: 1.75rem;
  }
}
#section-1 .section-subheader {
  font-family: "adelle-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: auto;
  color: #eae5e0;
  font-size: 1.5rem;
  padding: 0px 0rem 0 0;
  margin: 0 0;
}
@media screen and (max-width: 1024px) {
  #section-1 .section-subheader {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  #section-1 .section-subheader {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  #section-1 {
    padding: 2rem 0;
  }
  #section-1 .section-subheader {
    padding: 0px 2rem 10px 0;
  }
  #section-1 .circles {
    top: -60px;
    margin-left: 560px;
    height: calc(100% + 60px);
  }
}
@media screen and (max-width: 992px) {
  #section-1 {
    padding: 2rem 0;
  }
  #section-1 .section-header {
    padding: 0 2rem 1rem 0;
  }
  #section-1 .section-subheader {
    padding: 0px 0rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  #section-1 {
    padding: 1.5rem 0 2rem 0;
    text-align: center;
  }
  #section-1 .section-header {
    font-size: 2rem;
    padding: 0 1rem 1rem;
  }
  #section-1 .section-subheader {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 415px) {
  #section-1 {
    padding: 1.5rem 0 2rem 0;
  }
  #section-1 .section-header {
    font-size: 2rem;
    padding: 0 1rem 1rem;
  }
  #section-1 .section-subheader {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 375px) {
  #section-1 {
    padding: 1.5rem 0 2rem 0;
  }
  #section-1 .section-header {
    font-size: 2rem;
    padding: 0 1rem 1rem;
  }
  #section-1 .section-subheader {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 360px) {
  #section-1 {
    padding: 1.5rem 0 2rem 0;
  }
  #section-1 .section-header {
    font-size: 1.875rem;
    padding: 0 1rem 1rem;
  }
  #section-1 .section-subheader {
    font-size: 1.125rem;
  }
}
/* form stuff */
#formcontent {
  background: white;
  border: none;
  width: 100%;
  padding: 20px 0 15px 0;
  margin: -300px 0 -300px 0;
  z-index: 100;
  -webkit-box-shadow: 0 0 45px 0 rgba(55, 53, 54, 0.3);
  box-shadow: 0 0 45px 0 rgba(55, 53, 54, 0.3);
  transition: all 0.6s ease;
  min-height: 180px;
  position: relative;
}
#formcontent #register {
  padding: 0 30px;
}
#formcontent .section-header {
  text-align: center;
  font-family: "ivymode", serif;
  line-height: 1.2;
  color: #373536;
  font-size: 2.5rem;
  padding: 10px 0 5px 0px;
  margin: 0 0;
}
@media screen and (max-width: 1024px) {
  #formcontent .section-header {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 992px) {
  #formcontent .section-header {
    font-size: 1.75rem;
  }
}
#formcontent .subtitle {
  text-align: center;
  font-family: "adelle-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: auto;
  color: #373536;
  font-size: 1rem;
  padding: 0 0 10px 0;
  margin: 0 0;
}
@media screen and (max-width: 1024px) {
  #formcontent .subtitle {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  #formcontent .subtitle {
    font-size: 1rem;
  }
}
#formcontent:hover {
  -webkit-box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1024px) {
  #formcontent {
    margin: -300px 0 -150px 0;
  }
  #formcontent .section-header {
    font-size: 2.25rem;
    padding: 0px 0 5px 0px;
  }
  #formcontent .subtitle {
    font-size: 1rem;
    padding: 0 0 10px 0px;
  }
}
@media screen and (max-width: 992px) {
  #formcontent {
    margin: -250px 0 -200px 0;
    padding: 10px 0 15px 0;
  }
  #formcontent .section-header {
    font-size: 2rem;
    padding: 10px 0 5px 0px;
  }
  #formcontent .subtitle {
    font-size: 0.875rem;
    padding: 0 0 10px 0px;
  }
}
@media screen and (max-width: 767px) {
  #formcontent {
    margin: 1.5rem auto 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #formcontent:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #formcontent .section-header {
    font-size: 2rem;
    padding: 10px 0 5px 0px;
    font-weight: 400;
  }
  #formcontent .subtitle {
    font-size: 1rem;
  }
}

.name-wrapper {
  height: 60px;
}
.name-wrapper .first-name, .name-wrapper .last-name {
  width: 47%;
}
.name-wrapper .first-name {
  float: left;
}
.name-wrapper .last-name {
  float: right;
}
@media screen and (max-width: 992px) {
  .name-wrapper {
    height: 50px;
  }
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

label {
  width: auto;
}

#thankyou1,
#sorry1 {
  display: none;
  color: #000000;
  padding: 1rem 30px;
  font-size: 16px;
  text-align: center;
  min-height: 100px;
}
#thankyou1 .download-button,
#sorry1 .download-button {
  margin: 1rem 0 0;
  font-family: "adelle-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white;
  font-size: 1rem;
  padding: 1rem 1rem;
  border-radius: 5px;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  background: #66807d;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #66807d;
}
#thankyou1 .download-button:hover,
#sorry1 .download-button:hover {
  background: #373536;
}
@media screen and (max-width: 1024px) {
  #thankyou1 .download-button,
  #sorry1 .download-button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  #thankyou1,
  #sorry1 {
    padding: 1rem 20px;
    min-height: auto;
  }
}

#jpform {
  height: 295px;
}

/* infield label */
form,
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

fieldset {
  padding: 0px 30px 20px;
}
@media screen and (max-width: 1024px) {
  fieldset {
    padding: 0px 25px 20px;
  }
}
@media screen and (max-width: 992px) {
  fieldset {
    padding: 0px 20px 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  fieldset {
    padding: 0 20px 20px 20px0px;
  }
}

input,
label,
a.selectbox-link span.selectbox-link-text {
  font-size: 0.875rem;
  color: #373536;
  font-family: "adelle-sans", sans-serif;
}
@media screen and (max-width: 992px) {
  input,
  label,
  a.selectbox-link span.selectbox-link-text {
    font-size: 0.75rem;
  }
}

a.selectbox-link {
  width: 100%;
  height: 47px;
  margin: 5px 0 0px 0;
  background-color: #373536;
  position: relative;
  z-index: 10;
  border-radius: 0;
  padding: 9px 0 0 13px;
  text-align: left;
}

a.selectbox-link span.selectbox-link-icon,
span.selectbox-disabled span.selectbox-link-icon {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent;
  background-image: #000;
  border-left: 0 solid #A8873E;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
  text-transform: uppercase;
}

a.selectbox-link span.selectbox-link-icon span,
span.selectbox-disabled span.selectbox-link-icon span {
  background: url(../images/custom-dropdown.png) no-repeat -31px -37px;
  display: block;
  width: 100%;
  height: 100%;
}

input {
  width: 100%;
  height: 47px;
  border: none;
  border-bottom: 1px solid rgba(55, 53, 54, 0.5);
  margin: 0px 0 15px 0px;
  padding: 0 0 0 0.75rem;
  background: none;
  box-shadow: none;
  border-radius: 0px;
  color: #373536;
}
input:hover, input:focus {
  outline: none !important;
  box-shadow: none;
}
@media screen and (max-width: 992px) {
  input {
    margin: 0px 0 10px 0px;
    height: 40px;
  }
}

form p {
  position: relative;
  margin: 1px 0;
}

form p label {
  position: absolute;
  top: 8px;
  left: 12px;
}
@media screen and (max-width: 992px) {
  form p label {
    top: 6px;
  }
}

form p br {
  display: none;
}

form fieldset p label {
  width: 100%;
  display: block;
  font-size: 0.875rem;
  text-align: left;
  color: #373536;
}
label.infield {
  margin: 5px 0 0 0;
  color: grey;
}

label.error {
  margin: 6px 0 0 0;
  padding: 0 0 0 4px;
  background-color: white;
}

.button-link {
  width: 100%;
  height: 60px;
  margin: 10px 0 25px 0;
  cursor: pointer;
  transition: all 0.6s ease;
  text-align: center;
  font-family: "adelle-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white;
  font-size: 1rem;
  padding: 1rem 3rem;
  border-radius: 5px;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  background: #66807d;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #66807d;
}
.button-link:hover {
  background: #373536;
}
@media screen and (max-width: 1024px) {
  .button-link {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  .button-link {
    height: 50px;
    margin: 10px 0 1rem 0;
  }
}

.button-link span.msg,
.button-link span#msg {
  text-align: left;
  padding: 3px;
  font-size: 1.25rem;
}
@media screen and (max-width: 992px) {
  .button-link span.msg,
  .button-link span#msg {
    font-size: 1.25rem;
    margin: 0 0;
  }
}

#loadingbtn,
#thankyou {
  display: none;
}

/* Privacy Policy */
.privacy-policy,
p.privacy-policy,
a.policy-link,
a:hover.policy-link,
#privacy-policy,
#privacy-policy-2 {
  color: #373536;
}

.privacy-policy {
  font-size: 0.75rem;
  color: #373536;
}

p.privacy-policy {
  font-size: 8px !important;
  margin: 0px 0 0px;
  line-height: 12px;
  background: url(../images/lock.png) top left no-repeat;
  background-size: 8px;
  padding-left: 15px;
  color: #373536;
}

a.policy-link {
  text-decoration: underline;
  color: #373536;
}

a:hover.policy-link {
  text-decoration: none;
  color: #373536;
}

#privacy-policy,
#privacy-policy-2 {
  display: none;
  font-size: 9px;
}

/* Fancy drop down select styling :*/
input,
textarea,
select,
.uneditable-input {
  border-radius: 0px !important;
}

a.selectbox-link {
  width: 100%;
  float: left;
  height: 47px;
  border: 0;
  border-bottom: 1px solid #373536;
  background-image: none;
  border-radius: 0px !important;
  margin: 10px 0 5px 0;
  background-color: white !important;
  position: relative;
  z-index: 100;
}

select {
  border: none;
  border-radius: 0px !important;
  border-bottom: 1px solid #373536;
  width: 100%;
  font-weight: 500;
  height: 47px;
  color: #373536;
  font-size: 1rem;
  text-transform: uppercase;
  background: #373536;
}

option {
  font-weight: 500;
  color: #373536;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: "adelle-sans", sans-serif;
}

.select-selected {
  background-color: #373536;
  transition: all 0.6s ease;
  border-top: none !important;
  border-radius: 0;
  color: #373536;
  border-bottom: 1px solid #373536;
  font-weight: 500;
  font-size: 0.75rem;
  font-family: "adelle-sans", sans-serif;
}
.select-selected:hover {
  border-bottom: 1px solid #373536;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 10px;
  width: 0;
  height: 0;
  border-radius: 0px !important;
  border: 6px solid transparent;
  border-color: #373536 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #373536 transparent;
  top: 12px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #373536;
  padding: 12px 12px 12px 0.75rem;
  border: none;
  border-bottom: 1px solid #373536;
  border-radius: 0;
  cursor: pointer;
  font-size: 1rem;
  text-transform: uppercase;
}

.select-selected {
  border-top: none !important;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #373536;
  top: 112%;
  left: 0;
  right: 0;
  z-index: 99;
  font-size: 0.875rem;
  border-top: none;
  border-top: 0px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(55, 53, 54, 0.1);
}

a.selectbox-link {
  width: 100%;
  float: left;
  height: 47px;
  background-image: none;
  border-radius: 0px !important;
  margin: 0px 0 5px 0px;
  position: relative;
  z-index: 100;
  border: none;
  border-bottom: 1px solid #373536;
  font-family: "adelle-sans", sans-serif;
}
a.selectbox-link:hover {
  border: 0px;
  border-bottom: 1px solid #373536;
  box-shadow: none;
}

a.selectbox-link span.selectbox-link-icon span, span.selectbox-disabled span.selectbox-link-icon span {
  background: url(../images/dropdown.png) 3px 12px no-repeat;
  background: url(../images/dropdown.svg) 3px 12px no-repeat;
}

a.selectbox-link span.selectbox-link-text, span.selectbox-disabled span.selectbox-link-text {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  border-radius: 0px !important;
}

input.hiddenfield {
  width: 1px;
  height: 1px;
  border: 0px;
  float: right;
  position: relative;
  z-index: 1;
  left: -40px;
  background: none;
}

input#Select_Something {
  left: -210px;
  border-radius: 0px !important;
}

#Select_Something .validate[required] {
  border-radius: 0px;
}

#Select_Something {
  border-radius: 0px !important;
}

.selectbox-container ul li {
  display: block;
  line-height: 1.2em;
  padding: 13px 0px 13px 20px;
  /* margin: 8px; */
  border-bottom: 1px solid grey;
  list-style: none;
  color: #373536;
  font-size: 0.75rem;
  cursor: pointer;
  text-transform: uppercase;
  -khtml-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -moz-user-focus: ignore;
  -moz-user-input: disabled;
  border-radius: 0px !important;
  text-transform: uppercase;
  font-family: "adelle-sans", sans-serif;
}

.selectbox-container {
  padding: 0px;
  margin-top: 47px;
  border-radius: 0px !important;
}

.selectbox-container ul li.selectbox-current {
  background-color: #dfe3e7;
  color: #373536;
  border-radius: 0px !important;
  text-transform: uppercase;
  font-family: "adelle-sans", sans-serif;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  padding: 0 0;
  background: #dfe3e7;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.custom-select select {
  display: none !important; /*hide original SELECT element:*/
}

.selectbox-container ul li:first-child {
  display: none !important; /*hide original SELECT element:*/
}

.selectbox-container ul li.selectbox-selected {
  background-color: #373536;
  color: #fff;
}

a.selectbox-link.selectbox-link-focus {
  box-shadow: none;
}

/* Section 2
 ================================================== */
.scroll-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#pricebox-holder {
  display: flex; /* Ensure it's a flex container */
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0 0 2rem;
  margin-left: 0px;
  -webkit-overflow-scrolling: touch; /* Enables momentum scrolling on iOS */
  flex-wrap: wrap; /* Prevents wrapping of items */
}

#pricebox-holder::-webkit-scrollbar {
  background-color: white;
  height: 8px !important;
  width: 8px;
  border-radius: 4px;
}

#pricebox-holder::-webkit-scrollbar-thumb {
  border-radius: 8px;
  height: 8px !important;
  background-color: #373536 !important;
}

.scroll-btn {
  border: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  display: none;
}

.scroll-left, .scroll-right {
  background-size: contain;
  border-radius: 50px;
}

.scroll-left {
  left: -30px;
  background: #373536 url(../images/arrow-prev-white.svg) center;
}

.scroll-right {
  right: 30px;
  background: #373536 url(../images/arrow-next-white.svg) center;
}

@media screen and (max-width: 1024px) {
  .scroll-left {
    left: -10px;
  }
  .scroll-right {
    right: -10px;
  }
}
@media screen and (max-width: 992px) {
  #pricebox-holder {
    padding: 0 0 1rem;
    flex-wrap: nowrap;
  }
  .scroll-btn {
    display: block;
  }
  .scroll-left, .scroll-right {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .scroll-container {
    justify-content: left;
  }
  #pricebox-holder {
    padding: 0 0 0;
  }
  .scroll-btn {
    width: 50px;
    height: 50px;
  }
  .scroll-left {
    left: -5px;
  }
  .scroll-right {
    right: -5px;
  }
}
@media screen and (max-width: 430px) {
  #pricebox-holder {
    padding: 10px 15px 0;
    margin: 0 0 1rem;
  }
  .scroll-btn {
    top: 45%;
  }
  #pricebox-holder::-webkit-scrollbar-thumb {
    background-color: #373536 !important;
  }
}
@media screen and (max-width: 390px) {
  #pricebox-holder {
    padding: 10px 15px 0;
    margin: 0 0 1rem;
  }
  .scroll-btn {
    top: 45%;
  }
  #pricebox-holder::-webkit-scrollbar-thumb {
    background-color: #373536 !important;
  }
}
.pricebox {
  padding: 0 0 0.125rem 0px;
  margin: 0 0 0 -15px;
  transition: all 0.6s ease;
  text-align: left;
  position: relative;
  background: white;
}
.pricebox img {
  margin: 0 auto 1rem;
}
.pricebox .artist-impression {
  position: absolute;
  right: 10px;
  top: 125px;
  z-index: 300;
}
.pricebox .artist-impression p {
  font-family: Arial, sans-serif;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
  margin: 0 0;
  text-align: right;
}
.pricebox .product-type {
  font-family: "adelle-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: auto;
  color: #373536;
  font-size: 1rem;
  padding: 0px 1.5rem 0rem;
  margin: 0 0;
}
@media screen and (max-width: 1024px) {
  .pricebox .product-type {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .pricebox .product-type {
    font-size: 1rem;
  }
}
.pricebox .price {
  font-family: "ivymode", serif;
  line-height: 1.2;
  color: #373536;
  font-size: 2rem;
  padding: 0px 1.5rem;
  margin: 0 0;
}
@media screen and (max-width: 1024px) {
  .pricebox .price {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 992px) {
  .pricebox .price {
    font-size: 1.75rem;
  }
}
.pricebox ul {
  padding: 0 0 0 1.5rem;
  margin: 0 0 0.25rem 0;
}
.pricebox ul li {
  display: inline-block;
  font-size: 1.125rem;
  width: auto;
  margin: 0 1rem 0 0;
  color: #373536;
  font-family: "adelle-sans", sans-serif;
}
.pricebox ul li:last-child {
  margin: 0 0 0 0;
}
.pricebox ul .bed {
  background: url(../images/icon-bed-grey.svg) left 7px no-repeat;
  background-size: 33px 22px;
  padding: 5px 0 0 33px;
}
.pricebox ul .bath {
  background: url(../images/icon-bath-grey.svg) left 7px no-repeat;
  background-size: 23px 22px;
  padding: 5px 0 0 30px;
}
.pricebox ul .size {
  background: url(../images/icon-size-grey.svg) left 9px no-repeat;
  background-size: 23px 20px;
  padding: 5px 0 0 30px;
}
.pricebox ul .car {
  background: url(../images/icon-car-grey.svg) left 7px no-repeat;
  background-size: 22px 22px;
  padding: 5px 0 0 30px;
}
.pricebox .button {
  margin: 1rem 1.5rem 1.25rem;
  width: auto;
  display: block;
  font-family: "adelle-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white;
  font-size: 1rem;
  padding: 1rem 2rem;
  border-radius: 5px;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  background: #66807d;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #66807d;
}
.pricebox .button:hover {
  background: #373536;
}
@media screen and (max-width: 1024px) {
  .pricebox .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .pricebox {
    padding: 0 0 0.125rem 0px;
  }
  .pricebox img {
    margin: 0 auto 1rem;
  }
  .pricebox .artist-impression {
    right: 10px;
    top: 100px;
  }
  .pricebox .artist-impression p {
    font-size: 0.75rem;
  }
  .pricebox .product-type {
    font-family: "adelle-sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: auto;
    color: #373536;
    font-size: 1rem;
    padding: 0px 1.5rem 0rem;
    margin: 0 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .pricebox .product-type {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 992px) {
  .pricebox .product-type {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .pricebox .price {
    font-size: 2rem;
  }
  .pricebox ul {
    padding: 0 0 0 1.5rem;
    margin: 0 0 0.5rem 0;
  }
  .pricebox ul li {
    font-size: 1rem;
    margin: 0 0.5rem 0 0;
  }
  .pricebox ul .bed {
    background: url(../images/icon-bed-grey.svg) left 7px no-repeat;
    background-size: 30px 20px;
    padding: 5px 0 0 30px;
  }
  .pricebox ul .bath {
    background: url(../images/icon-bath-grey.svg) left 7px no-repeat;
    background-size: 20px 20px;
    padding: 5px 0 0 27px;
  }
  .pricebox ul .size {
    background: url(../images/icon-size-grey.svg) left 9px no-repeat;
    background-size: 20px 20px;
    padding: 5px 0 0 27px;
  }
  .pricebox ul .car {
    background: url(../images/icon-car-grey.svg) left 7px no-repeat;
    background-size: 20px 20px;
    padding: 5px 0 0 27px;
  }
  .pricebox .button {
    margin: 1rem 1.5rem 1.25rem;
    font-family: "adelle-sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: white;
    font-size: 1rem;
    padding: 1rem 1rem;
    border-radius: 5px;
    transition: all 0.6s ease;
    text-align: center;
    line-height: 1;
    background: #66807d;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #66807d;
  }
  .pricebox .button:hover {
    background: #373536;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .pricebox .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  .pricebox {
    padding: 0 0 0.125rem 0px;
  }
  .pricebox img {
    margin: 0 auto 0.875rem;
  }
  .pricebox .artist-impression {
    right: 10px;
    top: 100px;
  }
  .pricebox .product-type {
    font-size: 0.875rem;
    padding: 0 1rem;
  }
  .pricebox .price {
    font-size: 1.5rem;
    padding: 0 1rem;
  }
  .pricebox ul {
    padding: 0 0 0 1rem;
    margin: 0 0 0.5rem 0;
  }
  .pricebox ul li {
    font-size: 1rem;
    margin: 0 0.5rem 0 0;
  }
  .pricebox ul li:last-child {
    margin: 0 0 0 0;
  }
  .pricebox .button {
    margin: 1rem 1rem 1.25rem;
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .pricebox {
    padding: 0 0 0.125rem 0px;
    margin-bottom: 1rem;
  }
  .pricebox img {
    margin: 0 auto 0.875rem;
  }
  .pricebox .artist-impression {
    right: 10px;
    top: 125px;
  }
  .pricebox .product-type {
    font-size: 0.875rem;
    padding: 0 1rem;
  }
  .pricebox .price {
    font-size: 1.75rem;
    padding: 0 1rem;
  }
  .pricebox ul {
    padding: 0 0 0 1rem;
    margin: 0 0 0.5rem 0;
  }
  .pricebox ul li {
    font-size: 1rem;
    margin: 0 0.5rem 0 0;
  }
  .pricebox ul li:last-child {
    margin: 0 0 0 0;
  }
  .pricebox .button {
    margin: 1rem 1rem 1.25rem;
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 415px) {
  .pricebox {
    padding: 0 0 0.125rem 0px;
    margin-bottom: 1rem;
  }
  .pricebox img {
    margin: 0 auto 0.875rem;
  }
  .pricebox .artist-impression {
    right: 10px;
    top: 120px;
  }
  .pricebox .product-type {
    font-size: 0.875rem;
    padding: 0 1rem;
  }
  .pricebox .price {
    font-size: 1.75rem;
    padding: 0 1rem;
  }
  .pricebox ul {
    padding: 0 0 0 1rem;
    margin: 0 0 0.5rem 0;
  }
  .pricebox ul li {
    font-size: 1rem;
    margin: 0 0.5rem 0 0;
  }
  .pricebox ul li:last-child {
    margin: 0 0 0 0;
  }
  .pricebox .button {
    margin: 1rem 1rem 1.25rem;
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 393px) {
  .pricebox {
    padding: 0 0 0.125rem 0px;
    margin-bottom: 1rem;
  }
  .pricebox img {
    margin: 0 auto 0.875rem;
  }
  .pricebox .artist-impression {
    right: 10px;
    top: 110px;
  }
  .pricebox .product-type {
    font-size: 0.875rem;
    padding: 0 1rem;
  }
  .pricebox .price {
    font-size: 1.75rem;
    padding: 0 1rem;
  }
  .pricebox ul {
    padding: 0 0 0 1rem;
    margin: 0 0 0.5rem 0;
  }
  .pricebox ul li {
    font-size: 1rem;
    margin: 0 0.5rem 0 0;
  }
  .pricebox ul li:last-child {
    margin: 0 0 0 0;
  }
  .pricebox .button {
    margin: 1rem 1rem 1.25rem;
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 375px) {
  .pricebox {
    padding: 0 0 0.125rem 0px;
    margin-bottom: 1rem;
  }
  .pricebox img {
    margin: 0 auto 0.875rem;
  }
  .pricebox .artist-impression {
    right: 10px;
    top: 100px;
  }
  .pricebox .product-type {
    font-size: 0.875rem;
    padding: 0 1rem;
  }
  .pricebox .price {
    font-size: 1.75rem;
    padding: 0 1rem;
  }
  .pricebox ul {
    padding: 0 0 0 1rem;
    margin: 0 0 0.5rem 0;
  }
  .pricebox ul li {
    font-size: 1rem;
    margin: 0 0.5rem 0 0;
  }
  .pricebox ul li:last-child {
    margin: 0 0 0 0;
  }
  .pricebox .button {
    margin: 1rem 1rem 1.25rem;
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 360px) {
  .pricebox {
    padding: 0 0 0.125rem 0px;
    margin-bottom: 1rem;
  }
  .pricebox img {
    margin: 0 auto 0.875rem;
  }
  .pricebox .artist-impression {
    right: 10px;
    top: 95px;
  }
  .pricebox .product-type {
    font-size: 0.875rem;
    padding: 0 1rem;
  }
  .pricebox .price {
    font-size: 1.75rem;
    padding: 0 1rem;
  }
  .pricebox ul {
    padding: 0 0 0 1rem;
    margin: 0 0 0.5rem 0;
  }
  .pricebox ul li {
    font-size: 1rem;
    margin: 0 0.5rem 0 0;
  }
  .pricebox ul li:last-child {
    margin: 0 0 0 0;
  }
  .pricebox .button {
    margin: 1rem 1rem 1.25rem;
    padding: 1rem 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .pricebox {
    padding: 0 0 0.125rem 0px;
    margin-bottom: 1rem;
  }
  .pricebox img {
    margin: 0 auto 0.875rem;
  }
  .pricebox .artist-impression {
    right: 10px;
    top: 95px;
  }
  .pricebox .product-type {
    font-size: 0.875rem;
    padding: 0 1rem;
  }
  .pricebox .price {
    font-size: 1.75rem;
    padding: 0 1rem;
  }
  .pricebox ul {
    padding: 0 0 0 1rem;
    margin: 0 0 0.5rem 0;
  }
  .pricebox ul li {
    font-size: 1rem;
    margin: 0 0.5rem 0 0;
  }
  .pricebox ul li:last-child {
    margin: 0 0 0 0;
  }
  .pricebox .button {
    margin: 1rem 1rem 1.25rem;
    padding: 1rem 0.5rem;
  }
}

.pricebox-noborder {
  border: none;
}

.border-right {
  border-right: 1px solid #373536;
  margin-bottom: 30px;
}

/* Section 2
 ================================================== */
#section-2 {
  padding: 4rem 0 3rem;
  background: #eae5e0;
}
#section-2 .section-header {
  font-family: "ivymode", serif;
  line-height: 1.2;
  color: #373536;
  font-size: 2.5rem;
  padding: 0px 0 1rem 0;
  margin: 0 0;
}
@media screen and (max-width: 1024px) {
  #section-2 .section-header {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 992px) {
  #section-2 .section-header {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1024px) {
  #section-2 {
    padding: 3rem 0 2rem;
  }
}
@media screen and (max-width: 992px) {
  #section-2 {
    padding: 2rem 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  #section-2 {
    padding: 2rem 0 1rem;
  }
}

/* Carousel
 ================================================== */
#carousel {
  padding: 0 0 1rem;
  background: #eae5e0;
  position: relative;
}

#carousel-colour-1, #carousel-colour-2, #carousel-colour-3 {
  padding: 0 0 1rem;
  background: #66807d;
  position: relative;
}
#carousel-colour-1 .slider-caption, #carousel-colour-2 .slider-caption, #carousel-colour-3 .slider-caption {
  z-index: 3000;
  margin: -40px 80px 1rem 0;
}
#carousel-colour-1 .slider-caption p, #carousel-colour-2 .slider-caption p, #carousel-colour-3 .slider-caption p {
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
  margin: 0 0;
  text-align: right;
}

#carousel-colour-2, #carousel-colour-3 {
  display: none;
}

.slider-caption {
  z-index: 3000;
  margin: -30px 30px 30px 0;
}
.slider-caption p {
  font-family: Arial, sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
  margin: 0 0;
  text-align: right;
}

#carousel .slick-slide img {
  display: block;
  padding: 0px 1rem;
  height: 600px;
}

#carousel-colour-1 .slick-slide img, #carousel-colour-2 .slick-slide img, #carousel-colour-3 .slick-slide img {
  display: block;
  padding: 0px 1rem;
  height: 380px;
}

#carousel .slick-dots {
  background: #eae5e0;
  padding: 20px;
}

#carousel .slick-dots li button:before {
  color: #373536;
}

#carousel .slick-dots {
  bottom: -31px;
}

@media screen and (max-width: 1024px) {
  #carousel {
    padding: 0 0 1rem;
  }
  #carousel .slick-slide img {
    height: 500px;
  }
  #carousel-colour-1, #carousel-colour-2, #carousel-colour-3 {
    padding: 0 0 1rem;
  }
  #carousel-colour-1 .slider-caption, #carousel-colour-2 .slider-caption, #carousel-colour-3 .slider-caption {
    margin: -40px 60px 1rem 0;
  }
  #carousel-colour-1 .slick-slide img, #carousel-colour-2 .slick-slide img, #carousel-colour-3 .slick-slide img {
    display: block;
    padding: 0px 1rem;
    height: 300px;
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  #carousel .slick-slide img {
    display: block;
    padding: 0px 0.5rem;
    height: 400px;
  }
  .slider-caption {
    right: 10px;
    bottom: 170px;
    z-index: 3000;
    margin: -30px 20px 20px 0;
  }
  .slider-caption p {
    font-family: Arial, sans-serif;
    font-size: 0.875rem;
  }
  #carousel-colour-1, #carousel-colour-2, #carousel-colour-3 {
    padding: 0 0 1rem;
  }
  #carousel-colour-1 .slider-caption, #carousel-colour-2 .slider-caption, #carousel-colour-3 .slider-caption {
    margin: -40px 40px 1rem 0;
  }
  #carousel-colour-1 .slick-slide img, #carousel-colour-2 .slick-slide img, #carousel-colour-3 .slick-slide img {
    display: block;
    padding: 0px 0.5rem;
    height: 420px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #carousel {
    padding: 0 0;
    margin-bottom: -0.5rem;
  }
  #carousel .slick-slide img {
    padding: 0px;
    height: 250px;
  }
  .slider-caption {
    right: 10px;
    bottom: 170px;
    z-index: 3000;
    margin: -30px 20px 20px 0;
  }
  .slider-caption p {
    font-family: Arial, sans-serif;
    font-size: 0.75rem;
  }
  #carousel-colour-1, #carousel-colour-2, #carousel-colour-3 {
    padding: 0 0 1rem;
  }
  #carousel-colour-1 .slider-caption, #carousel-colour-2 .slider-caption, #carousel-colour-3 .slider-caption {
    margin: -40px 40px 1rem 0;
  }
  #carousel-colour-1 .slick-slide img, #carousel-colour-2 .slick-slide img, #carousel-colour-3 .slick-slide img {
    display: block;
    padding: 0px 0.5rem;
    height: 250px;
    width: 100%;
  }
}
/* Section 3 - Features styling
 ================================================== */
#section-3 {
  padding: 4rem 0;
  background: #66807d;
  color: #eae5e0;
  font-family: "adelle-sans", sans-serif;
  position: relative;
}
#section-3 .section-header {
  font-family: "ivymode", serif;
  line-height: 1.2;
  color: #eae5e0;
  font-size: 2.5rem;
  padding: 0px 0 1rem 0;
  margin: 0 0;
}
@media screen and (max-width: 1024px) {
  #section-3 .section-header {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 992px) {
  #section-3 .section-header {
    font-size: 1.75rem;
  }
}
#section-3 .section-header span {
  font-family: "adelle-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#section-3 .section-subheader {
  font-family: "adelle-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: auto;
  color: #eae5e0;
  font-size: 1.125rem;
  padding: 0 0;
  margin: 1rem 0;
}
@media screen and (max-width: 1024px) {
  #section-3 .section-subheader {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  #section-3 .section-subheader {
    font-size: 1rem;
  }
}
#section-3 .section-intro {
  font-family: "adelle-sans", sans-serif;
  line-height: auto;
  color: #eae5e0;
  font-size: 1.125rem;
  padding: 0 0;
  margin: 0 0 1rem;
}
#section-3 .section-intro:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #section-3 .section-intro {
    font-size: 1rem;
  }
}
#section-3 .cols {
  -webkit-columns: 2;
  /* Chrome, Safari, Opera */
  -moz-columns: 2;
  /* Firefox */
  columns: 2;
  padding: 0 0 0 0;
  height: auto;
  margin: 0 auto;
  column-gap: 1rem;
}
#section-3 .cols ul {
  font-size: 1.125rem;
  text-align: left;
  line-height: 1.5;
  padding: 0 0 0 15px;
  font-family: "adelle-sans", sans-serif;
}
#section-3 .cols ul li {
  margin: 0 0 1rem;
  padding: 0 0 0 0px;
}
#section-3 .button-wrapper {
  display: flex;
  margin: 0 0;
  padding: 0 0;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
}
#section-3 .button-wrapper .button {
  flex: 1;
  text-align: center;
  font-family: "adelle-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #66807d;
  font-size: 1rem;
  padding: 1rem 3rem;
  border-radius: 5px;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  background: #eae5e0;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #66807d;
}
#section-3 .button-wrapper .button:hover {
  background: #373536;
}
@media screen and (max-width: 1024px) {
  #section-3 .button-wrapper .button {
    font-size: 0.875rem;
  }
}
#section-3 .button-wrapper .button:hover {
  color: #eae5e0;
}
#section-3 .button-wrapper .button.active {
  background: #373536;
  color: #eae5e0;
}
#section-3 .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 1rem;
}
#section-3 .embed-container iframe, #section-3 .embed-container object, #section-3 .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  #section-3 {
    padding: 3rem 0;
  }
  #section-3 .section-header span {
    font-size: 1.125rem;
  }
  #section-3 .section-intro {
    padding: 0 1.5rem 0 0;
  }
  #section-3 .cols {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    padding: 0 0 0 0;
    height: auto;
    column-gap: 1rem;
  }
  #section-3 .cols ul {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0 0 0 15px;
  }
  #section-3 .cols ul li {
    margin: 0 0 1rem;
    padding: 0 0 0 0px;
  }
  #section-3 .button-wrapper {
    gap: 1rem;
  }
  #section-3 .button-wrapper .button {
    font-family: "adelle-sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #66807d;
    font-size: 1rem;
    padding: 1rem 1rem;
    border-radius: 5px;
    transition: all 0.6s ease;
    text-align: center;
    line-height: 1;
    background: #eae5e0;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #66807d;
  }
  #section-3 .button-wrapper .button:hover {
    background: #373536;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  #section-3 .button-wrapper .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  #section-3 {
    padding: 2rem 0;
  }
  #section-3 .section-header span {
    font-size: 1rem;
  }
  #section-3 .section-subheader {
    font-family: "adelle-sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: auto;
    color: #eae5e0;
    font-size: 1.125rem;
    padding: 0 0;
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 992px) and (max-width: 1024px) {
  #section-3 .section-subheader {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  #section-3 .section-subheader {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  #section-3 .cols {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    padding: 0 0 0 0;
    height: auto;
    margin: 0 auto;
    column-gap: 1rem;
  }
  #section-3 .cols ul {
    font-size: 1rem;
    line-height: 1.25;
    padding: 0 0 0 15px;
  }
  #section-3 .cols ul li {
    margin: 0 0 0.75rem;
    padding: 0 0 0 0px;
  }
  #section-3 .button-wrapper {
    gap: 1rem;
    margin: 0 0 1rem;
  }
  #section-3 .button-wrapper .button {
    font-family: "adelle-sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #66807d;
    font-size: 1rem;
    padding: 1rem 1rem;
    border-radius: 5px;
    transition: all 0.6s ease;
    text-align: center;
    line-height: 1;
    background: #eae5e0;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #66807d;
  }
  #section-3 .button-wrapper .button:hover {
    background: #373536;
  }
}
@media screen and (max-width: 992px) and (max-width: 1024px) {
  #section-3 .button-wrapper .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #section-3 {
    padding: 2rem 0;
    margin: 0 0;
  }
  #section-3 .section-subheader {
    font-family: "adelle-sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: auto;
    color: #eae5e0;
    font-size: 1.125rem;
    padding: 0 0;
    margin: 1rem 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 1024px) {
  #section-3 .section-subheader {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 992px) {
  #section-3 .section-subheader {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #section-3 .cols {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    padding: 0 0 0 0;
    height: auto;
    margin: 1rem auto;
    column-gap: 1rem;
  }
  #section-3 .cols ul {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0 0 0 15px;
  }
  #section-3 .cols ul li {
    margin: 0 0 1rem;
    padding: 0 0 0 0px;
  }
  #section-3 .button-wrapper {
    gap: 1rem;
    margin: 0 0 0;
  }
  #section-3 .button-wrapper .button {
    font-family: "adelle-sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #66807d;
    font-size: 1rem;
    padding: 1rem 1rem;
    border-radius: 5px;
    transition: all 0.6s ease;
    text-align: center;
    line-height: 1;
    background: #eae5e0;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #66807d;
  }
  #section-3 .button-wrapper .button:hover {
    background: #373536;
  }
}
@media screen and (max-width: 767px) and (max-width: 1024px) {
  #section-3 .button-wrapper .button {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 360px) {
  #section-3 .cols {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    padding: 0 0 0 0;
    height: auto;
    margin: 1rem auto;
    column-gap: 1rem;
  }
  #section-3 .cols ul {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0 0 0 15px;
  }
  #section-3 .cols ul li {
    margin: 0 0 1rem;
    padding: 0 0 0 0px;
  }
  #section-3 .button-wrapper {
    gap: 1rem;
    margin: 0 0 0;
  }
  #section-3 .button-wrapper .button {
    font-family: "adelle-sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #66807d;
    font-size: 1rem;
    padding: 1rem 1rem;
    border-radius: 5px;
    transition: all 0.6s ease;
    text-align: center;
    line-height: 1;
    background: #eae5e0;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #66807d;
  }
  #section-3 .button-wrapper .button:hover {
    background: #373536;
  }
}
@media screen and (max-width: 360px) and (max-width: 1024px) {
  #section-3 .button-wrapper .button {
    font-size: 0.875rem;
  }
}
/* Section 4 - Location styling
 ================================================== */
#section-4 {
  padding: 4rem 0;
  background: #eae5e0;
}
#section-4 .section-header {
  font-family: "ivymode", serif;
  line-height: 1.2;
  color: #373536;
  font-size: 3rem;
  padding: 0px 0 1rem 0;
  margin: 0 0;
}
@media screen and (max-width: 1024px) {
  #section-4 .section-header {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 992px) {
  #section-4 .section-header {
    font-size: 1.75rem;
  }
}
#section-4 .section-header span {
  font-family: "adelle-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#section-4 .section-intro {
  font-family: "adelle-sans", sans-serif;
  line-height: auto;
  color: #373536;
  font-size: 1.125rem;
  padding: 0 0;
  margin: 0 1rem 1rem 0;
}
#section-4 .section-intro:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #section-4 .section-intro {
    font-size: 1rem;
  }
}
#section-4 .section-intro span {
  font-family: "adelle-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#section-4 .section-intro:last-child {
  margin-bottom: 1rem;
}
#section-4 .cols {
  -webkit-columns: 1;
  /* Chrome, Safari, Opera */
  -moz-columns: 1;
  /* Firefox */
  columns: 1;
  padding: 0 0 0 0;
  height: auto;
  margin: 0 auto;
  column-gap: 1rem;
}
#section-4 .cols ul {
  font-size: 1.125rem;
  text-align: left;
  line-height: 1.5;
  padding: 0 0 0 15px;
  font-family: "adelle-sans", sans-serif;
}
#section-4 .cols ul li {
  margin: 0 0 1rem;
  padding: 0 0 0 0px;
}
#section-4 .landmarks .location-time {
  font-family: "ivymode", serif;
  font-size: 1.7rem;
  margin: 0 auto 0.5rem;
  background: #373536;
  color: #eae5e0;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 0.5;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
#section-4 .landmarks .location-time span {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #eae5e0;
  font-family: "adelle-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#section-4 .landmarks .location-text {
  font-family: "adelle-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
}
#section-4 .landmarks .nudge-down {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  #section-4 {
    padding: 3rem 0;
  }
  #section-4 .section-header span {
    font-size: 1.125rem;
  }
  #section-4 .section-intro {
    font-family: "adelle-sans", sans-serif;
    line-height: auto;
    color: #373536;
    font-size: 1rem;
    padding: 0 0;
    margin: 0 0 1rem;
  }
  #section-4 .section-intro:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  #section-4 .section-intro {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  #section-4 .section-intro span {
    font-family: "adelle-sans", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  #section-4 .section-intro:last-child {
    margin-bottom: 1rem;
  }
  #section-4 .cols {
    -webkit-columns: 1;
    /* Chrome, Safari, Opera */
    -moz-columns: 1;
    /* Firefox */
    columns: 1;
    padding: 0 0 0 0;
    height: auto;
    margin: 0 auto;
    column-gap: 1rem;
  }
  #section-4 .cols ul {
    font-size: 1rem;
    text-align: left;
    line-height: 1.5;
    padding: 0 0 0 15px;
    font-family: "adelle-sans", sans-serif;
  }
  #section-4 .cols ul li {
    margin: 0 0 1rem;
    padding: 0 0 0 0px;
  }
  #section-4 .landmarks .location-time {
    margin: 0 auto 0.5rem;
    width: 80px;
    height: 80px;
    gap: 1rem;
  }
  #section-4 .landmarks .location-time span {
    font-size: 0.75rem;
  }
  #section-4 .landmarks .location-text {
    font-size: 0.875rem;
  }
  #section-4 .landmarks .nudge-down {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 992px) {
  #section-4 {
    padding: 2rem 0;
  }
  #section-4 .cols {
    -webkit-columns: 1;
    /* Chrome, Safari, Opera */
    -moz-columns: 1;
    /* Firefox */
    columns: 1;
    padding: 0 0 0 0;
    height: auto;
    margin: 0 auto 0;
    column-gap: 2rem;
  }
  #section-4 .nudge-down {
    margin-bottom: 0rem;
  }
  #section-4 .landmarks .location-time {
    margin: 0 auto 0.5rem;
    width: 80px;
    height: 80px;
    gap: 1rem;
  }
  #section-4 .landmarks .location-time span {
    font-size: 0.75rem;
  }
  #section-4 .landmarks .location-text {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
  #section-4 .landmarks .nudge-down {
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  #section-4 {
    padding: 2rem 0;
  }
  #section-4 .cols {
    -webkit-columns: 1;
    /* Chrome, Safari, Opera */
    -moz-columns: 1;
    /* Firefox */
    columns: 1;
    padding: 0 0 0 0;
    height: auto;
    margin: 0 auto 0;
    column-gap: 2rem;
  }
  #section-4 .landmarks .location-time {
    margin: 0 auto 0.5rem;
    width: 70px;
    height: 70px;
    gap: 1rem;
  }
  #section-4 .landmarks .location-time span {
    font-size: 0.75rem;
  }
  #section-4 .landmarks .location-text {
    font-size: 0.75rem;
  }
  #section-4 .landmarks .nudge-down {
    margin-bottom: 0.75rem;
  }
}

#location-bg {
  background: url(../images/location-bg.jpg) no-repeat center center;
}
@supports (background-image: url("../images/location-bg.webp")) {
  #location-bg {
    background: url("../images/location-bg.webp") no-repeat center center;
    /* Set a specific height */
    height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
  }
}
@media screen and (max-width: 1400px) {
  @supports (background-image: url("../images/location-bg.webp")) {
    #location-bg {
      background: url("../images/location-bg.webp") no-repeat center center;
      /* Set a specific height */
      height: 500px;
    }
  }
}
@media screen and (max-width: 767px) {
  #location-bg {
    background: url(../images/location-bg-mob.jpg) no-repeat center center;
  }
  @supports (background-image: url("../images/location-bg-mob.webp")) {
    #location-bg {
      background: url("../images/location-bg-mob.webp") no-repeat center bottom;
      height: 300px;
      background-size: contain;
    }
  }
  #location-bg .sticky {
    margin-top: -100vh;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(45deg, red, blue);
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 0;
  }
}

/* Google Map
 ================================================== */
#map-header {
  background: #66807d;
  padding: 3rem 0;
  text-align: left;
  color: #eae5e0;
}
#map-header .section-header {
  font-family: "ivymode", serif;
  line-height: 1.2;
  color: #eae5e0;
  font-size: 3rem;
  padding: 0px 0 10px 0;
  margin: 0 0;
}
@media screen and (max-width: 1024px) {
  #map-header .section-header {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 992px) {
  #map-header .section-header {
    font-size: 1.75rem;
  }
}
#map-header .section-header span {
  font-family: "adelle-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  text-transform: uppercase;
}
#map-header .section-intro {
  font-family: "adelle-sans", sans-serif;
  line-height: auto;
  color: #eae5e0;
  font-size: 1.125rem;
  padding: 0 0;
  margin: 0 0 1rem;
}
#map-header .section-intro:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #map-header .section-intro {
    font-size: 1rem;
  }
}
#map-header .button {
  font-family: "adelle-sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #66807d;
  font-size: 1rem;
  padding: 1rem 3rem;
  border-radius: 5px;
  transition: all 0.6s ease;
  text-align: center;
  line-height: 1;
  background: #eae5e0;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid #eae5e0;
}
#map-header .button:hover {
  background: #373536;
}
@media screen and (max-width: 1024px) {
  #map-header .button {
    font-size: 0.875rem;
  }
}
#map-header .button:hover {
  background: #373536;
  color: #eae5e0;
  border: 2px solid #373536;
}
@media screen and (max-width: 1024px) {
  #map-header {
    padding: 2rem 0;
  }
  #map-header .section-header span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 992px) {
  #map-header {
    padding: 2rem 0;
  }
  #map-header .section-header span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #map-header {
    padding: 1.5rem 0 2rem;
    text-align: center;
  }
  #map-header .button {
    margin: 1rem auto 0 auto;
  }
}
@media screen and (max-width: 360px) {
  #map-header p {
    padding: 0 130px 0 0;
  }
}

/* Google Map
 ================================================== */
#google-map {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 992px) {
  #google-map {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  #google-map {
    height: 350px;
  }
}

/* Footer
 ================================================== */
#footer {
  padding: 3rem 0;
  background: #373536;
  color: #eae5e0;
  text-align: left;
  font-family: "adelle-sans", sans-serif;
}
#footer .section-header {
  line-height: 1.5;
  font-family: "adelle-sans", sans-serif;
  line-height: auto;
  color: #eae5e0;
  font-size: 1.125rem;
  padding: 0 0;
  margin: 0 0 1rem;
}
#footer .section-header:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #footer .section-header {
    font-size: 1rem;
  }
}
#footer .logo-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 0 0 2rem 0;
}
#footer .logo-wrapper #sjm-logo {
  background: url(../images/logo-sjm-property-developments.svg) left center no-repeat;
  background-size: contain !important;
  width: 120px;
  height: 60px;
}
#footer .logo-wrapper #elders-logo {
  background: url(../images/logo-elders-projects.svg) left center no-repeat;
  background-size: contain !important;
  width: 150px;
  height: 60px;
}
#footer .logo-wrapper .project-footer-logo {
  height: 40px;
  transition: all 0.6s ease;
  background-size: contain !important;
  margin: 1rem 0;
}
#footer .logo-wrapper .project-footer-logo:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  #footer {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  #footer .logo-wrapper {
    margin: 0 0 1rem 0;
  }
  #footer .logo-wrapper #sjm-logo {
    width: 100px;
    height: 60px;
  }
  #footer .logo-wrapper #elders-logo {
    width: 150px;
    height: 60px;
  }
  #footer .logo-wrapper .project-footer-logo {
    height: 40px;
    transition: all 0.6s ease;
    background-size: contain !important;
    margin: 1rem 0;
  }
  #footer .logo-wrapper .project-footer-logo:hover {
    opacity: 0.6;
  }
  #footer .section-header {
    font-size: 0.875rem;
  }
}
