/* FONTS
   ========================================================================== */
@font-face {
  font-family: "PTSerif";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/PTSerif-Bold.woff") format("woff"), url("../fonts/PTSerif-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "PTSerif";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/PTSerif-BoldItalic.woff") format("woff"), url("../fonts/PTSerif-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "PTSerif";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/PTSerif-Italic.woff") format("woff"), url("../fonts/PTSerif-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "PTSerif";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/PTSerif-Regular.woff") format("woff"), url("../fonts/PTSerif-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "PTSans";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/PTSans-Bold.woff") format("woff"), url("../fonts/PTSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "PTSans";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/PTSans-BoldItalic.woff") format("woff"), url("../fonts/PTSans-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "PTSans";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/PTSans-Italic.woff") format("woff"), url("../fonts/PTSans-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "PTSans";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/PTSans-Regular.woff") format("woff"), url("../fonts/PTSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Florensans";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Florensans-Medium.woff") format("woff"), url("../fonts/Florensans-Medium.woff2") format("woff2");
}
/* MAIN  FILES
   ========================================================================== */
.grid-2, .grid-3, .grid-4, .grid-5 {
  display: grid;
}
.row1540, .row1480, .row1270, .row1200, .row1170, .row, .row970 {
  margin: 0 auto;
  max-width: 94%;
  position: relative;
}
.gap-1 {
  gap: 5px;
}
.gap-2 {
  gap: 10px;
}
.gap-3 {
  gap: 15px;
}
.gap-4 {
  gap: 20px;
}
.gap-5 {
  gap: 25px;
}
.gap-6 {
  gap: 30px;
}
.gap-7 {
  gap: 35px;
}
.gap-8 {
  gap: 40px;
}
.gap-9 {
  gap: 45px;
}
.gap-10 {
  gap: 50px;
}
.gap-11 {
  gap: 55px;
}
.gap-12 {
  gap: 60px;
}
.gap-13 {
  gap: 65px;
}
.gap-14 {
  gap: 70px;
}
.gap-15 {
  gap: 75px;
}
.gap-16 {
  gap: 80px;
}
.gap-17 {
  gap: 85px;
}
.gap-18 {
  gap: 90px;
}
.gap-19 {
  gap: 95px;
}
.gap-20 {
  gap: 100px;
}
.gap-21 {
  gap: 105px;
}
.gap-22 {
  gap: 110px;
}
.gap-23 {
  gap: 115px;
}
.gap-24 {
  gap: 120px;
}
.gap-25 {
  gap: 125px;
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
.row1540 {
  width: 1540px;
}
.row1480 {
  width: 1480px;
}
.row1270 {
  width: 1270px;
}
.row1200 {
  width: 1200px;
}
.row1170 {
  width: 1170px;
}
.row {
  width: 1140px;
}
.row970 {
  width: 970px;
}
.m-space-sm {
  margin: 20px 0;
}
.m-space {
  margin: 40px 0;
}
.m-space-md {
  margin: 60px 0;
}
@media (max-width: 576px) {
  .m-space-md {
    margin: 40px 0;
  }
}
.m-space-xl {
  margin: 80px 0;
}
@media (max-width: 768px) {
  .m-space-xl {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .m-space-xl {
    margin: 40px 0;
  }
}
.m-space-lg {
  margin: 100px 0;
}
@media (max-width: 1024px) {
  .m-space-lg {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .m-space-lg {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .m-space-lg {
    margin: 40px 0;
  }
}
.p-space-sm {
  padding: 20px 0;
}
.p-space {
  padding: 40px 0;
}
.p-space-md {
  padding: 60px 0;
}
@media (max-width: 576px) {
  .p-space-md {
    padding: 40px 0;
  }
}
.p-space-xl {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .p-space-xl {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .p-space-xl {
    padding: 40px 0;
  }
}
.p-space-lg {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .p-space-lg {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .p-space-lg {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .p-space-lg {
    padding: 40px 0;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  background: #c3923f;
  color: #ffffff;
}
body ::selection {
  background: #c3923f;
  color: #ffffff;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
   FORMS & TABLE & NAVIGATION
   ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type="text"], input[type="number"], input[type="email"], input[type="password"], input[type="search"], input[type="tel"], textarea {
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #222222;
  font-family: "PTSerif", sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 100%;
}
input[type="text"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4c4c4c;
  font-family: "PTSerif", sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #4c4c4c;
  font-family: "PTSerif", sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4c4c4c;
  font-family: "PTSerif", sans-serif;
  font-size: 16px;
  opacity: 1;
}
input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, textarea:focus {
  border-color: #c3923f;
}
textarea {
  resize: none;
  height: 100px;
  padding: 10px;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type="search"], input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "PTSerif", sans-serif;
}
h1 {
  font-size: 60px;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 40px;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  font-size: 36px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 26px;
  }
}
h4 {
  font-size: 24px;
}
@media (max-width: 768px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 20px;
  }
}
p {
  padding-bottom: 20px;
  line-height: 1.4;
  font-size: 14px;
  color: #272727;
}
p:last-child {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
}
a {
  color: #c3923f;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1140px) {
  ::-webkit-scrollbar {
    width: 7px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #cccccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #c3923f;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #b18437;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* ==========================================================================
   HELPERS
   ========================================================================== */
.acf-map {
  width: 100%;
  height: 450px;
  margin: 20px 0;
}
.acf-map img {
  max-width: inherit !important;
}
#content {
  padding: 40px 0;
}
@media (max-width: 1140px) {
  #content {
    padding: 20px 0;
  }
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  max-width: 1980px;
  margin: 0 auto;
  overflow-x: clip;
}
.submit-wrapper {
  position: relative;
}
.absl {
  position: absolute;
}
.mb-0 {
  margin-bottom: 0;
}
.col-fluid {
  grid-column-start: 1;
  grid-column-end: -1;
}
.grey-section {
  background-color: #f3f3f4;
}
.text-center {
  text-align: center;
}
.ratio-image {
  position: relative;
  width: 100%;
}
.ratio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: " ";
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: "";
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #c3923f;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.btn {
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  outline: 0;
  border: 1px solid #fff;
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 480px) {
  .btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.btn:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: #c3923f;
  color: #fff;
}
.btn:hover a {
  color: #fff;
}
.btn.black {
  background-color: #000;
  border: none;
}
.btn.black span {
  color: #fff;
}
.btn.black:hover {
  color: #fff;
  background-color: #c3923f;
}
.btn.gold {
  border: 1px solid #c3923f;
  background-color: transparent;
  color: #c3923f;
}
.btn.gold span {
  color: #c3923f;
}
.btn.gold:hover {
  background-color: #c3923f;
  color: #fff;
}
.btn.gold:hover span {
  color: #fff;
}
/* ==========================================================================
   WORDPRESS DEFAULT CLASSES
   ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
   WYSIWYG
   ========================================================================== */
.wys {
  max-width: 100%;
}
.wys ul {
  padding-bottom: 20px;
}
.wys ul li {
  line-height: 1.4;
  padding-left: 15px;
  position: relative;
}
.wys ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 3px;
  height: 3px;
  background-color: #e31d1a;
  border-radius: 50%;
}
/* ==========================================================================
   FULL FRAME
   ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* ==========================================================================
   CONTACT FORM 7
   ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  display: block;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  display: block;
  background: #16a085;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 "PTSerif", sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff5f5f;
  background: #eeeeee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
div.wpcf7 .wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.wpcf7 form.submitting .wpcf7-spinner {
  visibility: visible;
}
/* ==========================================================================
   SOCIAL LINK
   ========================================================================== */
.some .fa {
  display: inline-block;
  font: var(--fa-font-brands);
  width: auto;
  cursor: pointer;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
}
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:before {
  font-size: 18px;
  color: #0080ff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-link a.fa-facebook:hover:before {
  color: #3b5993 !important;
}
.s-link a.fa-twitter:hover:before {
  color: #55acee !important;
}
.s-link a.fa-instagram:hover:before {
  color: #181818 !important;
}
.s-link a.fa-linkedin:hover:before {
  color: #0177b5 !important;
}
.s-link a.fa-youtube:hover:before {
  color: #f80000 !important;
}
.s-link a.fa-youtube-play:hover:before {
  color: #f80000 !important;
}
.s-link a.fa-pinterest:hover:before {
  color: #bd081c !important;
}
.s-link a.fa-vimeo:hover:before {
  color: #1bb7ea !important;
}
.s-link a.fa-yelp:hover:before {
  color: #d32323 !important;
}
.s-link a.fa-google-plus:hover:before {
  color: #dd4c39 !important;
}
/* ==========================================================================
   index-style
   ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px;
}
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}
.index-style .post-title:hover {
  color: #0080ff;
}
.index-style .post-thumbnail {
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index-style .post-thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #cccccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #cccccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #ffffff;
  border-color: #c3923f;
  background: #c3923f;
}
#top {
  min-height: 500px;
}
#top.property-banner {
  background-position: center center;
  min-height: 300px;
  padding: 25px 0;
}
@media (max-width: 576px) {
  #top.property-banner {
    background-image: none !important;
    min-height: auto !important;
  }
}
#top.property-banner .page-title {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 20px;
  display: inline-block;
}
#top.property-banner .page-title h1 {
  color: #fff;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  #top.property-banner .page-title h1 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  #top.property-banner .page-title h1 {
    font-size: 28px;
  }
}
.menu-burger {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 101;
  cursor: pointer;
  border-radius: 4px;
}
@media (max-width: 1140px) {
  .menu-burger {
    display: block;
  }
}
.menu-burger:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #c3923f;
  -webkit-box-shadow: 0 7px 0 0 #c3923f, 0 -7px 0 0 #c3923f;
  box-shadow: 0 7px 0 0 #c3923f, 0 -7px 0 0 #c3923f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-burger:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #c3923f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-burger.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #fff;
}
.menu-burger.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.mobile-main-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 480px;
  height: 100vh;
  background: #c3923f;
  z-index: 100;
  padding: 50px 0 0;
  overflow: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  display: none;
}
@media (max-width: 1140px) {
  .mobile-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .mobile-main-menu {
    width: 100%;
    max-width: 100%;
  }
}
.mobile-main-menu .desktop-hide {
  display: none;
}
@media (max-width: 600px) {
  .mobile-main-menu .desktop-hide {
    display: block;
  }
}
.mobile-main-menu .menu-btn-wrapper {
  padding: 10px;
}
.mobile-main-menu .menu-btn-wrapper .btn {
  font-size: 14px;
  margin-right: 10px;
}
.mobile-main-menu .menu-btn-wrapper .btn:last-child {
  margin-right: 0;
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu .sub-anchor {
  cursor: pointer;
  color: #fff;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow path {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile_menu_active {
  overflow: hidden;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1140px) {
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.block-center {
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
.numbered_pagination {
  position: relative;
  text-align: center;
  grid-column-start: 1;
  grid-column-end: -1;
}
.numbered_pagination a, .numbered_pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  color: #1d1d1d;
}
.numbered_pagination a svg path, .numbered_pagination span svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.numbered_pagination a.current, .numbered_pagination span.current {
  background-color: #c3923f;
  color: #fff;
}
.numbered_pagination a:hover, .numbered_pagination span:hover {
  background-color: #c3923f;
  color: #fff;
}
.numbered_pagination a:hover.next svg path, .numbered_pagination a:hover.prev svg path, .numbered_pagination span:hover.next svg path, .numbered_pagination span:hover.prev svg path {
  fill: #fff;
}
.numbered_pagination a.dots, .numbered_pagination a.next, .numbered_pagination a.prev, .numbered_pagination span.dots, .numbered_pagination span.next, .numbered_pagination span.prev {
  color: #1d1d1d;
  border-bottom: 1px solid transparent;
}
/* ==========================================================================
   HEADER
   ========================================================================== */
header {
  position: relative;
  z-index: 100;
  padding: 15px 0;
  will-change: transform, opacity;
  background-color: #000;
}
@media (max-width: 1024px) {
  header {
    padding: 10px 0;
  }
}
header #logo {
  opacity: 1;
  color: #181818;
  -webkit-flex-basis: 390px;
  -moz-flex-basis: 390px;
  -ms-flex-basis: 390px;
  flex-basis: 390px;
  max-width: 390px;
}
@media (max-width: 576px) {
  header #logo {
    -webkit-flex-basis: 250px;
    -moz-flex-basis: 250px;
    -ms-flex-basis: 250px;
    flex-basis: 250px;
    max-width: 250px;
  }
}
header #logo img, header #logo svg {
  max-width: 100%;
}
header #logo:hover {
  opacity: 0.8;
}
/* ==========================================================================
   Main Navigation
   ========================================================================== */
.main_nav {
  font-size: 0;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
}
.main_nav a:hover {
  text-decoration: none;
}
.main_nav .level_a {
  position: relative;
}
.main_nav .level_a li {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin: 0 10px;
}
.main_nav .level_a > li > a {
  font-size: 15px;
  padding: 5px 3px;
  color: #fff;
  font-family: "PTSerif", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1480px) {
  .main_nav .level_a > li > a {
    font-size: 16px;
  }
}
@media (max-width: 1180px) {
  .main_nav .level_a > li > a {
    font-size: 14px;
  }
}
.main_nav .level_a > li.current-menu-item > a, .main_nav .level_a > li:hover > a {
  color: #c3923f;
}
.main_nav .level_a > li.menu-item-has-children:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  content: "";
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.main_nav .level_a > li > .sub-menu {
  position: absolute;
  z-index: 100;
  display: none;
  width: 220px;
  margin-top: 27px;
  padding: 10px 0;
  border-top: 3px solid #cfa866;
  border-bottom: 3px solid #cfa866;
  background: #c3923f;
}
.main_nav .level_a > li > .sub-menu .sub-menu {
  display: block;
  padding-left: 10px;
}
.main_nav .level_a > li > .sub-menu li {
  display: block;
  list-style-type: none;
}
.main_nav .level_a > li > .sub-menu a {
  font-size: 13px;
  line-height: 1.3;
  padding: 3px 15px;
  color: #ffffff;
}
.main_nav .level_a > li > .sub-menu a:hover {
  text-decoration: none;
  background: #dbbe8d;
}
.main_nav .level_a > li.btn {
  padding: 0;
}
.main_nav .level_a > li.btn a {
  padding: 10px 15px;
}
.main_nav .level_a > li.btn a:hover {
  color: #fff;
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
footer {
  padding: 30px 0;
  background: #2b2823;
  color: #ffffff;
}
@media (max-width: 768px) {
  footer {
    padding: 15px 0;
  }
}
footer .footer-text-wrapper {
  padding: 30px 0;
}
footer .footer-text-wrapper h3 {
  font-size: 40px;
  color: #c3923f;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 1024px) {
  footer .footer-text-wrapper h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  footer .footer-text-wrapper h3 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  footer .footer-text-wrapper h3 {
    font-size: 28px;
  }
}
footer .footer-menu-wrapper {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
}
@media (max-width: 768px) {
  footer .footer-menu-wrapper {
    padding: 15px 0;
  }
}
footer .footer-menu-wrapper .footer_nav .level_a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 50px;
}
@media (max-width: 1024px) {
  footer .footer-menu-wrapper .footer_nav .level_a {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  footer .footer-menu-wrapper .footer_nav .level_a li {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
  }
}
footer .footer-menu-wrapper .footer_nav .level_a li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
footer .footer-menu-wrapper .footer_nav .level_a li a:hover {
  color: #c3923f;
}
footer .footer-bottom-wrapper {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 20px;
  font-size: 14px;
}
@media (max-width: 576px) {
  footer .footer-bottom-wrapper {
    text-align: center;
  }
}
footer .footer-bottom-wrapper i {
  font-size: 15px;
  color: #92281e;
  margin: 0 5px;
}
footer .footer-bottom-wrapper span {
  font-size: 14px;
}
footer .footer-bottom-wrapper .copyright {
  font-size: 12px;
}
.join-buyers--section {
  background-attachment: fixed;
}
@media (max-width: 576px) {
  .join-buyers--section {
    background-attachment: scroll;
  }
}
.join-buyers--wrapper .wys {
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.join-buyers--wrapper .wys .icon {
  -webkit-flex-basis: 80px;
  -moz-flex-basis: 80px;
  -ms-flex-basis: 80px;
  flex-basis: 80px;
  max-width: 80px;
  aspect-ratio: 1;
  border: 2px solid #fff;
  padding: 8px;
  border-radius: 50%;
}
.join-buyers--wrapper .wys .icon img {
  max-width: 100%;
  width: 100%;
}
.join-buyers--wrapper .wys .btn {
  font-size: 22px;
  font-weight: 700;
  padding: 17px 45px;
}
.map-section .pin-info-wrapper {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 15px;
}
.map-section .pin-info-wrapper .pin-image {
  position: relative;
  aspect-ratio: 1;
}
.map-section .pin-info-wrapper .pin-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.map-section .pin-info-wrapper .pin-info span {
  display: block;
  border-bottom: 1px solid #f1f1f1;
  padding: 3px 0;
}
.hp-top__section {
  padding: 115px 0 50px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 740px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 768px) {
  .hp-top__section {
    padding: 40px 0;
    min-height: 500px;
  }
}
@media (max-width: 576px) {
  .hp-top__section {
    min-height: 350px;
  }
}
.hp-top__section .text * {
  color: #fff;
}
.hp-top__section .text h1, .hp-top__section .text h2, .hp-top__section .text h3 {
  margin-bottom: 0;
}
.hp-top__section .text h3 {
  font-size: 25px;
  line-height: 50px;
  letter-spacing: 1px;
}
.hp-top__section .text .btn {
  font-weight: 700;
  border-width: 2px;
}
.content-with-form--wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media (max-width: 768px) {
  .content-with-form--wrapper {
    grid-template-columns: repeat(1, auto);
  }
}
.content-with-form--wrapper .form-block label {
  display: block;
  margin-bottom: 15px;
}
.content-with-form--wrapper .form-block label input:not([type="checkbox"]) {
  padding: 10px;
  height: 40px;
  line-height: 20px;
  border: 1px solid #cecece;
  color: #000;
  display: block;
  width: 100%;
  border-radius: 5px;
}
.content-with-form--wrapper .form-block * {
  font-weight: 700;
}
.content-with-form--wrapper .form-block p {
  padding-bottom: 0;
  margin: 20px 0;
}
.content-with-form--wrapper .form-block .wpcf7-form-control-wrap .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.content-with-form--wrapper .form-block .wpcf7-form-control-wrap .wpcf7-checkbox input {
  margin-right: 5px;
}
.team-cards--wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media (max-width: 768px) {
  .team-cards--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-cards--wrapper .teammate {
  text-align: center;
}
.team-cards--wrapper .teammate .photo {
  aspect-ratio: 1;
  position: relative;
  border-radius: 50%;
  margin: 0 auto 25px;
  overflow: hidden;
  width: 160px;
}
.team-cards--wrapper .teammate .photo img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-cards--wrapper .teammate .name span {
  font-size: 24px;
  color: #c3923f;
  text-align: center;
  display: block;
}
.team-cards--wrapper .teammate .text {
  text-align: center;
}
.team-cards--wrapper .teammate .social-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
  margin: 15px 0;
}
.team-cards--wrapper .teammate .social-contact a {
  border-radius: 50%;
  color: #fff;
}
.team-cards--wrapper .teammate .social-contact a i {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-cards--wrapper .teammate .social-contact a.email {
  background-color: #9f012f;
}
.team-cards--wrapper .teammate .social-contact a.linkedin {
  background-color: #007ab9;
}
.image-for-print {
  display: none;
}
.property-top--wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.property-top--wrapper > div {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-basis: 48%;
  flex-basis: 48%;
  max-width: 48%;
}
@media (max-width: 768px) {
  .property-top--wrapper > div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.property-top--wrapper > div.left .swiper-button-prev, .property-top--wrapper > div.left .swiper-button-next {
  background-color: #4b4b4b;
  width: 40px;
  height: 60px;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
}
.property-top--wrapper > div.left .swiper-button-prev:after, .property-top--wrapper > div.left .swiper-button-next:after {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.property-top--wrapper > div.left .main-image {
  margin-bottom: 10px;
}
.property-top--wrapper > div.left .main-image figure {
  max-width: 455px;
  overflow: hidden;
  margin: 0 auto;
  aspect-ratio: 1.3333333333;
}
.property-top--wrapper > div.left .main-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.property-top--wrapper > div.left .thumb-image {
  position: relative;
}
.property-top--wrapper > div.left .thumb-image img {
  width: 100%;
  object-fit: cover;
}
.property-top--wrapper > div.info {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
.property-top--wrapper > div.info .info-row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 15px;
}
@media (max-width: 768px) {
  .property-top--wrapper > div.info .info-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
  }
}
.property-top--wrapper > div.info .info-row .info-name span {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .property-top--wrapper > div.info .info-row .info-name span {
    font-size: 15px;
  }
}
.property-top--wrapper > div.info .info-row .info-value * {
  font-family: "Montserrat", sans-serif;
}
.property-top--wrapper > div.info .info-row .info-value p, .property-top--wrapper > div.info .info-row .info-value span {
  font-size: 16px;
}
@media (max-width: 768px) {
  .property-top--wrapper > div.info .info-row .info-value p, .property-top--wrapper > div.info .info-row .info-value span {
    font-size: 14px;
  }
}
.property-top--wrapper > div.info .link-to-tax {
  color: #000;
  text-decoration: underline;
  font-weight: 700;
  font-size: 18px;
}
.property-top--wrapper > div.info .link-to-tax:hover {
  color: #c3923f;
}
.content-with-form--section .content-with-form--wrapper .form-block .checkbox-group {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}
.content-with-form--section .content-with-form--wrapper .form-block .checkbox-group input {
  display: inline-block;
}
.content-with-form--section .content-with-form--wrapper .form-block .checkbox-group label {
  display: inline-block;
  margin-bottom: 0;
}
.header-v2 {
  background: #18243f;
  padding: 32px 0;
}
.header-v2 > .row1170 {
  width: 1770px;
}
.header-v2 #logo {
  color: #fff;
  max-width: 244px;
  flex-basis: 244px;
  font-size: 0;
}
.header-v2 #logo:hover {
  color: #c3923f;
}
.header-v2 .main_nav .level_a > li > a {
  font-family: "Florensans", sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
}
.header-v2 .main_nav .level_a > li.btn {
  border-width: 3px;
}
.header-v2 .main_nav .level_a > li.btn a {
  padding: 10px 15px 6px;
}
.header-v2 .menu-burger::before {
  background: #fff;
  box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
}
.header-v2 .menu-burger::after {
  background: #fff;
}
.header-v2 .menu-burger.open::before {
  box-shadow: none;
}
.header-v2 .mobile-main-menu {
  background: #18243f;
}
.top-block {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  min-height: 1025px;
  padding: 40px 0;
  color: #fff;
}
@media (max-width: 1366px) {
  .top-block {
    min-height: 600px;
  }
}
@media (max-width: 960px) {
  .top-block {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .top-block {
    min-height: 250px;
  }
}
.top-block .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #18243f;
}
.top-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
.top-block h1 {
  font-family: "Florensans", sans-serif;
  text-transform: uppercase;
}
.top-block p {
  line-height: 1.3;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}
@media (max-width: 960px) {
  .top-block p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .top-block p {
    font-size: 16px;
  }
}
.info-block-nh {
  padding: 100px 0;
  position: relative;
  z-index: 0;
}
@media (max-width: 1366px) {
  .info-block-nh {
    padding: 60px 0;
  }
}
@media (max-width: 960px) {
  .info-block-nh {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .info-block-nh {
    padding: 25px 0;
  }
}
.info-block-nh > .flex {
  align-items: center;
}
@media (max-width: 768px) {
  .info-block-nh > .flex {
    display: block;
  }
}
.info-block-nh .bg-image {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 31%;
  z-index: -1;
}
@media (max-width: 768px) {
  .info-block-nh .bg-image {
    display: none;
  }
}
.info-block-nh .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info-block-nh .image {
  flex-basis: 34%;
  margin-right: 11%;
}
@media (max-width: 1366px) {
  .info-block-nh .image {
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .info-block-nh .image {
    max-width: 200px;
    margin: 0 auto 30px;
  }
}
.info-block-nh .text {
  flex: 1;
}
.info-block-nh .text p {
  font-size: 21px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 960px) {
  .info-block-nh .text p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .info-block-nh .text p {
    font-size: 16px;
  }
}
.info-block-nh .text .btn {
  color: #18243f;
  border: 2px solid #18243f;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
}
.form-nh {
  background: #18243f;
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .form-nh {
    padding: 60px 0;
  }
}
@media (max-width: 960px) {
  .form-nh {
    padding: 40px 0;
  }
}
.form-nh .text {
  color: #fff;
}
.form-nh .text h2 {
  font-size: 55px;
  font-family: "Florensans", sans-serif;
}
@media (max-width: 1024px) {
  .form-nh .text h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .form-nh .text h2 {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  .form-nh .text h2 {
    font-size: 30px;
  }
}
.form-nh .text h4 {
  font-family: "Montserrat", sans-serif;
}
.form-nh .text form {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .form-nh .text form {
    display: block;
    text-align: center;
  }
}
.form-nh .text form label {
  flex: 1;
}
@media (max-width: 600px) {
  .form-nh .text form label {
    display: block;
  }
}
.form-nh .text form label input[type="email"] {
  background: #667485;
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  border: none;
  font-weight: 700;
}
.form-nh .text form label input[type="email"]::placeholder {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.form-nh .text form .btn {
  flex-basis: 255px;
  margin-left: 25px;
  border-color: #fff;
  color: #fff;
  padding: 11px 15px;
  border-width: 2px;
}
@media (max-width: 600px) {
  .form-nh .text form .btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
.properties-nh {
  background: #18243f;
  padding: 100px 0;
  border-top: 2px solid #fff;
}
@media (max-width: 1366px) {
  .properties-nh {
    padding: 60px 0;
  }
}
@media (max-width: 960px) {
  .properties-nh {
    padding: 40px 0;
  }
}
.properties-nh .row {
  width: 1650px;
}
.properties-nh .top-text {
  color: #fff;
  margin-bottom: 80px;
}
@media (max-width: 1366px) {
  .properties-nh .top-text {
    margin-bottom: 60px;
  }
}
@media (max-width: 960px) {
  .properties-nh .top-text {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .properties-nh .top-text {
    margin-bottom: 25px;
  }
}
.properties-nh .top-text h2 {
  font-size: 55px;
  font-family: "Florensans", sans-serif;
}
@media (max-width: 1024px) {
  .properties-nh .top-text h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .properties-nh .top-text h2 {
    font-size: 34px;
  }
}
@media (max-width: 576px) {
  .properties-nh .top-text h2 {
    font-size: 30px;
  }
}
.properties-nh .top-text a {
  color: #fff;
  text-tecoration: none;
}
.properties-nh .top-text a:hover {
  color: #c3923f;
  text-decoration: none;
}
.properties-nh .top-text h4 {
  font-family: "Montserrat", sans-serif;
}
.properties-nh .top-text form {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .properties-nh .top-text form {
    display: block;
    text-align: center;
  }
}
.properties-nh .top-text form label {
  flex: 1;
}
@media (max-width: 600px) {
  .properties-nh .top-text form label {
    display: block;
  }
}
.properties-nh .top-text form label input[type="email"] {
  background: #667485;
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  border: none;
  font-weight: 700;
}
.properties-nh .top-text form label input[type="email"]::placeholder {
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.properties-nh .top-text form .btn {
  flex-basis: 255px;
  margin-left: 25px;
  border-color: #fff;
  color: #fff;
  padding: 11px 15px;
  border-width: 2px;
}
@media (max-width: 600px) {
  .properties-nh .top-text form .btn {
    margin-left: 0;
    margin-top: 20px;
  }
}
.properties-nh .properties {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.properties-nh .properties .post-item {
  flex-basis: 30%;
  color: #fff;
}
@media (max-width: 1024px) {
  .properties-nh .properties .post-item {
    flex-basis: 48%;
  }
}
@media (max-width: 768px) {
  .properties-nh .properties .post-item {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  .properties-nh .properties .post-item:last-child {
    margin-bottom: 0;
  }
}
.properties-nh .properties .post-item .thumbnail-wrapper {
  height: 370px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .properties-nh .properties .post-item .thumbnail-wrapper {
    height: 250px;
  }
}
@media (max-width: 1366px) {
  .properties-nh .properties .post-item .thumbnail-wrapper {
    height: 200px;
  }
}
@media (max-width: 960px) {
  .properties-nh .properties .post-item .thumbnail-wrapper {
    margin-bottom: 20px;
  }
}
.properties-nh .properties .post-item .thumbnail-wrapper .property-status {
  background: #e7decc;
  text-transform: uppercase;
  font-size: 22px;
  color: #19253f;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  font-weight: 700;
  top: 30%;
  left: -22%;
  width: 100%;
  transform: rotate(-45deg);
  padding: 12px;
}
.properties-nh .properties .post-item .thumbnail-wrapper .post-thumbnail {
  display: block;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.properties-nh .properties .post-item .post-content > div {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #fff;
  padding: 15px 0;
}
.properties-nh .properties .post-item .post-content > div:last-child {
  border-bottom: none;
}
.properties-nh .properties .post-item .post-content > div p {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  flex: 1;
  padding-bottom: 0;
}
.properties-nh .properties .post-item .post-content > div a, .properties-nh .properties .post-item .post-content > div span {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  flex: 1;
  text-align: right;
  line-height: 1.6;
}
.properties-nh .properties .post-item .post-content > div a:hover {
  color: #c3923f;
  text-decoration: none;
}
.footer-v2 {
  position: relative;
  z-index: 0;
  padding: 110px 0 90px;
}
@media (max-width: 1366px) {
  .footer-v2 {
    padding: 60px 0;
  }
}
@media (max-width: 960px) {
  .footer-v2 {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .footer-v2 {
    padding: 25px 0;
  }
}
.footer-v2 .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #000;
}
.footer-v2 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.footer-v2 > .row970 {
  width: 1660px;
}
.footer-v2 > .flex {
  align-items: center;
}
@media (max-width: 768px) {
  .footer-v2 > .flex {
    display: block;
  }
}
.footer-v2 .footer-logo {
  flex-basis: 340px;
  margin-right: 20px;
  color: #fff;
  font-size: 0;
}
@media (max-width: 960px) {
  .footer-v2 .footer-logo {
    flex-basis: 200px;
  }
}
@media (max-width: 768px) {
  .footer-v2 .footer-logo {
    max-width: 200px;
    display: block;
    margin: 0 auto 30px;
  }
}
.footer-v2 .footer-logo:hover {
  color: #c3923f;
}
.footer-v2 .footer-text-list {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
@media (max-width: 1366px) {
  .footer-v2 .footer-text-list {
    justify-content: space-around;
  }
}
@media (max-width: 768px) {
  .footer-v2 .footer-text-list {
    display: block;
    text-align: center;
  }
}
.footer-v2 .footer-text-list .text {
  flex-basis: 22%;
  margin-left: 11%;
}
@media (max-width: 1366px) {
  .footer-v2 .footer-text-list .text {
    margin-left: 0;
    flex-basis: 48%;
  }
}
@media (max-width: 768px) {
  .footer-v2 .footer-text-list .text {
    margin-bottom: 20px;
  }
  .footer-v2 .footer-text-list .text:last-child {
    margin-bottom: 0;
  }
}
.footer-v2 .footer-text-list .text p {
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  padding-bottom: 30px;
}
@media (max-width: 960px) {
  .footer-v2 .footer-text-list .text p {
    font-size: 14px;
    padding-bottom: 20px;
  }
}
.footer-v2 .footer-text-list .text p:last-child {
  padding-bottom: 0;
}
.footer-v2 .copyright-logo {
  flex-basis: 100%;
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin-top: 30px;
}
@media (max-width: 960px) {
  .footer-v2 .copyright-logo {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .footer-v2 .copyright-logo {
    text-align: center;
    display: block;
  }
}
.property-table--wrapper {
  overflow-x: auto;
}
.property-table--wrapper table {
  min-width: 1056px;
  width: 100%;
  background-color: #e2e2e2;
  border-collapse: collapse;
  width: 100%;
  box-shadow: 0px 0px 5px #adadad;
}
.property-table--wrapper table tbody {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.property-table--wrapper table tbody tr {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.property-table--wrapper table tbody tr:nth-child(4n + 1), .property-table--wrapper table tbody tr:nth-child(4n + 2) {
  background-color: #e2e2e2;
}
.property-table--wrapper table tbody tr:nth-child(4n + 3), .property-table--wrapper table tbody tr:nth-child(4n + 4) {
  background-color: #f6f6f6;
}
.property-table--wrapper table tbody tr td {
  text-align: left;
  border: 1px solid #adadad;
  padding: 10px 10px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #000;
}
.property-table--title h5 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0;
  font-size: 18px;
}
.property-table--text-wrapper {
  margin-top: 25px;
}
.property-table--text-wrapper p {
  font-weight: bold;
  font-size: 18px;
  text-transform: capitalize;
  padding-bottom: 15px;
}
.property-table--text-wrapper p a {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  padding: 0px 35px 0px 0px;
  text-decoration: underline;
}
.unit-table--title h5 {
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0;
  font-size: 18px;
}
.unit-table--wrapper {
  overflow-x: auto;
}
.unit-table--wrapper table {
  min-width: 1050px;
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0px 0px 5px #adadad;
}
.unit-table--wrapper table thead tr {
  background-color: #e2e2e2;
}
.unit-table--wrapper table thead tr th {
  text-align: left;
  border: 1px solid #adadad;
  padding: 10px 10px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #000;
}
.unit-table--wrapper table tbody tr:nth-child(odd) {
  background-color: #f6f6f6;
}
.unit-table--wrapper table tbody tr:nth-child(even) {
  background-color: #e2e2e2;
}
.unit-table--wrapper table tbody tr td {
  text-align: left;
  border: 1px solid #adadad;
  padding: 10px 10px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #000;
}
.properties-posts--title {
  margin-bottom: 30px;
}
.properties-posts--wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media (max-width: 1024px) {
  .properties-posts--wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .properties-posts--wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.properties-posts--wrapper .post-item {
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 5px;
  vertical-align: top;
}
.properties-posts--wrapper .post-item .thumbnail-wrapper {
  aspect-ratio: 1.3333333333;
  position: relative;
  overflow: hidden;
}
.properties-posts--wrapper .post-item .thumbnail-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.properties-posts--wrapper .post-item .thumbnail-wrapper .property-status {
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  position: absolute;
  top: 30%;
  left: -22%;
  width: 100%;
  transform: rotate(-45deg);
  padding: 12px 7px;
  background-color: #fff;
  color: #000;
}
.properties-posts--wrapper .post-item .thumbnail-wrapper .property-status.sold {
  background: #e7decc;
  color: #19253f;
}
.properties-posts--wrapper .post-item .thumbnail-wrapper .property-status.under-contract {
  background-color: #c3923f;
  color: #fff;
}
.properties-posts--wrapper .post-item .thumbnail-wrapper .property-status.available {
  background-color: #0a640a;
  color: #fff;
}
.properties-posts--wrapper .post-item .post-content {
  padding: 10px 15px;
}
.properties-posts--wrapper .post-item .post-content .name, .properties-posts--wrapper .post-item .post-content .price, .properties-posts--wrapper .post-item .post-content .address, .properties-posts--wrapper .post-item .post-content .unit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0 10px 0;
  border-bottom: 1px solid #d9d8d8;
}
.properties-posts--wrapper .post-item .post-content .name p, .properties-posts--wrapper .post-item .post-content .price p, .properties-posts--wrapper .post-item .post-content .address p, .properties-posts--wrapper .post-item .post-content .unit p {
  padding-bottom: 0;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  flex-basis: 30%;
  font-family: "Montserrat", sans-serif;
}
.properties-posts--wrapper .post-item .post-content .name a, .properties-posts--wrapper .post-item .post-content .price a, .properties-posts--wrapper .post-item .post-content .address a, .properties-posts--wrapper .post-item .post-content .unit a {
  color: #2b2823;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  text-align: end;
  flex-basis: 70%;
  font-family: "Montserrat", sans-serif;
}
.properties-posts--wrapper .post-item .post-content .name span, .properties-posts--wrapper .post-item .post-content .price span, .properties-posts--wrapper .post-item .post-content .address span, .properties-posts--wrapper .post-item .post-content .unit span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  text-align: end;
  flex-basis: 70%;
  font-family: "Montserrat", sans-serif;
}
.filter-form-wrapper form {
  display: grid;
  grid-gap: 15px;
}
.filter-form-wrapper form.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .filter-form-wrapper form.col-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.filter-form-wrapper form.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .filter-form-wrapper form.col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.filter-form-wrapper form select {
  height: 40px;
  line-height: 20px;
  border: 1px solid #cecece;
  color: #000;
  display: block;
  cursor: pointer;
}
.numbered_pagination .page-numbers {
  border: 1px solid #bfbfbf !important;
  padding: 18px 4px;
  font-size: 14px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  opacity: 0.7;
  line-height: 20px;
  color: #444444;
  font-weight: 600;
  margin: 0 5px;
}
.numbered_pagination .page-numbers:hover {
  opacity: 1;
  color: #0066cc;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1) inset;
  border-color: #c3923f !important;
  background-color: transparent;
}
