/*
Theme Name: The Leaders Realty, LLC
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.8
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/
/*

TABLE OF CONTENTS

1. Custom CSS
2. IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/
@font-face {
  font-family: 'Edwardian Script ITC';
  src: url("./fonts/EdwardianScriptITC.woff2") format("woff2"), url("./fonts/EdwardianScriptITC.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary-font: 'Poppins', sans-serif;
  --secondary-font: 'Edwardian Script ITC', serif;
  --primary-color: #b5811c;
  --primary-color-b: #b3822c;
  --btn-hover-color: #b5811c;
  --secondary-color: #0e0e0e;
  --header-bg: #080808;
  --header-text-color: #fff;
  --footer-bg: #040404;
  --footer-text-color: #fff;

  --body-text-color: #fff;
}


/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/
/* Menu */
.header-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 1;
}

.header-nav > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 76px;
}
.header-nav > li:first-child {
  margin-left: 0;
}

.toggle-fixed-header .header-nav > li {
  margin-left: 18px;
}

.header-nav > li > a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  color: var(--header-text-color);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .15em;
  padding: 3px 0;
}
.header-nav > li > a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: var(--primary-color);
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.toggle-fixed-header .header-nav > li > a {
  font-size: 14px;
}

.header-nav > li:hover > a::before,
.header-nav > li:focus > a::before {
  left: 0;
  right: 0;
}

/* 2nd Layer Menu */
.header-nav > li:hover > .sub-menu,
.header-nav > li:focus > .sub-menu {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 5;
  -webkit-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}

.header-nav .sub-menu {
  list-style: none outside none;
  margin: 0;
  display: block;
  opacity: 0;
  padding-top: 9px;
  position: absolute;
  min-width: 200px;
  left: 50%;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(20px);
  -ms-transform: translateX(-50%) translateY(20px);
  transform: translateX(-50%) translateY(20px);
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.toggle-fixed-header .header-nav .sub-menu {
  padding-top: 33px;
}

.header-nav .sub-menu > li {
  position: relative;
}

.header-nav .sub-menu > li > a {
  display: block;
  padding: 12px 10px;
  color: var(--header-text-color);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: var(--header-bg);
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}

.header-nav .sub-menu > li > a:hover,
.header-nav .sub-menu > li > a:focus {
  color: var(--primary-color);
}

/* 3rd Layer Menu */
.header-nav .sub-menu .sub-menu {
  margin-left: 100%;
  top: 0;
  padding-top: 0;
}

@-webkit-keyframes menu-transition {
  from {
    max-height: 0;
  }
  to {
    max-height: 1000px;
  }
}
@keyframes menu-transition {
  from {
    max-height: 0;
  }
  to {
    max-height: 1000px;
  }
}
@-webkit-keyframes autofill {
  to {
    color: #fff;
    background: transparent;
  }
}
/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/
/* Global */
body {
  font-family: 'Poppins', Arial, Helvetica, Georgia, Sans-serif;
  font-size: 16px;
  background: #0e0e0e;
  color: #fff;
  margin: 0;
  /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

div#main-wrapper {
  overflow: hidden;
}

a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

.slick-slider,
.slick-slider *,
.slick-slider a,
input:focus,
select:focus,
textarea:focus,
a:focus {
  outline: none !important;
}

@-moz-document url-prefix() {
  select {
    text-indent: -2px;
  }
}
@supports (-ms-ime-align: auto) {
  select {
    text-indent: -2px;
  }
}
.sxn {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  font-size: 0;
}

.site-container-fluid {
  width: 100%;
  padding: 0 65px;
}

.site-container {
  width: 100%;
  max-width: 1495px;
  margin: 0 auto;
  padding: 0 15px;
}

.section-heading small {
  display: block;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .5em;
  color: #676767;
  line-height: 1.7;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.section-heading h2 {
  font-weight: 600;
  font-size: 75px;
  color: var(--primary-color);
  text-transform: uppercase;
}
.section-heading h2.line {
  position: relative;
  display: inline-block;
}
.section-heading h2.line::before {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 30px);
  height: 1px;
  width: 100vw;
  background: #3d3d3d;
}

.section-title {
  font-weight: 600;
  font-size: 25px;
  letter-spacing: .12em;
  color: var(--primary-color-b);
  text-transform: uppercase;
}

.default-btn {
  position: relative;
  display: inline-block;
  background: transparent;
  min-width: 145px;
  font-weight: 500;
  font-size: 13px;
  color: var(--primary-color);
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 0;
  padding: 11px 12px;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
  z-index: 1;
  box-shadow: none;
  text-align: center;
  border: 1px solid var(--primary-color);
}
.default-btn:hover, .default-btn:focus {
  color: #fff !important;
  border-color: var(--btn-hover-color) !important;
  background: var(--btn-hover-color) !important;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.d-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bootstrap-extend-right {
  margin-right: calc((100vw - 1140px) / -2);
}
.bootstrap-extend-left {
    margin-left: calc((100vw - 1140px) / -2);
}
/* Header */
#main-header {
  position: absolute;
  z-index: 1010;
  background: var(--header-bg);
  -webkit-transform: translateY(32px);
      -ms-transform: translateY(32px);
          transform: translateY(32px);
  padding: 8px 0;
}
#main-header.toggle-fixed-header {
  position: fixed;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  min-height: 88px;
}

.main-header .site-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo {
  -webkit-flex-basis: 42.3%;
      -ms-flex-preferred-size: 42.3%;
          flex-basis: 42.3%;
}
.header-logo .show-fixed {
  display: none;
}

.header-expand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-left: 30px;
}

.header-contact {
  margin-bottom: 17px;
}
.header-contact .contact-list {
  margin-right: 25px;
}
.header-contact .contact-list li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 32px;
}
.header-contact .contact-list li:first-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
  border-left: 0 !important;
}
.header-contact .contact-list li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15.17px;
  letter-spacing: .04em;
  color: var(--header-text-color);
}
.header-contact .contact-list li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: -2px;
  background: var(--primary-color);
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.header-contact .contact-list li a:hover::before,
.header-contact .contact-list li a:focus::before {
  left: 28px;
  right: 0;
}
.header-contact .contact-list em[class^="ai-font-"] {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  font-size: 14px;
  color: var(--primary-color);
}
.header-contact .contact-list em[class^="ai-font-phone"] {
  font-size: 17px;
}
.header-contact .smi-list li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.header-contact .smi-list li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 17px;
  color: var(--primary-color);
  width: 32px;
  height: 32px;
  background: transparent;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.header-contact .smi-list li a::after {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: 5px;
  background: var(--primary-color);
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.header-contact .smi-list li a:hover::after,
.header-contact .smi-list li a:focus::after {
  left: 30%;
  right: 30%;
}
.header-contact .contact-list + em {
  font-size: 11.52px;
  letter-spacing: .04em;
  color: var(--header-text-color);
  text-transform: uppercase;
}
.header-contact .contact-list,
.header-contact .contact-list + em,
.header-contact .smi-list {
  display: inline-block;
  vertical-align: middle;
}

.toggle-fixed-header .header-logo {
  -webkit-flex-basis: 22.5%;
      -ms-flex-preferred-size: 22.5%;
          flex-basis: 22.5%;
}
.toggle-fixed-header .header-logo img:not(.show-fixed) {
  display: none;
}
.toggle-fixed-header .header-logo .show-fixed {
  display: block;
}
.toggle-fixed-header .header-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.toggle-fixed-header .header-contact {
  margin-bottom: 0;
  margin-left: 25px;
}
.toggle-fixed-header .header-contact .contact-list {
  margin-right: 20px;
}
.toggle-fixed-header .header-contact .contact-list li {
  padding: 5px 0 5px 12px;
  margin-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.toggle-fixed-header .header-contact .contact-list li a {
  font-size: 0;
}
.toggle-fixed-header .header-contact .contact-list em[class^="ai-font-"] {
  font-size: 11px;
  width: auto;
}
.toggle-fixed-header .header-contact .contact-list em[class^="ai-font-phone"] {
  font-size: 13px;
}
.toggle-fixed-header .header-contact .contact-list li a:hover::before,
.toggle-fixed-header .header-contact .contact-list li a:focus::before {
  left: 0;
  right: 0;
}

/* Slideshow */
#hero-sxn,
.slideshow-view {
  position: relative;
}



.cycloneslider-slides::before,
.slideshow-view .aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-custom-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.45) 8%, rgba(0, 0, 0, 0.38) 18%, rgba(0, 0, 0, 0.28) 28%, rgba(0, 0, 0, 0.1) 42%, rgba(0, 0, 0, 0.06) 48%, rgba(0, 0, 0, 0.06) 52%, rgba(0, 0, 0, 0.1) 58%, rgba(0, 0, 0, 0.28) 72%, rgba(0, 0, 0, 0.38) 82%, rgba(0, 0, 0, 0.45) 92%, rgba(0, 0, 0, 0.48) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.45) 8%, rgba(0, 0, 0, 0.38) 18%, rgba(0, 0, 0, 0.28) 28%, rgba(0, 0, 0, 0.1) 42%, rgba(0, 0, 0, 0.06) 48%, rgba(0, 0, 0, 0.06) 52%, rgba(0, 0, 0, 0.1) 58%, rgba(0, 0, 0, 0.28) 72%, rgba(0, 0, 0, 0.38) 82%, rgba(0, 0, 0, 0.45) 92%, rgba(0, 0, 0, 0.48) 100%);
  z-index: 1;
  pointer-events: none;
}
.slideshow-view::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  z-index: 1;
  pointer-events: none;
}

.slideshow-view #aios-slider-main-slideshow .aios-slider-volume {
  top: 142px;
  right: 30px;
}

/* Quick Search */
#qs-section {
  position: absolute;
  bottom: 40px;
  left: 0;
}
#qs-section .container {
  max-width: 1315px;
  width: 100%;
}

.qs-view {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.qs-view--header {
  width: 100%;
  margin-bottom: 35px;
  text-align: center;
}
.qs-view--header span {
  font-weight: 500;
  font-size: 41px;
  letter-spacing: .05em;
  color: var(--primary-color);
  text-transform: uppercase;
}

.qs-view--icon {
  display: inline-block;
  vertical-align: middle;
  width: 5.8%;
}
.qs-view--icon em {
  display: block;
  width: 43px;
  height: 43px;
  background: url(images/ic-magnifying-glass.png) no-repeat center center;
}

.qs-view--form {
  display: inline-block;
  vertical-align: middle;
  width: 94.2%;
}
.qs-view--form .qs-fields {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 79.34%;
}
.qs-view--form .qs-buttons {
  display: inline-block;
  vertical-align: bottom;
  width: 20.66%;
}

.qs-large {
  width: 23.8%;
}

.qs-small {
  width: 13.1%;
}

.qs-field {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  padding-left: 10px;
}

.qs-field select,
.qs-field input:not(.form-control) {
  display: block;
  box-sizing: border-box;
  height: 45px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 15px;
  border-radius: 0;
  background: transparent;
  line-height: 43px;
  font-weight: 300;
  font-size: 11.71px;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

.qs-field select option {
  color: var(--secondary-color);
}

.qs-field .bootstrap-select.btn-group .dropdown-menu{
  top: 46px;
  bottom: auto;
}

.qs-field .bootstrap-select.btn-group .dropdown-menu.inner{
  max-height: 200px !important;
}

.qs-field.aios-search .bootstrap-select button{
  outline: none !important;
  background: transparent !important;
}

.qs-buttons .qs-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  background: var(--primary-color);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0 12px;
  height: 45px;
  line-height: 43px;
  width: calc(50% - 10px);
  margin-left: 10px;
  font-weight: 500;
  font-size: 12.88px;
  letter-spacing: .05em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.qs-buttons .qs-btn .search-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
}
.qs-buttons .qs-btn span {
  position: relative;
}
.qs-buttons .qs-btn span::before {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: -1px;
  background: #fff;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.qs-buttons .qs-btn.adv-btn {
  background: var(--secondary-color);
}
.qs-buttons .qs-btn:hover span::before,
.qs-buttons .qs-btn:focus span::before {
  left: 0;
  right: 0;
}

/* Properties */
#fp-section {
  text-align: center;
  padding: 50px 0 110px;
}

.fp-slick {
  position: relative;
  margin-top: 55px;
}

.fp-item {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.fp-item:hover .fp-photo canvas,
.fp-item:focus .fp-photo canvas {
  opacity: .87;
}
.fp-item:hover .fp-photo::after,
.fp-item:focus .fp-photo::after {
  opacity: .35;
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
}
.fp-item:hover .fp-details,
.fp-item:focus .fp-details {
  -webkit-transform: translateX(-50%) translateY(0) translateZ(0);
      -ms-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
.fp-item:hover .fp-misc,
.fp-item:focus .fp-misc {
  opacity: 1;
  visibility: visible;
}

.fp-photo {
  position: relative;
  background: #000;
}
.fp-photo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.02) 10%, transparent 15%, rgba(0, 0, 0, 0.02) 21%, rgba(0, 0, 0, 0.09) 26%, rgba(0, 0, 0, 0.17) 30%, rgba(0, 0, 0, 0.53) 43%, rgba(0, 0, 0, 0.72) 58%, rgba(0, 0, 0, 0.8) 74%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 0%, rgba(0, 0, 0, 0.02) 10%, transparent 15%, rgba(0, 0, 0, 0.02) 21%, rgba(0, 0, 0, 0.09) 26%, rgba(0, 0, 0, 0.17) 30%, rgba(0, 0, 0, 0.53) 43%, rgba(0, 0, 0, 0.72) 58%, rgba(0, 0, 0, 0.8) 74%, rgba(0, 0, 0, 0.8) 100%);
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
  pointer-events: none;
  z-index: 1;
}
.fp-photo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(images/fp-hover-insigna.png) no-repeat center top 28px;
  background-size: 37.5% auto;
  -webkit-transform: scale(0.8) translateZ(0);
          transform: scale(0.8) translateZ(0);
  opacity: 0;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
  pointer-events: none;
  z-index: 1;
}
.fp-photo canvas {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
  transform: translateZ(0);
}

.fp-details {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 85.9%;
  max-width: 420px;
  color: #fff;
  -webkit-transform: translateX(-50%) translateY(90px) translateZ(0);
      -ms-transform: translateX(-50%) translateY(90px) translateZ(0);
          transform: translateX(-50%) translateY(90px) translateZ(0);
  text-transform: uppercase;
  -webkit-transition: all .4s linear;
          transition: all .4s linear;
  border-top: 1px solid var(--primary-color);
  padding: 28px 0 40px;
  z-index: 1;
}
.fp-details .fp-address {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .1em;
}
.fp-details .fp-state {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: .2em;
  margin-top: 10px;
}
.fp-details .fp-price {
  font-size: 19px;
  letter-spacing: .1em;
  margin-top: 12px;
}

.fp-misc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  min-height: 50px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.fp-misc span {
  width: calc(100% / 3);
  font-size: 11px;
  letter-spacing: .1em;
}
.fp-misc span::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto 15px;
}
.fp-misc span.fp-bed::before {
  background: url(images/ic-bed.png) no-repeat center center;
}
.fp-misc span.fp-bath::before {
  background: url(images/ic-shower.png) no-repeat center center;
}
.fp-misc span.fp-size::before {
  background: url(images/ic-size.png) no-repeat center center;
}

.fp-btn-wrap {
  margin-top: 95px;
}
.fp-btn-wrap .default-btn {
  position: relative;
  min-width: 215px;
}
.fp-btn-wrap .default-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  width: 100vw;
  height: 1px;
  background: #3d3d3d;
  pointer-events: none;
}
.fp-btn-wrap .default-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 20px);
  width: 100vw;
  height: 1px;
  background: #3d3d3d;
  pointer-events: none;
}
.fp-btn-wrap .default-btn::before,
.fp-btn-wrap .default-btn::after {
  will-change: opacity, transform;
  opacity: 0;
  transform: scaleX(0) translateZ(0);
  -ms-transform: scaleX(0) translateZ(0);
}
.start-animation.fp-btn-wrap .default-btn::before,
.start-animation.fp-btn-wrap .default-btn::after {
  transition: transform 0.9s ease 0.5s, opacity 0.9s ease 0.5s;
  will-change: opacity, transform;
  transform: scaleX(1) translateZ(0);
  -ms-transform: scaleX(1) translateZ(0);
  opacity: 1;
}
/* Welcome */
#wc-section {
  background: #1c1c1c;
}

.wc-view {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wc-view::before{
  background-color: var(--primary-color);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(1);
  transform-origin: center top;
  transition: transform .6s cubic-bezier(.7,.085,.79,.415);
  z-index: 2;
}
.start-animation.wc-view::before{
  transform: scaleY(0);
  transition: transform .6s cubic-bezier(.565,.43,.24,.92) .45s;
}
.wc-photo {
  position: relative;
  width: 35.5%;
  padding: 0 25px;
}
.wc-photo::before {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  width: calc(100% + 30px);
  height: 100%;
  background: url(images/wc-insigna.png) no-repeat right top -240px;
  opacity: .25;
  pointer-events: none;
  z-index: -1;
}
.wc-photo img {
  display: block;
  height: calc(100% + 30px);
  margin-top: -30px;
  margin-left: auto;
  max-width: 100%;
}

.wc-verbiage {
  position: relative;
  width: 64.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 70px 10px 70px 30px;
}
.wc-verbiage::before, .wc-verbiage::after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 85px;
  width: calc(100% - 85px);
  height: calc(100% - 20px);
  z-index: -1;
}
.wc-verbiage::before {
  background: url(images/bg-wc.jpg) no-repeat center center;
  background-size: cover;
  pointer-events: none;
  opacity: .3;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.wc-verbiage::after {
  background: -webkit-linear-gradient(left, #1c1c1c 0%, #1c1c1c 35%, #1c1c1c 37%, rgba(28, 28, 28, 0.96) 47%, rgba(28, 28, 28, 0.88) 56%, rgba(28, 28, 28, 0.78) 67%, rgba(28, 28, 28, 0.51) 87%, rgba(28, 28, 28, 0.43) 100%);
  background: linear-gradient(to right, #1c1c1c 0%, #1c1c1c 35%, #1c1c1c 37%, rgba(28, 28, 28, 0.96) 47%, rgba(28, 28, 28, 0.88) 56%, rgba(28, 28, 28, 0.78) 67%, rgba(28, 28, 28, 0.51) 87%, rgba(28, 28, 28, 0.43) 100%);
}
.wc-verbiage .section-heading small {
  margin-bottom: 0;
}
.wc-verbiage .section-heading h2 {
  font-size: 100px;
}
.wc-verbiage .section-heading h2::before {
  left: calc(100% + 65px);
  width: 22.2vw;
}
.wc-verbiage p {
  font-size: 14px;
  color: #ebebeb;
  letter-spacing: .03em;
  line-height: 1.8;
  margin-top: 24px;
}
.wc-verbiage p:first-of-type {
  margin-top: 20px;
}
.wc-verbiage .default-btn {
  margin-top: 40px;
}

/* Featured Videos */
#fv-section {
  padding-top: 115px;
}

.fv-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fv-col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.fv-item {
  position: relative;
  display: inline-block;
  width: 100%;
}
.fv-item:hover .fv-photo::after,
.fv-item:focus .fv-photo::after {
  opacity: .5;
}

.fv-photo {
  position: relative;
  background: #212121;
}
.fv-photo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--primary-color);
  opacity: 0;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.fv-photo canvas {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .6;
}

.fv-play-btn {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 86px;
  width: 86px;
  border-radius: 50%;
  border: 3px solid #fff;
  opacity: .8;
  font-size: 32px;
}

.fv-thumbnail-slick {
  margin-top: 43px;
  overflow: hidden;
}
.fv-thumbnail-slick .slick-list {
  margin: 0 -27px;
}
.fv-thumbnail-slick .slick-slide {
  margin: 0 27px;
}
.fv-thumbnail-slick .fv-play-btn {
  font-size: 20px;
  height: 54px;
  width: 54px;
}

.fv-left {
  padding-right: 5px;
}

.fv-main-slick {
  height: 100%;
}
.fv-main-slick::before{
  background-color: var(--primary-color);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(1);
  transform-origin: center right;
  transition: transform .6s cubic-bezier(.7,.085,.79,.415);
  will-change: transform;
  z-index: 20;
}
.start-animation.fv-main-slick::before{
  transform: scaleX(0);
  transition: transform .6s cubic-bezier(.565,.43,.24,.92) .45s;
}
.fv-main-slick .slick-list,
.fv-main-slick .slick-track,
.fv-main-slick .slick-slide,
.fv-main-slick .slick-slide > div,
.fv-main-slick .fv-item-wrap,
.fv-main-slick .fv-item,
.fv-main-slick .fv-photo {
  height: 100%;
}

.fv-right {
  padding-left: 55px;
}

.fv-right-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
}
.fv-right-head .section-heading h2 {
  font-size: 70px;
}
.fv-right-head .section-heading h2::before {
  width: 225px;
  z-index: -1;
}

.fv-btn-wrap {
  background: var(--secondary-color);
  padding-left: 25px;
  margin-bottom: 23px;
}

#fv-section p {
  font-size: 15px;
  color: #8e8e8e;
  line-height: 1.7;
  max-width: 612px;
  margin-top: 35px;
}

/* CTA */
#cta-section {
  padding-top: 130px;
}

.cta-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.cta-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 10px);
  margin: 0 5px;
  background: #1c1c1c;
}
.cta-photo,
.cta-details {
  display: inline-block;
  vertical-align: middle;
}

.cta-photo {
  width: 34.5%;
  position: relative;
  overflow: hidden;
}
.cta-photo canvas {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.cta-details {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 65.5%;
  padding: 15px 20px 15px 30px;
}
.cta-details::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 190px;
  height: 100%;
  background: url(images/cta-insigna.png) no-repeat left center;
  opacity: .25;
}
.cta-details .cta-title {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: .05em;
  color: var(--primary-color);
  text-transform: uppercase;
}
.cta-details p {
  font-size: 13px;
  color: #8e8e8e;
  line-height: 1.7;
  margin-top: 19px;
}
.cta-details .default-btn {
  margin-top: 27px;
}

/* In The New */
#itn-section {
  padding: 105px 0 265px;
}
#itn-section .site-container-fluid {
  padding-right: 0;
}
#itn-section .section-heading small {
  margin-bottom: 7px;
}

.itn-left,
.itn-right {
  display: inline-block;
  vertical-align: top;
}

.itn-left {
  width: 63.2%;
  overflow: hidden;
}

.itn-right {
  width: 36.8%;
  padding-left: 45px;
}

.itn-list {
  margin: 0 -13px;
  padding-top: 70px;
}

.itn-item {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 3);
  padding: 0 13px;
  margin-bottom: 20px;
}

.itn-photo {
  position: relative;
  background: #000;
}
.itn-photo a {
  display: block;
}
.itn-photo a:hover canvas,
.itn-photo a:focus canvas {
  opacity: 1;
}
.itn-photo canvas {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .5;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}

.itn-more .itn-more-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.itn-more a:hover .more-news,
.itn-more a:focus .more-news {
  background: var(--secondary-color);
  color: #fff;
}

.itn-more .itn-photo {
  background: var(--primary-color);
}

.itn-more .more-news {
  display: inline-block;
  background: transparent;
  min-width: 145px;
  font-weight: 500;
  font-size: 13px;
  color: var(--secondary-color);
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 0;
  padding: 11px 12px;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
  z-index: 1;
  box-shadow: none;
  text-align: center;
  border: 1px solid var(--secondary-color);
}

.itn-details {
  padding: 25px 0;
}
.itn-details .itn-title {
  position: relative;
  font-size: 18px;
  color: var(--primary-color);
  line-height: 1.2;
}
.itn-details .itn-title::before {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: var(--primary-color);
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.itn-details .itn-title:hover::before,
.itn-details .itn-title:focus::before {
  left: 0;
  right: 0;
}

.itn-agent-photo {
  padding-top: 25px;
}
.itn-agent-photo img {
  width: 100%;
}

/* Testimonials */
#testi-section {
  position: relative;
  background: url(images/bg-testi.jpg) no-repeat center center;
  background-size: cover;
}
#testi-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--secondary-color);
  opacity: .8;
  pointer-events: none;
}
#testi-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(14, 14, 14, 0) 0%, rgba(14, 14, 14, 0) 53%, rgba(14, 14, 14, 0.06) 58%, rgba(14, 14, 14, 0.21) 67%, rgba(14, 14, 14, 0.63) 78%, rgba(14, 14, 14, 0.86) 86%, rgba(14, 14, 14, 0.97) 94%, #0e0e0e 100%);
  background: linear-gradient(to bottom, rgba(14, 14, 14, 0) 0%, rgba(14, 14, 14, 0) 53%, rgba(14, 14, 14, 0.06) 58%, rgba(14, 14, 14, 0.21) 67%, rgba(14, 14, 14, 0.63) 78%, rgba(14, 14, 14, 0.86) 86%, rgba(14, 14, 14, 0.97) 94%, #0e0e0e 100%);
  pointer-events: none;
}

.testi-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 26.06%;
  height: 100%;
  background: url(images/testi-insigna.png) no-repeat left top -156px;
  pointer-events: none;
  opacity: .35;
}

.testi-left,
.testi-right {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.testi-left {
  width: 35.84%;
}

.testi-right {
  width: 64.16%;
  padding-right: 165px;
}

.testi-textview {
  position: relative;
  margin: 110px 0 95px;
  padding: 65px 25px 50px 50px;
  z-index: 1;
}
.testi-textview::before {
  content: '';
  position: absolute;
  top: 0;
  left: -145px;
  width: calc(100% + 145px);
  height: 100%;
  border: 1px solid var(--primary-color-b);
}
.testi-textview .section-heading small {
  color: #fff;
  margin-bottom: 5px;
}

.testi-photo {
  position: relative;
  z-index: 2;
}
.testi-photo img {
  margin-top: -74px;
}

.testi-slick .slick-slide {
  padding: 0 2px;
  transform: translateZ(0);
}

.testi-item p {
  font-size: 16px;
  color: #fff;
  letter-spacing: .05em;
  line-height: 1.7;
  margin-top: 22px;
}
.testi-item .testi-author {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: .05em;
  color: var(--primary-color);
  margin-top: 30px;
}
.testi-item .testi-author span {
  display: block;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: .05em;
  color: #888888;
  line-height: 2;
}

.testi-navigation {
  position: absolute;
  top: 39.5%;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.testi-navigation button {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  appearance: none;
  background: transparent;
  border: 0;
  z-index: 1;
  padding: 0;
  font-size: 45px;
  font-weight: 700;
  color: #575757;
  outline: none;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.testi-navigation button.testi-prev {
  margin-right: 35px;
}
.testi-navigation button.testi-next {
  color: var(--primary-color);
}
.testi-navigation button:hover,
.testi-navigation button:focus {
  color: #fff !important;
}

/* Communities */
#fc-section {
  padding-top: 18px;
}
#fc-section .section-heading small {
  color: #fff;
}

.fc-list {
  margin: 0 -8px;
  padding-top: 50px;
}

.fc-item-wrap {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 3);
  padding: 0 8px;
  margin-top: 16px;
}

.fc-item {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.fc-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.fc-item:hover::before,
.fc-item:focus::before {
  opacity: .5;
}
.fc-item:hover .fc-photo::before,
.fc-item:focus .fc-photo::before {
  opacity: 0;
}
.fc-item:hover .fc-photo::after,
.fc-item:focus .fc-photo::after {
  opacity: .58;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.fc-photo {
  position: relative;
  background: #000;
}
.fc-photo::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64.67%;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.05) 9%, rgba(0, 0, 0, 0.17) 24%, rgba(0, 0, 0, 0.33) 40%, rgba(0, 0, 0, 0.72) 74%, rgba(0, 0, 0, 0.83) 84%, rgba(0, 0, 0, 0.95) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.05) 9%, rgba(0, 0, 0, 0.17) 24%, rgba(0, 0, 0, 0.33) 40%, rgba(0, 0, 0, 0.72) 74%, rgba(0, 0, 0, 0.83) 84%, rgba(0, 0, 0, 0.95) 100%);
  pointer-events: none;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.fc-photo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/fc-insigna.png) no-repeat center top 10px;
  background-size: 59.6% auto;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.fc-photo canvas {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .8;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}

.fc-details {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 45px 15px;
  text-align: center;
  z-index: 2;
}
.fc-details .fc-title {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: .05em;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 26px;
}
.fc-details .fc-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 65px;
  height: 1px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--primary-color-b);
  pointer-events: none;
}

.fc-view-more .fc-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.fc-view-more::before,
.fc-view-more .fc-photo::before,
.fc-view-more .fc-photo::after {
  display: none;
}
.fc-view-more .fc-photo {
  background: var(--primary-color);
}
.fc-view-more .view-more {
  display: inline-block;
  background: transparent;
  min-width: 236px;
  font-weight: 500;
  font-size: 13px;
  color: var(--secondary-color);
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: 0;
  padding: 11px 12px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
  box-shadow: none;
  text-align: center;
  border: 1px solid var(--secondary-color);
}
.fc-view-more:hover .view-more,
.fc-view-more:focus .view-more {
  background: var(--secondary-color);
  color: #fff;
}

/* Social */
#social-section {
  position: relative;
  text-align: center;
  padding: 90px 0 70px;
}
#social-section .section-heading small {
  color: #fff;
}

.social-overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(images/social-insigna.png) no-repeat center top -210px;
  pointer-events: none;
  opacity: .13;
}

.social-ig-feed {
  margin-top: 95px;
}
.social-ig-feed .slick-list {
  margin: 0 -6px;
}
.social-ig-feed .slick-slide {
  padding: 0 6px;
}

.social-ig-item {
  position: relative;
  display: block;
  width: 100%;
  background: #000;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.social-ig-item canvas {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .5;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.social-ig-item em[class^="ai-font"] {
  position: absolute;
  font-size: 45px;
  color: var(--primary-color);
  right: 30px;
  bottom: 30px;
  z-index: 1;
}
.social-ig-item:hover,
.social-ig-item:focus {
  background: var(--primary-color);
}

.social-media-icons {
  margin-top: 80px;
}
.social-media-icons li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 11px;
}
.social-media-icons li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 60px;
  color: var(--primary-color);
  width: 215px;
  height: 195px;
  background: transparent;
  border: 1px solid var(--primary-color);
  padding: 10px;
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.social-media-icons li a:hover,
.social-media-icons li a:focus {
  -webkit-transform: scale(1.3) translateZ(0);
          transform: scale(1.3) translateZ(0);
  color: var(--secondary-color);
  background: var(--primary-color);
  z-index: 1;
}

/* Footer */
.footer-top {
  padding: 100px 0 115px;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.95)), url(images/bg-contact.jpg) no-repeat center center;
  background: linear-gradient(rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.95)), url(images/bg-contact.jpg) no-repeat center center;
  background-size: cover;
}

.footer-connect .section-heading small {
  color: #fff;
}
.footer-connect p {
  font-size: 16px;
  letter-spacing: .015em;
  color: var(--footer-text-color);
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 30px;
}

.footer-connect-form {
  max-width: 1105px;
  margin: 55px auto 0;
}
.footer-connect-form div.wpcf7 {
  position: relative;
}
.footer-connect-form div.wpcf7-response-output {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.form-view {
  position: relative;
  margin: 0 -9.5px;
}
.form-view:before {
  display: none;
}
.form-view .field-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 9.5px;
}
.form-view input[type*="text"],
.form-view input[type*="tel"],
.form-view input[type*="email"] {
  position: relative;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  height: 55px;
  border: none;
  padding: 0 18px;
  border: 1px solid #fff;
  font-size: 12px;
  color: var(--footer-text-color);
  border-radius: 0;
  letter-spacing: .1em;
  line-height: 53px;
  text-transform: uppercase;
  background: transparent;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-bottom: 19px;
}
.form-view textarea {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 142px;
  border: none;
  padding: 20px 18px 0;
  border: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  outline: none;
  resize: none;
  overflow: hidden;
  font-size: 12px;
  letter-spacing: .1em;
  color: var(--footer-text-color);
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 27px;
}
.form-view input[type*="submit"] {
  font-size: 13px;
  letter-spacing: .05em;
  color: var(--primary-color);
  text-transform: uppercase;
  padding: 17px 12px;
  min-width: 225px;
  outline: none;
  border: 1px solid var(--primary-color);
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.form-view input[type*="submit"]:hover,
.form-view input[type*="submit"]:focus {
  background: var(--btn-hover-color);
  color: var(--footer-text-color);
}
.form-view .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.form-view span.wpcf7-not-valid-tip {
  font-size: 11px;
}
.form-view .ajax-loader {
  position: absolute;
  margin: 0 !important;
  top: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer-bot {
  background: var(--footer-bg);
  padding: 70px 0 35px;
}

.footer-logo img {
  margin: 0 auto;
}

.footer-navigate {
  padding-top: 35px;
  padding-left: 10px;
}

.footer-nav li {
  display: block;
  margin-top: 29px;
}
.footer-nav li a {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: var(--footer-text-color);
  text-transform: uppercase;
  letter-spacing: .12em;
  line-height: 1.2;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.footer-nav li a::before {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: -1px;
  background: var(--primary-color);
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.footer-nav li a:hover::before,
.footer-nav li a:focus::before {
  left: 0;
  right: 0;
}

.footer-contact-info {
  padding-top: 35px;
  padding-left: 25px;
}
.footer-contact-info .contact-list li {
  position: relative;
  display: block;
  margin-top: 28px;
}
.footer-contact-info .contact-list li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: .05em;
  color: var(--footer-text-color);
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.footer-contact-info .contact-list li a::before {
  content: "";
  position: absolute;
  left: 51%;
  right: 51%;
  bottom: -1px;
  background: var(--primary-color);
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.footer-contact-info .contact-list li a:hover::before,
.footer-contact-info .contact-list li a:focus::before {
  left: 0;
  right: 0;
}
.footer-contact-info .contact-list li.phone a {
  font-size: 20px;
}
.footer-contact-info .contact-list li.email a {
  font-size: 14px;
}
.footer-contact-info .contact-list em[class^="ic-"] {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 24px;
}
.footer-contact-info .contact-list em[class^="ic-location"] {
  background: url(images/ic-location.png) no-repeat left center;
}
.footer-contact-info .contact-list em[class^="ic-envelope"] {
  background: url(images/ic-envelope.png) no-repeat left center;
}
.footer-contact-info .contact-list em[class^="ic-phone"] {
  background: url(images/ic-phone.png) no-repeat left center;
}

.footer-copyright {
  text-align: center;
  border-top: 1px solid var(--primary-color-b);
  margin: 90px auto 0;
  padding: 30px 15px 0;
}
.footer-copyright .copyright,
.footer-copyright .disc {
  font-size: 11px;
  letter-spacing: .035em;
  color: #898989;
  line-height: 1.5;
}
.footer-copyright .copyright .sitename {
  text-transform: uppercase;
  color: var(--primary-color);
}
.footer-copyright .copyright a,
.footer-copyright .disc a {
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.footer-copyright .copyright a:hover, 
.footer-copyright .disc a:hover,
.footer-copyright .copyright a:focus, 
.footer-copyright .disc a:focus {
  color: var(--primary-color);
  text-decoration: underline;
}

.broker-logos {
  margin-top: 17px;
}
.broker-logos em {
  color: #959595;
  font-size: 23px;
  margin: 0 1px;
}

/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-banner {
  position: relative;
  width: 100%;
  display: block;
}

.ip-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.45) 8%, rgba(0, 0, 0, 0.38) 18%, rgba(0, 0, 0, 0.28) 28%, rgba(0, 0, 0, 0.1) 42%, rgba(0, 0, 0, 0.06) 48%, rgba(0, 0, 0, 0.06) 52%, rgba(0, 0, 0, 0.1) 58%, rgba(0, 0, 0, 0.28) 72%, rgba(0, 0, 0, 0.38) 82%, rgba(0, 0, 0, 0.45) 92%, rgba(0, 0, 0, 0.48) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.45) 8%, rgba(0, 0, 0, 0.38) 18%, rgba(0, 0, 0, 0.28) 28%, rgba(0, 0, 0, 0.1) 42%, rgba(0, 0, 0, 0.06) 48%, rgba(0, 0, 0, 0.06) 52%, rgba(0, 0, 0, 0.1) 58%, rgba(0, 0, 0, 0.28) 72%, rgba(0, 0, 0, 0.38) 82%, rgba(0, 0, 0, 0.45) 92%, rgba(0, 0, 0, 0.48) 100%);
}

.ip-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.15);
}

.ip-banner canvas {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 400px;
  background-color: #f9f7f7;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ip-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.ip-banner h1 {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.ip-banner h1 span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.01em;
}

/* Adjust minimum height of page area */
#content-sidebar, #content-full {
  min-height: 500px;
  margin-top: 20px;
}

/** Adjust width of content columns **/
#content-sidebar #content {
  width: 77.08%;
}

#content-full #content {
  width: 100%;
}

/* Adjust width of sidebar */
.sidebar {
  width: 20.83%;
}

/* fullwidth template */
.page-template-template-fullwidth #content {
  padding-left: 15px;
  padding-right: 15px;
}

.page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
  margin-left: -15px;
  margin-right: -15px;
}

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu {
  line-height: 1.7;
}

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title-wrap {
  display: block;
  overflow: hidden;
  text-align: center;
}
#content .entry-title-wrap .entry-title,
#content .entry-title-wrap .archive-title {
  display: inline-block;
}

#content .entry-title,
#content .archive-title {
  position: relative;
  font-size: 50px;
  color: var(--primary-color);
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
#content .entry-title::before,
#content .archive-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 50px);
  height: 1px;
  width: 100vw;
  background: #3d3d3d;
}
#content .entry-title::after,
#content .archive-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 50px);
  height: 1px;
  width: 100vw;
  background: #3d3d3d;
}

#content .entry {
  font-size: 14px;
}

/* Sidebar Goes Here */
.sidebar-item {
  padding: 15px 0;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}

/* Sidebar Ends Here */
/* Styles for category/archive/search/etc subheadings (h2) */
.ai-default-cf7wrap input[type="submit"],
.ai-default-cf7wrap input.wpcf7-submit {
  background: #000 !important;
}

.ai-contact-wrap input.wpcf7-submit:hover,
.ai-default-cf7wrap input.wpcf7-submit:hover,
.error-forms input.wpcf7-submit:hover,
.ai-contact-wrap input.wpcf7-submit:focus,
.ai-default-cf7wrap input.wpcf7-submit:focus,
.error-forms input.wpcf7-submit:focus {
  background: var(--primary-color) !important;
}

/** Single Default Layout (Post Content) */
#content .entry-thumbnail {
  position: relative;
  margin-bottom: 50px;
}

#content .entry-thumbnail img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.back-to-link {
  position: relative;
}

.back-to-link a {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  font-family: var(--primary-font);
  margin-top: 75px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.back-to-link a:hover,
.back-to-link a:focus {
  color: var(--primary-color);
}

.single .category-in-the-news .entry-thumbnail{
  display: none;
}

/** End of Single Default Layout (Post Content) */

/** Archive Default Layout (Archive Page) */
#content .archive-list {
  position: relative;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#content .archive-list .post {
  border-bottom: none;
}

#content .archive-list .archive-thumbnail,
#content .archive-list .archive-content {
  width: 100%;
}

#content .archive-list .archive-thumbnail a {
  display: block;
  outline: none;
}

#content .archive-list .archive-thumbnail canvas {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#content .archive-list .article-long .archive-thumbnail {
  width: 60%;
}

#content .archive-list .article-long .archive-has-thumbnail {
  width: 37%;
  margin-left: 3%;
}

#content .archive-list .article-long .archive-has-thumbnail .archive-subtitle {
  margin-top: 0;
  font-size: 32px;
}

#content .archive-list .article-long p {
  font-size: 22px;
}

#content .archive-more {
  display: inline-block;
  vertical-align: middle;
  font-family: var(--primary-font);
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-style: normal;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#content .archive-more:after {
  content: '';
  position: absolute;
  left: calc(100% + 23px);
  top: calc(50% - 1px);
  background: #ded1c1;
  width: 0;
  height: 2px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#content .archive-more:hover,
#content .archive-more:focus {
  color: var(--primary-color);
}

#content .archive-more:hover:after,
#content .archive-more:focus:after {
  width: 63px;
  opacity: 1;
}
/** End of Archive Default Layout (Archive Page) */

/******************************
**** Additional CSS Here ******
*******************************/
#content a:hover,
#content a:focus {
  color: var(--primary-color);
}

div.wpcf7-response-output {
  text-align: center;
}

.ai-default-cf7wrap input[type=email],
.ai-default-cf7wrap input[type=tel],
.ai-default-cf7wrap input[type=text],
.ai-default-cf7wrap textarea,
.ai-default-cf7wrap select {
  color: var(--secondary-color) !important;
}

#inner-page-wrapper > .container {
  width: 1170px;
  padding: 0 15px;
}

/* Changing the color of IHF Results title bar */
#ihf-main-container .title-bar-1, 
.ihf-main-container .title-bar-1{
  background-color: #000 !important;
  border-color: #000 !important;
}

#ihf-main-container .ihf-listing-search-results .ihf-grid-result-additional-info .ihf-listing-open-home-text-grid {
    color: #888;
}

#listings-results .listings-grid .listings-img::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: .3;
  pointer-events: none;
  z-index: 1;
}
.ihf-details-template #content .entry-title-wrap{
  display: none;
}
#listings-details .listings-extras{
  display: flex !important;
  flex-wrap: wrap;
}

#listings-details .listings-extras::before{
  display: none;
}

#listings-details .listings-form div.wpcf7-response-output {
    color: #000!important;
}

.ihf-grid-result-basic-info-item4 {
    position: absolute;
    top: 235px;
    z-index: 9;
    left: 168px;
    color: #000;
}

.aios-listings-page .ip-property-listings-banner{
  display: none;
}

body.listing-template-default.single.single-listing{
  background:#fff!important;
}

/* AIOS Listing Override */
body.tax-property_type #content-sidebar #content,
body.tax-property_status #content-sidebar #content,
body.tax-property_feature #content-sidebar #content{
  width: 100%;
  float: none;
}

body.tax-property_type #content-sidebar .sidebar,
body.tax-property_status #content-sidebar .sidebar,
body.tax-property_feature #content-sidebar .sidebar{
  display: none;
}

body.tax-property_type #inner-page-wrapper > .container,
body.tax-property_status #inner-page-wrapper > .container,
body.tax-property_feature #inner-page-wrapper > .container{
  width: 100%;
  padding: 0;
}
body.tax-property_type:not(.aios-listings-page) #inner-page-wrapper > .container,
body.tax-property_feature:not(.aios-listings-page) #inner-page-wrapper > .container{
  padding: 0 15px;
}
.sort-sel.aios-listings-sorter,
.sort-sel.aios-listings-sorter option{
  color: var(--secondary-color);
}
ul.table-hdr li{
  color: #464646 !important;
}
/* #AIOS Listing Override */

a.skiptobtn {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  z-index: -1;
  opacity: 0;
  background: rgba(255,255,255,0.5);
  color: #000;
}
a.skiptobtn:focus {
  opacity: 1;
  z-index: 9;
  display: block;
}

.grecaptcha-badge{
  z-index: 1010;
}

/* IHF Listing Details Override */
.aiosp-content .listings-popup{
  color: var(--secondary-color);
}
/* #IHF Listing DEtails Override */

ul#ihf-search-location-tabs, ul#ihf-detail-extrainfotabs,
ul.chosen-results {
    margin-left: 0px !important;
    padding-left: 0px !important;
}

#ihf-main-container .ihf-mapsearch-refine-overlay-inner .field-label, 
#ihf-main-container .ihf-mapsearch-refine-overlay-inner label {
  padding-left: 0 !important;
}

.error-page-content-wrapper .error-forms input[type=email],
.error-page-content-wrapper .error-forms input[type=phone],
.error-page-content-wrapper .error-forms input[type=text],
.error-page-content-wrapper .error-forms textarea {
  color: #000 !important;
}

#ihf-main-search-form label {
  color: #ffffff;
}
#ihf-main-container .ihf-polygon-reset,
#listings-results .listings-sort .dropdown-menu span {
  color: #000;
}


div#listings-mortgage .aios-mortgage-calculator-standalone-mortgage-buttons button {
  float: none;
  margin: 0 auto;
}


#ihf-main-container #ihf-user-registration-modal #ihf-user-registration-replace .form-inline .form-group label {
    color: #333;
}

#ihf-user-registration-modal #ihf-user-registration-replace #ihf-user-registration-container {
    color: #333;
}


/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE,
 they must be placed in style-media-queries.css */

.cycloneslider-template-video .cycloneslider-volume {
    top: 142px !important;
    right: 30px !important;
    z-index: 9999 !important;
    filter: brightness(0) invert(1);
}