/*
Theme Name: Bassett Premier Realty, Inc.
Theme URI: http://bassettpremierrealtycom.rs4.aios-staging.com
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.4.5
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
 *
 *******************************************************/

#nav {
    font-size: 0;
}


/* Sub Menu */

#nav li {
    position: relative;
    display: inline-block;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-right: 20px;
}

#nav li:last-child {
    margin-right: 0;
}

#nav li a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    padding: 26px 0;
    position: relative;
    display: block;
    font-weight: bold;
}

#nav li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0b486b;
    height: 4px;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    opacity: 0;
}

#nav li:hover a:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    background: #fff;
}

#nav li li a:before {
    display: none;
}

#nav .sub-menu {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    background: rgba(11, 72, 107, .7);
    text-align: center;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
}

#nav li:hover .sub-menu {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

#nav .sub-menu a {
    color: #FFFFFF;
    display: block;
    padding: 10px;
}

#nav .sub-menu a:hover {
    background: #0e0d0c;
    color: #fff;
    text-decoration: none;
}

#nav .sub-menu .sub-menu {
    margin-left: 50%;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: none;
}

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

#nav .sub-menu li {
    position: relative;
    margin-right: 0;
    width: 100%;
}


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


/* Global */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background: #FFF;
    color: #666;
    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:hover,
a:active,
a:focus {
    outline: 0;
    color: #32608f;
}

.transition {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}


/*** header ***/

header.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    /*background: url(images/hdr-nav-bg.jpg);*/
    background: #06364F;
    border-bottom: 5px solid #0b486b;
    z-index: 1030;
    font-size: 0;
}

.header .navigation {
    display: inline-block;
    vertical-align: middle;
    width: 65%;
}

.header .hdr-contact {
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    text-align: right;
}

.hdr-contact .hdr-smi {
    display: inline-block;
    vertical-align: middle;
}

.hdr-contact .hdr-smi a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 23px;
    margin-left: 22px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.hdr-contact .hdr-smi a:hover {
    color: #757575;
}

.hdr-contact .translate-select {
    display: inline-block;
    vertical-align: middle;
    width: 195px;
    margin-left: 25px;
}

.hdr-contact .translate-select .goog-te-gadget {
    font-size: 0;
    text-align: right;
}

.hdr-contact .translate-select .goog-te-gadget span {
    display: none;
}

.hdr-contact .translate-select .goog-te-gadget .goog-te-combo {
    margin: 0px 0;
    font-size: 0 !important;
    height: 32px;
    max-width: 195px;
    width: 100%;
    width: 100%;
    border: 0;
    background: url(images/hdr-translate.png) no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.hdr-contact .translate-select .goog-te-gadget .goog-te-combo:hover {
    opacity: 0.6;
}

.hdr-contact .translate-select select::-ms-expand {
    display: none;
}

.hdr-contact .translate-select .goog-te-gadget .goog-te-combo option {
    font-size: 15px;
}

.goog-te-banner-frame {
    display: none;
}

.ip-image {
    /*background: url(images/hp-slide1.jpg) center;*/
    background-size: cover;
    position: relative;
}

.ip-image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ip-image canvas {
    display: block;
    width: 100%;
    height: 300px;
    /*background: url('images/hp-slide-overlay.png') repeat-x;*/
    background-size: cover;
}

.ip-image .ip-header {
    position: absolute;
    top: 55%;
    transform: translateY(-37%);
    left: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
}

.ip-image .ip-header .container {
    position: relative;
}

.ip-image .hdr-agent {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ip-image .hdr-agent .container {
    height: 100%;
}

.ip-image .hdr-agent .textwidget {
    width: 100%;
    height: 100%;
    position: relative;
}

.hdr-agent .textwidget img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 300px;
    width: auto;
}


/*** homepage ***/

.slide {
    display: block;
    position: relative;
}

.home .slide:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('images/hp-slide-overlay.png');
    background-size: cover;
    z-index: 9;
    pointer-events: none;
}

/*.home .slide:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 161px;
    background-size: 100% 100%;
    z-index: 11;
}*/

.slide-contact {
    position: absolute;
    z-index: 11;
    left: 0;
    top: 22%;
    width: 100%;
}

.logo-contact {
    padding: 0 17px;
    display: inline-block;
/*    text-align: center;*/
    font-size: 16px;
    line-height: 2;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
}
.logo-contact span.ai-font-location-c {
        font-size: 22px;
    margin-left: -5px;
}

.logo-contact > span:last-child {
    display: block;
}
.logo-contact a {
    color: #fff;
    text-decoration: none;
}

.logo-contact a:hover {
    color: #dfdfdf;
}

.ip-container .logo-contact,
.ip-container .logo-contact a {
    color: #565656;
}

.logo-contact img {
    display: block;
    margin: 0 0 25px;
}

.logo-contact em,
.logo-contact a {
    display: inline-block;
    vertical-align: middle;
}

.logo-contact a.logo-link {
    display: block;
}

.logo-contact span {
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
    font-size: 14px;
}

.logo-contact span.sep {
    margin: 0 12px;
    font-size: 18px;
    font-weight: 300;
}

.logo-contact .ai-font-devices-mobile {
    font-size: 22px;
}

.hp-testimonials {
    position: absolute;
    width: 100%;
    top: 55%;
    left: 0;
    z-index: 11;
}

.testimonials-list {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    width: 51.31%;
}

.testimonials-list p {
    position: relative;
    padding: 5px 25px 0;
}

.testimonials-list p:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 18px;
    height: 14px;
    background: url('images/test-before.png');
}

.testimonials-list p:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 10px;
    width: 17px;
    height: 14px;
    background: url('images/test-after.png');
}

.testimonials-list .test-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    color: #fff;
    display: block;
    line-height: 1;
    font-size: 20px;
    margin-top: 20px;
    padding-left: 25px;
}

.testimonials-list .slick-dots {
    position: absolute;
    left: 30%;
    bottom: 0;
    height: 24px;
}

.testimonials-list .slick-dots li {
    display: inline-block;
    margin: 0 3px;
}

.testimonials-list .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #a7a7a7;
    font-size: 0;
    border-radius: 50%;
    padding: 0;
}

.testimonials-list .slick-dots li.slick-active button {
    background: #a7a7a7;
}

.hp-agent {
    width: 54.18%;
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 1%;
    pointer-events: none;
}

.hp-testimonials.mobile-disp {
    display: none;
}


/*** welcome ***/

.hp-welcome {
    display: block;
    padding: 65px 0;
    background: url('images/hp-welcome-bg-02.jpg') no-repeat;
    background-size: 100%;
    text-align: center;
}

.hp-welcome img {
    display: block;
    margin: 0 auto 23px;
}

.hp-welcome .welcome-intro {
    line-height: 1;
    color: #303030;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 4px;
}

.hp-welcome h1 {
    color: #0b486b;
    font-size: 55px;
    display: inline-block;
    font-family: 'Barlow Condensed', sans-serif;
    margin: 10px 0;
    line-height: 1;
}

.hp-welcome p {
    line-height: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin: 30px auto 0;
    width: 100%;
    max-width: 905px;
}


/*** quick search ***/

.hp-qs {
    padding: 40px 0 80px;
}

.hp-qs img {
    display: block;
    margin: 0 auto 23px;
}

.hp-qs h2 {
    color: #0b486b;
    font-size: 48px;
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    line-height: 1;
    text-align: center;
    margin-bottom: 50px;
}

.hp-qs form {
    font-size: 0;
}

.hp-qs .qs-col {
    display: inline-block;
    width: 26.43%;
    vertical-align: top;
}

.hp-qs .qs-col.middle {
    margin: 0 .41%;
}

.hp-qs .qs-col select,
.hp-qs .qs-col .bootstrap-select>.dropdown-toggle {
    width: 100%;
    height: 27px;
    line-height: 28px;
    border: 1px solid #d2d1cb;
    margin-bottom: 6px;
    color: #777;
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 20px 0 9px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('images/qs-arrow.png') no-repeat;
    background-position: 95% 50%;
}

.hp-qs select::-ms-expand {
    display: none;
}

.hp-qs .qs-col select option {
    padding: 0;
}

.hp-qs .qs-col .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #777;
    font-size: 10px;
}

.name-Firefox .hp-qs .qs-col .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    padding-left: 4px;
}

.hp-qs .qs-buttons {
    display: inline-block;
    width: 19.48%;
    vertical-align: top;
    margin-left: .41%;
}

.hp-qs .qs-buttons input,
.hp-qs .qs-buttons a {
    width: 100%;
    margin-bottom: 6px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 10px;
    height: 27px;
    line-height: 27px;
    background: #0b486b;
    border: 0;
    text-transform: uppercase;
    display: block;
    text-align: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.hp-qs .qs-buttons a {
    background: #145D86;
    text-decoration: none;
}

.hp-qs .qs-buttons a:hover,
.hp-qs .qs-buttons input:hover {
    background: #757575;
}


/*** featured communities ***/

.hp-fc {
    display: block;
    padding: 80px 0 155px;
    background: rgba(0,0,0,.2) url('images/hp-fc-bg.jpg');
    background-size: cover;
    position: relative;
    text-align: center;
        background-blend-mode: overlay;
}

.hp-fc:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 141px;
    /*        background: url('images/hp-fc-curve-02.png') center bottom;*/
    background-size: 100% 100%;
}

.hp-fc img {
    display: block;
    margin: 0 auto 23px;
}

.hp-fc h2 {
    color: #fff;
    font-size: 48px;
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    line-height: 1;
    text-align: center;
    margin-bottom: 50px;
}

.hp-fc .view-all {
    display: block;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    position: relative;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}

.hp-fc .view-all:hover {
    color: #9c9c9c;
}

.hp-fc .view-all:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 40.17%;
    height: 1px;
    background: rgba(255, 255, 255, .15);
}

.hp-fc .view-all:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 40.17%;
    height: 1px;
    background: rgba(255, 255, 255, .15);
}

.fc-row {
    margin: 65px -5px 0;
    font-size: 0;
}

.fc-col {
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 45px;
    width: 25%;
}

.fc-col a {
    display: block;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
}

.fc-col a .img-holder {
    display: block;
    position: relative;
}

.fc-col a .img-holder:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('images/hp-fc-fp-hover.png');
    background-size: cover;
    opacity: 0;
    z-index: 9;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.fc-col a:hover .img-holder:before {
    opacity: 1;
}

.fc-col canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    margin-bottom: 15px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.fc-col a:hover canvas {
    filter: grayscale(100%);
}


/*** cta ***/

.hp-cta {
    display: block;
    padding: 70px 0;
    margin-top: -1px;
}

.cta-list {
    font-size: 0;
    text-align: center;
}

.cta-list a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
    text-decoration: none;
    position: relative;
    width: 230px;
    height: 230px;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0px 0px 19px #000;
    background: url(images/hp-cta-hover-02.png);
    background-position: center;
}

.cta-list a:hover {
    transform: translateY(-50px);
}

.cta-list a canvas {
    display: none;
    width: 100%;
    height: auto;
    background: url('images/hp-cta-hover-02.png');
    background-size: cover;
}

.cta-list a:hover canvas {
    background: url('images/hp-cta-hover-02.png');
    background-size: cover;
}

.cta-list a .cta-center-holder {
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

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

.cta-list a .cta-center-holder span {
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    position: relative;
    z-index: 2;
    letter-spacing: 3px;
}

.cta-list a:hover .cta-center-holder span,
.cta-list a:hover .cta-center-holder span em {
    color: #fff;
}

.cta-list a .cta-center-holder span em {
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
    text-transform: none;
    font-style: normal;
    color: #fff;
    line-height: 1;
    margin-top: 5px;
    letter-spacing: 0;
}


/*** featured properties ***/

.hp-fp {
    display: block;
    padding: 45px 0 95px;
    background: url('images/hp-fp-bg.jpg');
    background-size: cover;
    position: relative;
    text-align: center;
}

.hp-fp img.leaf {
    display: block;
    margin: 0 auto 23px;
}

.hp-fp h2 {
    color: #0b486b;
    font-size: 48px;
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    line-height: 1;
    text-align: center;
    margin-bottom: 50px;
}

.hp-fp .view-all {
    display: block;
    font-size: 16px;
    color: #4a4a4a;
    text-decoration: none;
    position: relative;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}

.hp-fp .view-all:hover {
    color: #9c9c9c;
}

.hp-fp .view-all:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 37.17%;
    height: 1px;
    background: #dadada;
}

.hp-fp .view-all:after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 37.17%;
    height: 1px;
    background: #dadada;
}

.hp-fp .fp-wrap {
    width: 100%;
    overflow: hidden;
}

.fp-row {
    margin: 65px -5px 0;
    font-size: 0;
}

.fp-col {
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 45px;
    width: 25%;
    vertical-align: top;
}

.fp-col a {
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #666;
    text-decoration: none;
    text-align: center;
    line-height: 18px;
    text-transform: uppercase;
}

.fp-col a .img-holder {
    display: block;
    position: relative;
}

.fp-col a .img-holder:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('images/hp-fc-fp-hover.png');
    background-size: cover;
    opacity: 0;
    z-index: 9;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.fp-col a:hover .img-holder:before {
    opacity: 1;
}

.fp-col canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    margin-bottom: 35px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.fp-col a:hover canvas {
    filter: grayscale(100%);
}

.fp-col a .fp-price {
    display: block;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    color: #15567b;
    margin-bottom: 15px;
}


/*** footer ***/

footer {
    display: block;
}

.footer-top {
    display: block;
    padding: 95px 0 85px;
    background: rgba(0,0,0,.2) url('images/footer-top-bg-02.jpg');
    background-size: cover;
    position: relative;
        background-blend-mode: overlay;
}

.footer-top .container {
    position: relative;
    z-index: 9;
}

.footer-top:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 133px;
    /*            background: url('images/footer-curve.png');*/
    background-size: 100% 100%;
    z-index: 0;
}

.footer-top img {
    display: block;
    margin: 0 auto 27px;
}

.footer-top .footer-intro {
    line-height: 1;
    color: #d2d2d2;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 4px;
    text-align: center;
}

.footer-top h2 {
    text-align: center;
    color: #fff;
    font-size: 48px;
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    margin: 15px 0 47px;
    line-height: 1;
}

.footer-top form {
    font-size: 0;
    display: block;
    width: 95%;
    max-width: 870px;
    margin: 0 auto;
    position: relative;
}

.footer-top input {
    display: inline-block;
    width: 32.26%;
    height: 44px;
    border: 1px solid #938f8d;
    background: transparent;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 18px;
    margin-bottom: 18px;
}

.footer-top input#fphone {
    margin: 0 1.6%;
}

.footer-top .f-msg {
    display: block;
}

.footer-top .f-msg input {
    width: 78.73%;
}

.footer-top .f-msg input[type="submit"] {
    height: 44px;
    vertical-align: top;
    width: 19.54%;
    margin-left: 1.73%;
    background: #0b486b;
    text-align: center;
    font-size: 14px;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    border: 0;
    padding: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.footer-top .f-msg input[type="submit"]:hover {
    background: #757575;
}

.footer-top div.wpcf7-response-output,
.footer-top .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 11px;
}

.footer-top div.wpcf7-response-output {
    color: #fff !important;
    text-align: center;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.footer-contact {
    display: block;
    margin-top: 5px;
    color: #fff;
    text-align: center;
}

.footer-contact em,
.footer-contact a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
}

.footer-contact a:hover {
    color: #757575;
}

.footer-contact span {
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
    font-size: 14px;
}

.footer-contact span.sep {
    margin: 0 12px;
    font-size: 17px;
    font-weight: 300;
}

.footer-contact .ai-font-devices-mobile {
    font-size: 22px;
}

.footer-address {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0 0 0 30px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    position: relative;
    top: -60px;

}

.f-smi {
    display: block;
    margin-top: 20px;
    text-align: center;
}

.f-smi a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 23px;
    margin: 0 11px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.f-smi a:hover {
    color: #757575;
}

.footer-bottom {
    display: block;
    padding: 25px 0 30px;
    /*background: url('images/footer-bot-bg.jpg');*/
    background: #05334f;
    background-size: cover;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-size: 10px;
}

.footer-bottom .f-logo {
    display: inline-block;
    margin: 0 auto 25px;
}

.footernav li {
    display: inline-block;
    color: #3c3c3c;
    font-size: 12px;
    text-transform: uppercase;
}

.footernav li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 0 15px;
}

.footernav li a:hover {
    color: #757575;
}

.footer-bottom .copyright {
    color: #fff;
    margin-bottom: 15px;
    display: block;
}

.footer-bottom .copyright a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom .copyright a:hover {
    color: #757575;
}

.footer-bottom .f-icon {
    font-size: 20px;
    color: #fff;
}


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

.ip-bg {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000;
}

.ip-bg .ip-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: url(images/ip-bg.jpg);
    z-index: 1;
}


/* Adjust minimum height of page area */

#content-sidebar,
#content-full {
    min-height: 500px;
    background: rgba(255, 255, 255, 0.90);
    padding: 0 15px;
    margin-top: 20px;
}


/** Adjust width of content columns **/

#content-sidebar #content {
    width: 72%;
}

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


/* Adjust width of sidebar */

.sidebar {
    width: 25%;
    padding: 30px 0;
}

.side-qs img {
    display: block;
    margin: 0 auto 23px;
}

.side-qs h2 {
    color: #0b486b;
    font-size: 32px;
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}

.side-qs form {
    font-size: 0;
}

.side-qs .qs-col {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.side-qs .qs-col select,
.side-qs .qs-col .bootstrap-select>.dropdown-toggle {
    width: 49%;
    height: 27px;
    border: 1px solid #d2d1cb;
    margin-bottom: 5px;
    color: #777;
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 20px 0 9px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('images/qs-arrow.png') no-repeat;
    background-position: 95% 50%;
}

.side-qs .qs-col.wide select,
.side-qs .qs-col .bootstrap-select>.dropdown-toggle {
    width: 100%;
    background-position: 97% 50%;
}

.side-qs .qs-col select.al-right {
    margin-left: 2%;
}

.side-qs select::-ms-expand {
    display: none;
}

.side-qs .qs-col select option {
    padding: 0;
}

.side-qs .qs-col .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #777;
    font-size: 10px;
}

.name-Firefox .side-qs .qs-col .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    padding-left: 4px;
}

.side-qs .qs-buttons {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.side-qs .qs-buttons input,
.side-qs .qs-buttons a {
    width: 49%;
    margin-bottom: 6px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 10px;
    height: 27px;
    line-height: 27px;
    background: #0b486b;
    border: 0;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.side-qs .qs-buttons a {
    background: #145D86;
    text-decoration: none;
    margin-left: 2%;
}

.side-qs .qs-buttons a:hover,
.side-qs .qs-buttons input:hover {
    background: #757575;
}

.side-cta {
    display: block;
    margin-top: 50px;
}

.side-cta a {
    margin: 0 0 30px;
}

.side-cta .cta-list a:hover {
    transform: translateY(-20px);
}

.side-cta .cta-list a .cta-center-holder {
    top: 6px;
}


/* 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,
#content .archive-title {
    color: #0b486b;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
}


/* Style category/archive/etc main headings (h1) */

#content .archive-title {}


/* Styles for category/archive/search/etc subheadings (h2) */

#content .archive-subtitle {}

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

.google-map-wrapper {
    display: inline-block;
    width: 50%;
}

.contact-page-info-wrap {
    display: inline-block;
    width: 49%;
}

.context-email em.ai-font-location-c {
    font-size: 18px;
    color: #5b5b5b;
    min-width: 25px;
}

.hp-quick-search .dropdown-menu.open {
    max-height: 300px !important;
    min-width: 100%;
}

.hp-quick-search ul.dropdown-menu.inner {
    max-height: 250px !important;
    min-width: 100%;
}


/*** Home Valuation ***/

.step-wrapper .step2-field .step2-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
    font-size: 11px;
}

.step-wrapper .step2-field .step2-form div.wpcf7-response-output {
    font-size: 14px;
    text-align: center;
    color: #fff !important;
    font-size: 12px;
    margin-top: 10px;
}

.step-wrapper .step1-addr input {
    line-height: normal;
}


/*** PROPERTY SEARCH ***/

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

.msedge-true .side-qs .qs-col .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    padding-left: 3px;
}
.footer-contact em {
    font-size: 20px;
}
a.testi-btn {
    background: #145D86;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    position: absolute;
    /* transform: translate(-10% , -9%); */
    margin-top: 41px;
    margin-left: 167px;
}

.footer-designations {
    display: block;
    margin: 0 0 20px 0;
}

.footer-designations img {
    margin: 0 3px;
}

.slide .cycloneslider-template-standard{
    z-index: -1;
}

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

.ihf-description .resp-iframe {
    margin-top: 30px;
}

.resp-iframe .video-holder {
        position: relative;
    }
    
    .resp-iframe .video-holder canvas {
        display:block;
        width: 100%;
        height: auto;
    }
    
    .resp-iframe .video-holder iframe,
    .resp-iframe .video-holder video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0
    }


       .show-on-scroll {
  display: none !important;
}

.leaflet-top.leaflet-right {
    z-index: 999 !important;
}