/* Theme Name: Florence - Responsive Real Estate Wordpress Theme from Agent Image
Theme URI: https://ap-florence.agentimage.com/
Description: Florence is a modern and responsive real estate Wordpress theme. Customize your branding, add widgets and integrate IDX search.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.0.0
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. Custom CSS
 *
 *******************************************************/

/* Global */

/* CSS3 Variables */
:root {
    --body-font: 'Lato', sans-serif;
    --body-bg: #e9e9e9;
    --title-font: 'Gilda Display', serif;

    --primary-color: #b00000;
    --secondary-color: #2c2c37;

    --primary-text-color: #2c2c37;
    --secondary-text-color: #7f8084;

    --primary-header-bg: #2c2c37;
    --primary-border-color: #2c2c37;

    --primary-footer-text-color: #fff;
    --secondary-footer-text-color: #7f8084;
}
/* CSS3 Variables */

body{
    font-family: var(--body-font), Arial, Helvetica, Georgia, Sans-serif;
    font-size: 16px;
    background: var(--body-bg);
    color: var(--primary-text-color);
    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:hover {
    color: var(--primary-color);
}

/*ip header*/
.admin-bar.ip-container .agentpro-header {
    top: 32px;
}
.ip-container .agentpro-header {
    background: var(--primary-header-bg);
}
    .agentpro-header-ip {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: center;
        padding: 12px 0;
        -webkit-transition: padding .3s;
        -o-transition: padding .3s;
        transition: padding .3s;
    }
        .agentpro-header-ip::before, .agentpro-header-ip::after {
            display: none;
        }
        .agentpro-header-ip .agentpro-logo {
            padding: 0;
            text-align: left;
        }
            .agentpro-header-ip .agentpro-logo a h2 {
                font-size: 30px;
            }
                .agentpro-header-ip .agentpro-logo a h2 span {
                    font-size: 42px;
                }
        
        .agentpro-header-ip .agentpro-contact-info {
            padding: 0;
            background: none;
            margin: 13px 0 10px;
            -webkit-transition: margin .3s;
            -o-transition: margin .3s;
            transition: margin .3s;
        }
            .agentpro-header-ip .agentpro-contact-info-inner {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: end;
                -ms-flex-pack: end;
                justify-content: flex-end;
            }
                .agentpro-header-ip .agentpro-contact {
                    margin-left: 10px;
                    margin-bottom: 0;
                }
                .agentpro-header-ip .agentpro-contact.phone {
                    font-size: 15px;
                }
                    .agentpro-header-ip .agentpro-contact.phone i {
                        font-size: 13px;
                        margin-right: 5px;
                    }

        .agentpro-header-ip #nav > li > .sub-menu {
            left: 50%;
            top: 100%;
            text-align: center;
            transform: translateX(-50%);
        }
        .agentpro-header-ip #nav .sub-menu {
            min-width: 180px;
            padding: 0;
        }
            .agentpro-header-ip #nav .sub-menu a {
                padding: 8px 20px;
            }

    .agentpro-header-ip .agentpro-navigation {
        margin: 0;
    }
    .agentpro-header-ip #nav {
        text-align: right;
        font-size: 0;
    }
        .agentpro-header-ip #nav > li {
            display: inline-block;
            padding: 0 7px;
        }
            .agentpro-header-ip #nav > li > a {
                border: none;
            }
            
            .agentpro-header-ip #nav .sub-menu > li > a{
                text-align: center;
            }
    /* --- ip header fixed --- */
    .fixed .agentpro-header-ip {
        padding: 7px 0;
    }
        .fixed .agentpro-header-ip .agentpro-contact-info {
            margin-top: 8px;
        }
        .fixed .agentpro-header-ip #nav > li > a {
            padding: 8px 0;
        }

/*ip header end*/

.agentpro-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 102;
    color: #fff;
}

    .agentpro-header-home {
        position: fixed;
        top: 0;
        width: 265px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
        .agentpro-header-home::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: var(--primary-header-bg);
            opacity: .8;
            z-index: -1;
        }

        .agentpro-logo {
            padding: 40px 10px 0;
            text-align: center;
        }
            .agentpro-logo a {
                display: inline-block;
                text-align: left;
                border-left: 11px solid var(--primary-color);
                padding: 3px 7px;
                color: #fff;
                text-transform: uppercase;
            }
                .agentpro-logo a h2 {
                    font-family: var(--title-font);
                    font-size: 41px;
                    line-height: .87;
                }
                    .agentpro-logo a h2 span {
                        display: block;
                        font-size: 55px;
                    }
                    .agentpro-logo p {
                        font-size: 12px;
                        letter-spacing: 4px;
                        margin-top: 8px;
                        text-align: center;
                    }

        .agentpro-navigation {
            margin: 59px 0 20px;
            /*max-height: 100%;*/
            /*overflow: auto;*/
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }
            #nav {

            }
                #nav li {
                    -webkit-transition: all .3s;
                    -o-transition: all .3s;
                    transition: all .3s;
                }
                    #nav li a {
                        display: block;
                        color: #fff;
                        font-size: 15px;
                        font-weight: 700;
                        text-transform: uppercase;
                        text-align: center;
                        -webkit-transition: all .3s;
                        -o-transition: all .3s;
                        transition: all .3s;
                    }
                #nav > li {
                    padding: 0 30px;
                }
                    #nav > li:first-child > a {
                        border: none;
                    }
                    #nav > li > a {
                        border-top: 1px solid #9c9c9c;
                        padding: 13px 0;
                    }
                        #nav > li:hover, #nav .sub-menu li:hover > a {
                            background-color: var(--secondary-color);
                        }

                    /* Sub Menu */
                    #nav li {
                        position: relative;
                    }                      
                        #nav .sub-menu {
                            list-style: none outside none;
                            margin: 0;
                            padding: 0;
                            position: absolute;
                            width:100%;
                            max-width: 160px;
                            left: 100%;
                            top: 0;
                            padding: 10px 0;
                            pointer-events: none;
                            opacity: 0;
                            visibility: hidden;
                            -webkit-transition: all .3s;
                            -o-transition: all .3s;
                            transition: all .3s;
                        }
                            #nav .sub-menu::before {
                                content: '';
                                position: absolute;
                                top: 0;
                                left: 0;
                                right: 0;
                                bottom: 0;
                                z-index: -1;
                                background-color: var(--primary-color);
                                opacity: .8;
                            }
                            #nav .sub-menu a {
                                color: #fff;
                                border: none;
                                padding: 5px 20px;
                            }
                                #nav li:hover > .sub-menu {
                                    pointer-events: all;
                                    opacity: 1;
                                    visibility: visible;
                                }
                                #nav .sub-menu li {
                                    position: relative;
                                }

        .agentpro-contact-info {
            background: var(--primary-color);
            text-align: center;
            padding: 10% 5%;
        }
            .agentpro-contact-info-inner {
                display: inline-block;
                text-align: left;
            }
            .agentpro-contact {
                font-size: 17px;
                margin-bottom: 10px;
            }
                .agentpro-contact a {
                    color: #fff;
                    -webkit-transition: opacity .3s, color .3s;
                    -o-transition: opacity .3s, color .3s;
                    transition: opacity .3s, color .3s;
                }
                    .agentpro-contact a:hover {
                        /*color: var(--secondary-color);*/
                        opacity: .5;
                    }
            .agentpro-contact.phone {
                font-size: 27px;
            }
                .agentpro-contact.phone i {
                    font-size: 17px;
                    margin-right: 5px;
                }
                .agentpro-contact.email i {
                    font-size: 12px;
                    margin-right: 10px;
                }
            .agentpro-contact.smi {
                text-align: left;
                margin-bottom: 0;
                font-size: 0;
            }
                .agentpro-contact.smi a {
                    border-color: #fff;
                    color: #fff;
                    margin: 0 7.5px;
                }
                    .agentpro-contact.smi a:hover {
                        border-color: #fff;
                        color: #fff;
                        opacity: .5;
                    }
            .smi {
                text-align: center;
            }
                .smi a {
                    width: 36px;
                    height: 36px;
                    margin: 0 5px;
                    display: inline-block;
                    color: var(--primary-color);
                    font-size: 18px;
                    border: 2px solid var(--primary-color);
                    text-align: center;
                    line-height: 35px;
                    -webkit-transition: color .3s, border .3s, opacity .3s;
                    -o-transition: color .3s, border .3s, opacity .3s;
                    transition: color .3s, border .3s, opacity .3s;
                }
                    .smi a:hover {
                        color: var(--secondary-color);
                        border-color: var(--secondary-color);
                    }
                    .smi a:first-child {
                        margin-left: 0;
                    }
                    .smi a:last-child {
                        margin-right: 0;
                    }


.agentpro-section-1 {
    position: relative;
}
    #slideshow .cycloneslider-template-responsive .cycloneslider-caption-description{
        font-size: 28px;
        text-shadow: 1px 1px 2px #000;
    }
    #slideshow .cycloneslider-template-responsive .cycloneslider-caption{
        bottom: 15%;
    }
.agentpro-widgets {
    width: 75%;
    margin-left: 25%;
}
    .agentpro-title-a {
        width: 100%;
        color: #fff;
        font-size: 24px;
        padding: 15.5px 0;
        background: var(--primary-color);
        display: block;
        text-align: center;
        text-transform: uppercase;
    }
    .agentpro-title-b {
        color: var(--primary-text-color);
        font-size: 24px;
        font-weight: 300;
        text-transform: uppercase;
        line-height: 28px;
        display: block;
    }
        .agentpro-title-b span {
            display: block;
            color: var(--secondary-text-color);
            font-size: 34px;
            font-weight: 400;
        }

    a.btn-a {
        width: 165px;
        height: 39px;
        display: block;
        color: var(--primary-text-color);
        font-size: 12px;
        font-weight: 400;
        line-height: 38px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 3px;
        border: 1px solid var(--primary-border-color);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
        a.btn-a:hover {
            color: #fff;
            border-color: var(--primary-color);
            background: var(--primary-color);
        }
    .agentpro-section-2 {
        margin-top: 50px;
    }
    .agentpro-qsform {
        background: #fff;
        padding: 29px 20px;
    }
        .agentpro-qsform select{
            font-size: 12px;
            width: 100%;
            height: 38px;
            display: block;
            margin-bottom: 7px;
            padding: 0 10px;
            color: var(--primary-text-color);
            border: 1px solid var(--primary-border-color);
            text-transform: uppercase;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: url(images/caret.png) no-repeat center right;
        }
        .agentpro-qsform input.qs_submit {
            width: 100%;
            height: 38px;
            margin-top: 6px;
            color: #fff;
            font-size: 14px;
            text-align: center;
            text-transform: uppercase;
            line-height: 38px;
            background: var(--secondary-color);
            border: none;
            outline: none;
            -webkit-transition: background .3s, color .3s;
            -o-transition: background .3s, color .3s;
            transition: background .3s, color .3s;
        }
            .agentpro-qsform input.qs_submit:hover {
                border-color: var(--primary-color);
                background: var(--primary-color);
            }
        .agentpro-qsform a.qs_adv {
            display: block;
            margin-top: 18px;
            color: var(--primary-text-color);
            font-size: 12px;
            text-align: center;
            text-decoration: underline;
            text-transform: uppercase;
            -webkit-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s;
        }
            .agentpro-qsform a.qs_adv:hover {
                color: var(--primary-color);
            }

    .agentpro-section-2 > div:last-child {
        margin: 30px 0 45px;
    }
    .agentpro-slick {
        font-size: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
        .agentpro-slick::before, .agentpro-slick::after {
            display: none;
        }
        .agentpro-slick-img-list {
            position: relative;
        }
            .agentpro-slick-img-item {
                background: var(--primary-color);
            }
                .agentpro-slick-img-list canvas, .agentpro-slick-img-list img {
                    display: block;
                    width: 100%;
                    background-position: center;
                    background-size: cover;
                    -webkit-transition: opacity .3s;
                    -o-transition: opacity .3s;
                    transition: opacity .3s;
                }
                .agentpro-slick-img-item:hover canvas, .agentpro-slick-img-item:hover img {
                    opacity: .7;
                }

        .agentpro-slick-details-list {
            position: relative;
        }
            .agentpro-slick-details-item {
                line-height: 1.43;
            }
                .agentpro-slick-details-item h3 {
                    color: var(--primary-color);
                    font-size: 24px;
                    font-weight: 400;
                    text-transform: uppercase;
                }
                .agentpro-slick-details-item p {
                    color: var(--primary-text-color);
                    font-size: 16px;
                    font-weight: 300;
                }

                #featured-properties .agentpro-slick-details-item h3 {
                    margin: 15px 0;
                }
                #featured-properties a.btn-a {
                    margin-top: 10px;
                }
                #featured-communities .agentpro-slick-details-item h3 {
                    margin: 42px 0;
                }
    .agentpro-section-3 {
        padding: 25.5px 0;
        position: relative;
    }
        .agentpro-section-3:before, .agentpro-section-3:after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            height: 1px;
            background: url(images/top-border.png) no-repeat top center;
        }
        .agentpro-section-3:before {
            top: 0;
        }
        .agentpro-section-3:after {
            bottom: 0;
        }
        .cta-list {
            line-height: 1;
        }
            a.cta {
                display: block;
                max-width: 360px;
                width: 100%;
                margin: 15px auto;
                background: var(--primary-color);
                color: #fff;
                font-size: 16px;
                text-align: center;
                text-transform: uppercase;
                padding: 20.5px 10px;
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }
                a.cta:hover {
                    background: var(--secondary-color);
                    color: #fff;
                }
    #welcome {

    }
        #welcome .agentpro-welcome-left, 
        #welcome .agentpro-welcome-right {
            padding: 49px 15px 36px;
        }
        #welcome .agentpro-welcome-left {
            background: url(images/div-shadow.png) no-repeat top right;
            min-height: 448px;
        }
        #welcome h1 {
            margin-bottom: 20px;
            color: var(--primary-text-color);
            font-size: 24px;
            font-weight: 300;
            text-transform: uppercase;
            line-height: 30px;
        }
            #welcome h1 span {
                display: block;
                color: var(--primary-color);
                font-size: 30px;
                font-weight: 400;
            }
        #welcome p {
            line-height: 24px;
            margin-bottom: 20px;
            padding-right: 90px;
            font-weight: 300;
            font-size: 16px;
        }
        #welcome img {
            display: block;
            max-width: 100%;
            margin: 0 auto;
        }
            #welcome img.agent_pic {
                width: 217px;
                margin-bottom: 25px;
            }

            #welcome .wc-content{
                padding-left: 50px;
            }
    
    .agentpro-section-5 {
        margin-bottom: 45px;
    }
    #featured-areas {
        background: url(images/Communities.jpg) center/cover no-repeat;
        text-align: center;
        padding: 62px 0 56px;
    }
        #featured-areas h2 {
            color: #fff;
            font-size: 34px;
            font-weight: 300;
            text-transform: uppercase;
            margin-bottom: 43px
        }
        #featured-areas ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            padding: 0 5.5%;
        }
            #featured-areas ul li {
                width: 25%;
                padding: 5px;
            }
                #featured-areas ul li a {
                    display: block;
                    max-width: 360px;
                    margin: 0 auto;
                    overflow: hidden;
                    z-index: 1;
                    position: relative;
                    border: 1px solid #fff;
                    font-size: 18px;
                    text-transform: uppercase;
                    text-align: center;
                    color: #fff;
                    padding: 18px 0;
                }
                    #featured-areas ul li a:before {
                        content: '';
                        position: absolute;
                        height: 0;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        background: var(--primary-color);
                        transition: all .3s;
                        z-index: -1;
                    }
                        #featured-areas ul li a:hover:before {
                            height: 100%;
                        }
                #featured-areas ul li a:hover {

                }


.agentpro-section-6 {
    background: #f3f3f3;
    padding: 50px 0 60px;
}
    .agentpro-section-6 h2 {
        margin-top: 15px;
        margin-bottom: 50px;
        color: var(--primary-color);
        font-size: 24px;
        text-transform: uppercase;
    }
        .agentpro-blog:first-child,
        .agentpro-testi:first-child {
            border-bottom: 1px solid var(--primary-border-color);
            padding-bottom: 17px;
            margin-bottom: 15px;
        }
        .agentpro-blog,
        .agentpro-testi {
            margin-bottom: 37px;
        }
        
    .row-flex, 
    #recent-posts, #testimonials,
    #recent-posts > div.textwidget.custom-html-widget, #testimonials > div.textwidget.custom-html-widget,
    #recent-posts > div.textwidget.custom-html-widget > div, #testimonials > div.textwidget.custom-html-widget > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .row-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
        .row-flex:before, .row-flex:after {
            display: none;
        }
        #recent-posts > div.textwidget.custom-html-widget, #testimonials > div.textwidget.custom-html-widget {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 100%;
        }
            #recent-posts > div.textwidget.custom-html-widget > div,
            #testimonials > div.textwidget.custom-html-widget > div {
                -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
            }

    #recent-posts {
        background: url(images/div-shadow2.png) no-repeat top right;
    }
        .agentpro-blog-list {
            padding-right: 55px;
        }
            .agentpro-blog {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
            }                
                .agentpro-blog-img {
                    width: 26.1%;
                    background: var(--primary-color);
                }
                    .agentpro-blog-img img {
                        display: block;
                        width: 100%;
                        -webkit-transition: opacity .3s;
                        -o-transition: opacity .3s;
                        transition: opacity .3s;
                    }
                    .agentpro-blog-img:hover img {
                        opacity: .8;
                    }
                .agentpro-blog-details {
                    width: 73.9%;
                    padding-left: 14px;
                }
                    .agentpro-blog-details strong {
                        display: block;
                        font-size: 16px;
                        font-weight: 400;
                    }
                        .agentpro-blog-details strong a {
                            color: var(--primary-text-color);
                            -webkit-transition: color .3s;
                            -o-transition: color .3s;
                            transition: color .3s;
                        }
                            .agentpro-blog-details strong a:hover {
                                color: var(--primary-color);
                            }
                    .agentpro-blog-details p {
                        color: var(--primary-text-color);
                        font-size: 14px;
                        font-weight: 300;
                        line-height: 17px;
                        margin: 7px 0;
                    }
                    a.agentpro-blog-more {
                        display: inline-block;
                        color: var(--secondary-color);
                        font-size: 12px;
                        text-transform: uppercase;
                        text-decoration: underline;
                        -webkit-transition: color .3s;
                        -o-transition: color .3s;
                        transition: color .3s;
                    }
                        a.agentpro-blog-more:hover {
                            color: var(--primary-color);
                        }

            .agentpro-section-6 .btn-a {
                margin-left: auto;
                margin-top: auto;
            }

    #testimonials {
        padding-left: 40px;
    }
        .agentpro-testi-list {

        }
            .agentpro-testi {

            }
                .agentpro-testi p {
                    color: var(--primary-text-color);
                    font-size: 14px;
                    font-weight: 300;
                    line-height: 20px;
                }
                a.agentpro-testi-more {
                    display: inline-block;
                    margin-top: 18px;
                    color: var(--primary-text-color);
                    font-size: 15px;
                    font-weight: 400;
                    -webkit-transition: color .3s;
                    -o-transition: color .3s;
                    transition: color .3s;
                }
                    a.agentpro-testi-more:hover {
                        color: var(--primary-color);
                    }


.agentpro-footer {
    background: var(--primary-color);
    min-height: 102px;
    padding: 25px 0 20px;
}
    .agentpro-footer a {
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }
    .footernav {
        font-size: 0;
        margin-bottom: 3px;
    }
        .footernav li {
            display: inline-block;
            vertical-align: top;
            border-left: 1px solid var(--primary-footer-text-color);
            padding: 0 7px;
            margin: 0 0 5px;
        }
            .footernav li:first-child {
                border-left: 0;
                padding-left: 0;
            }
            .footernav li a {
                font-size: 12px;
                text-transform: uppercase;
                line-height: 10px;        
            }
    .agentpro-copyright {
        font-size: 12px;
        font-weight: 300;
    }
        .agentpro-copyright .custom-html-widget {
            display: inline;
        }
        .agentpro-copyright span {
            display: block;
            margin-top: 12px;
            font-size: 20px;
        }

    .agentpro-footer img.foot_cire {
        display: block;
        margin-left: auto;
        max-width: 100%;
    }
    
    /* footer color */
    .agentpro-footer,
    .footernav li a,
    .agentpro-copyright,
    .agentpro-copyright a, 
    .agentpro-copyright span {
        color: var(--primary-footer-text-color);
    }
    .footernav li a:hover,
    .agentpro-copyright a:hover {
        color: var(--secondary-footer-text-color);
    }
    
 
/*******************************************************
 *
 * 2. IP Styles
 *
 *******************************************************/
.ip-banner{
    position: relative;
    width: 100%;
}
    .ip-banner::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0,0,0,0);
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
        min-height: 200px;
        background: #f9f7f7;
        background-image: url(images/slide3a.jpg);
        background-size: cover;
        background-position: center;
    }
    .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; }

/** Adjust width of content columns **/
#content-sidebar #content{ width: 77.08%; }
#content-full #content { width: 100%; }

/* Adjust width of sidebar */
.sidebar{ width: 20.83%; margin: 20px 0 ; }

/* fullwidth template */
.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}
    .page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
        margin-left: -15px;
        margin-right: -15px;
    }

/* Adjust line height of page elements */
#content h4, aside h4,
#content p, aside p,
#content blockquote, aside blockquote,
#content ul, aside ul,
#content fieldset, aside fieldset,
#content form, aside form,
#content ol, aside ol,
#content dl, aside dl,
#content dir, aside dir,
#content menu, aside menu { line-height:1.7 }

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title { 
    font-size: 24px;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 
    font-size: 24px;
}

#inner-page-wrapper {
    padding-top: 130px;
}
.ip-banner ~ #inner-page-wrapper {
    padding-top: 0;
}
.ip-container .agentpro-widgets {
    width: 100%;
    margin-left: 0;
}

.side_cntct {
    text-align: center;
    margin-bottom: 20px;
}
    .side_cntct img.agent_pic {
        width: 100%;
        max-width: 263px;
        display: block;
        margin: 0 auto;        
    }
    .side_cntct h3 {
        text-transform: uppercase;
        margin: 0;
        font-size: 20px;
    }
    .side_cntct_item a {
        -webkit-transition: opacity .3s, color .3s;
        -o-transition: opacity .3s, color .3s;
        transition: opacity .3s, color .3s;
    }
    .side_cntct_item a:hover {
        color: var(--primary-color);
    }
    .side_cntct i {
        margin-right: 5px;
        position: relative;
    }
    .side_cntct i.ai-font-phone {        
        top: 2px;
    }
    .side_cntct i.ai-font-envelope-f {
        top: 3px;
    }
    .side_smi {
        margin-top: 10px;
    }

/* IHF Fixes */
#ihf-main-container .mc-total-payment-subline {
    color: #666;
}
#ihf-main-container .nav-tabs {
    margin-left: 0;
}
#ihf-main-container .chosen-drop ul.chosen-results {
    padding-left: 0;
    margin: 0;
}

/*IHF Fixes end*/

/*404 page*/
.error-page-content-wrapper div.wpcf7-response-output {
    margin: 0;
    text-align: center;
}
/*404 page end*/

.hp-quick-search .bootstrap-select.btn-group {
        /*select width, display and position are set here and set to !important
        no height attribute. padding in .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle sets the height*/  
        width:100%;
    }

    .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
        /*form appearance should be set here
        no height attribute. set the height by setting the padding*/
        width: 100%;
        height: 38px;
        display: block;
        margin-bottom: 7px;
        padding: 0 10px;
        color: var(--primary-text-color);
        border: 1px solid var(--primary-border-color);
        background: url(images/caret.png) no-repeat center right;
        border-radius: 0px;
    }

    .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option{
        font-size: 12px!important; 
        text-transform: uppercase;
    }

    .qs-form #cityid{overflow:hidden; height: 38px; width: 100%;}


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

#content .communities .archive-subtitle {
    line-height: 1;
    margin-top: 0 !important;
}
/** Single (Single Page)  */
.back-to-link {
    position: relative;
}

.back-to-link a {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    font-family: var(--primary-font);
    margin-top: 75px;
    -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;
}

.back-to-link a:hover {
    color: var(--primary-color);
}
/** End of Single (Single Page)  */

/** Archive Default Layout (Archive Page) */
#content .archive-list {
    position: relative;
}

#content .archive-list .post {
    border-bottom: none;
}

#content .archive-list .archive-thumbnail,
#content .archive-list .archive-content {
    width: 100%;
}

#content .archive-list .archive-thumbnail a {
    display: block;
    outline: none;
}

#content .archive-list .archive-thumbnail canvas {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#content .archive-list .article-long .archive-thumbnail {
    width: 60%;
}

#content .archive-list .article-long .archive-has-thumbnail {
    width: 37%;
    margin-left: 3%;
}

#content .archive-list .article-long .archive-has-thumbnail .archive-subtitle {
    margin-top: 0;
    font-size: 24px;
}

#content .archive-list .article-long p {
    font-size: 22px;
}

#content .archive-more {
    display: inline-block;
    vertical-align: middle;
    font-family: var(--primary-font);
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-style: normal;
    text-decoration: none;
    position: relative;
    -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;
}

#content .archive-more:after {
    content: '';
    position: absolute;
    left: calc(100% + 23px);
    top: calc(50% - 1px);
    background: #ded1c1;
    width: 0;
    height: 2px;
    pointer-events: none;
    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;
}

#content .archive-more:hover {
    color: var(--primary-color);
}

#content .archive-more:hover:after {
    width: 63px;
    opacity: 1;
}
/** End of Archive Default Layout (Archive Page) */

.page-id-285 .container{
    width: 100% !important;
}

/* Custom Form */
.custom-cf7form{
    display: block;
    max-width: 580px;
    margin: 50px auto;
}

.custom-cf7-title{
    text-align: center;
}

.custom-cf7-title span{
    display: block;
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: 1.2;
}

.custom-cf7form .ai-default-cf7wrap input[type=email], 
.custom-cf7form .ai-default-cf7wrap input[type=tel], 
.custom-cf7form .ai-default-cf7wrap input[type=text],
.custom-cf7form .ai-default-cf7wrap textarea{
    height: 46px;
    padding: 6px 15px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-color: #ccc;
    outline: 0 !important;
}
.custom-cf7form .ai-default-cf7wrap textarea{
    height: 66px;
    padding-top: 15px !important;
}
.custom-cf7form .ai-default-cf7wrap input.wpcf7-submit, 
.custom-cf7form .ai-default-cf7wrap input[type=submit]{
    display: inline-block !important;
    background: transparent !important;
    padding: 0 !important;
    width: auto;
    line-height: 1.2;
    text-transform: capitalize;
    color: var(--primary-color) !important;
    outline: 0 !important;
}
.custom-cf7form span.wpcf7-not-valid-tip{
    font-size: 12px;
}
/* #Custom Form */

/*IP Community Page*/
section.ip-featured-communities-area{
    position: relative;
    padding: 50px 0;
}

    .fc-list {
        padding: 4px;
        position: relative;
    }

        .fc-list a{
            display: block;
            position: relative;
        }

        .fc-list a::before {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgba(0,0,0,.2);
            z-index: 4;
        }

        .fc-label {
            z-index: 8;
        }

            .fc-photo {
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                position: relative;
            }

                .fc-photo canvas {
                    display: block;
                    width: 100%;
                    background: var(--primary-color);
                    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;
                }

                    .fc-list a:hover .fc-photo canvas{
                        opacity: .9;
                    }

                        .fc-label {
                            font-family: var(--primary-font);
                            font-weight: 600;
                            color: #fff;
                            font-size: 27px;
                            text-transform: uppercase;
                            font-weight: 300;
                        }

                            .fc-label span {
                                font-weight: 600;
                            }

                                .fc-content {
                                    position: absolute;
                                    top: 0;
                                    left: 0;
                                    width: 100%;
                                    height: 100%;
                                    display: -webkit-box;
                                    display: -webkit-flex;
                                    display: -ms-flexbox;
                                    display: flex;
                                    -webkit-box-pack: center;
                                    -webkit-justify-content: center;
                                    -ms-flex-pack: center;
                                    justify-content: center;
                                    -webkit-box-align: center;
                                    -webkit-align-items: center;
                                    -ms-flex-align: center;
                                    align-items: center;
                                }

                                    .fc-holder {
                                        display: -webkit-box;
                                        display: -webkit-flex;
                                        display: -ms-flexbox;
                                        display: flex;
                                        margin: 0 -110px;
                                        font-size: 0;
                                    }

                                    .ip-featured-communities-area .fc-holder {
                                        margin: 0 auto !important;
                                    }

                                        .fc-col1{
                                            display: -webkit-box;
                                            display: -webkit-flex;
                                            display: -ms-flexbox;
                                            display: flex;
                                            -webkit-flex-wrap: wrap;
                                            -ms-flex-wrap: wrap;
                                            flex-wrap: wrap;
                                            width: 49%;
                                        }

                                            .fc-col1 .fc-list {
                                                width: 50%;
                                            }

                                                .fc-col1 .fc-list:first-child {
                                                    width: 100%;
                                                }

                                    .fc-col2{
                                        width: 26.5%;
                                        display: -webkit-box;
                                        display: -webkit-flex;
                                        display: -ms-flexbox;
                                        display: flex;
                                    }

                                .fc-col2 .fc-list a,
                                .fc-col2 .fc-photo,
                                .fc-col2 .fc-photo canvas{
                                    height: 100%
                                }

                            .fc-col3{
                                width: 24.5%;
                            }

                        .fc-list.fc-title{
                            position: relative;
                        }

                    .fc-title {
                        font-size: 27px;
                        text-transform: uppercase;
                        font-weight: 300;
                        font-family: var(--primary-font);
                        color: var(--secondary-color);
                        line-height: 1.15;
                        position: relative;
                        text-align: center;
                    }

                        .fc-title span{
                            display: block;
                            font-weight: 600;
                        }

                            .fc-title-inner {
                                position: absolute;
                                top: 0;
                                left: 0;
                                padding: 4px;
                                width: 100%;
                                height: 100%;
                            }

                                .fc-title-content{
                                    display: -webkit-box;
                                    display: -webkit-flex;
                                    display: -ms-flexbox;
                                    display: flex;
                                    -webkit-box-pack: center;
                                    -webkit-justify-content: center;
                                    -ms-flex-pack: center;
                                    justify-content: center;
                                    -webkit-box-align: center;
                                    -webkit-align-items: center;
                                    -ms-flex-align: center;
                                    align-items: center;
                                    border: solid 1px #ded1c1;
                                    height: 100%;
                                }

                                    .fc-col3 .fc-list {
                                        height: calc(100% / 3);
                                    }

.post-type-archive-testimonials .page-links {
    display: none;
}

    .post-type-archive-testimonials #content.aios-testimonials-page h1 strong {
        display: inline-block;
    }     
    
.agent-holder .agent-contact-detail.agent-contact-lang{
    display: none;
}
.page-id-389 .agent-holder .agent-description a {
    display: block;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    cursor: pointer;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 30px;
    text-decoration: none;
    width: 130px;
    margin-top: 35px;
    
    -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;
}
.page-id-389 .agent-holder .agent-description a:hover {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    background: transparent;
}

/* Added CSS */ 
.page-id-389 .agents-contact {
    background: #b00000 !important
}

.agents-name a:hover {
    color:#b00000 !important
}

.agents-name {
        font-size: 40px !important;
            font-weight: 600 !important;
}

.agents-main > p {
    margin-top: 5px;
    font-size: 20px;
}

.page-id-389 .agents-contact li span {
        color: #fff !important;
}

.agents-contact li:last-child {
    display: none;
}

.agents-description {
    margin-top: 0 !important
}

body #agents-result .agents-col:last-child ul.agents-contact {
    display: none;
}

/* Listings */
#listings-results .listings-grid .listings-info {
    text-shadow: 1px 1px 2px #000;
}

body.ihf-results-template #content-full .entry-title {
    width: 100%;
    padding: 0;
}

.grecaptcha-badge{
    z-index:99999;
}
.agentpro-testi-more,
.aix-testimonials-poup h3,
.aiosp-content.aios-popup-body h2{
    display: none !important;
}

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;
}
.wpcf7 form .wpcf7-response-output {
    text-align: center;
}

#listings-details .listings-slideshow-text span {
    text-shadow: -1px 2px 2px #000000 !important;
}
.ihf-homes-for-sale-details .aiosp-content .listings-popup input[type="submit"]:hover,
.ihf-homes-for-sale-details .aiosp-content .listings-popup button[type="submit"]:hover {
    color: #ffffff;
}
#listings-details .listings-form textarea {
    padding-right: 55px !important;
}
.ihf-details-template #breadcrumbs {
    display: none;
}
.ihf-details-template #content .listings-printable-header span {
    display: none;
}
.ihf-details-template #listings-details .listings-link-navigation-main:hover {
    color: #ffffff;
}

.slider-award {
    position: absolute;
    top: 3%;
    right: 5%;
    width: 100%;
    max-width: 150px;
}

.slider-award img {
    display: block;
    object-fit: cover;
    object-position: center;
}

body #listings-details .listings-disclaimer-seller-rep img {    
    max-width: 100px;
    order: 1;
}

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