@charset "UTF-8";
/* Resets */
* {
  outline: none !important;
}

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

.alignright, .alignleft {
  text-align: center;
}

.alignright {
  float: right;
  margin: 15px 0 25px 25px;
}

.alignleft {
  float: left;
  margin: 15px 25px 25px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.wp-caption-text {
  font-weight: 800;
  margin: 15px 0 0;
  font-style: italic;
}

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

.clear {
  clear: both;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.gap {
  height: 30px;
  clear: both;
}

.wow {
  visibility: hidden;
}

hr {
  border-color: #e2e2e2;
  margin-top: 40px;
  margin-bottom: 40px;
}

.sep {
  padding: 0 10px;
}

.full-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.full-block-link {
  z-index: 1;
}

::-moz-selection {
  background: #0B0E1F;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #0B0E1F;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #0B0E1F;
  color: #fff;
  text-shadow: none;
}

.box-shadow {
  box-shadow: 50px 50px 0px rgba(0, 0, 0, 0.05);
}

img.greyscale, .greyscale img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.box-shadow-small {
  box-shadow: 25px 25px 0px rgba(0, 0, 0, 0.05);
}

.map-pin {
  position: relative;
}

.map-pin:after {
  content: "d";
  font-family: "free-spirit-alpine";
  font-size: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: nexa-text, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #646675;
  line-height: 2;
  overflow: hidden;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #646675;
  font-family: nexa-text, sans-serif;
  margin-top: 0;
  margin-bottom: 50px;
  line-height: 1.4;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  position: relative;
}

h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 16px;
}

@font-face {
  font-family: "IvyMode";
  src: url("/wp-content/themes/fsa/assets/fonts/ivy-mode/ivy-mode-regular.eot");
  src: url("/wp-content/themes/fsa/assets/fonts/ivy-mode/ivy-mode-regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/fsa/assets/fonts/ivy-mode/ivy-mode-regular.woff2") format("woff2"), url("/wp-content/themes/fsa/assets/fonts/ivy-mode/ivy-mode-regular.woff") format("woff"), url("/wp-content/themes/fsa/assets/fonts/ivy-mode/ivy-mode-regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.rbtn {
  font-family: nexa-text, sans-serif;
  font-size: 13px;
  padding: 25px 22px;
  border-radius: 15px;
  text-transform: uppercase;
  letter-spacing: 15%;
  display: inline-block;
  line-height: 1;
  transition: 0.3s;
}

.rbtn--primary {
  background-color: #252738;
  border: 1px solid #252738;
  color: white;
}
.rbtn--primary:hover {
  background-color: #252738;
  border: 1px solid #252738;
  color: white;
}

.rbtn--secondary {
  background-color: white;
  border: 1px solid #252738;
  color: #252738;
}
.rbtn--secondary:hover {
  background-color: white;
  border: 1px solid #252738;
  color: #252738;
}

.rbtn--outline {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
.rbtn--outline:hover {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}

.fancybox-slide > * {
  padding: 0;
  overflow: visible;
}
.fancybox-slide > * video {
  display: block;
}
.fancybox-slide > * .fancybox-close-small {
  right: -40px;
}
.fancybox-slide > * .fancybox-close-small:after {
  color: white;
  background: url("/wp-content/themes/fsa/assets/images/lightbox-close.svg") no-repeat;
  content: "";
  border-radius: 0;
  width: 20px;
  height: 20px;
}

.has-text-flip .flip-content {
  overflow: hidden;
  position: relative;
}
.has-text-flip .flip-text,
.has-text-flip .flip-hover-text {
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateY(0%);
}
.has-text-flip .flip-hover-text {
  position: absolute;
  left: 0;
  right: 0;
}
.has-text-flip:hover .flip-hover-text,
.has-text-flip:hover .flip-text {
  transform: translateY(-100%);
}

body .cky-consent-container .cky-consent-bar {
  background: #252738 !important;
  box-shadow: none;
  padding: 45px 50px;
  border: none;
  width: 570px;
}
@media (max-width: 767px) {
  body .cky-consent-container .cky-consent-bar {
    width: auto;
    padding: 20px;
  }
}
body .cky-consent-container .cky-consent-bar .cky-title {
  font-family: IvyMode;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 24px;
  font-weight: normal;
}
body .cky-consent-container .cky-consent-bar .cky-notice-des p {
  font-size: 16px;
  line-height: 24px;
}
body .cky-consent-container .cky-consent-bar .cky-btn {
  border: 2px solid white;
  border-width: 1px !important;
  border-radius: 15px;
  text-transform: uppercase;
}
body .cky-consent-container .cky-consent-bar .cky-btn-reject {
  background: none !important;
  border-color: white !important;
}
body .cky-consent-container .cky-consent-bar .cky-btn-accept {
  background: #D1D6EF !important;
  color: #252738 !important;
  border-color: #252738 !important;
}

#footer {
  background: #242738 url("/wp-content/themes/fsa/assets/images/footer-bg.jpg") 50% 100% no-repeat;
  background-size: cover;
  padding: 110px 0 40px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  position: relative;
  overflow: hidden;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  color: inherit;
}
#footer .footer-overlay {
  background: linear-gradient(0deg, rgb(37, 39, 56) 0%, rgba(37, 39, 56, 0) 100%);
  pointer-events: none;
}
@media (min-width: 768px) {
  #footer .footer-overlay {
    background: linear-gradient(0deg, rgb(37, 39, 56) 30%, rgba(37, 39, 56, 0) 100%);
  }
}
#footer .footer-bg {
  display: none;
  background: #242738 url("/wp-content/themes/fsa/assets/images/footer-bg.jpg") 50% 100% no-repeat;
  background-size: cover;
  top: -200px;
  height: auto;
}

.footer-col {
  text-align: left;
}
.footer-col h5 {
  margin-bottom: 20px;
}
.footer-col p,
.footer-col ul {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .footer-col h5 {
    font-size: 14px;
  }
}

.footer-top {
  border-bottom: 1px solid rgba(209, 214, 239, 0.5);
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .footer-top {
    border-bottom: 0;
    padding-bottom: 100px;
  }
}

.footer-newsletter__heading {
  margin-bottom: 30px;
}
.footer-newsletter__heading h4 {
  font-family: IvyMode;
  font-size: 40px;
  text-transform: none;
  letter-spacing: 0;
}
.footer-newsletter__intro {
  margin-bottom: 40px;
}
.footer-newsletter__intro p {
  font-size: 16px;
  line-height: 36px;
}

.newsletter-form {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .newsletter-form {
    display: block;
  }
}
.newsletter-form .gform_body {
  width: 80%;
}
@media (max-width: 767px) {
  .newsletter-form .gform_body {
    width: 100%;
  }
}
.newsletter-form .gform_fields {
  margin: 0 !important;
}
.newsletter-form .gform_fields input {
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  background-color: rgba(255, 255, 255, 0.06) !important;
  backdrop-filter: blur(4px);
}
.newsletter-form .gform_fields .gfield--type-text input {
  border-radius: 20px 0 0 20px;
  border-right: 0;
}
@media (max-width: 767px) {
  .newsletter-form .gform_fields .gfield--type-text input {
    border-radius: 20px 20px 0 0;
  }
}
.newsletter-form .gform_fields .gfield--input-type-email input {
  border-radius: 0 20px 20px 0;
}
@media (max-width: 767px) {
  .newsletter-form .gform_fields .gfield--input-type-email input {
    border-radius: 0 0 20px 20px;
  }
}
.newsletter-form .gfield {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .newsletter-form .gfield {
    width: 100%;
    float: none;
  }
}
.newsletter-form .gfield_label {
  color: inherit;
  z-index: 1;
}
.newsletter-form .gform_footer {
  padding: 0;
  width: 24%;
  margin-left: 1%;
}
@media (max-width: 767px) {
  .newsletter-form .gform_footer {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.newsletter-form .gform_footer .rbtn {
  width: 100%;
  border: 1px solid #3F4152;
  border-radius: 15px;
  color: #3F4152;
  background-color: #D1D6EF;
  padding: 21px 23px;
  height: 60px;
}
.newsletter-form .gform_footer .btn:hover {
  border-color: #fff;
  color: #242738;
  background-color: #fff;
}
.newsletter-form .gform_ajax_spinner {
  background-color: rgba(36, 39, 56, 0.8);
  background-image: url("/wp-content/themes/fsa/images/loading-white.svg");
}
.newsletter-form .recaptcha-terms-conditions {
  color: #646677;
}
@media (max-width: 767px) {
  .newsletter-form .recaptcha-terms-conditions {
    text-align: center !important;
  }
}
.newsletter-form .recaptcha-terms-conditions a {
  color: inherit !important;
  text-decoration: underline;
}
.newsletter-form .gfield_error input,
.newsletter-form .gfield_error textarea,
.newsletter-form .gfield_error select,
.newsletter-form .gfield_error .selector span {
  border-color: #892a35 !important;
}

.footer-middle {
  padding-top: 75px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .footer-middle {
    padding-bottom: 40px;
    padding-top: 0;
    margin-left: 25px;
    margin-right: 25px;
  }
}

.footer-nav a {
  color: inherit;
  position: relative;
}
.footer-nav a:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  border-radius: 5px;
  height: 0.05em;
  bottom: 0;
  left: 0;
  background: currentcolor;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.footer-nav a:hover {
  color: currentColor;
}
.footer-nav a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.scroll-up {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .scroll-up {
    justify-content: center;
    margin-bottom: 0;
  }
}
.scroll-up__btn {
  border-radius: 10px;
  background: #33364B;
  position: relative;
  display: flex;
  width: 150px;
  height: 44px;
  padding: 12px 10px;
  justify-content: center;
  align-items: center;
  transition: background 0.2s;
}
.scroll-up__btn:hover {
  background: rgb(71.6428571429, 75.8571428571, 105.3571428571);
}
.scroll-up__text {
  color: #D1D6EF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 107.692% */
  letter-spacing: 0.65px;
}
.scroll-up__icon {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
.scroll-up__icon svg {
  display: block;
}
.scroll-up {
  /*
  .flip-content {
  	overflow: hidden;
  	position: relative;

  	.flip-text,
  	.flip-hover-text {
  		transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
  		transform: translateY(0%);
  	}

  	.flip-text {}

  	.flip-hover-text {
  		position: absolute;
  	}
  }

  &:hover {
  	.flip-hover-text,
  	.flip-text {
  		transform: translateY(-100%);
  	}
  }
  */
}

.footer-bottom {
  padding-top: 40px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 767px) {
  .footer-bottom {
    display: block;
    padding-bottom: 40px;
  }
}
.footer-bottom:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  background: rgba(209, 214, 239, 0.5);
  width: calc(100% - 120px);
}
@media (max-width: 767px) {
  .footer-bottom:before {
    display: none;
  }
}
.footer-bottom:after {
  display: none;
}

@media (max-width: 767px) {
  .footer-bottom-col {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.footer-bottom-col--logo {
  width: 94px;
  height: 103px;
}
.footer-bottom-col--logo img {
  position: absolute;
  top: -30px;
  left: 0;
}
@media (max-width: 767px) {
  .footer-bottom-col--logo img {
    position: static;
  }
}

.footer-bottom-col--social .social-icons {
  margin-bottom: 0;
  display: flex;
}
@media (max-width: 767px) {
  .footer-bottom-col--social .social-icons {
    justify-content: center;
  }
}
.footer-bottom-col--social .social-icon {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background: #33364B;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-bottom-col--social .social-icon:last-child {
  margin-right: 0;
}
.footer-bottom-col--social svg {
  width: 25px;
  height: 25px;
}
.footer-bottom-col--social svg path {
  fill: currentColor;
}

.footer-bottom-col--copyright {
  text-transform: uppercase;
}

.footer-col-content p {
  color: #D1D6EF;
}

@media (min-width: 768px) {
  .footer-col-content {
    display: block !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .footer-col h5 {
    cursor: pointer;
  }
}
.awards-badge {
  display: none;
  position: absolute;
  top: -3px;
  right: 100px;
  line-height: 1;
  width: 150px;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  padding-left: 20px;
}

.page-content h1:before, .page-content h2:before, .page-content h3:before, .page-content h4:before, .page-content h5:before, .page-content h6:before {
  content: "";
  width: 80px;
  height: 2px;
  background: #646675;
  position: absolute;
  left: -80px;
  top: 50%;
  margin-top: -1px;
}

.page-content .featured-title {
  text-indent: 0;
  font-size: 13px;
  margin-bottom: 60px;
  padding-left: 0;
}

.page-content .featured-title:before {
  left: 0;
  top: auto;
  bottom: -30px;
  width: 60px;
  height: 2px;
}

.page-content .featured-title .title {
  display: block;
  margin-bottom: 30px;
}

.page-content .featured-title .subtitle {
  font-size: 27px;
  color: #242738;
}

.page-content .small-title:before {
  display: none;
}

.page-content .small-title .title {
  margin-bottom: 10px;
}

.page-content .small-title .subtitle {
  font-size: 22px;
}

.page-content .fancy-title {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-left: 0;
}

.page-content .fancy-title:before {
  content: attr(data-number);
  left: 50%;
  color: rgba(0, 0, 0, 0.04);
  font-family: "Open Sans", sans-serif;
  background: none;
  width: auto;
  height: auto;
  transform: translateX(-50%);
  top: -45px;
  font-size: 120px;
  position: absolute;
  z-index: -1;
  font-weight: 800;
  line-height: 1;
}

.page-content .fancy-title span {
  display: block;
}

.page-content .fancy-title .subtitle {
  margin-top: 50px;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.page-content > p:last-child, .page-content > ul:last-child {
  margin-bottom: 0;
}

.not-fancy {
  padding-left: 0 !important;
}

.not-fancy:before {
  display: none;
}

p {
  margin-bottom: 60px;
}

p.lead {
  font-size: 22px;
  margin-bottom: 30px;
  font-style: italic;
}

strong, b {
  font-weight: 600;
}

a {
  color: #646675;
}

a:hover, a:focus, a:active {
  color: #646675;
  text-decoration: none;
}

.btn-inline {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: top;
}

.padding-large {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-large :last-child {
  margin-bottom: 0;
}

h3.price {
  font-family: "Questrial", "sans-serif";
}

/** breadcrumbs **/
.breadcrumbs {
  padding: 20px 0px;
}

.breadcrumbs-inner {
  font-size: 14px;
}

.breadcrumbs-inner a {
  color: #aaa;
}

.breadcrumbs-inner a:first-of-type {
  border-bottom: 1px solid;
}

.btn-search {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  margin: 0 20px;
  background: url(images/icon-search.png) 50% 50% no-repeat;
  background-size: auto 16px;
  border-radius: 50%;
}

.btn-search:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.btn-menu {
  position: fixed;
  top: 20px;
  right: 25px;
  z-index: 99;
}

.btn-menu .menu-icon {
  width: 17px;
  height: 15px;
  margin-right: 5px;
  position: relative;
  display: inline-block;
  transform: translateY(2px);
}

.btn-menu .menu-icon span {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  opacity: 1;
  border-radius: 2px;
  transition: all 0.6s ease;
  will-change: transform;
}

.btn-menu .menu-icon span:nth-child(1) {
  top: 0;
}

.btn-menu .menu-icon span:nth-child(2),
.btn-menu .menu-icon span:nth-child(3) {
  top: 6px;
}

.btn-menu .menu-icon span:nth-child(4) {
  top: 12px;
}

.btn-menu.open .menu-icon span:nth-child(1), .btn-menu.open .menu-icon span:nth-child(4) {
  width: 0%;
  left: 50%;
  opacity: 0;
}

.btn-menu.open .menu-icon span:nth-child(2) {
  transform: rotate(45deg);
}

.btn-menu.open .menu-icon span:nth-child(3) {
  transform: rotate(-45deg);
}

.btn-brochure {
  margin-top: -30px;
  margin-bottom: 40px;
  font-size: 18px;
  margin-right: 40px;
  padding: 15px 25px;
  letter-spacing: unset;
  display: block;
}

.btn-brochure:hover, .btn-brochure:focus {
  background-color: #fff;
}

.btn-sold {
  background-color: #d80418;
  border-color: #d80418;
  font-size: 18px;
}

.property-request-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}

.request-a-brochure {
  position: absolute;
  bottom: 0;
  right: 0;
}

.request-a-brochure .agent-details {
  position: relative;
  margin: auto;
  margin-right: 40px;
  margin-bottom: 60px;
  width: 240px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  padding: 15px;
  background: #fff;
  border-radius: 5px;
}

.request-a-brochure .agent-details:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 70%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #fff;
  border-bottom: 0;
  margin-left: -20px;
  margin-bottom: -20px;
  filter: drop-shadow(0px 10px 6px rgba(0, 0, 0, 0.3));
}

.agent-details-left {
  float: left;
  margin-right: 15px;
}

.agent-details-left img {
  width: 35px;
  height: 35px;
  border-radius: 30px;
}

.agent-details-right p {
  text-align: left;
  text-transform: uppercase;
  color: #242738;
  margin-bottom: 10px;
  font-size: 13px;
}

.agent-details-right p.agent-small {
  margin: 0;
  line-height: 0.8;
  color: #646675;
  font-size: 12px;
}

.agent-details-content p {
  margin-bottom: 0px;
  font-size: 12px;
  text-align: left;
}

.agent-details-hide {
  display: none;
}

@media screen and (max-width: 991px) {
  .btn-brochure {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .request-a-brochure .agent-details {
    display: none;
  }
  .request-a-brochure {
    background: #242738;
    display: flex;
    width: 100%;
    padding: 5px;
  }
  .btn.btn-brochure {
    margin: auto;
    padding: 15px 0px;
    font-size: 14px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .btn-brochure.btn-brochure-border-left:before {
    content: "|";
    position: absolute;
    left: -6px;
    top: 12px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 20px;
    font-weight: 300;
  }
  .single-property.brochure-padding {
    padding-bottom: 74px;
  }
}
@media screen and (max-width: 374px) {
  .btn.btn-brochure {
    font-size: 11px;
  }
}
.mega-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 0.2s ease;
  display: none !important;
}

.mega-menu * {
  transition: none !important;
}

.mega-menu .grid-block .overlay, .mega-menu .grid-block .grid-block-image {
  transition: all 0.3s ease !important;
}

.nav li:hover .grid-block .grid-block-content {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}

.nav li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  transition-duration: 0.4s;
}

/* .nav li .grid-block .overlay{opacity:0.8;}
.nav li .grid-block:hover .overlay{opacity:0.2;} */
.overlay {
  background: #242738;
  opacity: 0.2;
}

.page-overlay {
  position: fixed;
  opacity: 1;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-loaded .page-overlay {
  opacity: 0;
  visibility: hidden;
  transition-delay: 1.5s !important;
}

.page-loading {
  background: #242738 url(images/loading-white.svg) no-repeat 50% 50%;
  background-size: 100px 100px;
}

.nav-underlay {
  position: fixed;
  background: #171821;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  transition: all 0.3s ease;
}

.overlay-active .nav-underlay {
  opacity: 0.9;
  visibility: visible;
}

/* Content */
#content {
  clear: both;
  position: relative;
}

#content .section:last-child {
  margin-bottom: 0;
}

.page-content {
  text-align: left;
}

.page-banner {
  padding: 50px 0;
  height: 400px;
  line-height: 300px;
  background: #646675 50% 50% no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.page-banner-image {
  background: #646675 50% 50% no-repeat;
  background-size: cover;
  top: -200px;
  height: auto;
}

.page-banner-content {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.page-banner-content .btn-promotion {
  display: inline-block;
  margin-bottom: 30px;
  cursor: default;
}

.page-banner h1, .page-banner h2, .page-banner h3, .page-banner h4, .page-banner h5 {
  color: inherit;
  text-indent: 0;
}

.page-banner h1:before, .page-banner h2:before, .page-banner h3:before, .page-banner h4:before, .page-banner h5:before {
  display: none;
}

.page-banner .page-content .featured-title .subtitle {
  color: inherit;
  font-size: 32px;
}

.page-banner p {
  font-size: 16px;
  line-height: 1.6;
}

.page-banner p.lead {
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
}

.page-banner p.price-location .type {
  text-transform: lowercase;
  margin-right: 10px;
}

.page-banner p.price-location .location {
  padding-left: 30px;
  position: relative;
}

.page-banner p.price-location .location .icon {
  position: absolute;
  left: 0;
  top: 0px;
}

.page-banner p.the-date {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.page-banner p.the-date a {
  color: inherit;
}

.page-banner p.the-date a:hover {
  text-decoration: underline;
}

.page-banner-content :last-child {
  margin-bottom: 0;
}

.page-banner .overlay {
  opacity: 0.6;
}

.news-banner .page-banner-content {
  vertical-align: bottom;
  background: #fff;
  margin-bottom: -50px;
  padding: 150px 195px 0;
  color: #646675;
  text-align: left;
}

@keyframes scrolls {
  0%, 100% {
    height: 0;
    bottom: 50px;
  }
  25%, 75% {
    height: 50px;
    bottom: 0;
  }
  100% {
    height: 0;
    bottom: 0;
  }
}
.journal-banner {
  padding: 0;
  line-height: 700px !important;
  height: 600px !important;
  line-height: 600px !important;
  padding-top: 0 !important;
}
.journal-banner h1 {
  margin-bottom: 120px;
}
.journal-banner h2 {
  margin-bottom: 20px;
}
.journal-banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.journal-banner:before {
  display: none;
}

.page-banner-slider ul.slick-dots {
  line-height: 1;
  bottom: 30px;
  right: 30px;
  width: auto;
}

/* .property-banner { height:600px; line-height:500px; } */
.property-search {
  line-height: 1.2;
  background: #fff;
  padding: 40px;
  z-index: 2;
  min-height: 105px;
  margin-top: -52px;
}

.property-search .btn-refine {
  display: none;
}

.property-search .form-section {
  width: 21%;
  display: inline-block;
  margin: 0 8px;
  position: relative;
}

.property-search .property-search-price {
  width: 14%;
}

.property-search .property-search-price-min {
  margin-right: 5px;
}

.property-search .property-search-price-min::after {
  content: "-";
  position: absolute;
  right: -11px;
  top: 15px;
  color: #666;
}

.property-search .property-search-price-max {
  margin-left: 5px;
}

.section-property .property-search {
  margin: 0 !important;
  padding: 10px 0;
}

/* Sections */
.section {
  padding: 80px 0;
  background: 50% 50% #fff no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}

.section-grey {
  background-color: #f9f9f9;
}

.section-dark {
  background-color: #242738;
  color: #fff;
}

.section-dark h1, .section-dark h2, .section-dark h3, .section-dark h4, .section-dark h5, .section-dark h6 {
  color: inherit;
}

.section-no-padding {
  padding: 0;
}

.section-no-padding-top {
  padding-top: 0;
}

.section-no-padding-bottom {
  padding-bottom: 0;
}

.section-halves {
  text-align: center;
}

.section-half {
  width: 50%;
  padding: 50px 10%;
  overflow: hidden;
}

.section-half.section-media {
  background: 50% 50% #fff no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 80px;
  bottom: 80px;
}

.section-half.section-content {
  float: right;
  position: relative;
}

.section-media img {
  width: 100%;
}

.media-image {
  position: relative;
}

.section-media-content .media-image-wrapper {
  height: 550px;
}

.section-media-content .media-image {
  position: relative;
}

.agent-bio-block {
  max-width: 370px;
  margin: 0 auto;
}

.agent-bio-block .box-shadow-small {
  margin-bottom: 90px;
}

.agent-bio-block .box-shadow-small img {
  width: 100%;
}

.agent-bio-block p {
  font-size: 18px;
}

.section-resource-media {
  padding-top: 0px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .section-resource-media .play .fa {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 40px;
  }
}
.section-video-content {
  text-align: left;
}

.section-video-content .section-video {
  height: 300px;
  background-size: cover;
}

.section-video-content .section-video .play .fa {
  width: 120px;
  height: 120px;
  line-height: 120px;
}

@media screen and (min-width: 768px) {
  .section-video-content .section-content {
    padding-right: 40px;
  }
}
.play .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 180px;
  height: 180px;
  line-height: 180px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  color: #242738;
  border-radius: 50%;
  font-size: 60px;
}

.play:hover .fa {
  background: rgb(255, 255, 255);
}

/* Section Gallery */
.section-gallery {
  background: #F9F9F9;
  padding: 80px 0 40px 0 !important;
}

.slider-gallery {
  width: 100%;
}

.slider-gallery .slide {
  width: 100%;
}

.slider-gallery .slide:not(:first-child) {
  display: none;
}

.slider-gallery .slick-slide:not(:first-child) {
  display: initial;
}

.slick-prev, .slick-next {
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  opacity: 1;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: #fff;
}

.slick-prev:before, .slick-next:before {
  content: "n";
  font-family: free-spirit-alpine;
  font-size: 22px;
  display: inline-block;
  color: #646675;
  opacity: 1;
}

.slick-prev:before {
  transform: rotate(180deg);
}

.slider-navigation {
  width: 100%;
  padding: 15px 0;
}

.slider-navigation .slick-slide {
  opacity: 0.5;
}

.slider-navigation .slick-slide:hover {
  opacity: 0.7;
}

.slider-navigation .slick-current {
  opacity: 1;
}

.slider-navigation .slide-inner {
  display: inline-block;
  margin: 15px;
  width: 175px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .section-journal {
    padding-top: 40px;
  }
}
.section-journal .fancy-title {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .section-journal .fancy-title {
    font-size: 35px;
    margin-bottom: 33px;
  }
}
.section-journal .journal-logo {
  margin: 0 auto 37px;
  width: 77px;
}
.section-journal .journal-video__caption {
  color: #252738;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-journal .journal-video__caption {
    line-height: 1.3;
  }
}
.section-journal .journal-video__image {
  position: relative;
}
.section-journal .journal-video__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.section-journal .journal-play-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  background: #252738;
  padding: 12px 15px;
  align-items: center;
  cursor: pointer;
}
.section-journal .journal-play-btn__icon {
  margin-right: 15px;
}
.section-journal .journal-play-btn__text {
  color: white;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
  letter-spacing: 0.7px;
}
.section-journal .journal-play-btn .flip-content {
  overflow: hidden;
  position: relative;
}
.section-journal .journal-play-btn .flip-content .flip-text,
.section-journal .journal-play-btn .flip-content .flip-hover-text {
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateY(0%);
}
.section-journal .journal-play-btn .flip-content .flip-hover-text {
  position: absolute;
}
.section-journal .journal-play-btn .flip-content:hover .flip-hover-text,
.section-journal .journal-play-btn .flip-content:hover .flip-text {
  transform: translateY(-100%);
}
@media (max-width: 767px) {
  .section-journal .row--videos-desktop {
    display: none;
  }
}
.section-journal .row--videos-mobile {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 90%;
}
@media (min-width: 768px) {
  .section-journal .row--videos-mobile {
    display: none;
  }
}

.fancybox-slide > * {
  max-width: calc(100% - 44px);
  background: none;
}
.fancybox-slide > * iframe {
  max-width: 100%;
  margin: 0 auto;
}
.fancybox-slide > * .fancybox-close-small {
  top: -40px;
  right: 0;
}

/* Team Member */
.team-member {
  text-align: center;
  margin-bottom: 60px;
}

.team-member .team-member-image {
  margin-bottom: 30px;
}

.team-member h6 {
  margin-bottom: 10px;
}

.team-member .role {
  margin-bottom: 0;
}

.team-member:hover .team-member-image {
  transform: translateY(-10px);
}

.team-member:nth-of-type(4n) {
  clear: both;
}

/* Post Navigation */
.post-navigation {
  text-align: left;
}

.post-nav {
  background: no-repeat 50% 50%;
  background-size: cover;
  width: 50%;
  float: left;
  padding: 80px;
  position: relative;
}

.post-nav .overlay {
  opacity: 0.8;
}

.post-nav:hover .overlay {
  opacity: 0.4;
}

.post-nav-content {
  position: relative;
  max-width: 30%;
}

.post-nav-prev .post-nav-content {
  float: right;
  text-align: right;
}

.post-nav p {
  text-transform: uppercase;
}

.post-nav .the-date {
  margin-bottom: 0;
}

.post-nav .fa {
  position: absolute;
  right: 20%;
  top: 50%;
}

.post-nav-prev .fa {
  left: 20%;
  right: auto;
}

.post-nav-prev:hover .fa {
  left: 10%;
}

.post-nav-next:hover .fa {
  right: 10%;
}

/* Loading */
.loading-items {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8) url(images/loading.svg) no-repeat 50% 100px;
  z-index: 1;
}

/* Property */
.section-properties {
  position: relative;
  padding: 0;
  margin: 50px 0;
}

.property {
  float: left;
  width: 50%;
  padding-top: 32%;
  position: relative;
  text-align: left;
  background: 50% 50% no-repeat;
  background-size: cover;
}

.property a.full-block {
  z-index: 1;
}

.property-details {
  background: rgba(35, 39, 56, 0.95);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: #fff;
  padding: 40px;
}

.property-details-bottom {
  height: 0px;
  overflow: hidden;
  width: 100%;
}

.property-details-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.property-details-info {
  width: 50%;
}

.property-details-info h3 {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
}

.property-details-info h3 .type {
  display: block;
  font-size: 60%;
  padding-bottom: 5px;
}

.property-details-info p {
  margin-bottom: 0;
  color: #fff;
}

.property-details-title {
  width: 60%;
}

.property-details-price {
  width: 40%;
  text-align: right;
}

.property-details-location {
  text-align: right;
}

.property-details-bottom .property-details-info {
  opacity: 0;
}

.property-details-agent {
  width: 40%;
  text-align: right;
}

.property-details-agent .btn {
  position: relative;
  z-index: 2;
  padding-left: 30px;
  padding-right: 30px;
}

.property-details-agent img {
  width: 55px;
  height: 55px;
  margin-right: 15px;
  display: none;
}

.property-details-rooms {
  width: 60%;
}

.property .property-details-bottom .property-details-info {
  transform: translateY(-10px);
}

.property .btn-promotion {
  position: absolute;
  top: 50px;
  right: 50px;
}

.property-icon {
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  padding-left: 40px;
  margin-right: 20px;
}

.property-icon .icon {
  font-size: 26px;
  position: absolute;
  left: 0;
  top: -2px;
  line-height: 1;
}

.property-icon .fsa-pin-o {
  font-size: 22px;
  top: -10px;
}

.property-icon + .property-icon {
  margin-left: 15px;
}

.property-icon + .property-icon:before {
  content: "|";
  position: absolute;
  left: -24px;
  top: -6px;
}

.property-icon-location {
  margin-top: 2px;
  text-transform: none;
}

.property-icon-location .fsa-pin-o {
  top: 3px;
}

.property-icon-reference {
  padding-left: 0px;
  text-transform: none;
}

.property-icon + .property-icon.property-icon-reference:before {
  content: none;
}

.property:hover .property-details-bottom {
  height: 90px;
  padding-top: 10px;
}

.property:hover .property-details-bottom .property-details-info {
  opacity: 1;
  transform: translateY(0);
}

@media only screen and (min-width: 1500px) {
  .property-details-info h3 {
    font-size: 23px;
  }
  .property-icon {
    font-size: 15px;
  }
  .property-details-agent img {
    display: inline-block;
  }
}
/* Box */
.box {
  padding: 40px;
  background: #242738;
  color: #fff;
  margin-bottom: 30px;
}

.box-grey {
  background-color: #F4F4F4;
  color: #242738;
}

.box .testimonial {
  padding: 0;
  font-size: 24px;
  color: #fff;
}

.box .testimonial:before {
  display: none;
}

.box .testimonial-content {
  margin-top: 10px;
}

.box .testimonial p {
  margin: 15px 0 10px;
  font-style: italic;
  font-weight: 600;
}

.box :last-child {
  margin-bottom: 0;
}

.box-social {
  height: 220px;
  line-height: 220px;
  text-align: center;
  position: relative;
  padding: 0;
}

.box-social .fa {
  margin-bottom: 30px;
}

.box-social .box-inner {
  line-height: initial;
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  padding: 0 20px;
}

.box-social h6 {
  color: #fff;
  margin-bottom: 30px;
}

.box-social a {
  color: #fff;
}

.box-social small {
  font-size: 14px;
}

.box-social .tweet-timeago {
  font-size: 14px;
  margin-top: 15px;
  display: inline-block;
}

.box-twitter {
  background-color: #2897DE;
}

.box-facebook {
  background-color: #4463A3;
}

.box-facebook h6 {
  text-transform: none;
}

/* Instagram Feed */
.instagram-feed {
  position: relative;
  color: #fff;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  padding: 100% 0 0;
  margin-bottom: 30px;
}

.box-instagram {
  padding: 100% 0 0;
  height: auto;
}

.box-instagram .box-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 15px;
}

.instagram-feed .overlay {
  transform: scale(1.1);
  opacity: 0;
  transition-duration: 2s;
}

.instagram-background {
  transition-duration: 1s !important;
  background: 50% 50% no-repeat;
  background-size: cover;
  overflow: hidden;
}

.instagram-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 15%;
  transform: translateY(-50%);
  text-align: center;
}

.instagram-content {
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  padding: 15%;
  transform: translateY(-50%) scale(0.5);
}

.instagram-content .fa {
  display: block;
}

.instagram-feed a {
  z-index: 9;
}

.instagram-feed:hover .overlay {
  opacity: 0.9;
}

.instagram-feed:hover .instagram-background {
  transform: scale(1.1);
}

.instagram-feed:hover .instagram-content {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}

/* Image Box */
.image-box {
  position: relative;
}

.image-box img {
  margin-bottom: 80px;
}

.image-box .box {
  position: absolute;
  bottom: 0;
  right: -50px;
  margin-bottom: 0px;
  width: 80%;
  font-size: 22px;
  z-index: 2;
}

.list-block {
  padding: 0;
}

.list-block .overlay {
  transition-duration: 1s;
  opacity: 0.7;
}

.list-block h3 {
  font-size: 35px;
}

.list-block h3 + p {
  font-family: nexa-text, sans-serif;
  text-transform: uppercase;
}

.list-block .grid-block-content {
  padding: 190px 30px;
  transform: translateY(50px);
  position: relative;
}

.list-block a.btn {
  opacity: 0;
}

.list-block:hover .overlay {
  opacity: 0.3;
}

.list-block:hover .grid-block-content {
  transform: none;
  opacity: 1;
}

.list-block:hover h3 {
  transform: translateY(0);
}

.list-block:hover a.btn {
  opacity: 1;
  transition-delay: 0.3s;
}

.list-block:hover a.btn:hover {
  transition-delay: 0s;
}

.resource-block {
  padding-top: 100%;
  margin-bottom: 30px;
}

/* Testimonials */
.testimonial {
  font-size: 36px;
  padding: 50px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  color: #646675;
}

.testimonial:before {
  content: "“";
  font-family: "Arial Black", Arial;
  font-weight: 900;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 150px;
  line-height: 1;
  opacity: 0.15;
}

.testimonial-content {
  position: relative;
  margin-top: 80px;
}

.testimonial-content p {
  margin-bottom: 20px;
  font-size: 28px;
}

.testimonial .author {
  margin: 0;
  font-size: 16px;
  display: block;
}

.testimonials-carousel .testimonial {
  font-size: 22px;
}

/* Icon Blocks */
.icon-blocks .col:last-child .icon-block:after {
  display: none;
}

.icon-block {
  text-align: center;
  padding: 10px 0;
  position: relative;
}

.icon-block:after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
}

.icon-block a {
  display: block;
}

.icon-block i {
  font-size: 2em;
  margin-bottom: 0px;
  display: inline-block;
}

.icon-block span {
  display: block;
  text-transform: uppercase;
}

.icon-block:hover i {
  transform: translateY(-10px);
}

.cta {
  padding: 60px 0;
  position: relative;
  color: #252738;
}

.cta-style-1 {
  text-align: left;
}

.cta-style-1:before {
  content: "";
  width: 80%;
  height: 1px;
  background: #F3F3F3;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: block;
}

.cta-style-1 p {
  font-size: 24px;
  text-transform: inherit;
  padding: 12px 0;
  margin: 0;
}

.cta-style-1 .btn {
  float: right;
}

.cta-style-2 {
  text-align: center;
}
.cta-style-2 .cta-img {
  margin-bottom: 30px;
}
.cta-style-2 .cta-img img {
  max-width: 100px;
}
.cta-style-2 .cta-text {
  margin-bottom: 30px;
}
.cta-style-2 .cta-text p {
  font-size: 18px;
  line-height: 28px;
}

.cta-header {
  color: #252738;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 0;
  font-family: IvyMode, nexa-text, sans-serif;
  text-transform: none;
}
@media (max-width: 767px) {
  .cta-header {
    font-dize: 35px;
    line-height: 1.3;
    max-width: 400px;
    margin: 0 auto 30px;
  }
}

@media (max-width: 767px) {
  .section-cta-block {
    padding-top: 60px;
  }
  .section-cta-block .cta {
    padding-top: 0;
    padding-bottom: 0;
  }
  .section-cta-block .cta-text {
    max-width: 400px;
    margin: 0 auto;
  }
}

.cta-text p {
  color: #646675;
}

/* Lists */
.list ul, .page-content ul {
  margin-bottom: 40px;
  text-align: left;
}

.list li, .page-content ul li {
  padding-left: 30px;
  position: relative;
  margin: 0 0 15px;
}

.list li:before, .page-content ul li:before {
  content: "\f10c";
  font-family: "FontAwesome";
  color: #646675;
  position: absolute;
  left: 0;
  top: 0;
}

.list-arrow ul li:before {
  content: "\f061";
}

.list-large ul li:before {
  content: "-";
  font-family: nexa-text, sans-serif;
}

.list-large ul li {
  font-size: 20px;
  font-family: nexa-text, sans-serif;
  text-transform: uppercase;
}

.list-half ul li {
  width: 48%;
  padding-right: 30px;
  display: inline-block;
  vertical-align: top;
}

.list-half ul li:nth-child(2n+1) {
  clear: both;
}

/* Resources */
.button-filters {
  margin-bottom: 80px;
}

/* Accordion */
.panel-group .panel {
  margin-bottom: 7px;
  border-radius: 0;
  border: none;
}

.panel {
  box-shadow: none;
  background: none;
}

.panel > .panel-heading {
  padding: 0;
  background: none;
}

.panel > .panel-heading a {
  padding: 20px 0;
  color: #646675;
  font-size: 16px;
  border-bottom: 1px solid #ECECEC;
  display: block;
  position: relative;
  border-radius: 0;
  text-indent: 0;
  text-transform: uppercase;
}

.panel > .panel-heading a:hover {
  text-decoration: none;
}

.panel > .panel-heading a:hover:before {
  width: 100%;
}

.panel > .panel-heading a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #646675;
  position: absolute;
  bottom: -1px;
}

.panel > .panel-heading a:after {
  content: "\f068";
  font-family: "FontAwesome";
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 18px;
  color: #646675;
}

.panel > .panel-heading a[aria-expanded=true] {
  border-color: #646675;
}

.panel > .panel-heading a[aria-expanded=true]:before {
  width: 100%;
}

.panel > .panel-heading a[aria-expanded=true]:after {
  content: "\f067";
}

.panel > .panel-heading > .panel-title {
  text-transform: none;
  padding-left: 0;
}

.panel > .panel-heading > .panel-title:before {
  display: none;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
  background: #fff;
  padding: 30px 0;
  border-radius: 0 0 5px 5px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body :last-child {
  margin-bottom: 0;
}

/* Section Navigation */
.section.section-navigation {
  padding-top: 10px;
  padding-bottom: 10px;
  position: sticky;
  top: 0;
  z-index: 9;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* Section Offices */
.section-offices h2 {
  line-height: 55px;
}

.box-office {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: left;
}

.box-office h3 {
  color: #fff;
}

.box-office p {
  padding-bottom: 120px;
  border-bottom: 2px solid #fff;
}

.section-offices .contact-map-container {
  position: relative;
}

.contact-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 630px;
  height: 100%;
  display: block;
}

/* Section Navigation + Section Offices */
.section-navigation .nav ul > li {
  font-size: 14px;
}

.section-navigation .nav ul > li > a,
.section-offices .nav ul > li > a {
  color: #636674;
  padding: 10px 0;
  line-height: 1.4 !important;
}

.section-navigation .nav ul > li > a:before,
.section-offices .nav ul > li > a:before {
  background: rgba(36, 39, 56, 0.7);
  top: auto;
  bottom: 0;
}

.section-navigation .nav ul > li.active > a:before,
.section-offices .nav ul > li.active > a:before {
  width: 100%;
}

.section-contact .icon-blocks {
  margin-top: 20px;
}

.section-contact .icon-block:after {
  display: none;
}

.agent-image-info img {
  float: left;
  width: 100px;
  margin-right: 40px;
}

.agent-image-info .featured-title {
  margin-bottom: 0;
  overflow: hidden;
}

.agent-image-info .featured-title .subtitle {
  font-size: 25px;
}

.distance {
  font-family: nexa-text, sans-serif;
  line-height: 1.6;
}

.distance .value {
  font-size: 60px;
}

.distance .unit {
  font-size: 30px;
}

.distance .location {
  text-transform: uppercase;
  display: block;
  font-size: 18px;
}

.agents {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .agents {
    flex-direction: row;
  }
}
.agent {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: white;
  justify-content: center;
  align-items: center;
  padding: 42px 33px;
  box-shadow: 0px 2px 15px 15px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1024px) {
  .agent {
    flex-direction: row;
  }
}
.agent .agent__name {
  display: flex;
  flex-basis: 50%;
  justify-content: center;
}

.agent .agent__name img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

.agent .agent__name .agent-image-info {
  display: flex;
  justify-content: center;
  align-items: center;
}

.agent .agent__details {
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .agent .agent__details {
    flex-direction: row;
  }
  .agent__detail + .agent__detail {
    border-left: solid 1px #b4b4b4;
    padding-left: 30px;
    margin-left: 30px;
  }
}
.agent .agent__details .agent__detail a.scrollto {
  display: flex;
  align-items: center;
}

[class^=fsa] {
  width: 10px;
  height: 10px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.agent .agent__details .agent__detail a {
  align-items: center;
  display: block;
}

/* GFORMS */
.gform_wrapper form {
  position: relative;
}

.gform_fields, .ginput_container_address {
  padding: 0;
  list-style: none;
  margin: 0 -15px !important;
  clear: both;
}

.gform_title {
  text-transform: uppercase;
  color: #646675;
}

.gform_description {
  margin: 0 0 20px;
  display: block;
}

.gfield, .ginput_container_address > span {
  margin: 0 0 50px !important;
  float: left;
  width: 50%;
  background: none !important;
  padding: 0 15px !important;
  position: relative;
}

.gfield.wide {
  width: 100%;
}

.gfield:before, .gfield li:before {
  display: none;
}

.gfield ul li {
  background: none;
  padding: 0;
  margin: 0;
  list-style: none;
}

.gfield_label {
  color: #646675;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  position: absolute;
  top: 15px;
  left: 30px;
}

.gfield.center {
  text-align: center;
}

.label-inline .gfield_label {
  position: static;
  display: inline-block;
  margin-right: 40px;
}

.label-inline .ginput_container {
  display: inline-block;
}

.gform_confirmation_wrapper {
  padding: 60px 0;
  text-align: center;
}

.gform_confirmation_wrapper .featured-title:before {
  left: 50%;
  transform: translateX(-50%);
}

.gform_confirmation_wrapper h1:before,
.gform_confirmation_wrapper h2:before,
.gform_confirmation_wrapper h3:before,
.gform_confirmation_wrapper h4:before,
.gform_confirmation_wrapper h5:before,
.gform_confirmation_wrapper h6:before {
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  bottom: -20px;
}

.gfield_label.on-focus {
  top: -25px;
  font-size: 12px;
  opacity: 0.6;
}

.gfield_description {
  font-size: 12px;
  margin: -5px 0 10px;
}

.hide-label .gfield_label {
  display: none;
}

.gfield_error input, .gfield_error textarea, .gfield_error select, .gfield_error .selector span {
  border-color: #892a35 !important;
}

.form-control, .gfield .medium, .ginput_container_address input {
  width: 100%;
  height: 60px;
  color: #646675;
  background: #fff;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 400;
  border: none;
  border-bottom: 2px solid #ddd;
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus, .gfield .medium:focus, .ginput_container_address input:focus {
  box-shadow: none;
  border-color: #ddd;
}

.gfield_visibility_hidden {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

.gfield .textarea {
  height: 140px;
  padding: 20px 30px;
  resize: none;
  border: 2px solid #ddd;
}

.gfield select.medium {
  width: 100%;
}

.gfield .gfield_radio {
  margin: 0 !important;
}

.gfield .gfield_radio li {
  padding: 8px 25px 0 0 !important;
  margin: 0;
  display: inline-block;
}

.gfield .gfield_radio li input {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}

.gfield .gfield_radio li label {
  padding-top: 2px;
  display: inline-block;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
}

.gfield .gfield_radio li input:checked + label {
  border-bottom: 2px solid #656773;
}

.gfield .gfield_checkbox {
  margin: 0 0 20px !important;
}

.gfield .gfield_checkbox li {
  padding: 8px 25px 0 0 !important;
  margin: 0 0 15px;
  display: inline-block;
}

.gfield_checkbox input {
  margin-right: 10px;
}

.gform_drop_area {
  background: none;
  padding: 30px;
  border: 2px dashed #ddd;
  text-align: center;
  margin-bottom: 10px;
}

.gform_drop_area .button {
  margin-left: 10px;
  background: #646675;
}

.ginput_preview {
  padding-left: 25px;
  float: left;
  width: 100%;
  position: relative;
}

.ginput_preview:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #61c564;
}

.ginput_preview strong {
  float: left;
  margin-right: 5px;
}

.ginput_preview img {
  cursor: pointer;
  height: 10px;
}

.gform_footer br {
  display: none;
}

.gfield_required {
  color: #646675;
  padding: 0 0 0 3px;
}

.hide-sub-label span label {
  display: none;
}

h2.gsection_title {
  color: #646675;
  font-size: 26px;
  margin: 20px 0 0;
}

.first-title h2.gsection_title {
  margin-top: 0;
}

.validation_message, .validation_error {
  display: none;
}

.gform_validation_container {
  display: none;
}

.gform_hidden {
  display: none;
}

.gform_footer, .gform_page_footer {
  clear: both;
  padding: 0;
  text-align: center;
}

.gform_ajax_spinner {
  display: block;
  position: absolute !important;
  z-index: 999999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block !important;
  overflow: hidden !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url("images/loading.svg");
  background-repeat: no-repeat;
  background-size: 60px 60px;
  background-position: top center;
}

.ginput_recaptcha > div {
  display: inline-block;
}

.form-validating {
  position: relative;
}

.form-validating:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(images/loading.svg) no-repeat 100% 100%;
  background-size: 50px 50px;
}

.form-validating form {
  opacity: 0.2;
}

select {
  border: none;
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  color: #666666;
}

select option {
  padding: 5px;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.select-wrap, .ginput_container_select {
  background: #fff;
  position: relative;
  border: 1px solid #ddd;
  display: inline-block;
  width: 100%;
}

.select-wrap:after, .ginput_container_select:after {
  content: "\f107";
  color: #666;
  background: #fff; /* border-left: 1px solid #ddd; */
  font-family: "FontAwesome";
  position: absolute;
  top: 15px;
  right: 0;
  width: 40px;
  z-index: 1;
  pointer-events: none;
}

.select-wrap select, .ginput_container_select select {
  background: none !important;
  position: relative;
  z-index: 1;
  font-weight: 600;
}

/* Sidebar */
.widget {
  margin-bottom: 40px;
}

.widget-title {
  font-size: 22px;
  font-weight: 600;
}

.widget li {
  border-bottom: 1px solid #e2e2e2;
}

.widget li a {
  padding: 12px 30px 12px 0;
  display: block;
  color: #646675;
  position: relative;
}

.widget li a:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: #ccc;
  font-size: 20px;
  position: absolute;
  top: 8px;
  right: 10px;
  transition: all 0.6s ease;
}

.widget li a:hover {
  color: #646675;
}

.widget li a:hover:after {
  right: 0;
  color: #646675;
}

/* News */
.news-banner {
  height: 500px;
}

.news-content {
  padding: 100px 140px 0;
  background: #fff;
  margin-top: -350px;
}

.news-content .the-date {
  text-transform: uppercase;
}

.news-content iframe {
  width: 100%;
  height: 400px;
}

.wide-image {
  margin: 0 -140px;
}

.custom-pagination {
  text-align: center;
  padding-top: 50px;
  text-transform: uppercase;
}

.custom-pagination li.previous, .custom-pagination li.next {
  position: absolute;
  left: 20px;
  border-bottom: none;
}

.custom-pagination li.previous a, .custom-pagination li.next a {
  width: auto !important;
}

.custom-pagination li.previous .fa, .custom-pagination li.next .fa {
  font-size: 18px;
  margin-right: 10px;
}

.custom-pagination li.next {
  left: auto;
  right: 20px;
}

.custom-pagination li.next .fa {
  margin-right: 0;
  margin-left: 10px;
}

.custom-pagination li {
  margin: 0;
  display: inline-block;
  font-weight: 200;
  font-size: 15px;
  border-bottom: 2px solid #242738;
  position: relative;
}

.custom-pagination li a {
  display: block;
  width: 60px;
  padding: 10px 0;
  background: #fff;
  color: #B1B1B9;
  text-align: center;
  border-radius: 5px;
}

.custom-pagination li a:hover {
  color: #242738;
}

.custom-pagination li.active a {
  color: #242738;
}

.custom-pagination li.active:before {
  content: "\f0d8";
  font-family: "FontAwesome";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  color: #242738;
}

.category-list {
  text-align: center;
  margin-bottom: 30px;
  font-size: 15px;
  text-transform: uppercase;
  border-top: 1px solid #ddd;
  padding-top: 100px;
  margin-top: 100px;
}

.category-list ul {
  display: inline-block;
  margin: 0;
}

.category-list ul li {
  display: inline-block;
  margin: 0 15px;
}

.category-list ul li a {
  color: #646675;
}

.category-list ul li a:hover {
  text-decoration: underline;
}

.social-share {
  text-align: center;
  width: 80px;
  position: absolute;
  left: -110px;
}

.social-share h6 {
  margin-bottom: 20px;
  font-size: 14px;
  padding-left: 0;
}

.social-share h6:before {
  display: none;
}

.social-share .at-share-btn-elements {
  display: block !important;
}

.social-share .at-share-btn-elements .at-share-btn {
  background: #fff !important;
  display: block !important;
}

.social-share .at-share-btn-elements .at-share-btn .at-icon-wrapper {
  float: none;
}

.social-icons {
  margin-bottom: 40px;
}

.social-icon {
  color: #959bb4;
  margin: 0 15px 0 0;
  font-size: 25px;
  display: inline-block;
}

.social-icon:hover {
  color: #fff;
}

/* 404 */
h1.error404 {
  font-size: 200px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 20px;
}

h2.error404 {
  font-weight: 400;
  margin-bottom: 50px;
  font-size: 20px;
}

/* Search Overlay */
.search-overlay {
  position: fixed;
  z-index: 99;
  text-align: center;
  background: #242738;
  color: #fff;
  line-height: 100vh;
  opacity: 0;
  visibility: hidden;
}

.search-overlay-inner {
  display: inline-block;
  line-height: 1.4;
  vertical-align: middle;
  width: 100%;
}

.search-overlay h3 {
  color: inherit;
  margin-bottom: 15vh;
}

.search-overlay .form-control {
  background: none;
  border-radius: 0;
  padding: 20px 80px 20px 20px;
  font-size: 40px;
  font-weight: 300;
  height: 100px;
  color: #fff;
}

.searchbox {
  position: relative;
}

.searchbox button {
  position: absolute;
  right: 20px;
  bottom: 25px;
  border: none;
  background: none;
  font-size: 30px;
  line-height: 1;
  padding: 0;
}

.search-close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  line-height: 1;
}

.search-overlay.open {
  opacity: 0.98;
  visibility: visible;
}

/* Transitions */
a, .btn, .transition, .nav ul ul, .gfield .medium, .panel *:before, .gfield_label, .icon-block *, .property *, .grid-block *, .news-post *, .slider-navigation .slick-slide, .post-nav *, .slick-prev, .slick-next, .page-overlay {
  transition: all 0.6s ease;
}

.logo {
  transition: none;
}

.grecaptcha-badge {
  opacity: 0 !important;
}

.single-post #content a {
  color: #242738;
  font-weight: 600;
}
.single-post #content a:hover {
  text-decoration: underline;
}

.single-resource h1:before, .single-resource h2:before, .single-resource h3:before,
.single-resource h4:before, .single-resource h5:before, .single-resource h6:before {
  content: none;
}

.single-resource h1, .single-resource h2, .single-resource h3,
.single-resource h4, .single-resource h5, .single-resource h6 {
  padding-left: 0px;
}

@media screen and (min-width: 768px) {
  .home .page-section.section-locations {
    display: none;
  }
}
.scroll-up-banner, .scroll-up-banner .container {
  position: relative;
}

.scroll-up-banner-inner {
  position: absolute;
  right: 0px;
  top: -80px;
}

.single-property .scroll-up-banner {
  display: none;
}

.section-reviews h5:before {
  content: none;
}

.section-reviews h5 {
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 0px;
}

.section-reviews p {
  margin-bottom: 10px;
}

.section-reviews .review-inner {
  text-align: center;
  padding: 0px 20px;
}

.section-reviews .the-date {
  color: #d0d0d4;
  margin-bottom: 10px;
  font-size: 14px;
}

.row-equal {
  display: flex;
  flex-wrap: wrap;
}

.row-equal .col {
  margin-bottom: 30px;
}

.row-equal .review-inner {
  height: 100%;
  margin-bottom: 20px;
}

.review-button {
  width: 100%;
  text-align: center;
  padding: 20px 0px;
}

.section-location-updates .news-post:hover .news-post-details {
  opacity: 1;
}

.page-id-320 .breadcrumbs, .page-id-551 .breadcrumbs {
  position: relative;
  height: 0px;
  padding: 0px;
  pointer-events: none;
}

.page-id-320 .breadcrumbs .col, .page-id-551 .breadcrumbs .col {
  width: 100%;
}

.page-id-320 .breadcrumbs-inner, .page-id-551 .breadcrumbs-inner {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
}

.page-id-320 .breadcrumbs-inner a, .page-id-320 .breadcrumbs-inner span, .page-id-551 .breadcrumbs-inner a, .page-id-551 .breadcrumbs-inner span {
  color: #fff;
  pointer-events: auto;
}

.breadcrumbs-inner span.breadcrumb_last {
  text-transform: capitalize;
}

.single-property .breadcrumbs, .single-location .breadcrumbs {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 1;
}

.single-property .breadcrumbs + .section-navigation, .single-location .breadcrumbs + .section-navigation {
  margin-bottom: 40px;
}

.contact-map-container .outer-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .col-md-five {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-five:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1439px) and (min-width: 992px) {
  .col-md-five h3 {
    font-size: 20px;
  }
  .col-md-five .btn {
    padding: 8px 15px;
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .col-md-five {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.news-grid-sizer, .grid-blog {
  width: 23.8%;
}

.grid-blog-double {
  width: 49%;
}

.section-journal .custom-pagination li {
  padding-left: 0px;
}

.section-journal .custom-pagination li:before {
  content: none;
}

.news-grid-outer {
  display: none;
}

.grid-instagram .instagram-feed, .grid-blog .news-post {
  margin-bottom: 15px;
}

.grid-instagram .instagram-feed {
  padding: 270px 0 0;
}

@media screen and (max-width: 1023px) {
  .news-grid-sizer, .grid-blog, .grid-blog-double {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  .news-grid-sizer, .grid-blog, .grid-blog-double {
    width: 100%;
  }
}
.cky-btn-revisit-wrapper {
  display: none !important;
}

@media (max-width: 767px) {
  html {
    margin-top: 0 !important;
  }
  #wpadminbar {
    display: none;
  }
}
@media (max-width: 766px) {
  #main {
    margin-top: 0;
  }
}
/* Header */
#header {
  background: #242738;
  position: relative;
  width: 100%;
  z-index: 99;
  backface-visibility: hidden;
}

.header {
  text-align: center;
  padding: 30px 0;
}

.header .logo img {
  height: 130px;
  width: auto;
}

.header .logo .logo-icon {
  display: none;
}

.mobile-buttons {
  display: none;
}

.nav {
  text-align: center;
  border-top: 2px solid rgba(255, 255, 255, 0.05);
  position: relative;
}

.nav ul {
  display: inline-block;
  vertical-align: middle;
}

.nav ul > li {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 30px;
  position: relative;
}

.nav ul > li > a {
  color: #fff;
  line-height: 70px;
  display: block;
  position: relative;
}

.nav ul > li > a:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  height: 2px;
  width: 0%;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.6s ease;
}

.nav ul > li:hover > a:before {
  width: 100%;
}

.nav ul > li.current-menu-item > a:before,
.nav ul > li.current_page_item > a:before {
  width: 100%;
  background: #fff;
}

#header .nav ul li ul {
  /* display: none; */
  padding-top: 0px;
}

.nav ul > li.menu-item-has-children > a::after {
  content: "";
  background-image: url(images/drop-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 10px;
  display: inline-block;
  margin-left: 8px;
}

@media only screen and (min-width: 768px) {
  .nav ul ul {
    position: absolute;
    left: -20px;
    top: 100%;
    display: block;
    transform: translate3d(0, -10px, 0);
    background: #fff;
    padding: 1px 0;
    width: 250px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 0.6s ease;
    pointer-events: none;
  }
  .nav ul li:hover ul {
    transform: translate3d(0, -1px, 0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .nav ul ul li {
    margin: 0px;
    width: 100%;
  }
  .nav ul ul li > a {
    padding: 10px 20px;
    display: block;
    color: #646675;
    text-align: left;
    line-height: normal;
    font-size: 14px;
  }
  .nav ul ul li:hover {
    background-color: #d3d6eb;
  }
  .nav ul ul li:hover > a {
    color: #242738;
  }
  .nav ul > li.menu-item-has-children > a::after {
    height: 8px;
    margin-left: 5px;
  }
  .nav ul > li.menu-item-has-children ul li:hover a::after {
    content: "";
    background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 12px;
    position: absolute;
    right: 12px;
    top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .nav ul > li.menu-item-has-children > a::after {
    height: 10px;
  }
}
body.home #header {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: background 0.2s;
}
body.home #header:hover, body.home #header.js-active {
  background: #242738;
}

.header-new__cols {
  display: flex;
  width: 100%;
}
.header-new__linkbox-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 12px;
  font-weight: 300;
  line-height: 130%; /* 15.6px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  height: 115px;
  width: 270px;
  position: relative;
}
.header-new__linkbox-inner:hover {
  background: rgb(26.0217391304, 28.1902173913, 40.4782608696);
  color: white;
}
.header-new__middle {
  flex-grow: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 10px;
}
.header-new__middle .logo {
  display: block;
}
.header-new__middle .logo img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .header-new {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .header-new__middle {
    padding-top: 20px;
  }
  .header-new__col--left, .header-new__col--right {
    width: 87px;
  }
  .header-new .header-new__linkbox-inner {
    width: 87px;
    height: 86px;
  }
}
.header-new .mob-menu-toggle {
  cursor: pointer;
}
.header-new .mob-menu-toggle .mob-menu-toggle__active {
  display: none;
}
.header-new .mob-menu-toggle.js-active .mob-menu-toggle__inactive {
  display: none;
}
.header-new .mob-menu-toggle.js-active .mob-menu-toggle__active {
  display: block;
}

@media (max-width: 767px) {
  .header-desktop {
    display: none !important;
  }
}

.header-mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .header-mobile {
    display: block !important;
  }
}

.header-mobile--flex {
  display: none !important;
}
@media (max-width: 767px) {
  .header-mobile--flex {
    display: flex !important;
  }
}

.mobile-menu {
  background: #252738;
  padding: 30px 25px;
  display: none;
}
.mobile-menu.js-active {
  display: block;
}
@media (min-width: 768px) {
  .mobile-menu {
    display: none !important;
  }
}
.mobile-menu .mm-section {
  position: static;
  border: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  opacity: 1;
}
.mobile-menu .mm-section.js-active {
  display: block;
}
.mobile-menu .mm-panel {
  padding: 0;
  border: 0 !important;
}
.mobile-menu .mm-item__link {
  padding: 10px 0;
  font-family: IvyMode;
  font-size: 20px;
  line-height: 1.75;
  text-transform: none;
  background-image: url("/wp-content/themes/fsa/assets/images/mobile-menu-arrow-right.svg");
  background-position: center right;
  background-repeat: no-repeat;
}
.mobile-menu .mm-item__link:after {
  display: none !important;
}
.mobile-menu .mm-item--has-sections .mm-item__link {
  background-image: url("/wp-content/themes/fsa/assets/images/mobile-menu-arrow-right.svg");
}
.mobile-menu .mm-item--has-sections .mm-item__link.js-active {
  background-image: url("/wp-content/themes/fsa/assets/images/mobile-menu-arrow-down.svg");
}
.mobile-menu .mm-submenu__heading {
  margin-bottom: 5px;
}
.mobile-menu .mm-submenu__items {
  margin-bottom: 10px;
}
.mobile-menu .mm-submenu__item {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .header-spacer {
    height: 86px;
  }
}
.megamenu {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
}
@media (max-width: 767px) {
  .megamenu {
    display: none !important;
  }
}

.mm-item {
  margin: 0 10px;
}
.mm-item__link {
  color: white;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  padding: 25px 5px;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .mm-item__link {
    letter-spacing: 0;
  }
}
.mm-item__link:hover, .mm-item__link:active, .mm-item__link:focus {
  color: white;
}
.mm-item__link:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 0%;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.6s ease;
  z-index: 1;
}
.mm-item__link:hover:before {
  width: 100%;
}
.mm-item--current-page .mm-item__link:before {
  background: #fff;
  width: 100%;
}
.mm-item--has-sections .mm-item__link {
  padding-right: 15px;
  background-image: url("/wp-content/themes/fsa/assets/images/chevron-down-megamenu.svg");
  background-position: center right;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .mm-item--has-sections:hover .mm-section {
    display: block;
    opacity: 1;
    pointer-events: all;
  }
}

.mm-section {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background: #252738;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 0px);
  padding-top: 60px;
  padding-bottom: 60px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.mm-section .row {
  display: flex;
}

.mm-panel {
  padding-left: 30px;
}
.mm-panel:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.mm-text__heading {
  color: white;
  font-family: IvyMode;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 25px;
}
.mm-text__main_text {
  color: #D1D6EF;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px; /* 171.429% */
  margin-bottom: 25px;
}
.mm-text__link {
  font-size: 13px;
  font-weight: 300;
  line-height: 26px; /* 200% */
  letter-spacing: 1.95px;
}
.mm-text__link a {
  color: #D1D6EF;
}

.mm-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.mm-submenu__heading {
  color: #D1D6EF;
  font-size: 12px;
  font-weight: 300;
  line-height: 26px; /* 216.667% */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.mm-submenu__item {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px; /* 185.714% */
  letter-spacing: 2.1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: white;
}
@media (max-width: 767px) {
  .mm-submenu__item {
    pointer-events: all;
  }
}
.mm-submenu__item[href="/property/"] {
  display: none;
}
@media (max-width: 766px) {
  .mm-submenu__item[href="/property/"] {
    display: block;
  }
}

.animtext {
  padding-top: 110px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .animtext {
    padding-top: 60px;
    padding-bottom: 35px;
  }
}
.animtext__heading {
  color: #252738;
  font-size: 14px;
  margin-bottom: 40px;
  padding-left: 43px;
  position: relative;
}
.animtext__heading:before {
  content: "";
  background: #252738;
  width: 32px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 12px;
}
.animtext__maintext {
  color: #252738;
  font-family: IvyMode;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  max-width: 1010px;
}
@media (max-width: 767px) {
  .animtext__maintext {
    font-size: 30px;
    line-height: 1.3;
  }
}

.scroll-text {
  position: sticky;
  top: 40%;
}

.scroll-text__inner {
  color: #A0A3B6;
  transition: color 0.2s linear;
}

.home-banner {
  height: 812px;
  line-height: 600px;
}
.home-banner .discover {
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  bottom: 60px;
  line-height: 1;
  font-size: 11px;
  transform: translateX(-50%);
  z-index: 2;
}
.home-banner:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 50px;
  width: 2px;
  background: rgba(255, 255, 255, 0.2);
  background: white;
  z-index: 1;
}
.home-banner:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 50px;
  width: 2px;
  background: white;
  margin-left: -1px;
  animation: scrolls 5s infinite;
  -webkit-animation: scrolls 5s infinite;
  z-index: 1;
}
.home-banner .home-banner-video {
  overflow: hidden;
}
.home-banner .home-banner-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-banner .rbtn {
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 500px) {
  .home-banner .rbtn {
    margin-bottom: 20px;
  }
  .home-banner .rbtn:last-child {
    margin-bottom: 60px;
  }
}
@media (max-width: 440px) {
  .home-banner .rbtn {
    min-width: 255px;
  }
}

.page-banner.home-banner {
  padding-top: 200px;
}
@media (max-width: 767px) {
  .page-banner.home-banner {
    padding-top: 165px;
  }
}
.page-banner.home-banner .overlay {
  background: linear-gradient(0deg, rgba(26, 28, 40, 0.9) 30%, rgba(26, 28, 40, 0) 100%);
  opacity: 1;
  z-index: 1;
}
.page-banner.home-banner .overlay2 {
  background: #252738;
  opacity: 0.4;
  z-index: 1;
}
.page-banner.home-banner .page-banner-content {
  position: relative;
  z-index: 2;
  transition: 0.2s;
  line-height: 1;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .page-banner.home-banner .page-banner-content {
    margin-bottom: 0;
  }
}
.page-banner.home-banner .featured-title {
  max-width: 630px;
  margin: 0 auto 40px;
}
.page-banner.home-banner .featured-title .title {
  color: white;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}
.page-banner.home-banner .featured-title .subtitle {
  color: #fff;
  text-align: center;
  font-family: IvyMode;
  font-size: 65px;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .page-banner.home-banner .featured-title .subtitle {
    font-size: 40px;
  }
}

body.js-mobile-menu-open .page-banner-content {
  opacity: 0;
}

.blur-reveal {
  display: inline-block;
  position: relative;
  color: white;
  filter: blur(10px);
  opacity: 0;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 0%);
          mask-image: linear-gradient(to right, transparent 0%, black 0%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-mask-position: 100% 0;
          mask-position: 100% 0;
  animation: blurReveal 1.2s ease forwards;
}

@keyframes blurReveal {
  0% {
    filter: blur(10px);
    opacity: 0;
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    filter: blur(0);
    opacity: 1;
    -webkit-mask-position: 0% 0;
            mask-position: 0% 0;
  }
}
.section-featured-property {
  margin-top: 40px;
  position: relative;
}
.section-featured-property .swiper-pagination--featured-property {
  top: 20px !important;
  bottom: auto !important;
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.section-featured-property .swiper-pagination--featured-property .swiper-pagination-bullet {
  width: 100px;
  border-radius: 0;
  height: 2px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3) !important;
  opacity: 1;
}
.section-featured-property .swiper-pagination--featured-property .swiper-pagination-bullet:before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  height: 2px;
  background-color: white;
  position: absolute;
  width: 0%;
}
.section-featured-property .swiper-pagination--featured-property .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  transition: 5s linear;
  width: 100%;
}
.section-featured-property .swiper-pagination--featured-property .swiper-pagination-bullet-active {
  background: white;
}

.featured-property {
  background-size: cover;
  min-height: 90vh;
  position: relative;
  display: flex;
}
@media (max-width: 767px) {
  .featured-property {
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 55%;
    min-height: auto;
  }
}
.featured-property__overlay {
  background: linear-gradient(0deg, rgba(26, 28, 40, 0.9) 26.98%, rgba(26, 28, 40, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 50%;
}
@media (max-width: 767px) {
  .featured-property__overlay {
    background: linear-gradient(0deg, rgba(26, 28, 40, 0.9) 26.98%, rgba(26, 28, 40, 0) 100%);
    top: 30%;
  }
}
.featured-property__inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .featured-property__inner {
    background: #252738;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding-top: 20px;
    width: 100%;
    padding-bottom: 20px;
  }
  .featured-property__inner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
    height: 100px;
    background: linear-gradient(180deg, rgba(37, 39, 56, 0) 0%, rgb(37, 39, 56) 100%, rgb(37, 39, 56) 100%);
  }
}
.featured-property__inner > .container {
  display: flex;
}
@media (max-width: 991px) {
  .featured-property__inner > .container {
    display: block;
  }
}
.featured-property__inner-left {
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .featured-property__inner-left {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .featured-property__inner-left {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .featured-property__inner-left {
    padding-right: 0;
  }
}
.featured-property__inner-right {
  margin-left: auto;
}
@media (max-width: 991px) {
  .featured-property__inner-right {
    max-width: 300px;
    margin-left: 0;
  }
}

.agent-info {
  margin-right: 20px;
  flex: 0 0 auto;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .agent-info {
    margin-bottom: 20px;
  }
}
.agent-info img {
  border-radius: 100%;
  width: 72px;
  height: 72px;
}

.property-info {
  color: #fff;
}
.property-info__tagline {
  margin-bottom: 20px;
}
.property-info__tagline h2 {
  color: white;
  font-family: IvyMode;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  letter-spacing: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  .property-info__tagline h2 {
    font-size: 30px;
  }
}
.property-info__tagline h2:before {
  display: none;
}
.property-info__tagline h2 a {
  color: inherit;
}
.property-info__bottom {
  display: flex;
  gap: 15px;
  align-items: center;
}
@media (max-width: 991px) {
  .property-info__bottom {
    display: block;
  }
}
.property-info__bottom-inner {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .property-info__bottom-inner {
    row-gap: 5px;
  }
}
.property-info__location .icon {
  position: relative;
  top: -2px;
  margin-right: 6px;
}
@media (max-width: 500px) {
  .property-info__location {
    flex-grow: 2;
  }
}
.property-info__badge {
  border-radius: 5px;
  background: #D1D6EF;
  color: #252738;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.6px;
  padding: 7px 10px;
  text-transform: uppercase;
  height: 25px;
}
@media (max-width: 991px) {
  .property-info__badge {
    display: inline-block;
  }
}

.vtour {
  display: flex;
  border-radius: 10px;
  background: rgba(209, 214, 239, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 13px;
  backdrop-filter: blur(4px);
}
.vtour__left {
  width: 95px;
  height: 95px;
  margin-right: 20px;
  flex-grow: 1;
}
.vtour__right {
  width: 135px;
  display: flex;
  align-items: center;
}
.vtour__preview {
  position: relative;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.vtour__preview-video video {
  -o-object-fit: cover;
     object-fit: cover;
}
.vtour__preview-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vtour__heading {
  color: white;
  font-size: 16px;
  line-height: 1.62;
}
.vtour__text {
  color: #D1D6EF;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.57;
}

@media (max-width: 767px) {
  .section-grid {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}

.grid-blocks {
  margin-left: 5px;
  margin-right: 5px;
}

.grid-heading {
  text-align: center;
  margin-bottom: 40px;
}
.grid-heading h2 {
  font-family: IvyMode;
  letter-spacing: 0;
  margin-bottom: 0;
  text-transform: none;
  color: #252738;
  font-size: 40px;
  line-height: 2.1;
}
@media (max-width: 767px) {
  .grid-heading h2 {
    line-height: 1.2;
  }
}

.grid-block {
  height: 530px;
  border-left: 1px solid white;
}
@media (max-width: 767px) {
  .grid-block {
    margin-bottom: 10px;
    height: 300px;
  }
}
.grid-block__overlay {
  background: linear-gradient(0deg, #1A1C28 26.98%, rgba(26, 28, 40, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
}
.grid-block:hover .grid-block-image {
  background-position: center right;
}
.grid-block:hover .grid-block-content:before {
  height: 30px;
}
.grid-block:hover .grid-block-content__title {
  padding-bottom: 100px;
}
.grid-block:hover .grid-block-content__view-prop {
  opacity: 1;
}

.grid-block-image {
  background-position: center left;
  background-size: cover;
}

.grid-block-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-indeX: 1;
  padding-left: 20px;
  padding-right: 20px;
}
.grid-block-content:before {
  content: "";
  position: absolute;
  height: 25px;
  width: 1px;
  left: 50%;
  bottom: 0;
  background: white;
  transition: 0.5s;
}
.grid-block-content__title {
  text-align: center;
  position: relative;
  padding-bottom: 50px;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .grid-block-content__title {
    padding-bottom: 80px;
  }
}
.grid-block-content__title h3 {
  color: white;
  font-family: IvyMode;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
}
.grid-block-content__view-prop {
  text-transform: uppercase;
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 70px;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .grid-block-content__view-prop {
    opacity: 1;
    bottom: 40px;
  }
}

@media (max-width: 767px) {
  .image-content-block {
    padding-top: 20px;
  }
}
.image-content-block .image-content video {
  max-width: 100%;
}
.image-content-block .page-content p {
  color: #646675;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
  margin-bottom: 30px;
}
.image-content-block .featured-title {
  margin-bottom: 30px;
}
.image-content-block .featured-title:before {
  display: none;
}
.image-content-block .featured-title .title {
  color: #252738;
  padding-left: 43px;
  position: relative;
}
.image-content-block .featured-title .title:before {
  content: "";
  background: #252738;
  width: 32px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 6px;
}
.image-content-block .featured-title .subtitle {
  font-family: IvyMode;
  font-size: 45px;
  line-height: 1.33;
  text-transform: none;
}
.image-content-block .buttons {
  margin-top: 30px;
}
@media (max-width: 480px) {
  .image-content-block .buttons .rbtn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.image-content-block .buttons .rbtn:not(:first-child) {
  margin-left: 20px;
}
@media (max-width: 480px) {
  .image-content-block .buttons .rbtn:not(:first-child) {
    margin-left: 10px;
  }
}

.lprops {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lprops {
    max-width: 90%;
    margin-right: auto;
    margin-left: 0;
    overflow: visible;
  }
}
.lprops__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .lprops__top--has-viewall {
    display: block;
  }
}
.lprops__heading h2 {
  font-family: IvyMode;
  font-size: 35px;
  text-transform: none;
  color: #252738;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .lprops__heading {
    margin-bottom: 20px;
  }
}
.lprops__buttons {
  display: flex;
}
.lprops__btn {
  padding: 10px;
  background: grey;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  font-size: 13px;
  line-height: 1;
}
.lprops__btn--viewall {
  border: 1px solid #252738;
  background: white;
  letter-spacing: 15%;
  color: #252738;
  padding-left: 23px;
  padding-right: 23px;
}
.lprops__btn--viewall .flip-content {
  overflow: hidden;
  position: relative;
}
.lprops__btn--viewall .flip-text,
.lprops__btn--viewall .flip-hover-text {
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
  transform: translateY(0%);
}
.lprops__btn--viewall .flip-hover-text {
  position: absolute;
}
.lprops__btn--viewall:hover .flip-hover-text,
.lprops__btn--viewall:hover .flip-text {
  transform: translateY(-100%);
}
.lprops__btn--left, .lprops__btn--right {
  width: 64px;
  height: 50px;
  text-align: center;
  margin-left: 5px;
}
.lprops__btn--left {
  border: 1px solid #252738;
  background: rgba(247, 241, 232, 0.1);
  opacity: 0.4;
}
.lprops__btn--left:hover {
  border: 1px solid #252738;
  opacity: 1;
}
.lprops__btn--right {
  border: 1px solid #252738;
  background: #252738;
}
.lprops__btn--right:hover {
  background: rgb(26.8548387097, 28.3064516129, 40.6451612903);
}
.lprops__btn svg {
  display: block;
}

.lprop-item__link {
  display: block;
}
.lprop-item__image {
  margin-bottom: 16px;
  position: relative;
  height: 225px;
  max-width: 100%;
}
.lprop-item__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.lprop-item__image-secondary {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 0.4s;
}
.lprop-item:hover .lprop-item__image-secondary {
  opacity: 1;
}
.lprop-item__badge {
  position: absolute;
  top: 15px;
  left: 13px;
  border-radius: 5px;
  background: #D1D6EF;
  padding: 7px 10px;
  text-align: center;
  font-size: 12px;
  color: #252738;
  text-transform: uppercase;
  z-index: 2;
  line-height: 1;
}
.lprop-item__badge--sold {
  background: #CE3D3D;
  color: white;
}
.lprop-item__topbar {
  display: flex;
  justify-content: space-between;
  color: #646677;
  font-size: 14px;
  margin-bottom: 14px;
}
.lprop-item__price {
  font-family: IvyMode;
}
.lprop-item__tagline {
  color: #252738;
  font-family: IvyMode;
  font-size: 20px;
  line-height: 28px;
}

.swiper-properties .swiper-button-lock {
  display: flex !important;
}

/* News */
.news-post {
  height: 500px;
  line-height: 555px;
  text-align: center;
  color: #fff;
  position: relative;
  margin: 0 0 30px 0;
  overflow: hidden;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.news-post .btn-link {
  font-family: IvyMode;
  text-transform: none;
  font-size: 30px;
}

.news-post .overlay {
  opacity: 0.8;
}

.news-post-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 50% 50% no-repeat;
  background-size: cover;
  transform: scale(1.1);
  transition-duration: 1s !important;
}

.news-post-details {
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 0 15%;
  position: relative;
  transform: scale(1);
  opacity: 1;
}
.news-post-details__title-actual {
  opacity: 1;
}
.news-post-details__title-readmore {
  opacity: 0;
  transition: 0.6s;
  transform: translateY(0);
}

.news-post:hover .news-post-details__title-actual {
  transform: translateY(40px);
  opacity: 0;
}
.news-post:hover .news-post-details__title-readmore {
  opacity: 1;
  transform: translateY(-50px);
}
.news-post:hover .news-cat {
  transform: translateY(20px);
}
.news-post:hover .the-date {
  transform: translateY(-20px);
}

.news-post-details h3 {
  font-size: 24px;
  line-height: 1.2;
  color: inherit;
  margin-bottom: 0;
  text-indent: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: 0;
  font-family: IvyMode;
}

.news-post-details h3:before {
  display: none;
}

.news-post-details p {
  margin: 0;
}

.news-post-details .news-cat {
  display: block;
  padding: 0 0 15px;
  font-weight: 300;
}

.news-post-details .news-cat a {
  color: #fff;
  position: relative;
  z-index: 2;
}

.news-post-details p.the-date {
  font-weight: 300;
  font-size: 14px;
}

.news-post .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translateX(-50%) translateY(-50%) scale(0.5);
  opacity: 0;
  z-index: 2;
}

.process__inner {
  background-image: url("/wp-content/themes/fsa/assets/images/logo-process-bg.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-color: #252738;
  width: 1406px;
  max-width: 96%;
  color: white;
  margin: 0 auto;
  padding: 108px 140px;
  min-height: 820px;
}
@media (max-width: 980px) {
  .process__inner {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .process__inner {
    min-height: 1300px;
  }
}
@media (max-width: 440px) {
  .process__inner {
    min-height: 1150px;
  }
}
@media (max-width: 340px) {
  .process__inner {
    min-height: 1250px;
  }
}
.process__heading {
  margin-bottom: 40px;
  max-width: 455px;
}
.process__heading h2 {
  color: inherit;
  font-family: IvyMode;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}
.process__columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 120px;
       column-gap: 120px;
}
@media (max-width: 767px) {
  .process__columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.process__col {
  position: relative;
}
.process__img:not(:first-child) {
  display: none;
}
.process__badge {
  position: absolute;
  top: -30px;
  left: 60px;
}
@media (max-width: 1024px) {
  .process__badge {
    width: 107px;
    height: 107px;
    left: 33px;
    top: -20px;
  }
}
.process__btn {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .process__btn {
    margin-bottom: 80px;
  }
}

.process-step {
  border-left: 2px solid #3F4152;
  margin-bottom: 17px;
  padding-left: 30px;
}
.process-step:last-child {
  margin-bottom: 0;
}
.process-step__heading {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 2.4px;
  padding: 8px 0;
  cursor: pointer;
}
.process-step__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 26px;
  display: none;
}
.process-step.is-active {
  border-color: #3F4152;
}
.process-step.is-active .process-step__text {
  display: block;
}

.process-step {
  position: relative;
}

.process-step::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  width: 2px;
  height: 0%;
  background: white;
  transition: height linear;
}

.process-step.is-active::before {
  height: 100%;
  transition-duration: 8s;
}

.process__col:last-child {
  position: relative;
}

.process__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.process__img.is-active {
  opacity: 1;
  z-index: 2;
}

.stats-counter {
  border-bottom: 1px solid #252738;
  padding-top: 80px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .stats-counter {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 0;
  }
}
.stats-counter__columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 767px) {
  .stats-counter__columns {
    display: block;
  }
}

.stats-item {
  display: flex;
  overflow: hidden;
}
@media (max-width: 767px) {
  .stats-item {
    border-bottom: 1px solid #252738;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.stats-item__number {
  color: #252738;
  text-align: center;
  font-family: IvyMode;
  font-size: 72px;
  line-height: 1;
  text-align: left;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .stats-item__number {
    font-size: 60px;
    width: 130px;
    text-align: left;
    margin-right: 20px;
    flex: 0 0 auto;
  }
}
.stats-item__content-wrap {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .stats-item__content-wrap {
    margin-left: 0;
  }
}
.stats-item__heading {
  color: #252738;
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .stats-item__heading {
    line-height: 1.2;
  }
}
.stats-item__text {
  color: #3F4152;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.71;
  min-height: 72px;
}
/*# sourceMappingURL=app.css.map */
