@charset "UTF-8";
/*---------------------*\
    Table of Content
\*---------------------*/
/*

0 - plugins
1 - Abstracts
        variables
        extends
        css3-mixins
        mixins
        loops
2 - base
        base
        animations
        bg-colors
        mix-helpers
        text-helpers
3 - components
        icons
        boxes
        buttons
        carousel
        forms
        lists
        modals
        tabs
4 - layouts
       header
       footer
5 - sections 
       hero
6 - pages
       home

*/
@import url("../../../../../../use.typekit.net/xbg6yws.css");
@font-face {
  font-family: "ridley-grotesk";
  src: url("../fonts/Ridley%20Grotesk%20Bold.otf");
  font-weight: 800;
  font-display: auto;
}
@font-face {
  font-family: "ridley-grotesk";
  src: url("../fonts/Ridley%20Grotesk%20SemiBold.otf");
  font-weight: 600;
  font-display: auto;
}
@font-face {
  font-family: "ridley-grotesk";
  src: url("../fonts/Ridley%20Grotesk%20Regular.otf");
  font-weight: 400;
  font-display: auto;
}
@font-face {
  font-family: "ridley-grotesk";
  src: url("../fonts/Ridley%20Grotesk%20Light.otf");
  font-weight: 200;
  font-display: auto;
}
/*--------------*\
    Base Style
\*--------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  font-size: 14px;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "brandon-grotesque", sans-serif;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  color: #171717;
  letter-spacing: 0.1em;
}

.font-size-1,
.h1,
h1 {
  font-size: 38px;
  line-height: 1.34em;
  font-family: "ivypresto-display", serif;
  font-weight: 300;
}

.font-size-2,
.h2,
h2 {
  font-size: 28px;
  font-family: "ivypresto-display", serif;
  font-weight: 300;
}

.font-size-3,
.h3,
h3 {
  font-size: 24px;
  font-family: "ivypresto-display", serif;
  font-weight: 300;
}

.font-size-4,
.h4,
h4 {
  font-size: 21px;
  font-family: "ridley-grotesk", serif;
  font-weight: 300;
}

.font-size-5,
.h5,
h5 {
  font-size: 16px;
}

.font-size-6,
.h6,
h6 {
  font-size: 14px;
}

.p,
p {
  font-size: 16px;
  color: #8e8e8e;
  font-family: "ridley-grotesk", serif;
  font-weight: 200;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.6px;
}
.p + p,
p + p {
  margin-top: 20px;
}

p > a {
  color: #171717;
}

li > a {
  color: #171717;
}

figcaption > a {
  color: #171717;
}

img,
svg {
  vertical-align: middle;
}

button {
  cursor: pointer;
}

input:focus {
  outline: none;
}

.mobile {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .mobile {
    display: block;
  }
}

.blog-content h2 {
  margin-top: 20px;
}
.blog-content h3 {
  margin-top: 20px;
}

.wp-block-image {
  margin-top: 20px;
}
.wp-block-image figcaption {
  text-align: center;
  color: #171717;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  max-width: 480px;
  margin: 14px auto 20px;
  font-family: "ridley-grotesk", serif;
}

.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img,
.wp-block-image .is-style-rounded img {
  border-radius: 20px;
}

select:focus-visible {
  outline: none;
}

ul:not(.navbar, .property-details, .breadcrumb, .features-list, .menu, .sub-menu, .locations-list, .ol-list) {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
ul:not(.navbar, .property-details, .breadcrumb, .features-list, .menu, .sub-menu, .locations-list, .ol-list) li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
  font-size: 16px;
  color: #8e8e8e;
  font-weight: 200;
  font-family: "ridley-grotesk", serif;
  letter-spacing: 0.6px;
  line-height: 1.4;
}
ul:not(.navbar, .property-details, .breadcrumb, .features-list, .menu, .sub-menu, .locations-list, .ol-list) li:before {
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #cccac6;
}

ol {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
ol li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 4px;
  font-size: 16px;
  color: #8e8e8e;
  font-weight: 200;
  font-family: "ridley-grotesk", serif;
  letter-spacing: 0.6px;
  line-height: 1.4;
}

/*-----------------*\
    Background Style
\*-----------------*/
.bg-img {
  background-image: var(--img);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.bg-side-img {
  background-image: var(--img);
  background-repeat: no-repeat;
  background-size: 50%;
}
@media only screen and (max-width: 767.98px) {
  .bg-side-img {
    background-image: none;
  }
}
@media only screen and (min-width: 767.98px) {
  .bg-side-img .col-6 {
    padding-right: 60px;
  }
}
.bg-side-img.side-left {
  background-position: 0 100%;
}
.bg-side-img.side-right {
  background-position: 100% 100%;
}
@media only screen and (max-width: 767.98px) {
  .bg-side-img.section {
    padding-top: 0;
  }
}
.bg-side-img.section > img {
  margin-bottom: 50px;
}

.bg-overlay {
  position: relative;
}
.bg-overlay .container {
  position: relative;
  z-index: 1;
}
.bg-overlay:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
.bg-overlay-light:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-overlay-dark:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay-white {
  position: relative;
}
.overlay-white:before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}

.bg-black {
  background-color: #000 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-winter-haven {
  background-color: #e1e7ea;
}

.bg-dark {
  background-color: #171717;
}

.bg-pinkest-white {
  background-color: #f9f7f5;
}

.bg-desert-storm {
  background-color: #F2F1F0;
}

/*-----------------*\
    Mix Helpers Style
\*-----------------*/
.box-glow {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 767.98px) {
  .single-about-section .col-6 {
    padding-right: 50px;
  }
}

.separator-with-text {
  display: flex;
  align-items: center;
}
.separator-with-text:before, .separator-with-text:after {
  flex: 1;
  width: 100%;
  content: "";
  display: inline-block;
  border-bottom: 1px solid #fafafa;
}
.separator-with-text:before {
  margin-right: 20px;
}
.separator-with-text:after {
  margin-left: 20px;
}

.img-fluid {
  max-width: 100%;
}

.flex-center {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767.98px) {
  .mobile-no-bg {
    background: none !important;
  }
}

.w-100 {
  width: 100%;
}

.h-auto {
  height: auto;
}

.rounded {
  border-radius: 20px;
}

.section {
  padding: 60px 0px;
}
@media only screen and (max-width: 767.98px) {
  .section {
    padding: 36px 0px 15px;
  }
}

.content-section {
  padding: 50px 0px;
}
@media only screen and (max-width: 767.98px) {
  .content-section {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 991.98px) {
  .content-section {
    padding: 15px 0px;
  }
}

.content-section h4 {
  color: #2b2e2e;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 400;
}
.content-section h2 {
  margin-bottom: 10px;
}

.section-pre-title {
  color: #171717;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "ridley-grotesk", serif;
  font-size: 15px;
}

.section-title {
  font-weight: 200;
  font-size: 30px;
}

.embed-video {
  position: relative;
  width: 100%;
}
.embed-video::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.embed-video > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Containers & Rows */
.container {
  max-width: 1118px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row > * {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.row > .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
@media only screen and (max-width: 767.98px) {
  .row > .col-3 {
    width: 100%;
  }
}
.row > .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
@media only screen and (max-width: 991.98px) {
  .row > .col-4 {
    width: 50%;
  }
}
@media only screen and (max-width: 767.98px) {
  .row > .col-4 {
    width: 100%;
  }
}
.row > .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
@media only screen and (max-width: 767.98px) {
  .row > .col-6 {
    width: 100%;
  }
}
.row > .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .row > .col-12 {
    width: 100%;
  }
}
.row-8 {
  margin-left: -8px;
  margin-right: -8px;
}
.row-8 > div[class^=col] {
  padding-left: 8px;
  padding-right: 8px;
}
.row-0 {
  margin-left: 0;
  margin-right: 0;
}
.row-0 > div[class^=col] {
  padding-left: 0;
  padding-right: 0;
}

/* Margins & Paddings */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

@media only screen and (max-width: 767.98px) {
  .mb-sm-10 {
    margin-bottom: 10px;
  }
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 767.98px) {
  .mb-sm-20 {
    margin-bottom: 20px;
  }
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-115 {
  margin-top: 115px !important;
}
@media only screen and (max-width: 991.98px) {
  .mt-115 {
    margin-top: 50px !important;
  }
}

.mt-20 {
  margin-top: 20px !important;
  margin-bottom: 5px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}
@media only screen and (max-width: 991.98px) {
  .mb-115 {
    margin-bottom: 50px !important;
  }
}

.m-w-442 {
  max-width: 442px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.col-count-2,
.list-flex-2-col {
  column-count: 2;
}
@media only screen and (max-width: 767.98px) {
  .col-count-2,
.list-flex-2-col {
    column-count: 1;
  }
}

/*-----------------*\
    Text Helpers Style
\*-----------------*/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-primary-clr {
  color: #ab9472;
}

.text-secondry-clr {
  color: #8e8e8e;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #c4cfd5;
}

.text-limo {
  color: #2b2e2e;
}

.text-haven {
  color: #e1e7ea;
}

.decoration-none {
  text-decoration: none;
}

/*-----------------*\
    Icons Style
\*-----------------*/
.icon {
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
}
.icon-bed {
  background-image: url("../images/icons/bed.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-bath {
  background-image: url("../images/icons/bath.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-area {
  background-image: url("../images/icons/area.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-play {
  background-image: url("../images/icons/play.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-360 {
  background-image: url("../images/icons/360.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-pdf {
  background-image: url("../images/icons/pdf.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-elevator {
  background-image: url("../images/icons/elevator.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-2-car-garage {
  background-image: url("../images/icons/2-car-garage.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-kitchen-island {
  background-image: url("../images/icons/kitchen-island.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-covered-deck {
  background-image: url("../images/icons/covered-deck.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-oceanfront {
  background-image: url("../images/icons/oceanfront.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-ocean-views {
  background-image: url("../images/icons/ocean-views.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-fishing-access {
  background-image: url("../images/icons/fishing-access.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-breakfast-nook {
  background-image: url("../images/icons/breakfast-nook.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-walk-in-closet {
  background-image: url("../images/icons/walk-in-closet.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-deck {
  background-image: url("../images/icons/deck.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-walk-to-town {
  background-image: url("../images/icons/walk-to-town.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-sunrise-views {
  background-image: url("../images/icons/sunrise-views.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-chefs-kitchen {
  background-image: url("../images/icons/chefs-kitchen.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-bunk-room {
  background-image: url("../images/icons/bunk-room.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-outdoor-entertaining {
  background-image: url("../images/icons/outdoor-entertaining.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-rooftop-deck {
  background-image: url("../images/icons/rooftop-deck.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-outdoor-shower {
  background-image: url("../images/icons/outdoor-shower.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-sunrise-views {
  background-image: url("../images/icons/sunrise-views.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-game-room {
  background-image: url("../images/icons/game-room.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-fireplace {
  background-image: url("../images/icons/fireplace.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-balcony {
  background-image: url("../images/icons/balcony.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-beach-access {
  background-image: url("../images/icons/beach-access.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-360-views {
  background-image: url("../images/icons/360-views.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-arrow-upload {
  background-image: url("../images/icons/arrow-upload.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-arrow-down {
  background-image: url("../images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-Info {
  background-image: url("../images/icons/Info.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-wifi {
  background-image: url("../images/icons/wifi.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-umbrella {
  background-image: url("../images/icons/umbrella-sun.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-sunbed {
  background-image: url("../images/icons/sunbed.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-smart-tv {
  background-image: url("../images/icons/smart-tv.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-safety-box {
  background-image: url("../images/icons/safety-box.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-mountain {
  background-image: url("../images/icons/mountain.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-infinity-pool {
  background-image: url("../images/icons/infinity-pool.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-guest-ensuite {
  background-image: url("../images/icons/guest-ensuite.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-air-condition {
  background-image: url("../images/icons/air-conditioner.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-laundry {
  background-image: url("../images/icons/laundry-machine.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-mountain {
  background-image: url("../images/icons/mountain.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-ski {
  background-image: url("../images/icons/skin.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-ski-drive {
  background-image: url("../images/icons/ski-drive-new.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-ski-out {
  background-image: url("../images/icons/ski-drive-2.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-venti {
  background-image: url("../images/icons/icon-heating-3.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-home-office {
  background-image: url("../images/icons/home-office-2.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-home-theater {
  background-image: url("../images/icons/home-theatre.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-home-theater {
  background-image: url("../images/icons/home-theatre.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-jetty-dock {
  background-image: url("../images/icons/jetty-dock.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-swimming-pool {
  background-image: url("../images/icons/swimming-pool.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-outdoor-fire-01 {
  background-image: url("../images/icons/outdoor-fire-01.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-outdoor-fire-02 {
  background-image: url("../images/icons/outdoor-fire-02.svg");
  background-repeat: no-repeat;
  background-position: center;
}

/*-----------------*\
    Boxes Style
\*-----------------*/
@media only screen and (min-width: 767.98px) {
  .icon-box-carousel .col-4 {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.icon-box {
  position: relative;
  padding-left: 70px;
}
.icon-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: auto !important;
  -webkit-filter: invert(90%);
}
.icon-box h2 {
  color: #171717;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 400;
}

.property-box {
  text-decoration: none;
}
.property-box .gallery-container {
  position: relative;
  height: 320px;
}
.property-box .gallery-container .property-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
  text-align: center;
  padding: 15px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .property-box .gallery-container .property-details {
    display: flex;
    justify-content: space-around;
  }
}
.property-box .item {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.property-box .img-container {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  height: 319px;
}
.property-box .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property-box .box-body {
  background-color: #F2F1F0;
  padding: 20px 15px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: block;
  text-decoration: none;
}
.property-box .box-body h6 {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 1px;
  font-family: "ridley-grotesk", serif;
  text-transform: uppercase;
  font-weight: 300;
}
.property-box .box-body h3 {
  color: #2b2e2e;
}
.property-box .box-body h3 span {
  color: #171717;
  font-size: 13px;
  font-family: "ridley-grotesk", serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.property-box .box-body .location {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #cccac6;
  font-size: 12px;
  font-family: "ridley-grotesk", serif;
  margin-top: 20px;
}
.property-box .box-body .location span:nth-of-type(1) {
  max-width: 70%;
}
.property-box .box-body .location span:nth-of-type(2) {
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  color: #cccac6;
  letter-spacing: 0.6px;
  font-weight: 200;
}

a.blograndom {
  text-decoration: none;
}

@media only screen and (max-width: 991.98px) {
  .process-section .row .col-4 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #the-process .icon-box p {
    padding-right: 15px;
  }
  #the-process .icon-box h2 {
    padding-right: 15px;
  }
}
/*-----------------*\
    Buttons Style
\*-----------------*/
.gform_button.button,
.btn:not(.menu-item),
.btn.menu-item a {
  display: inline-block;
  padding: 9px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-brown {
  border: 1px solid #ab9472;
  background-color: #ab9472;
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 1px;
}
.btn-brown:hover {
  background-color: #937C5A;
  border: 1px solid #937C5A;
}

.gform_button.button,
.btn-grey {
  border: 1px solid #171717;
  background-color: #171717;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: 400;
  line-height: 2;
  min-height: 32px;
}
.gform_button.button:hover,
.btn-grey:hover {
  background-color: #383838;
  border: 1px solid #383838;
  color: white;
}

.gform_button.button,
.btn-rounded:not(.menu-item),
.btn-rounded.menu-item a {
  border-radius: 25px;
}

.btn-outline-brown:not(.menu-item),
.btn-outline-brown.menu-item a {
  color: #ab9472;
  border: 1px solid #ab9472;
}
.active .btn-outline-brown:not(.menu-item), .btn-outline-brown:not(.menu-item).active, .btn-outline-brown:not(.menu-item):hover,
.active .btn-outline-brown.menu-item a,
.btn-outline-brown.menu-item a.active,
.btn-outline-brown.menu-item a:hover {
  background-color: #ab9472;
  color: #fff;
}

.btn-outline-grey:not(.menu-item),
.btn-outline-grey.menu-item a {
  color: #cccac6;
  border: 1px solid #cccac6;
  font-weight: 200;
  font-style: normal;
  line-height: 20px;
  letter-spacing: 0.6px;
  font-family: "ridley-grotesk", serif;
}
.active .btn-outline-grey:not(.menu-item), .btn-outline-grey:not(.menu-item).active, .btn-outline-grey:not(.menu-item):hover,
.active .btn-outline-grey.menu-item a,
.btn-outline-grey.menu-item a.active,
.btn-outline-grey.menu-item a:hover {
  background-color: #383838;
  color: #fff;
  border: 1px solid #383838;
}

@media only screen and (max-width: 991.98px) {
  .active .btn-outline-brown.menu-item a {
    margin-top: 30px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ab9472;
    background-color: transparent;
    border: 1px solid #ab9472;
  }
}

.link {
  color: #171717;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 0;
  text-decoration: none;
  border-bottom: 1px solid #cccac6;
  display: inline-block;
  font-family: "ridley-grotesk", serif;
  font-size: 14px;
}

.hero-bottom.faq-nav-hero.main-faq {
  padding-bottom: 45px;
}

.faq-tab-carousel {
  margin-top: 40px;
}
.faq-tab-carousel .owl-item .item {
  min-height: 180px;
  border: 20px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.faq-tab-carousel .faq-tab-box {
  background-size: cover;
  height: 100%;
  display: flex;
  width: 100%;
  min-height: 180px;
  border-radius: 20px;
  align-items: center;
  justify-content: center;
}
.faq-tab-carousel .faq-tab-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(43, 46, 46, 0.65);
  border-radius: 20px;
  z-index: 1;
}
.faq-tab-carousel .faq-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  z-index: 9;
}
.faq-tab-carousel .faq-tab-title {
  position: relative;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  font-size: 21px;
  font-weight: 400;
  z-index: 1;
  font-family: "ridley-grotesk", serif;
}
.faq-tab-carousel .owl-nav span {
  background-size: 18px 37px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  height: 37px;
  width: 18px;
  opacity: 1;
  fill: #ffffff;
  color: #ffffff;
}
.faq-tab-carousel .owl-nav .owl-next {
  right: -60px !important;
}
.faq-tab-carousel .owl-nav .owl-next span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.168' height='39.093' viewBox='0 0 21.168 39.093'%3E%3Cpath id='Union_39' data-name='Union 39' d='M0 18.5 18 37 0 18.5 18 0Z' transform='translate(19.075 38.047) rotate(180)' fill='none' stroke='%238e8e8e' stroke-width='3'/%3E%3C/svg%3E");
}
.faq-tab-carousel .owl-nav .owl-prev {
  left: -60px !important;
}
.faq-tab-carousel .owl-nav .owl-prev span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.168' height='39.093' viewBox='0 0 21.168 39.093'%3E%3Cpath id='Union_40' data-name='Union 40' d='M0 18.5 18 0 0 18.5 18 37Z' transform='translate(2.093 1.046)' fill='none' stroke='%238e8e8e' stroke-width='3'/%3E%3C/svg%3E");
}
.faq-tab-carousel .owl-nav button {
  display: inline-block;
  vertical-align: top;
  margin: 0 !important;
  line-height: 0 !important;
  transform: translateY(-50%) !important;
}

@media only screen and (max-width: 1250px) {
  .faq-tab-carousel {
    max-width: 992px;
    margin: 0 auto;
  }
  .faq-tab-carousel .owl-nav .owl-prev {
    left: -40px !important;
  }
  .faq-tab-carousel .owl-nav .owl-next {
    right: -40px !important;
  }
}
@media only screen and (max-width: 1120px) {
  .faq-tab-carousel {
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 35px;
  }
  .faq-tab-carousel .owl-nav .owl-next {
    right: 15px !important;
  }
  .faq-tab-carousel .owl-nav .owl-prev {
    left: 15px !important;
  }
}
@media only screen and (max-width: 575px) {
  .hero-bottom.faq-nav-hero.main-faq {
    padding-bottom: 35px;
  }
  .faq-tab-carousel {
    margin-top: 30px;
  }
  .faq-tab-carousel .faq-tab-title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 390px) {
  .faq-tab-carousel {
    padding-left: 35px;
    padding-right: 35px;
  }
  .faq-tab-carousel .owl-nav .owl-next {
    right: 5px !important;
  }
  .faq-tab-carousel .owl-nav .owl-prev {
    left: 5px !important;
  }
}
/*-----------------*\
    Carousel Style
\*-----------------*/
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  color: #fff;
  font-size: 44px;
  margin-top: -45px;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: transparent;
}
.owl-carousel .owl-nav button.owl-next {
  right: 15px;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 15px;
}

@media only screen and (min-width: 767.98px) {
  .destination-carousel .owl-carousel.owl-theme.owl-loaded.owl-drag,
.destination-carousel .owl-stage-outer,
.destination-carousel .owl-stage,
.destination-carousel .owl-item,
.destination-carousel .item,
.destination-carousel .owl-item,
.destination-carousel .img-responsive {
    height: 100%;
    object-fit: cover;
  }
}

.destination-carousel {
  height: 100%;
}
.destination-carousel .destination-carousel__item {
  background-size: cover;
  background-position: 50%;
  height: 100%;
  width: 100%;
  min-height: 500px;
}
@media only screen and (max-width: 767.98px) {
  .destination-carousel {
    height: auto;
    margin-bottom: 20px;
  }
}
.destination-carousel .owl-nav button.owl-next,
.destination-carousel .owl-nav button.owl-prev {
  font-size: 60px;
  margin-top: -30px;
}

.double-item-carousel .owl-nav button.owl-next,
.double-item-carousel .owl-nav button.owl-prev,
.triple-item-carousel .owl-nav button.owl-next,
.triple-item-carousel .owl-nav button.owl-prev {
  font-size: 40px;
  margin-top: -20px;
  color: #8e8e8e;
}
.double-item-carousel .owl-nav button.owl-next:hover,
.double-item-carousel .owl-nav button.owl-prev:hover,
.triple-item-carousel .owl-nav button.owl-next:hover,
.triple-item-carousel .owl-nav button.owl-prev:hover {
  color: #8e8e8e;
}
.double-item-carousel .owl-nav button.owl-next,
.triple-item-carousel .owl-nav button.owl-next {
  right: -60px;
}
@media only screen and (max-width: 991.98px) {
  .double-item-carousel .owl-nav button.owl-next,
.triple-item-carousel .owl-nav button.owl-next {
    right: 10px;
  }
}
.double-item-carousel .owl-nav button.owl-prev,
.triple-item-carousel .owl-nav button.owl-prev {
  left: -60px;
}
@media only screen and (max-width: 991.98px) {
  .double-item-carousel .owl-nav button.owl-prev,
.triple-item-carousel .owl-nav button.owl-prev {
    left: 10px;
  }
}

.gallery-carousel .item {
  height: 320px;
}
.gallery-carousel .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery-carousel .owl-nav button.owl-next,
.gallery-carousel .owl-nav button.owl-prev {
  font-size: 44px;
  margin-top: -45px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

.wide-carousel .gallery-carousel .item {
  height: 36vw;
  min-height: 400px;
}

/*----------------------*\
    Forms Style
\*----------------------*/
.gform_wrapper input[type=radio] {
  appearance: none;
  width: 13px;
  height: 13px;
  border: 1px solid #cccac6;
  border-radius: 50%;
  background-clip: content-box;
  padding: 3px;
  margin: 0px;
}

.gform_wrapper input[type=radio]:checked {
  background-color: #cccac6;
}

.gform_wrapper .gform_body .gform_fields input:not([type=submit], [type=radio], [type=checkbox]), .gform_wrapper .gform_body .gform_fields textarea {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 3px solid #cccac6;
  padding: 10px 0;
  color: #8E8E8E;
  font-family: inherit;
  font-size: 16px;
  font-family: "ridley-grotesk", serif;
}
.gform_wrapper .gform_body .gform_fields input:not([type=submit], [type=radio], [type=checkbox]):focus, .gform_wrapper .gform_body .gform_fields textarea:focus {
  outline: none;
}

.gform_wrapper.gravity-theme .gfield_validation_message.gfield_description,
.gform_wrapper.gravity-theme .validation_message.gfield_description,
.gform_wrapper.gravity-theme .gform_validation_errors h2 {
  font-family: "ridley-grotesk", serif;
  font-size: 13px;
  letter-spacing: -0.2px;
}

.gform_wrapper.gravity-theme .gfield .gfield_checkbox,
.gform_wrapper.gravity-theme .gfield .gfield_radio {
  display: block !important;
  margin: 15px 0;
}
@media only screen and (max-width: 767.98px) {
  .gform_wrapper.gravity-theme .gfield .gfield_checkbox,
.gform_wrapper.gravity-theme .gfield .gfield_radio {
    text-align: center;
  }
}
.gform_wrapper.gravity-theme .gfield .gfield_checkbox > .gchoice,
.gform_wrapper.gravity-theme .gfield .gfield_radio > .gchoice {
  display: inline-block;
}
.gform_wrapper.gravity-theme .gfield .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield .gfield_radio label {
  font-size: 14px;
  font-family: "ridley-grotesk", serif;
  white-space: nowrap;
  cursor: pointer;
  color: #8E8E8E;
  padding-left: 2px;
  padding-right: 8px;
  letter-spacing: -0.2px;
}

textarea {
  font-size: 15px;
  font-weight: 400;
}

.gfield.utm_source_list {
  display: none;
}

.contact-form {
  max-width: 650px;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .contact-form {
    margin-bottom: 20px;
  }
}
.contact-form .btn {
  margin-top: 20px;
}
@media only screen and (max-width: 767.98px) {
  .contact-form .btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.contact-form p {
  text-transform: initial;
  font-size: 14px;
  color: #cccac6;
  letter-spacing: 0px;
}

.subscribe-form .subscribe-input {
  position: relative;
}
.subscribe-form .subscribe-input .form-input {
  padding-right: 110px;
}
.subscribe-form .subscribe-input button {
  position: absolute;
  right: 0px;
  width: 100px;
  border: none;
  background: none;
  font-weight: 700;
  color: #ab9472;
  z-index: 1;
  bottom: 3px;
}

.search-location .input-group {
  position: relative;
}
.search-location .input-group input {
  background-color: #fff;
  border: 3px solid #cccac6;
  border-radius: 70px;
  font-size: 14px;
  font-weight: 700;
  color: #8e8e8e;
  width: 100%;
  max-width: 548px;
  height: 50px;
  padding: 10px 50px 10px 10px;
}
.search-location .input-group i {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 18px;
  color: #ab9472;
}

.inline-select-wrap {
  position: relative;
}
.inline-select-wrap .inline-select {
  background: none;
  width: 45px;
  border: none;
  color: #171717;
  font-size: 12px;
  font-weight: 400;
  margin-left: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  padding: 4px 10px 4px 10px;
  z-index: 20;
  position: relative;
}
.inline-select-wrap .inline-select:focus {
  outline: none;
}
.inline-select-wrap:after {
  content: "";
  position: absolute;
  display: block;
  right: 0px;
  top: 9px;
  width: 10px;
  height: 5px;
  background-image: url("../images/down-triangle.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.popup-modal-header .title {
  letter-spacing: 2px;
  font-size: 20px;
}
@media only screen and (max-width: 991.98px) {
  .popup-modal-header .title {
    padding-right: 10px;
  }
}

.popup-modal-body .gform_wrapper input:not([type=submit],
[type=radio],
[type=checkbox]),
.popup-modal-body .gform_wrapper textarea {
  color: #8E8E8E;
  font-family: inherit;
  font-size: 18px;
}

.popup-modal-body > p {
  font-size: 14px;
  margin-bottom: 20px;
}

.article-list-main .article {
  margin-bottom: 5px;
  width: 100%;
  background: none;
  border-bottom: 1px solid #cccac6;
  padding: 25px 0px;
  font-size: 14px;
  font-weight: bold;
  color: #2b2e2e;
  text-transform: uppercase;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: block;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-list-main .article h4 {
  font-size: 14px;
  font-weight: bold;
  color: #2b2e2e;
  font-family: "ivypresto-display", serif;
  text-transform: capitalize;
  font-weight: 400;
}
.article-list-main .article .article-title {
  width: 75%;
}
.article-list-main .article .article-title span {
  display: none;
}
.article-list-main .article .article-date {
  width: 15%;
  text-align: center;
}
.article-list-main .article .article-btn {
  width: 10%;
  text-align: right;
}
.article-list-main .article .article-btn i {
  transform: rotate(-90deg);
  background-size: contain;
  width: 22px;
  height: 30px;
}
@media only screen and (max-width: 767.98px) {
  .article-list-main .article .article-date {
    display: none;
  }
  .article-list-main .article .article-title span {
    display: block;
  }
}

.ul-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ul-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  break-inside: avoid-column;
}
.ul-list li::before {
  position: absolute;
  left: 0;
  top: 14px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #cccac6;
}

.ol-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 460px;
}
.ol-list li {
  border-bottom: 1px solid #cccac6;
  padding: 24px 0;
}
.ol-list li span {
  color: #171717;
  display: inline-block;
  font-weight: bold;
  margin-right: 17px;
  font-family: "ridley-grotesk", serif;
}

.popup-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  overflow: auto;
}
.popup-modal-inner {
  display: flex;
  align-items: center;
  min-height: 100%;
  padding: 20px;
}
@media only screen and (max-width: 991.98px) {
  .popup-modal-inner {
    padding: 10px;
  }
}
.popup-modal-main {
  width: 100%;
  max-width: 687px;
  margin: auto;
  background-color: #fff;
}
.popup-modal-header {
  padding: 30px 35px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .popup-modal-header {
    padding: 25px 15px;
    text-align: left;
  }
}
.popup-modal-header .close {
  position: absolute;
  right: 21px;
  top: 23px;
  border: none;
  padding: 4px 7px;
  background-color: transparent;
}
.popup-modal-header .close i {
  color: #cccac6;
  font-size: 20px;
}
.popup-modal-header .close:hover {
  background: #cccac6;
}
.popup-modal-header .close:hover i {
  color: white;
}
.popup-modal-body {
  padding: 5px 35px 35px;
}
@media only screen and (max-width: 991.98px) {
  .popup-modal-body {
    padding: 5px 10px 35px;
  }
}
.popup-modal-body .modal-form {
  margin-top: 10px;
  margin-bottom: 15px;
}

body.popup-active {
  overflow: hidden;
}

#StatementModal h6.title {
  font-size: 32px;
}
#StatementModal .popup-modal-body h3 {
  text-transform: capitalize;
  color: #4d4d4d;
  letter-spacing: 0.5px;
  font-size: 28px;
}
#StatementModal .popup-modal-body h4 {
  text-align: center;
  text-transform: capitalize;
  color: #4d4d4d;
  letter-spacing: 0.5px;
}
#StatementModal .popup-modal-body ul {
  text-align: center;
  padding-left: 20px;
}
#StatementModal .popup-modal-body ul li {
  text-align: left;
  font-size: 18px;
  color: #8e8e8e;
  font-weight: 300;
  position: relative;
  list-style: none;
}
#StatementModal .popup-modal-body ul li::before {
  position: absolute;
  left: -19px;
  top: 13px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ab9472;
}

.popup-modal .modal-form.contact-form .gform_confirmation_message {
  padding: 15px 20px 10px;
  background-color: #cccac6;
  border-radius: 10px;
  line-height: 1.2;
  color: #171717;
}

.property-pdf-download {
  border: 1px solid #171717;
  background-color: #171717;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: 400;
  display: block;
  max-width: 200px;
  margin: 12px auto 5px;
  padding: 9px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 25px;
}
.property-pdf-download:hover {
  background-color: #383838;
  border: 1px solid #383838;
  color: white;
}

iframe .gform_confirmation_message {
  color: #000000;
}

/*---------------------*\
    Table Style
\*---------------------*/
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip-body {
  display: none;
  position: absolute;
  left: -15px;
  top: 27px;
  width: 100vw;
  max-width: 314px;
  background-color: #CCCAC6;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  color: black;
  text-align: center;
  z-index: 2;
  font-family: "ridley-grotesk", serif;
}
.tooltip-body:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #c4cfd5;
  border-width: 0 6px 10px 6px;
  position: absolute;
  left: 15px;
  top: -10px;
}
.tooltip.copy .tooltip-body {
  left: -6px;
  top: 42px;
  width: 150px;
  padding: 5px 10px;
}
.tooltip:hover .tooltip-body, .tooltip.active .tooltip-body {
  display: block;
}

.table-container {
  overflow-x: auto;
}
@media only screen and (max-width: 767.98px) {
  .table-container {
    padding-bottom: 20px;
  }
}

.table {
  border-collapse: collapse;
  min-width: 450px;
  font-family: "ridley-grotesk", serif;
}
.table thead tr th {
  background-color: #CCCAC6;
  padding: 28px 10px;
  width: 25%;
  color: #171717;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0px;
}
.table thead tr th:nth-child(2n) {
  background-color: #F2F1F0;
}
.table thead tr th:first-child {
  border-top-left-radius: 10px;
}
.table thead tr th:last-child {
  border-top-right-radius: 10px;
}
.table tbody tr {
  background-color: #fff;
}
.table tbody tr:nth-child(2n) {
  background-color: #F2F1F0;
}
.table tbody tr:last-child > *:first-child {
  border-bottom-left-radius: 20px;
}
.table tbody tr:last-child > *:last-child {
  border-bottom-right-radius: 20px;
}
.table tbody tr th {
  padding: 14px;
  text-align: left;
  color: #171717;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0px;
}
.table tbody tr th .tooltip {
  float: right;
}
.table tbody tr td {
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #8e8e8e;
}

@media only screen and (max-width: 767.98px) {
  .table-card {
    margin-top: 20px;
  }
}
.table-card .header {
  text-align: center;
  background-color: #cccac6;
  padding: 28px 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.table-card .body {
  background-color: white;
}
.table-card .body .tr {
  display: flex;
}
.table-card .body .tr:nth-child(2n) {
  background-color: #F2F1F0;
}
.table-card .body .tr .td {
  padding: 18px 10px;
  width: 50%;
  text-align: center;
  font-size: 16px;
  color: #8e8e8e;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-card .body .tr .td:nth-child(1) {
  color: #171717;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
.table-card .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F2F1F0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px;
}
@media only screen and (max-width: 767.98px) {
  .table-card .footer {
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-card .footer > div {
    margin-bottom: 10px;
  }
}
.table-card .footer > div h3 {
  color: #171717;
  text-transform: none;
}
.table-card .footer > div p {
  font-size: 14px;
  color: #8C8B88;
  font-family: "ridley-grotesk", serif;
  font-weight: 400;
}
.table-card .footer > div p:last-of-type {
  margin-top: 6px;
  font-size: 11px;
}

.accordion-main {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .accordion-main {
    margin-bottom: 35px;
  }
}
.accordion-main .accordion {
  margin-bottom: 5px;
}
.accordion-main .accordion .head {
  width: 100%;
  border: none;
  background: none;
  border-bottom: 1px solid #cccac6;
  padding: 25px 30px 25px 0;
  font-size: 14px;
  font-weight: bold;
  color: #2b2e2e;
  text-transform: uppercase;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
}
.accordion-main .accordion .head i {
  position: absolute;
  right: 0px;
  top: 20px;
  width: 15px;
  transition: all 0.4s ease;
  background-position: 50%;
  background-size: contain;
}
.accordion-main .accordion .panel {
  display: none;
  padding-top: 24px;
}
.accordion-main .accordion .panel p {
  max-width: 904px;
  margin-left: auto;
  margin-right: auto;
}
.accordion-main .accordion .panel ul, .accordion-main .accordion .panel ol {
  max-width: 904px;
  margin-left: auto;
  margin-right: auto;
}
.accordion-main .accordion.active .head i {
  transform: rotate(180deg);
}

.accordion-section .section-title {
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 40px;
}

.blog-content .accordion-section {
  padding: 30px 0px;
}
.blog-content .accordion-section .container {
  padding-left: 0px;
  padding-right: 0px;
}
.blog-content .accordion-section .section-title {
  margin-bottom: 10px;
  margin-top: 0px;
}
.blog-content .accordion-section .accordion-main .accordion .head {
  padding: 15px 30px 20px 0;
}
.blog-content .accordion-section .accordion-main .accordion .panel {
  padding: 20px 0px;
}
.blog-content .accordion-section .accordion-main .accordion .panel p {
  max-width: initial;
}

/*bottom bar design*/
.faq-main-section .accordion-section {
  padding: 0px 0px;
}
.faq-main-section .accordion-section:last-child {
  padding-bottom: 90px;
}
.faq-main-section .main-faq + .accordion-section {
  padding-top: 90px;
}
.faq-main-section .main-faq .accordion-section .section-title {
  padding-top: 90px;
}
.faq-main-section .accordion-main {
  margin-bottom: 0px;
}

.accordion-section .section-title {
  font-weight: 200;
  font-size: 30px;
}
.accordion-section .section-title + .faq-sub-title {
  padding-top: 20px;
}

.accordion-main .accordion .head {
  font-weight: 700;
}
.accordion-main .accordion .panel p {
  font-size: 16px;
}

.faq-sub-title {
  padding-top: 55px;
  padding-bottom: 0px;
}

.post-arrow-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.bottom-navigation {
  padding-bottom: 90px;
}
.bottom-navigation .post-arrow {
  position: relative;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  font-size: 21px;
  text-decoration: none;
  color: #8E8E8E;
  font-weight: 700;
  text-transform: uppercase;
}
.bottom-navigation .post-arrow svg {
  position: relative;
  height: 37px;
  width: 18px;
  display: inline-block;
  vertical-align: top;
}
.bottom-navigation .previous-post {
  margin-left: -18px;
  margin-right: auto;
}
.bottom-navigation .previous-post svg {
  left: -50px;
}
.bottom-navigation .next-post {
  margin-right: -18px;
  margin-left: auto;
}
.bottom-navigation .next-post svg {
  right: -50px;
}
.bottom-navigation .back-top {
  color: #171717;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 0;
  text-decoration: none;
  border-bottom: 1px solid #cccac6;
  display: inline-block;
  font-family: "ridley-grotesk", serif;
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

@media only screen and (max-width: 992px) {
  .faq-main-section .main-faq + .accordion-section {
    padding-top: 60px;
  }
  .faq-main-section .accordion-section:last-child {
    padding-bottom: 60px;
  }
  .faq-main-section .section-title {
    font-size: 25px;
  }
  .accordion-section .section-title {
    margin-bottom: 20px;
  }
  .faq-sub-title {
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  .accordion-main .accordion .panel p {
    font-size: 18px;
  }
  .bottom-navigation {
    padding-bottom: 60px;
  }
  .bottom-navigation .post-arrow {
    max-width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion-section .section-title + .faq-sub-title {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .faq-main-section .main-faq + .accordion-section {
    padding-top: 40px;
  }
  .faq-main-section .accordion-section:last-child {
    padding-bottom: 50px;
  }
  .faq-main-section .section-title {
    font-size: 22px;
  }
  .accordion-section .section-title + .faq-sub-title {
    padding-top: 10px;
  }
  .faq-sub-title {
    font-size: 18px;
  }
  .bottom-navigation {
    padding-bottom: 40px;
  }
  .bottom-navigation .back-top {
    position: static;
    width: auto;
    text-align: center;
    right: auto;
    left: auto;
    transform: unset;
  }
  .bottom-navigation .post-arrow {
    width: 100%;
    max-width: 100%;
    display: block;
    font-size: 16px;
    text-align: center;
  }
  .bottom-navigation .next-post {
    padding-top: 20px;
  }
  .bottom-navigation .previous-post {
    padding-bottom: 20px;
  }
  .post-arrow-content {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1250px) {
  .bottom-navigation .post-arrow {
    font-size: 19px;
  }
  .bottom-navigation .post-arrow svg {
    right: auto;
    left: auto;
    height: 24px;
    width: 13px;
  }
  .bottom-navigation .previous-post {
    margin-left: 0;
  }
  .bottom-navigation .previous-post svg {
    margin-right: 10px;
  }
  .bottom-navigation .next-post {
    margin-right: 0;
  }
  .bottom-navigation .next-post svg {
    margin-left: 10px;
  }
}
/*-----------------*\
    Mix Components Style
\*-----------------*/
.breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumb li {
  display: inline;
  font-size: 14px;
}
.breadcrumb li + li:before {
  color: #2b2e2e;
  content: "/ ";
}
.breadcrumb li a {
  color: #171717;
  text-decoration: none;
  font-size: 14px;
  font-family: "ridley-grotesk", serif;
  letter-spacing: 0.5px;
}
.breadcrumb li a:hover {
  color: #ab9472;
  text-decoration: underline;
}

/*-----------------*\
    Header Style
\*-----------------*/
.main-header {
  background-color: #171717;
  padding: 26px 0;
}
@media only screen and (min-width: 991.98px) {
  .main-header {
    position: sticky;
    top: 0;
    z-index: 200;
    min-height: 93px;
  }
}
@media only screen and (max-width: 991.98px) {
  .main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998;
  }
}
@media only screen and (max-width: 991.98px) {
  .main-header + * {
    margin-top: 92px;
  }
}

.brand {
  display: inline-block;
  width: 62px;
}

@media only screen and (max-width: 991.98px) {
  .navbar {
    flex-flow: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .navbar li.btn-outline-grey {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 62em) {
  .navbar > li + li {
    margin-left: 62px;
  }
}
@media only screen and (max-width: 991.98px) {
  .navbar > li + li {
    margin-top: 0px;
  }
}
.navbar > li > a {
  text-transform: uppercase;
  color: #cccac6;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.36em;
  letter-spacing: 0.1em;
  font-weight: 200;
  padding: 24px 10px;
  font-family: "ridley-grotesk", serif;
}
@media only screen and (max-width: 991.98px) {
  .navbar > li > a {
    color: #cccac6;
    font-size: 20px;
    letter-spacing: 4px;
    display: block;
    padding: 15px 10px;
  }
}
.navbar > li > a:hover {
  color: #807f7d;
}
.navbar > li.active a {
  color: #fff;
}

.hamburger {
  width: 33px;
  display: none;
  z-index: 1;
}
@media only screen and (max-width: 991.98px) {
  .hamburger {
    display: block;
  }
}
.hamburger span {
  transition: all 0.5s ease;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #cccac6;
  border-radius: 2px;
}
.hamburger span + span {
  margin-top: 8px;
}
.hamburger.transform span:nth-child(2) {
  margin-top: 7px;
  transform: translateX(41px);
  opacity: 0;
}
.hamburger.transform span:nth-child(1) {
  transform: rotate(45deg);
  margin-top: 0;
}
.hamburger.transform span:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -13px;
}

.main-nav {
  display: flex;
  vertical-align: middle;
  justify-content: space-between;
  align-items: center;
}
.main-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex: 1;
  align-items: center;
}
.main-nav ul li {
  display: inline-block;
}
@media only screen and (max-width: 767.98px) {
  .main-nav ul li {
    text-align: center;
  }
}
@media only screen and (min-width: 62em) {
  .main-nav ul li:first-child, .main-nav ul li:last-child {
    margin-left: auto;
  }
}
.main-nav ul li.current-menu-item > a {
  color: #807f7d;
}
@media only screen and (max-width: 991.98px) {
  .main-nav ul {
    margin-bottom: 40px;
  }
}
.main-nav img.custom-logo {
  max-width: 68px;
}
@media only screen and (min-width: 62em) {
  .main-nav .social-links {
    display: none;
  }
}

.mobile-navbar {
  flex: 1 0 auto;
  transition: 0.3s;
  flex-direction: column;
}
@media only screen and (max-width: 991.98px) {
  .mobile-navbar {
    padding: 84px 0;
    position: fixed;
    right: -100%;
    bottom: 0;
    width: 70%;
    height: 100vh;
    display: flex;
    background: #2b2e2e;
    overflow-y: scroll;
  }
  .mobile-navbar.active {
    right: 0;
  }
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children > a {
  text-transform: uppercase;
  color: #707070;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.36em;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media only screen and (max-width: 991.98px) {
  .menu-item-has-children > a {
    color: #fff;
  }
}
.menu-item-has-children .sub-menu {
  display: none;
}
@media only screen and (min-width: 62em) {
  .menu-item-has-children .sub-menu {
    left: 0;
    top: 40px;
    position: absolute;
    background-color: #343737;
    padding: 20px;
    z-index: 1;
    border-radius: 0px 0px 20px 20px;
  }
}
.menu-item-has-children .sub-menu > li {
  display: block;
}
@media only screen and (min-width: 991.98px) {
  .menu-item-has-children .sub-menu > li + li {
    padding-top: 11px;
  }
}
.menu-item-has-children .sub-menu > li.current-menu-item a {
  color: #807f7d;
}
.menu-item-has-children .sub-menu a {
  font-size: 14px;
  font-weight: 200;
  color: #e1e7ea;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  font-family: "ridley-grotesk", serif;
}
@media only screen and (max-width: 991.98px) {
  .menu-item-has-children .sub-menu a {
    color: #8E8E8E;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: inherit;
    padding: 15px 0px;
    line-height: 1;
  }
}
.menu-item-has-children .sub-menu a:hover {
  color: #807f7d;
}
.menu-item-has-children .sub-menu a + a {
  margin-top: 11px;
}
@media only screen and (min-width: 62em) {
  .menu-item-has-children:hover .sub-menu {
    display: block;
  }
}

.hero-bottom-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
.hero-bottom-nav a {
  color: #ab9472;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 10px 6px;
  display: block;
}

.faq-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq-nav li {
  font-size: 21px;
  line-height: 1.33em;
  position: relative;
  padding-left: 30px;
}
.faq-nav li::before {
  position: absolute;
  left: 0;
  top: 11px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ab9472;
}
.faq-nav li a {
  color: #8e8e8e;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.33em;
}

/*-----------------*\
    Footer Style
\*-----------------*/
.social-links label {
  font-size: 14px;
  font-weight: 700;
  color: #707070;
  text-transform: uppercase;
  margin-right: 20px;
  vertical-align: middle;
}
.social-links a {
  display: inline-block;
  margin-left: 10px;
  width: 25px;
  height: 25px;
  background-color: #cccac6;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  color: #2b2e2e;
}

.footer-widget .title {
  color: #cccac6;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "ridley-grotesk", serif;
  font-weight: 200;
}
.footer-widget .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget .menu li {
  margin-top: 12px;
}
.footer-widget .menu li a {
  color: white;
  font-weight: 200;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "ridley-grotesk", serif;
}

footer.main-footer {
  background-color: #171717;
}

@media only screen and (max-width: 767.98px) {
  .footer-top {
    text-align: center;
  }
}
.footer-top .row .col {
  width: 20%;
}
@media only screen and (max-width: 767.98px) {
  .footer-top .row .col {
    order: 3;
    width: 50%;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-top .row .col:nth-child(1) {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
}
.footer-top .row .col:nth-child(4) {
  width: 40%;
}
@media only screen and (max-width: 767.98px) {
  .footer-top .row .col:nth-child(4) {
    width: 100%;
    order: 2;
    margin-bottom: 30px;
  }
}
.footer-top .row .col .logo img {
  max-width: 82px;
}
.footer-top .social-links {
  text-align: right;
}
@media only screen and (max-width: 767.98px) {
  .footer-top .social-links {
    text-align: center;
  }
}

.footer-bottom {
  margin-top: 140px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 767.98px) {
  .footer-bottom {
    margin-top: 70px;
    text-align: center;
  }
}
@media only screen and (max-width: 991.98px) {
  .footer-bottom {
    margin-top: 70px;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-bottom > div {
    width: 100%;
  }
}
.footer-bottom > div:first-child {
  max-width: 600px;
}
@media only screen and (max-width: 991.98px) {
  .footer-bottom > div:first-child {
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-bottom > div:first-child {
    margin-bottom: 20px;
    max-width: 100%;
  }
}
.footer-bottom > div:last-of-type {
  max-width: 565px;
}
@media only screen and (max-width: 991.98px) {
  .footer-bottom > div:last-of-type {
    margin: 10px auto 0;
  }
}
.footer-bottom p {
  font-size: 11px;
  line-height: 1.3;
}
.footer-bottom a {
  color: #8e8e8e;
}

/*---------------------*\
    Hero Section Style
\*---------------------*/
.hero-section.main {
  height: 675px;
  max-height: 70vh;
  background-position: 50%;
}
@media only screen and (max-width: 991.98px) {
  .hero-section.main {
    min-height: 0;
  }
}
.hero-section.main .title {
  margin-bottom: 23px;
  font-size: 45px;
  color: #cccac6;
}
.hero-section.main .desc {
  max-width: 780px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.3;
}
.hero-section.sub {
  min-height: 338px;
}
@media only screen and (max-width: 991.98px) {
  .hero-section.sub {
    min-height: 265px;
  }
}
.hero-section.sub .title {
  margin-bottom: 14px;
  color: #cccac6;
}
.hero-section .btn {
  margin: 28px auto 0;
}
@media only screen and (max-width: 767.98px) {
  .hero-section .header-logo > figure {
    margin: 0;
  }
}

.hero-single {
  display: flex;
  height: calc(100vh - 205px);
}
@media only screen and (max-width: 767.98px) {
  .hero-single {
    flex-wrap: wrap;
    height: auto !important;
  }
}
.hero-single .left,
.hero-single .right {
  flex: 0 0 auto;
  width: 50%;
  max-height: 770px;
}
@media only screen and (max-width: 767.98px) {
  .hero-single .left,
.hero-single .right {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-single .left {
    height: 423px;
  }
}
.hero-single .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-single .left video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero-single .left .embedded-media-player,
.hero-single .left .embedded-media-player .plyr {
  height: 100%;
  object-fit: cover;
}
.hero-single .right {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767.98px) {
  .hero-single .right {
    flex-direction: column-reverse;
    position: relative;
  }
}
.hero-single .right .top {
  max-height: calc((100vh - 205px) / 2);
  flex: 1 0 auto;
}
.hero-single .right .top .acf-map,
.hero-single .right .top iframe {
  height: 100%;
}
.hero-single .right .bottom {
  padding: 5vh 80px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 991.98px) {
  .hero-single .right .bottom {
    padding: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-single .right .bottom {
    min-height: 0;
    flex: auto;
  }
}
.hero-single .right .bottom .location-title {
  display: inline-block;
  margin-right: 60px;
  letter-spacing: 1px;
  max-width: calc(100% - 260px);
  color: #cccac6;
  font-family: "ridley-grotesk", serif;
  font-weight: 200;
  text-transform: uppercase;
  line-height: 1.3;
}
@media only screen and (max-width: 991.98px) {
  .hero-single .right .bottom .location-title {
    max-width: initial;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-single .right .bottom .badge {
    position: absolute;
    top: -60px;
    width: 184px;
    right: 37px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-single .right .bottom .badge {
    position: unset;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-single .right .mb-40 {
    margin-bottom: 20px !important;
  }
}
.hero-single .right .breadcrumb {
  display: none;
  color: #fff;
}
@media only screen and (max-width: 767.98px) {
  .hero-single .right .breadcrumb {
    display: block;
  }
}
.hero-single .right .breadcrumb li:before {
  color: #ab9472;
}
.hero-single .right .breadcrumb li a {
  color: #fff;
}
.hero-single.blog {
  height: calc(100vh - 93px);
}
.hero-single.blog .right .top {
  padding: 5vh 80px;
  min-height: 0;
  height: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991.98px) {
  .hero-single.blog .right .top {
    padding: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-single.blog .right .top {
    min-height: 0;
  }
}
.hero-single.blog .right .top h4 {
  color: white;
  text-transform: uppercase;
}
.hero-single.blog .right .bottom {
  height: auto;
  display: block;
}
@media only screen and (max-width: 991.98px) {
  .hero-single.blog .right .bottom > a > h1 {
    font-size: 30px;
  }
}
.hero-single.blog .link {
  color: white;
}
.hero-single.hero-property {
  height: auto;
}
.hero-single.hero-property .left img {
  object-position: right;
}
@media only screen and (min-width: 767.98px) {
  .hero-single.hero-property .left, .hero-single.hero-property .right {
    min-height: 600px;
  }
  .hero-single.hero-property .right .bottom,
.hero-single.hero-property .right .top {
    min-height: 50%;
  }
}
@media only screen and (max-width: 1360px) {
  .hero-single.hero-property .right .top {
    min-height: 300px;
  }
  .hero-single.hero-property .right .bottom {
    padding: 40px;
    min-height: calc(100% - 300px);
    height: calc(100% - 300px);
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-single.hero-property .right .top {
    min-height: 250px;
  }
}
.hero-single.hero-property .property-title {
  font-size: 34px;
  line-height: 1;
}
.hero-single.hero-property .property-price {
  color: white;
  font-family: "ridley-grotesk", serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 200;
}
.hero-single.hero-property .property-details li {
  font-family: "ridley-grotesk", serif;
  font-size: 12px;
}

.hero-bottom {
  padding: 20px 0;
  background-color: #F2F1F0;
}
.hero-bottom.faq-nav-hero {
  padding: 44px 0 56px;
}
.hero-bottom.faq-nav-hero h2 {
  font-weight: 500;
  margin-bottom: 20px;
}

.property-location {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991.98px) {
  .property-location {
    flex-direction: column;
  }
}

.hero-bottom-img img {
  width: 100%;
  max-height: 400px;
  background-color: #2b2e2e;
  object-fit: cover;
}
@media only screen and (max-width: 767.98px) {
  .hero-bottom-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 240px;
  }
}

.full-side-section {
  position: relative;
  min-height: 680px;
  background-color: #F2F1F0;
}
@media only screen and (max-width: 767.98px) {
  .full-side-section {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 991.98px) {
  .full-side-section {
    flex-direction: column;
  }
}
.full-side-section .left,
.full-side-section .right {
  flex: 0 0 auto;
  width: 50%;
}
@media only screen and (max-width: 767.98px) {
  .full-side-section .left,
.full-side-section .right {
    width: 100%;
  }
}
.full-side-section .inner-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767.98px) {
  .full-side-section .inner-content {
    position: static;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.full-side-section .inner-content .left,
.full-side-section .inner-content .right {
  height: 100%;
}
.full-side-section .inner-content .left a,
.full-side-section .inner-content .right a {
  display: block;
  text-decoration: none;
  height: 100%;
}
.full-side-section .inner-content .left img,
.full-side-section .inner-content .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full-side-section .container .col-6 {
  z-index: 10;
  position: relative;
}
@media only screen and (min-width: 767.98px) {
  .full-side-section .container .col-6 {
    padding-right: 80px;
  }
}
.full-side-section .property-details {
  color: #2B2E2E;
  display: flex;
  flex-wrap: wrap;
}
.full-side-section .section-title {
  color: #2b2e2e;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "ridley-grotesk", serif;
  font-size: 18px;
}
.full-side-section .location-title {
  color: #171717;
  text-transform: uppercase;
  font-weight: 200;
  font-family: "ridley-grotesk", serif;
  font-size: 13px;
}
.full-side-section .property-tile {
  font-size: 34px;
}
.full-side-section .property-price {
  font-size: 13px;
}

.connect-section {
  position: relative;
  padding: 60px 0px;
  overflow: hidden;
  background-color: #F2F1F0;
}
.connect-section .container {
  z-index: 10;
  position: relative;
}
.connect-section .section-pre-title {
  font-size: 13px;
  color: #CCCAC6;
}
.connect-section .section-title {
  letter-spacing: 1.8px;
  font-family: "ridley-grotesk", serif;
  color: #171717;
  text-transform: uppercase;
  font-size: 21px;
}
@media only screen and (max-width: 767.98px) {
  .connect-section .section-title {
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .connect-section .contact-form {
    margin-top: 20px;
  }
}
.connect-section:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../images/ko-homes-half-symbol.png");
  background-size: cover;
  width: 160px;
  height: 370px;
  background-position: 50%;
  right: 0px;
  top: 0px;
  transform: translateY(40%);
  opacity: 25%;
}
@media only screen and (min-width: 767.98px) {
  .connect-section .col-6:first-of-type {
    padding-right: 60px;
  }
}
.connect-section .gform_confirmation_message {
  background-color: #cccac6;
  border-radius: 10px;
  color: #171717;
}
.connect-section.two-columns .section-title {
  font-family: "ivypresto-display", serif;
  font-size: 30px;
  text-transform: capitalize;
  line-height: 38px;
}

.image-content-section .img-right {
  order: 2;
}
@media only screen and (max-width: 767.98px) {
  .image-content-section .img-right {
    order: 0;
  }
}
.image-content-section a.link {
  margin-top: 20px;
}
.image-content-section img {
  object-fit: cover;
}
@media only screen and (max-width: 767.98px) {
  .image-content-section img {
    margin-bottom: 20px;
    width: 100%;
  }
}
.image-content-section .embedded-media-player {
  border-radius: 20px;
}
@media only screen and (max-width: 767.98px) {
  .image-content-section .embedded-media-player {
    margin-bottom: 20px;
  }
}
.image-content-section .embedded-media-player .plyr.plyr--full-ui.plyr--video.plyr--youtube {
  border-radius: 20px;
}
.image-content-section .embedded-media-player .plyr.plyr--full-ui.plyr--video.plyr--youtube .plyr__video-wrapper {
  border-radius: 20px;
}

.image-content-section .container .row {
  margin-bottom: 80px;
}
@media only screen and (max-width: 991.98px) {
  .image-content-section .container .row {
    margin-bottom: 40px;
  }
}
.image-content-section .row.img-right {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 767.98px) {
  .image-content-section .row.img-right .col-6:nth-of-type(2) {
    padding-right: 60px;
  }
}

@media only screen and (min-width: 767.98px) {
  .image-content-section .row:not(.img-right) .col-6:nth-of-type(2) {
    padding-left: 60px;
  }
}

.image-content-section img {
  max-height: 340px;
}

div#postsContainer:nth-child(1) {
  display: none;
}

/*-----------------*\
    Home Page Style
\*-----------------*/
.property-details {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .property-details {
    display: flex;
    justify-content: space-around;
  }
}
.property-details > li {
  display: flex;
  align-items: center;
}
.property-details > li + li {
  margin-left: 15px;
}
.property-details > li i {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  filter: grayscale(80%);
}
@media only screen and (max-width: 767.98px) {
  .property-details li {
    margin-left: 0px !important;
    margin-bottom: 5px;
  }
}

/*----------------------*\
    Discover Page Style
\*----------------------*/
.hero-section.sub .search-location {
  margin-top: 34px;
}

.listings-section {
  padding-top: 40px;
}

.listings-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767.98px) {
  .listings-head .title {
    width: 100%;
    margin-bottom: 10px;
  }
}
.listings-head .locations-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.listings-head .locations-list li {
  display: inline-block;
  margin-right: 14px;
}
@media only screen and (max-width: 767.98px) {
  .listings-head .locations-list li {
    margin-right: 7px;
  }
}
@media only screen and (max-width: 767.98px) {
  .listings-head .locations-list li a {
    padding: 5px 9px;
  }
}
.listings-head .locations-list li .get-by-location {
  background-color: transparent;
  color: #171717;
  border: 1px solid #171717;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.listings-head .locations-list li .get-by-location:hover, .listings-head .locations-list li .get-by-location.active {
  color: #fff;
  background-color: #171717;
}
.listings-head .locations-list li:hover .get-by-location, .listings-head .locations-list li.active .get-by-location {
  color: #fff;
  background-color: #171717;
}
@media only screen and (max-width: 767.98px) {
  .listings-head .filter-dropdown {
    width: auto;
    margin-left: auto;
  }
}

.listings-container .property-box {
  margin-bottom: 30px;
}
.listings-container .property-box .box-body {
  padding: 15px;
}
.listings-container .filter-box .filter-item {
  transition: all 0.3s ease-in-out;
}
.listings-container .filter-box .filter-item.hide {
  display: none;
}

.dropdown {
  position: relative;
}
.dropdown .dd-btn {
  color: #cccac6;
  font-size: 24px;
  display: block;
}
.dropdown-body {
  min-width: 317px;
  position: absolute;
  right: 0;
  z-index: 888;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.dropdown-body .dd-head {
  padding: 28px 10px;
  background: #e1e7ea;
  border-top-left-radius: 20px;
}
.dropdown-body .dd-inner-dd .dd-inner-head {
  padding: 28px 10px;
  background-color: #fff;
  text-align: center;
}
.dropdown-body .dd-inner-dd .dd-inner-head i {
  margin-left: 20px;
  color: #ab9472;
}
.dropdown-body .dd-inner-dd .dd-inner-head select {
  color: #c4cfd5;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.dropdown-body .dd-inner-dd .dd-inner-body {
  padding: 15px 30px;
}
.dropdown-body .dd-inner-dd .dd-inner-body .radio.custom {
  margin-left: -30px;
  margin-right: -30px;
}
.dropdown-body .dd-inner-dd .dd-inner-body .radio.custom label {
  color: #707070;
  padding: 15px 30px;
  display: block;
}
.dropdown-body .dd-inner-dd .dd-inner-body .radio.custom input {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -9999px;
}
.dropdown-body .dd-inner-dd .dd-inner-body .radio.custom input:checked + label {
  background-color: #cccac6;
  color: #fff;
  margin-top: -1px;
  margin-bottom: -1px;
}
.dropdown-body .dd-inner-dd .dd-inner-body ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.dropdown-body .dd-inner-dd .dd-inner-body ul li {
  border-bottom: 1px solid #cccac6;
}
.dropdown-body .dd-inner-dd .dd-inner-body ul li:last-child {
  border: none;
}
.dropdown-body .dd-inner-dd .dd-inner-body ul li a {
  text-decoration: none;
  color: #707070;
}
.dropdown-body .dd-content {
  padding: 30px;
  background: white;
}
.dropdown-body .dd-content .radio-group {
  margin-top: 20px;
}
.dropdown-body .dd-content .radio-group .radio + .radio {
  margin-top: 15px;
}
.dropdown-body .dd-content .radio-group .radio label {
  margin-left: 15px;
  font-size: 14px;
  color: #707070;
}
.dropdown-body .dd-footer {
  padding: 28px 0px;
  background: #e1e7ea;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 12px;
}

/*------------------------------*\
    Property Single Page Style
\*------------------------------*/
.badge {
  display: inline-block;
  background-color: #cccac6;
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 200;
  font-family: "ridley-grotesk", serif;
}
.badge i {
  border: 1px solid #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  font-size: 9px;
  line-height: 15px;
  margin-right: 7px;
}

.single-property-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.single-property-details .left {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.single-property-details .left > div {
  display: inline-block;
}
@media only screen and (max-width: 767.98px) {
  .single-property-details .left > div {
    display: block;
    width: 100%;
  }
}
.single-property-details .left > div + div {
  margin-left: 60px;
}
@media only screen and (max-width: 767.98px) {
  .single-property-details .left > div + div {
    margin-left: 0;
    margin-top: 20px;
  }
}
.single-property-details .left > div h6 {
  color: #171717;
  font-weight: 200;
  font-family: "ridley-grotesk", serif;
  font-size: 13px;
}
.single-property-details .left > div p {
  font-size: 18px;
  color: #8e8e8e;
  margin-top: 10px;
}
@media only screen and (max-width: 767.98px) {
  .single-property-details .left {
    order: 2;
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .single-property-details .right {
    order: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
.single-property-details .location {
  max-width: 420px;
}
.single-property-details .detail-links a + a {
  margin-left: 28px;
}
.single-property-details .detail-links a {
  text-decoration: none;
  vertical-align: middle;
  font-size: 30px;
  color: #cccac6;
  display: inline-block;
  line-height: 1em;
}

.features-list {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: repeat(12, 1fr);
  list-style: none;
  margin: 0;
  width: 100%;
  margin-bottom: 40px;
}
.features-list li {
  color: #8E8E8E;
  font-size: 18px;
  display: flex;
  justify-content: flex-start;
  letter-spacing: 0.5px;
  align-items: center;
  font-family: "ridley-grotesk", serif;
  grid-column: span 3;
}
@media only screen and (max-width: 767.98px) {
  .features-list li {
    grid-column: span 6;
  }
  .features-list li i, .features-list li img {
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .features-list li {
    grid-column: span 4;
  }
  .features-list li i, .features-list li img {
    margin-right: 10px;
  }
}
.features-list i, .features-list img {
  margin-right: 24px;
  object-fit: contain;
  background-size: contain;
  width: 30px;
  height: 30px;
  filter: grayscale(50%) invert(50%);
  -webkit-filter: grayscale(50%) invert(50%);
}

.single-about-section {
  padding-top: 40px;
}
@media only screen and (max-width: 767.98px) {
  .single-about-section .breadcrumb {
    display: none;
  }
}
.single-about-section .table-card {
  margin-bottom: 40px;
}
.single-about-section .table-card .header {
  letter-spacing: 2px;
}
.single-about-section .table-card .header h6 {
  font-weight: 400;
}
@media only screen and (max-width: 767.98px) {
  .single-about-section .table-card {
    margin-bottom: 20px;
  }
}

/*------------------------------*\
    learn Page Style
\*------------------------------*/
.home-section .row + .row {
  margin-top: 100px;
}

.blog-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  border-bottom: 1px solid #ab9472;
  padding: 25px 0;
}
.blog-links .left h6 {
  color: #c4cfd5;
}
.blog-links .left p {
  color: #2b2e2e;
}
.blog-links i {
  font-size: 24px;
  margin-left: 80px;
}

.team-profile {
  text-align: center;
  margin-bottom: 20px;
}
.team-profile .avatar {
  width: 163px;
  height: 163px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 45px;
}
.team-profile .avatar img {
  width: 100%;
}
.team-profile .title {
  margin-bottom: 15px;
}

.faq-bottom-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-bottom-nav .left-nav,
.faq-bottom-nav .right-nav {
  font-size: 21px;
  font-weight: 700;
  color: #8e8e8e;
  position: relative;
  text-decoration: none;
}
.faq-bottom-nav .left-nav i,
.faq-bottom-nav .right-nav i {
  position: absolute;
  font-size: 40px;
  margin-top: -6px;
}
.faq-bottom-nav .left-nav i {
  left: -60px;
}
.faq-bottom-nav .right-nav i {
  right: -60px;
}

.blog-content-inner {
  overflow: auto;
}

.wp-block-image .alignleft {
  margin: 0.5em 2em 0.5em 0;
}

.wp-block-image .alignright {
  margin: 0.5em 0 0.5em 2em;
}

.posts-container .row:nth-child(2n) {
  flex-direction: row-reverse;
}

.posts-container p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-template-landing-page .hero-section.main .title {
  font-weight: 200;
  color: #cccac6;
  border-radius: 5px;
  padding: 4px 20px;
}
.page-template-landing-page .bg-overlay-dark:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.page-template-landing-page .main-header.landing-page-header {
  position: relative;
  width: 100%;
}
.page-template-landing-page .main-header.landing-page-header .main-nav {
  justify-content: center;
}
.page-template-landing-page .main-header + * {
  margin-top: 0px;
}
.page-template-landing-page .connect-section .section-pre-title {
  font-size: 14px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767.98px) {
  .page-template-landing-page .connect-section h4.section-pre-title,
.page-template-landing-page .connect-section .section-title {
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .page-template-landing-page .landing-page-content .hero-section .title {
    font-size: 32px;
  }
}

.gform_confirmation_message {
  padding: 10px;
  background-color: #cccac6;
  text-align: center;
  color: #171717;
  font-size: 21px;
  margin-bottom: 10px;
}

.iti.iti--allow-dropdown {
  width: 100%;
}
.iti.iti--allow-dropdown input[type=tel] {
  padding-left: 55px !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

/*# sourceMappingURL=main.css.map */
