/*
Theme Name: Milan - Responsive Real Estate Wordpress Theme from Agent Image
Description: Milan 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.4
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
 *
 *******************************************************/

:root {
    --body-font: 'Roboto', sans-serif;
    --secondary-font: 'BenchNine', sans-serif;
    --primary-color: #0e1982;
    --secondary-color: #0e1a82bb;
    --accent-color: #464646;
    --background-color: #d7d7d7;
}

/* Global */

body{
	font-family: var(--body-font);
	font-size: 14px;
	background: #FFF;
	color: #898989;
    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;
}

h1 {
    font: 400 35px/1 var(--secondary-font);
    color: #898989;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

p {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: -0.025em;
}

a {
    outline: none !important;
}

#main-wrapper {
    overflow: hidden;
}

/* Placeholder effect */
[placeholder]:focus::-webkit-input-placeholder {
    transition: all 0.2s linear;
    transform: translate(10px, 0);
    opacity: 0;
    color:inherit;
}

input[type=text]:focus::-webkit-input-placeholder {
    color:inherit;
}

.slick-slide {
    outline: none !important;
}

.section-title {

}
    .section-title h1,
    .section-title h2 {
        font: 300 35px/1 var(--secondary-font);
        color: #898989;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }
        .section-title h1 span,
        .section-title h2 span {
            color: var(--primary-color);
        }

a.site-btn {
    display: inline-block;
    width: 104px;
    height: 50px;
    border-radius: 2px;
    border: 1px solid var(--accent-color);
    background: var(--accent-color);
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.site-btn:hover {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
}
.site-btn::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
    .site-btn span {
        display: inline-block;
        vertical-align: middle;
        font: 400 14px var(--secondary-font);
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }
a.site-btn.is-white {
    border: 1px solid #999999;
    background: transparent;
    color: #777777;
}
.site-btn.is-white:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #ffffff;
}

/* HEADER */
#main-header {
    position: absolute;
    width: 100%;
    z-index: 1028;
    font-size: 0;
}
    .default-header {
        background: #ffffff;
        height: 80px;
    }
        .dh-center {
            text-align: center;
        }
        .dh-center:not(.col-md-4) {
            max-width: 360px;
            margin: auto;
        }
            .dh-center-inner {
                box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.25);
            }
                .dh-logo {
                    background: #ffffff;
                    padding: 17.5px 0;
                }
                    .dh-logo a {
                        display: inline-block;
                        max-width: 76.2%;
                        font: 300 40px/1 var(--secondary-font);
                        color: #898989;
                        text-transform: uppercase;
                        letter-spacing: 0.1em;
                    }
                        .dh-logo a span{
                            color: var(--primary-color);
                        }
                .dh-cont {
                    background: rgba(255, 255, 255, 0.8);
                    padding: 16.5px 5px;
                }
                    .dh-cont ul {

                    }
                        .dh-cont li {
                            display: inline-block;
                            vertical-align: middle;
                            /*border-left: 1px solid #8a8787;*/
                            padding: 0 10px;
                        }
                        .dh-cont li:first-child {
                            padding-left: 0;
                            border-left: 0;
                        }
                        .dh-cont li:last-child {
                            padding-right: 0;
                        }
                            .dh-cont li a {
                                display: inline-block;
                                font-size: 17px;
                                font-weight: 300;
                                color: #464646;
                                line-height: 1;
                                -webkit-transition: all 0.35s ease-in-out;
                                -moz-transition: all 0.35s ease-in-out;
                                -o-transition: all 0.35s ease-in-out;
                                transition: all 0.35s ease-in-out;
                            }
                            .dh-cont li a:hover {
                                color: var(--primary-color);
                            }
        .dh-navi-left,
        .dh-navi-right {
            padding-top: 32px;
            padding-bottom: 30px;
            text-align: center;
            position: relative;
            z-index: 2;
        }
        .dh-navi-left {
            padding-right: 0;
        }
        .dh-navi-right {
            padding-left: 0;
        }
            .navi {

            }
                .navi li {
                    display: block;
                    position: relative;
                }
                    .navi li a {
                        display: block;
                        position: relative;
                        font: 300 19px/1 var(--secondary-font);
                        color: #898989;
                        letter-spacing: 0.1em;
                        padding: 10px;
                        text-decoration: none;
                        text-transform: uppercase;
                        -webkit-transition: all 0.35s ease-in-out;
                        -moz-transition: all 0.35s ease-in-out;
                        -o-transition: all 0.35s ease-in-out;
                        transition: all 0.35s ease-in-out;
                    }
                .navi > li {
                    display: inline-block;
                    vertical-align: middle;
                }
                .navi > li::before {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 1px;
                    height: 15px;
                    top: 1px;
                    left: 0;
                    background: var(--primary-color);
                    opacity: 0.7;
                }
                .navi > li:first-child::before {
                    display: none;
                }
                    .navi > li > a {
                        padding: 0 13px;
                    }
                    .navi > li:hover > a {
                        text-shadow: 0 0 1px #000000;
                    }
                    .navi .sub-menu {
                        display: block;
                        position: absolute;
                        width: 170px;
                        text-align: center;
                        opacity: 0;
                        visibility: hidden;
                        pointer-events: none;
                        transform: translateY(-20px);
                        -webkit-transition: all 0.35s ease-in-out;
                        -moz-transition: all 0.35s ease-in-out;
                        -o-transition: all 0.35s ease-in-out;
                        transition: all 0.35s ease-in-out;
                    }
                    .navi .sub-menu .sub-menu {
                        margin-left: 100%;
                        top: 0;
                    }
                    .navi > li > .sub-menu {
                        padding-top: 29px;
                        left: -150%;
                        right: -150%;
                        margin: auto;
                    }
                    .navi li:hover > .sub-menu {
                        opacity: 1;
                        visibility: visible;
                        pointer-events: auto;
                        transform: translateY(0);
                    }
                        .navi .sub-menu li {

                        }
                            .navi .sub-menu li a {
                                background: var(--primary-color);
                                color: #ffffff;
                            }
                            .navi .sub-menu li:hover > a {
                                background: var(--secondary-color);
                            }

    .fixed-header {
        background: var(--primary-color);
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1028;
        opacity: 0;
        pointer-events: none;
        transform: translate3d(0,-100%,0);
        padding: 7px 0;
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
    }
    .fixed-header.show-fh {
        opacity: 1;
        pointer-events: auto;
        transform: none
    }
        .fh-logo {
            float: none;
            display: inline-block;
            vertical-align: middle;
        }
            .fh-logo a {
                display: inline-block;
                font: 300 28px/1 var(--secondary-font);
                color: #fff;
                text-transform: uppercase;
                letter-spacing: 0.1em;
            }
        .fh-navi {
            float: none;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
        }
            .fh-navi .navi li a {
                font-size: 17px;
                color: #ffffff;
            }
            .fh-navi .navi > li {
                margin: 0 28px;
            }
            .fh-navi .navi > li:first-child {
                margin-left: 0;
            }
            .fh-navi .navi > li:last-child {
                margin-right: 0;
            }
            .fh-navi .navi > li::before {
                display: none;
            }
            .fh-navi .navi > li > a {
                padding-left: 0;
                padding-right: 0;
            }
            .fh-navi .navi > li:hover > a {
                text-shadow: 0 0 1px #ffffff;
            }
            .fh-navi .navi > li > .sub-menu {
                padding-top: 26px;
            }
            .fh-navi .navi .sub-menu li a {
                font-size: 15px;
            }
        .fh-cont {
            float: none;
            display: inline-block;
            vertical-align: middle;
            text-align: center;
        }
            .fh-cont ul {

            }
                .fh-cont li {
                    display: inline-block;
                    vertical-align: middle;
                    padding: 0 12px;
                }
                    .fh-cont li a {
                        display: inline-block;
                        font-size: 19px;
                        color: #ffffff;
                        text-decoration: none;
                        -webkit-transition: all 0.35s ease-in-out;
                        -moz-transition: all 0.35s ease-in-out;
                        -o-transition: all 0.35s ease-in-out;
                        transition: all 0.35s ease-in-out;
                    }
                    .fh-cont li a:hover {
                        color: var(--accent-color);
                    }

/* UPPERFOLD */
#upperfold-wrap {
    position: relative;
    font-size: 0;
}
    .slide-holder {
        position: relative;
    }
        .slide-holder .cycloneslider-template-responsive .cycloneslider-slide {
            height: 100%;
        }
        .slide-holder .cycloneslider-template-responsive .cycloneslider-slide::after {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(0,0,0,0.3);
        }
            .slide-holder .cycloneslider-template-responsive.cycloneslider-width-full .cycloneslider-slide canvas,
            .slide-holder .cycloneslider-template-responsive.cycloneslider-width-full .cycle-sentinel canvas {
                height: 100%;
            }
            .slide-holder .cycloneslider-template-responsive .cycloneslider-caption {
                background: none;
                text-align: center;
                opacity: 1;
                bottom: 26%;
            }
                .slide-holder .cycloneslider-template-responsive .cycloneslider-caption-title {
                    font: 400 56px/1 var(--secondary-font);
                    color: #ffffff;
                }
        .slide-holder .cycloneslider-template-responsive .cycloneslider-prev,
        .slide-holder .cycloneslider-template-responsive .cycloneslider-next {
            width: auto;
            height: auto;
            border-radius: 0;
            background: none;
            box-shadow: none;
            opacity: 0.75;
            margin-top: -50px;
            text-decoration: none;
        }
        .slide-holder .cycloneslider-template-responsive .cycloneslider-prev {
            left: calc( (100vw - 1140px) / 2 - 15px );
        }
        .slide-holder .cycloneslider-template-responsive .cycloneslider-next {
            right: calc( (100vw - 1140px) / 2 - 15px );
        }
            .slide-holder .cycloneslider-template-responsive .cycloneslider-prev i,
            .slide-holder .cycloneslider-template-responsive .cycloneslider-next i {
                font-size: 100px;
                color: #ffffff;
            }
    .quicksearch-holder {
        position: absolute;
        width: 100%;
        bottom: 8%;
    }
        .qs-form {
            background: rgba(255, 255, 255, 0.8);
            padding: 15px 0;
        }
            .qs-form form {

            }
            .qs-form p {
	            font-size: 12px;
	            text-align: right;
	            padding: 8px 20px 0;
            }
                .qs-form i {
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 33px;
                    color: var(--primary-color);
                    margin-left: 2.80%;
                    margin-right: 2.10%;
                }
                .qs-form .field-input {
                    display: inline-block;
                    vertical-align: middle;
                    position: relative;
                    margin-right: 0.78%;
                }
                .qs-form .field-lg {
                    width: 14.12%;
                }
                .qs-form .field-sm {
                    width: 9.73%;
                }
                .qs-form .field-input::after {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 0px;
                    height: 0px;
                    top: 0;
                    bottom: 0;
                    right: 8px;
                    margin: auto;
                    border-left: 3px solid transparent;
                    border-right: 3px solid transparent;
                    border-top: 6px solid #464646;
                    pointer-events: none;
                }
                    .qs-form .field-input select,
                    .qs-form .field-input input[type="text"],
                    .qs-form .field-input .bootstrap-select button {
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        appearance: none;
                        border: solid 1px #868686;
                        border-radius: 2px;
                        background-color: rgba(255,255,255,0.5);
                        font-size: 11px;
                        font-weight: 300;
                        color: #464646;
                        padding: 0 12px;
                        width: 100%;
                        height: 32px;
                        outline: none;
                    }
                    .name-Firefox .qs-form .field-input select,
                    .name-Firefox .qs-form .field-input input[type="text"] {
                        padding: 0 7px;
                    }
                .qs-form input[type="submit"] {
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    border: 0;
                    border-radius: 2px;
                    vertical-align: middle;
                    width: 8.85%;
                    height: 32px;
                    font: 400 14px var(--secondary-font);
                    color: #ffffff;
                    text-transform: uppercase;
                    background: var(--primary-color);
                    -webkit-transition: all 0.35s ease-in-out;
                    -moz-transition: all 0.35s ease-in-out;
                    -o-transition: all 0.35s ease-in-out;
                    transition: all 0.35s ease-in-out;
                }
                .qs-form input[type="submit"]:hover {
                    background: var(--secondary-color);
                }
                .qs-form a.adv-btn {
                    display: inline-block;
                    vertical-align: middle;
                    width: 8.85%;
                    height: 32px;
                    text-align: center;
                    background: var(--accent-color);
                    color: #ffffff;
                    border-radius: 2px;
                    border: 1px solid var(--accent-color);
                    margin-left: 0.87%;
                    -webkit-transition: all 0.35s ease-in-out;
                    -moz-transition: all 0.35s ease-in-out;
                    -o-transition: all 0.35s ease-in-out;
                    transition: all 0.35s ease-in-out;
                }
                .qs-form a.adv-btn:hover {
                    color: var(--accent-color);
                    background: transparent;
                }
                .qs-form a.adv-btn::before {
                    content: '';
                    display: inline-block;
                    vertical-align: middle;
                    width: 0;
                    height: 100%;
                }
                    .qs-form a.adv-btn span {
                        display: inline-block;
                        vertical-align: middle;
                        font: 400 14px var(--secondary-font);
                        text-transform: uppercase;
                    }

/** CALL TO ACTION */
#calltoaction-wrap {
    padding: 38px 0;
    font-size: 0;
}
    .cta-item {

    }
        .cta-item a {
            display: block;
            position: relative;
            max-width: 360px;
            margin: 10px auto;
            text-align: center;
        }
        .cta-item a::before,
        .cta-item a::after {
            content: '';
            display: block;
            position: absolute;
            width: 122px;
            background: rgba(255, 255, 255, 0.80);
            z-index: 3;
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }
        .cta-item a:hover::before,
        .cta-item a:hover::after {
            width: 100%;
        }
        .cta-item a::before {
            height: 3px;
            top: 25px;
            left: 0;
        }
        .cta-item a::after {
            height: 1px;
            bottom: 25px;
            right: 0;
        }
            .cta-img {
                position: relative;
                z-index: 1;
            }
                .cta-img canvas {
                    display: block;
                    width: 100%;
                    background-color: #cccccc;
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: cover;
                }
            .cta-txt {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                z-index: 2;
            }
            .cta-txt::before {
                content: '';
                display: block;
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background: #a1a1a1;
                opacity: 0.8;
                z-index: 1;
                -webkit-transition: all 0.35s ease-in-out;
                -moz-transition: all 0.35s ease-in-out;
                -o-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
            }
            .cta-item a:hover .cta-txt::before {
                background: var(--primary-color);
            }
            .cta-txt::after {
                content: '';
                display: inline-block;
                vertical-align: middle;
                width: 0;
                height: 100%;
            }
                .cta-txt span {
                    display: inline-block;
                    vertical-align: middle;
                    position: relative;
                    font: 400 31px/1 var(--secondary-font);
                    color: #ffffff;
                    text-transform: uppercase;
                    margin-top: 2px;
                    z-index: 2;
                }

/* FEATURED - EXPERTISE */
#featured-expertise-wrap {
    padding: 6px 0 0;
    font-size: 0;
}
    .site-slick-holder {
        max-width: 360px;
        margin: auto;
    }
        .site-slick {

        }
            .site-arrow {
                position: absolute;
                width: 50px;
                height: 50px;
                top: calc( 50% - 60px );
                z-index: 2;
                background: var(--secondary-color);
                color: #ffffff;
                text-align: center;
                cursor: pointer;
                opacity: 0;
                -webkit-transition: all 0.35s ease-in-out;
                -moz-transition: all 0.35s ease-in-out;
                -o-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
            }
            .site-slick:hover .site-arrow {
                opacity: 1;
            }
            .site-arrow:hover {
                background: var(--primary-color);
            }
            .site-arrow::before {
                content: '';
                display: inline-block;
                vertical-align: middle;
                width: 0;
                height: 100%;
            }
            .site-arrow-prev {
                left: 0;
            }
            .site-arrow-next {
                right: 0;
            }
                .site-arrow i {
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 18px;
                }
            .ss-item {
                position: relative;
            }
            .site-slick:not(.slick-initialized) .ss-item {
                display: none;
            }
            .site-slick:not(.slick-initialized) .ss-item:first-child {
                display: block;
            }
                .ss-item-img {

                }
                    .ss-item-img canvas {
                        display: block;
                        width: 100%;
                        height: 248px;
                        background-color: #cccccc;
                        background-position: center center;
                        background-repeat: no-repeat;
                        background-size: cover;
                    }
                .ss-item-txt {
                    position: absolute;
                    width: 100%;
                    bottom: 0;
                    background: var(--background-color);
                    padding: 17px 20px;
                }
                    .ss-item-txt-left {
                        display: inline-block;
                        vertical-align: middle;
                        width: calc( 100% - 104px );
                    }
                    .ss-item-txt-right {
                        display: inline-block;
                        vertical-align: middle;
                    }
    .properties-col {

    }
        .properties-col .section-title {
            text-align: center;
            margin-bottom: 26px;
        }
        .fp-address {
            display: block;
            font-size: 14px;
            font-weight: 300;
            color: #333333;
            margin-bottom: 3px;
        }
        .fp-price {
            display: block;
            font-size: 21px;
            font-weight: 300;
            color: #333333;
        }
    .communities-col {

    }
        .communities-col .section-title {
            text-align: center;
            margin-bottom: 26px;
        }
        .fc-name {
            font: 300 26px/1 var(--secondary-font);
            color: #464646;
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }
    .expertise-col {

    }
        .expertise-col .section-title {
            text-align: center;
            margin-bottom: 26px;
        }
        .expertise-holder {
            max-width: 360px;
            min-height: 248px;
            margin: auto;
            padding: 12px 30px 14px;
            border: 1px solid #cfcfcf;
            text-align: center;
        }
            #expertise-items {

            }
                #expertise-items ul {
                    display: flex;
                    flex-flow: row wrap;
                    justify-content: space-between;
                }

                    #expertise-items li {
                         width: calc( 50% - 15px );
                    }
                        #expertise-items li a {
                            display: block;
                            font: 300 18px var(--secondary-font);
                            color: #898989;
                            text-decoration: none;
                            text-transform: uppercase;
                            border-bottom: 1px dotted #898989;
                            padding: 7px 0;
                            -webkit-transition: all 0.35s ease-in-out;
                            -moz-transition: all 0.35s ease-in-out;
                            -o-transition: all 0.35s ease-in-out;
                            transition: all 0.35s ease-in-out;
                        }
                        #expertise-items li:last-child a {
                            border-bottom: 0;
                        }
                        #expertise-items li a:hover {
                            font-weight: 700;
                        }
            .expertise-holder > a {
                margin: 15px auto 0;
            }

/* WELCOME - TESTIMONIAL */
#welcome-testimonial-wrap {
    padding: 50px 0 0;
    font-size: 0;
}
    .welcome-col {
        border-right: 1px solid var(--primary-color);
        padding-top: 15px;
        padding-bottom: 10px;
    }
        .welcome-col .section-title {
            margin-bottom: 26px;
        }
        .welcome-col p {
            margin-bottom: 17px;
        }
    .testimonial-col {
        padding-top: 15px;
        padding-bottom: 10px;
    }
        .testimonial-col-inner {
            padding-left: 20px;
        }
            .testimonial-col .section-title {
                margin-bottom: 26px;
            }
            .testi-holder {
                position: relative;
            }
                .ts-slick {

                }
                    .ts-item {

                    }
                    .ts-slick:not(.slick-initialized) .ts-item {
                        display: none;
                    }
                    .ts-slick:not(.slick-initialized) .ts-item:first-child {
                        display: block;
                    }
                        .ts-item p {

                        }
                        .ts-author {
                            display: block;
                            font: 400 24px/1 var(--secondary-font);
                            color: var(--primary-color);
                            margin: 20px 0 18px;
                            text-transform: uppercase;
                        }
                        .ts-item a {

                        }
                .ts-arrows {
                    position: absolute;
                    right: 0;
                    bottom: 16px;
                    text-align: center;
                }
                    .ts-arrow {
                        display: inline-block;
                        vertical-align: middle;
                        width: 20px;
                        height: 20px;
                        margin: 0 2px;
                        background: var(--primary-color);
                        color: #ffffff;
                        text-align: center;
                        cursor: pointer;
                        z-index: 2;
                        -webkit-transition: all 0.35s ease-in-out;
                        -moz-transition: all 0.35s ease-in-out;
                        -o-transition: all 0.35s ease-in-out;
                        transition: all 0.35s ease-in-out;
                    }
                    .ts-arrow:hover {
                        background: var(--secondary-color);
                    }
                    .ts-arrow::before {
                        content: '';
                        display: inline-block;
                        vertical-align: middle;
                        width: 0;
                        height: 100%;
                    }
                    .ts-arrow-prev {
                        margin-left: 0;
                    }
                    .ts-arrow-next {
                        margin-right: 0;
                    }
                        .ts-arrow i {
                            display: inline-block;
                            vertical-align: middle;
                            font-size: 10px;
                        }

/* POST - BROKERAGE */
#post-brokerage-wrap {
    padding: 30px 0 57px;
    font-size: 0;
}
    .post-col {

    }
        .post-col .section-title {
            padding-bottom: 20px;
            margin-bottom: 30px;
            border-bottom: 1px solid #dddddd;
        }
        .post-holder {

        }
            .post-item {
                display: inline-block;
                vertical-align: top;
                width: 50%;
            }
                .post-img {
                    display: inline-block;
                    vertical-align: top;
                }
                    .post-img a {
                        display: block;
                        position: relative;
                    }
                    .post-img a::after {
                        content: '';
                        display: block;
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        top: 0;
                        left: 0;
                        background: var(--primary-color);
                        opacity: 0;
                        -webkit-transition: all 0.35s ease-in-out;
                        -moz-transition: all 0.35s ease-in-out;
                        -o-transition: all 0.35s ease-in-out;
                        transition: all 0.35s ease-in-out;
                    }
                    .post-img a:hover::after {
                        opacity: 0.7;
                    }
                        .post-img canvas {
                            display: block;
                            width: 100%;
                            background-color: #cccccc;
                            background-position: center center;
                            background-repeat: no-repeat;
                            background-size: cover;
                        }
                .post-txt {
                    display: inline-block;
                    vertical-align: top;
                    width: calc( 100% - 144px );
                    margin-left: 20px;
                }
                    a.post-title {
                        display: inline-block;
                        font: 400 20px/20px var(--secondary-font);
                        color: #959595;
                        text-transform: uppercase;
                        margin-bottom: 5px;
                        -webkit-transition: all 0.35s ease-in-out;
                        -moz-transition: all 0.35s ease-in-out;
                        -o-transition: all 0.35s ease-in-out;
                        transition: all 0.35s ease-in-out;
                    }
                    a.post-title:hover {
                        color: var(--primary-color)
                    }
                    .post-txt p {
                        font-size: 13px;
                        font-weight: 300;
                        color: #333333;
                        line-height: 20px;
                    }
                        .post-txt p a {
                        	display: inline-block;
                            color: var(--primary-color);
                            text-decoration: none;
                            -webkit-transition: all 0.35s ease-in-out;
                            -moz-transition: all 0.35s ease-in-out;
                            -o-transition: all 0.35s ease-in-out;
                            transition: all 0.35s ease-in-out;
                        }
                        .post-txt p a:hover {
                            color: #959595;
                        }
    .brokerage-col {
        padding-top: 66px;
    }
        .brokerage-col img {
            margin: auto;
        }

/* CONTACT */
#contact-wrap {
    background: var(--background-color);
    padding: 30px 0;
    font-size: 0;
}
    .contact-col {

    }
        .contact-col .footer-logo{
            font: 300 42px/1 var(--secondary-font);
            color: #898989;
            text-transform: uppercase;
            letter-spacing: 0.1em;
        }
             .contact-col .footer-logo span{
                 color: var(--primary-color);
             }
        .contact-logo {

        }
        .contact-info {
            margin: 20px 0;
        }
            .contact-info li {

            }
                .contact-info li a {
                    font: 700 39px/1 var(--secondary-font);
                    color: #898989;
                    -webkit-transition: all 0.35s ease-in-out;
                    -moz-transition: all 0.35s ease-in-out;
                    -o-transition: all 0.35s ease-in-out;
                    transition: all 0.35s ease-in-out;
                }
                .contact-info li a:hover {
                    color: var(--primary-color);
                }
                .contact-info li a.asis-mailto-obfuscated-email {
                    font-size: 33px;
                    font-weight: 300;
                }
        .contact-smis {

        }
            .contact-smis a {
                display: inline-block;
                vertical-align: middle;
                width: 41px;
                height: 41px;
                background: var(--accent-color);
                border-radius: 50%;
                text-align: center;
                color: #ffffff;
                text-decoration: none;
                margin: 0 3px;
                -webkit-transition: all 0.35s ease-in-out;
                -moz-transition: all 0.35s ease-in-out;
                -o-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
            }
            .contact-smis a:hover {
                background: var(--primary-color);
            }
            .contact-smis a:first-child {
                margin-left: 0;
            }
            .contact-smis a:last-child {
                margin-right: 0;
            }
            .contact-smis a::before {
                content: '';
                display: inline-block;
                vertical-align: middle;
                width: 0;
                height: 100%;
            }
                .contact-smis a i {
                    display: inline-block;
                    vertical-align: middle;
                    font-size: 23px;
                }
    .agent-col {

    }
        .agent-col-inner {
            width: 76%;
            max-width: 273px;
            margin: 0 auto;
            border: 10px solid var(--primary-color);
            border-radius: 50%;
            overflow: hidden;
        }
            .agent-col-inner img {
                border: 8px solid #ffffff;
                border-radius: 50%;
            }
    .form-col {
        padding-top: 6px;
    }
        .form-col .section-title {
            margin-bottom: 20px;
        }
        .form-holder {
            max-width: 360px;
            margin: auto;
            position: relative;
        }
            .form-holder .field-input {
                display: inline-block;
                vertical-align: middle;
                position: relative;
                margin-bottom: 7px;
            }
            .form-holder .field-lg {
                width: 100%;
            }
            .form-holder .field-sm {
                width: calc( 50% - 4px );
                margin-right: 8px;
            }
            .form-holder .field-nomar {
                margin-right: 0;
            }
                .form-holder label {
                    display: none;
                }
                .form-holder .field-input input[type="text"],
                .form-holder .field-input input[type="email"],
                .form-holder .field-input input[type="tel"],
                .form-holder .field-input textarea {
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    appearance: none;
                    border: solid 1px #cfcfcf;
                    width: 100%;
                    height: 32px;
                    font-size: 11px;
                    font-weight: 300;
                    color: #9c9c9c;
                    text-transform: uppercase;
                    padding: 0 10px;
                    outline: none;
                    transition: all 0.35s ease-in-out;
                }
                .form-holder .field-input textarea {
                    height: 110px;
                    padding-top: 10px;
                    padding-right: 100px;
                    resize: none;
                }
                .form-holder .field-input input[type="text"]:focus,
                .form-holder .field-input input[type="email"]:focus,
                .form-holder .field-input input[type="tel"]:focus,
                .form-holder .field-input textarea:focus {
                    border-color: #fff;
                    outline: 0;
                    -webkit-box-shadow: inset 0 1px 1px #fff, 0 0 8px #fff;
                    box-shadow: inset 0 0 1px #fff, 0 0 8px #fff;
                }

                .form-holder .form-btn {
                    position: absolute;
                    top: 7px;
                    right: 8px;
                }
                    .form-holder .form-btn input {
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        appearance: none;
                        border: 0;
                        width: 82px;
                        height: 95px;
                        background: var(--background-color);
                        font: 300 20px var(--secondary-font);
                        color: #464646;
                        letter-spacing: 0.1em;
                        text-transform: uppercase;
                        outline: none;
                        -webkit-transition: all 0.35s ease-in-out;
                        -moz-transition: all 0.35s ease-in-out;
                        -o-transition: all 0.35s ease-in-out;
                        transition: all 0.35s ease-in-out;
                    }
                    .form-holder .form-btn input:hover {
                        background: var(--secondary-color);
                        color: #ffffff;
                    }

                    .form-holder .form-btn .wpcf7-spinner{
                        position: absolute;
                    }
            .form-holder .wpcf7-form-control-wrap {
                display: block;
            }
            .form-holder .use-floating-validation-tip span.wpcf7-not-valid-tip {
	            position: absolute !important;
	            width: auto !important;
                font-size: 11px;
	            top: 20%;
                left: 12%;
            }
            .form-holder div.wpcf7 .ajax-loader {
                position: absolute;
                margin: auto;
                right: 85px;
                bottom: 0;
            }
            .form-holder div.wpcf7-response-output {
                position: absolute;
                width: 100%;
                font-size: 12px;
                line-height: 1;
                color: #333333;
                margin: -5px 0 0;
                text-align: center;
            }

/* FOOTER */
#main-footer {
    background: var(--primary-color);
    padding: 32px 0;
    font-size: 0;
}
    .footer-left {

    }
        .footer-nav {
            margin-left: -16px;
        }
            .footer-nav li {
                display: inline-block;
                vertical-align: middle;
                border-left: 1px solid #fff;
                padding: 0 16px;
                margin-bottom: 8px;
            }
            .footer-nav li:first-child {
                border-left: 0;
            }
                .footer-nav li a {
                    display: block;
                    font-size: 12px;
                    font-weight: 300;
                    color: #ffffff;
                    line-height: 1;
                    text-decoration: none;
                    text-transform: uppercase;
                    -webkit-transition: all 0.35s ease-in-out;
                    -moz-transition: all 0.35s ease-in-out;
                    -o-transition: all 0.35s ease-in-out;
                    transition: all 0.35s ease-in-out;
                }
                .footer-nav li a:hover {
                    color: #464646;
                }
        .copyright {
            font-size: 12px;
            font-weight: 300;
            line-height: 1;
            color: #ffffff;
        }
            .copyright a {
                -webkit-transition: all 0.35s ease-in-out;
                -moz-transition: all 0.35s ease-in-out;
                -o-transition: all 0.35s ease-in-out;
                transition: all 0.35s ease-in-out;
            }
            .copyright a:hover {
                color: #464646;
            }
    .footer-right {
        padding-top: 8px;
        text-align: right;
    }
        .footer-right i {
            display: inline-block;
            font-size: 24px;
            color: #eeeae7;
        }

/*******************************************************
 *
 * 3. IP Styles
 *
 *******************************************************/
.ip-banner{
    position: relative;
    width: 100%;
}
    .ip-banner::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0,0,0,0);
    }
    .ip-banner canvas{
        display: block;
        position: relative;
        z-index: 0;
        width: 100%;
        min-height: 250px;
        background: url(images/page-bg.jpg) #f9f7f7 no-repeat center center / cover;
    }
    .ip-banner .container{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 2;
    }
        .ip-banner h1 {
            font-weight: 700;
            font-size: 32px;
            text-align: center;
            color: #FFF;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            line-height: 1.7;
        }
            .ip-banner h1 span{
                display: block;
                font-size: 24px;
                font-weight: 400;
                text-transform: none;
                letter-spacing: 0.01em;
            }
/* Adjust minimum height of page area */
#content-sidebar, #content-full{ min-height: 500px; margin-top: 20px;}

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

/* Adjust width of sidebar */
.sidebar{ width: 30%; padding-top: 22px; }

/* 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: 400 35px/1 var(--secondary-font);
    color: #898989;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {
    font: 400 28px/1 var(--secondary-font);
    color: #898989;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 0;
}

#content .archive-subtitle a,
#content .archive-more {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

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

#content .entry,
#content .entry p {
    font-weight: 400;
    color: #333333;
}

#breadcrumbs {
    font-weight: 400;
    color: #333333;
}

.sb-cont {
    text-align: center;
    font-size: 0;
    margin-bottom: 26px;
}
    .sb-agent {

    }
        .sb-agent-inner {
            max-width: 273px;
            margin: 0 auto;
            border: 10px solid var(--primary-color);
            border-radius: 50%;
            overflow: hidden;
        }
            .sb-agent-inner img {
                border: 8px solid #ffffff;
                border-radius: 50%;
            }
    .sb-info {

    }
        #content .sb-info ul {
            margin-left: 0;
        }
            .sb-info li {
                display: block;
            }
                .sb-info li a {
                    font: 700 39px/1 var(--secondary-font);
                    color: #898989;
                    -webkit-transition: all 0.35s ease-in-out;
                    -moz-transition: all 0.35s ease-in-out;
                    -o-transition: all 0.35s ease-in-out;
                    transition: all 0.35s ease-in-out;
                }
                .sb-info li a:hover {
                    color: var(--primary-color);
                }
                .sb-info li a.asis-mailto-obfuscated-email {
                    font-size: 33px;
                    font-weight: 300;
                }
    .sb-smis {

    }
        .sb-smis a {
            display: inline-block;
            vertical-align: middle;
            width: 41px;
            height: 41px;
            background: var(--accent-color);
            border-radius: 50%;
            text-align: center;
            color: #ffffff;
            text-decoration: none;
            margin: 0 3px;
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }
        .sb-smis a:hover {
            background: var(--primary-color);
        }
        .sb-smis a:first-child {
            margin-left: 0;
        }
        .sb-smis a:last-child {
            margin-right: 0;
        }
        .sb-smis a::before {
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 0;
            height: 100%;
        }
            .sb-smis a i {
                display: inline-block;
                vertical-align: middle;
                font-size: 23px;
            }

.sb-cta {
    font-size: 0;
}

.aios-mobile-header-wrapper {
    z-index: 1030 !important;
}

/* Contact form and roadmap colors : BEGIN */
/* This is only for the default setup. You may use the
AIOS All in One > Initial Setup > Elements to change the colors and delete this block afterwards. */

.ai-contact-wrap input.wpcf7-submit,
.ai-default-cf7wrap input.wpcf7-submit,
.error-forms input.wpcf7-submit {
    background: var(--accent-color) !important;
}

.ai-contact-wrap input.wpcf7-submit:hover,
.ai-default-cf7wrap input.wpcf7-submit:hover,
.error-forms input.wpcf7-submit:hover {
    background: var(--primary-color) !important;
}

.aios-roadmaps.black a.aios-roadmap-link.active-link,
.aios-roadmaps.black a.aios-roadmap-link:hover {
    color: var(--accent-color) !important;
}

.aios-roadmaps.no-border.black a.aios-roadmap-link.active-link,
.aios-roadmaps.no-border.black a.aios-roadmap-link:hover {
    color: var(--primary-color) !important;
}
/* Contact form and roadmap colors : END */

/* Disclaimer */
.footer-credit-disclaimer{
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 5px;
}

.fh-logo img{
    filter: brightness(0) invert(1);
}
/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

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

.ihf-results-template.aios-custom-ihomefinder-results-template #content-full .entry-title,
.ihf-results-template .ip-banner > .container {
    width: 100%;
}
.ihf-results-template #content #breadcrumbs {
    width: 100%;
}
.ihf-results-template .listings-map .leaflet-map-pane .leaflet-div-icon {
    border: none;
    background: transparent;
}
.ihf-results-template #listings-results .listings-table .listings-table-body .listings-table-label {
    color: #fff;
}
.ihf-results-template #inner-page-wrapper,
.ihf-results-template:not(.aios-custom-ihomefinder-shortcode) #inner-page-wrapper {
    margin-bottom: 0;
}
.ihf-results-template #content-full {
    margin-bottom: 30px;
}
.ihf-results-template #listings-results .listings-grid .listings-media li img {
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.25)) drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.25)) drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.25));
}

.hp-popup {
    position: fixed;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.35s;
    visibility: hidden;
}
.hp-popup-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    width: fit-content;
    height: fit-content;
    margin: auto;
    padding: 55px;
    padding-bottom: 30px;
}
.hp-popup-container form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hp-popup-container form label{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}
.hp-popup-container form label span{
    width: 100%;
}
.hp-popup-container form label span input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 1px #868686;
    border-radius: 2px;
    font-weight: 300;
    color: #464646;
    padding: 0 12px;
    width: 100%;
    height: 32px;
    outline: none;
}
.hp-popup-container form label:nth-child(5){
    margin-bottom: 0;
}
.hp-popup-container form .wpcf7-submit{
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 2px;
    height: 32px;
    font: 400 14px var(--secondary-font);
    color: #ffffff;
    text-transform: uppercase;
    background: var(--primary-color);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    padding: 0px 40px;
    margin-top: 15px;
}
.popup-title{
    margin-bottom: 15px;
}
.popup-title span{
    font: 300 35px/1 var(--secondary-font);
    color: #898989;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    display: block;
}
.popup-title span strong{
    font-weight: 300;
    color: var(--primary-color);
}
.hp-popup-container .use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    left: 0;
    width: fit-content;
    font-size: 11px;
}
.hp-popup-container .wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin: 0;
    font-size: 11px;
    position: absolute;
    bottom: 15px;
}
.hp-popup-container .close-btn{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    font-weight: 400;
}
.hp-popup-container .close-btn:hover{
    cursor: pointer;
}

.post-page-home-inspection form {
    position: relative;
    /*margin-bottom: 75px !important;*/
    margin-top: 20px !important;
    margin-bottom: 25px !important;
}
.post-page-home-inspection form label{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 15px;
    flex-direction: column;
}
.post-page-home-inspection form .wpcf7-submit{
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 2px;
    height: 32px;
    font: 400 14px var(--secondary-font);
    color: #ffffff;
    text-transform: uppercase;
    background: var(--primary-color);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    padding: 0px 40px;
    margin-top: 15px;
}
.post-page-home-inspection form label span{
    width: 100%;
}
.post-page-home-inspection form label span input, .post-page-home-inspection form label span textarea, .post-page-home-inspection form label span select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 1px #868686;
    border-radius: 2px;
    font-weight: 300;
    color: #464646;
    padding: 0 12px;
    width: 100%;
    height: 32px;
    outline: none;
}
.post-page-home-inspection form label span textarea{
    resize: none;
    height: 80px;
}
.post-page-home-inspection form label span select{
    width: fit-content;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.post-page-home-inspection .use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 3px;
    left: 3px;
    width: fit-content;
    font-size: 11px;
}
.post-page-home-inspection .wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin: 0;
    font-size: 11px;
    /*position: absolute;
    bottom: -54px;
    left: 0;
    right: 0;*/
    margin: 24px 0 0;
}
.post-page-home-inspection h1.entry-title{
    line-height: 25px;
}
.post-page-home-inspection h1.entry-title strong{
    font-size: 19px;
    font-weight: 400;
}

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


.slide-holder .cycloneslider-template-responsive .cycloneslider-prev, .slide-holder .cycloneslider-template-responsive .cycloneslider-next {
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}

.slide-holder .cycloneslider-template-responsive .cycloneslider-prev i, .slide-holder .cycloneslider-template-responsive .cycloneslider-next i {
    font-size: clamp(50px, 6.25vw, 100px);
}

.page-id-0 aside.sidebar{
    display: none!important;
}

.page-id-0 #content{
    width: 100%!important;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    max-height: 150px !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
}
#listings-details .listings-slideshow-splide.splide-default .listings-slideshow-splide-text span {
    text-shadow: 2px 2px 2px black, 0 0 2em #040404, 0 0 0.2em #000000 !important;
}
.glyphicon-remove-circle{
    color: white !important;
}
body #pojo-a11y-toolbar {
    bottom:0 !important;
    top: auto !important;
}
body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    top:auto !important;
    bottom:0 !important;
}
button:focus-visible, a:focus-visible {
    outline-style: solid !important;
    outline-width: 5px !important;
    outline-color: red !important;
    transition: none !important;
}
#pojo-a11y-toolbar .pojo-a11y-btn-high-contrast,
#pojo-a11y-toolbar .pojo-a11y-btn-negative-contrast,
#pojo-a11y-toolbar .pojo-a11y-btn-light-background,
#pojo-a11y-toolbar .pojo-a11y-btn-grayscale {
    display:none !important;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: fit-content !important;
    font-size: 11px !important;
}
.wpcf7 form .wpcf7-response-output {
    text-align: center;
}

.aios-custom-ihomefinder-printable-template p#breadcrumbs{
    display: none !important;
}


#content .post {
    border-bottom: 1px dotted;
}
