/*

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: #231919;

    --secondary-color: #000000;



    --primary-text-color: #000000;

    --secondary-text-color: #7f8084;



    --primary-header-bg: #7f8084;

    --primary-border-color: #d7d8da;



    --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.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;

  }



a:hover,

a:focus {

    color: var(--primary-color);

}



/*ip header*/

.admin-bar.ip-container .agentpro-header {

    top: 32px;

}

.ip-container .agentpro-header {

    /*background: var(--primary-color);*/

    background: #196bbd;

}

    .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-top: 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%;

            transform: translateX(-50%);

            top: 100%;

            text-align: left;

        }

        .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 10px;

        }

            .agentpro-header-ip #nav > li > a {

                border: none;

            }

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

        left: 80px;

    }

        .agentpro-header-home::before {

            content: '';

            position: absolute;

            top: 0;

            left: 0;

            right: 0;

            bottom: 0;

            background: #196bbd;

            opacity: .8;

            z-index: -1;

        }



        .agentpro-logo {

            padding-top: 40px;

            text-align: center;

        }

            .agentpro-logo a {

                display: inline-block;

                text-align: left;

                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: 4px;

                        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,

                        #nav > li:focus, #nav .sub-menu li:focus > a {

                            background-color: #196bbd;

                        }



                    /* 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: #196bbd;

                                opacity: 1;

                            }

                            #nav .sub-menu a {

                                color: #fff;

                                border: none;

                                padding: 5px 20px;

                            }



#nav .sub-menu a:hover {

     color: #ccc;

}





                                #nav li:hover > .sub-menu,

                                #nav li:focus > .sub-menu {

                                    pointer-events: all;

                                    opacity: 1;

                                    visibility: visible;

                                }

                                #nav .sub-menu li {

                                    position: relative;

                                }



        .agentpro-contact-info {

            background: #196bbd;

            text-align: center;

            padding: 10% 5%;

        }

            .agentpro-contact-info-inner {

                display: inline-block;

                text-align: center;

            }

            .agentpro-contact {

                font-size: 15px;

                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,

                    .agentpro-contact a:focus {

                        /*color: var(--secondary-color);*/

                        opacity: .5;

                    }

            .agentpro-contact.phone {

                font-size: 25px;

            }

                .agentpro-contact.phone i {

                    font-size: 18px;

                    margin-right: 5px;

                }

                .agentpro-contact.email i {

                    font-size: 12px;

                    margin-right: 10px;

                }

            .agentpro-contact.smi {

                text-align: center;

                margin-bottom: 0;

            }

                .agentpro-contact.smi a {

                    border-color: #fff;

                    color: #fff;

                }

                    .agentpro-contact.smi a:hover,

                    .agentpro-contact.smi a:focus {

                        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,

                    .smi a:focus {

                        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;

}





    .agentpro-section-1 .video-sound {

        width: 100px;

        height: 100px;

        color: #fff;

        cursor: pointer;

        font-size: 35px;

        line-height: 1;

       margin: 0 auto 10px;

       position: relative;

    }



        .agentpro-section-1 .video-sound span {

            display: block;

            width: 100px;

            height: 100px;

            background: url(images/video-mute.png);

        }



        .agentpro-section-1 .video-sound span.video-unmute {

            display: none;

            position: absolute;

            top: 0;

            left: 0;

            background: url(images/video-unmute.png);

        }



    .slide-vid-control {

        position: absolute;

        bottom: 105px;

        right: 123px;

        z-index: 99;

        line-height: 1;

        display: flex;

        align-items: center;

        flex-direction: column;

    }



.slide-vid-control .video-text {

    color: #fff;

    font-size: 16px;

    line-height: 1;

    display: block;

    text-align: center;

    text-transform: uppercase;

}



.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,

        a.btn-a:focus {

            color: #fff;

            border-color: var(--primary-color);

            background: var(--primary-color);

        }

    .agentpro-section-2 {

        margin-top: 50px;

    }



        .agentpro-section-2 h2 {

            color: var(--primary-text-color);

            font-size: 24px;

            font-weight: 300;

            text-transform: uppercase;

            line-height: 30px;

            padding: 30px 15px;

            background: #fff;

        }

            .agentpro-section-2 h2 span {

                display: block;

                color: var(--primary-color);

                font-size: 30px;

                font-weight: 400;

            }

    .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,

            .agentpro-qsform input.qs_submit:focus {

                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,

            .agentpro-qsform a.qs_adv:focus {

                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,

                .agentpro-slick-img-item:focus 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;

        display: none;

    }

.agentpro-section-4 {

    position: relative;

}

        .agentpro-section-3:before, .agentpro-section-3:after, .agentpro-section-4:before {

            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,

                a.cta:focus {

                    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: 25px;

            color: var(--primary-text-color);

            font-size: 24px;

            font-weight: 300;

            text-transform: uppercase;

            line-height: 30px;

            padding: 0 30px;

        }

            #welcome h1 span {

                display: block;

                color: var(--primary-color);

                font-size: 30px;

                font-weight: 400;

            }



        #welcome p {

            line-height: 24px;

            margin-bottom: 30px;

            padding: 0 30px;

            font-weight: 300;

            font-size: 16px;

        }

        #welcome img {

            display: block;

            max-width: 100%;

            margin: 0 auto;

        }

            #welcome img.agent_pic {

                width: 263px;

                margin-bottom: 25px;

            }



    .agentpro-section-5 {

        margin-bottom: 45px;

    }

    #featured-areas {

        background: url(images/comm-bg.png) 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,

                        #featured-areas ul li a:focus:before {

                            height: 100%;

                        }

                #featured-areas ul li a:hover,

                #featured-areas ul li a:focus  {



                }





.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,

                    .agentpro-blog-img:focus 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,

                            .agentpro-blog-details strong a:focus {

                                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,

                        a.agentpro-blog-more:focus {

                            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,

                    a.agentpro-testi-more:focus {

                        color: var(--primary-color);

                    }





.agentpro-footer {

    /*background: var(--primary-color);*/

    min-height: 102px;

    padding: 25px 0 20px;

    background: #196bbd;

}

    .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 10px;

        }

            .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;

        margin-top: 10px;

        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,

    .footernav li a:focus,

    .agentpro-copyright a:focus {

        color: var(--secondary-footer-text-color);

    }



.grecaptcha-badge {

    display: none;

}



/*******************************************************

 *

 * 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;

    margin-top: 0;

    line-height: 1;

}



#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,

    .side_cntct_item a:focus {

        color: var(--primary-color);

    }

    .side_cntct i {

        margin-right: 5px;

        position: relative;

        font-size: 14px;

    }



    .side_cntct i.ai-font-location-c {

        font-size: 18px;

    }

    .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*/



.ai-contact-wrap span.context-mob em.ai-font-location-c {

    color: #5b5b5b;

    min-width: 25px;

}



.side_cta {

    display: none;

}



#pw-listing-widget div nav {

    display: none;

}



#content h2. {

    margin: -10px 0 5px;

}



.parent-pageid-60 #inner-page-wrapper{

    z-index: unset;

}

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

/*custom*/

.woocommerce-cart-form__contents .coupon input{
        width: 110px !important;
}

.woocommerce-form-login .woocommerce-Input{height: 48px;border: 1px solid #cccccc;padding: 10px 15px;}

/* Global */

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

    --primary-color: #231919;
    --secondary-color: #000000;

    --primary-text-color: #000000;
    --secondary-text-color: #7f8084;

    --primary-header-bg: #7f8084;
    --primary-border-color: #d7d8da;

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

a:hover,
a:focus {
    color: var(--primary-color);
}

/*ip header*/
.admin-bar.ip-container .agentpro-header {
    top: 32px;
}
.ip-container .agentpro-header {
    /*background: var(--primary-color);*/
    background: #196bbd;
}
    .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-top: 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%;
            transform: translateX(-50%);
            top: 100%;
            text-align: left;
        }
        .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 10px;
        }
            .agentpro-header-ip #nav > li > a {
                border: none;
            }
    /* --- 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;
        left: 80px;
    }
        .agentpro-header-home::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #196bbd;
            opacity: .8;
            z-index: -1;
        }

        .agentpro-logo {
            padding-top: 40px;
            text-align: center;
        }
            .agentpro-logo a {
                display: inline-block;
                text-align: left;
                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: 4px;
                        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,
                        #nav > li:focus, #nav .sub-menu li:focus > a {
                            background-color: #196bbd;
                        }

                    /* 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: #196bbd;
                                opacity: 1;
                            }
                            #nav .sub-menu a {
                                color: #fff;
                                border: none;
                                padding: 5px 20px;
                            }

#nav .sub-menu a:hover {
     color: #ccc;
}


                                #nav li:hover > .sub-menu,
                                #nav li:focus > .sub-menu {
                                    pointer-events: all;
                                    opacity: 1;
                                    visibility: visible;
                                }
                                #nav .sub-menu li {
                                    position: relative;
                                }

        .agentpro-contact-info {
            background: #196bbd;
            text-align: center;
            padding: 10% 5%;
        }
            .agentpro-contact-info-inner {
                display: inline-block;
                text-align: center;
            }
            .agentpro-contact {
                font-size: 15px;
                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,
                    .agentpro-contact a:focus {
                        /*color: var(--secondary-color);*/
                        opacity: .5;
                    }
            .agentpro-contact.phone {
                font-size: 25px;
            }
                .agentpro-contact.phone i {
                    font-size: 18px;
                    margin-right: 5px;
                }
                .agentpro-contact.email i {
                    font-size: 12px;
                    margin-right: 10px;
                }
            .agentpro-contact.smi {
                text-align: center;
                margin-bottom: 0;
            }
                .agentpro-contact.smi a {
                    border-color: #fff;
                    color: #fff;
                }
                    .agentpro-contact.smi a:hover,
                    .agentpro-contact.smi a:focus {
                        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,
                    .smi a:focus {
                        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;
}


    .agentpro-section-1 .video-sound {
        width: 100px;
        height: 100px;
        color: #fff;
        cursor: pointer;
        font-size: 35px;
        line-height: 1;
       margin: 0 auto 10px;
       position: relative;
    }

        .agentpro-section-1 .video-sound span {
            display: block;
            width: 100px;
            height: 100px;
            background: url(images/video-mute.png);
        }

        .agentpro-section-1 .video-sound span.video-unmute {
            display: none;
            position: absolute;
            top: 0;
            left: 0;
            background: url(images/video-unmute.png);
        }

    .slide-vid-control {
        position: absolute;
        bottom: 105px;
        right: 123px;
        z-index: 99;
        line-height: 1;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

.slide-vid-control .video-text {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.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,
        a.btn-a:focus {
            color: #fff;
            border-color: var(--primary-color);
            background: var(--primary-color);
        }
    .agentpro-section-2 {
        margin-top: 50px;
    }

        .agentpro-section-2 h2 {
            color: var(--primary-text-color);
            font-size: 24px;
            font-weight: 300;
            text-transform: uppercase;
            line-height: 30px;
            padding: 30px 15px;
            background: #fff;
        }
            .agentpro-section-2 h2 span {
                display: block;
                color: var(--primary-color);
                font-size: 30px;
                font-weight: 400;
            }
    .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,
            .agentpro-qsform input.qs_submit:focus {
                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,
            .agentpro-qsform a.qs_adv:focus {
                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,
                .agentpro-slick-img-item:focus 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;
        display: none;
    }
.agentpro-section-4 {
    position: relative;
}
        .agentpro-section-3:before, .agentpro-section-3:after, .agentpro-section-4:before {
            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,
                a.cta:focus {
                    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: 25px;
            color: var(--primary-text-color);
            font-size: 24px;
            font-weight: 300;
            text-transform: uppercase;
            line-height: 30px;
            padding: 0 30px;
        }
            #welcome h1 span {
                display: block;
                color: var(--primary-color);
                font-size: 30px;
                font-weight: 400;
            }

        #welcome p {
            line-height: 24px;
            margin-bottom: 30px;
            padding: 0 30px;
            font-weight: 300;
            font-size: 16px;
        }
        #welcome img {
            display: block;
            max-width: 100%;
            margin: 0 auto;
        }
            #welcome img.agent_pic {
                width: 263px;
                margin-bottom: 25px;
            }

    .agentpro-section-5 {
        margin-bottom: 45px;
    }
    #featured-areas {
        background: url(images/comm-bg.png) 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,
                        #featured-areas ul li a:focus:before {
                            height: 100%;
                        }
                #featured-areas ul li a:hover,
                #featured-areas ul li a:focus  {

                }


.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,
                    .agentpro-blog-img:focus 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,
                            .agentpro-blog-details strong a:focus {
                                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,
                        a.agentpro-blog-more:focus {
                            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,
                    a.agentpro-testi-more:focus {
                        color: var(--primary-color);
                    }


.agentpro-footer {
    /*background: var(--primary-color);*/
    min-height: 102px;
    padding: 25px 0 20px;
    background: #196bbd;
}
    .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 10px;
        }
            .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;
        margin-top: 10px;
        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,
    .footernav li a:focus,
    .agentpro-copyright a:focus {
        color: var(--secondary-footer-text-color);
    }

.grecaptcha-badge {
    display: none;
}

/*******************************************************
 *
 * 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;
    margin-top: 0;
    line-height: 1;
}

#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,
    .side_cntct_item a:focus {
        color: var(--primary-color);
    }
    .side_cntct i {
        margin-right: 5px;
        position: relative;
        font-size: 14px;
    }

    .side_cntct i.ai-font-location-c {
        font-size: 18px;
    }
    .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*/

.ai-contact-wrap span.context-mob em.ai-font-location-c {
    color: #5b5b5b;
    min-width: 25px;
}

.side_cta {
    display: none;
}

#pw-listing-widget div nav {
    display: none;
}

#content h2. {
    margin: -10px 0 5px;
}

.parent-pageid-60 #inner-page-wrapper{
    z-index: unset;
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */