.ease {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

body .canvas-img {
    position: relative;
}

body .canvas-img canvas {
    display: block;
    width: 100%;
}

body .canvas-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

#content-sidebar, #content-full {
    margin-top: 0;
}
#inner-page-wrapper {
    margin-bottom: 0;
}
#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
.ip-custom-breadcrumbs {
    padding: 35px 0;
}
#breadcrumbs {
    color: #656565;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
}
    #breadcrumbs a {
        color: inherit;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }
    #breadcrumbs a:hover {
        color: var(--primary-color);
    }

    #breadcrumbs .breadcrumb_last {
        color: var(--primary-color);
        font-weight: 700;
        display: none;
    }
    #breadcrumbs .breadcrumb_last  ~ span {
        color: var(--primary-color);
        font-weight: 700;
    }


/* AGENTS TOP CONTENT */
.ip-agent-details-top-wrap {
    margin-top: 30px;
}
    .ip_ad_top_bg {
        max-width: 13.43%;
    }
        .ip_ad_top_bg_01 {
            left: 0;
        }
            .ip_ad_top_bg_01::before {
                width: 100%;
                height: 821px;
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                background-color: var(--primary-color);
                opacity: 0.7;
            }
        .ip_ad_top_bg_02 {
            height: calc(100% + 114px);
            top: auto;
            bottom: 0;
            left: auto;
            right: 0;
        }
            .ip_ad_top_bg_02::before {
                width: 100%;
                height: 453px;
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                background-color: var(--primary-color);
                opacity: 0.7;
            }
    .ip-agent-details-top-content {
        position: relative;
        z-index: 2;
    }
        .ip-agent-details-top-inner {
            max-width: 1510px;
            margin: 0 auto;
            padding: 0 15px;
        }
            .ip-agent-photo-info-wrap {
                display: flex;
                align-items: flex-start;
                justify-content: space-between;
            }
                .ip-agent-photo-wrap {
                    width: 44.39%;
                    display: inline-block;
                    vertical-align: top;
                    font-size: 0;
                }
                    .ip-agent-photo-wrap {

                    }
                    body .ip_agent_photo img {
                        object-position: top center;
                    }
                .ip-agents-box-wrap {
                    width: 46.49%;
                    display: inline-block;
                    vertical-align: top;
                    margin-top: -220px;
                    padding: 80px 15px 140px;
                    color: #ffffff;
                    text-align: center;
                    background-color: var(--primary-color);
                    position: relative;
                    overflow: hidden;
                }
                    .ip-agents-box-wrap::before {
                        width: 1018px;
                        height: 100%;
                        content: '';
                        position: absolute;
                        top: 0;
                        right: calc(50% - 509px);
                        background-image: url(../../images/accent-logo.png);
                        background-size: auto 100%;
                        background-repeat: no-repeat;
                        background-position: top center;
                        opacity: 0.08;
                        pointer-events: none;
                    }
                    .ip_ad_box_title {

                    }
                        .single-aios-agents.post-aios-agents-erin-ralston .ip-agent-photo-info-wrap .ip_ad_box_title.custom_site_title h2 {
                            font-size: 0;
                        }
                        .single-aios-agents.post-aios-agents-erin-ralston .ip-agent-photo-info-wrap .ip_ad_box_title.custom_site_title h2::before {
                            content: 'The Erin Ralston Group';
                            font-size: 40px;
                        }
                    .ip-agents-box-info-wrap {
                        margin-top: 80px;
                        font-size: 0;
                    }
                        .ip-agents-box-info {
                            width: 100%;
                            display: inline-block;
                            vertical-align: top;
                            margin-bottom: 45px;
                        }
                            .ip-agents-box-info i {
                                display: inline-block;
                                vertical-align: middle;
                                margin-right: 25px;
                                color: #8f8f8f;
                                font-size: 21px;
                            }
                                .ip-agents-box-info i.ai-font-phone {
                                    font-size: 27px;
                                }
                                .ip-agents-box-info i.ai-font-business-card {
                                    font-size: 32px;
                                }
                            .ip-agents-box-info span {
                                display: inline-block;
                                vertical-align: middle;
                                font-size: 36px;
                                line-height: 1;
                                letter-spacing: 0.05em;
                            }
                            .ip-agents-box-info a {
                                color: inherit;
                            }
                                .ip-agents-box-info a:hover {
                                    opacity: 0.6;
                                }
                        .ip_agents_box_btn {
                            max-width: 100%;
                            margin-top: 45px;
                        }
                            .ip_agents_box_btn.custom_site_button a {
                                max-width: 100%;
                                width: 264px;
                            }


/* ABOUT */
.ip-agent-details-about-video {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
    .ip-agents-details-about-wrap {
        width: 55.61%;
        display: inline-block;
        vertical-align: middle;
        margin-top: 100px;
        padding-left: 16%;
    }
        .ip-agents-details-about {

        }
            .ip-ad-about-text {
                margin-top: 35px;
                padding-right: 65px;
                color: #3f3f3f;
                line-height: 24px;
                letter-spacing: 0.05em;
            }
                .ip-ad-about-text p {
                    margin-bottom: 25px;
                }
    .ip-agents-details-video-wrap {
        width: 44.39%;
        display: inline-block;
        vertical-align: middle;
        font-size: 0;
        text-align: center;
    }
        .ip-agents-details-video {
            width: calc(100% + 75px);
        }
            .ip-agents-details-video a {
                width: 100%;
                height: 100%;
                display: block;
                position: relative;
            }
                .ip-agents-details-video a::before {
                    width: 100%;
                    height: 100%;
                    content: '';
                    position: absolute;
                    z-index: 1;
                    top: 0;
                    left: 0;
                    background-color: var(--primary-color);
                    opacity: 0.3;
                }
                .ip-agents-details-video .icon_play {
                    width: 137px;
                    height: 137px;
                    position: absolute;
                    z-index: 2;
                    top: 50%;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    transform: translate(0,-50%);
                }
                    .ip-agents-details-video .icon_play::before {
                        width: 100%;
                        height: 100%;
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 0;
                        border: 1px solid #ffffff;
                        border-radius: 50%;
                        opacity: 0.5;
                    }
                    .ip-agents-details-video .icon_play::after {
                        width: 125px;
                        height: 125px;
                        content: '';
                        position: absolute;
                        top: 6px;
                        left: 0;
                        right: 0;
                        margin: 0 auto;
                        border: 1px solid #ffffff;
                        border-radius: 50%;
                    }
                    .ip-agents-details-video .icon_play i {
                        display: block;
                        color: #ffffff;
                        font-size: 32px;
                        font-style: normal;
                        line-height: 137px;
                    }


/* AGENTS LIST */
.ip-agent-details-list-wrap {
    margin-top: 105px;
}
    .ip_ad_agent_list_bg {
        max-width: 13.43%;
    }
        .ip-agent-details-list-wrap:nth-child(odd) .ip_ad_agent_list_bg {
            left: auto;
            right: 0;
        }
        .ip_ad_agent_list_bg::before {
            width: 100%;
            height: calc(100% - 226px);
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            background-color: var(--primary-color);
            opacity: 0.7;
        }
    .ip-agent-details-list-inner {
        width: 100%;
        max-width: 1510px;
        margin: 0 auto;
        padding: 0 15px;
        position: relative;
        z-index: 2;
    }
        .ip-agent-list-item {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
        }
        .ip-agent-details-list-wrap:nth-child(even) .ip-agent-list-item {
            flex-direction: row-reverse;
        }
            .ip-agent-list-photo {
                width: 44.39%;
                display: inline-block;
                vertical-align: middle;
            }
            .ip-agent-list-text-wrap {
                width: 55.61%;
                display: inline-block;
                vertical-align: middle;
            }
                .ip-agent-details-list-wrap:nth-child(even) .ip-agent-list-text-wrap {
                    text-align: right;
                }
                .ip-agent-list-content {
                    width: 100%;
                    max-width: 600px;
                    display: inline-block;
                    vertical-align: top;
                    padding-left: 65px;
                    padding-bottom: 30px;
                    text-align: left;
                }
                    .ip-agent-details-list-wrap:nth-child(even) .ip-agent-list-content {
                        max-width: 665px;
                        padding-left: 50px;
                    }
                    .ip-agent-list-text {
                        margin-top: 35px;
                        color: #3f3f3f;
                        line-height: 24px;
                        letter-spacing: 0.05em;
                    }
                        .ip-agent-details-list-wrap:nth-child(even) .ip-agent-list-text {
                            padding-right: 40px;
                            padding-right: 65px;
                        }
                        .ip-agent-list-text p {
                            margin-bottom: 25px;
                        }
                        .ip-agent-list-text h3 {
                            font-size: 18px;
                        }
                .ip-agent-list-info-box {
                    min-height: 226px;
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    padding: 30px 75px;
                    background-color: var(--primary-color);
                    text-align: left;
                    position: relative;
                    overflow: hidden;
                }
                    .ip-agent-details-list-wrap:nth-child(even) .ip-agent-list-info-box {
                        padding-left: 215px;
                        padding-right: 20px;
                    }
                    .ip-agent-list-info-box::before {
                        width: 521px;
                        height: 406px;
                        content: '';
                        position: absolute;
                        top: -37px;
                        right: -156px;
                        background-image: url(../../images/accent-logo.png);
                        background-size: auto 100%;
                        background-repeat: no-repeat;
                        background-position: top center;
                        opacity: 0.08;
                        pointer-events: none;
                    }
                        .ip-agent-details-list-wrap:nth-child(even) .ip-agent-list-info-box::before {
                            right: auto;
                            left: -100px;
                        }
                    .ip-agent-list-info-left {
                        display: inline-block;
                        vertical-align: middle;
                        margin-right: 80px;
                    }
                        .ip_agent_list_info_title.custom_site_title h2 {
                            font-size: 36px;
                        }
                    .ip-agent-list-info-right {
                        display: inline-block;
                        vertical-align: middle;
                        color: #c5c5c5;
                    }
                        .ip-agent-list-position {
                            font-size: 17px;
                            line-height: 24px;
                            letter-spacing: 0.05em;
                        }
                        .ip-agent-list-info-wrap {
                            margin-top: 16px;
                            font-size: 0;
                        }
                            .ip-agent-list-info {
                                width: 100%;
                                display: inline-block;
                                vertical-align: top;
                                line-height: 26px;
                            }
                                .ip-agent-list-info i {
                                    min-width: 17px;
                                    display: inline-block;
                                    vertical-align: middle;
                                    font-size: 11px;
                                    margin-right: 15px;
                                    text-align: center;
                                }
                                    .ip-agent-list-info i.ai-font-phone {
                                        font-size: 13px;
                                    }
                                    .ip-agent-list-info i.ai-font-business-card {
                                        font-size: 18px;
                                    }
                                .ip-agent-list-info span {
                                    display: inline-block;
                                    vertical-align: middle;
                                    font-size: 17px;
                                }
                                    .ip-agent-list-info a {
                                        color: inherit;
                                    }
                                        .ip-agent-list-info a:hover {
                                            opacity: 0.6;
                                        }

/*GET IN TOUCH & REVIEWS */
.ip-ad-git-reviews-wrap {
    padding-top: 105px;
    position: relative;
}
    .ip-ad-git-reviews-wrap::before {
        width: 100%;
        max-width: 850px;
        height: 714px;
        content: '';
        position: absolute;
        pointer-events: none;
        top: -45px;
        right: 25;
        background-image: url(../../images/accent-logo.png);
        background-size: 100% auto;
        background-position: top right;
        background-repeat: no-repeat;
        opacity: 0.04;
        filter: invert(1);
    }
    .ip-ad-git-reviews-inner {
        width: 100%;
        max-width: 1510px;
        margin: 0 auto;
        padding: 0 15px;
        position: relative;
        z-index: 2;
        font-size: 0;
    }
        .ip-ad-git-form-wrap {
            width: 40.67%;
            margin-right: 3.91%;
            display: inline-block;
            vertical-align: bottom;
            padding: 50px 0 60px;
            background-color: var(--primary-color);
            text-align: center;
        }
            .ip-ad-git-form {
                width: 93%;
                max-width: 392px;
                margin: 0 auto;
            }
                .ip-ad-git-form > p {
                    margin-top: 15px;
                    color: #9d9d9d;
                    font-size: 14px;
                    line-height: 24px;
                    letter-spacing: 0.05em;
                }
                .ip-ad-git-form form {
                    position: relative;
                }
                    .ip-ad-git-form form p {
                        margin-bottom: 27px;
                        color: #e1e1e1;
                        font-size: 24px;
                    }
                .ip-ad-git-form div.wpcf7 {
                    margin-top: 40px;
                }
                .ip-ad-git-form span.wpcf7-list-item {
                    font-size: 24px;
                    letter-spacing: .05em;
                    line-height: 1;
                    color: #e1e1e1;
                    text-transform: uppercase;
                    position: relative;
                    margin-left: 0;
                    margin: 0;
                    cursor: pointer;
                }
                    .ip-ad-git-form span.wpcf7-list-item input {
                        display: none;
                    }
                    .ip-ad-git-form span.wpcf7-list-item input:checked + span.wpcf7-list-item-label:before {
                        /*background: var(--primary-color);*/
                    }
                    .ip-ad-git-form span.wpcf7-list-item-label {
                        cursor: pointer;
                    }
                        .ip-ad-git-form span.wpcf7-list-item-label:before {
                            content: '';
                            display: inline-block;
                            vertical-align: top;
                            width: 23px;
                            height: 23px;
                            border-radius: 50%;
                            border: 1px solid #ffffff;
                            background: transparent;
                            margin-right: 18px;
                        }
                        .ip-ad-git-form .looking-to span.wpcf7-list-item-label:after {
                            width: 13px;
                            height: 13px;
                            content: '';
                            position: absolute;
                            top: 5px;
                            left: 5px;
                            border-radius: 50%;
                            background: transparent;
                        }
                        .ip-ad-git-form .looking-to span.wpcf7-list-item input:checked + span.wpcf7-list-item-label:after {
                            background: #ffffff;
                        }
                    #lookin-to {
                        max-width: 247px;
                        margin: 0 auto 52px;
                        display: flex;
                        -ms-flex-wrap: wrap;
                            flex-wrap: wrap;
                        -webkit-box-pack: justify;
                            -ms-flex-pack: justify;
                                justify-content: space-between;
                    }
                    #contact-preference {
                        display: block;
                        margin-bottom: 21px;
                    }
                        .ip-ad-git-form #contact-preference span.wpcf7-list-item-label:before {
                            display: none;
                        }
                        .ip-ad-git-form #contact-preference span.wpcf7-list-item input:checked + span.wpcf7-list-item-label {
                            color: #ffffff;
                        }
                        .ip-ad-git-form #contact-preference span.wpcf7-list-item {
                            color: #727272;
                            padding: 0 15px;
                        }
                            .ip-ad-git-form #contact-preference span.wpcf7-list-item.first {
                                padding-left: 0;
                            }
                            .ip-ad-git-form #contact-preference span.wpcf7-list-item.last {
                                padding-right: 0;
                            }
                            .ip-ad-git-form #contact-preference span.wpcf7-list-item:nth-child(2) {
                                border: 1px solid #404040;
                                border-top: none;
                                border-bottom: none;
                            }
                .ip-ad-git-field {
                    position: relative;
                    margin-bottom: 12px;
                    vertical-align: top;
                }
                .ip-ad-git-field.ip-ad-git-field-half {
                    display: inline-block;
                    width: 50%;
                }
                .ip-ad-git-field.ip-ad-git-field-left {
                    padding-right: 6px;
                }
                .ip-ad-git-field.ip-ad-git-field-right {
                    padding-left: 6px;
                }
                .ip-ad-git-field.ip-ad-git-field-2 .wpcf7-form-control-wrap {
                    display: inline-block;
                    vertical-align: top;
                    width: calc(50% - 6px);
                }
                    .ip-ad-git-field.ip-ad-git-field-2 .wpcf7-form-control-wrap:first-child {
                        margin-right: 6px;
                    }
                    .ip-ad-git-field.ip-ad-git-field-2 .wpcf7-form-control-wrap:last-child {
                        margin-left: 6px;
                    }
                    .ip-ad-git-field input[type="text"],
                    .ip-ad-git-field input[type="email"],
                    .ip-ad-git-field input[type="tel"],
                    .ip-ad-git-field textarea {
                        width: 100%;
                        height: 62px;
                        background: transparent;
                        font-size: 14px;
                        letter-spacing: .05em;
                        color: #ffffff;
                        border: none;
                        border-bottom: 1px solid #ffffff;
                        outline: none;
                        padding-left: 3px;
                        padding-right: 3px;
                    }
                    .ip-ad-git-field textarea {
                        height: 95px;
                        resize: none;
                        padding-top: 18px;
                        padding-bottom: 18px;
                    }
                    .ip-ad-git-field .git-submit-holder {
                        margin-top: 28px;
                        text-align: center;
                    }
                    .ip-ad-git-field .git-submit {
                        position: relative;
                        width: 138px;
                        height: 58px;
                        margin: 0 auto;
                        border: none;
                        outline: none;
                        font-size: 0;
                    }

                    .ip-ad-git-field input[type="submit"]{
                        width: 100%;
                        height: 58px;
                        border: none;
                        background: var(--primary-color);
                        outline: none;
                        text-transform: uppercase;
                        font-size: 0;
                        display: block;
                        padding: 10px 20px;
                        margin: 0;
                        color: #ffffff;
                        font-size: 14px;
                        letter-spacing: 0.2em;
                        text-transform: uppercase;
                        border: 2px solid #ffffff;
                        outline: none;
                        background-color: transparent;
                        position: relative;
                        z-index: 1;
                        bottom: auto;
                        right: auto;
                        transition: all 0.3s ease;
                    }
                        .ip-ad-git-field input[type="submit"]:hover {
                            color: var(--primary-color);
                            background-color: #ffffff;
                        }

            .ip-ad-git-field .ajax-loader {
                position: absolute;
                top: 100%;
                right: 0;
            }
            .ip-ad-git-form .wpcf7 form.invalid .wpcf7-response-output,
            .ip-ad-git-form .wpcf7 form.unaccepted .wpcf7-response-output {
                margin: 0;
                position: absolute;
                left: 0;
                right: 0;
                top: 100%;
                color: #fff !important;
                margin-top: 10px;
                font-size: 14px;
            }
            .ip-ad-git-form .wpcf7-form-control-wrap {
                display: block;
            }
            .ip-ad-git-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
                font-size: 12px;
                position: absolute;
                max-width: 90%;
                left: 0;
                top: 5px;
            }

        /* REVIEWS */
        .ip-ad-reviews-wrap {
            width: 55.42%;
            display: inline-block;
            vertical-align: bottom;
        }
            .ip-ad-reviews-slider-bg {
                background-color: var(--primary-color);
            }
                .ip-ad-reviews-slider-bg canvas {
                    opacity: 0.2;
                }
            .ip-ad-reviews-slider-wrap {
                position: relative;
                z-index: 2;
                padding: 108px 0;
                margin-top: 35px;
                text-align: center;
            }
                .ip-ad-reviews-slider {
                    position: relative;
                    z-index: 2;
                    width: 90%;
                    max-width: 585px;
                    margin: 0 auto;
                }
                    .ip-ad-reviews-slider::before {
                        width: 60px;
                        height: 54px;
                        content: '';
                        display: block;
                        margin: 0 auto 50px;
                        background-image: url(../../images/agent-details/icon-quote.png);
                        background-size: auto;
                        background-repeat: no-repeat;
                        background-position: top center;
                    }
                    .ip-ad-reviews-item {
                        color: #c5c5c5;
                        font-size: 18px;
                        line-height: 28px;
                        letter-spacing: 0.05em;
                    }
                        .ip-ad-reviews-text {

                        }
                        .ip-ad-reviews-author {
                            margin-top: 30px;
                        }
                .ip_reviews_btn {
                    margin-top: 80px;
                    position: relative;
                    z-index: 2;
                }

/* ACTIVE PROPERTIES */
.ip_ad_active_properties {
    padding-top: 95px;
    position: relative;
}
    .ip_ad_active_properties::before {
        width: 100%;
        max-width: 850px;
        height: 714px;
        content: '';
        position: absolute;
        pointer-events: none;
        top: -32px;
        left: 0;
        background-image: url(../../images/accent-logo.png);
        background-size: 100% auto;
        background-position: top right;
        background-repeat: no-repeat;
        opacity: 0.04;
        filter: invert(1);
    }
    .ip_ap_left_wrap {

    }
        .ip_ap_left_wrap .custom_site_title > span::before {
            background-color: #000000;
        }
    .ip_ap_right_wrap {
        margin-top: 75px;
        text-align: right;
    }
        .ip_ap_arrows {
            width: 147px;
            height: 57px;
            display: inline-block;
            vertical-align: top;
            position: relative;
        }
            .ip_ap_arrows .slick-arrow {
                width: 66px;
                height: 57px;
                position: absolute;
                top: 0;
                border: 2px solid var(--primary-color);
                cursor: pointer;
                font-size: 0;
                text-align: center;
            }
                .ip_ap_arrows .slick-arrow:hover {
                    opacity: 0.5;
                }
                .ip_ap_arrows .slick-arrow.ip_ap_prev {
                    left: 0;
                }
                    .ip_ap_arrows .slick-arrow.ip_ap_prev::before {
                        width: 0; 
                        height: 0;
                        content: '';
                        line-height: 55px;
                        border-top: 6px solid transparent;
                        border-bottom: 6px solid transparent;
                        border-right: 10px solid var(--primary-color);
                    }
                .ip_ap_arrows .slick-arrow.ip_ap_next {
                    right: 0;
                }
                    .ip_ap_arrows .slick-arrow.ip_ap_next::before {
                        width: 0; 
                        height: 0;
                        content: '';
                        line-height: 55px;
                        border-top: 6px solid transparent;
                        border-bottom: 6px solid transparent;
                        border-left: 10px solid var(--primary-color);
                    }

    .ip_ap_slider_wrap {
        margin-top: 60px;
    }
        .ip_ap_slider {
            width: 100%;
            display: inline-block;
            vertical-align: top;
            margin-left: -4.5px;
            margin-right: -4.5px;
        }
            .ip_ap_slider_01 {

            }
            .ip_ap_slider_02 {

            }
                .ip_ap_item {
                    display: none;
                    padding: 0 4.5px 16px;
                }
                    .ip_ap_item a {
                        width: 100%;
                        height: 100%;
                        display: block;
                        position: relative;
                    }
                        .ip_ap_item a::before {
                            width: 100%;
                            height: 344px;
                            content: '';
                            position: absolute;
                            z-index: 1;
                            bottom: 0;
                            left: 0;
                            background: rgb(0,0,0);
                            background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
                            pointer-events: none;
                            transition: all 0.3s ease-in-out;
                            opacity: 0.7;
                        }
                            .ip_ap_item a:hover::before {
                                opacity: 0;
                            }
                        .ip_ap_item a::after {
                            width: 100%;
                            height: 100%;
                            content: '';
                            position: absolute;
                            z-index: 3;
                            top: 0;
                            left: 0;
                            border: 8px solid #c8c8c8;
                            pointer-events: none;
                            transition: all 0.3s ease-in-out;
                            opacity: 0;
                        }
                            .ip_ap_item a:hover::after {
                                opacity: 1;
                            }
                    .ip_ap_photo {
                        font-size: 0;
                        position: relative;
                    }
                        .ip_ap_photo::before {
                            width: 100%;
                            height: 100%;
                            content: '';
                            position: absolute;
                            z-index: 2;
                            top: 0;
                            left: 0;
                            background-image: url(../../images/accent-logo-hover.png);
                            background-size: cover;
                            background-position: top center;
                            background-repeat: no-repeat;
                            transition: all 0.3s ease-in-out;
                            opacity: 0;
                        }
                            .ip_ap_item:hover .ip_ap_photo::before {
                                opacity: 1;
                            }
                        .ip_ap_photo canvas {
                            width: 100%;
                            height: auto;
                            display: block;
                        }
                        .ip_ap_photo img {
                            width: 100%;
                            height: 100%;
                            position: absolute;
                            top: 0;
                            left: 0;
                            object-fit: cover;
                        }
                    .ip_ap_text {
                        width: 100%;
                        position: absolute;
                        z-index: 3;
                        bottom: 38px;
                        left: 0;
                        font-size: 0;
                        text-align: left;
                    }
                        .ip_ap_text_left {
                            width: 54.27%;
                            display: inline-block;
                            vertical-align: bottom;
                            color: #ffffff;
                            padding-left: 40px;
                            padding-bottom: 20px;
                            text-align: left;
                            border-bottom: 1px solid rgba(255,255,255,0.3);
                            position: relative;
                        }
                            .ip_ap_text_left::before {
                                width: 30px;
                                height: 1px;
                                content: '';
                                position: absolute;
                                bottom: -1px;
                                left: 40px;
                                background-color: #ffffff;
                            }
                            .ip_ap_address {
                                font-size: 14px;
                                line-height: 20px;
                                letter-spacing: 0.05em;
                            }
                                .ip_ap_address span {
                                    display: block;
                                    margin-bottom: 3px;
                                    font-size: 18px;
                                }
                            .ip_ap_price {
                                margin-top: 15px;
                                font-size: 24px;
                                font-family: var(--Lora);
                            }
                            .ip_ap_details {
                                height: 0;
                                opacity: 0;
                                transition: all 0.3s ease-in-out;
                            }
                                .ip_ap_details span {
                                    display: inline-block;
                                    vertical-align: middle;
                                    padding: 0 10px;
                                    font-size: 14px;
                                    position: relative;
                                }
                                    .ip_ap_details span::before {
                                        width: 1px;
                                        height: 12px;
                                        content: '';
                                        position: absolute;
                                        top: calc(50% - 6px);
                                        left: 0;
                                        background-color: #ffffff;
                                        opacity: 0.6;
                                    }
                                    .ip_ap_details span:first-child {
                                        padding-left: 0;
                                    }
                                        .ip_ap_details span:first-child::before {
                                            display: none;
                                        }
                                    .ip_ap_details span:last-child {
                                        padding-right: 0;
                                    }
                                    .ip_ap_item a:hover .ip_ap_details {
                                        height: auto;
                                        opacity: 1;
                                        margin-top: 20px;
                                    }
                        .ip_ap_text_right {
                            width: 45.73%;
                            display: inline-block;
                            vertical-align: bottom;
                            padding-right: 44px;
                            text-align: right;
                        }
                            .ip_ap_more_dets {
                                width: 197px;
                                max-width: 100%;
                                height: 57px;
                                display: inline-block;
                                vertical-align: top;
                                color: #ffffff;
                                font-size: 14px;
                                text-align: center;
                                text-transform: uppercase;
                                line-height: 53px;
                                letter-spacing: 0.2em;
                                border: 2px solid #ffffff;
                                transition: all 0.3s ease-in-out;
                            }
                                .ip_ap_item a:hover .ip_ap_more_dets {
                                    color: var(--body-font-color-dark);
                                    background-color: #ffffff;
                                }


/* SOLD PROPERTIES */
.ip_ad_sold_properties {
    padding-top: 95px;
    background-color: var(--primary-color);
}
    .ip_sp_left_wrap {

    }
    .ip_sp_right_wrap {
        margin-top: 75px;
        text-align: right;
    }
        .ip_sp_arrows {
            width: 147px;
            height: 57px;
            display: inline-block;
            vertical-align: top;
            position: relative;
        }
            .ip_sp_arrows .slick-arrow {
                width: 66px;
                height: 57px;
                position: absolute;
                top: 0;
                border: 2px solid #ffffff;
                cursor: pointer;
                font-size: 0;
                text-align: center;
            }
                .ip_sp_arrows .slick-arrow:hover {
                    opacity: 0.5;
                }
                .ip_sp_arrows .slick-arrow.ip_sp_prev {
                    left: 0;
                }
                    .ip_sp_arrows .slick-arrow.ip_sp_prev::before {
                        width: 0; 
                        height: 0;
                        content: '';
                        line-height: 55px;
                        border-top: 6px solid transparent;
                        border-bottom: 6px solid transparent;
                        border-right: 10px solid #ffffff;
                    }
                .ip_sp_arrows .slick-arrow.ip_sp_next {
                    right: 0;
                }
                    .ip_sp_arrows .slick-arrow.ip_sp_next::before {
                        width: 0; 
                        height: 0;
                        content: '';
                        line-height: 55px;
                        border-top: 6px solid transparent;
                        border-bottom: 6px solid transparent;
                        border-left: 10px solid #ffffff;
                    }

    .ip_sp_slider_wrap {
        margin-top: 60px;
    }
        .ip_sp_slider {
            width: 100%;
            display: inline-block;
            vertical-align: top;
            margin-left: -4.5px;
            margin-right: -4.5px;
        }
            .ip_sp_slider_01 {

            }
            .ip_sp_slider_02 {

            }
                .ip_sp_item {
                    display: none;
                    padding: 0 4.5px 16px;
                }
                    .ip_sp_item a {
                        width: 100%;
                        height: 100%;
                        display: block;
                        position: relative;
                    }
                        .ip_sp_item a::before {
                            width: 100%;
                            height: 344px;
                            content: '';
                            position: absolute;
                            z-index: 1;
                            bottom: 0;
                            left: 0;
                            background: rgb(0,0,0);
                            background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
                            pointer-events: none;
                            transition: all 0.3s ease-in-out;
                            opacity: 0.7;
                        }
                            .ip_sp_item a:hover::before {
                                opacity: 0;
                            }
                        .ip_sp_item a::after {
                            width: 100%;
                            height: 100%;
                            content: '';
                            position: absolute;
                            z-index: 3;
                            top: 0;
                            left: 0;
                            border: 8px solid #c8c8c8;
                            pointer-events: none;
                            transition: all 0.3s ease-in-out;
                            opacity: 0;
                        }
                            .ip_sp_item a:hover::after {
                                opacity: 1;
                            }
                    .ip_sp_photo {
                        font-size: 0;
                        position: relative;
                    }
                        .ip_sp_photo::before {
                            width: 100%;
                            height: 100%;
                            content: '';
                            position: absolute;
                            z-index: 2;
                            top: 0;
                            left: 0;
                            background-image: url(../../images/accent-logo-hover.png);
                            background-size: cover;
                            background-position: top center;
                            background-repeat: no-repeat;
                            transition: all 0.3s ease-in-out;
                            opacity: 0;
                        }
                            .ip_sp_item:hover .ip_sp_photo::before {
                                opacity: 1;
                            }
                        .ip_sp_photo canvas {
                            width: 100%;
                            height: auto;
                            display: block;
                        }
                        .ip_sp_photo img {
                            width: 100%;
                            height: 100%;
                            position: absolute;
                            top: 0;
                            left: 0;
                            object-fit: cover;
                        }
                    .ip_sp_text {
                        width: 100%;
                        position: absolute;
                        z-index: 3;
                        bottom: 38px;
                        left: 0;
                        font-size: 0;
                        text-align: left;
                    }
                        .ip_sp_text_left {
                            width: 54.27%;
                            display: inline-block;
                            vertical-align: bottom;
                            color: #ffffff;
                            padding-left: 40px;
                            padding-bottom: 20px;
                            text-align: left;
                            border-bottom: 1px solid rgba(255,255,255,0.3);
                            position: relative;
                        }
                            .ip_sp_text_left::before {
                                width: 30px;
                                height: 1px;
                                content: '';
                                position: absolute;
                                bottom: -1px;
                                left: 40px;
                                background-color: #ffffff;
                            }
                            .ip_sp_address {
                                font-size: 14px;
                                line-height: 20px;
                                letter-spacing: 0.05em;
                            }
                                .ip_sp_address span {
                                    display: block;
                                    margin-bottom: 3px;
                                    font-size: 18px;
                                }
                            .ip_sp_price {
                                margin-top: 15px;
                                font-size: 24px;
                                font-family: var(--Lora);
                            }
                            .ip_sp_details {
                                height: 0;
                                opacity: 0;
                                transition: all 0.3s ease-in-out;
                            }
                                .ip_sp_details span {
                                    display: inline-block;
                                    vertical-align: middle;
                                    padding: 0 10px;
                                    font-size: 14px;
                                    position: relative;
                                }
                                    .ip_sp_details span::before {
                                        width: 1px;
                                        height: 12px;
                                        content: '';
                                        position: absolute;
                                        top: calc(50% - 6px);
                                        left: 0;
                                        background-color: #ffffff;
                                        opacity: 0.6;
                                    }
                                    .ip_sp_details span:first-child {
                                        padding-left: 0;
                                    }
                                        .ip_sp_details span:first-child::before {
                                            display: none;
                                        }
                                    .ip_sp_details span:last-child {
                                        padding-right: 0;
                                    }
                                    .ip_sp_item a:hover .ip_sp_details {
                                        height: auto;
                                        opacity: 1;
                                        margin-top: 20px;
                                    }
                        .ip_sp_text_right {
                            width: 45.73%;
                            display: inline-block;
                            vertical-align: bottom;
                            padding-right: 44px;
                            text-align: right;
                        }
                            .ip_sp_more_dets {
                                width: 197px;
                                max-width: 100%;
                                height: 57px;
                                display: inline-block;
                                vertical-align: top;
                                color: #ffffff;
                                font-size: 14px;
                                text-align: center;
                                text-transform: uppercase;
                                line-height: 53px;
                                letter-spacing: 0.2em;
                                border: 2px solid #ffffff;
                                transition: all 0.3s ease-in-out;
                            }
                                .ip_sp_item a:hover .ip_sp_more_dets {
                                    color: var(--body-font-color-dark);
                                    background-color: #ffffff;
                                }

/* FEATURED PROPERTIES */
.ip_ad_featured_properties {
    padding: 100px 0 0;
    position: relative;
}
    .ip_ad_featured_properties::before {
        width: 100%;
        max-width: 850px;
        height: 714px;
        content: '';
        position: absolute;
        pointer-events: none;
        top: -32px;
        left: 0;
        background-image: url(../../images/accent-logo.png);
        background-size: 100% auto;
        background-position: top right;
        background-repeat: no-repeat;
        opacity: 0.04;
        filter: invert(1);
    }
    .hp_featprop {

    }
        .ip_fp_left_wrap {

        }
    
        .ip_fp_right_wrap {
            margin-top: 75px;
            text-align: right;
        }
            .ip_fp_more_btn a {
                width: 287px;
            }
            .ip_fp_arrows {
                width: 147px;
                height: 57px;
                display: inline-block;
                vertical-align: top;
                position: relative;
            }
                .ip_fp_arrows .slick-arrow {
                    width: 66px;
                    height: 57px;
                    position: absolute;
                    top: 0;
                    border: 2px solid var(--primary-color);
                    cursor: pointer;
                    font-size: 0;
                    text-align: center;
                }
                    .ip_fp_arrows .slick-arrow:hover {
                        opacity: 0.5;
                    }
                    .ip_fp_arrows .slick-arrow.ip_fp_prev {
                        left: 0;
                    }
                        .ip_fp_arrows .slick-arrow.ip_fp_prev::before {
                            width: 0; 
                            height: 0;
                            content: '';
                            line-height: 55px;
                            border-top: 6px solid transparent;
                            border-bottom: 6px solid transparent;
                            border-right: 10px solid var(--primary-color);
                        }
                    .ip_fp_arrows .slick-arrow.ip_fp_next {
                        right: 0;
                    }
                        .ip_fp_arrows .slick-arrow.ip_fp_next::before {
                            width: 0; 
                            height: 0;
                            content: '';
                            line-height: 55px;
                            border-top: 6px solid transparent;
                            border-bottom: 6px solid transparent;
                            border-left: 10px solid var(--primary-color);
                        }

        .ip_fp_slider_wrap {
            margin-top: 90px;
        }
            .ip_fp_slider {
                width: 100%;
                display: inline-block;
                vertical-align: top;
                margin-left: -4.5px;
                margin-right: -4.5px;
            }
                .ip_fp_slider_01 {

                }
                .ip_fp_slider_02 {

                }
                    .ip_fp_item {
                        display: none;
                        padding: 0 4.5px 15px;
                    }
                        .ip_fp_item a {
                            width: 100%;
                            height: 100%;
                            display: block;
                            position: relative;
                        }
                            .ip_fp_item a::before {
                                width: 100%;
                                height: 344px;
                                content: '';
                                position: absolute;
                                z-index: 1;
                                bottom: 0;
                                left: 0;
                                background: rgb(0,0,0);
                                background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
                                pointer-events: none;
                                transition: all 0.3s ease-in-out;
                                opacity: 0.7;
                            }
                                .ip_fp_item a:hover::before {
                                    opacity: 0;
                                }
                            .ip_fp_item a::after {
                                width: 100%;
                                height: 100%;
                                content: '';
                                position: absolute;
                                z-index: 3;
                                top: 0;
                                left: 0;
                                border: 8px solid #c8c8c8;
                                pointer-events: none;
                                transition: all 0.3s ease-in-out;
                                opacity: 0;
                            }
                                .ip_fp_item a:hover::after {
                                    opacity: 1;
                                }
                        .ip_fp_photo {
                            font-size: 0;
                            position: relative;
                        }
                            .ip_fp_photo::before {
                                width: 100%;
                                height: 100%;
                                content: '';
                                position: absolute;
                                z-index: 2;
                                top: 0;
                                left: 0;
                                background-image: url(../../images/accent-logo-hover.png);
                                background-size: cover;
                                background-position: top center;
                                background-repeat: no-repeat;
                                transition: all 0.3s ease-in-out;
                                opacity: 0;
                            }
                                .ip_fp_item:hover .ip_fp_photo::before {
                                    opacity: 1;
                                }
                            .ip_fp_photo canvas {
                                width: 100%;
                                height: auto;
                                display: block;
                            }
                            .ip_fp_photo img {
                                width: 100%;
                                height: 100%;
                                position: absolute;
                                top: 0;
                                left: 0;
                                object-fit: cover;
                            }
                        .ip_fp_text {
                            width: 100%;
                            position: absolute;
                            z-index: 3;
                            bottom: 38px;
                            left: 0;
                            font-size: 0;
                            text-align: left;
                        }
                            .ip_fp_text_left {
                                width: 54.27%;
                                display: inline-block;
                                vertical-align: bottom;
                                color: #ffffff;
                                padding-left: 40px;
                                padding-bottom: 20px;
                                text-align: left;
                                border-bottom: 1px solid rgba(255,255,255,0.3);
                                position: relative;
                            }
                                .ip_fp_text_left::before {
                                    width: 30px;
                                    height: 1px;
                                    content: '';
                                    position: absolute;
                                    bottom: -1px;
                                    left: 40px;
                                    background-color: #ffffff;
                                }
                                .ip_fp_address {
                                    font-size: 14px;
                                    line-height: 20px;
                                    letter-spacing: 0.05em;
                                }
                                    .ip_fp_address span {
                                        display: block;
                                        margin-bottom: 3px;
                                        font-size: 18px;
                                    }
                                .ip_fp_price {
                                    margin-top: 15px;
                                    font-size: 24px;
                                    font-family: var(--Lora);
                                }
                                .ip_fp_details {
                                    height: 0;
                                    opacity: 0;
                                    transition: all 0.3s ease-in-out;
                                }
                                    .ip_fp_details span {
                                        display: inline-block;
                                        vertical-align: middle;
                                        padding: 0 10px;
                                        font-size: 14px;
                                        position: relative;
                                    }
                                        .ip_fp_details span::before {
                                            width: 1px;
                                            height: 12px;
                                            content: '';
                                            position: absolute;
                                            top: calc(50% - 6px);
                                            left: 0;
                                            background-color: #ffffff;
                                            opacity: 0.6;
                                        }
                                        .ip_fp_details span:first-child {
                                            padding-left: 0;
                                        }
                                            .ip_fp_details span:first-child::before {
                                                display: none;
                                            }
                                        .ip_fp_details span:last-child {
                                            padding-right: 0;
                                        }
                                        .ip_fp_item a:hover .ip_fp_details {
                                            height: auto;
                                            opacity: 1;
                                            margin-top: 20px;
                                        }
                            .ip_fp_text_right {
                                width: 45.73%;
                                display: inline-block;
                                vertical-align: bottom;
                                padding-right: 44px;
                                text-align: right;
                            }
                                .ip_fp_more_dets {
                                    width: 197px;
                                    max-width: 100%;
                                    height: 57px;
                                    display: inline-block;
                                    vertical-align: top;
                                    color: #ffffff;
                                    font-size: 14px;
                                    text-align: center;
                                    text-transform: uppercase;
                                    line-height: 53px;
                                    letter-spacing: 0.2em;
                                    border: 2px solid #ffffff;
                                    transition: all 0.3s ease-in-out;
                                }
                                    .ip_fp_item a:hover .ip_fp_more_dets {
                                        color: var(--body-font-color-dark);
                                        background-color: #ffffff;
                                    }


/* STATISTICS */
.ip-ad-statistics-wrap {
    padding: 100px 0 110px;
    text-align: center;
}
    .ip-ad-statistics-wrap::before {
        width: 100%;
        max-width: 957px;
        height: 745px;
        content: '';
        position: absolute;
        z-index: 2;
        pointer-events: none;
        top: -32px;
        right: 0;
        background-image: url(../../images/accent-logo.png);
        background-size: 100% auto;
        background-position: top right;
        background-repeat: no-repeat;
        opacity: 0.06;
    }
    .ip_ad_statistics_bg {
        background-color: var(--primary-color);
    }
        .ip_ad_statistics_bg canvas {
            opacity: 0.25;
        }

    .ip-ad-statistics {
        position: relative;
        z-index: 3;
    }
        .stats_list_wrap {
            font-size: 0;
            margin-top: 80px;
        }
            .stats_list_wrap ul {
                margin: 0;
                list-style: none;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                flex-wrap: wrap;
                align-items: flex-start;
                justify-content: space-between;
            }
                .stats_list_wrap ul li {
                    width: 24%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    justify-content: center;
                    position: relative;
                    padding: 0 14px;
                    color: #ffffff;
                }
                    .stats_list_wrap ul li > div {
                        width: 100%;
                        position: relative;
                        z-index: 2;
                        display: inline-block;
                        vertical-align: middle;
                    }
                    .stats_number {
                        font-size: 55px;
                        font-family: var(--Lora);
                        text-transform: uppercase;
                    }
                        .stats_number strong {
                            display: block;
                            margin-bottom: 10px;
                        }
                        .stats_count {
                            max-width: 98px;
                            display: inline-block;
                            vertical-align: top;
                            position: relative;
                            overflow: hidden;
                            line-height: 55px;
                        }
                    .stats_description {
                        margin-top: 30px;
                        font-size: 18px;
                        line-height: 28px;
                        letter-spacing: 0.02em;
                        text-transform: uppercase;
                    }

/* CUSTOM HOME VALUATION */
.ip-ad-home-valuation-wrap {
    padding: 80px 0 105px;
    text-align: center;
}
    .ip-ad-home-valuation-inner {
        padding: 0 35px;
        margin-top: 85px;
    }
    .ip-chv-form {
        text-align: left;
    }
        .ip-chv-form .aidefcf-subtitle {
            font-size: 14px;
            line-height: 1;
            letter-spacing: 0.05em;
            color: #555252;
            padding-bottom: 1px;
            min-height: 70px;
            margin-bottom: 30px;
        }
            .ip-chv-form .aidefcf-subtitle span {
                font-size: 24px;
                font-weight: 400;
                font-family: var(--Lora);
                line-height: 1;
                letter-spacing: 0.1em;
                color: #000;
                margin-bottom: 20px;
            }
        .ip-chv-form .aidefcf-left,
        .ip-chv-form .aidefcf-right {
            width: calc(50% - 17.5px);
        }
        .ip-chv-form .ai-default-cf7wrap input[type="text"],
        .ip-chv-form .ai-default-cf7wrap input[type="tel"],
        .ip-chv-form .ai-default-cf7wrap input[type="email"],
        .ip-chv-form .ai-default-cf7wrap select,
        .ip-chv-form .ai-default-cf7wrap textarea {
            height: 82px;
            padding: 0 30px !important;
            color: #000000;
            font-size: 14px;
            font-family: inherit;
            letter-spacing: 0.05em;
            border: none;
            background-color: #e5e5e5;
            margin: 3.5px 0;
            outline: none;
            box-shadow: none;
        }
        .ip-chv-form .ai-default-cf7wrap textarea {
            height: 297px;
            padding-top: 32px!important;
            padding-bottom: 32px!important;
            margin-bottom: 0;
            resize: none;
            display: block;
        }

        .ip-chv-form .ai-default-cf7wrap textarea {
            padding-bottom: 73px !important;
        }

        .single-aios-agents .ip-chv-form .ai-default-cf7wrap textarea {
            height: 148px;
            padding-bottom: 0 !important;
        }

        .single-aios-agents .ip-chv-form .ip-contactform-submit {
            position: relative;
            width: 112px;
            height: 53px;
            margin: 0 0 0 auto;
        }
        
        .ip-chv-form .aidefcf-cl2 span {
            width: calc(50% - 3.5px) !important;
        }
        .aidefcf-cl3 span {
            width: calc(33.33333333% - 3.5px);
        }
        .ip-chv-form .wpcf7-form-control-wrap + .aidefcf-subtitle {
            min-height: initial;
            margin-bottom: 0;
            margin-top: 47px;
        }
            .ip-chv-form .wpcf7-form-control-wrap + .aidefcf-subtitle span {
                white-space: nowrap;
            }

        .ip-chv-form .wpcf7-form-control.wpcf7-radio {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding-right: 9%;
            margin-top: 11px;
        }
            .ip-chv-form .wpcf7-list-item {
                margin: 0;
                position: relative;
                font-size: 14px;
                letter-spacing: .24em;
                line-height: 1;
                text-transform: uppercase;
            }

                .ip-chv-form .wpcf7-list-item input {
                    display: none;
                }
                .ip-chv-form .wpcf7-list-item span {
                    position: relative;
                    padding-left: 40px;
                }
                    .ip-chv-form .wpcf7-list-item span:before {
                        content: '';
                        position: absolute;
                        width: 21px;
                        height: 21px;
                        border-radius: 50%;
                        background: #e5e5e5;
                        box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3) inset;
                        left: 0;
                        top: -1px;
                    }
                    .ip-chv-form .wpcf7-list-item input:checked ~ span:before {
                        background: var(--primary-color);
                    }
        .aidefcf-cl1 {
            position: relative;
        }
        .ip-chv-form .ip-contactform-submit-holder {
            /*padding: 0 21px 21px;*/
        }
        .ip-chv-form .ip-contactform-submit {
            position: relative;
            width: 130px;
            height: 58px;
            margin: -92px 10px 0 auto;
            /* bottom: 21px;
            right: 21px; */
        }

            .ip-chv-form .ip-contactform-submit input.wpcf7-submit {
                width: 100%;
                height: 58px;
                background: var(--primary-color);
                outline: none;
                text-transform: uppercase;
                font-size: 0;
                display: block;
                padding: 10px 20px;
                margin: 0;
                color: var(--primary-color) !important;
                font-size: 14px;
                letter-spacing: 0.2em;
                text-transform: uppercase;
                border: 2px solid var(--primary-color);
                outline: none;
                background-color: transparent !important;
                position: relative;
                z-index: 1;
                bottom: auto;
                right: auto;
                transition: all 0.3s ease;
            }
            .ip-chv-form .ip-contactform-submit input.wpcf7-submit:hover {
                color: #ffffff !important;
                background-color: var(--primary-color) !important;
            }

            .ip-chv-form .ip-contactform-submit span.submit-title,
            .ip-chv-form .ip-contactform-submit span.submit-title:before,
            .ip-chv-form .ip-contactform-submit span.submit-title:after,
            .ip-chv-form .ip-contactform-submit input.wpcf7-submit {
                transition: all .3s;
            }

        .ip-chv-form .use-floating-validation-tip span.wpcf7-not-valid-tip {
            position: absolute;
            max-width: 90%;
            top: 5px;
            left: 0;
            font-size: 12px;
        }
        .single-aios-agents .ip-chv-form div.wpcf7-response-output {
            margin: 20px 0 0;
            color: #000000 !important;
            text-align: center;
        }
        .ip-chv-form div.wpcf7 .ajax-loader {
            position: absolute;
            bottom: -18px;
            right: 0;
        }


#footer_wrap {
    position: relative;
    padding-top: 89px;
}
#footer_wrap::before,
#footer_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    height: 89px;
    pointer-events: none;
}

#footer_wrap::before {
    left: 0;
    width: 100%;
    background-image: url('../../images/bg-content.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#footer_wrap::after {
    right: 0;
    width: 50%;
    background-color: var(--primary-color);
    opacity: .7;
}

/* Contact Popup*/
.aiosp-wrap .aiosp-ref-\#agents-popup-form .aios-popup-body {
    width: 555px;
    max-width: calc(100% - 30px);
    min-height: 0;
    padding: 30px;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form h2 {
    margin-top: 15px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form form {
    margin: 0;
    padding: 0;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form .row {
    margin-left: -5px;
    margin-right: -5px;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form [class*=col-] {
    position: relative;
    padding: 10px 5px;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form input[type=text],
.aiosp-wrap .aiosp-ref-\#agents-popup-form input[type=email],
.aiosp-wrap .aiosp-ref-\#agents-popup-form input[type=tel],
.aiosp-wrap .aiosp-ref-\#agents-popup-form textarea {
    font-size: 15px;
    width: 100%;
    font-weight: 300;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    height: 50px;
    color: #636363;
    padding: 0 0;
    border-radius: 0;
    resize: none;
    border: none;
    border-bottom: solid 1px #a5a5a5;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form textarea {
    padding-top: 15px;
    height: 100px;
    resize: none;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form input[type=submit] {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    display: block;
    margin: 0 auto;
    padding: 15px;
    width: auto;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form input[type=submit]:hover {
    color: #c1b283;
}

.aiosp-wrap .aiosp-ref-\#agents-popup-form .ajax-loader {
    display: block;
	position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* Message */
.ip_sp_item .aios-message {
    color: #ffffff;
}
.ip_ap_item .aios-message,
.ip_fp_item .aios-message {
    color: #000000;
}
.ip_ad_sold_properties .ip_ap_item .aios-message{
    color: #ffffff;
}
.aios-message {
    font-size: 25px;
    text-align: center;
    margin-bottom: 2rem;
}

/* MOBILE */
@media only screen and (max-width: 1440px) {
    .ip_ad_top_bg, .ip_ad_agent_list_bg {
        width: 9%;
    }
    .ip-agent-details-list-wrap:nth-child(even) .ip-agent-list-info-box {
        padding-left: 175px;
    }

    .ip_ap_text_left,
    .ip_sp_text_left,
    .ip_fp_text_left {
        padding-left: 20px;
    }
    .ip_ap_text_right,
    .ip_sp_text_right,
    .ip_fp_text_right {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 1366px) {
    .ip_ad_top_bg, .ip_ad_agent_list_bg {
        width: 4%;
    }
    .ip-agents-details-about-wrap {
        padding-left: 9%;
    }
    .ip-agent-details-list-wrap:nth-child(even) .ip-agent-list-info-box {
        padding-left: 85px;
    }
}

@media only screen and (max-width: 1280px) {
    .ip_ap_details span,
    .ip_sp_details span,
    .ip_fp_details span {
        font-size: 12px;
        padding: 0 5px;
    }
    .ip_ap_text_left,
    .ip_sp_text_left,
    .ip_fp_text_left {
        padding-left: 15px;
    }
    .ip_ap_text_right,
    .ip_sp_text_right,
    .ip_fp_text_right {
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .ip-agents-box-wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .ip-agents-box-info i {
        margin-right: 15px;
    }
    .ip-agents-box-info span {
        font-size: 22px;
    }
    .ip-agent-list-content {
        padding: 0 30px 30px;
    }
    .ip-agent-list-item {
        align-items: flex-start;
    }
    .ip-agent-list-text {
        line-height: 1.3;
    }
    .ip-agent-list-info-box {
        padding: 30px !important;
    }
    .ip-agent-list-info-left {
        margin-right: 40px;
    }
    .ip-ad-git-form span.wpcf7-list-item {
        font-size: 20px;
    }
    .ip_sp_address, .ip_fp_address, .ip_ap_address {
        font-size: 12px;
        letter-spacing: 0;
    }

}

@media only screen and (max-width: 991px) {
    .ip-cstm-template-wrap {
        text-align: center;
    }
    .ip-agent-photo-info-wrap, .ip-agent-details-about-video {
        display: block;
    }
    .ip-agent-photo-wrap {
        width: 100%;
    }
    .ip_agent_photo  {
        max-width: 650px;
        margin: 0 auto;
    }
    .ip-agents-box-wrap {
        width: 100%;
        margin: 50px auto 0;
    }
    .ip-agents-details-about-wrap {
        width: 100%;
        margin-top: 50px;
        padding-left: 0;
    }
    .ip-ad-about-text {
        padding-right: 0;
    }
    .ip-agents-details-video-wrap, .ip-agents-details-video {
        width: 100%;
    }
    .ip-agents-details-video {
        max-width: 650px;
        margin: 0 auto;
    }
    .ip-agent-details-list-wrap {
        margin-top: 60px;
    }
    .ip-agent-list-item {
        flex-flow: column;
        justify-content: center;
    }
    .ip-agent-list-photo {
        width: 100%;
        order: 1;
        max-width: 650px;
        margin: 0 auto 40px;
    }
    .ip-agent-list-text-wrap {
        width: 100%;
        order: 2;
    }
    .ip-agent-list-content {
        max-width: 100% !important;
        padding: 0 !important;
        text-align: center;
    }
    .ip-agent-list-text {
        padding: 0 !important;
        line-height: 1.5;
    }
    .ip-agent-list-info-box {
        display: block;
        text-align: center;
        padding: 30px 10px !important;
    }
    .ip-agent-list-info-left {
        margin: 0 0 30px;
    }

    .ip-ad-git-reviews-wrap {
        padding-top: 60px;
    }
    .ip-ad-git-form-wrap {
        width: 100%;
        margin: 0 auto 50px;
    }
    .ip-ad-reviews-wrap {
        width: 100%;
    }
    .ip-ad-reviews-slider-wrap {
        padding: 50px 0;
    }

    .ip_ap_right_wrap,
    .ip_sp_right_wrap,
    .ip_fp_right_wrap {
        margin-top: 30px;
        text-align: center;
    }
    .ip_ap_slider_wrap,
    .ip_sp_slider_wrap,
    .ip_fp_slider_wrap {
        margin-top: 50px;
        padding: 0 10px;
    }
    .ip_ap_item a,
    .ip_sp_item a,
    .ip_fp_item a {
        max-width: 527px;
        margin: 0 auto;
    }
    .ip_ap_text,
    .ip_sp_text,
    .ip_fp_text {
        bottom: 15px;
    }
    .ip_ap_text_left, .ip_ap_text_right,
    .ip_sp_text_left, .ip_sp_text_right,
    .ip_fp_text_left, .ip_fp_text_right {
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }
    .ip_ap_text_left,
    .ip_sp_text_left,
    .ip_fp_text_left {
        border: none;
    }
    .ip_ap_text_left::before,
    .ip_sp_text_left::before,
    .ip_fp_text_left::before {
        display: none;
    }
    .ip_ap_text_right,
    .ip_sp_text_right,
    .ip_fp_text_right {
        margin-top: 20px;
    }
    .ip_ap_details,
    .ip_sp_details,
    .ip_fp_details {
        height: auto;
        opacity: 1;
        margin-top: 10px !important;
    }

    .ip-ad-statistics-wrap {
        padding: 50px 0;
    }
    .stats_list_wrap {
        margin-top: 30px;
    }
    .stats_list_wrap ul li {
        width: 100%;
        margin: 25px auto;
    }

    .ip-ad-home-valuation-wrap {
        padding: 50px 0;
    }
    .ip-ad-home-valuation-inner {
        padding: 0;
        margin-top: 40px;
    }
    .ip-chv-form {
        text-align: center;
    }
    .ip-chv-form .aidefcf-left, .ip-chv-form .aidefcf-right {
        width: 100%;
    }
    .ip-chv-form .aidefcf-right {
        margin-top: 50px;
    }
    .ip-chv-form .aidefcf-subtitle {
        margin-bottom: 20px;
        min-height: auto;
    }
    .ip-chv-form .aidefcf-subtitle span {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .ip-agents-box-info i {
        margin-right: 5px;
    }
    .ip-agents-box-info span {
        font-size: 20px;
    }
    .ip-chv-form .aidefcf-subtitle span {
        font-size: 20px;
    }
    .ip-chv-form .aidefcf-cl2 span,
    .ip-chv-form .aidefcf-cl3 span {
        width: 100% !important;
    }
    .ip-chv-form .wpcf7-form-control.wpcf7-radio {
        display: block;
        padding-right: 0;
        text-align: left;
    }
    .ip-chv-form .wpcf7-list-item {
        display: block;
        min-height: 24px;
        margin: 5px auto;
    }
    .ip-chv-form .ip-contactform-submit {
        margin: 20px auto 0;
    }
}

@media only screen and (max-width: 480px) {
    .custom_site_title h2 {
        font-size: 40px;
    }
    .ip-chv-form .aidefcf-subtitle span {
        font-size: 15px;
        letter-spacing: 0;
    }
    .ip-agents-box-info {
        margin-bottom: 25px;
    }
    .ip-agents-box-info i {
        font-size: 13px !important;
    }
    .ip-agents-box-info span {
        font-size: 12px;
    }
}