/*
Theme Name: premierpropertiesky.com
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. CSS RESET
2. Custom CSS
3. IP styles
4. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/
/*******************************************************
 *
 * 1. CSS RESET
 *
 *******************************************************/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font: 16px/1 sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
  margin: 0;
  padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}

h1,
h2,
h3,
h4 {
  font-size: inherit;
}

strong {
  font-weight: bold;
}

a,
button {
  color: inherit;
  transition: 0.3s;
}

a {
  text-decoration: none;
  color: #bb1542;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #bb1542;
}

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline: 0;
}

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

.home select,
.sidebar select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.home select,
.sidebar select {
  background: transparent url(images/dd-arrow.png) no-repeat;
  background-position: right 11px center;
  -webkit-background-size: 5px;
  -moz-background-size: 5px;
  -o-background-size: 5px;
  background-size: 5px;
}

/*******************************************************
   *
   * 2. Navigation
   *
   *******************************************************/
/* Sub Menu */
#fixednav {
  display: none;
}

#nav li,
.fixednav li {
  position: relative;
}

#nav .sub-menu,
.fixednav .sub-menu {
  list-style: none outside none;
  margin: 0;
  display: none;
  padding: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  background: transparent;
  min-width: 200px;
  pointer-events: none;
}

#nav .sub-menu li:first-of-type a,
.fixednav .sub-menu li:first-of-type a {
  margin-top: 0;
}

#nav .sub-menu a,
.fixednav .sub-menu a {
  display: block;
  padding: 14px 5px;
  color: #fff;
  font-size: 13px;
  background: rgba(12, 12, 12, 0.7);
  letter-spacing: 0.05em;
}

#nav .sub-menu a:hover,
.fixednav .sub-menu a:hover {
  color: #fff;
}

#nav .sub-menu li:hover>a,
.fixednav .sub-menu li:hover>a {
  background: #bb1542;
}

#nav>li>.sub-menu,
.fixednav>li>.sub-menu {
  display: block;
  z-index: 1;
  padding-top: 2px;
  opacity: 0;
  top: calc(100% + 10px);
}

#nav li:hover .sub-menu,
.fixednav li:hover .sub-menu {
  pointer-events: initial;
}

#nav>li:hover>.sub-menu,
.fixednav>li:hover>.sub-menu {
  top: 100%;
  opacity: 1;
}

#nav .sub-menu .sub-menu,
.fixednav .sub-menu .sub-menu {
  margin-left: calc(100% + 1px);
  top: 0;
}

#nav .sub-menu li,
.fixednav .sub-menu li {
  position: relative;
  margin-bottom: 1px;
}

#nav .sub-menu>li:hover>.sub-menu,
.fixednav .sub-menu>li:hover>.sub-menu {
  display: block;
}

/*******************************************************
   *
   * 3. Custom CSS
   *
   *******************************************************/
/* Global */
body {
  font-family: "Poppins", Arial, Helvetica, Georgia, Sans-serif;
  font-size: 16px;
  background: #ffffff;
  color: #3d3d3d;
  margin: 0;
}

.transition,
.sub-menu,
.fp-hover,
.fc-title-wrap,
.fc-link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hp-title h2 {
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #16147f;
  margin-bottom: 53px;
  font-weight: 500;
}

.hp-title h2 small {
  color: #2b2828;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.26em;
  display: block;
  margin-bottom: 10px;
}

/*** Header ***/
header.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1029;
  text-align: center;
  padding-top: 35px;
}

header.header .logo {
  margin-bottom: 18px;
}

#nav>li,
.fixednav>li {
  display: inline-block;
  position: relative;
  padding: 0 37px;
}

#nav>li:before,
.fixednav>li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 11px;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}

#nav>li:first-of-type,
.fixednav>li:first-of-type {
  padding-left: 0;
}

#nav>li:last-of-type,
.fixednav>li:last-of-type {
  padding-right: 0;
}

#nav>li:last-of-type:before,
.fixednav>li:last-of-type:before {
  display: none;
}

#nav>li:hover>a:before,
#nav>li:focus>a:before,
#nav>li:active>a:before,
.fixednav>li:hover>a:before,
.fixednav>li:focus>a:before,
.fixednav>li:active>a:before {
  left: 0;
  right: 0;
}

#nav>li>a,
.fixednav>li>a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}

#nav>li>a:before,
.fixednav>li>a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 2px;
  background: #bb1542;
  height: 2px;
  -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;
}

#nav>li>.sub-menu,
.fixednav>li>.sub-menu {
  display: block;
  z-index: 1;
  padding-top: 2px;
  opacity: 0;
  top: calc(100% + 10px);
}

#nav>li:hover>.sub-menu,
.fixednav>li:hover>.sub-menu {
  top: 100%;
  opacity: 1;
}

#nav:hover .sub-menu,
.fixednav:hover .sub-menu {
  pointer-events: initial;
}

#nav a,
.fixednav a {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/*** Fixed Header ***/
.fixedheader {
  position: fixed;
  top: -200px;
  left: 0;
  right: 0;
  background: rgba(22, 20, 127, 0.75);
  z-index: 1030;
}

.fixedheader .fh-logo {
  display: inline-block;
  width: 23.5%;
  vertical-align: middle;
}

.fixedheader .fixednav {
  display: inline-block;
  width: 38.25%;
  vertical-align: middle;
}

.fixedheader.fixed {
  top: 0px;
}

.fixednav>li {
  padding: 0px 27px;
}

.fixednav>li>a {
  padding: 43px 0;
  font-size: 14px;
}

.fixednav>li>a:before {
  bottom: 37px;
}

.fixednav>li>.sub-menu {
  padding-top: 0;
}

.fixednav:last-of-type {
  text-align: right;
}

.fixednav:last-of-type>li {
  padding: 0px 17px;
}

.fixednav:last-of-type>li:first-of-type {
  padding-left: 0;
}

.fixednav:last-of-type>li:last-of-type {
  padding-right: 0;
}

/*** SMI ***/
.floating-smi {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 16px;
  z-index: 3;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.floating-smi a {
  pointer-events: auto;
}

.floating-smi .smi-wrap {
  text-align: center;
  margin-bottom: -200px;
}

.floating-smi .smi-wrap>span {
  -webkit-transform: translateX(-3%) translateY(-367%) rotate(90deg);
  -moz-transform: translateX(-3%) translateY(-367%) rotate(90deg);
  -o-transform: translateX(-3%) translateY(-367%) rotate(90deg);
  transform: translateX(-3%) translateY(-367%) rotate(90deg);
  display: inline-block;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.32em;
  position: relative;
  text-shadow: 0 0 6px #000;
}

.floating-smi .smi-wrap>span:before {
  content: '';
  position: absolute;
  top: -2px;
  bottom: 0;
  margin: auto;
  right: calc(100% + 19px);
  width: 60px;
  height: 1px;
  background: #fff;
  box-shadow: 0 0 1px #000;
}

.floating-smi ul li {
  margin: 10px 5px;
}

.floating-smi ul li a {
  font-size: 0;
  color: #fff;
  height: 56px;
  width: 56px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}

.floating-smi ul li a:before {
  font-size: 23px;
  line-height: 2.38em;
}

.floating-smi ul li a:hover {
  background: #bb1542;
  border-color: #bb1542;
}

/*** Slideshow ***/
#hero {
  position: relative;
  min-height: 100vh;
}

.slideshow {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

/*** CTA ***/
#cta {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
}

#cta a {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 0;
  text-align: center;
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 30px 0;
  max-width: 350px;
  margin: auto;
}

#cta a .cta-border-wrap {
  overflow: hidden;
  display: block;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  height: 19px;
}

#cta a .cta-border-bottom {
  position: absolute;
  height: 19px;
  width: 19px;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(images/icon-sm.png) center center no-repeat;
  margin: auto;
  padding: 0 28px;
}

#cta a .cta-border-bottom:before,
#cta a .cta-border-bottom:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  margin: auto;
  height: 1px;
  width: 170px;
}

#cta a .cta-border-bottom:before {
  right: 100%;
}

#cta a .cta-border-bottom:after {
  left: 100%;
}

#cta a:hover {
  background: rgba(22, 20, 127, 0.7);
}

/*** Quick Search ***/
#qs {
  background: #fff;
  position: relative;
  padding: 75px 0;
  z-index: 2 !important;
}

#qs .row {
  display: flex;
  align-items: center;
}

#qs h2 {
  font-size: 36px;
  color: #16147f;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#qs h2 span {
  display: block;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.26em;
  color: #2b2828;
  margin-bottom: 11px;
}

#qs form {
  font-size: 0;
  margin-left: -2.5px;
}

#qs form input,
#qs form select {
  height: 42px;
  display: block;
  border: 1px solid #cccccc;
  font-size: 14px;
  color: #5c5c5c;
  letter-spacing: 0.05em;
  width: 100%;
  padding: 0 15px;
}

#qs form .qs-field-wrap-row,
#qs form .qs-field-wrap-row-md {
  display: inline-block;
  width: 35%;
  padding: 0 2.5px;
  vertical-align: top;
}

#qs form .qs-field-wrap-row>div:first-of-type,
#qs form .qs-field-wrap-row-md>div:first-of-type {
  margin-bottom: 5px;
}

#qs form .qs-field-wrap-row {
  width: 35%;
}

#qs form .qs-field-wrap-row-md {
  width: 22.4%;
}

#qs form .qs-field-wrap-row-btn {
  display: inline-block;
  vertical-align: top;
  float: right;
  padding-left: 13px;
  width: 20.2%;
}

#qs form .qs-field-wrap-row-btn>div:first-of-type {
  margin-bottom: 5px;
}

#qs form .qs-field-wrap-row-btn input {
  background: #16147f;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #16147f;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 14px;
}

#qs form .qs-field-wrap-row-btn input:hover {
  color: #16147f;
  background: transparent;
}

#qs form .qs-field-wrap-row-btn a {
  display: block;
  background: #bb1542;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #bb1542;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 14px;
  height: 42px;
  text-align: center;
  line-height: 3em;
}

#qs form .qs-field-wrap-row-btn a:hover {
  color: #bb1542;
  background: transparent;
}

button.btn.dropdown-toggle.btn-default {
  height: 42px;
  display: block;
  border: 1px solid #cccccc;
  font-size: 14px;
  color: #5c5c5c;
  letter-spacing: 0.05em;
  width: 100%;
  padding: 0 15px;
  border-radius: unset;
}

/*** Welcome ***/
#welcome {
  position: relative;
  z-index: 1;
  background: #fff;
  padding-top: 66px;
  padding-bottom: 111px;
  text-align: center;
}

#welcome:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(images/welcome-bg.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.25;
}

#welcome:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+49,0+100 */
  background: -moz-linear-gradient(top, white 0%, white 49%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, white 49%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, white 49%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}

#welcome>div {
  position: relative;
  z-index: 1;
}

#welcome h1 {
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #16147f;
  margin-bottom: 53px;
  font-weight: 500;
}

#welcome h1 .text-pink {
  color: #bb1542;
}

#welcome h1 small {
  color: #2b2828;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.26em;
  display: block;
  margin-bottom: 10px;
}

#welcome h1 .welcome-sub-title {
  display: block;
  font-size: 24px;
  color: #3c3c3c;
  letter-spacing: 0.26em;
  font-weight: 400;
  margin-top: 5px;
}

#welcome p {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #3d3d3d;
  letter-spacing: 0.05em;
  line-height: 24px;
  margin-bottom: 23px;
}

#welcome a {
  display: inline-block;
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: 1px solid #777777;
  text-transform: uppercase;
  padding: 25px 50px;
  margin-top: 34px;
}

#welcome a.welcome-no-style {
  display: inline-block;
  color: #2d2d2d;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0.05em;
  border: none;
  text-transform: inherit;
  padding: 0;
  margin-top: 0;
  font-weight: 700;
}

#welcome a.welcome-no-style:hover {
  background: inherit;
  border-color: inherit;
  color: #bb1542;
}

#welcome a:hover {
  background: #bb1542;
  border-color: #bb1542;
  color: #fff;
}

/*** Parallax ***/
.parallax {
  height: 295px;
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

.parallax:before {
  content: '';
  position: absolute;
  width: 1051px;
  height: 1102px;
  background: url(images/parallax-logo.png) center center no-repeat;
  margin: auto;
  bottom: -194px;
  left: -209px;
  opacity: 0.2;
}

/*** Featured Properties ***/
#fp {
  position: relative;
  z-index: 1;
  background: #fff;
  text-align: center;
  padding: 113px 0 127px;
}

.fp-slide-wrap {
  overflow: hidden;
}

.fp-slide {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.fp-item {
  padding: 0 2.5px;
}

.fp-item canvas {
  width: 100%;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}

.fp-item:hover .fp-img .fp-hover {
  opacity: 1;
}

.fp-item:hover .fp-img .fp-hover:before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  opacity: 0.1;
}

.fp-item:hover .fp-img .fp-hover span {
  opacity: 1;
}

.fp-img {
  font-size: 0;
  position: relative;
}

.fp-img .fp-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(22, 20, 127, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.fp-img .fp-hover:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 220px;
  height: 231px;
  background: url(images/logo-overlay.png) center center no-repeat;
  opacity: 0;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.fp-img .fp-hover span {
  display: inline-block;
  background: #bb1542;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 28px 39px;
  font-size: 14px;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.fp-price {
  font-weight: 500;
  font-size: 24px;
  color: #49463f;
  letter-spacing: 0.1em;
  margin-top: 45px;
}

.fp-add {
  font-weight: 300;
  color: #302f2f;
  font-size: 16px;
  letter-spacing: 0.08em;
  margin-top: 17px;
}

/*** Featured Communities ***/
#fc {
  position: relative;
  text-align: center;
  background: #fff;
}

.fc-wrap {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.fc-wrap .hp-title {
  text-align: left;
  padding-left: 75px;
}

.fc-wrap .hp-title h2 {
  font-size: 48px;
}

.fc-wrap .hp-title h2 small {
  margin-bottom: 16px;
}

.fc-wrapper {
  width: 33.33%;
}

.fc-wrapper canvas {
  width: 100%;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}

.fc-item {
  position: relative;
}

.fc-item a {
  display: block;
  position: relative;
  z-index: 1;
}

.fc-item:hover .fc-title-wrap {
  background: rgba(22, 20, 127, 0.85);
}

.fc-item:hover .fc-title-wrap:before {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  opacity: 0.1;
}

.fc-item:hover .fc-link {
  margin-bottom: 0;
  opacity: 1;
}

.fc-title-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(21, 21, 21, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.fc-title-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 220px;
  height: 231px;
  background: url(images/logo-overlay.png) center center no-repeat;
  opacity: 0;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.fc-title-wrap:after {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 3px solid #fff;
  opacity: 0.3;
  z-index: 1;
}

.fc-title {
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.fc-link {
  display: inline-block;
  background: #bb1542;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 28px 39px;
  font-size: 14px;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  margin-top: 19px;
  margin-bottom: -95px;
}

/*** Testimonials ***/
#testimonials {
  position: relative;
  z-index: 1;
  background: #FFF;
  padding: 134px 0 64px;
}

#testimonials:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  background: url(images/testi-bg.jpg) center center no-repeat;
  background-attachment: fixed;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#testimonials:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  background: rgba(30, 30, 30, 0.85);
}

#testimonials>div {
  position: relative;
  z-index: 1;
}

.testi-text {
  padding-left: 67px;
}

.testi-text .hp-title {
  padding-left: 30px;
  padding-top: 70px;
  margin-bottom: 202px;
  position: relative;
}

.testi-text .hp-title:before {
  content: '';
  position: absolute;
  top: -23px;
  left: -14px;
  width: 263px;
  height: 214px;
  background: url(images/quote-icon.png) center center no-repeat;
  opacity: 0.08;
}

.testi-text .hp-title h2 {
  color: #fff;
  font-size: 48px;
  position: relative;
}

.testi-text .hp-title h2 small {
  color: #fff;
}

.testi-item p {
  color: #3d3d3d;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 24px;
}

.testi-item p:first-of-type:before,
.testi-item p:first-of-type:after {
  content: '"';
}

.testi-item .reviewer-name {
  color: #2d2d2d;
  font-weight: 700;
  margin-top: 23px;
}

.testi-item .reviewer-name:before {
  content: '- ';
}

.testi-readmore a {
  display: inline-block;
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: 1px solid #777777;
  text-transform: uppercase;
  padding: 25px 50px;
  margin-top: 58px;
}

.testi-readmore a:hover {
  background: #bb1542;
  border-color: #bb1542;
  color: #fff;
}

/*** Blog ***/
#blog {
  position: relative;
  z-index: 1;
  background: #fff;
  padding-top: 60px;
  padding-bottom: 78px;
}

#blog .hp-title {
  text-align: center;
}

#blog .hp-title h2 {
  font-size: 48px;
  margin-bottom: 68px;
}

#blog .hp-title h2 small {
  margin-bottom: 16px;
}

.blog-img canvas {
  width: 100%;
  min-height: 259px;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: center center !important;
}

.blog-text-wrap {
  text-align: center;
  padding: 41px 2px;
}

.blog-date {
  font-size: 12px;
  color: #575757;
  letter-spacing: 0.2em;
  display: none;
}

.blog-title {
  color: #181818;
  font-size: 22px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 23px 0;
  min-height: 67px;
}

.blog-text {
  color: #3d3d3d;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  min-height: 105px;
}

.blog-link a {
  display: inline-block;
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: 1px solid #777777;
  text-transform: uppercase;
  padding: 25px 50px;
  margin-top: 43px;
}

.blog-link a:hover {
  background: #bb1542;
  border-color: #bb1542;
  color: #fff;
}

/*** Footer ***/
footer.footer {
  position: relative;
  z-index: 0;
  background: #1e1e1e;
  padding-top: 70px;
  padding-bottom: 35px;
}

footer.footer:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(images/footer-bg.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.25;
}

footer.footer .footer-contact-info>div {
  position: relative;
  padding-left: 24px;
  margin-bottom: 19px;
}

footer.footer .footer-contact-info .ai-font-phone {
  font-size: 11px;
  font-weight: 700;
  left: 2px !important;
}

footer.footer .footer-contact-info em[class^="ai-font"] {
  color: #7d7d7d;
  position: absolute;
  top: 2px;
  left: 0;
}

footer.footer .footer-contact-info .phone {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0.1em;
}

footer.footer .footer-contact-info .phone a:hover {
  color: #bb1542;
}

footer.footer .footer-contact-info .email a {
  color: #fff;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1em;
}

footer.footer .footer-contact-info .email a:hover {
  color: #bb1542;
}

footer.footer .footer-contact-info .email .ai-font-envelope-f {
  font-size: 10px;
  top: 3px;
}

footer.footer .footer-contact-info .add {
  color: #fff;
  line-height: 1.2em;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.1em;
}

footer.footer .footer-contact-info .add .ai-font-location-c {
  top: 2px;
}

footer.footer .hp-title h2 {
  font-size: 36px;
  color: #fff;
  margin-top: 16px;
}

footer.footer .hp-title h2 small {
  color: #fff;
}

footer.footer form {
  font-size: 0;
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
}

footer.footer form .cc-field-wrap {
  display: inline-block;
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}

footer.footer form .cc-field-wrap input {
  font: 300 14px/24px 'Roboto', sans-serif;
  width: 100%;
  height: 43px;
  color: #e1e1e1;
  letter-spacing: 0.05em;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 20px;
}

footer.footer form textarea {
  font: 300 14px/24px 'Roboto', sans-serif;
  width: 100%;
  height: 88px;
  color: #e1e1e1;
  letter-spacing: 0.05em;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  resize: none;
  padding: 13px 53px 13px 20px;
}

footer.footer form .cc-field-wrap-lg {
  display: block;
  position: relative;
  padding: 0 5px;
}

footer.footer form .cc-field-wrap-lg input {
  position: absolute;
  bottom: 13px;
  right: 19px;
  width: 27px;
  height: 24px;
  background: url(images/airplane-icon.png) center center no-repeat;
  border: none;
}

footer.footer form .cc-field-wrap-lg input:hover {
  opacity: 0.6;
}

footer.footer form .wpcf7-form-control-wrap {
  display: block;
}

footer.footer form .wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: auto;
  font-size: 12px;
}

footer.footer form .wpcf7-response-output {
  position: absolute;
  top: 100%;
  left: 4px;
  right: 4px;
  font-size: 12px;
  text-align: center;
  margin: 10px 0px !important;
  color: #fff;
}

footer.footer form .ajax-loader {
  position: absolute;
  top: 100%;
  left: 0;
}

.footer-logo {
  margin-bottom: 29px;
}

.footer-bottom {
  border-top: 1px solid #2c2c2c;
  margin-top: 73px;
  padding-top: 23px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.footernav>li {
  display: inline-block;
  position: relative;
  padding: 3px 26px;
}

.footernav>li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 12px;
  background: #fff;
  opacity: 0.5;
  margin: auto;
}

.footernav>li:last-of-type {
  padding-right: 0;
}

.footernav>li:last-of-type:before {
  display: none;
}

.footernav>li:first-of-type {
  padding-left: 0;
}

.footernav>li a {
  font: 300 11px 'Roboto', sans-serif;
  display: inline-block;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.footernav>li a:hover {
  color: #bb1542;
}

.copyright {
  color: #999999;
  font-size: 11px;
  letter-spacing: 0.1em;
  font-family: 'Roboto', sans-serif;
  margin-top: 7px;
}

.copyright a {
  color: #999999;
  font-size: 11px;
  letter-spacing: 0.1em;
  font-family: 'Roboto', sans-serif;
  margin-top: 7px;
}

.copyright a:hover {
  color: #bb1542;
}

.mls {
  font-size: 20px;
  color: #8d8d8d;
  margin-top: 12px;
}

/*******************************************************
 *
 * 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.6);
}

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

.ip-banner .container {
  position: absolute;
  top: 50%;
  left: 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%;
  margin-top: 35px;
}

/* 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-size: 40px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #16147f;
  margin-bottom: 20px;
  font-weight: 500;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #16147f;
  margin-bottom: 10px;
  font-weight: 500;
  margin-top: -12px;
}

/*** Sidebar ***/
.sb-logo {
  text-align: center;
}

.sb-contacts {
  text-align: center;
}

.sb-contacts,
.sb-contacts a {
  font-size: 13px;
  color: #3d3d3d;
}

.sb-contacts em[class^="ai-font"] {
  font-size: 11px;
}

.sidebar #qs {
  padding: 0;
}

.sidebar #qs h2 {
  text-align: center;
  margin-bottom: 0;
}

.sidebar #qs h2 span {
  margin-bottom: 0;
}

.sidebar #qs form .qs-field-wrap-row {
  width: 100%;
  margin-bottom: 5px;
}

.sidebar #qs form .qs-field-wrap-row-md {
  width: 50%;
  margin-bottom: 5px;
}

.sidebar #qs form .qs-field-wrap-row-btn {
  float: none;
  width: 100%;
  padding: 0 2.5px;
}

.sidebar #qs form {
  max-width: 340px;
  margin: auto;
}

.agent-description.render-all-description a {
  display: block;
}

.agent-testi-container .agent-testi-title {
  font-size: 20px;
  font-weight: 600;
}

.agent-testi-container .agent-testi-item span {
  text-align: right;
  display: block;
  font-style: italic;
}

.agent-testi-container .agent-testi-item {
  border-bottom: 1px dotted #000;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.agent-testi-container .agent-testi-item:last-child {
  border-bottom: none;
}

.agent-testi-container .agent-testi-item p {
  padding: 0 50px;
}

.wpcr3_reviews_holder .wpcr3_review_datePublished {
  display: none !important;
}

.wpcr3_pagination .wpcr3_a.wpcr3_current,
.wpcr3_pagination .wpcr3_a:hover {
  background: #bb1542;
}

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

.sidebar .bootstrap-select.btn-group .dropdown-menu {
  min-width: 100% !important;
}

.qs-field-col .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-size: 14px;
}

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

body>img,
body>iframe[name="__bkframe"] {
  display: none;
}

#ihf-main-container .mc-total-payment-subline {
  color: #666;
}

#ihf-main-container .nav-tabs {
  margin-left: 0;
}

#ihf-main-container .chosen-drop ul.chosen-results {
  padding-left: 0;
  margin: 0;
}

.ihf-grid-result-address {
  display: block;
}

#ihf-main-container #ihf-refine-map-search-form .checkbox,
#ihf-main-container #ihf-refine-map-search-form .col-xs-8 {
  padding: 0;
}

.slideshow .cycloneslider-template-responsive,
.slideshow .cycloneslider-template-responsive>canvas,
.slideshow .cycloneslider-template-responsive .cycloneslider-slide,
.slideshow .cycloneslider-template-responsive .cycloneslider-slide canvas {
  height: 100%;
}

#ihf-agent-sellers-rep #ihf-agent-sellers-rep-own-listing {
  max-width: 100%;
}

.video-wrap video {
  width: 100%;
  margin: 20px 0;
}

footer.footer form .wpcf7-spinner {
  position: absolute;
  bottom: 45px;
  right: 10px;
  margin: 0;
}

#listings-details .listings-form .wpcf7-spinner {
  position: absolute;
  top: -40px;
  right: 0;
  margin: 0;
}

#listings-details .listings-form .use-floating-validation-tip .wpcf7-not-valid-tip {
  font-size: 13px !important;
}

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

.error404 .ip-banner {
  display: block;
}

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