/*
Theme Name: BSR Realty Inc.
Theme URI: http://aios3-staging.agentimage.com/b/bsrrealty.com/htdocs
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.4
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
 *
 *******************************************************/


/* Sub Menu */
.aios-split-nav {
    display: inline-block;
    vertical-align: middle;
    padding-top: 63px;
    font-size: 0;
}

.aios-split-nav.nav-right {
    text-align: right;
}

.aios-split-nav > li {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.aios-split-nav.nav-left > li {
    padding: 15px 30px 30px;
}

.aios-split-nav.nav-right > li {
    /* padding: 15px 18px 30px; */
    padding: 15px 15px 30px;
}

.aios-split-nav.nav-left > li:first-child,
.aios-split-nav.nav-right > li:first-child {
    padding-left: 0;
}

.aios-split-nav.nav-left > li:last-child,
.aios-split-nav.nav-right > li:last-child {
    padding-right: 0;
}

.aios-split-nav > li > a::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 0;
    margin: 0 auto;
    height: 1px;
    background: #00665b;
    pointer-events: none;
    z-index: -1;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.aios-split-nav > li:hover > a::after {
    width: 100%;
}

.aios-split-nav > li > a {
    font-size: 15px;
    font-weight: 600;
    color: #00665b;
    letter-spacing: .45px;
    position: relative;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.aios-split-nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding-top: 30px;
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    white-space: nowrap;
    z-index: 1;
}


.aios-split-nav .sub-menu a {
    color: #6a6a6a;
    display: block;
    padding: 10px 0;
}

.aios-split-nav .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
}

.aios-split-nav li:hover > .sub-menu {
    display: block;
}

.aios-split-nav .sub-menu li {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 1px;
}

.aios-split-nav .sub-menu li a {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    letter-spacing: .45px;
    text-transform: uppercase;
    background: rgba(0, 102, 91, .9);

    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.aios-split-nav .sub-menu li:hover a {
    background: rgba(0, 102, 91, 1);
}

/* FIXED HEADER */
#fixed-navi {
    font-size: 0;
}

#fixed-navi li {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding: 18px 25px;
}

#fixed-navi li:last-child {
    padding-right: 0;
}

#fixed-navi > li > a::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 0;
    margin: 0 auto;
    height: 1px;
    background: #00665b;
    pointer-events: none;
    z-index: -1;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#fixed-navi > li:hover > a::after {
    width: 100%;
}

#fixed-navi > li > a {
    font-size: 12px;
    font-weight: 400;
    color: #2c2c2c;
    letter-spacing: .5px;
    position: relative;

    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

#fixed-navi .sub-menu {
    list-style: none outside none;
    margin: 0;
    display: none;
    padding-top: 34px;
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    white-space: nowrap;
    z-index: 1;
}

#fixed-navi .sub-menu a {
    color: #6a6a6a;
    display: block;
    padding: 8px;
}

#fixed-navi .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
}

#fixed-navi li:hover > .sub-menu {
    display: block;
}

#fixed-navi .sub-menu li {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
}

#fixed-navi .sub-menu li a {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    letter-spacing: .45px;
    text-transform: uppercase;
    background: rgba(0, 102, 91, .9);

    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

#fixed-navi .sub-menu li:hover a {
    background: rgba(0, 102, 91, 1);
}

/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/

/* Global */

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    background: #FFF;
    color: #424242;
    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;
}

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

input,
select,
textarea {
    outline: none;
}

.hidden {
    display: none;
}

.slick-slide {
    outline: none;
}

#main-wrapper {
    position: relative;
    overflow: hidden;
}

.aios-mobile-header-wrapper {
    z-index: 1011;
}

.section-divider {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

/* HEADER */
.header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .85);
    padding: 17px 0 0;
    font-size: 0;
    z-index: 1030;
}

.header-wrapper::after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 7px;
    background: rgba(204, 204, 204, .8);
}

.nav-wrapper {
    margin: 0 -15px;
}

.logo-holder {
    position: relative;
    text-align: center;
}

.logo-holder img {
    max-width: 100%;
}

.header-contacts {
    position: absolute;
    top: 23px;
    right: 15px;
    width: 100%;
    text-align: right;
    z-index: 2;
}

.header-contacts a {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-contacts a:hover {
    opacity: .7;
}

.header-phone,
.header-mail,
.header-smi {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.header-mail {
    padding-left: 25px;
}

.header-smi {
    padding-left: 18px;
}

.contact-icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 20px;
    height: 20px;
    background: #00665b;
    border-radius: 50%;
    color: #fff;
    text-align: center;

}

.header-phone .contact-icon {
    padding: 5px 4px;
}

.header-phone .contact-icon span {
    font-size: 11px;
    color: #fff;
}

.header-phone > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    padding-left: 4px;
    color: #00665b;
}

.header-mail .contact-icon {
    padding: 6px 4px;
}

.header-mail .contact-icon span {
    font-size: 7px;
    color: #fff;
}

.header-mail > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    padding-left: 4px;
    text-transform: uppercase;
    color: #00665b;
}

.header-smi .contact-icon {
    padding: 3px 4px;
}

.header-smi .contact-icon span {
    font-size: 16px;
    color: #fff;
}

/* FIXED HEADER */
.fixed-header {
    width: 100%;
    position: fixed;
    top: -200px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 9px 24px rgba(0, 0, 0, .18);
    padding: 17px 0 16px;
    z-index: 1030;

    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.fixed-header .fixed-logo {
    width: 100%;
    position: relative;
}

.fixed-header .fixed-logo img {
    max-width: 100%;
}

.fixed-header .fixed-nav {
    text-align: right;
}

.fixed-header.scrolled {
    top: 0;
}

/* SLIDESHOW */
.ss-qs-cta-wrapper {
    position: relative;
    width: 100%;
    font-size: 0;
    z-index: 2;
}

.slideshow-wrapper {
    position: relative;
}

.slideshow-wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 37.45%;
    background: -webkit-linear-gradient(rgba(0, 0, 0, .2), rgba(255, 255, 255, .0));
    background: -moz-linear-gradient(rgba(0, 0, 0, .2), rgba(255, 255, 255, .0));
    background: -ms-linear-gradient(rgba(0, 0, 0, .2), rgba(255, 255, 255, .0));
    background: rgba(255, 255, 255, .0) linear-gradient(rgba(0, 0, 0, .2), rgba(255, 255, 255, .0));
    z-index: 2;
}

/* CTA */
.cta-wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 22.86%;
    font-size: 0;
    z-index: 3;
}

a.cta-box {
    display: block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    height: 75px;
    background: rgba(0, 102, 91, .65);
    border: 1px solid #fff;

    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

a.cta-box::before {
    content: '';
    width: 0%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

a.cta-box span {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Gilda Display', serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, .52);
    letter-spacing: 1px;
    color: #fff;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

a.cta-box:hover {
    background: #ffffff;
}

a.cta-box:hover span {
    color: #00665b;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0);
}

/* QUICK SEARCH */
.qs-wrapper {
    width: 100%;
    position: absolute;
    bottom: 6.43%;
    left: 0;
    font-size: 0;
    z-index: 4;
}

.qs-label-wrapper {
    position: relative;
    width: 100%;
}

.qs-label {
    position: relative;
    display: block;
    text-align: center;
}

.qs-line {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 38.9%;
    height: 1px;
    background: rgba(255, 255, 255, .35);
}

.qs-label-wrapper .qs-line:first-child {
    text-align: left;
}

.qs-label-wrapper .qs-line:last-child {
    text-align: right;
}

.qs-label span {
    display: inline-block;
    vertical-align: middle;
    width: 22.19%;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .6px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.qs-form-holder {
    position: relative;
    width: 100%;
    padding: 14px 0;
    background: rgba(255, 255, 255, .71);
}

.qs-wrapper form {
    display: block;
    margin: 0 -2.5px;
}

.qs-large {
    width: 20.92%;
    padding: 0 2.5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.qs-form-holder .qs-large:first-child {
    /*padding-left: 0;*/
}

.qs-large.qs-city {
    width: 14.9%;
}

.qs-small {
    width: 9.5%;
    padding: 0 2.5px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.qs-large select,
.qs-small select {
    width: 100%;
    height: 38px;
    background: rgba(18, 18, 18, .5) url(images/dropdown-arrow.png) no-repeat scroll right 9px center;
    border: 1px solid rgba(255, 255, 255, .48);
    padding: 0 17px 0 10px;
    font-family: 'Muli', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.msedge-true .qs-large select,
.msedge-true .qs-small select {
    padding: 0 12px 0 5px;
}

.qs-large input,
.qs-small input {
    width: 100%;
    height: 38px;
    background: rgba(18, 18, 18, .5);
    border: 1px solid rgba(255, 255, 255, .48);
    padding: 0 17px 0 10px;
    font-family: 'Muli', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    outline: none;
}

.qs-large select::-ms-expand,
.qs-small select::-ms-expand {
    display: none;
}

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

#custom-quick-search button.btn.dropdown-toggle.bs-placeholder.btn-default,
#custom-quick-search button.btn.dropdown-toggle.btn-default {
    border-radius: 0;
    box-shadow: none !important;
}

.qs-search {
    width: 12.85%;
    margin-left: 2px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.qs-search input {
    width: 100%;
    max-width: 144px;
    height: 36px;
    background: #00665b;
    border: none;
    padding: 10px 0;
    font-family: 'Muli', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #ffffff;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.qs-search input:hover {
    background: #efe3bb;
    color: #00665b;
}

.qs-advanced {
    width: 12.85%;
    padding: 0 0 0 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.getaddr {
    font-size: 15px;
    width: 500px;
    margin: 5px 0 0 0;
}

.qs-advanced a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 144px;
    height: 36px;
    background: #efe3bb;
    padding-top: 1px;
    border: none;
    font-family: 'Muli', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    color: #00665b;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.qs-advanced a:hover {
    background: #00665b;
    color: #ffffff;
}

#custom-quick-search .bootstrap-select.btn-group .dropdown-menu {
    z-index: 3;
}

/* WELCOME SECTION */
.welcome-wrapper {
    position: relative;
    width: 100%;
    background-size: cover;
    font-size: 0;
    margin-bottom: -145px;
}

.welcome-wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1));
    background: -moz-linear-gradient(rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1));
    background: -ms-linear-gradient(rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1));
}

.welcome-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 940px;
    background: url(images/welcome-bg.png) no-repeat;
    background-position: top center;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
}

/* TAGLINE */
.tagline-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 271px;
    background: url(images/tagline-holder.png) center center no-repeat;
    background-size: cover;
    z-index: 1;
}

.tagline-text {
    position: relative;
    top: 19.83%;
    left: 0;
    text-align: center;
}

.tagline-text span.tag-top {
    display: block;
    font-family: 'Gilda Display', serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 61px;
    text-shadow: 0 3px 1px rgba(0, 0, 0, .18);
    color: #fff;
}

.tagline-text span.tag-bottom {
    display: block;
    font-family: 'Gilda Display', serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 61px;
    text-shadow: 0 3px 1px rgba(0, 0, 0, .18);
    text-transform: uppercase;
    color: #fff;
}


.welcome-main {
    position: relative;
    width: 100%;
    padding: 362px 0 200px;
}

.welcome-agent {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 39.91%;
    height: 443px;
    padding: 0 48px;
}

.agent-photo-holder {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
}

.agent-photo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.agent-photo img {
    max-width: 100%;
}

.welcome-contents {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60.08%;
    padding-right: 42px;
}

.welcome-title {
    position: relative;
    display: block;
    width: 100%;
}

.welcome-title h1 {
    display: block;
    font-family: 'Gilda Display', serif;
    font-size: 43px;
    font-weight: 400;
    line-height: 50px;
    text-transform: uppercase;
    padding-bottom: 18px;
    color: #3c3c3c;
}

.welcome-title h1 > span {
    display: block;
    font-size: 20px;
    line-height: 35px;
    text-transform: none;
}

.welcome-text {
    position: relative;
    display: block;
    width: 100%;
}

.welcome-text p {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 21px;
    padding-bottom: 20px;
    color: #424242;
}

.welcome-more {
    position: relative;
    padding-top: 8px;
}

.welcome-more a {
    display: block;
    width: 147px;
    height: 41px;
    padding: 11px 0;
    background: rgba(0, 102, 91, 0);
    border: 1px solid #00665b;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #00665b;
    text-align: center;
    text-transform: uppercase;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.welcome-more a:hover {
    background: rgba(0, 102, 91, 1);
    color: #fff;
}

/* FEATURED COMMUNITIES */
.fc-wrapper {
    position: relative;
    width: 100%;
    font-size: 0;
}

.fc-title-holder {
    position: relative;
    width: 100%;
}

.fc-title-holder .section-divider {
    margin-bottom: 40px;
}

.fc-title {
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 45px;
}

.fc-title span {
    display: block;
    font-family: 'Gilda Display', serif;
    font-size: 20px;
    letter-spacing: .6px;
    text-transform: lowercase;
    color: #3d3d3d;
}

.fc-title h2 {
    display: block;
    font-family: 'Gilda Display', serif;
    font-size: 43px;
    line-height: 47px;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #3d3d3d;
}

.fc-items-wrapper {
    text-align: center;
}

.fc-item-holder {
    display: inline-block;
    vertical-align: top;
    float: none !important;

}

a.fc-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 263px;
    height: 263px;
    border: 1px solid #000;
    padding: 5px;
    margin: 17.5px auto;
}

.fc-image {
    position: relative;
    width: 100%;
}

.fc-image img {
    max-width: 100%;
}

.fc-text-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fc-text {
    height: 100%;
    text-align: center;
    padding: 10px;
    font-size: 0;
}

.fc-text::before {
    content: '';
    width: 0%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.fc-text span {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    font-family: 'Gilda Display', serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #fff;
}

.fc-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.fc-item:hover .fc-overlay {
    opacity: 0;
}

/* FEATURED PROPERTIES */
.fp-wrapper {
    position: relative;
    width: 100%;
    font-size: 0;
    padding-top: 30px;
}

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

.fp-title-holder {
    position: relative;
    width: 100%;
}

.fp-title-holder .section-divider {
    margin-bottom: 40px;
}

.fp-title {
    position: relative;
    width: 100%;
    text-align: center;
    padding-bottom: 45px;
}

.fp-title span {
    display: block;
    font-family: 'Gilda Display', serif;
    font-size: 20px;
    letter-spacing: .6px;
    text-transform: lowercase;
    color: #3d3d3d;
}

.fp-title h2 {
    display: block;
    font-family: 'Gilda Display', serif;
    font-size: 43px;
    line-height: 47px;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #3d3d3d;
}

.fp-fix {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.fp-slick {
    width: 100%;
    position: relative;
    outline: none;
}

.fp-center .fp-slick {
    display: inline-block;
    width: auto;
}

.fp-item {
    position: relative;
    display: block;
    width: 100%;
    height: 305px;
    margin: 0 auto;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.fp-overlay {
    position: absolute;
    top: -400px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 55px 22px;
    background: rgba(0, 0, 0, .7);

    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.fp-item:hover .fp-overlay {
    top: 0;
}

.fp-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    right: -107px;
    width: 210px;
    height: 185px;
    background: rgba(0, 102, 91, .8);
    transform: skew(48deg);
}

.fp-overlay a.fp-more {
    position: absolute;
    right: 22px;
    display: block;
    text-align: right;
}

.fp-overlay a.fp-more::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 17px;
    height: 3px;
    background: url(images/fp-view-more.png) no-repeat;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

a.fp-more:hover::after {
    opacity: .6;
}

.fp-overlay a.fp-more span {
    font-family: 'Gilda Display', serif;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    color: #fff;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

a.fp-more:hover span {
    opacity: .6;
}

.fp-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 45px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.fp-text .fp-price {
    font-family: 'Lora', serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 43px;
    color: #fff;
}

.fp-text .fp-address {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    color: #fff;
}

.fp-bottom {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.fp-bottom.fp-beds,
.fp-bottom.fp-area {
    padding-left: 25px;
    padding-right: 25px;
}

.fp-bottom.fp-baths {
    padding-left: 29px;
    padding-right: 14px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-bottom: none;
}

.fp-bottom span {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 300;
    color: #fff;
}

.fp-beds span::before {
    content: '';
    position: absolute;
    top: 2px;
    left: -16px;
    width: 11px;
    height: 10px;
    background: url(images/fp-beds.png) no-repeat;
}

.fp-baths span::before {
    content: '';
    position: absolute;
    top: 2px;
    left: -16px;
    width: 11px;
    height: 11px;
    background: url(images/fp-baths.png) no-repeat;
}

.fp-area span::before {
    content: '';
    position: absolute;
    top: 2px;
    left: -16px;
    width: 14px;
    height: 10px;
    background: url(images/fp-area.png) no-repeat;
}

/* CONTACT FORM */
.contact-form-wrapper {
    position: relative;
    width: 100%;
    padding: 88px 0 82px;
    background: url(images/form-bg.jpg) center center no-repeat;
    background-size: cover;
    font-size: 0;
}

.contact-form-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

.contact-form-box {
    position: relative;
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    padding: 60px 55px;
    background: rgba(0, 0, 0, .44);
}

.contact-form-box form {
    position: relative;
}

.cu-title {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 45px;
}

.cu-title h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 2.5px;
    color: #fff;
    text-transform: uppercase;
}

.cu-title span {
    display: block;
    padding-top: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: .2px;
    color: #fff;
}

.cu-textfield {
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    padding: 0 24px;
}

.cu-textfield.first-field {
    padding-left: 0;
}

.cu-textfield.last-field {
    padding-right: 0;
}

.cu-textfield input {
    width: 100%;
    height: 36px;
    background: rgba(255, 255, 255, 0);
    border: none;
    border-bottom: 1px solid #fff;
    padding: 0 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: .2px;
    color: #fff;
}

.cu-textarea {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
}

.cu-textarea textarea {
    width: 100%;
    height: 140px;
    background: rgba(255, 255, 255, 0);
    border: none;
    border-bottom: 1px solid #fff;
    resize: none;
    padding: 14px 10px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: .2px;
    color: #fff;
}

.cu-submit {
    position: relative;
    width: 168px;
    margin: 70px auto 0;
    text-align: center;
}

.cu-submit input {
    position: relative;
    width: 100%;
    height: 60px;
    border: none;
    background: rgba(255, 255, 255, 0) url(images/send-plane.png) 29px 20px no-repeat;
    border: 1px solid #fff;
    padding-left: 40px;
    outline: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.cu-submit input:hover {
    background: rgba(255, 255, 255, 1) url(images/send-plane-hover.png) 29px 20px no-repeat;
    color: #000;
}

.contact-form-box .wpcf7-response-output {
    position: absolute;
    width: 100%;
    margin: 20px auto 5px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.contact-form-box .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.contact-form-box .ajax-loader {
    position: absolute;
    position: absolute;
    bottom: 0;
    right: -18px;
}

/* FOOTER */
.footer-wrapper {
    position: relative;
    width: 100%;
    font-size: 0;
}

.footer-top {
    position: relative;
    width: 100%;
    padding: 40px 0 35px;
    background: #00665b;
    text-align: center;
}

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

.footer-logo img {
    max-width: 100%;
}

.footer-contacts {
    display: inline-block;
    vertical-align: middle;
}

.footer-phone span:first-child {
    font-size: 11px;
    color: #efe3bb;
    padding-right: 8px;
}

.footer-phone span:last-child {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .2px;
    color: #ffffff;
}

.footer-mail {
    padding: 0 40px;
}

.footer-mail span:first-child {
    font-size: 9px;
    color: #efe3bb;
    padding-right: 10px;
}

.footer-mail span:last-child {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .2px;
    color: #ffffff;
}

.footer-mail a {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.footer-mail a:hover {
    color: #efe3bb;
}

.footer-smi a {
    font-size: 18px;
    color: #efe3bb;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.footer-smi a:hover {
    color: #fff;
}

.footer-bottom {
    position: relative;
    width: 100%;
    padding: 35px 0 30px;
    background: #005249;
    border-top: 1px solid #005249;
    text-align: center;
}

.footer-navs li {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #bbbbbb;
    padding: 0 18px;
}

.footer-navs li a:hover {
    color: #fff;
}

.footer-copyright {
    width: 100%;
    position: relative;
    padding: 5px 0 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 200;
    color: #afb5b5;
    letter-spacing: .2px;
}

.footer-copyright a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.footer-realtor-logos {
    width: 100%;
    position: relative;
}

.footer-realtor-logos span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #afb5b5;
    padding: 0 2.5px;
}

.page-id-54 #content .agent-item {
    padding-bottom: 25px;
}

.page-id-54 #content .infos {
    padding-left: 5px;
}


/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/

/* 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%;
}

/* 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 post/page main headings (h1) */
#content .entry-title {
    font-family: 'Gilda Display', serif;
    font-size: 43px;
    font-weight: 400;
    line-height: 50px;
}

/* Style category/archive/etc main headings (h1) */
#content .archive-title {
    font-family: 'Gilda Display', serif;
    font-size: 43px;
    font-weight: 400;
    line-height: 50px;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {}

#inner-page-wrapper {
    /*padding-top: 150px;*/
}

/* SIDEBAR */
.side-qs {
    position: relative;
    width: 100%;
    padding: 10px;
    font-size: 0;
}

.side-qs .qs-wrapper {
    position: relative;
    bottom: 0;
    padding: 30px 0 0;
}

.side-qs .qs-form-holder {
    padding: 0;
}

.side-qs .qs-label span {
    width: 100%;
    font-size: 15px;
    color: #424242;
}

.side-qs .qs-large,
.side-qs .qs-large.qs-city {
    width: 100%;
    padding: 0;
}

.side-qs .qs-small {
    width: 50%;
    padding: 0;
}

.side-qs .qs-search,
.side-qs .qs-advanced {
    width: 50%;
    margin-left: 0;
    padding: 0;
}

.side-qs .qs-search input {
    max-width: 100%;
    height: 37px
}

.side-qs .qs-advanced a {
    max-width: 100%;
    height: 37px
}

.chrome .chrome .qs-advanced a,
.name-Microsoft_Edge .qs-advanced a {
    padding: 10px 0;
}

.side-contacts-wrap {
    position: relative;
    width: 100%;
    padding: 10px;
    font-size: 0;
}

.side-contacts-inner {
    background: #005249;
    padding: 10px;
    text-align: center;
}

.side-contacts {
    display: block;
    vertical-align: middle;
    margin: 10px 0;
}

.side-phone span:first-child {
    font-size: 11px;
    color: #efe3bb;
    padding-right: 8px;
}

.side-phone span:last-child {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .2px;
    color: #ffffff;
}

.side-mail {
    padding: 0;
}

.side-mail span:first-child {
    font-size: 9px;
    color: #efe3bb;
    padding-right: 10px;
}

.side-mail span:last-child {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .2px;
    color: #ffffff;
}

.side-mail a {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.side-mail a:hover {
    color: #efe3bb;
}

.side-cta {
    position: relative;
    width: 100%;
    padding: 10px;
    font-size: 0;
}

.side-cta a.cta-box {
    border: 1px solid rgba(0, 102, 91, 1);
    background: rgba(0, 102, 91, 1);
    margin-bottom: 5px;
}

.side-cta a.cta-box:hover {
    background: #fff;
}

.side-cta a.cta-box span {
    font-size: 16px;
}

.aios_agent h1.entry-title {
    display: none;
}


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


button.btn.dropdown-toggle.bs-placeholder.btn-default,
button.btn.dropdown-toggle.btn-default {
    width: 100%;
    height: 38px;
    background: rgba(18, 18, 18, .5);
    border: 1px solid rgba(255, 255, 255, .48);
    padding: 0 17px 0 10px;
    font-family: 'Muli', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    outline: none;
}

span.filter-option.pull-left {
    font-size: 11px !important;
}

.btn-group .bs-searchbox input {
    color: #333333;
}

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

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

#content-sidebar #content:after {
    content: '';
    display: block;
    clear: both;
}

.page-id-130 #content img {
    max-width: 100%;
}

#content .listing-details-wrap .photo-slideshow .slick-prev,
#content .listing-details-wrap .photo-slideshow .slick-next {
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    line-height: 1;
    margin-top: 0;
}

.ip-banner {
    position: relative;
}

.ip-banner canvas {
    display: block;
    width: 100%;
    background: url(/wp-content/uploads/2018/04/slide-04.jpg) center 30%/cover no-repeat;
}

#custom-quick-search .bootstrap-select.btn-group .dropdown-backdrop {
    z-index: 2;
}

#custom-quick-search .bootstrap-select.btn-group .dropdown-menu {
    max-height: 200px !important;
}

.header-address {
    display: block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    color: #00665b;
}

.footer-contacts.footer-address {
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #FFF;
    margin-bottom: 20px;
}

label.hidden-label {
    display: none !important;
}











#ihf-main-container .title-bar-1, .ihf-main-container .title-bar-1 {
    background-color: #000;
    border: 1px solid #000;
}

#ihf-main-container .btn-group-vertical>.btn, #ihf-main-container .btn-group>.btn {
    color: #000 !important;
}

.ihf-grid-result-address {
    color: #000 !important;
}

#ihf-main-container .glyphicon {
    color: #000;
}

#ihf-main-container a {
    color: #000;
}

.ihf-grid-result-photocount{

    color: #000 !important;
}

.ihf-grid-result-attribution b  , .ihf-grid-result-mlsnum-proptype{
    color: #000 !important;
}


#ihf-main-container .pagination>.disabled>a, #ihf-main-container .pagination>.disabled>a:focus, #ihf-main-container .pagination>.disabled>a:hover, #ihf-main-container .pagination>.disabled>span{

    color: #000;
    border-color: #000;
}

#ihf-main-container .pagination>li>a, #ihf-main-container .pagination>li>span{

    border: 1px solid #000;
}

.ihf-map-icon{

    background: #000;
    border: 1px solid #000;
}
.ihf-map-icon:after{

    border-top-color: #000;
}


p.bsr {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    display: block;
    margin-bottom: 30px;
}


body #pojo-a11y-toolbar {
    bottom:0 !important;
    top: auto !important;
}
body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    top:auto !important;
    bottom:0 !important;
}
button:focus-visible, a:focus-visible {
    outline-style: solid !important;
    outline-width: 5px !important;
    outline-color: red !important;
    transition: none !important;
}





.aios-split-nav li.active > .sub-menu {
  display: block;
  opacity: 1;
}


/*
.aios-split-nav .sub-menu.show-menu {
     display: block;
     opacity: 1;
 } */







 .rn-row {
     display: flex;
     justify-content: space-between;
     width: 100%;
     margin-bottom: 20px;
    flex-flow: row wrap;
 }

 .rn-col {
     width: 50%;
     /* margin-bottom: 10px; */
     position: relative;
 }

 .rn-col:nth-child(2) {
     width: 25%;
     text-align: center;
 }

 h2.rna {
     text-align: center;
     display: block;
 }

 .rn-col p {
     margin: 0px !important;
 }

 .rn-col:nth-child(2) p {
     text-align: center;
     font-weight: bold;
     font-size: 22px;
 }

 .rn-wrapper h2 {
     text-align: center;
 }

 p.txtcall {
     text-align: center;
     font-weight: bold;
 }

 .rn-col span {
     position: absolute;
     left: 50%;
     transform: translateX(-50%);
     top: -28px;
     font-size: 11px;
 }

 .rn-wrapper {
     margin-bottom: 60px;
 }
