/* Exclusive Listings CSS */

.header {

    position: relative;

    background: #000;

}

.ip-banner {

    display: none;

}

div#inner-page-wrapper > .container {

    width: 100%;

    padding: 0;

}

.el-listings-item-details-sold {
    font-family: "tradegothicbold";
    font-size: 15px;
    font-weight: 400;
    color: red;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#exclusive-listings-wrapper {

    position: relative;

}

#exclusive-listings-wrapper::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 700px;

    background-image: url('../../images/exclusive-listings/el-content-bg.jpg');

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    pointer-events: none;

    z-index: -1;

}

.el-top-content {

    max-width: 1414px;

    margin: 0 auto;

    padding: 0 15px;

}

    .el-top-content-col.col-right {

        position: absolute;

        top: -3.75vw;

        right: 5.063vw;

        width: 37.813vw;

    }

    .el-top-content-breadcrumbs {

        padding-top: 37px;

    }

        .el-top-content-breadcrumbs p {

            font-family: "tradegothic";

            font-size: 12px;

            font-weight: 400;

            color: #333333;

            text-transform: uppercase;

            letter-spacing: 0.025em;

        }

        .el-top-content-breadcrumbs p span span {

            display: inline-block;

            vertical-align: middle;

        }

    .el-top-content-heading {

        position: relative;

        margin-top: 64px;

    }

        .el-top-content-heading-line1 {

            position: relative;

            font-family: "tradegothicbold";

            font-size: 15px;

            font-weight: 400;

            color: #666666;

            text-transform: uppercase;

            letter-spacing: 0.2em;

            text-align: right;

            max-width: 365px;

        }

        .el-top-content-heading-line1::before {

            content: "";

            position: absolute;

            top: 50%;

            left: 0;

            transform: translateY(-50%);

            width: 62px;

            height: 1px;

            background-color: #1f1f1f;

            pointer-events: none;

        }

        .el-top-content-heading-line2,

        .el-top-content-heading-line3 {

            font-family: "ivarfine";

            font-size: 114px;

            font-weight: 400;

            color: #000;

        }

        .el-top-content-heading-line2 {

            margin-top: 14px;

            margin-left: 74px;

        }

        .el-top-content-heading-line3 {

            margin-top: -23px;

            margin-left: 210px;

        }

        .el-top-content-heading-line3.spacing-only{
            opacity: 0;
        }

.el-listings-wrapper {

    position: relative;

    margin-top: 47px;

}

    .el-listings-row {

        position: relative;

        margin-bottom: 80px;

        z-index: 1;
/*
        min-height: 500px;*/

    }

    .el-listings-row p{

        font-family: "tradegothicbold";

        font-size: 15px;

        font-weight: 400;

        color: #666666;

        text-transform: uppercase;

        letter-spacing: 0.2em;

        text-align: center;

        margin-top: 15%;

    }

    .el-listings-row:nth-child(odd) {

        text-align: right;

    }

    .el-listings-row:nth-child(odd):before {

        content: "";

        position: absolute;

        top: 80px;

        left: 0;

        width: 100%;

        height: 640px;

        background-image: url('../../images/exclusive-listings/el-dark-overlay.jpg');

        background-size: cover;

        background-position: center;

        background-repeat: no-repeat;

        background-attachment: fixed;

        pointer-events: none;

        z-index: -1;

    }

    .page-id-37 .el-listings-row:nth-child(odd):before {
        height: 250%;
    }

    .safari .el-listings-row:nth-child(odd):before {
        background-attachment: scroll;
    }

        .el-listings-item {

            position: relative;

            max-width: 746px;

            display: inline-block;

            vertical-align: top;

            margin-right: 6px;

            width: calc(((100% - 10%) - 12px) / 2);

        }

        .el-listings-row:nth-child(odd) .el-listings-item {

            margin-left: 6px;

            margin-right: 0;

        }

            .el-listings-item a {

                display: block;

                position: relative;

                overflow: hidden;

            }

                .el-listings-item-image {

                    position: relative;

                }

                .el-listings-item-image::before,

                .el-listings-item-image::after {

                    content: "";

                    position: absolute;

                    pointer-events: none;

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

                }

                .el-listings-item-image::before {

                    top: 0;

                    left: 0;

                    width: 100%;

                    height: 100%;

                    background-color: #000;

                    opacity: .3;

                    z-index: 1;

                }

                .el-listings-item a:hover .el-listings-item-image::before {

                    opacity: .44;

                }

                .el-listings-item-image::after {

                    top: -50px;

                    right: -50px;

                    width: 589px;

                    height: 537px;

                    background-image: url('../../images/exclusive-listings/el-item-ak-logo-hover-overlay.png');

                    background-size: contain;

                    background-position: center;

                    background-repeat: no-repeat;

                    pointer-events: none;

                    opacity: 0;

                }

                .el-listings-item a:hover .el-listings-item-image::after {

                    right: -105px;

                    opacity: .5;

                }

                    .el-listings-item-image canvas {

                        display: block;

                        width: 100%;

                        min-height: 320px;

                        background-size: cover;

                        background-position: center;

                        background-repeat: no-repeat;

                    }

                    .el-listings-item a:hover .el-listings-item-image canvas {

                        transform: scale(1.1);

                    }

                .el-listings-item-details {

                    position: absolute;

                    bottom: 15px;

                    left: 35px;

                    width: calc( 100% - 35px );

                    text-align: left;

                    z-index: 2;

                }

                .el-listings-item a:hover .el-listings-item-details {

                    bottom: 44px;

                }

                    .el-listings-item-details-logo {

                        position: relative;

                        display: inline-block;

                        margin-bottom: 31px;

                    }

                    .el-listings-item a:hover .el-listings-item-details-logo {

                        opacity: 0;

                    }

                    .el-listings-item-details-logo::before {

                        content: "";

                        position: absolute;

                        bottom: calc(100% + 28px);

                        left: 58%;

                        transform: translateX(-50%);

                        width: 1px;

                        height: 100vw;

                        background-color: #cccccc;

                        opacity: .66;

                        pointer-events: none;

                    }

                    .el-listings-item-details-price {

                        font-family: "ivarfine";

                        font-size: 40px;

                        font-weight: 400;

                        color: #fff;

                        letter-spacing: 0.06em;

                        margin-bottom: 16px;

                    }

                    .el-listings-item-details-price span {
                        font-family: "tradegothic";
                        font-size: 13px;
                        font-weight: 400;
                        color: #fff;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        display: inline-block;
                        vertical-align: middle;
                        margin-left: 12px;
                    }

                    .ak-fl-item-details-price span {
                        font-family: "tradegothic";
                        font-size: 13px;
                        font-weight: 400;
                        color: #6c6c6c;
                        text-transform: uppercase;
                        display: block;
                        letter-spacing: 0;
                    }

                    .el-listings-item-details-address {

                        font-family: "tradegothicbold";

                        font-size: 15px;

                        font-weight: 400;

                        color: #fff;

                        text-transform: uppercase;

                        margin-bottom: 20px;

                    }

                    .el-listings-item-details-features {

                        opacity: 0;

                    }

                    .el-listings-item a:hover .el-listings-item-details-features {

                        opacity: 1;

                    }

                        .el-listings-item-details-features span {

                            position: relative;

                            display: inline-block;

                            vertical-align: top;

                            padding: 0 25px;

                            font-family: "tradegothicbold";

                            font-size: 15px;

                            font-weight: 400;

                            color: #fff;

                            text-transform: uppercase;

                        }

                        .el-listings-item-details-features span:first-child {

                            padding-left: 0;

                        }

                        .el-listings-item-details-features span::after {

                            content: "";

                            position: absolute;

                            top: 50%;

                            right: 0;

                            transform: translateY(-50%);

                            width: 2px;

                            height: 15px;

                            background-color: #fff;

                            pointer-events: none;

                        }

                        .el-listings-item-details-features span:last-child:after {

                            opacity: 0;

                        }

.el-listings-pagination {

    position: relative;

    text-align: center;

    z-index: 1;

}

    .el-listings-pagination ul {

        margin-top: 130px;

        margin-bottom: 30px;

    }

    .page-id-37 #inner-page-wrapper {
        margin-bottom: 0; 
    }

    .page-id-37 .el-listings-pagination ul {
        margin-top: 0;
        margin-bottom: 0;
    }
    .el-listings-pagination.odd ul {
        margin-top: 430px;
        margin-bottom: 30px;
    }
        .el-listings-pagination ul li {

            position: relative;

            display: inline-block;

            vertical-align: top;

            padding: 0 12px;
            margin-bottom: 65px;

        }

        .el-listings-pagination ul li::after {

            content: "";

            position: absolute;

            top: 50%;

            right: 0;

            transform: translateY(-50%);

            width: 1px;

            height: 41px;

            background-color: #000;

            pointer-events: none;

        }

        .page-id-37 .el-listings-pagination ul li::after {
            background-color: #fff;
        }

        .el-listings-pagination ul li:nth-child(even):after {

            height: 105px;

        }

        .el-listings-pagination ul li:last-child:after {

            opacity: 0;

        }

            .el-listings-pagination ul li a {

                font-family: "tradegothicbold";

                font-size: 15px;

                font-weight: 400;

                color: #000;

            }

            .page-id-37 .el-listings-pagination ul li a {
                color: #fff;
            }

            .el-listings-pagination ul li a:hover {

                opacity: .7;

            }

            div#EL-listings-wrapper {
    scroll-margin-top: 100px;
}

main + .ak-cwa-wrapper.section-wrapper {
    z-index: 2;
}

.lls-wrap {
    font-size: 0;
    position: relative;
    padding: 92px 0 0;
    background-image: url('../../images/home/afi-accent-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 97px;
}
.lls-inner {
    position: relative;
}
.lls-inner h3 {
    font-family: "ivarfine";
    font-size: 65px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 62px;
}
.ak-fl-item {
    position: relative;
    padding-right: 10.37%;
    padding-bottom: 112px;
}
.ak-fl-item a {
    display: block;
}

.ak-fl-item a:hover .ak-fl-item-image canvas,
.ak-fl-item a:focus .ak-fl-item-image canvas {
    filter: grayscale(1);
}
.ak-fl-item a:hover .ak-fl-item-details::before,
.ak-fl-item a:focus .ak-fl-item-details::before {
    width: 93%;
    height: 93%;
    border: 4px solid #000;
    opacity: 1;
}
.ak-fl-item a .ak-fl-item-image canvas {
    display: block;
    width: 100%;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.ak-fl-item a .ak-fl-item-details {
    position: absolute;
    bottom: 0;
    left: 10.37%;
    width: 375px;
    padding: 30px 0 45px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.96);
}
.ak-fl-item a .ak-fl-item-details::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    opacity: 0;
    pointer-events: none;
    -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;
}
.ak-fl-item a .ak-fl-item-details .ak-fl-item-details-site-logo img {
    margin: 0 auto;
}
.ak-fl-item a .ak-fl-item-details .ak-fl-item-details-price {
    font-family: "ivarfine";
    font-size: 53px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.06em;
    margin-top: 27px;
}
.ak-fl-item a .ak-fl-item-details .ak-fl-item-details-address {
    font-family: "tradegothicbold";
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-top: 16px;
}
.ak-fl-item a .ak-fl-item-details .ak-fl-item-details-link-label {
    position: relative;
    font-family: "tradegothicbold";
    font-size: 10px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding-bottom: 24px;
    max-width: 90px;
    margin: 49px auto 0;
}
.ak-fl-item a .ak-fl-item-details .ak-fl-item-details-link-label::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -18px;
    width: 50px;
    height: 2px;
    background-color: #000;
    pointer-events: none;
}
.ak-fl-item a .ak-fl-item-details .ak-fl-item-details-link-label img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.page-id-37 .ak-cwa-wrapper.section-wrapper + .ak-cwa-wrapper.section-wrapper {
    display: none;
}

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

 *

 * Mobile styles and other media queries

 *

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

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

    .el-listings-item {

        max-width: 640px;

    }

    .el-top-content-heading-line2, .el-top-content-heading-line3 {
        font-size: 100px;
    }

} 

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

    .el-top-content-heading-line2, .el-top-content-heading-line3 {
        font-size: 100px;
    }

}



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

    .el-listings-item {

        max-width: 540px;

    }

}


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

    .el-top-content-col.col-right {
        width: 31.813vw;
    }

    .el-listings-item {

        max-width: 450px;

    }

    .el-top-content-heading-line2, .el-top-content-heading-line3 {
        font-size: 65px;
    }

    .el-listings-item-details-features span {
        padding: 0 12px;
        font-size: 12px;
    }

    .page-id-35 .el-top-content-heading-line3 {
        margin-top: -6px;
    }

    .el-listings-pagination.odd ul {
        padding-top: 400px !important;
        margin-bottom: 30px;
        margin: 0;
    }
} 



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

    .el-listings-wrapper {

        max-width: 560px;

        margin: 47px auto 0;

    }

    .el-listings-row {

        margin-bottom: 0;

    }


    .el-listings-pagination.odd ul {
        padding-top: 130px !important;
        margin-bottom: 30px;
        margin: 0;
    }

    .el-listings-row:nth-child(odd) {

        text-align: left;

    }

    .el-listings-row:nth-child(odd):before {

        display: none;

    }

    .el-listings-item {

        width: 100%;

        max-width: 100%;

        margin: 0 0 20px !important;

    }

    .el-listings-pagination ul {

        margin-top: 50px;

        margin-bottom: 50px;

    }

    .el-top-content-heading {

        max-width: 370px;
        margin: 64px auto 0;
        text-align: center;
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        justify-content: center;

    }

    .el-top-content-heading-line1{
        text-align: left;
        max-width: none;
        padding: 0 0 0 75px;
    }

    .el-top-content-heading-line2,

    .el-top-content-heading-line3 {

        font-size: 73px;
        margin: 0;

    }

    .el-top-content-heading-line3 {

        /* margin-top: -9px;

        margin-left: 158px; */

    }

    .ak-fl-item {
        padding-right: 0;
    }

    .ak-fl-item .ak-fl-item-details {
        left: 70px;
    }
    .ak-fl-item a .ak-fl-item-details {
        width: 322px;
        padding: 51px 0 35px;
    }
    .ak-fl-item a .ak-fl-item-details .ak-fl-item-details-site-logo img {
        max-width: 50px;
    }
    .ak-fl-item a .ak-fl-item-details .ak-fl-item-details-price {
        font-size: 27px;
        margin-top: 55px;
    }
    .ak-fl-item a .ak-fl-item-details .ak-fl-item-details-address {
        font-size: 9px;
        margin-top: 12px;
    }
    .ak-fl-item a .ak-fl-item-details .ak-fl-item-details-link-label {
        font-size: 7px;
        max-width: 92px;
        margin: 29px auto 0;
    }
    .ak-fl-item a .ak-fl-item-details .ak-fl-item-details-link-label::after {
        width: 32px;
        left: 0;
    }

} 



@media only screen and (max-width: 767px) {
    .lls-inner h3 {
        font-size: 45px;
    }


}



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

    .el-top-content-breadcrumbs p {

        font-size: 10px;

    }

    .el-top-content-heading {

        max-width: 300px;

    }

    .el-top-content-heading-line1 {

        font-size: 11px;

    }

    .el-top-content-heading-line2,

    .el-top-content-heading-line3 {

        font-size: 50px;

    }

    .el-top-content-heading-line3 {

        /* margin-top: -4px;

        margin-left: 130px; */

    }

    .el-listings-item-details {

        left: 15px;
        width: calc( 100% - 30px );

    }

    .el-listings-item-details-features span {

        font-size: 11px;

        padding: 0 12px;

    }

    .el-listings-pagination ul li {
        margin-bottom: 50px;
    }
    .el-listings-pagination ul li:nth-child(even):after {
        height: 55px;
    }

    .ak-fl-item a .ak-fl-item-details .ak-fl-item-details-price {
        margin-top: 22px;
    }
    .ak-fl-item a .ak-fl-item-details {
        width: 230px;
        padding: 25px 0;
    }
    .ak-fl-item .ak-fl-item-details {
        left: 15px;
    }

}