/*
Theme Name: The Monica Betancourt Group
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.6
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

*/
:root {
  --primary-font: 'Montserrat', sans-serif;
  --secondary-font: 'Josefin Sans', sans-serif;
}

body.aios-custom-ihomefinder-details-template .wpcf7-not-valid-tip {
  width: 212px !important;
  font-size: 13px !important;
}
/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/
/* Menu and Sub Menus*/
.aios-split-nav {
  position: relative;
  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;
  z-index: 1;
}

.aios-split-nav > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.aios-split-nav > li:first-child {
  margin-left: 0;
}
.aios-split-nav > li:last-child {
  margin-right: 0;
}

.aios-split-nav > li > a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: .01em;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.aios-split-nav > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #fff;
  height: 3px;
  -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;
}

.aios-split-nav > li:hover > a::before {
  left: 0;
  right: 0;
}

/* 2nd Layer Menu */
.aios-split-nav > li:hover > .sub-menu {
  display: block;
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 5;
  -webkit-transition-delay: 0s, 0s, 0.4s;
  transition-delay: 0s, 0s, 0.4s;
  -webkit-animation: menu-transition 1.5s ease-in-out;
  animation: menu-transition 1.5s ease-in-out;
}

.aios-split-nav .sub-menu {
  list-style: none outside none;
  margin: 0;
  display: none;
  opacity: 0;
  padding-top: 30px;
  position: absolute;
  min-width: 225px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  visibility: hidden;
}

.toggle-fixed-header .aios-split-nav .sub-menu {
  /*padding-top: 45px;*/
  padding-top: 24px;
}

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

.aios-split-nav .sub-menu > li > a {
  display: block;
  padding: 10px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .01em;
  color: #fff;
  text-transform: uppercase;
  background: #35a8c0;
  word-break: break-all;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}

.aios-split-nav .sub-menu > li > a:hover {
  background: #35a8c0;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}

/* 3rd Layer Menu */
.aios-split-nav .sub-menu .sub-menu {
  margin-left: 100%;
  top: 0;
  padding-top: 0 !important;
  padding-left: 1px;
}

@-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: 'Montserrat', Arial, Helvetica, Georgia, Sans-serif;
  font-size: 16px;
  background: #FFF;
  color: #000000;
  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;
}

/********CSS Post Launch********/
img{
    max-width: 100%;
    height: auto;
}
a,
a:hover,
a:focus,
input,
input:hover,
input:focus,
textarea,
textarea:focus,
textarea:hover,
select:hover,
select:focus,
select,
button,
button:focus,
button:hover,
.btn-group.bootstrap-select.show-tick.qs-select,
.bootstrap-select .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus{
    outline: 0px !important;
}
#content .ihf-search .ihf-select-options ul,
#content .ihf-search .ihf-select-options,
#content .ihf-search .ihf-pagination,
#content #ihf-main-container .nav-tabs,
#content #ihf-main-container .chosen-results{
    margin: 0 0 0;
    padding: 0 0 0;
    list-style: none;
}
#content #ihf-main-container #ihf-search-adv2-submit{
    margin: 20px 0 0;
}
#content #ihf-main-container .ihf-grid-result-address{
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
#content #ihf-main-container .ihf-listing-search-results .btn{
    padding: 6px 6px;
}
#content div.wpcf7-response-output,
div.wpcf7-response-output{
    text-align: center;
}

#ihf-main-container #ihf-mortgage-calculator-modal .mc-total-payment-subline,
#content #ihf-main-container .mc-total-payment-subline{
    color:#333;
}

#ihf-main-container .pagination>li>a,
#ihf-main-container .pagination>li>span{
    padding: 6px 9px;
}
#ihf-main-container #ihf-schedule-showing-request-form .form-control{
    padding: 6px 7px;
}
#content #ihf-main-container #ihf-search-location-tab{
    margin: 8px 5px 0 0;
}
#ihf-main-container #ihf-advsearch-features label{
    font-size: .8em;
}
html.name-Microsoft_Edge .ai-default-cf7wrap input[type="submit"],
html.name-Microsoft_Edge .ai-default-cf7wrap input.wpcf7-submit{
    margin: 6px 0 0;
}
#ws-walkscore-tile{
    background:#fff !important;
}
#hero .quick-search form select[name="propertyType"]{
    margin-left: 2%;
}
#content ul.ihf-navbar-nav{
    list-style: none;
    margin: 0 0 0;
}
#content .ihf-eureka .ihf-navbar{
    padding: 4px 14px;
}
#content #ihf-main-container .ihf-listing-open-home-text-grid,
#content #ihf-main-container .ihf-map-info-window-content{
    color:#777;
}
#content #ihf-main-container label{
    color:inherit;
}
#content #ihf-main-container .ihf-polygon-reset{
    color:#000;
}
#ihf-main-container .modal-body {
    color: #000;
}
body.page-id-0 > img,
body.page-id-0 > iframe{
    display: none !important;
}
#content #ihf-main-container #ihf-market-report-nav-container.row,
#content #ihf-main-container #ihf-market-report-nav-container.row .row,
#content #ihf-main-container .row #areaPickerContainer.row,
#content #ihf-main-container .row #ihf-search-location-tab .row,
#content #ihf-main-container .row #ihf-refine-map-search-form .row,
#content #ihf-main-container .row .ihf-grid-result-container .row,
#content #ihf-main-container .row #ihf-search-location-tab.row{
    margin-left: -15px;
    margin-right: -15px;
}
#content #ihf-main-container .row .row{
    margin-left: 0;
    margin-right: 0;
}
#ihf-main-container  .ihf-social-share .dropdown-menu > li > a{
    color:#000 !important;
}
#ihf-main-container  .ihf-social-share .dropdown-menu > li > a:hover{
    color:#fff !important;
}
#ihf-main-container #ihf-refine-map-search-form label{
    color:#fff !important;
}
#ihf-main-container #ihf-refine-map-search-form .checkbox {
    padding-left: 0px;
    margin-left: -15px;
}
#ihf-main-container ul.chosen-results {
    margin-left: 0 !important;
}
#content .ihf-eureka ul.ihf-dropdown-menu{
    margin: 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
}
#content #ihf-detail-navrow .ihf-detail-navigation .pull-right{
    float: none !important;
    text-align: right;
}
#content #ihf-main-container .map-infobox-img{
    max-width: 100% !important;
}
#ihf-main-container #ihf-map-canvas .ihf-map-info-box-title{
    padding: 0 15px 0 0;
}
.ihf-captcha .g-recaptcha{
    transform-origin: left center;
    transform: scale(.75);
    -moz-transform: scale(.75);
    -webkit-transform: scale(.75);
}
.grecaptcha-badge{
    z-index: 5;
}
#content #IDX-main{}
#content #IDX-main #IDX-boxLabel_remarksConcat input{
    display: block;
    width: 100%;
}
#content #IDX-main ul.select2-choices,
#content #IDX-main ul.IDX-navbar-nav{
    margin: 0 0 0 0;
}
.areaPickerExpandAllTopBar:after{
    content:'';
    display: block;
    clear: both;
}
/********CSS Post Launch End********/

#inner-page-wrapper{
  margin-bottom: 130px;
}

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 {
  outline: none;
}

@-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;
}

.section-heading {
  text-align: center;
}
.section-heading h2 {
  position: relative;
  display: inline-block;
  font-family: var(--secondary-font);
  font-size: 50px;
  letter-spacing: .01em;
  color: #35a8c0;
  text-transform: uppercase;
  text-align: left;
}
.section-heading h2 span {
  display: block;
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 25px;
  letter-spacing: .4em;
  color: #252122;
  margin-bottom: 8px;
}
.section-heading.sxn-line h2 {
  padding-right: 155px;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
}
.section-heading.sxn-line span {
  position: relative;
}
.section-heading.sxn-line span::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  height: 3px;
  /*width: 100vw;*/
  width: 220px;
  background: #747474;
  left: calc(100% + 15px);
}
.section-heading.sxn-line--reverse h2 {
  padding-left: 155px;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
.section-heading.sxn-line--reverse span {
  position: relative;
}
.section-heading.sxn-line--reverse span::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  height: 3px;
  width: 100vw;
  background: #747474;
  right: calc(100% + 15px);
}

.section-title {
  font-family: var(--secondary-font);
  /*font-size: 25px;*/
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .05em;
  color: #35a8c0;
  text-transform: uppercase;
}

.section-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  min-height: 40px;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  background: #35a8c0;
  min-width: 110px;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.section-link:hover, .section-link:focus {
  background: #252122;
  color: #fff;
}

/* Header */
#main-header {
  position: absolute;
  padding: 25px 0 0;
  z-index: 1010;
}
#main-header.toggle-fixed-header {
  position: fixed;
  padding: 10px;
  background: rgba(53, 168, 192, 0.9);
}

.toggle-fixed-header .header-main {
  margin: 0 -105px;
}
.toggle-fixed-header .header-logo {
  width: 16.67%;
  padding: 0;
}
.toggle-fixed-header .header-side {
  width: 41.665%;
}
.toggle-fixed-header .header-side.header-left {
  padding-right: 50px;
}
.toggle-fixed-header .header-side.header-right {
  padding-left: 50px;
}
.toggle-fixed-header .header-link,
.toggle-fixed-header .header-contact,
.toggle-fixed-header .header-translator {
  display: none;
}

:not(.header-main) > .header-side {
  display: none;
}

.header-main {
  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;
  margin: 0 -125px;
}

.header-logo {
  width: 33.1%;
  margin: 0 auto;
  padding: 0 25px;
}
.header-logo img {
  margin: 0 auto;
}

.fadeInDown .header-logo img {
    max-width: 130px;
}

.header-side {
  width: 33.5%;
}

.header-translator span {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 35px;
  margin-bottom: 24px;
  width: 165px;
}
.header-translator span::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  font-size: 9px;
  color: #fff;
  pointer-events: none;
}
.header-translator span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background: url(images/ic-globe.png) no-repeat center center;
  background-size: 100% 100%;
}
.header-translator select {
  display: block;
  background: transparent;
  border: 0;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .1em;
  color: #fff;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  padding: 5px 15px 5px 0;
  cursor: pointer;
  font-family: var(--primary-font);
  width: 132px;
  white-space: normal;
}
.header-translator select option {
  color: #212121;
}

.header-contact {
  margin-bottom: 20px;
  text-align: right;
}

.contact-list--header {
  display: inline-block;
}
.contact-list--header li {
  position: relative;
  display: inline-block;
}
.contact-list--header li:first-child {
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid #fff;
}
.contact-list--header li a {
  display: inline-block;
  font-size: 0;
}
.contact-list--header em[class^="ai-font-"] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.contact-list--header em[class^="ai-font-"]:hover {
  color: #35a8c0;
}
.contact-list--header em[class^="ai-font-phone"] {
  font-size: 18px;
}

.smi-list--header {
  display: inline-block;
  vertical-align: middle;
}
.smi-list--header li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.smi-list--header li a {
  display: block;
  font-size: 24px;
  color: #fff;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.smi-list--header li a:hover {
  color: #35a8c0;
}

.header-link {
  position: absolute;
  top: 0;
  right: 0;
}
.header-link a {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 12.65px;
  letter-spacing: .01em;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;

    z-index: 2;
    position: relative;
}
.header-link a:last-child {
  padding-left: 9px;
  margin-left: 9px;
  border-left: 1px solid #fff;
}
.header-link a:hover {
  color: #35a8c0;
}

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

#hero-sxn {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.slideshow-view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slider-slick {
  position: relative;
  margin-bottom: 0;
  outline: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.slider-slick > canvas {
  display: block;
  width: 100%;
}

.slideshow-slick-wrapper {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slideshow-item {
  position: relative;
}
.slideshow-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 150%;
  width: 100%;
  background: url(images/slideshow-overlay.png) no-repeat center center;
  background-size: cover;
  pointer-events: none;
}
.slideshow-item canvas {
  display: block;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slideshow-content {
  position: absolute;
  bottom: 185px;
  left: 0;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  z-index: 2;
}
.slideshow-content .property-address {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: .04em;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.8);
}
.slideshow-content .property-price {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: .025em;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.8);
}
.slideshow-content .property-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .1em;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 5px 18px;
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.75);
  margin-top: 17px;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.slideshow-content .property-link:hover {
  color: #fff;
  background: #35a8c0;
  border-color: #35a8c0;
}
.slideshow-content .property-status {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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-weight: 500;
  font-size: 16px;
  letter-spacing: .1em;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 15px;
  min-width: 220px;
  min-height: 34px;
  background: #35a8c0;
  margin-bottom: 10px;
}

.slideshow-content .property-status.status-sold{
  background: #f5821f;
}

.slider-slick > canvas,
.slideshow-slick canvas {
  height: 100vh !important;
}

.hp-main-view {
  position: relative;
  z-index: 1;
  margin-top: 100vh;
  background: #fff;
}

/* Quick Search */
#qs-section {
  position: absolute;
  bottom: 50px;
  width: 100%;
  left: 0;
}

#qs-section .bootstrap-select.btn-group .dropdown-menu{
  max-height: 245px !important;
}
#qs-section .bootstrap-select.btn-group .dropdown-menu.inner{
  max-height: 195px !important;
}
#qs-section .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{
  font-size: 12px;
}

#qs-section .bootstrap-select.btn-group .dropdown-toggle .filter-option{
  text-overflow: ellipsis;
}

.qs-box {
  padding: 20px 25px;
  margin: 0 -35px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
}
.qs-box .qs-view--header {
  display: none;
}

.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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.qs-view--form {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.qs-view--form .qs-fields {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 79.3%;
}
.qs-view--form .qs-buttons {
  display: inline-block;
  vertical-align: bottom;
  width: 20.7%;
}

.qs-large {
  width: 23.1%;
}

.qs-medium {
  width: 20.9%;
}

.qs-small {
  width: 14%;
}

.qs-field {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
}
.qs-field:first-child select {
  padding-left: 10px;
}
.qs-field:last-child input:not(.form-control) {
  border-right: 0;
}

.qs-dropdown::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #35a8c0 transparent transparent transparent;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.qs-field select,
.qs-field input:not(.form-control) {
  display: block;
  box-sizing: border-box;
  height: 40px;
  width: 100%;
  padding: 0 15px;
  border: none;
  border-right: 1px solid #35a8c0;
  border-radius: 0;
  background: transparent;
  line-height: 40px;
  font-weight: 500;
  font-size: 12px;
  color: #35a8c0;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

.qs-buttons {
  padding-left: 5px;
}
.qs-buttons .qs-btn {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  background: transparent;
  min-height: 40px;
  line-height: 40px;
  padding: 0 10px;
  width: calc(50% - 5px);
  margin-left: 5px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.qs-buttons .qs-btn.btn--text {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background: #35a8c0;
  text-align: center;
}
.qs-buttons .qs-btn.btn--text:hover {
  background: #252122;
}
.qs-buttons .qs-btn.adv-btn {
  background: transparent;
  line-height: 38px;
  border: 1px solid #35a8c0;
  color: #35a8c0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.qs-buttons .qs-btn.adv-btn:hover {
  background: #35a8c0;
  color: #fff;
}
#qs-section .bootstrap-select.btn-group .dropdown-toggle .filter-option{
  font-size: 12px;
}
.qs-buttons .qs-btn.search-btn{
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.qs-buttons .qs-btn.search-btn input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  appearance: none;
  text-transform: inherit;
  font-size: 0;
}

/* Featured Properties */
#fp-section {
  /*padding: 110px 0 0;*/
  margin: 0 -15px;
}

.fp-section-inner {
    max-width: 1092px;
    margin: 0 auto;
}

.fp-section-link {
    padding: 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#fp-section .section-heading h2 {
  padding: 0 155px;
      -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

div#fp-section .section-heading.sxn-line span::after {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    left: 0;
    top: 0;

}

.fp-slick {
  margin-top: 60px;
}
.fp-slick:not(.slick-initialized) > div {
  display: inline-block;
  width: calc(100% / 4);
  padding: 0 4px;
}
.fp-slick .slick-slide {
  margin: 0 15px;
}
.fp-slick .slick-list {
  margin: 0 -7.45px;
}

.fp-item {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

a.fp-item::after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 7px;
    background: #35a8c0;
}
.fp-item:hover .fp-textview {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.fp-item:hover .fp-textview .fp-address {
  font-size: 22px;
}
.fp-item:hover .fp-textview .fp-price {
  font-size: 35px;
}
.fp-item:hover .fp-imageview canvas {
  opacity: .5;
}

.fp-imageview {
  background: #35a8c0;
}
.fp-imageview canvas {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}

.fp-textview {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(117px);
      -ms-transform: translateY(117px);
          transform: translateY(117px);
  left: 0;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  -webkit-transition: all .4s linear;
          transition: all .4s linear;
}
.fp-textview .fp-address {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: .05em;
  color: #fff;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.fp-textview .fp-price {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 33px;
  letter-spacing: -.01em;
  color: #fff;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.75);
  margin-top: 13px;
  margin-bottom: 15px;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.fp-textview .fp-view {
  margin: 25px 0 70px;
  font-weight: 400;
}
.fp-slick .slick-arrow {
  position: absolute;
  z-index: 9;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  background: #35a8c0;
  color: #fff;
  padding: 20px 15px;
  top: 50%;
  transform: translateY(-50%);
}

.fp-slick .slick-arrow:hover{
  background: #252122;
}

.fp-slick .fp-prev.slick-arrow {
    left: -44px;
}

.fp-slick .fp-next.slick-arrow{
    right: -44px;
}
.mobile .fp-slick .fp-next.slick-arrow {
    right: -44px;
}

/* CTA */
#cta-section {
  padding: 0 0 100px;
}

.cta-item {
  position: relative;
  display: block;
  margin: 15px 0;
}
.cta-item:hover::after {
  opacity: 1;
  visibility: visible;
}
.cta-item:hover canvas {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.cta-item canvas {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.cta-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(53, 168, 192, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}

.cta-title {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 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;
  text-align: center;
  z-index: 1;
}
.cta-title span {
  font-family: var(--secondary-font);
  font-weight: 600;
  font-size: 28px;
  letter-spacing: .05em;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.75);
  line-height: 1.3;
}
.cta-title.long-title span {
    font-size: 20px;
}

/* Home Valuation Digest */
#hvd-section {
  padding: 115px 0 90px;
  background: url(images/bg-valuation.jpg) no-repeat center center;
  background-size: cover;
  display: none;
}
#hvd-section .section-heading {
  margin-left: -95px;
  white-space: nowrap;
}
#hvd-section .section-heading h2 {
  text-align: right;
  font-size: 55px;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.75);
}
#hvd-section .section-heading h2 span {
  color: #fff;
  font-weight: 600;
  font-size: 25px;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.75);
  margin-bottom: 15px;
}

.hvd-group {
  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;
}
.hvd-group::before {
  display: none;
}

.hvd-form {
  padding-left: 10px;
}
.hvd-form input[type*="email"] {
  position: relative;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  border: none;
  padding: 0 22px;
  font-weight: 500;
  font-size: 13px;
  color: #414141;
  border-radius: 0;
  letter-spacing: .05em;
  line-height: 40px;
  background: #e5e5e5;
  text-transform: uppercase;
  outline: none;
}
.hvd-form input[type*="submit"] {
  min-width: 105px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .05em;
  color: #fff;
  text-transform: uppercase;
  outline: none;
  border: none;
  background: #35a8c0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.hvd-form input[type*="submit"]:hover {
  background: #252122;
}
.hvd-form div.wpcf7 {
  position: relative;
}
.hvd-form div.wpcf7-response-output {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  margin: 0;
  text-align: center;
  background: #fff;
  color: #000;
  font-size: 12px;
}

.hvd-form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hvd-form-group .wpcf7-form-control-wrap {
  display: block;
}
.hvd-form-group span.wpcf7-not-valid-tip {
  font-size: 11px;
}
.hvd-form-group .ajax-loader {
  position: absolute;
  margin: 0 !important;
  top: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* CTA */
#schedule-section {
  padding: 125px 0 200px;
}

.schedule-cta-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: center;
      -ms-flex-pack: justify;
          justify-content: center;
}

.schedule-cta-item {
  display: inline-block;
  text-align: center;
}
.schedule-cta-item:nth-child(2) {
  padding: 0 80px;
}
.schedule-cta-item span {
  display: block;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: .4em;
  color: #252122;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.schedule-cta-title {
  display: inline-block;
  font-family: var(--secondary-font);
  font-size: 30px;
  letter-spacing: .01em;
  color: #35a8c0;
  text-transform: uppercase;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.schedule-cta-title:hover {
  color: #252122;
}

/* Section 4 */
.section-4 {
  padding: 0px 0 95px;
  overflow: hidden;
}
.section-4 .container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Team */
#team-section{
  position: relative;
}
#team-section::before {
  content: '';
  position: absolute;
  background: url(images/bg-wc.jpg) no-repeat center center;
  background-size: cover;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64%;
}
#team-section .section-heading h2 {
  padding: 0 125px;
}

div#map-wrap {
  position: relative;
  margin-top: 35px;
/*  overflow: hidden;*/
    padding: 0 15px;
}

div#map-wrap img {
    width: 100%;
}

#agent-map {
  position: relative;
  width: 1319px;
}

#transparent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

#trueMap {
  z-index: 1;
}

#agent-map .agent-map-images > div,
#agent-map .agent-map-details > div {
  position: absolute;
}

.agent-map-images > img {
  opacity: 0;
  position: relative;
  z-index: 1;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.agent-map-details > div {
  position: absolute;
  text-align: center;
  opacity: 0;
  z-index: 5;
  pointer-events: none;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.agent-info-inner {
  position: relative;
  width: 403px;
  padding: 25px 15px;
  background: #35a8c0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.agent-map-details .agent-info.active,
.agent-map-images > div.active > img {
  opacity: 1;
  pointer-events: auto;
}

.agent-map-details .agent-name {
  font-family: var(--secondary-font);
  font-size: 28px;
  letter-spacing: .4em;
  color: #fff;
  text-transform: uppercase;
}
.agent-map-details .agent-position {
  font-family: var(--secondary-font);
  font-size: 19px;
  letter-spacing: .3em;
  color: #fff;
  text-transform: uppercase;
}
.agent-map-details .agent-phone {
  margin-top: 8px;
}
.agent-map-details .agent-email a,
.agent-map-details .agent-phone a {
  display: inline-block;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: .02em;
  color: #fff;
  line-height: 1.2;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.agent-map-details .agent-email a:hover,
.agent-map-details .agent-phone a:hover {
  opacity: .6;
}

.agent-info--agent1 {
  bottom: 65px;
  left: 35px;
}

.agent-info--agent2 {
  bottom: 65px;
  /*left: 305px;*/
  left: 480px
}

.agent-info--agent3 {
  bottom: 65px;
  right: 35px;
}

.agent-info--agent4 {
  bottom: 65px;
  right: 0;
}

/* Welcome */
#wc-section {
  padding: 30px 15px;
  text-align: center;
  background: #35a8c0;
}
#wc-section .section-heading h2 {
  font-size: 35px;
  color: #fff;
  letter-spacing: .4em;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 35px;
}
#wc-section .section-heading h2::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #727272;
  width: 200px;
  height: 3px;
}

.wc-content ul {
  list-style-type: disc;
  list-style-position: inside;
}

.wc-content p, .wc-content li {
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  margin-top: 10px;
}

/* Featured Views */
#fv-section {
  text-align: center;
  padding: 0 0 90px;
}
.fv-left{
  position: relative;
  z-index: 1;
}
.fv-right{
  position: relative;
  z-index: 0;
}
#fv-section .section-link {
  margin-top: 55px;
}
#fv-section .section-heading {
  padding-top: 30px;
  margin-left: -125px;
  text-align: left;
}
#fv-section .section-heading h2 {
  padding-left: 245px;
}

.fv-left .fv-holder {
  margin-left: -105px;
  padding-right: 30px;
}

.fv-right .fv-thumb-slick {
  margin-right: -55px;
  margin-left: -35px;
}

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

.fv-holder {
  height: 100%;
  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;
}

.fv-item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.fv-item canvas {
  display: block;
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.fv-main-slick {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.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-main-item {
  height: 100%;
}

.fv-main-item .fv-item::before {
  content: '';
  width: 94px;
  height: 94px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(images/ic-play-btn.png) no-repeat center center;
  opacity: .8;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.fv-main-item .fv-item:hover::before {
  opacity: 1;
}

.fv-thumb-slick {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fv-thumb-slick:not(.slick-initialized) > div {
  display: inline-block;
  width: calc(100% / 2);
  padding: 0 6px;
}
.fv-thumb-slick .slick-list,
.fv-thumb-slick .slick-track,
.fv-thumb-slick .slick-slide {
  height: 100%;
}
.fv-thumb-slick .slick-slide > div {
  height: 50%;
}
.fv-thumb-slick .slick-slide {
  margin: 0 -10px;
}
.fv-thumb-slick .slick-slide .fv-thumb-item {
  padding: 0 10px;
  padding-top: 20px;
  height: 100%;
}

.fv-thumb-item .fv-item::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: .95;
  font-size: 28px;
  color: #fff;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  z-index: 1;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.fv-thumb-item .fv-item:hover::before {
  color: #35a8c0;
}

/* Featured Communities */
#fc-section {
    position: relative;
    z-index: 1;
    padding: 75px 15px;
}
#fc-section .section-heading h2 {
  padding: 0 75px;
}

.fc-group {
    border: 2px solid #fff;
}

.fc-list {
  margin: 55px 0 0;
}
.fc-list:not(.slick-initialized) > div {
  display: inline-block;
  width: calc(100% / 5);
}

.fc-item {
  position: relative;
  display: block;
  width: 100%;
  background: #35a8c0;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.fc-item canvas {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.fc-item:hover canvas {
  opacity: .5;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.fc-item:hover .fc-title span{
  transform: translateY(0);
  opacity: 1;
}

.fc-title {
  position: absolute;
  top: 0;
  left: 0;
  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: 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;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.fc-title span {
  font-family: var(--secondary-font);
  color: #fff;
  font-weight: 600;
  font-size: 27px;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.75);
  opacity: 0;
  transform: translateY(20px);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

/* Testimonials */
#testi-section {
  padding-top: 70px;
  position: relative;
}
#testi-section::before {
  content: '';
  position: absolute;
  bottom: 110px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/bg-testi.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
#testi-section::after {
  /*content: '';
  position: absolute;
  top: calc(-21% - 110px);
  left: 0;
  width: 47%;
  height: 33.4%;
  background: #fff;*/
}

.testi-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.testi-row::before {
  display: none;
}

.safari-true #testi-section::before {
  background-attachment: scroll;
}

.testi-imageview {
  position: relative;
  z-index: 3;
  margin-left: -80px;
}
.testi-imageview img {
  width: 100%;
  max-width: 100%;
}

.testi-textview {
  position: relative;
  margin-top: 50px;
  padding: 60px 0 55px;
}
.testi-textview::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 40%;
  background: #fff;
}
.testi-textview::after {
  content: '';
  position: absolute;
  top: 0;
  right: -80px;
  width: calc(100% + 275px);
  left: -195px;
  height: 100%;
  background: #35a8c0;
}
.testi-textview .section-heading {
  position: relative;
  margin-left: -135px;
  z-index: 4;
}
.testi-textview .section-heading h2 {
  color: #fff;
  padding-left: 165px;
  white-space: nowrap;
}
.testi-textview .section-heading h2 span::before {
  background: #737373;
}

.testi-slick {
  position: relative;
  max-width: 405px;
  width: 100%;
  margin-left: auto;
  margin-top: 60px;
  z-index: 1;
}
.testi-slick .slick-dots {
  margin-top: 55px;
  text-align: center;
}
.testi-slick .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px;
  cursor: pointer;
}
.testi-slick .slick-dots li span {
  position: relative;
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.testi-slick .slick-dots li span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.5px;
  margin-left: -1.5px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  opacity: 0;
  background: #35a8c0;
}
.testi-slick .slick-dots li.slick-active span::before {
  opacity: 1;
}

.testi-item {
  text-align: center;
}
.testi-item p {
  position: relative;
  font-weight: 500;
  font-size: 19px;
  color: #fff;
  line-height: 1.7;
  padding: 29px 15px 29px 25px;
}
.testi-item p::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 34px;
  display: inline-block;
  background: url(images/ic-quote.png) no-repeat center center;
  background-size: 100% 100%;
  opacity: .5;
}
.testi-item p::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42px;
  height: 34px;
  display: inline-block;
  background: url(images/ic-quote.png) no-repeat center center;
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: .5;
}
.testi-item .testi-author {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: .2em;
  color: #fff;
  text-transform: uppercase;
  margin-top: 55px;
}

.testi-navigation {
  position: relative;
  background: #fff;
  padding: 50px 20px;
  max-width: 285px;
  width: 100%;
  margin-left: auto;
  z-index: 2;
  margin-right: -40px;
}
.testi-navigation::before {
  content: '';
  position: absolute;
  bottom: 100%;
  height: 115px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: -1;
}
.testi-navigation a {
  /*display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .2em;
  color: #35a8c0;
  text-transform: uppercase;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;*/
}
.testi-navigation a:hover {
  color: #fff;
}
.testi-navigation span {
  display: inline-block;
  vertical-align: middle;
  color: #35a8c0;
  font-size: 18px;
  margin-left: 36px;
  cursor: pointer;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.testi-navigation span:hover {
  color: #252122;
}
.testi-navigation span.testi-prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*  Call To Action 2 */
#cta2-section {
  padding: 110px 0 80px;
  margin: 0 -15px;
}

.cta2-list:not(.slick-initialized) > div {
  display: inline-block;
  width: calc(100% / 4);
  padding: 0 5px;
}
.cta2-list .slick-list {
  margin: 0 -5px;
}
.cta2-list .slick-slide {
  margin: 0;
}

.cta2-item {
  display: block;
  width: 100%;
  text-align: center;
}
.cta2-item canvas {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cta2-item .cta2-title {
  display: block;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: .05em;
  color: #35a8c0;
  text-transform: uppercase;
  margin: 12px 0;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
	padding: 0 15px;
}
.cta2-item .cta2-title:hover {
  color: #252122;
}

/* Blog */
#blog-section {
  text-align: center;
  padding-bottom: 85px;
}
#blog-section .section-heading h2 {
  padding: 0 155px;
}
#blog-section .section-link {
  min-width: 143px;
  margin-top: 15px;
}

.blog-slick {
  margin-top: 60px;
}
.blog-slick:not(.slick-initialized) > div {
  display: inline-block;
  width: calc(100% / 3);
  padding: 0 15px;
}
.blog-slick .slick-list {
  margin: 0 -15px;
}
.blog-slick .slick-slide {
  margin: 0 15px;
}

.blog-imageview {
  display: block;
  width: 100%;
  background: #bbbdbf;
  border-bottom: 5px solid #bbbdbf;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.blog-imageview:hover {
  border-color: #35a8c0;
}
.blog-imageview:hover canvas {
  opacity: .5;
}
.blog-imageview canvas {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.blog-item.no-image .blog-imageview canvas{
  background-image: url(images/mbg-logo.png) !important;
  background-size: contain;
  background-color: #fff;
}

.blog-textview {
  padding-top: 45px;
  text-align: left;
}
.blog-textview .blog-title {
  font-family: var(--secondary-font);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .05em;
  color: #35a8c0;
  text-transform: uppercase;
  line-height: 1.2;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.blog-textview .blog-title:hover {
  color: #252122;
}
.blog-textview p {
  font-weight: 300;
  font-size: 17px;
  color: #252122;
  font-style: italic;
  line-height: 1.5;
  margin-top: 24px;
}
.blog-textview .blog-readmore {
  font-style: normal;
  text-transform: uppercase;
  color: #35a8c0;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.blog-textview .blog-readmore:hover {
  color: #252122;
}

/* Get In Touch */
#git-section {
  background: url(images/bg-contact-form.jpg) no-repeat center center;
  background-size: cover;
  padding: 75px 0;
      background-position: center top;

}
#git-section .section-heading h3 {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: .4em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
}
#git-section .section-heading h2 {
  padding: 0 40px;
}
#git-section .section-heading h2 span {
  color: #fff;
}
#git-section .section-heading h2 span::after {
  background: #bbbdbf;
}

.git-box {
  width: 100%;
  max-width: 860px;
  background: rgba(37, 33, 34, 0.65);
  padding: 60px 65px;
  margin: 0 auto;
}
.git-box div.wpcf7 {
  position: relative;
}
.git-box 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-top: 40px;
}
.form-view .field-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.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: 38px;
  border: none;
  padding: 0;
  border-bottom: 1px solid #fff;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  letter-spacing: .05em;
  border-radius: 0;
  line-height: 36px;
  text-transform: uppercase;
  background: transparent;
  outline: none;
  margin-bottom: 10px;
}
.form-view textarea {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 110px;
  border: none;
  padding: 55px 60px 20px 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  background: transparent;
  outline: none;
  resize: none;
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 10px;
}
.form-view input[type*="submit"] {
  position: absolute;
  right: 25px;
  bottom: 20px;
  width: 39px;
  height: 35px;
  font-size: 0;
  outline: none;
  border: none;
  background: url(images/ic-airplane.png) no-repeat center center;
  background-size: 100% 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}
.form-view input[type*="submit"]:hover {
  opacity: .8;
}
.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%);
}

/* Main Footer */
#main-footer {
  position: relative;
  z-index: 1;
  background: #252122;
}

.footer-top {
  padding: 65px 0 50px;
}

.footer-logos {
  max-width: 535px;
  width: 100%;
  margin-left: -15px;
  padding-top: 50px;
}

.footer-logo-list {
  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;
  margin-top: 20px;
}
.footer-logo-list:first-of-type {
  margin-top: 0;
}

.footer-logo-item {
  margin-right: 42px;
}
.footer-logo-item img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}
.footer-logo-item.big img {
  width: 100%;
  max-width: 320px;
}
.footer-logo-item:last-child {
  margin-right: 0;
}

.contact-list--footer {
  display: block;
  margin-top: 25px;
}
.contact-list--footer li {
  position: relative;
  display: block;
  margin-top: 15px;
}
.contact-list--footer li:first-child {
  margin-top: 0;
}
.contact-list--footer li a {
  display: inline-block;
  font-size: 18px;
  letter-spacing: .025em;
  color: #ffffff !important;
}
.contact-list--footer li a:hover {
  color: #35a8c0 !important;
}
.contact-list--footer em[class^="ai-font-"] {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  color: #fff;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
  width: 30px;
}
.contact-list--footer em[class^="ai-font-phone"] {
  font-size: 15px;
}

.footer-nav {
  padding-top: 10px;
}
.footer-nav li {
  display: block;
  margin-top: 17px;
}
.footer-nav li a {
  display: inline-block;
  font-size: 18px;
  letter-spacing: .025em;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
}
.footer-nav li a:hover {
  color: #35a8c0;
}

.footer-bot {
  padding-bottom: 35px;
  text-align: center;
}

.footer-copyright {
  padding-top: 30px;
  border-top: 1px solid #35a8c0;
  margin: 0 -15px;
}
.footer-copyright .copyright {
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: .025em;
}
.footer-copyright .copyright .sitename {
  font-weight: 300;
  color: #fff;
}
.footer-copyright .copyright a:hover {
  color: #35a8c0;
}

.broker-logos {
  margin-top: 22px;
}
.broker-logos em {
  color: #fff;
  font-size: 22px;
  margin: 0 1px;
}

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

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

.ip-banner canvas {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 350px;
  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,
#content .archive-title {
  font-family: var(--secondary-font);
  font-size: 35px;
  letter-spacing: .01em;
  color: #35a8c0;
  text-transform: uppercase;
  line-height: 1.2;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .entry {
  font-weight: 400;
  font-size: 19px;
  color: #252122;
}

.ai-default-cf7wrap input[type="submit"],
.ai-default-cf7wrap input.wpcf7-submit {
  background: #252122 !important;
}

.ai-contact-wrap input.wpcf7-submit:hover,
.ai-default-cf7wrap input.wpcf7-submit:hover,
.error-forms input.wpcf7-submit:hover {
  background: #35a8c0 !important;
}

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

.sidebar-qs {
  z-index: 6;
}

.sidebar-qs .qs-view--header h2 {
  font-family: var(--secondary-font);
  font-size: 35px;
  letter-spacing: .01em;
  color: #35a8c0;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
  margin-bottom: 10px;
}
.sidebar-qs .qs-view--header span {
  display: block;
  font-family: var(--primary-font);
  font-weight: 300;
  font-size: 20px;
  letter-spacing: .4em;
  color: #252122;
  margin-bottom: 8px;
}
.sidebar-qs .qs-view--form,
.sidebar-qs .qs-view--header,
.sidebar-qs .qs-view--form .qs-fields,
.sidebar-qs .qs-view--form .qs-buttons {
  width: 100%;
  padding: 0;
  font-size: 0;
  text-align: center;
}
.sidebar-qs .qs-view--form .qs-buttons {
  padding: 2.5px;
}
.sidebar-qs .qs-view--form > form {
  margin: 0 -2.5px;
}
.sidebar-qs .qs-field {
  padding: 2.5px;
}
.sidebar-qs .qs-small {
  width: 50%;
}
.sidebar-qs .qs-large,
.sidebar-qs .qs-medium {
  width: 100%;
}
.sidebar-qs .qs-field select,
.sidebar-qs .qs-field input:not(.form-control) {
  padding: 0 10px;
  border: 1px solid #35a8c0;
  font-size: 12px;
}
.sidebar-qs .qs-dropdown::after {
  right: 10px;
}
.sidebar-qs .qs-buttons .qs-btn {
  margin: 0;
  width: calc(50% - 2.5px);
}
.sidebar-qs .qs-buttons .qs-btn.adv-btn {
  margin-left: 5px;
}
.sidebar-qs .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{
  font-size: 12px;
}
.sidebar-qs .bootstrap-select.btn-group .dropdown-menu li a.opt{
  padding-left: 2em;
}

.sidebar-cta .cta-title span {
  line-height: 1;
}

/* Sidebar Ends Here */
/******************************
  **** Additional CSS Here ******
  *******************************/
#content a:hover {
  color: #35a8c0;
}

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

/* IP Videos */
.ip-fv-thumb{
  font-size: 0;
}
.ip-fv-main{
  padding: 0 15px;
}
.ip-fv-thumb .fv-thumb-item{
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 15px;
  margin-top: 30px;
}
/* End IP Videos */

/* Translation */
html[lang^="pt"] .aios-split-nav > li > a {
  font-size: 14px;
}
html[lang^="pt"] .testi-textview .section-heading h2 {
  font-size: 50px;
}
html[lang^="es"] .aios-split-nav > li > a {
  font-size: 13px;
}
html[lang^="es"] .testi-textview .section-heading h2 {
  font-size: 42px;
}
html[lang^="nl"] .testi-textview .section-heading h2 {
  font-size: 50px;
}
html[lang^="fr"] .testi-textview .section-heading h2 {
  font-size: 45px;
}
html[lang^="de"] .testi-textview .section-heading h2 {
  font-size: 55px;
}
html[lang^="it"] .testi-textview .section-heading h2 {
  font-size: 50px;
}
html[lang^="ru"] .testi-textview .section-heading h2 {
  font-size: 48px;
}
html[lang^="nl"] .aios-split-nav > li > a {
  font-size: 15px;
}
html[lang^="fr"] .aios-split-nav > li > a {
  font-size: 13px;
}
html[lang^="de"] .aios-split-nav > li > a {
  font-size: 15px;
}
html[lang^="de"] .aios-split-nav > li > a {
  font-size: 15px;
}
html[lang^="ru"] .aios-split-nav > li > a {
  font-size: 13px;
}
/* # Translation */

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


button.btn.dropdown-toggle.btn-default {
    display: block;
    box-sizing: border-box;
    height: 40px;
    width: 100%;
    padding: 0 15px;
    border: none;
    border-right: 1px solid #35a8c0;
    border-radius: 0;
    background: transparent;
    line-height: 40px;
    font-weight: 500;
    font-size: 15px;
    color: #35a8c0;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}
.sidebar button.btn.dropdown-toggle.btn-default {
    padding: 0 10px;
}
.agent-contact-lang.agent-contact-detail {
  display: none;
}

.page-id-15 div#wpcf7-f14-p15-o1 form{
  margin: 0;
}


.slideshow-slick .slick-arrow {
    position: absolute;
    z-index: 9;
    cursor: pointer;
    font-size: 30px;
    font-weight: 800;
    background: #35a8c0;
    color: #fff;
    padding: 20px 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.slideshow-slick .slick-arrow:hover{
  background: #252122;
}

.slideshow-slick .prev-arrow-cs.slick-arrow {
    left: 0;
}

.slideshow-slick .next-arrow-cs.slick-arrow{
  right: 0;
}

div#wc-section, div#team-section {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}
div#wc-section{
  position: relative;
}

div.wpcr3_review div.wpcr3_review_datePublished{
  display: none !important;
}


/**IP QS**/

.ip-quick-search .bootstrap-select.btn-group {
        /*select width, display and position are set here and set to !important
        no height attribute. padding in .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle sets the height*/
        width:100%;
    }

    .ip-quick-search .bootstrap-select.btn-group .dropdown-toggle {
        /*form appearance should be set here
        no height attribute. set the height by setting the padding*/
        border: 1px solid #35a8c0;
        border-radius: 0px;
    }

   .ip-quick-search button.btn.dropdown-toggle.bs-placeholder.btn-default{
      border: 1px solid #35a8c0!important;
    }

    .ip-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option{
        font-size: 12px!important;
        font-weight: 500;
    }

    .qs-form #cityid{overflow:hidden; height: 38px; width: 100%;}


/*dropdown height*/
.ip-quick-search .dropdown-menu.open{
    max-height: 300px !important;
    right: 0;
    left: auto;
}
.ip-quick-search ul.dropdown-menu.inner{
    max-height: 250px !important;
}

.qs-form .dropdown-menu.open {
    top: 100%;
}


.footer-logo-list:first-of-type a:first-child img {
    max-width: 136px;
}

.fc-list > div {
    overflow: visible;
}

.fc-list .slick-list .slick-slide > div:nth-child(2):after{
    content: '';
    position: absolute;
    height: 12px;
    bottom: -10px;
    width: 100%;
    background: #fff;
    z-index: 9999999;
    left: 0;
}


.fc-list .slick-list .slick-slide > div:before {
    content: '';
    position: absolute;
    height: calc(100% + 10px);
    /* bottom: -10px; */
    width: 10px;
    background: #fff;
    z-index: 9999999;
    right: -9px;
    top: 0;
}

.aios-split-nav .sub-menu  > li:hover > .sub-menu {
  display: block;
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 5;
  -webkit-transition-delay: 0s, 0s, 0.4s;
  transition-delay: 0s, 0s, 0.4s;
  -webkit-animation: menu-transition 1.5s ease-in-out;
  animation: menu-transition 1.5s ease-in-out;
}

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

.aios-split-nav .sub-menu > .sub-menu > li > a {
  display: block;
  padding: 10px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: .01em;
  color: #fff;
  text-transform: uppercase;
  background: #35a8c0;
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}

label {
    font-size: 14px;
}

.ai-contact-wrap label span {
    font-size: 14px;
    color: #F00;
}

.blog-slick .slick-arrow {
  position: absolute;
  z-index: 9;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  background: #35a8c0;
  color: #fff;
  padding: 20px 15px;
  top: 25%;
  transform: translateY(-25%);
  -webkit-transition: all .4s ease;
          transition: all .4s ease;
}

.blog-slick .slick-arrow:hover{
  background: #252122;
}

.blog-slick .blog-prev-arrow.slick-arrow {
  left: -50px;
}

.blog-slick .blog-next-arrow.slick-arrow{
  right: -50px;
}

.ai-default-cf7wrap input[type=email], .ai-default-cf7wrap input[type=tel], .ai-default-cf7wrap input[type=text] {
    font-size: 14px;
    height: auto;
}

.ai-default-cf7wrap textarea {
    font-size: 14px;
}

#ihf-main-container .ihf-property-photo .ihf-main-image.ihf-image-carousel.carousel.slide.ihf-center .carousel-control {
    opacity: 0.9;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
}

.fp-imageview canvas.ai-lazy {
    background-size: 50px;
}

.fp-imageview canvas.ai-lazy-loaded {
    background-size: cover !important;
}

.slideshow-item canvas.ai-lazy {
    background-size: 50px;
}

.slideshow-item canvas.ai-lazy-loaded {
    background-size: cover !important;
}

div#schedule-section:after {
    content: '';
    position: absolute;
    top: 15%;
    /* margin-top: -1.5px; */
    height: 3px;
    width: 59%;
    background: #747474;
    left: 50%;
    transform: translate(-50% , -50%);
}
div#schedule-section:before {
    content: '';
    position: absolute;
    /* top: 10%; */
    /* margin-top: -1.5px; */
    height: 3px;
    width: 59%;
    background: #747474;
    left: 50%;
    transform: translate(-50% , -50%);
    bottom: 30%;
}

div.wpcr3_review_item div.wpcr3_item_name {
  display: none;
}

div.wpcr3_review span.wpcr3_item_name {
  display: none !important;
}

div.wpcr3_review div.wpcr3_review_author {
  font-size: 0;
}

div.wpcr3_review span.wpcr3_caps:before {
    content: 'by ';
    text-transform: lowercase;
}

div.wpcr3_review span.wpcr3_caps {
    font-size: 14px !important;
}

#ihf-agent-sellers-rep-own-listing-info,
.ihf-listing-number {
    font-size: 18px;
    line-height: normal;
}

.ihf-description {
    font-size: 18px;
    line-height: 24px;
}

#ihf-detail-features-tab h5 {
  display: none;
}

#ihf-walkscore-tab-content #ws-footer {
  display: none !important;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.header-right .aios-split-nav li.menu-item-72 .sub-menu .sub-menu {
        margin-left: -100%;
    padding-right: 1px;
}

.section-5 {
    background: #FFF;
    z-index: 2;
}

.section-6 {
    margin-top: 20px;
}

/* #fc-section .container {
	max-width: 1400px;
	width: 100%;
	padding: 0 !important;
} */

/* Optimization */
section.section-7.sxn, section.section-9.sxn, section.section-4.sxn, section.section-5.sxn, section.section-11.sxn{
Display: none;
}
section.section-1.sxn, section.section-10.sxn, section.section-8.sxn, section.section-6.sxn{
Opacity: 0;
}



#listings-details .listings-seller-rep {
    display: none !important;
}

.listings-sort .sort-view i:last-child {
	display: none !important;
}


.agent-holder .agent-contact-detail .ai-font-envelope {
    font-size: 14px;
}

section.section-10 {
	margin-top: 80px;
}


.header-link:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: calc(100% + 30px);
    height: calc(100% + 20px);
    background: rgba(255,255,255,0.4);
    content: '';
}















span.comm-next-arrow {
    position: absolute;
    z-index: 9;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    background: #35a8c0;
    color: #fff;
    padding: 20px 15px;
    top: 44%;
    transform: translateY(-25%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

span.comm-prev-arrow {
    position: absolute;
    z-index: 9;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    background: #35a8c0;
    color: #fff;
    padding: 20px 15px;
    top: 44%;
    transform: translateY(-25%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

span.comm-next-arrow {
    right: 50px;
}

span.comm-prev-arrow {
    left: 50px;
}












span.cta2-prev-arrow {
    position: absolute;
    z-index: 9;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    background: #35a8c0;
    color: #fff;
    padding: 20px 15px;
    top: 40%;
    transform: translateY(-50%);
}

span.cta2-next-arrow {
    position: absolute;
    z-index: 9;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    background: #35a8c0;
    color: #fff;
    padding: 20px 15px;
    top: 40%;
    transform: translateY(-50%);
}

span.cta2-next-arrow {
    right: -44px;
}

span.cta2-prev-arrow {
    left: -44px;
}


.fc-section-link {
    padding: 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.page-id-43 #content .entry > .row > .col-md-4 a img {
    object-fit: cover;
    object-position: center;
    min-height: 284px;
    max-height: 284px;
}

.git-form .wpcf7-spinner {
    position: absolute;
}
.aios-custom-ihomefinder-results-template #content-full .entry-title {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.aios-custom-ihomefinder-printable-template .sidebar,
.aios-custom-ihomefinder-printable-template #breadcrumbs{
  display: none;
}

.page-id-15 #content .entry-content p {
	margin-bottom: 20px !important;
}

.page-id-15 #content .agent-holder img {
	max-width: 350px;
	margin-right: 20px;
}



img.coldwell {
    max-width: 170px;
    margin: 0px auto;
    display: block;
    margin-top: 20px;
}


.toggle-fixed-header img.coldwell {
    max-width: 100px;
    margin-top: 10px;
}


.ftr-vb img {
    max-width: 134px !important;
}
