@charset "UTF-8";
.home .pin-spacer {
  z-index: auto !important;
}

.home .portfolios {
  height: 100%;
}
.home .portfolios .portfolio-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home .portfolios .portfolio-item:first-child {
  -webkit-clip-path: polygon(50% -50%, 150% 50%, 50% 150%, -50% 50%);
          clip-path: polygon(50% -50%, 150% 50%, 50% 150%, -50% 50%);
}
.home .portfolios .portfolio-item:not(:first-child) {

  -webkit-clip-path: polygon(150% 50%, 150% 50%, 50% 150%, 50% 150%);
          clip-path: polygon(150% 50%, 150% 50%, 50% 150%, 50% 150%);
}

.home #site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.home #site-header section {
  -webkit-animation: none;
       -o-animation: none;
          animation: none;
}
.home .fheight {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}
.home .fheight.hero {
  position: fixed;
  top: 0;
  left: 0;
}
.home .fheight.growing-places {
  -webkit-clip-path: polygon(150% 50%, 150% 50%, 50% 150%, 50% 150%);
          clip-path: polygon(150% 50%, 150% 50%, 50% 150%, 50% 150%);
}
.home.header-on-hero #site-header {
  background: transparent;
}
.home .scale {
  background-color: #fff;
  margin-top: -300vh;
  -webkit-clip-path: polygon(150% 50%, 150% 50%, 50% 150%, 50% 150%);
          clip-path: polygon(150% 50%, 150% 50%, 50% 150%, 50% 150%);
}
.home .scale svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 99px;
  max-width: none;
}

.home .scale svg {
  height: auto;
}

@media (min-width: 768px) {
  .home .scale svg {
    width: 273px;
  }
}
.home .culture svg {
  width: 75%;
  max-width: 686px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: visible;
  opacity: 1;
}

.home .culture svg path {
  fill: #fff;
}

body.page-contact-us .page-header {
  height: 100vh;
}

body.page-about-us .page-header {
  height: 100vh;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header-bar.is-stuck {
  background-color: #000;
}

body:not(.home) {
  overflow: unset;
}

body:not(.home) .site-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background-color: #FFF;
}

body:not(.home).admin-bar .site-header {
  top: 32px;
}

.elementor .elementor-section.elementor-section-boxed > .elementor-container {
  position: relative;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
}

.e-con > .e-con-inner {
  max-width: 1800px;
}

@media (min-width: 768px) {
  .elementor .elementor-section.elementor-section-boxed > .elementor-container,
  .e-con > .e-con-inner {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .elementor .elementor-section.elementor-section-boxed > .elementor-container,
  .e-con > .e-con-inner {
    padding: 0 50px;
  }
}
section.is-stuck {
  background-color: #000;
}

@media only screen and (max-width: 1024px) {
  #mmenu_toggle {
    right: 0;
  }
}
.btn, button, input[type=submit] {
  -webkit-appearance: none;
  border: 1px solid #000;
  line-height: 1.47;
  cursor: pointer;
  outline: none;
  display: inline-block;
  position: relative;
  font-family: Graphik Regular, sans-serif;
  color: #fff;
  background: #000;
  padding: 13px 25px;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  text-align: center;
}

.btn.btn-secondary, button.btn-secondary, input[type=submit].btn-secondary {
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: transparent;
  padding: 8px 18px;
  color: #000;
}

@media (min-width: 480px) {
  .btn[target=_blank], button[target=_blank], input[type=submit][target=_blank] {
    padding-left: 48px;
  }
}
.btn[target=_blank] svg, button[target=_blank] svg, input[type=submit][target=_blank] svg {
  position: absolute;
  left: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn.btn-secondary[target=_blank] svg path, button.btn-secondary[target=_blank] svg path, input[type=submit].btn-secondary[target=_blank] svg path {
  stroke: #000;
}

@font-face {
  font-family: "Graphik Regular";
  src: url(/wp-content/themes/eden//dist/fonts/Graphik-Regular-Web.woff2) format("woff2"), url(/wp-content/themes/eden//dist/fonts/Graphik-Regular-Web.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Graphik Regular Italic";
  src: url(/wp-content/themes/eden//dist/fonts/Graphik-RegularItalic-Web.woff2) format("woff2"), url(/wp-content/themes/eden//dist/fonts/Graphik-RegularItalic-Web.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Graphik Semibold";
  src: url(/wp-content/themes/eden//dist/fonts/Graphik-Semibold-Web.woff2) format("woff2"), url(/wp-content/themes/eden//dist/fonts/Graphik-Semibold-Web.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Graphik Semibold Italic";
  src: url(/wp-content/themes/eden//dist/fonts/Graphik-SemiboldItalic-Web.woff2) format("woff2"), url(/wp-content/themes/eden//dist/fonts/Graphik-SemiboldItalic-Web.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Graphik Bold";
  src: url(/wp-content/themes/eden//dist/fonts/Graphik-Bold-Web.woff2) format("woff2"), url(/wp-content/themes/eden//dist/fonts/Graphik-Bold-Web.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Graphik Bold Italic";
  src: url(/wp-content/themes/eden//dist/fonts/Graphik-BoldItalic-Web.woff2) format("woff2"), url(/wp-content/themes/eden//dist/fonts/Graphik-BoldItalic-Web.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
.single-property .container,
.page-template-properties-landing .container {
  max-width: 1800px;
  width: 100%;
}

@media (min-width: 768px) {
  .single-property .container,
  .page-template-properties-landing .container {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .single-property .container,
  .page-template-properties-landing .container {
    padding: 0 50px;
  }
}
.content-xxs {
  max-width: 432px;
}

.container {
  padding: 0 50px;
}

.property-header {
  position: relative;
  margin-bottom: 40px;
  height: calc(100vh - 75px);
}
.mobile .property-header {
  height: calc(100vh - 183px);
}
.mobile-safari .property-header {
  height: calc(100vh - 155px);
}
@media (min-width: 768px) {
  .property-header {
    margin-bottom: 60px;
  }
}
@media (min-width: 960px) {
  .property-header {
    height: calc(100vh - 98px);
  }
  .mobile .property-header {
    height: calc(100vh - 206px);
  }
  .mobile-safari .property-header {
    height: calc(100vh - 178px);
  }
}
.property-header .image {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.property-header .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.property-header .image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150%;
  height: 90%;
  background: -webkit-radial-gradient(87.5% 0%, 114.29% 114.29%, rgba(0, 0, 0, 0.36) 41.53%, rgba(0, 0, 0, 0) 71.22%);
  background: -o-radial-gradient(87.5% 0%, 114.29% 114.29%, rgba(0, 0, 0, 0.36) 41.53%, rgba(0, 0, 0, 0) 71.22%);
  background: radial-gradient(114.29% 114.29% at 87.5% 0%, rgba(0, 0, 0, 0.36) 41.53%, rgba(0, 0, 0, 0) 71.22%);
  -webkit-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (min-width: 768px) {
  .property-header .image::after {
    width: 80%;
    height: 68%;
  }
}
.property-header .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 50px;
  color: #fff;
}
@media (min-width: 768px) {
  .property-header .text {
    padding-bottom: 108px;
  }
}
.property-header .text .subtitle {
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .property-header .text .subtitle {
    margin: 0 0 15px;
  }
}
.property-header .text h1 {
  margin: 0;
  font-size: 4.75rem;
  line-height: 1;
  color: #FFF;
}
.property-header.no-img {
  height: auto;
}
.property-header.no-img .text {
  padding: 40px 0 20px;
  position: relative;
  color: #000;
}
@media (min-width: 768px) {
  .property-header.no-img .text {
    padding: 60px 0 40px;
  }
}

.single-property .property-header {
  margin: 0;
  height: calc(100vh - 155px);
}
@media (min-width: 960px) {
  .single-property .property-header {
    height: calc(100vh - 178px);
  }
}
@media (max-width: 767px) {
  .single-property .property-header .text {
    padding-bottom: 95px;
  }
}
.single-property .property-header .text .subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -14px 24px;
  line-height: 0.6;
}
.single-property .property-header .text .subtitle .meta {
  padding: 0 14px;
  border-right: 1px solid #fff;
  padding-top: 2px;
}
.single-property .property-header .text .subtitle .meta:last-child {
  border-right: 0;
}
.single-property .property-header .text .link {
  position: absolute;
  bottom: -65px;
}
@media (min-width: 768px) {
  .single-property .property-header .text .link {
    bottom: -78px;
  }
}
.single-property.mobile .property-header {
  height: calc(100vh - 260px);
}
@media (min-width: 960px) {
  .single-property.mobile .property-header {
    height: calc(100vh - 285px);
  }
}
.single-property.mobile-safari .property-header {
  height: calc(100vh - 232px);
}
@media (min-width: 960px) {
  .single-property.mobile-safari .property-header {
    height: calc(100vh - 257px);
  }
}
.single-property .page-navigation {
  position: sticky;
  top: 75px;
  background-color: #fff;
  padding: 13px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  z-index: 1;
  overflow: auto;
}
@media (min-width: 960px) {
  .single-property .page-navigation {
    top: 98px;
  }
}
.single-property .page-navigation .grid {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-property .page-navigation .col {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  width: auto;
}
.single-property .page-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.single-property .page-navigation li {
  margin-right: 16px;
}
@media (min-width: 768px) {
  .single-property .page-navigation li {
    margin-right: 32px;
  }
}
@media (max-width: 767px) {
  .single-property .page-navigation li:last-child a {
    margin-right: 20px;
  }
}
.single-property .page-navigation .anchor {
  opacity: 0.4;
  display: block;
  padding: 14px 0;
}
@media (hover: hover) {
  .single-property .page-navigation .anchor:hover {
    opacity: 1;
  }
}
.single-property .page-navigation .anchor.active {
  opacity: 1;
}
.single-property .module {
  margin-bottom: 45px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .single-property .module {
    margin-bottom: 100px;
  }
}
.single-property .module.map:last-child {
  margin-bottom: 0;
}
.single-property .specs {
  padding: 40px 0 0;
}
.single-property .specs h3.heading {
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .single-property .specs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 40px 0 22px;
    margin-bottom: 75px;
  }
}
.single-property .specs .status {
  display: block;
}
@media (max-width: 767px) {
  .single-property .overview-text .grid > div:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 88px;
  }
}
.single-property .overview-text .property-logo {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .single-property .overview-text .property-logo {
    margin-bottom: 85px;
  }
}
.single-property .overview-text .sidebar-content .item {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .single-property .overview-text .sidebar-content .item {
    margin-bottom: 65px;
  }
}
.single-property .overview-text .sidebar-content .item:last-child {
  margin-bottom: 0;
}
.single-property .overview-text .heading {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .single-property .overview-text .heading {
    margin-bottom: 50px;
  }
}
.single-property .overview-text .links-wrap {
  margin-top: 45px;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (min-width: 480px) {
  .single-property .overview-text .links-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .single-property .overview-text .links-wrap {
    display: block;
  }
}
@media (min-width: 960px) {
  .single-property .overview-text .links-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .single-property .overview-text .links-wrap::after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .single-property .overview-text .links-wrap .btn,
  .single-property .overview-text .links-wrap .link {
    float: left;
    clear: both;
  }
}
.single-property .overview-text .links-wrap .btn {
  margin: 0 0 15px;
}
.single-property .overview-text .links-wrap .btn:last-child {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .single-property .overview-text .links-wrap .btn {
    margin: 0 22px 0 0;
  }
}
@media (min-width: 768px) {
  .single-property .overview-text .links-wrap .btn {
    margin: 0 0 15px;
  }
}
@media (min-width: 960px) {
  .single-property .overview-text .links-wrap .btn {
    margin: 0 22px 0 0;
  }
}
.single-property .gallery {
  overflow: hidden;
}
.single-property .gallery .heading {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .single-property .gallery .heading {
    margin-bottom: 40px;
  }
}
.single-property .gallery .slick-slider {
  cursor: -webkit-grab;
  cursor: grab;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .single-property .gallery .slick-slider {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 1200px) {
  .single-property .gallery .slick-slider {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media (min-width: 1800px) {
  .single-property .gallery .slick-slider {
    margin-left: calc(-50vw + 850px);
    margin-right: calc(-50vw + 850px);
  }
}
.single-property .gallery .slick-slider:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.single-property .gallery .slick-slide {
  margin-right: 8px;
}
@media (min-width: 768px) {
  .single-property .gallery .slick-slide {
    margin-right: 22px;
  }
}
.single-property .gallery .slick-list {
  padding: 0 12px 0 20px !important;
}
@media (min-width: 768px) {
  .single-property .gallery .slick-list {
    padding: 0 33% 0 30px !important;
  }
}
@media (min-width: 1200px) {
  .single-property .gallery .slick-list {
    padding: 0 33% 0 50px !important;
  }
}
@media (min-width: 1800px) {
  .single-property .gallery .slick-list {
    padding: 0 33% 0 calc(50vw - 850px) !important;
  }
}
@media (max-width: 767px) {
  .single-property .resources .heading {
    margin-bottom: 35px;
  }
}
.single-property .resources .re-sections {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .single-property .resources .re-sections {
    margin-bottom: 80px;
  }
}
.single-property .resources .re-sections:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) and (hover: hover) {
  .single-property .resources .re-sections.hover a {
    opacity: 0.4;
  }
  .single-property .resources .re-sections.hover a.hover {
    opacity: 1;
  }
}
.single-property .form-block .entry-content > * {
  max-width: 432px;
}
.single-property .form-block .entry-content .gform_wrapper {
  max-width: 100%;
}
.single-property .form-block .entry-content .gform_wrapper:not(:nth-child(2)) {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .single-property .form-block .entry-content .gform_wrapper:not(:nth-child(2)) {
    margin-top: 75px;
  }
}
.single-property .map {
  padding-top: 30px;
}
.single-property .map .heading {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .single-property .map .heading {
    margin-bottom: 40px;
  }
}
.single-property .map .acf-map {
  height: 586px;
}
@media (min-width: 768px) {
  .single-property .map .acf-map {
    height: 520px;
  }
}
.single-property .available-units .heading {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .single-property .available-units .heading {
    margin-bottom: 70px;
  }
}

.page-template-properties-landing .filters-wrap {
  margin: 35px 0 110px;
  -webkit-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.page-template-properties-landing .filters-wrap span {
  font-family: "Graphik bold", sans-serif !important;
}
@media (min-width: 768px) {
  .page-template-properties-landing .filters-wrap {
    margin: 0 0 200px;
  }
}
.page-template-properties-landing .filters-wrap .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .page-template-properties-landing .filters-wrap .row div.item {
    margin-bottom: 10px;
  }
}
.page-template-properties-landing .filters-wrap span {
  opacity: 0.35;
}
.page-template-properties-landing .filter {
  position: relative;
  display: inline-block;
  margin-right: 18px;
}
.page-template-properties-landing .filter .filter-text {
  display: inline-block;
  position: relative;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE2IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMTUuNDAxIDFMOC4yMDQ3OSA4LjExMjk5TDEgMSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+DQo8L3N2Zz4NCg==) no-repeat right center;
  background-size: 13px auto;
  padding: 0 22px 2px 0;
  opacity: 1;
  cursor: pointer;
  color: #000;
}
@media (min-width: 768px) {
  .page-template-properties-landing .filter .filter-text {
    padding: 0 32px 4px 0;
    background-size: 17.53px auto;
  }
}
.page-template-properties-landing .filter .filter-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 32px);
  height: 1px;
  background-color: #000;
}
.page-template-properties-landing .filter .dropdown-list {
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 365px;
  background-color: #fff;
  z-index: 120;
  padding: 23px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.page-template-properties-landing .filter .dropdown-list.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .page-template-properties-landing .filter .dropdown-list {
    display: none;
  }
}
.page-template-properties-landing .filter .dropdown-list li a {
  font-size: 17px;
  font-family: "Graphik Regular", sans-serif;
  display: block;
}
.page-template-properties-landing .filter .dropdown-list li:first-child a {
  padding-right: 35px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE2IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMTUuNDAxIDFMOC4yMDQ3OSA4LjExMjk5TDEgMSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+DQo8L3N2Zz4NCg==) no-repeat right center;
  background-size: 17.53px auto;
}
@media (min-width: 768px) and (hover: hover) {
  .page-template-properties-landing .filter .dropdown-list:hover a {
    opacity: 0.5;
  }
  .page-template-properties-landing .filter .dropdown-list:hover a:hover {
    opacity: 1;
  }
}
.page-template-properties-landing .view-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
@media (max-width: 479px) {
  .page-template-properties-landing .view-options {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 480px) {
  .page-template-properties-landing .view-options .view-by {
    margin-right: 90px;
  }
}
.page-template-properties-landing .view-options .sort-by.hide {
  display: none;
}
.page-template-properties-landing .view-options .title {
  font-size: 13px;
  letter-spacing: 0.03em;
  opacity: 0.9;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-template-properties-landing .view-options .options-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-properties-landing .view-options .option {
  padding: 0 16px;
  line-height: 0.7;
  position: relative;
}
.page-template-properties-landing .view-options .option::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 13px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000;
}
.page-template-properties-landing .view-options .option:last-child::after {
  display: none;
}
.page-template-properties-landing .view-options button {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: #000;
  opacity: 0.4;
}
.page-template-properties-landing .view-options button.active {
  opacity: 1;
}
@media (hover: hover) {
  .page-template-properties-landing .view-options button:hover {
    opacity: 1;
  }
}
.page-template-properties-landing .view-options button path {
  stroke: inherit;
}
.page-template-properties-landing .map {
  display: none;
  background-color: #f1f1f1;
}
.page-template-properties-landing .map.show {
  display: block;
}
.page-template-properties-landing .posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-template-properties-landing .posts.hide {
  display: none;
}
.page-template-properties-landing .posts .f-properties {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

body.single-property.admin-bar .page-navigation {
  top: 130px;
}

.module {
  margin-bottom: 75px;
}
.module:last-child {
  margin-bottom: 95px;
}
@media (min-width: 768px) {
  .module {
    margin-bottom: 130px;
  }
  .module:last-child {
    margin-bottom: 150px;
  }
}

.anim-block {
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  opacity: 0;
  -webkit-transform: translateY(30px);
       -o-transform: translateY(30px);
          transform: translateY(30px);
}
.anim-block.show {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.module-two-column-images .grid > div:last-child {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .module-two-column-images .grid > div:last-child {
    margin-top: 16%;
  }
}

.module-two-column-content .heading {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .module-two-column-content .heading {
    margin-bottom: 85px;
  }
}
@media (max-width: 767px) {
  .module-two-column-content .grid > div:last-child {
    margin-top: 65px;
  }
}

.module-section-content .entry-content .grid > div {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .module-section-content .entry-content .grid > div {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .module-section-content .entry-content .grid > div:last-child {
    margin-bottom: 0;
  }
}
.module-section-content .btn {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .module-section-content .btn {
    margin-top: 5px;
  }
}

.module-homeowners-manual .entry-content {
  margin-bottom: 30px;
}
.module-homeowners-manual li {
  display: none;
  margin-top: 20px;
}
.module-homeowners-manual .link {
  position: relative;
  display: inline-block;
  padding-left: 28px;
}
.module-homeowners-manual .link svg {
  position: absolute;
  left: 0;
  top: 2px;
}

.module-accordion .heading {
  margin-top: 42px;
}
@media (min-width: 768px) {
  .module-accordion .heading {
    margin: 0 0 65px;
  }
}
@media (min-width: 768px) {
  .module-accordion .text {
    padding-left: 80px;
  }
}
@media (min-width: 1200px) {
  .module-accordion .text {
    padding-left: 143px;
  }
}
@media (max-width: 767px) {
  .module-accordion .text img {
    margin-top: 30px;
  }
}
.module-accordion .text > .entry-content {
  margin-bottom: 47px;
}
@media (min-width: 768px) {
  .module-accordion .text > .entry-content {
    margin-bottom: 92px;
  }
}
.module-accordion .accordion .accordion-item {
  position: relative;
  border-top: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: -1px;
  -webkit-transition: border-color 250ms ease-out;
  -o-transition: border-color 250ms ease-out;
  transition: border-color 250ms ease-out;
}
@media (hover: hover) {
  .module-accordion .accordion .accordion-item:hover {
    border-color: #000;
  }
  .module-accordion .accordion .accordion-item:hover + .accordion-item {
    border-top-color: #000;
  }
}
.module-accordion .accordion .accordion-title {
  padding: 38px 35px 34px 0;
  margin: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xMjU3XzQyNzEpIj4NCjxwYXRoIGQ9Ik0xMC45NSAyMS40QzE2LjcyMTQgMjEuNCAyMS40IDE2LjcyMTQgMjEuNCAxMC45NUMyMS40IDUuMTc4NjIgMTYuNzIxNCAwLjUgMTAuOTUgMC41QzUuMTc4NjIgMC41IDAuNSA1LjE3ODYyIDAuNSAxMC45NUMwLjUgMTYuNzIxNCA1LjE3ODYyIDIxLjQgMTAuOTUgMjEuNFoiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1vcGFjaXR5PSIwLjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPg0KPHBhdGggZD0iTTUuMTAxNTYgMTAuOTQ5MkgxNi44MTE2IiBzdHJva2U9ImJsYWNrIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4NCjxwYXRoIGQ9Ik0xMC45NTMxIDUuMTAxNTZWMTYuODExNiIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+DQo8L2c+DQo8ZGVmcz4NCjxjbGlwUGF0aCBpZD0iY2xpcDBfMTI1N180MjcxIj4NCjxyZWN0IHdpZHRoPSIyMS45MSIgaGVpZ2h0PSIyMS45MSIgZmlsbD0id2hpdGUiLz4NCjwvY2xpcFBhdGg+DQo8L2RlZnM+DQo8L3N2Zz4NCg==);
  background-repeat: no-repeat;
  background-position: right center;
}
@media (min-width: 768px) {
  .module-accordion .accordion .accordion-title {
    padding: 38px 0 34px 35px;
    background-position: left center;
  }
}
.module-accordion .accordion .accordion-title.active {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xMjU3XzQyNzApIj4NCjxwYXRoIGQ9Ik0xMC45NSAyMS40QzE2LjcyMTQgMjEuNCAyMS40IDE2LjcyMTQgMjEuNCAxMC45NUMyMS40IDUuMTc4NjIgMTYuNzIxNCAwLjUgMTAuOTUgMC41QzUuMTc4NjIgMC41IDAuNSA1LjE3ODYyIDAuNSAxMC45NUMwLjUgMTYuNzIxNCA1LjE3ODYyIDIxLjQgMTAuOTUgMjEuNFoiIGZpbGw9IndoaXRlIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utb3BhY2l0eT0iMC41IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4NCjxwYXRoIGQ9Ik01LjEwMTU2IDEwLjk0OTJIMTYuODExNiIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+DQo8L2c+DQo8ZGVmcz4NCjxjbGlwUGF0aCBpZD0iY2xpcDBfMTI1N180MjcwIj4NCjxyZWN0IHdpZHRoPSIyMS45MSIgaGVpZ2h0PSIyMS45MSIgZmlsbD0id2hpdGUiLz4NCjwvY2xpcFBhdGg+DQo8L2RlZnM+DQo8L3N2Zz4NCg==);
}
.module-accordion .accordion .accordion-content {
  display: none;
  padding-bottom: 30px;
  margin-top: -15px;
}
@media (min-width: 768px) {
  .module-accordion .accordion .accordion-content {
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .module-accordion .accordion .accordion-content {
    font-size: 15px;
  }
  .module-accordion .accordion .accordion-content ul li::before {
    top: 9px;
  }
}
@media (min-width: 768px) {
  .module-accordion.no-img .accordion {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
  }
}
@media (max-width: 767px) {
  .module-accordion.no-img .accordion {
    margin-top: 27px;
  }
}
@media (min-width: 768px) {
  .module-accordion.no-img .accordion .accordion-item {
    margin: 0 0 -1px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .module-accordion.no-img .accordion .accordion-item.middle {
    -webkit-column-break-after: column;
       -moz-column-break-after: column;
            break-after: column;
  }
}
@media (hover: hover) {
  .module-accordion.no-img .accordion .accordion-item.middle:hover + .accordion-item {
    border-top-color: #c5c5c5;
  }
}
.module-accordion.no-img .text {
  padding-left: 11px;
}

.module-cta {
  padding: 75px 0 80px;
  border-bottom: 1px solid #fff;
  margin: 0;
}
@media (min-width: 768px) {
  .module-cta {
    padding: 75px 0 88px;
  }
}
.module-cta .btn {
  margin-top: 18px;
}
@media (min-width: 768px) {
  .module-cta .btn {
    margin-top: 8px;
  }
}

.module-featured-content .mobile-content-block {
  margin-bottom: 50px;
}
.module-featured-content .grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 85px;
}
@media (min-width: 768px) {
  .module-featured-content .grid {
    margin-bottom: 90px;
  }
}
.module-featured-content .grid .img-desc {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .module-featured-content .grid .img-desc {
    margin-top: 50px;
  }
}
.module-featured-content .grid .img-desc h2 {
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .module-featured-content .grid .img-desc h2 {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .module-featured-content .grid .text:not(.with-logo) {
    margin-top: 42px;
  }
}
.module-featured-content .grid .content-logo {
  margin: 42px 0;
}
@media (min-width: 768px) {
  .module-featured-content .grid .content-logo {
    margin: 0 0 72px;
  }
}
.module-featured-content .grid .content-logo + h3 {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .module-featured-content .grid .content-logo + h3 {
    margin: 0 0 15px;
  }
}
.module-featured-content .grid .btn {
  margin-top: 12px;
}
@media (min-width: 768px) {
  .module-featured-content .grid .btn {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .module-featured-content .grid .big-heading {
    margin-top: 22px;
  }
}
.module-featured-content .grid .big-heading h3 {
  letter-spacing: -0.02em;
  line-height: 0.8;
  font-family: "Graphik Bold", sans-serif;
  margin: 0 0 35px;
  font-size: 81px;
}
@media (min-width: 768px) {
  .module-featured-content .grid .big-heading h3 {
    font-size: 80px;
  }
}
@media (min-width: 960px) {
  .module-featured-content .grid .big-heading h3 {
    font-size: 100px;
  }
}
@media (min-width: 1200px) {
  .module-featured-content .grid .big-heading h3 {
    font-size: 125px;
  }
}
@media (min-width: 1600px) {
  .module-featured-content .grid .big-heading h3 {
    font-size: 150px;
  }
}
.module-featured-content .grid .big-heading h3 + p {
  font-size: 15px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .module-featured-content .grid .big-heading h3 + p {
    font-size: 18px;
    line-height: 1.39;
    font-family: "Graphik Semibold", sans-serif;
  }
}
@media (min-width: 768px) {
  .module-featured-content .grid:nth-child(odd) .image {
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .module-featured-content .grid:nth-child(odd) .image {
    padding-right: 114px;
  }
}
@media (min-width: 768px) {
  .module-featured-content .grid:nth-child(odd) .big-heading {
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  .module-featured-content .grid:nth-child(odd) .big-heading {
    padding-left: 114px;
  }
}
@media (min-width: 768px) {
  .module-featured-content .grid:nth-child(even) .image {
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  .module-featured-content .grid:nth-child(even) .image {
    padding-left: 114px;
  }
}
@media (min-width: 768px) {
  .module-featured-content .grid:nth-child(even) .text {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media (min-width: 768px) {
  .module-featured-content .grid:nth-child(even) .img-desc {
    margin-left: 50%;
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  .module-featured-content .grid:nth-child(even) .img-desc {
    padding-left: 114px;
  }
}

.module-masonry-images .grid-item {
  margin-bottom: 22px;
}
.module-masonry-images .grid-item img {
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(30px);
       -o-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
}
.module-masonry-images .grid-item img.show {
  opacity: 1;
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.module-quote blockquote {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .module-quote blockquote {
    margin-bottom: 80px;
  }
}

.module-related-news {
  margin: 0;
}
.module-related-news:last-child {
  margin: 0;
}
.module-related-news .heading {
  margin: 0 0 42px;
}
@media (min-width: 768px) {
  .module-related-news .heading {
    margin: 0 0 85px;
  }
}
.module-related-news .news-list .grid > div {
  margin-bottom: 70px;
}
.module-related-news .news-list .grid > div:last-child {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .module-related-news .news-list .grid > div {
    margin-bottom: 0;
  }
}

/* stylelint-disable no-descending-specificity */
.post-types-list {
  margin-bottom: 0;
  -webkit-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
@media (min-width: 768px) {
  .post-types-list {
    margin-bottom: 45px;
  }
}
.post-types-list .date {
  display: block;
  margin-bottom: 10px;
}
.post-types-list .image {
  margin-bottom: 23px;
  position: relative;
}
@media (min-width: 768px) {
  .post-types-list .image {
    margin-bottom: 30px;
  }
}
.post-types-list .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.post-types-list .image img {
  width: 100%;
}
.post-types-list .item {
  margin-bottom: 70px;
}
@media (min-width: 768px) {
  .post-types-list .item {
    margin-bottom: 90px;
  }
}
.post-types-list .item > a {
  display: block;
}
@media (hover: hover) {
  .post-types-list .item > a:hover .image::after {
    opacity: 0.2;
  }
}
.post-types-list .title {
  margin: 0 0 35px;
}
@media (min-width: 768px) {
  .post-types-list .title {
    margin: 0 0 25px;
  }
}
.post-types-list .cats {
  font-size: 13px;
  color: #000;
  opacity: 0.4;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.post-types-list .cats a {
  padding-bottom: 1px;
}
.post-types-list .status {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #fff;
  border-radius: 3px;
  z-index: 1;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 4px 19px;
}
.post-types-list .status[data-status=past-projects], .post-types-list .status[data-status=previously-owned] {
  background-color: #000;
  color: #fff;
}
.post-types-list .page-item {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .post-types-list .page-item {
    margin-bottom: 60px;
  }
}
.post-types-list .page-item .title {
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .post-types-list.properties-list:not(:last-child) {
    margin-bottom: 0;
  }
}
.post-types-list.properties-list .image {
  margin-bottom: 20px;
}

.featured-posts {
  background-color: #f1f1f1;
  margin-bottom: 84px;
  overflow: hidden;
  -webkit-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
@media (min-width: 768px) {
  .featured-posts {
    margin-bottom: 107px;
  }
}
.featured-posts.hide {
  display: none;
}
.featured-posts .text {
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .featured-posts .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 26px 0 58px;
  }
}
.featured-posts .image {
  padding: 0;
}
@media (max-width: 767px) {
  .featured-posts .img-wrap {
    margin: 0 -20px;
  }
}
@media (min-width: 768px) {
  .featured-posts .img-wrap {
    height: 100%;
  }
}
.featured-posts .img-wrap a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}
.featured-posts .img-wrap a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
@media (hover: hover) {
  .featured-posts .img-wrap a:hover::after {
    opacity: 0.2;
  }
}
.featured-posts .img-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .featured-posts .img-wrap img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.featured-posts .status {
  position: absolute;
  top: 20px;
  background-color: #fff;
  border-radius: 3px;
  z-index: 1;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 4px 24px;
}
@media (max-width: 767px) {
  .featured-posts .status {
    left: 0;
  }
}
.featured-posts .status[data-status=past-projects] {
  background-color: #000;
  color: #fff;
}
.featured-posts .grid {
  margin: 0;
}
.featured-posts .grid.hide {
  display: none;
}
@media (min-width: 768px) {
  .featured-posts .grid:nth-child(odd) .status, .featured-posts .grid:nth-child(1).hide + .grid .status {
    left: 20px;
    right: auto;
  }
}
@media (min-width: 768px) {
  .featured-posts .grid:nth-child(odd) .text, .featured-posts .grid:nth-child(1).hide + .grid .text {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 75px 30px 140px 0;
  }
}
@media (min-width: 1200px) {
  .featured-posts .grid:nth-child(odd) .text, .featured-posts .grid:nth-child(1).hide + .grid .text {
    padding: 75px 50px 140px 0;
  }
}
@media (min-width: 768px) {
  .featured-posts .grid:nth-child(odd) .image, .featured-posts .grid:nth-child(1).hide + .grid .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 768px) {
  .featured-posts .grid:nth-child(odd) .img-wrap, .featured-posts .grid:nth-child(1).hide + .grid .img-wrap {
    margin-left: 0;
    margin-right: -30px;
  }
}
@media (min-width: 1200px) {
  .featured-posts .grid:nth-child(odd) .img-wrap, .featured-posts .grid:nth-child(1).hide + .grid .img-wrap {
    margin-right: -50px;
  }
}
@media (min-width: 1800px) {
  .featured-posts .grid:nth-child(odd) .img-wrap, .featured-posts .grid:nth-child(1).hide + .grid .img-wrap {
    margin-right: calc(-50vw + 850px);
  }
}
@media (min-width: 768px) {
  .featured-posts .grid:nth-child(even) .status, .featured-posts .grid:nth-child(1).hide + .grid + .grid .status, .featured-posts .grid:nth-child(2).hide + .grid .status {
    right: 20px;
    left: auto;
  }
}
@media (min-width: 768px) {
  .featured-posts .grid:nth-child(even) .text, .featured-posts .grid:nth-child(1).hide + .grid + .grid .text, .featured-posts .grid:nth-child(2).hide + .grid .text {
    padding: 75px 0 140px 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1200px) {
  .featured-posts .grid:nth-child(even) .text, .featured-posts .grid:nth-child(1).hide + .grid + .grid .text, .featured-posts .grid:nth-child(2).hide + .grid .text {
    padding: 75px 0 140px 50px;
  }
}
@media (min-width: 768px) {
  .featured-posts .grid:nth-child(even) .image, .featured-posts .grid:nth-child(1).hide + .grid + .grid .image, .featured-posts .grid:nth-child(2).hide + .grid .image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 768px) {
  .featured-posts .grid:nth-child(even) .img-wrap, .featured-posts .grid:nth-child(1).hide + .grid + .grid .img-wrap, .featured-posts .grid:nth-child(2).hide + .grid .img-wrap {
    margin-right: 0;
    margin-left: -30px;
  }
}
@media (min-width: 1200px) {
  .featured-posts .grid:nth-child(even) .img-wrap, .featured-posts .grid:nth-child(1).hide + .grid + .grid .img-wrap, .featured-posts .grid:nth-child(2).hide + .grid .img-wrap {
    margin-left: -50px;
  }
}
@media (min-width: 1800px) {
  .featured-posts .grid:nth-child(even) .img-wrap, .featured-posts .grid:nth-child(1).hide + .grid + .grid .img-wrap, .featured-posts .grid:nth-child(2).hide + .grid .img-wrap {
    margin-left: calc(-50vw + 850px);
  }
}
.featured-posts .date {
  display: block;
  margin-bottom: 10px;
}
.featured-posts .title {
  margin: 0 0 50px;
}
@media (min-width: 768px) {
  .featured-posts .title {
    margin: 0 0 32px;
  }
}
.featured-posts .property-logo {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .featured-posts .property-logo {
    margin-bottom: 75px;
  }
}
.featured-posts .cats {
  margin-bottom: 38px;
  font-size: 13px;
  color: #000;
  opacity: 0.4;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .featured-posts .cats {
    position: absolute;
    bottom: 58px;
    margin-bottom: 0;
  }
}
.featured-posts .cats a {
  padding-bottom: 1px;
}
@media (hover: hover) {
  .featured-posts .btn:hover {
    background: #626262;
    border-color: #626262;
    color: #fff;
  }
}
.featured-posts.f-properties .grid .text {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .featured-posts.f-properties .grid .text {
    padding-top: 57px;
  }
}
.featured-posts.f-properties .title {
  margin-bottom: 20px;
  font-size: 21px;
}
@media (max-width: 767px) {
  .featured-posts.f-properties .cats {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .featured-posts.f-properties .btn {
    margin-top: 12px;
  }
}

/* stylelint-enable no-descending-specificity */
.site-content .facetwp-facet {
  margin: 0;
  -webkit-transition: opacity 250ms ease-out;
  -o-transition: opacity 250ms ease-out;
  transition: opacity 250ms ease-out;
}
.site-content .facetwp-facet.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
.site-content .facetwp-facet-category {
  margin: 20px 0 0 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .site-content .facetwp-facet-category {
    margin: 0 0 30px;
  }
}
.site-content .facetwp-facet-category .facetwp-radio {
  background: none;
  padding: 0;
  opacity: 0.35;
  margin: 0 0 5px;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  font-size: 26px;
  line-height: 1.23;
  font-family: "Graphik Bold", sans-serif;
}
@media (min-width: 768px) {
  .site-content .facetwp-facet-category .facetwp-radio {
    margin: 0;
  }
}
.site-content .facetwp-facet-category .facetwp-radio.checked {
  opacity: 1;
}
@media (hover: hover) {
  .site-content .facetwp-facet-category .facetwp-radio:hover {
    opacity: 1;
  }
}
@media (min-width: 960px) {
  .site-content .facetwp-facet-category .facetwp-radio {
    font-size: 32px;
    line-height: 1.16;
  }
}
@media (min-width: 1600px) {
  .site-content .facetwp-facet-category .facetwp-radio {
    font-size: 39px;
    line-height: 1.18;
  }
}
.site-content .facetwp-facet-category .facetwp-counter {
  display: none;
}
.site-content .facetwp-type-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.site-content .facetwp-type-dropdown.is-loading {
  opacity: 0;
}
@media (min-width: 768px) {
  .site-content .facetwp-type-dropdown {
    display: none;
  }
}
.site-content .facetwp-type-dropdown .facetwp-dropdown {
  height: 100%;
  cursor: pointer;
}
.site-content .facetwp-facet-sort_by {
  display: none;
}
.site-content .facetwp-facet-map {
  margin: 0;
}
.site-content .facetwp-facet-map.is-loading {
  opacity: 0;
}
.site-content .facetwp-facet-map #facetwp-map {
  width: 100% !important;
  height: 586px !important;
}
@media (min-width: 768px) {
  .site-content .facetwp-facet-map #facetwp-map {
    height: 630px !important;
  }
}
.site-content .facetwp-facet-map .facetwp-map-filtering {
  display: none;
}
.site-content .facetwp-facet-keywords {
  padding: 35px 0;
}
@media (min-width: 768px) {
  .site-content .facetwp-facet-keywords {
    padding: 50px 0 117px;
  }
}
.site-content .facetwp-facet-keywords .facetwp-input-wrap {
  display: block;
}
.site-content .facetwp-facet-keywords .facetwp-search {
  display: block;
  width: 100%;
  height: 60px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  font-family: "Graphik Bold", sans-serif;
  color: #000;
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0 50px 0 0;
  font-size: 26px;
}
@media (min-width: 960px) {
  .site-content .facetwp-facet-keywords .facetwp-search {
    height: 110px;
    font-size: 62px;
  }
}
.site-content .facetwp-facet-keywords ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #000;
}
.site-content .facetwp-facet-keywords ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
}
.site-content .facetwp-facet-keywords ::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
.site-content .facetwp-facet-keywords :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
}
.site-content .facetwp-facet-keywords :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}
.site-content .facetwp-facet-keywords :placeholder { /* Most modern browsers support this now. */
  color: #000;
}
.site-content .facetwp-icon::before {
  background-image: none;
}
.site-content .facetwp-facet-post_types {
  margin: 0 0 35px;
}
@media (min-width: 768px) {
  .site-content .facetwp-facet-post_types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 48px;
  }
}
.site-content .facetwp-facet-post_types .facetwp-radio {
  background: none;
  padding: 0;
  opacity: 0.35;
  margin: 0 0 5px;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  font-size: 26px;
  line-height: 1.23;
  font-family: "Graphik Bold", sans-serif;
}
@media (min-width: 768px) {
  .site-content .facetwp-facet-post_types .facetwp-radio {
    margin: 0 30px 0 0;
  }
}
.site-content .facetwp-facet-post_types .facetwp-radio[data-value=""] {
  display: none;
}
.site-content .facetwp-facet-post_types .facetwp-radio.checked {
  opacity: 1;
}
@media (hover: hover) {
  .site-content .facetwp-facet-post_types .facetwp-radio:not(.disabled):hover {
    opacity: 1;
  }
}
@media (min-width: 960px) {
  .site-content .facetwp-facet-post_types .facetwp-radio {
    font-size: 32px;
    line-height: 1.16;
  }
}
@media (min-width: 1600px) {
  .site-content .facetwp-facet-post_types .facetwp-radio {
    font-size: 39px;
    line-height: 1.18;
  }
}
.site-content .facetwp-facet-post_types .facetwp-radio .facetwp-counter {
  vertical-align: super;
  font-size: 15px;
  line-height: 1.6;
  font-family: "Graphik Regular", sans-serif;
}
@media (min-width: 768px) {
  .site-content .facetwp-facet-post_types .facetwp-radio .facetwp-counter {
    font-size: 17px;
    line-height: 1.47;
  }
}
.site-content .facetwp-facet-pager_numbers .facetwp-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site-content .facetwp-facet-pager_numbers .facetwp-pager a {
  font-size: 26px;
  line-height: 1.23;
  font-family: "Graphik Bold", sans-serif;
  opacity: 0.35;
  padding: 0 5px;
  margin: 0 5px 64px;
}
@media (min-width: 768px) {
  .site-content .facetwp-facet-pager_numbers .facetwp-pager a {
    margin: 0 5px 115px;
  }
}
.site-content .facetwp-facet-pager_numbers .facetwp-pager a.active {
  opacity: 1;
}
@media (min-width: 960px) {
  .site-content .facetwp-facet-pager_numbers .facetwp-pager a {
    font-size: 32px;
    line-height: 1.16;
  }
}
@media (min-width: 1600px) {
  .site-content .facetwp-facet-pager_numbers .facetwp-pager a {
    font-size: 39px;
    line-height: 1.18;
  }
}
.site-content .facetwp-facet-pager_numbers .facetwp-pager .prev,
.site-content .facetwp-facet-pager_numbers .facetwp-pager .next {
  display: none;
}
@media (min-width: 480px) {
  .site-content .facetwp-facet-pager_load_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -11px;
  }
}
.site-content .facetwp-facet-pager_load_more .facetwp-load-more {
  margin-bottom: 86px;
}
@media (min-width: 480px) {
  .site-content .facetwp-facet-pager_load_more .facetwp-load-more {
    width: calc(50% - 22px);
  }
}
@media (min-width: 768px) {
  .site-content .facetwp-facet-pager_load_more .facetwp-load-more {
    margin-bottom: 122px;
  }
}
@media (min-width: 960px) {
  .site-content .facetwp-facet-pager_load_more .facetwp-load-more {
    width: calc(33.33% - 22px);
  }
}

.filtering .filters-wrap,
.filtering .view-options,
.filtering .featured-posts,
.filtering .post-types-list {
  opacity: 0.5;
  pointer-events: none;
}

.gm-style button {
  border-radius: 0;
}
.gm-style .gm-style-mtc img,
.gm-style .gm-style-mtc label {
  display: inline-block;
  margin: 0;
}
.gm-style .gm-style-iw-c {
  width: 206px;
  height: 305px;
  max-width: 206px !important;
  max-height: 305px !important;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: -30px;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
@media (min-width: 768px) {
  .gm-style .gm-style-iw-c {
    width: 517px;
    height: 196px;
    max-width: 517px !important;
    max-height: 196px !important;
  }
}
.gm-style .gm-style-iw-d {
  overflow: hidden !important;
  max-height: none !important;
}
.gm-style .gm-style-iw-t::after {
  width: 0;
  height: 0;
  border-top: 25px solid #fff;
  border-right: 25px solid transparent;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
  top: -30px;
}
.gm-style .iw-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 305px;
}
@media (min-width: 768px) {
  .gm-style .iw-content {
    height: 196px;
  }
}
@media (max-width: 767px) {
  .gm-style .iw-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.gm-style .iw-content .text {
  padding: 16px;
  position: relative;
  line-height: 1.6;
  font-weight: 400;
  font-size: 15px;
}
@media (min-width: 768px) {
  .gm-style .iw-content .text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    padding: 20px 25px;
    line-height: 1.47;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .gm-style .iw-content .text {
    height: 62%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.gm-style .iw-content .text h3 {
  margin: 0 0 2px;
}
.gm-style .iw-content .text .link-detail {
  position: absolute;
  left: 18px;
  bottom: 16px;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .gm-style .iw-content .text .link-detail {
    left: 25px;
    bottom: 20px;
  }
}
@media (hover: hover) {
  .gm-style .iw-content .text .link-detail:hover {
    text-decoration: none;
  }
}
.gm-style .iw-content .text .link-map {
  position: absolute;
  right: 18px;
  bottom: 16px;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .gm-style .iw-content .text .link-map {
    right: 25px;
    bottom: 20px;
  }
}
@media (hover: hover) {
  .gm-style .iw-content .text .link-map:hover {
    text-decoration: none;
  }
}
.gm-style .iw-content .image {
  overflow: hidden;
}
@media (max-width: 767px) {
  .gm-style .iw-content .image {
    height: 38%;
  }
}
@media (min-width: 768px) {
  .gm-style .iw-content .image {
    width: 40%;
  }
}
.gm-style .iw-content .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.content-info {
  background-color: #000;
  color: #fff;
  overflow: hidden;
}
.content-info a {
  color: #fff;
}

.footer-main {
  padding: 88px 0 45px;
}
@media (max-width: 767px) {
  .footer-main {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .footer-main .grid > div {
    position: static;
  }
}
.footer-main .contacts {
  font-size: 18px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .footer-main .contacts {
    padding-right: 50px;
  }
}
.footer-main .contacts span {
  display: block;
}
.footer-main .contacts p {
  margin: 0 0 35px;
}
.footer-main .contacts a {
  display: inline-block;
  opacity: 0.5;
}
@media (hover: hover) {
  .footer-main .contacts a:hover {
    opacity: 1;
  }
}
.footer-main .contacts .city {
  font-family: "Graphik Semibold", sans-serif;
}
@media (max-width: 767px) {
  .footer-main .btn {
    margin: 0 0 55px;
  }
}
@media (min-width: 768px) {
  .footer-main .footer-nav {
    padding-right: 50px;
  }
}
@media (min-width: 960px) {
  .footer-main .footer-nav {
    padding-right: 60px;
  }
}
@media (min-width: 1600px) {
  .footer-main .footer-nav {
    padding-right: 100px;
  }
}
.footer-main .footer-nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
@media (min-width: 1600px) {
  .footer-main .footer-nav .nav {
    margin: 0 -30px;
  }
}
.footer-main .footer-nav .nav > li {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 35px;
}
@media (min-width: 960px) {
  .footer-main .footer-nav .nav > li {
    width: 33.33%;
    margin-bottom: 80px;
  }
}
@media (min-width: 1600px) {
  .footer-main .footer-nav .nav > li {
    padding: 0 30px;
  }
}
.footer-main .footer-nav .nav > li > a {
  font-family: "Graphik Semibold", sans-serif;
  cursor: default;
  pointer-events: none;
}
.footer-main .footer-nav .nav .sub-menu a {
  opacity: 0.5;
}
@media (hover: hover) {
  .footer-main .footer-nav .nav .sub-menu a:hover {
    opacity: 1;
  }
}
.footer-main .tagline {
  position: absolute;
  left: calc(100% - 15px);
  top: 0;
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top left;
       -o-transform-origin: top left;
          transform-origin: top left;
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-main .tagline {
    left: 99%;
  }
}
.footer-main .copyright {
  margin-top: 52px;
  line-height: 1.61;
  color: #626262;
  font-size: 14px;
}
@media (min-width: 768px) {
  .footer-main .copyright {
    margin-top: 78px;
  }
}
@media (max-width: 767px) {
  .footer-main .copyright span {
    display: block;
  }
}
@media (min-width: 768px) {
  .footer-main .copyright span:nth-child(2)::before {
    content: "—";
  }
}

@media (min-width: 768px) {
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 110;
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
  }
  .show-ol .overlay {
    opacity: 0.1;
    visibility: visible;
  }
}
@media (min-width: 960px) {
  .overlay-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 90;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-1.31%, rgba(0, 0, 0, 0.1)), color-stop(23.26%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) -1.31%, rgba(0, 0, 0, 0) 23.26%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) -1.31%, rgba(0, 0, 0, 0) 23.26%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) -1.31%, rgba(0, 0, 0, 0) 23.26%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
  }
  .show-ol-h .overlay-header {
    opacity: 1;
    visibility: visible;
  }
}
.page-header-news {
  padding: 33px 0 38px;
}
@media (min-width: 768px) {
  .page-header-news {
    padding: 67px 0 45px;
  }
}
.page-header-news .date {
  display: block;
  margin: 0 0 10px;
}
.page-header-news .h2 {
  margin: 0;
  font-weight: bold;
  font-size: 38px;
}

body {
  font-family: "Graphik Regular", sans-serif !important;
}

span, div, a, ul, li, input {
  font-family: "Graphik Regular", sans-serif !important;
}

#wpadminbar .ab-icon, #wpadminbar .ab-item:before, #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon, .wp-admin-bar-arrow {
  font: normal 20px/1 dashicons !important;
}

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