/*
Theme Name: Katie Hoster
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.6
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/


/*

TABLE OF CONTENTS

1. Custom CSS
2. IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/


/*******************************************************
 *
 * 1. Navigation
 *
 *******************************************************/

#nav,
#fix-nav {
    text-align: right;
    padding: 34px 0;
}

#nav li,
#fix-nav li {
    display: block;
    position: relative;
}

#nav li a,
#fix-nav li a {
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #747474;
    line-height: 1;
    letter-spacing: 0.05em;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

#nav > li > a:hover,
#fix-nav > li > a:hover,
#nav > li > a:focus,
#fix-nav > li > a:focus{
    opacity: .6;
}

#nav > li,
#fix-nav > li {
    display: inline-block;
    margin: 0 30px;
}

#nav > li:first-child,
#fix-nav > li:first-child {
    margin-left: 0;
}

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

#nav > li > a,
#fix-nav > li > a {
    z-index: 2;
}

#nav .sub-menu,
#fix-nav .sub-menu {
    display: block;
    position: absolute;
    width: 206px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(20px);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    padding-top: 35px;
    z-index: 2;
}

#nav .sub-menu .sub-menu,
#fix-nav .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
}

#nav > li > .sub-menu,
#fix-nav > li > .sub-menu {
    left: -150%;
    right: -150%;
    margin: auto;
}

#nav li:hover > .sub-menu,
#fix-nav li:hover > .sub-menu,
#nav li:focus > .sub-menu,
#fix-nav li:focus > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

#nav .sub-menu li,
#fix-nav .sub-menu li {
    display: block;
}

#nav .sub-menu li a,
#fix-nav .sub-menu li a {
    background: rgba(245, 245, 246, .9);
    color: #747474;
    padding: 17px 0;
}

#nav .sub-menu li:hover > a,
#fix-nav .sub-menu li:hover > a,
#nav .sub-menu li:focus > a,
#fix-nav .sub-menu li:focus > a {
    background: rgba(105, 128, 172, .9);
    color: #fff;
}


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


/* Global */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    background: #FFF;
    color: #747474;
    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; */
}

div#main-wrapper {
    overflow: hidden;
}

#inner-page-wrapper {
    z-index: initial;
}

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

a.skiptobtn {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 15px;
    z-index: -1;
    opacity: 0;
    background: rgba(255,255,255,0.5);
    color: #000;
  }
a.skiptobtn:focus {
    opacity: 1;
    z-index: 9;
    display: block;
  }

.home section{
    position: relative;
}

/* Header */

header,
.fixed-header {
    width: 100%;
}

.header-wrapper {
    width: 91%;
    margin: 0 auto;
    font-size: 0;
    position: relative;
}

.header-wrapper .logo {
    position: absolute;
    top: 0;
    left: -4px;
    z-index: 2;
    outline: 4px solid #fff;
    outline-offset: -4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3st;
    transition: all 0.3s;
}

.header-wrapper nav {
    width: 100%;
}

.fixed-header {
    position: fixed;
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    z-index: 1001;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 0;
    background: #6980ac;
}

.fixed-header.show-fixed {
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    opacity: 1;
}

.fixed-header #nav > li > a,
.fixed-header #fix-nav > li > a {
    color: #fff;
}

.fixed-header .logo {
    max-width: 124px;
    outline: none;
    left: 0;
}

.fixed-header #nav .sub-menu,
.fixed-header #fix-nav .sub-menu {
    padding-top: 34px;
}

.hp-wrapper {
    width: 91%;
    margin: 0 auto;
    position: relative;
}
.slideshow-holder {}

.slideshow-tagline-holder {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transform: translateY(-50%) !important;
}

.slideshow-tagline-holder h2 {
    font-family: 'Domine', serif;
    font-size: 55px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .15);
    color: #fff;
}

.slideshow-tagline-holder span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 0 0 2px rgba(0, 0, 0, .15);
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
}

.slideshow-tagline-holder a {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: #6980ac;
    border: 2px solid #fff;
    margin-top: 48px;
    width: 240px;
    line-height: 53px;
}

#hp-welcome .hp-wrapper {
    background-image: url('images/welcome-background.jpg');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top right;
    padding: 100px 0 0;
}

.welcome-agent {}

.welcome-agent canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
}

.welcome-content {
    /*padding: 104px 0 84px 84px;*/
    padding: 75px 0 84px 84px;
    background: #fff;
}

.welcome-content h2 {
    font-family: 'Domine', serif;
    font-size: 60px;
    font-weight: 700;
    color: #6980ac;
    position: relative;
    padding-bottom: 32px;
}

.welcome-content h2 span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #747474;
    margin-bottom: 18px;
}

.welcome-content h2:after {
    content: '';
    background: #7a7a7b;
    width: 63px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.welcome-content p {
    line-height: 2;
    margin: 46px 0;
    max-width: 72%;
}

.welcome-btns {
    font-size: 0;
}

.welcome-btns a {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    width: 204px;
    max-width: 100%;
    line-height: 53px;
    text-align: center;
    letter-spacing: 1px;

    transition: 400ms ease;
    -webkit-transition: 400ms ease;
}

.welcome-btns a:hover,
.welcome-btns a:focus{
    opacity: .6;
}

.welcome-btns a:first-child {
    background: #6980ac;
    margin-right: 6px;
}

.welcome-btns a:last-child {
    background: #7a7a7b;
}

#hp-market {
    background-image: url('images/market-background.jpg');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
    padding-bottom: 118px;
}

.market-agent {}

.market-agent video{
    display: block;
    width: 100%;
    height: auto;
}

.market-agent canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
}

.market-content {
    padding: 70.5px 0 70.5px 92px;
    background: #fff;
}

.market-content h2 {
    font-family: 'Domine', serif;
    font-size: 60px;
    font-weight: 700;
    color: #6980ac;
    position: relative;
}

.market-content h2 span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #747474;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.market-content p {
    line-height: 2;
    margin: 46px 0;
    max-width: 85%;
}

.market-btns {
    font-size: 0;
}

.market-btns a {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    width: 204px;
    max-width: 100%;
    line-height: 53px;
    text-align: center;
    letter-spacing: 1px;
    background: #6980ac;

    transition: 400ms ease;
    -webkit-transition: 400ms ease;
}

.market-btns a:hover,
.market-btns a:focus{
    opacity: .6;
}

#hp-current-listings {
    /*padding: 100px 0;*/
    padding: 30px 0;
}

#hp-current-listings h2 {
    font-family: 'Domine', serif;
    font-size: 45px;
    font-weight: 700;
    color: #6980ac;
    position: relative;
    padding-bottom: 55px;
    text-align: center;
}

#hp-current-listings h2 span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #747474;
    margin-bottom: 8px;
    text-transform: uppercase;
}

#hp-current-listings h2:before {
    content: '';
    width: calc(((100% - 178px) / 2) - 15px);
    height: 1px;
    background: #d2dbea;
    position: absolute;
    top: 40%;
    left: 0;
}

#hp-current-listings h2:after {
    content: '';
    width: calc(((100% - 178px) / 2) - 15px);
    height: 1px;
    background: #d2dbea;
    position: absolute;
    top: 40%;
    right: 0;
}

.cl-items {}

.cl-items .cl-item-col {
    width: 33.33%;
    padding: 0 10px;
    vertical-align: middle;
    display: inline-block;
}

.cl-items:not(.slick-intialized) .cl-item-col:not(:nth-child(-n + 3)){
    display: none;
}

.cl-items .slick-arrow {
    border: none;
    font-size: 0;
    background: rgba(105, 128, 172, .9);
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(274px /2);
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
    line-height: 40px;
    z-index: 1;
}

.cl-items .slick-arrow:before {
    font-size: 20px;
}

.cl-items .slick-prev {
    left: 15px;
}

.cl-items .slick-next {
    right: 15px;
}

.cl-items .slick-dots {
    font-size: 0;
    text-align: center;
    margin-top: 48px;
}

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

.cl-items .slick-dots li button {
    width: 12px;
    height: 12px;
    border: none;
    background: #c7c7c7;
    border-radius: 50%;
    padding: 0;
}

.cl-items .slick-dots li.slick-active button {
    background: #6980ac;
}

.cl-items a {
    display: block;
}

.cl-items .cl-photo {
    position: relative;
}

.cl-items .cl-photo canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
}

.cl-items .cl-photo:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .35);
    background-image: url('images/cl-overlay.png');
    position: absolute;
    top: 0;
    left: 0;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.cl-items a:hover .cl-photo:after,
.cl-items a:focus .cl-photo:after {
    opacity: 1;
}

.cl-items .cl-status {
    background: #6980ac;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    padding: 10px 0;
}

.cl-items .cl-status.under-contract {
    background: #7a7a7c;
}

.cl-items .cl-details {
    font-size: 0;
    padding: 16px 20px;
    background: #ececec;
}

.cl-items .cl-details > div {
    width: 60%;
    display: inline-block;
}
.cl-items .cl-details > div.col2 {
    width: 40%;
}

.cl-items .cl-details span {
    font-size: 14px;
    font-weight: 500;
    display: block;
    vertical-align: top;
    line-height: 18px;
}

.cl-items .cl-details span.price {
    text-align: right;
    font-weight: 700;
    color: #4c4c4c;
}

.cl-items .cl-details span.more-info {
    text-align: right;
    font-weight: 700;
    color: #6980ac;
    font-size: 18px;
}

#hp-featured-properties {
    padding: 0 0 100px;
}

#hp-featured-properties h2 {
    font-family: 'Domine', serif;
    font-size: 45px;
    font-weight: 700;
    color: #6980ac;
    position: relative;
    padding-bottom: 55px;
    text-align: center;
    overflow: hidden;
}

#hp-featured-properties h2 span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #747474;
    margin-bottom: 8px;
    text-transform: uppercase;
}

#hp-featured-properties h2 em{
    font-style: normal;
    position: relative;
    display: inline-block;
}
#hp-featured-properties h2 em:before {
    content: '';
    width: 100vw;
    height: 1px;
    background: #d2dbea;
    position: absolute;
    top: 40%;
    right:calc(100% + 15px);
}

#hp-featured-properties h2 em:after {
    content: '';
    width: 100vw;
    height: 1px;
    background: #d2dbea;
    position: absolute;
    top: 40%;
    left:calc(100% + 15px);
}

.fp-items {}

.fp-items .fp-item {
    position: relative;
}

.fp-items .fp-photo {}

.fp-items .fp-photo a{
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #6980ac;
}

.fp-items .fp-photo canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;

    transition: 400ms ease;
    -webkit-transition: 400ms ease;
}

.fp-items .fp-photo a:hover canvas,
.fp-items .fp-photo a:focus canvas{
    opacity: .6;
}

.fp-items .fp-details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 540px;
    background: #6980ac;
    color: #fff;
    padding: 19px 50px;
    font-size: 0;
}

.fp-items a.view-more-btn {
    position: absolute;
    bottom: 55px;
    right: 55px;
    display: inline-block;
    text-transform: uppercase;
    color: #747474;
    font-size: 15px;
    font-weight: 500;
    width: 273px;
    max-width: 100%;
    line-height: 53px;
    text-align: center;
    letter-spacing: 1px;
    background: #fff;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.fp-items a.view-more-btn:hover,
.fp-items a.view-more-btn:focus {
    background: #6980ac;
    color: #fff;
}

.fp-items .fp-details .col1 {
    width: 75%;
    display: inline-block;
    vertical-align: top;
}

.fp-items .fp-details .col2 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.fp-items .fp-details span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.fp-items .fp-details .price {
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    margin: 6px 0 10px;
}

.fp-items .fp-details .add-line-1,
.fp-items .fp-details .add-line-2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.fp-items .col2 span {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
}

.fp-items .col2 span em {
    display: inline-block;
    width: 22px;
    text-align: center;
    margin-right: 10px;
    color: #d2dbea;
    font-size: 17px;
    vertical-align: middle;
}

#hp-subscribe {
    padding: 100px 0;
}

#hp-subscribe h2 {
    font-family: 'Domine', serif;
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-bottom: 55px;
    text-align: center;
}

#hp-subscribe h2 span {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #aab7d2;
    margin-bottom: 8px;
    text-transform: uppercase;
}

#hp-subscribe h2:before {
    content: '';
    width: calc(((100% - 243px) / 2) - 15px);
    height: 1px;
    background: #90a0c1;
    position: absolute;
    top: 40%;
    left: 0;
}

#hp-subscribe h2:after {
    content: '';
    width: calc(((100% - 243px) / 2) - 15px);
    height: 1px;
    background: #90a0c1;
    position: absolute;
    top: 40%;
    right: 0;
}

#hp-subscribe .hp-wrapper {
    background: #6a81ac;
    padding: 100px 0;
}

    #hp-subscribe .hp-wrapper .container {
        max-width: 100%;
    }

#hp-subscribe .control-wrapper {
    position: relative;
    margin-bottom: 18px;
}

#hp-subscribe .control-wrapper label {
    font-size: 0;
    display: block;
}

#hp-subscribe .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

#hp-subscribe input,
#hp-subscribe textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 20px 0;
}

#hp-subscribe textarea {
    height: 85px;
    resize: none;
    padding: 20px 35px 20px 0;
}

#hp-subscribe input[type="submit"] {
    width: 20px;
    height: 21px;
    background-image: url('images/newsletter-send-btn.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 0;
    border: none;

    transition: 400ms ease;
    -webkit-transition: 400ms ease;
}

#hp-subscribe input[type="submit"]:hover,
#hp-subscribe input[type="submit"]:focus{
    opacity: .6;
}

#hp-subscribe .subscribe-form {
    margin-bottom: 10px;
    position: relative;
}

.subscribe-form .wpcf7-not-valid-tip {
    font-size: 13px;
    letter-spacing: 0;
}

#hp-subscribe .subscribe-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -80px;
    outline: 4px solid #fff;
    outline-offset: -4px;
    width: 100%;
    max-width: 166px;
}

.footer-contact {}

.footer-contact span {
    font-size: 15px;
    font-weight: 500;
    display: block;
    line-height: 2;
}

.footer-contact span i {
    font-size: 14px;
    color: #6b81ac;
    display: inline-block;
    width: 17px;
    text-align: center;
    margin-right: 17px;
    line-height: 2;
}

.footer-contact span i,
.footer-contact span > a,
.footer-contact span > em,
.footer-address span i,
.footer-address span > a,
.footer-address span > em {
    display: inline-block;
    vertical-align: top;
}

.footer-contact span i.ai-font-envelope {
    font-size: 12px;
}

.footer-contact .footer-smi {
    font-size: 0;
    margin-top: 20px;
}

.footer-contact .footer-smi a {
    display: inline-block;
    font-size: 23px;
    width: 43px;
    height: 43px;
    border: 2px solid #6b81ac;
    border-radius: 50%;
    color: #6b81ac;
    text-align: center;
    line-height: 43px;
    margin: 0 8px;

    transition: 400ms ease;
    -webkit-transition: 400ms ease;
}

.footer-contact .footer-smi a:hover,
.footer-contact .footer-smi a:focus{
    color: #fff;
    background-color: #6b81ac;
}

.footer-contact .footer-smi a:first-child {
    margin-left: 0;
}

.footer-contact .footer-smi a:last-child {
    margin-right: 0;
}

.footer-logo {}

.footer-logo img {
    width: 100%;
    max-width: 240px;
    margin: 10px auto 0;
}
.footer-award-logos {
    margin: 40px 0 0;
}
.footer-award-logos .footer-award-single{
    padding: 0 10px;
}
    .footer-award-logos img {
        /*margin: 0 8px;*/
        margin: 0 auto;
    }
        /*.footer-award-logos img:first-child {
            margin-left: 0;
        }
        .footer-award-logos img:last-child {
            margin-right: 0;
        }*/

.footer-address {}

.footer-address span {
    font-size: 15px;
    font-weight: 500;
    display: block;
    line-height: 2;
}

.footer-address span i {
    font-size: 18px;
    color: #6b81ac;
    display: inline-block;
    width: 17px;
    text-align: center;
    margin-right: 17px;
    line-height: 2;
}

.footer-top {
    padding: 26px 0 50px;
    border-bottom: 1px solid #c8c8c8;
}

.footer-bottom {
    padding: 44px 0;
}

.footer-nav {}

.footer-nav ul {
    text-align: center;
    font-size: 0;
}

.footer-nav ul li {
    display: inline-block;
}

.footer-nav ul li a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    margin: 0 42px;
}

.footer-nav ul li:first-child a {
    margin-left: 0;
}

.footer-nav ul li:last-child a {
    margin-right: 0;
}

.footer-copyright {
    text-align: center;
    margin: 15px 0 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}

.footer-copyright a:last-of-type {
    text-decoration: underline;
    font-weight: bold;
    color: #6980ac;
}

.footer-copyright .footer-site-title {
    text-transform: uppercase;
}

.footer-logos {
    text-align: center;
    font-size: 22px;
    color: #6980ac;
}

.footer-logos span {}

*:focus {
    outline: none;
}

#content.aios-testimonials-page h1 {
    line-height: 1;
    margin: 60px 0;
    color: #486bad;
}

#content .aios-testimonials-lists p {
    font-size: 15px !important;
}

.page-template-template-testimonials div#post-192.col-md-12 {
    /*display: none !important;*/
}

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

.ip-banner canvas {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 250px;
    background-color: #f9f7f7;
    background-position: center 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%;
}


/* 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 {}


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

#content .archive-subtitle {}


.agent-holder .agent-contact-name a {
    color: #6980ac;
}

    .agent-holder .agent-contacts-main-info .agent-contact-lang {
        display: none;
    }

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

.page-id-25 #content .entry-title {
    /*display: none;*/
}

.page-id-25 .addtoany_content {

    display: none;
}

#content .aios-testimonials-lists p {
    font-style: italic;
}

/*.star_rating_display {
    display: none;
}*/

.agent-holder .render-all-description a{
    font-weight: 700;
}

.single-listing .details-list .d-cars,
.single-listing .details-list .d-area,
.single-listing .details-list .det-bldg,
.single-listing .prop-location {
    display: none !important;
}

#content-listings ul.list li .prop-det .prop-title a {
    position: relative;
}
/* #content-listings ul.list li .prop-det .prop-title a::before {
    width: 6px;
    height: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ffffff;
} */

#hp-subscribe .wpcf7 form .wpcf7-response-output {
    color: #FFF;
    text-align: center;
    position: absolute;
    top: calc(100% - 25px);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 760px;
}

.grecaptcha-badge {
    z-index: 1020;
}

#content .list-wrapper {
    margin-bottom: 15px;
}

/* IHF Fixes */
#content .property-description .prop-cta a:hover,
#content .property-description .prop-cta a:focus {
    background: #6980ac;
}

.popup-wrap-mortage .mortage-calculator .m-form form div input[type="submit"]:hover,
.popup-wrap-mortage .mortage-calculator .m-form form div input[type="reset"]:hover,
.popup-wrap-mortage .mortage-calculator .m-form form div input[type="submit"]:focus,
.popup-wrap-mortage .mortage-calculator .m-form form div input[type="reset"]:focus {
    background-color: #6980ac;
}

.archive.tax-property_type #content-sidebar #content {
    width: 100%;
}

.single-listing .pop-wrap .schedule-showing {
    /*height: initial;*/
}
.single-listing .popup-wrap-schedule .schedule-showing .m-form {
    width: 100%;
    margin-top: 27px;
}

    .single-listing .pop-wrap .scroll-wrap {
        overflow: auto;
    }

body.tax-property_feature .container #content-sidebar #content,
body.tax-property_status .container #content-sidebar #content,
body.term-pending .container #content-sidebar #content{
    width: 100%;
}

#content .iframe-wrap{
    position: relative;
}
#content .iframe-wrap br{
    display: none;
}
#content .iframe-wrap canvas{
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    height: auto;
}
#content .iframe-wrap > div,
#content .iframe-wrap > div > div{
    position: absolute;
    z-index: 1;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
}
#content .iframe-wrap iframe{
    position: absolute;
    z-index: 3;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

#content select.sort-sel{
    background: #fff;
}
#content .listing-details-wrap .photo-slideshow{
    font-size: 0;
}
#content .listing-details-wrap .photo-slideshow .slick-prev,
#content .listing-details-wrap .photo-slideshow .slick-next{
    line-height: 0;
    height: 61px;
    bottom: 0;
    top:0;
    margin: auto 0;
}

.responsive-iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.cl-items .cl-details span.lot-size {
	text-align: right;
	margin-bottom: 3px;
	color: #4c4c4c;
	font-weight: 500;
}

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