/*
Theme Name: Preferred Realty
Theme URI: http://aios3-staging.agentimage.com/p/preferredrealtymo.com/htdocs/
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.2
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
  
*/
/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/
/* Menu and Sub Menus*/
.header-nav {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
  text-align: right;
}

.aios-split-nav > li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
}

.aios-split-nav > li:first-child {
  margin-left: 0;
}

.aios-split-nav > li:last-child {
  margin-right: 0;
}

.aios-split-nav > li > a::after {
  content: '';
  width: 100%;
  border-top: 2px solid #fff;
  /* height: 5px; */
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  will-change: transform;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
      transform-origin: right;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: background 500ms linear,-webkit-transform .4s ease-out;
  transition: background 500ms linear,-webkit-transform .4s ease-out;
  transition: transform .4s ease-out,background 500ms linear;
  -webkit-transition: -webkit-transform .4s ease-out,background 500ms linear,-webkit-transform .4s ease-out;
          transition: transform .4s ease-out,background 500ms linear,-webkit-transform .4s ease-out;
}

.toggle-fixed .aios-split-nav > li > a::after {
  border-color: #000;
}

.aios-split-nav > li:first-child::before {
  border-left: 0;
}

.aios-split-nav > li > a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font: 700 15px/1 'Roboto', sans-serif;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: #548b29;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}

.aios-split-nav > li:hover > a {
  color: #044264;
}

/* 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: 42px;
  position: absolute;
  min-width: 230px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  visibility: hidden;
  overflow: hidden;
}

.toggle-fixed .aios-split-nav .sub-menu {
  padding-top: 37px;
}

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

.aios-split-nav .sub-menu > li > a {
  display: block;
  padding: 10px;
  font: 400 15px/1 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: #fff;
  background: #548b29;
}

.aios-split-nav .sub-menu > li > a:hover {
  background: #044264;
  text-decoration: none;
  color: #fff;
}

/* 3rd Layer Menu */
.aios-split-nav .sub-menu .sub-menu {
  margin-left: 100%;
  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: 'Roboto', 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;
}

* {
  padding: 0;
  margin: 0;
}

div#main-wrapper {
  overflow: hidden;
}

.sxn {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  font-size: 0;
}

.sxn-heading {
  font: 700 35px/1.2 'Roboto', sans-serif;
  letter-spacing: .07em;
  color: #6d9a3f;
  text-transform: uppercase;
}
.sxn-heading span {
  font-weight: 300;
  color: #3a3a3a;
}

.sxn-container {
  position: relative;
  display: block;
  max-width: 1360px;
  margin: 0 auto;
}

header#header {
  position: absolute;
  left: 0;
  z-index: 1010;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  padding: 20px 0 42px;
  opacity: 0;
}
header#header.toggle-fixed {
  position: fixed;
  top: 0;
  background: #fff;
  padding: 37px 0;
}
header#header.toggle-fixed .header-logo {
  padding: 0 10px;
  margin-bottom: -94px;
  margin-top: -33px;
}
header#header.toggle-fixed .header-contact {
  display: none;
}
header .container {
  position: relative;
}

.header-logo {
  padding: 0;
  margin-bottom: -88px;
}
.header-main{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.header-main.row::before {
  display: none;
}

.header-contact {
  position: absolute;
  opacity: 1;
  padding: 0 15px;
  width: 100%;
  left: 0;
  right: 0;
  top: 20px;
}
.header-contact .contact-information {
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-contact .ci-phone,
.header-contact .ci-email {
  font: 400 14px/1.2 'Roboto', sans-serif;
  letter-spacing: .07em;
  color: #707070;
}
.header-contact .ci-phone a:hover,
.header-contact .ci-email a:hover {
  color: #044264;
}
.header-contact em[class="ai-custom-phone"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(images/ic-phone.png) no-repeat center center;
  margin-right: 5px;
}
.header-contact em[class="ai-custom-envelope"] {
  display: inline-block;
  width: 14px;
  height: 10px;
  background: url(images/ic-envelope.png) no-repeat center center;
  margin-right: 5px;
}

#hero-sxn {
  position: relative;
}

#slideshow-sxn {
  position: relative;
}
#slideshow-sxn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

#qs-sxn {
  position: absolute;
  bottom: 83px;
  z-index: 2;
}
#qs-sxn .qs-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  max-width: 945px;
  margin: 0 auto;
  z-index: 1;
}

.qs-container .qs-fields {
  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;
  width: 79.4%;
}
.qs-container .qs-fields .qs-field {
  position: relative;
}
.qs-container .qs-fields .qs--large {
  width: 100%;
}
.qs-container .qs-fields .qs-field select,
.qs-container .qs-fields .qs-field input {
  display: block;
  box-sizing: border-box;
  height: 57px;
  line-height: 57px;
  width: 100%;
  padding: 0 58px;
  border: none;
  border-radius: 0;
  background: #fff;
  font: 400 14px/57px 'Roboto',sans-serif;
  letter-spacing: .05em;
  font-style: italic;
  text-transform: none;
  color: #7c7c7c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}
.qs-container .qs-fields .qs-field select option {
  color: #212121;
}
.qs-container .qs-fields .qs-field::before {
  position: absolute;
  top: 50%;
  left: 21px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 23px;
  color: #6d9a3f;
}
.qs-container .qs-buttons {
  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;
  width: 20.6%;
}
.qs-container .qs-buttons .qs-button {
  display: inline-block;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  background: transparent;
  width: 100%;
}
.qs-container .qs-buttons .qs-button.btn--text {
  font: 700 15px/57px 'Roboto',sans-serif;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .14em;
  background: #6b973e;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.qs-container .qs-buttons .qs-button.btn--text:hover {
  background: #044264;
}

#wc-sxn {
  padding: 140px 0 145px;
  background: #3c3c3c;
}
#wc-sxn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(images/bg-welcome.jpg) no-repeat left center;
  background-size: cover;
  opacity: .1;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
#wc-sxn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(50% + 225px);
  background: white;
}
#wc-sxn .sxn-heading {
  font-size: 65px;
  letter-spacing: .03em;
}
#wc-sxn .sxn-container {
  z-index: 1;
}
#wc-sxn .wc-row {
  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;
}
#wc-sxn .wc-row::before {
  display: none;
}

.wc-img figure {
  display: inline-block;
  background: #fff;
  padding: 7px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.22);
}

.wc-txt small {
  font: 400 18px/1 'Roboto', sans-serif;
  letter-spacing: .25em;
  color: #3b3738;
  text-transform: uppercase;
}
.wc-txt p {
  font: 300 14px/26px 'Roboto', sans-serif;
  letter-spacing: .01em;
  color: #707070;
  margin-top: 23px;
}
.wc-txt a {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 64px;
  max-width: 221px;
  font: 500 14px/60px 'Roboto', sans-serif;
  letter-spacing: .1em;
  color: #044264;
  border: 2px solid #044264;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.wc-txt a:hover {
  background: #044264;
  color: #fff;
}

#fp-sxn {
  padding: 93px 0 215px;
  background: url(images/bg-fp.jpg) no-repeat center center;
  background-size: cover;
}
#fp-sxn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(4, 61, 93, 0.9);
  width: 100%;
  height: 100%;
}
#fp-sxn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #fff;
  width: calc(100% - 123px);
  height: calc(100% - 125px);
}
#fp-sxn .sxn-wrap {
  position: relative;
  z-index: 1;
  background: #fff;
}
#fp-sxn .sxn-heading {
  position: relative;
  margin-bottom: 37px;
}
#fp-sxn .sxn-heading::after {
  content: '';
  display: block;
  background: #d1d1d1;
  width: 67px;
  height: 2px;
  margin: 28px 0 0;
}
#fp-sxn .row [class*="col-md-"] {
  display: inline-block;
  vertical-align: middle;
  float: none !important;
}

.fp-content {
  position: relative;
  display: block;
  width: calc(100% + 260px);
  max-width: 655px;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  padding: 56px 60px;
  margin: 0 -180px 0 -80px;
  z-index: 1;
}
.fp-content .fp-price {
  display: block;
  font: 900 34px/1.2 'Roboto', sans-serif;
  letter-spacing: .1em;
  color: #3d3d3d;
}
.fp-content .fp-address {
  display: block;
  font: 300 16px/1.2 'Roboto', sans-serif;
  letter-spacing: .1em;
  color: #707070;
  margin: 15px 0 0;
}
.fp-content .fp-misc {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  max-width: 486px;
  margin: 41px 0;
}
.fp-content .fp-misc span {
  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-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font: 500 12px/1.2 'Roboto', sans-serif;
  letter-spacing: .04em;
  color: #707070;
  text-transform: uppercase;
}
.fp-content .fp-misc span::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 52px;
  height: 51px;
  background: #044264 url(images/ic-bed.png) no-repeat center center;
  margin-right: 10px;
}
.fp-content .fp-misc span:nth-child(2)::before {
  background: #044264 url(images/ic-bath.png) no-repeat center center;
}
.fp-content .fp-misc span:last-child::before {
  background: #044264 url(images/ic-measure.png) no-repeat center center;
}
.fp-content small {
  display: block;
  font: 300 13px/1.2 'Roboto', sans-serif;
  letter-spacing: .05em;
  font-style: italic;
  color: #707070;
}
.fp-content a {
  position: relative;
  display: inline-block;
  font: 500 14px/1.2 'Roboto', sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #044264;
  margin-top: 43px;
  outline: none;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.fp-content a::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 6px;
  background: url(images/ic-arrow-long.png) no-repeat center center;
  margin-left: 10px;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.fp-content a:hover {
  color: #6d9a3f;
}
.fp-content a:hover::after {
  background: url(images/ic-arrow-long-g.png) no-repeat center center;
}

.fp-img canvas {
  display: block;
  width: 100%;
  background-size: cover !important;
}

.fp-arrows .fp-arrow {
  position: absolute;
  bottom: 12px;
  left: -12px;
  width: 40px;
  height: 40px;
  background: url(images/ic-arrow.png) no-repeat center center, -webkit-linear-gradient(top, #81af52 0%, #6d9a3f 100%);
  background: url(images/ic-arrow.png) no-repeat center center, linear-gradient(to bottom, #81af52 0%, #6d9a3f 100%);
  cursor: pointer;
}
.fp-arrows .fp-arrow::before {
  content: '';
  position: absolute;
  bottom: -4px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 4px 0;
  border-color: transparent #41681a transparent transparent;
}
.fp-arrows .fp-prev:hover {
  background: url(images/ic-arrow.png) no-repeat center center, -webkit-linear-gradient(top, #044264 0%, #023753 100%);
  background: url(images/ic-arrow.png) no-repeat center center, linear-gradient(to bottom, #044264 0%, #023753 100%);
}
.fp-arrows .fp-prev:hover::before {
  border-color: transparent #023753 transparent transparent;
}
.fp-arrows .fp-next {
  left: initial;
  right: -12px;
  -webkit-transform: rotate(180deg) translateZ(0);
          transform: rotate(180deg) translateZ(0);
  background: #044264 url(images/ic-arrow.png) no-repeat center center;
}
.fp-arrows .fp-next::before {
  top: -4px;
  bottom: initial;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 4px 12px;
  border-color: transparent transparent #023753 transparent;
}
.fp-arrows .fp-next:hover {
  background-color: #81af52;
}
.fp-arrows .fp-next:hover::before {
  border-color: transparent transparent #41681a transparent;
}

#fc-sxn {
  padding: 111px 0 119px;
  text-align: center;
  background: url(images/bg-fc.jpg) no-repeat center center;
  background-size: cover;
}
#fc-sxn .sxn-heading {
  position: relative;
  margin-bottom: 86px;
}
#fc-sxn .sxn-heading::after {
  content: '';
  display: block;
  background: #d1d1d1;
  width: 67px;
  height: 2px;
  margin: 40px auto 0;
}
#fc-sxn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
}
#fc-sxn .sxn-wrap {
  position: relative;
  z-index: 1;
}

.fc-slick {
  padding: 0 28px;
}
.fc-slick .slick-list {
  margin: 0 -3px;
}
.fc-slick .slick-slide {
  padding: 0 3px;
}
.fc-slick::before, .fc-slick::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  background: #6d9a3f;
  height: calc(100% - 6px);
  z-index: 1;
}
.fc-slick::after {
  left: initial;
  right: 0;
}
.fc-slick .slick-arrow {
  position: absolute;
  appearance: none;
  outline: none;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  background: #6d9a3f;
  height: calc(100% - 6px);
  z-index: 2;
}
.fc-slick .slick-arrow::before {
  content: '';
  position: absolute;
  margin-top: -4px;
}
.fc-slick .slick-arrow:hover {
  background: #044264;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.fc-slick .slick-next {
  left: initial;
  right: 0;
}
.fc-slick .slick-prev::before {
  right: 12px;
  display: inline-block;
  width: 7px;
  height: 8px;
  background: url(images/ic-arrow.png) no-repeat center center;
}
.fc-slick .slick-next::before {
  left: 12px;
  width: 7px;
  height: 8px;
  background: url(images/ic-arrow.png) no-repeat center center;
  -webkit-transform: rotate(180deg) translateZ(0);
          transform: rotate(180deg) translateZ(0);
}

.fc-item {
  float: none;
  height: auto;
  text-decoration: none;
  outline: none;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 6px;
  cursor: pointer;
  height: 118px;
  display: block;
}
.fc-item .fc-title {
  font: 700 15px/1.2 'Roboto', sans-serif;
  letter-spacing: .1em;
  color: #5b5b5b;
  text-transform: uppercase;
}
.fc-item 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;
  width: 100%;
  height: 100%;
  border: 3px solid #6d9a3f;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.fc-item a:hover {
  border-color: #044264;
  background: #044264;
}
.fc-item a:hover .fc-title {
  color: #fff;
}

#testi-sxn {
  text-align: center;
  background: url(images/bg-testi-before.jpg) no-repeat center center;
  background-size: cover;
  padding: 235px 0 114px;
}
#testi-sxn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(78, 78, 78, 0.9);
}
#testi-sxn::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 120px);
  height: calc(100% - 120px);
  background: url(images/bg-testi.png) no-repeat center center;
  background-size: cover;
}
#testi-sxn .sxn-wrap {
  position: relative;
  z-index: 1;
}
#testi-sxn .sxn-heading {
  position: relative;
  margin-bottom: 53px;
}
#testi-sxn .sxn-heading::after {
  content: '';
  display: block;
  background: #d1d1d1;
  width: 67px;
  height: 2px;
  margin: 40px auto 0;
}

.testi-slick {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 36px;
}

.testi-slick .slick-arrow,
.sb-testi-slick .slick-arrow {
  position: absolute;
  top: calc(50% - 59px);
  left: 0;
  height: 33px;
  width: 36px;
  line-height: 31px;
  box-sizing: border-box;
  border: 2px solid #6d9a3f;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.testi-slick .slick-arrow:hover,
.sb-testi-slick .slick-arrow:hover {
  background: #6d9a3f;
}
.testi-slick .slick-arrow:hover::before,
.sb-testi-slick .slick-arrow:hover::before {
  background: url(images/ic-arrow.png) no-repeat center center;
}
.testi-slick .slick-arrow.testi-next,
.sb-testi-slick .slick-arrow.testi-next {
  left: initial;
  right: 0;
}
.testi-slick .testi-prev::before,
.sb-testi-slick .testi-prev::before {
  content: '';
  display: block;
  width: 7px;
  height: 8px;
  background: url(images/ic-arrow-green.png) no-repeat center center;
}
.testi-slick .testi-next::before,
.sb-testi-slick .testi-next::before {
  content: '';
  width: 7px;
  height: 8px;
  display: block;
  background: url(images/ic-arrow-green.png) no-repeat center center;
  -webkit-transform: rotate(180deg) translateZ(0);
          transform: rotate(180deg) translateZ(0);
}

.testi-item {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.testi-item p {
  font: 300 15px/28px 'Roboto', sans-serif;
  letter-spacing: .07em;
  color: #5d5d5d;
}
.testi-item strong {
  display: inline-block;
  font: 700 15px/1.5 'Roboto', sans-serif;
  letter-spacing: .07em;
  color: #618e32;
  text-transform: uppercase;
  margin-top: 48px;
}
.testi-item em {
  display: block;
  font: 300 13px/1.5 'Roboto', sans-serif;
  letter-spacing: .07em;
  font-style: italic;
  color: #434343;
}
.testi-item a {
  float: none;
  height: auto;
  text-decoration: none;
  outline: none;
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  display: block;
}

footer#footer {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  font-size: 0;
  text-align: center;
}
footer#footer::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 171px);
  background: url(images/bg-footer.png) no-repeat top center;
  background-size: cover;
}
footer#footer::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 735px;
  background: url(images/bg-footer-overlay.png) no-repeat bottom center;
  background-size: cover;
}
footer#footer .container {
  position: relative;
  z-index: 1;
}
footer .footer--top {
  padding: 140px 0 45px;
}
footer .footer--top .sxn-heading {
  position: relative;
  margin-bottom: 63px;
}
footer .footer--top .sxn-heading::after {
  content: '';
  display: block;
  background: #d1d1d1;
  width: 67px;
  height: 2px;
  margin: 40px auto 0;
}
footer .footer--bottom {
  position: relative;
  padding: 35px 0;
}
footer .footer--bottom::before {
  content: '';
  width: 100vw;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  border-top: 1px solid rgba(255, 255, 255, 0.66);
}
footer .git-container {
  position: relative;
  max-width: 755px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 37px;
}
footer .git-container div.wpcf7 .ajax-loader {
  position: absolute;
}
footer .git-container span.wpcf7-not-valid-tip {
  font-size: 11px;
  font-weight: 400;
  display: block;
}
footer .git-container div.wpcf7-response-output {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin: 0;
}
footer .git-form .custom-gutters {
  margin-right: -5px;
  margin-left: -5px;
}
footer .git-form .custom-gutters > .col,
footer .git-form .custom-gutters > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
footer .git-form input {
  position: relative;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  height: 58px;
  border: none;
  padding: 0 24px;
  border: 1px solid #f1f1f1;
  border-radius: 0;
  background: #f1f1f1;
  outline: none;
  font: 300 13px/56px 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #6b6a6a;
  margin-bottom: 10px;
}
footer .git-form input[type="submit"] {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  height: 54px;
  width: 100%;
  max-width: 215px;
  border: 1px solid #064568;
  border-radius: 0;
  color: #fff;
  font: 500 14px/52px 'Roboto', sans-serif;
  letter-spacing: .1em;
  padding: 0;
  outline: none;
  background: #064568;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
  text-transform: uppercase;
}
footer .git-form input[type="submit"]:hover {
  border-color: #6d9a3f;
  background: #6d9a3f;
  color: #fff;
}
footer .git-form textarea {
  position: relative;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  height: 147px;
  border: none;
  padding: 20px 24px;
  border: 1px solid #fff;
  border-radius: 0;
  background: #f1f1f1;
  outline: none;
  font: 300 13px/1.2 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #6b6a6a;
  margin-bottom: 25px;
  resize: none;
}
footer .contact-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 30px;
}
footer .contact-information .ci-phone,
footer .contact-information .ci-email {
  font: 400 17.26px/1.2 'Roboto', sans-serif;
  letter-spacing: .07em;
  color: #fff;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
footer .contact-information .ci-phone a:hover,
footer .contact-information .ci-email a:hover {
  color: #6d9a3f;
}
footer .contact-information .ci-email::before {
  content: '';
  display: inline-block;
  height: 12px;
  width: 1px;
  background: rgba(255, 255, 255, 0.26);
  margin: 0 21px;
}
footer .contact-information em[class="ai-custom-phone"] {
  display: inline-block;
  width: 16px;
  height: 17px;
  background: url(images/ic-phone-white.png) no-repeat center center;
  margin-right: 12px;
}
footer .contact-information em[class="ai-custom-envelope"] {
  display: inline-block;
  width: 18px;
  height: 12px;
  background: url(images/ic-envelope-white.png) no-repeat center center;
  margin-right: 12px;
}
footer .smi .smi__link {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  height: 43px;
  width: 43px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 41px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 0 9px;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
footer .smi .smi__link:hover {
  border-color: #044264;
  background: #044264;
}

.footer-menu .footer-nav {
  display: block;
  list-style: none;
}
.footer-menu .footer-nav li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0 26px;
}
.footer-menu .footer-nav li a {
  font: 400 13px/1.2 'Nunito', sans-serif;
  letter-spacing: .07em;
  color: #fff;
  text-transform: uppercase;
}
.footer-menu .footer-nav li a:hover {
  opacity: .6;
}

.footer-copyright .copyright {
  font: 400 12px/1.2 'Roboto', sans-serif;
  letter-spacing: .05em;
  color: #fff;
  margin: 10px 0 19px;
}
.footer-copyright .copyright a {
  color: #fff;
}
.footer-copyright .copyright a:hover {
  opacity: .6;
}
.footer-copyright .copyright .sitename {
  color: #fff;
}
.footer-copyright .broker-logos em {
  color: #fff;
  font-size: 23px;
  margin: 0 2.5px;
}

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

.ip-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
}

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

.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%;
}

#content a:hover {
  color: #6d9a3f;
}

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

/* 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: 700 35px/1.2 'Roboto', sans-serif;
  letter-spacing: .07em;
  color: #6d9a3f;
  text-transform: uppercase;
  word-break: break-word;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .entry {
  font-family: 'Muli', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .01em;
  color: #044264;
}

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

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

#side-widget {
  position: relative;
  display: block;
  font-size: 0;
}

#side-widget .side--widget-item {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 0 30px;
}

.sidebar-qs {
  padding: 10px;
  background: #3c3c3c;
}
.sidebar-qs .qs-container .qs-fields,
.sidebar-qs .qs-container .qs-buttons{
  width: 100%;
}
.sidebar-qs .qs-container .qs-fields .qs-field::before {
  left: 7px;
  font-size: 17px;
}
.sidebar-qs .qs-container .qs-fields .qs-field select,
.sidebar-qs .qs-container .qs-fields .qs-field input {
  padding: 0 15px 0 45px;
}

.sidebar-testi .sxn-heading {
  font: 700 20px/1.2 'Roboto', sans-serif;
  margin: 0;
}
.sidebar-testi .sb-testi-item p {
  font: 300 12px/23px 'Roboto', sans-serif;
  letter-spacing: .07em;
  color: #5d5d5d;
}
.sidebar-testi .sb-testi-item strong {
  display: inline-block;
  font: 700 15px/1.5 'Roboto', sans-serif;
  letter-spacing: .07em;
  color: #618e32;
  text-transform: uppercase;
}
.sidebar-testi .sb-testi-item em {
  display: block;
  font: 300 13px/1.5 'Roboto', sans-serif;
  letter-spacing: .07em;
  font-style: italic;
  color: #434343;
}
.sidebar-testi .sb-testi-item a {
  float: none;
  height: auto;
  text-decoration: none;
  outline: none;
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  display: block;
}
.sidebar-testi .sb-testi-slick .slick-arrow {
  top: initial;
  left: calc(50% - 37px);
  bottom: -38px;
}
.sidebar-testi .sb-testi-slick .slick-arrow.testi-next {
  left: initial;
  right: calc(50% - 37px);
}

/***************************************************************** 
***************** Design Fix Goes HERE \/ ************************
******************************************************************/

.qs-field button.btn.dropdown-toggle.bs-placeholder.btn-default,
.qs-field button.btn.dropdown-toggle.btn-default {
  display: block;
  box-sizing: border-box;
  height: 57px;
  line-height: 57px;
  width: 100%;
  padding: 0 58px;
  border: none;
  border-radius: 0;
  background: #fff;
  font: 400 14px/57px 'Roboto',sans-serif;
  letter-spacing: .05em;
  font-style: italic;
  text-transform: none;
  color: #7c7c7c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}

.sidebar-qs button.btn.dropdown-toggle.bs-placeholder.btn-default, 
.sidebar-qs button.btn.dropdown-toggle.btn-default{
  padding: 0 10px 0 30px;
}

.sidebar-qs .bootstrap-select.btn-group .dropdown-menu li a{
  padding: 3px 32px 3px 15px !important;
}
.sidebar-qs .bootstrap-select.btn-group .dropdown-menu li a span.text{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  width: 100%;
}

.qs-field .bootstrap-select.btn-group .dropdown-toggle .filter-option{
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

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

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

.qs-field::before{
    z-index:9;
}

.qs-field .bs-searchbox input {
    height: 30px !important;
    padding: 6px 12px !important;
    line-height: 1.2 !important;
}

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

.ihf-grid-result-address {
  display: block;
}
.ihf-listing-open-home-text-grid {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
ul#ihf-search-location-tabs, ul#ihf-detail-extrainfotabs,
ul.chosen-results {
    margin-left: 0px !important;
    padding-left: 0px !important;
}
#ihf-main-container .mc-total-payment-subline{
  color: #666;
}
/*.qs-container .qs-fields .qs--large {
    width: 100%;
}*/
/*.qs-container .qs-fields {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 80% !important;
}
*//* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */


#ihf-main-container .title-bar-1 {
    background-color: #6b973e !important;
}

#ihf-main-container .ihf-grid-result-price a {
    font-weight: 700 !important;
}