/*
Theme Name: Vienna - Responsive Real Estate Wordpress Theme from Agent Image
Description: Vienna 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.2
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 */
:root {
    
    --body-font: 'Lato', sans-serif;
    --heading-font: 'Gilda Display', serif;

    --primary-color: #fff;
    --secondary-color: #1A2D70;
    --tertiary-color: #1A2D70;

    --primary-text-color: #1A2D70;
    --secondary-text-color: #353535;
    --tertiary-text-color: #1A2D70;

    --primary-border-color: #494949;

    --primary-footer-bg: #545454;

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

a:hover {
    color: var(--secondary-color);
}

.slick-slide, .slick-slide a {
    outline: none;
}

::selection {
    background: var(--secondary-color);
    color: #000;
}

.btn-a {
    display: block;
    max-width: 155px;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    box-sizing: border-box;
    text-decoration: none;
    color: var(--primary-text-color);
    border: 1px solid var(--primary-text-color);
    padding: 10px;
    text-align: center;
    transition: all .3s;
}
    .btn-a:hover {
        border-color: var(--tertiary-text-color);
        color: var(--tertiary-text-color);
    }

    .btn-a.center {
        margin-left: auto;
        margin-right: auto;
    }
    .btn-a.left {
        margin-left: 0;
    }
    .btn-a.right {
        margin-right: 0;
    }

/*header*/
header.agentpro-header.fixed {
    background: rgba(255,255,255,.7);
}

header.agentpro-header.fixed .agentpro-header-inner {
    background: transparent;
}
    .fixed .agentpro-header-inner .agentpro-logo {
        font-size: 28px;
        padding: 16.5px 0;
    }
        .fixed .agentpro-logo em {
            font-size: 11px;
        }
    .fixed #nav > li > .sub-menu {
        padding-top: 18px;
    }

.agentpro-logo, .agentpro-logo em {
    -webkit-transition: font-size .3s, padding .3s;
    -o-transition: font-size .3s, padding .3s;
    transition: font-size .3s, padding .3s;
}
.agentpro-header {
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

header.agentpro-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1005;
}
    .agentpro-header-inner {
        position: relative;
        background: rgba(255,255,255,.7);
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 0 26px;
    }
        .agentpro-header-inner .agentpro-logo {
            /*width: 28.60%;*/
            /*max-width: 28%;*/
            width: 25%;
/*            padding: 24px 0;*/
            padding: 15px 0;
            text-align: center;
        }
            .agentpro-logo {
                text-align: center;
                font: 400 35px/1 var(--heading-font);
                color: var(--tertiary-text-color);
                text-transform: uppercase;
                letter-spacing: 1px;
            }
                .agentpro-logo a {
                    color: inherit;
                }
                .agentpro-logo span {
                    display: inline;
                    color: var(--secondary-color);
                }
                .agentpro-logo em {
                    display: block;
                    font: normal 400 14px/.7 var(--body-font);
                    letter-spacing: 17px;
                    color: var(--primary-text-color);
                    margin-bottom: 2px;
                }
                .agentpro-logo .textwidget > a {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    width: 60%;
                }
                .agentpro-logo .textwidget a img.cenlogo {
                    margin-bottom: 0;
                    margin-top: 5px;
                    width: 90%;
                    -webkit-filter: invert();
                    filter: invert();
                }
                .fixed .agentpro-logo .textwidget a img {
                    max-width: 100%;
                }
        .agentpro-header-inner .agentpro-navigation {
            /*width: 71.40%;*/
            width: 72%;
            display: flex;
            justify-content: flex-end;
            align-items: center;
        }
            #nav {

            }
                #nav li {
                    position:relative;
                    text-align: left;
                }
                    #nav li a {
                        display: block;
                        padding: 10px 0;
                        font-size: 13px;
                        font-weight: 400;
                        color: var(--tertiary-text-color);
                        text-transform: uppercase;
                        position: relative;
                    }
                #nav > li {
                    display: inline-block;
                    padding: 0 17.5px;
                    text-align: left;
                }
                    #nav > li > a:after {
                        content: '';
                        position: absolute;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        height: 1px;
                        background: var(--secondary-color);
                        -webkit-transform: scaleX(0);
                            -ms-transform: scaleX(0);
                                transform: scaleX(0);
                        -webkit-transition: all .3s;
                        -o-transition: all .3s;
                        transition: all .3s;
                    }
                        #nav > li:hover > a:after {
                            -webkit-transform: scaleX(1);
                                -ms-transform: scaleX(1);
                                    transform: scaleX(1);
                        }
                    
                    #nav .sub-menu {
                        list-style: none outside none;
                        margin: 0;
                        /*display: none;*/
                        padding: 0;
                        position: absolute;
                        width:100%;
                        min-width:196px;
                        transform: translateY(10px);
                        opacity: 0;
                        pointer-events: none;
                        visibility: hidden;
                        -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
                        transition: opacity .3s, visibility .3s, -webkit-transform .3s;
                        -o-transition: transform .3s, opacity .3s, visibility .3s;
                        transition: transform .3s, opacity .3s, visibility .3s;
                        transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
                    }
                        #nav li:hover > .sub-menu {
                            transform: translateY(0);
                            opacity: 1;
                            pointer-events: all;
                            visibility: visible;
                        }
                    #nav > li > .sub-menu {
                        padding-top: 30px;
                        transform: translateX(-50%) translateY(10px);
                        left: 50%;
                    }
                        #nav > li:hover > .sub-menu {
                            transform: translateX(-50%) translateY(0);
                        }

                        #nav .sub-menu .sub-menu {
                            padding-left: 1px;
                        }
                        #nav .sub-menu li:first-child {
                            border-top: none;
                        }
                        #nav .sub-menu li {
                            border-top: 1px solid rgba(255, 255, 255, .3);
                            text-align: center;
                        }
                        #nav .sub-menu a {
                            color: #FFFFFF;
                            display: block;
                            padding: 10px 20px;
                        }
                            #nav .sub-menu a:before {
                                content: '';
                                position: absolute;
                                top: 0;
                                left: 0;
                                right: 0;
                                bottom: 0;
                                background: #a6a6a6;
                                opacity: .7;
                                z-index: -1;
                                -webkit-transition: all .3s;
                                -o-transition: all .3s;
                                transition: all .3s;
                            }
                                #nav .sub-menu li:hover > a:before {
                                    opacity: 1;
                                    background: var(--secondary-color);
                                }
                            #nav .sub-menu .sub-menu {
                                margin-left: 100%;
                                top:0;
                            }
                                #nav li:hover > .sub-menu {
                                    display: block;
                                }
                                #nav .sub-menu li {
                                    position: relative;
                                }

            .agentpro-header-contact-info {
                color: #1a2d70;
                font-size: 13px;
                border-left: 1px solid #1a2d70;
                padding: 0 0 0 15px;
                margin-left: 10px;
                min-width: 67px;
            }
                .agentpro-header-contact-info a {
                    margin: 0 7px;
                    line-height: 22px;
                }
                    .agentpro-header-contact-info a:hover {
                        opacity: .8;
                    }
                .agentpro-header-contact-info .ai-mobile-phone a {
                    margin-right: 0;
                }

.fixed .agentpro-header-inner .agentpro-logo {
    padding: 4.5px 0;
}

.fixed .agentpro-logo img {
    max-width: 234px;
}
/*section 1*/
.agentpro-section-1 {
    padding-top: 94px;
    position: relative;
}
    #slideshow {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
        #slideshow .cycloneslider-template-responsive .cycle-slide:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #000;
            opacity: .5;
        }

        #slideshow > .textwidget, 
        #slideshow .cycloneslider, 
        #slideshow .cycloneslider .cycloneslider-slides,
        #slideshow .cycloneslider .cycloneslider-slides .cycloneslider-slide,
        #slideshow .cycloneslider .cycloneslider-slides .cycloneslider-slide div,
        #slideshow .cycloneslider .cycloneslider-slides .cycloneslider-slide canvas {
            height: 100%;
        }
        #slideshow .slideshow-placeholder {
            height: 100%;
        }
            #slideshow .slideshow-placeholder img {
                height: 100%;
                width: 100%;
                object-fit: cover;
            }
        #slideshow .cycloneslider-template-responsive .cycloneslider-caption {
            display: none;
        }

    .slideshow-content {
        position: relative;
        z-index: 1;
/*        padding: 43px 0;*/
        padding: 95px 0 43px;
    }
        .slideshow-content .container {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            position: relative;
            min-height: 500px;
        }
            .slideshow-content .container:before,
            .slideshow-content .container:after {
                display: none;
            }
        .slideshow-control {
            font-size: 70px;
            color: #fff;
            position: absolute;
            top: calc(50% - 82px);
            cursor: pointer;
            background: transparent;
            border: none;
            outline: none;
            padding: 0;

            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
        }
            .slideshow-control:hover {
                text-shadow: 0 0 13px #fff;
            }
            .slideshow-prev {
                left: -70px;
            }
                .slideshow-prev:active {
                    transform: translateX(-5px);
                }
            .slideshow-next {
                right: -70px;
            }
                .slideshow-next:active {
                    transform: translateX(5px);
                }
        .sc-left {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            width: 30%;
            display: flex;
            align-items: center;
            padding-top: 33px;
        }
        .sc-right {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            width: 70%;
        }
        .agent-info-box-wrap {
            max-width: 283px;
            display: block;
            position: relative;
        }
            .agent-info-box-wrap:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: -1;
                background: #a6a6a6;
                opacity: .7;
            }
            .agent-photo img {
                display: block;
                width: 100%;
            }
            .agent-info {
                background: var(--primary-color);
                color: #e9e9e9;
                display: block;
                padding: 20px 24px;
            }
                .agent-info strong {
                    display: block;
                    font-weight: normal;
                    font: 400 26px/1 var(--heading-font);
                    text-transform: uppercase;
                    color: var(--tertiary-text-color);
                }
                    .agent-info strong span {
                        color: #1a2d70;
                        font-size: 22px;
                    }
                    .agent-info i {
                        margin-right: 8px;
                        display: inline-block;
                        text-align: center;
                        width: 17px;
                    }

                .agent-info-contact {
                    margin-top: 5px;
                    color: #1a2d70;
                }

                    .agent-info .ai-mobile-phone {
                        font-size: 17px;
                    }
                        .agent-info .ai-mobile-phone i {
                            font-size: 14px;
                        }

                    .agent-info a.asis-mailto-obfuscated-email {
                        font-size: 15px;
                    }
                        .agent-info a.asis-mailto-obfuscated-email i {
                            font-size: 12px;
                        }
                        .agent-info a:hover {
                            color: var(--secondary-color);
                        }

                .social-media {
                    font-size: 0;
                    padding: 14px 26px;
                }
                    .social-media a {
                        font-size: 25px;
                        display: inline-block;
                        vertical-align: middle;
                        width: 40px;
                        height: 40px;
                        background: #1a2d70;
                        color: var(--primary-color);
                        text-align: center;
                        line-height: 40px;
                        margin-left: 4px;
                        text-decoration: none;
                        transition: all .3s;
                        -webkit-transition: all .3s;
                        -moz-transition: all .3s;
                    }
                    .social-media a:hover {
                        opacity: 0.7;
                    }
                    .social-media a:first-child {
                        margin-left: 0;
                    }
                .agent-logo {
                    padding: 0 26px 19px;
                }
                    .agent-logo img {
                        display: block;
                        margin: 0 auto;
                        max-width: 100%;
                    }

        .tagline-wrap {
            position: relative;
        }
        .tagline-item {
            text-align: right;
            padding: 10px 0;
            text-align: right;
            font-size: 40px;
            line-height: 1.1;
            color: #fff;
        }


/*section 2*/
.agentpro-section-2 {
    background: var(--primary-color);
    padding: 17px 0 30px;
}
    .agentpro-tab-buttons {
        border: none;
        margin-bottom: 27px;
        border-bottom: 1px solid var(--primary-border-color);
    }
        .agentpro-tab-buttons>li {
            float: none;
            margin-bottom: 0;
            display: inline-block;
            border: none;
            text-transform: uppercase;
        }
            .agentpro-tab-buttons>li.active>a,
            .agentpro-tab-buttons>li.active>a:focus,
            .agentpro-tab-buttons>li.active>a:hover {
                background: var(--secondary-color);
                color: var(--primary-color);
                border-radius: 0;
                border-bottom: none;
                border-color: var(--secondary-color);
            }
            .agentpro-tab-buttons>li>a:hover {
                border-color: var(--primary-border-color);
            }
        .agentpro-tab-buttons li a {
            display: block;
            font-size: 20px;            
            margin-right: 4px;
            padding: 20px 15px;
            border: 1px solid var(--primary-border-color);
            border-bottom: 0;
            border-radius: 0;
            color: var(--primary-text-color);            
            line-height: 1.1;
            transition: all .3s;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
        }
            .agentpro-tab-buttons a:after {
                margin-left: 9px;
                display: inline-block;
                vertical-align: middle;
                content: "\b0004";
                position: relative;
                font-family: 'agentimage' !important;
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                font-size: 14px;
                line-height: 15px;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .agentpro-tab-buttons a.active {
            background: var(--secondary-color);
        }

    .agentpro-tab-content {
        position: relative;
    }
        #area-of-expertise {

        }
            .expertise-list {

            }
                .expertise-list a {
                    border:1px solid var(--primary-border-color);
                    text-align: center;
                    display: block;
                    color: var(--primary-text-color);
                    font-size: 16px;
                    line-height: 18px;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                    margin: 4px 0;
                    padding: 15px 10px;
                    transition: all .3s;
                    -webkit-transition: all .3s;
                    -moz-transition: all .3s;
                }
                .expertise-list a:hover {
                    color: var(--tertiary-text-color);
                    border-color: var(--tertiary-text-color);
                }

        #quick-search {
            padding: 10px 0 66px;
        }
        .qs-form ul.dropdown-menu.inner {
            max-height: 250px !important;
        }
            .qs-form {
                font-size: 0;
                text-align: center;
                margin-left: -3px;
                margin-right: -3px;
            }
                .qs-form select,
                .qs-form input[type=submit] {
                    outline: none;
                    border: 1px solid var(--primary-border-color);
                    background: var(--primary-color);
                    color: var(--tertiary-text-color);
                    font-size: 13px;
                    text-transform: uppercase;
                    font-weight: 300;
                    height: 40px;
                    padding: 8px 12px;
                    margin: 0 2.5px;
                    box-sizing: border-box;
                    display: inline-block;
                    vertical-align: middle;
                }
                    .qs-form select option {
                        background: #fff;
                        color: #000;
                    }
                .qs-form select.dp-large {
                    /*width: 24.03%;*/
                    width: calc(24.3% - 5px);
                }
                .qs-form select.dp-small {
                    /*width: 9.29%;*/
                    width: calc(9.65% - 5px);
                }
                .qs-form select.dp-medium {
                    width: calc(10.4% - 5px);
                }
                .qs-form input[type=submit] {
                    appearance: none;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    position: relative;
                    border: none;
                    background: transparent;
                    color: var(--tertiary-text-color);
                    font-weight: 700;
                    letter-spacing: 1px;
                    /*width: 10.5%;*/
                    width: calc(11.3% - 5px);
                    cursor: pointer;
                    transition: all .3s;
                    -webkit-transition: all .3s;
                    -moz-transition: all .3s;
                    border: 1px solid var(--tertiary-text-color);
                }
                    .qs-form input[type=submit]:hover {
                        border-color: var(--secondary-color);
                        color: var(--primary-color);
                        background: var(--secondary-color);
                    }


/*section 3*/
.agentpro-section-3 {
    background: #545454 url(images/section-bg.png) center 40.83% no-repeat;
    padding: 20px 0;
}
    #call-to-action {

    }
        .cta-list {

        }
            a.cta {
                display: block;
                background: var(--primary-color);
                padding: 7px 9px;
                position: relative;
                display: block;
                width: 100%;
                height: auto;
                text-align: center;
                text-transform: uppercase;
                letter-spacing: 1px;
                margin: 5px 0;
                font: 400 25px/1 var(--heading-font);
                color: var(--tertiary-text-color);
                letter-spacing: 2px;

                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }
                a.cta .cta-inner {
                    border: 1px solid #fff;
                    padding: 20px 5px;
                }
                a.cta span {
                    display: block;
                    font-weight: 300;
                    font-size: 16px;
                    color: var(--secondary-color);
                    font-family: var(--body-font);
                    margin-bottom: 3px;
                    letter-spacing: 1px;
                }

                a.cta:hover {
                    box-shadow: 0 0 8px var(--primary-color);
                    color: var(--secondary-color);
                }


/*section 4*/
.agentpro-section-4 {
    position: relative;
    background: var(--primary-color) url(images/section-bg.png) center 1% no-repeat;
    padding: 50px 0;
    color: var(--tertiary-text-color);
}
    .agentpro-section-4 h3 {
        font-weight: 400;
        font-size: 20px;
        line-height: 1;
        color: #1a2d70;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-bottom: 29px;
    }
    .featured-list {
        font-size: 0;
    }
        .featured-list a {
            display: inline-block;
            vertical-align: top;
            width: 50%;
            padding: 1px;
        }
            .featured-img {
                position: relative;
            }
                .featured-img:before {
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    left: 0;
                    background: rgba(0,0,0,.35);
                    content: '';
                    z-index: 2;
                }
                .featured-img canvas {
                    display: block;
                    width: 100%;
                    background-size: cover;
                    background-position: center;
                }
            .featured-img-cover {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 3;
                background: rgba(0,0,0,.5);
                opacity: 0;
                transition: all .3s;
            }
                .featured-item:hover .featured-img-cover {
                    opacity: 1;
                }
                .featured-img-cover span {
                    position: absolute;
                    opacity: 0;
                    background: rgba(255,255,255,.4);
                    transition: all .3s;
                }
                .featured-img-cover span.top {
                    left: 50%;
                    width: 0;
                    margin-left: 0;
                    height: 1px;
                    top: 14.34%;
                }

                .featured-img-cover span.bottom {
                    width: 0;
                    margin-left: 0;
                    left: 50%;
                    
                    height: 1px;
                    bottom: 14.34%;
                }
                    .featured-item:hover .featured-img-cover span.top,
                    .featured-item:hover .featured-img-cover span.bottom {
                        margin-left: -40%;
                        width: 80%;
                        opacity: 1;
                    }

                .featured-img-cover span.left {
                    width: 1px;
                    height: 0;
                    left: 14%;
                    top: 50%;
                    margin-top: 0;
                }

                .featured-img-cover span.right {
                    width: 1px;
                    height: 0;
                    right: 14%;
                    top: 50%;
                    margin-top: 0;
                }

                    .featured-item:hover .featured-img-cover span.left,
                    .featured-item:hover .featured-img-cover span.right {
                        margin-top: -36.5%;
                        height: 80%;
                        opacity: 1;
                    }

            .featured-item .featured-desc {
                padding: 13px;
                height: 95px;
                text-align: center;
                color: var(--tertiary-text-color);
            }
                .featured-item strong {
                    display: block;
                    font-weight: 700;
                    font-size: 20px;                    
                    letter-spacing: 2px;
                    margin-bottom: 6px;
                }
                .featured-item span {
                    display: block;
                    font-size: 13px;
                    line-height: 17px;
                    font-weight: 300;
                }
                    #featured-communities .featured-desc:before {
                        width: 0;
                        height: 100%;
                        display: inline-block;
                        vertical-align: middle;
                        content: '';
                    }
                    #featured-communities .featured-desc em {
                        display: inline-block;
                        vertical-align: middle;
                        width: 100%;
                        font-size: 16px;
                        font-weight: 400;
                        text-transform: uppercase;
                        font-style: normal;
                    }

/*section 5*/
.agentpro-section-5 {
    position: relative;
    background: #f1f1f1 url(images/section-bg.png) center 44% no-repeat;
    padding: 66px 0;
    color: var(--secondary-text-color);
    text-align: center;
}
    #testimonials {
        
    }
        #testimonials h2 {
            color: var(--tertiary-text-color);
            font-weight: 400;
            font-size: 20px;
            line-height: 22px;
            text-transform: uppercase;
            letter-spacing: 3px;
            margin-bottom: 15px;
        }
        .testimonials-list {
            width: 80%;
            margin: 0 auto;
        }
            .testimonial {
                font-size: 15px;
                line-height: 22px;
            }
                .testimonial span {
                    display: block;
                    text-transform: uppercase;
                    font-size: 15px;
                    margin-top: 20px;
                }

            .testimonials-list .slick-arrow {
                position: absolute;
                top: 0;
                border: none;
                border-radius: 0;
                outline: none;
                cursor:pointer;

                width: 33px;
                height: 78px;
                background: none;

                font-size: 0;

                appearance:none;
                -webkit-appearance:none;
                -moz-appearance:none;

                transition: all .25s ease-in-out;
                -webkit-transition: all .25s ease-in-out;
                -moz-transition: all .25s ease-in-out;
            }
                .testimonials-list .slick-arrow:before {
                    color: var(--secondary-text-color);
                    display: block;

                    position: relative;
                    font-family: 'agentimage' !important;
                    speak: none;
                    font-style: normal;
                    font-weight: normal;
                    font-variant: normal;
                    text-transform: none;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;

                    font-size: 77px!important;
                    line-height: 78px;
                }
                .testimonials-list .slick-arrow:hover:before{
                    opacity: .8;
                }
            .testimonials-list .slick-arrow.slick-prev {
                left: -100px;
            }
                .testimonials-list .slick-arrow.slick-prev:before {
                    content: "\b0003";
                }
            .testimonials-list .slick-arrow.slick-next {
                right: -100px;
            }
                .testimonials-list .slick-arrow.slick-next:before {
                    content: "\b0004";
                }

/*section 6*/
.agentpro-section-6 {
    position: relative;
    background: var(--primary-color) url(images/section-bg.png) center 100% no-repeat;
    padding: 50px 0;
    color: #e9e9e9;
}
    #welcome {
        line-height: 22px;
        padding-right: 5%;
        position: relative;
    }
        #welcome:before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            right: 2.6%;
            width: 1px;
            height: 100%;
            border-right: 1px solid var(--primary-border-color);
        }
        #welcome h1 {
            display: block;
            font: 400 28px/29px var(--heading-font);
            color: var(--tertiary-text-color);
            text-transform: uppercase;
            margin-bottom: 22px;
        }
            #welcome h1 span {
                color: var(--secondary-color);
            }
        #welcome p {            
            margin-bottom: 27px;
            color: var(--secondary-text-color);
        }
        #welcome img {
            display: block;
            max-width: 100%;
        }
    
    #blog {
        line-height: 22px;
    }
        #blog h2 {
            font-size: 20px;
            line-height: 28px;
            border-bottom: 1px solid var(--primary-border-color);
            color: var(--tertiary-text-color);
            text-transform: uppercase;
            margin-bottom: 12px;
            letter-spacing: 2px;
        }
        .blog-list article h3 {
            font-size: 15px;
            color: var(--tertiary-text-color);
            line-height: 1.6;
            border-bottom: 1px solid var(--primary-border-color);
            padding-bottom: 14px;
        }
        .blog-list p {            
            font-size: 15px;
            line-height: 22px;
            color: var(--secondary-text-color);
        }
        .blog-list .btn-a {
            width: 140px;
            margin-top: 38px;
            padding: 7px 10px;
        }
            .blog-list .btn-a:hover {
                color: #ffffff;
                background-color: var(--tertiary-text-color);
            }

/*footer*/
.footer-wrapper {
    background: var(--primary-footer-bg);
    padding: 39px 0 34px;
}
    .footer-wrapper h2 {
        font-weight: 300;
        font-size: 20px;
        color: #e9e9e9;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 22px;
    }
    .footer-contact-details {
        position: relative;
    }
        .footer-contact-details .agent-info {
            padding: 0;
            background: transparent;
            text-align: left;
            font-size: 12px;
        }
        .footer-contact-details .agent-info img {
            -webkit-filter: brightness(0) invert();
            filter: brightness(0) invert();
        }
            .footer-contact-details .agent-info strong {
                margin-bottom: 25px;
            }
            .footer-contact-details .agent-info-contact {
                margin-top: 10px;
                color: #fff;
            }
            .footer-contact-details .social-media {
                padding: 14px 0;
                margin-top: 10px;
                text-align: left;
            }
                .footer-contact-details .social-media a {
                    width: 30px;
                    height: 30px;
                    font-size: 20px;
                    line-height: 30px;
                    margin-right: 4px;
                }

    .footer-navigation {
    padding-left: 2.15%;
    }
        .footernav {
            font-size: 0;
        }
            .footernav li {
                display: inline-block;
                vertical-align: middle;
                width: 50%;
                position: relative;
                padding: 5px 0;
                line-height: 22px;
            }
                .footernav li a {
                    color: #e9e9e9;
                    font-size: 14px;
                    text-transform: uppercase;
                    font-weight: 300;
                }
                    .footernav li a:hover {
                        color: var(--secondary-color);
                    }
    
    .footer-form {
        position: relative;
    }
        .footer-form h2 {
            margin-bottom: 30px;
        }
        .gaq-holder {
            font-size: 0;
        }
            .footer-form .ff-row {
                position: relative;
                margin-bottom: 10px;
            }
                .footer-form .ff-col {
                    width: 48.48%;
                    position: relative;
                    display: inline-block;
                }
                .footer-form .ff-col + .ff-col {
                    margin-left: 2.24%;
                }
                    .footer-form input[type=text], .footer-form input[type=email], .footer-form textarea {
                        width: 100%;
                        background: transparent;
                        outline: none;
                        border-radius: 0;
                        border: 1px solid #e9e9e9;
                        height: 40px;
                        padding: 7px 10px;
                        font-weight: 300;
                        font-size: 13px;
                        color: #e9e9e9;
                        text-transform: uppercase;
                        appearance: none;
                        -moz-appearance: none;
                        -webkit-appearance: none;
                    }
                    .footer-form textarea {
                        resize: none;
                        line-height: 22px;
                        padding-right: 40px;
                    }
                .ff-submit {
                    width: 50px;
                    position: absolute;
                    top: 0;
                    right: 0;
                    font-size: 23px;
                    line-height: 20px;
                    padding: 10px;
                    height: 39px;
                }
                    .footer-form input[type=submit] {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        appearance: none;
                        -moz-appearance: none;
                        -webkit-appearance: none;
                        font-size: 0;
                        background: transparent;
                        cursor: pointer;
                        outline: none;
                        border: none;
                    }

                .footer-form .wpcf7-form-control-wrap {
                    display: block;
                }

                .footer-form .ajax-loader {
                    position: absolute;
                    top: calc(50% - 8px);
                    left: -20px;
                }

                .footer-form .use-floating-validation-tip span.wpcf7-not-valid-tip,
                .footer-form div.wpcf7-response-output {
                    font-size: 12px;
                    text-align: center;
                }

                .footer-form div.wpcf7-response-output {
                    margin-left: 0;
                    margin-right: 0;
                }

    .footer-bottom {
        font-size: 13px;
        line-height: 18px;
        color: #e9e9e9;
        margin-top: 32px;
        padding: 27px 15px 0;
    }
        .footer-bottom:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 15px;
            right: 15px;
            height: 1px;
            border-top: 1px solid var(--primary-border-color);
        }
        .footer-logo {
            text-align: right;
            font-size: 27px;
        }
            .footer-logo span {
                display: inline-block;
                vertical-align: top;
                margin: 0 6px;
            }
 
/*******************************************************
 *
 * 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,.1);
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
    min-height: 340px;
        background-color: #f9f7f7;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(images/slide-5.jpg);
    }
    .ip-banner .container{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
    }
        .ip-banner h1 {
            font-weight: 700;
            font-size: 32px;
            text-align: center;
            color: #FFF;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            line-height: 1.7;
        }
            .ip-banner h1 span{
                display: block;
                font-size: 24px;
                font-weight: 400;
                text-transform: none;
                letter-spacing: 0.01em;
            }
/* Adjust minimum height of page area */ 
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

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

/* Adjust width of sidebar */
.sidebar{ width: 20.83%; }

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

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

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title { 
    font: 400 26px/26px var(--heading-font);
    color: var(--secondary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}
ul.list .prop-det .prop-beds,
.prop-det .prop-beds .det-baths{
    color: #fff;
}
/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle { 
    font-size: 21px;
    color: var(--secondary-color);
    letter-spacing: 1px;
    margin-top: 0;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 21px;
}
    #content .archive-subtitle a:hover {
        opacity: .8;
    }

#inner-page-wrapper {
    padding-top: 100px;
}
.ip-banner ~ #inner-page-wrapper {
    padding-top: 0;
}

.sidebar .agent-info {
    background: transparent;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}
.sidebar .social-media {
    padding: 0;
    text-align: center;
}
.sidebar .agent-info a:hover {
    opacity: 0.7;
}

.sidebar .agent-logo {
    padding: 20px 0;
}

.sidebar a.cta {
    font-size: 22px;
    background: #20378b;
    color: #fff;
}

.sidebar a.cta span{
    color: #fff;
}
.sidebar a.cta:hover {
    opacity: 0.8;
}

#content .wpcf7-form-control-wrap {
    color: #000;
}

/** Roadmaps **/
.aios-roadmaps.no-border a.aios-roadmap-link{
    color: #fff;
}

    .aios-roadmaps.no-border.black a.aios-roadmap-link.active-link, .aios-roadmaps.no-border.black a.aios-roadmap-link:hover{
        color: var(--secondary-color);
    }
/** Roadmaps **/
/** Listings **/
#content .listing-details-wrap .property-details h1, #content .listing-details-wrap .property-details h2,
#content .listing-details-wrap .property-details .details-list .det-specs span,
#content .property-description .property-det p,
#content .property-description .property-add-type p,
#content .property-description h1, #content .property-description h2,
#content .property-description .prop-location h3,
#content .property-description .prop-cta a{
    color: #fff;
}

.m-form .form-sec .result-label{
    color: #000;
}

.popup-wrap-request .request-more-info h3{
    padding-bottom: 20px;
    line-height: 1.3;
    color: #000;
}

#content .property-description .prop-cta a:hover {
    background: #fff;
    color: #333;
}

#ihf-main-container .nav-tabs{
    margin-left: 0;
}

#content .listing-details-wrap .details-head span.details-sold-price,
.grid .prop-det .prop-title,
.grid .prop-det .prop-price,
.grid-property-others,
.grid-property-others,
ul li div.sold-hidden span,
#ihf-main-container .btn-group>.btn-group:first-child>.btn:last-child,
#ihf-main-container .btn-group>.btn-group:first-child>.dropdown-toggle,
#ihf-main-container .btn-group>.btn-group:last-child>.btn:first-child,
#content .listing-details-wrap .pager a,
.prop-det .prop-beds .det-sqft{
    color: #fff;
}

ul li.sold-hidden, ul li div.sold-hidden {
    color: #000;
}
ul.table-list li div{
    color: #fff;
}
#ihf-main-container .caret{
    border-top: 4px solid #ffff;
}
#ihf-main-container .nav-tabs>li>a:hover {
    color: #000;
}
/*#ihf-main-container label{
    color: #fff;
}*/
.post-page-search #ihf-main-container label{
    color: #000 !important;
}
#ihf-main-container ul.chosen-results{
    margin-left: 0 !important;
}
#ihf-main-container ul.chosen-results li,
#ihf-main-container .panel-body label,
.ihf-modal-form-disclaimer{
    color: #000;
}

/* Disclaimer */
.footer-credit-disclaimer{
    line-height: 22px;
    margin-bottom: 6px;
}

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

img.cenlogo {
    max-width: 240px;
    display: block;
    margin: 0px auto;
    margin-bottom: 50px;
}

.post-type-archive-communities .ip-banner canvas {
    background-image: url(/wp-content/uploads/2021/10/Communities.jpg);
}
.category-blog .ip-banner canvas {
    background-image: url(/wp-content/uploads/2021/10/Blog.jpg);
}

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

.page-id-90 aside.sidebar {
    display: none;
}

#aios-testimonials.aios-testimonials-page h1 {
    font: 400 26px/26px var(--heading-font) !important;
    color: var(--secondary-color) !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    margin: .67em 0 !important;
}

#aios-testimonials .aios-testimonials-lists {
    padding-top: 0;
}

#aios-testimonials.aios-testimonials-page,
section#content.aios-communities-legacy {
    margin-top: 20px;
}

.footer-contact-details .agent-info a img {
    max-width: 200px;
    display: block;
    margin-bottom: 25px;
}

.footer-contact-details .agent-info a {
    display: block;
    font-size: 12px;
}

.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: calc(24.3% - 5px) !important;
    margin: 0 2.5px;
    display: inline-block;
}
.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*/
    outline: none;
    border: 1px solid var(--primary-border-color);
    background: var(--primary-color);
    height: 40px;
    padding: 8px 12px;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 0;
}
.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
/*font size, family, etc. should be set here*/
    color: var(--tertiary-text-color);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 300;
    text-overflow: ellipsis;
}

.page-id-179 .addtoany_content_bottom {
    display: none;
}

.aios-communities-legacy .fc-label {
    text-shadow: 3px 4px 5px rgb(0 0 0 / 75%);
}

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

.agentpro-section-5 .testimonials-list .testimonial span,
#aios-testimonials .aios-testimonials-lists h3,
.aiosp-wrap div[class*="aios-testimonials-popup-"] .aiosp-content h2 {
    display: none;
}

.error404 .wpcf7-response-output {
    text-align: center;
}

/* PRINTABLE FLYER */
.ihf-printable-template #breadcrumbs {
    display: none;
}