/* Listing Impossible CSS */
.header {
    position: relative;
    background: #000;
}
.ip-banner {
    display: none;
}
#inner-page-wrapper {
    margin-bottom: 0;
}
div#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}
#listing-impossible-wrapper {
    position: relative;
    overflow: hidden;
    padding: 50px 0 0;
    background: url(../../images/listing-impossible/main-bg.jpg) no-repeat center top / 100% auto;
}

/* Breadcrumbs : START */
.listing-impossible-breadcrumbs {
    position: relative;
    width: 1330px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
    .listing-impossible-breadcrumbs #breadcrumbs {
        font: 400 12px/1.2 "tradegothic", sans-serif;
        color: #333333;
        letter-spacing: 0.025em;
        text-transform: uppercase;
    }
    .listing-impossible-breadcrumbs #breadcrumbs span.breadcrumb_last {
        font-family: "tradegothicbold", sans-serif;
    }
/* Breadcrumbs : END */

/* Content : START */
.listing-impossible-content-wrapper {
    margin-top: 72px;
}
    .listing-impossible-content-wrapper .hp-global-heading {
        text-align: center;
    }
        .listing-impossible-content-wrapper .hp-global-heading .hp-global-heading-bottom-text {
            margin-top: 0;
            font-size: 114px;
        }
    .listing-impossible-content-inner {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        max-width: 880px;
        margin: 64px auto 0;
    }
        .listing-impossible-content-image {
            width: 26.25%;
            margin: 5px 0 20px;
        }
            .listing-impossible-content-image a {

            }
            .listing-impossible-content-image img {
                margin: auto;
            }
        .listing-impossible-content-text {
            width: 65.34%;
        }
            .listing-impossible-content-desc {
                font-size: 16px;
                color: #333333;
                line-height: 1.7;
            }
            .listing-impossible-content-schedule {
                font: 700 20px/1.2 'proxima_novabold', sans-serif;
                color: #333333;
                letter-spacing: 0.05em;
                text-transform: uppercase;
                margin-top: 40px;
            }
            .listing-impossible-content-link {
                margin-top: 20px;
            }
                .listing-impossible-content-link a {
                    display: flex;
                    align-items: center;
                    font-size: 15px;
                    color: #333333;
                    line-height: 1;
                    letter-spacing: 0.2em;
                    text-align: left;
                    text-transform: uppercase;
                }
                .listing-impossible-content-link i {
                    display: block;
                    width: 25px;
                    height: 25px;
                    margin-right: 16px;
                    margin-bottom: 3px;
                    font-size: 8px;
                    color: #ffffff;
                    border-radius: 50%;
                    background: rgba(19,24,30,0.8);
                    text-align: center;
                    padding: 3px 0 0 5px;
                    transition: all 0.35s ease-in-out;
                }
                .listing-impossible-content-link i::after {
                    content: '';
                    display: inline-block;
                    vertical-align: middle;
                    width: 0;
                    height: 100%;
                }
                .listing-impossible-content-link a:hover i {
                    background: rgba(19,24,30,1);
                }
/* Content : END */

/* Video : START */
.listing-impossible-video-wrapper {
    position: relative;
    padding: 97px 15px 115px;
    z-index: 1;
}
.listing-impossible-video-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70.31%;
    height: 710px;
    background-image: url('../../images/compass/compass-dark-overlay.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    pointer-events: none;
    z-index: -1;
}
    .listing-impossible-video-inner-wrapper {
        max-width: 1120px;
        margin: 0 auto;
        border-radius: 35px;
        border: 7px solid #000;
        background-color: #1b1b1b;
        overflow: hidden;
        position: relative;
    }
        .listing-impossible-video-inner-wrapper canvas {
            display: block;
            width: 100%;
            background-color: #cccccc;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            cursor: pointer;
        }
        .listing-impossible-video-inner-wrapper iframe,
        .safari .listing-impossible-video-inner-wrapper > div {
            display: block;
            position: absolute;
            width: 100%;
            height: 100%!important;
            top: 0;
            left: 0;
            opacity: 0;
            pointer-events: none;
        }
        .safari .listing-impossible-video-inner-wrapper > div,
        .safari .listing-impossible-video-inner-wrapper iframe {
            border-radius: 23px;
        }
        .listing-impossible-video-inner-wrapper iframe.active,
        .listing-impossible-video-inner-wrapper > div.active {
            opacity: 1;
            pointer-events: auto;
        }
/* Video : END */

/* Sign up : START */
.listing-impossible-signup-wrapper {
    position: relative;
    padding: 40px 0 0;
    background: url(../../images/listing-impossible/form-bg.jpg) no-repeat center top / 100% auto;
}
.listing-impossible-signup-wrapper::before {
    content: "";
    position: absolute;
    bottom: 4.1vw;
    right: 0;
    width: 48.313vw;
    height: 46.5vw;
    background-image: url(../../images/listing-impossible/aak-logo-overlay.png);
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: 0.95;
}
    .listing-impossible-signup-container {
        position: relative;
        width: 1280px;
        max-width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }
    .listing-impossible-signup-inner {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    .listing-impossible-signup-left {
        width: 42.8%;
        padding-top: 60px;
    }   
        .listing-impossible-signup-left .hp-global-heading {

        }
        .listing-impossible-signup-left .hp-global-heading .hp-global-heading-bottom-text {
            margin-top: 0;
            font-size: 114px;
        }
        .listing-impossible-signup-left p {
            font: 400 33px/1.2 "ivarfine", sans-serif;
            color: #000000;
            letter-spacing: 0.025em;
            margin-top: 30px;
        }
        .signup-form {
            position: relative;
            margin-top: 28px;
        }
            .signup-form-container {
                margin-bottom: 23px;
            }
                .signup-form-container .wpcf7-form-control-wrap {
                    display: block;
                }
                .signup-form-container input:not([type="submit"]) {
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    outline: none;
                    border: none;
                    font-family: "proxima_novaregular";
                    font-size: 13px;
                    font-weight: 400;
                    color: #252525;
                    text-transform: uppercase;
                    width: 100%;
                    height: 50px;
                    background-color: transparent;
                    border-bottom: 1px solid #000;
                }
            .signup-submit {
                max-width: 140px;
                margin: 0 -22px 0 auto;
            }
                .signup-submit button {
                    font-size: 14px;
                    background-color: transparent;
                    width: 100%;
                }
                .signup-submit button:hover,
                .signup-submit button:focus {
                    background-color: #000;
                }
                
                .signup-form span.wpcf7-not-valid-tip {
                    font-size: 12px;
                    margin: 5px;
                }
                
                .signup-form .wpcf7-response-output {
                    position: absolute;
                    font-size: 12px;
                    text-align: center;
                    width: 100%;
                    padding: 5px !important;
                    margin: 5px 0 0 !important;
                }
    .listing-impossible-signup-right {
        width: 48%;
        padding-left: 180px;
    }
        .listing-impossible-agent-photo {
            margin-right: -200px;
        }
/* Sign up : END */

/* More Videos : START */
.listing-impossible-more-videos-wrapper {
    position: relative;
    padding: 85px 0 115px;
}
.listing-impossible-more-videos-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 23.93%;
    height: 52%;
    background-image: url(../../images/listing-impossible/aak-dark-overlay.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    pointer-events: none;
    z-index: -1;
}
.listing-impossible-more-videos-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25.18%;
    height: 52%;
    background-image: url(../../images/listing-impossible/aak-dark-overlay.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    pointer-events: none;
    z-index: -1;
}
    .listing-impossible-more-videos-container {
        position: relative;
        width: 1364px;
        max-width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }
        .listing-impossible-more-videos-list {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            padding: 24px 22px;
            background: #fff;
        }
            .listing-impossible-more-videos-item {
                width: 33.33%;
                padding: 8px;
            }
            .listing-impossible-more-videos-item-inner {
                position: relative;
            }
            .listing-impossible-more-videos-item-inner::after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: #000;
                opacity: .2;
                pointer-events: none;
                z-index: 2;
                transition: all 0.4s ease-in-out;
            }
            .listing-impossible-more-videos-item:hover .listing-impossible-more-videos-item-inner::after {
                opacity: 0.1;
            }
            .listing-impossible-more-videos-item canvas {
                display: block;
                width: 100%;
                background-color: #cccccc;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
                z-index: 1;
            }
            .listing-impossible-more-videos-item a {
                display: block;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 68px;
                height: 68px;
                padding: 17px 0;
                background: rgba(0,0,0,.4);
                border-radius: 50%;
                font-size: 20px;
                color: #fff;
                text-align: center;
                z-index: 3;
                transition: all 0.4s ease-in-out;
            }
            .listing-impossible-more-videos-item a:hover {
                background: rgba(0,0,0,.7);
            }
            .listing-impossible-more-videos-item a::before {
                content: '';
                display: inline-block;
                vertical-align: middle;
                width: 0;
                height: 100%;
            }
            .listing-impossible-more-videos-item a i {
                display: inline-block;
                vertical-align: middle;
                opacity: .6;
                transition: all .4s ease-in-out;
            }
            .listing-impossible-more-videos-item a:hover i {
                opacity: .9;
            }
/* More Videos : END */


        
/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1440px) {

} 

@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1299px) {

} 

@media only screen and (max-width: 1199px) {
    
    /* Sign up : START */
    .listing-impossible-signup-right {
        padding-left: 50px;
    }
    /* Sign up : END */

} 

@media only screen and (max-width: 991px) {

    /* Content : START */
    .listing-impossible-content-wrapper .hp-global-heading .hp-global-heading-bottom-text {
        font-size: 100px;
    }
    .listing-impossible-content-image {
        width: 100%;
    }
    .listing-impossible-content-text {
        width: 100%;
        text-align: center;
    }
    .listing-impossible-content-link {
        display: flex;
        justify-content: center;
    }
    /* Content : END */

    /* Video : START */
    .listing-impossible-video-inner-wrapper canvas {
        /* height: 410px; */
    }
    .listing-impossible-video-wrapper::after {
        display: none;
    }
    .listing-impossible-video-wrapper {
        padding: 57px 15px 0;
    }
    /* Video : END */

    /* Sign up : START */
    .listing-impossible-signup-wrapper::before {
        bottom: 0;
        right: 0;
        width: 100%;
        height: 50%;
        background-position: right bottom;
    }
    .listing-impossible-signup-left {
        width: 100%;
        text-align: center;
    }
    .listing-impossible-signup-left .hp-global-heading .hp-global-heading-bottom-text {
        font-size: 100px;
    }
    .signup-form {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .listing-impossible-signup-right {
        width: 100%;
        padding-left: 0;
        margin-top: 50px;
    }
    .listing-impossible-agent-photo {
        margin-right: 0;
    }
    .listing-impossible-agent-photo img {
        margin: auto;
    }
    /* Sign up : END */

    /* More Videos : START */
    .listing-impossible-more-videos-list {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    .listing-impossible-more-videos-item {
        width: 100%;
    }
    /* More Videos : END */

}

@media only screen and (max-width: 767px) {
    
    /* Video : START */
    .listing-impossible-video-inner-wrapper canvas {
        /* height: 320px; */
    }
    /* Video : END */

    .signup-submit {
        margin: 0 0 0 auto;
    }

}

@media only screen and (max-width: 480px) {

    /* Content : START */
    .listing-impossible-content-wrapper .hp-global-heading .hp-global-heading-bottom-text {
        font-size: 68px;
    }
    /* Content : END */

    /* Video : START */
    .listing-impossible-video-inner-wrapper iframe {
        /* height: 260px; */
    }
    /* Video : END */

    /* Sign up : START */
    .listing-impossible-signup-left .hp-global-heading .hp-global-heading-bottom-text {
        font-size: 68px;
    }
    .listing-impossible-signup-left p {
        font-size: 18px;
    }
    /* Sign up : END */

    .listing-impossible-content-link a {
        font-size: 13px;
    }

}