/*******************************************************
 *
 * listingshoods Details
 *
 *******************************************************/
.listings-title h2 {
    font-size: clamp(38px,5.500vw,88px) !important;
    font-weight: 300 !important;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
    line-height: 1;
}

.ihf-results-template #content-full .entry-title {
    display: none;
}
span.listings-status {
    position: absolute;
    color: #fff;
    background: var(--font-color-accent-1);
    padding: 5px 10px;
    top: 0;
    left: 0;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ip-banner canvas {
    height: min(565px,35.313vw);
}

p#breadcrumbs > span.container {
    width: 100% !important;
    max-width: max(1420px,88.75vw);
    padding: 0;
}

#inner-page-wrapper {
    margin-bottom: 0;
    z-index: unset;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.img-canvas{
    position: relative;
    overflow: hidden;
}

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

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

.listings-det-banner-title {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

    .listings-det-banner-title h2 {
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-size: 60px;
        font-weight: 300;
    }



.listings-wrap {
    padding: 0 20px;
}

    .listings-inner {
        width: 100%;
        max-width: max(1420px,88.75vw);
        margin: 0 auto;
        padding: 75px 0;
    }

    .listings-title-box {
            max-width: clamp(430px,40.625vw,650px);
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 80px 0;
            position: relative;
            background: #fff;
        }

            .listings-title-box:before {
                position: absolute;
                content: '';
                width: 100%;
                height: 50%;
                top: 0;
                left: 0;
                z-index: -1;
                box-shadow: 0 0 50px #ccc;
                border-radius: 35px;
            }

            .listings-title-box:after {
                position: absolute;
                content: '';
                width: 200vw;
                height: 13px;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                background: var(--font-color-accent-1);
                z-index: -1;
            }

    .pop-btns {
        display: flex;
        justify-content: center;
        padding: 20px 0;
    }

        .pop-btn {
            display: flex;
            width: 75px;
            height: 75px;
            justify-content: center;
            align-items: center;
            transition: 0.3s;
            cursor: pointer;
            margin: 0 clamp(20px,2.813vw,45px);
            position: relative;
        }

            .pop-btn h2 {
                position: absolute;
                bottom: calc(100% + 6px);
                text-transform: uppercase;
                font-size: 14px;
                text-align: center;
                transition: 0.3s;
                opacity: 0;
            }

                .pop-btn.active h2,
                .pop-btn:hover h2 {
                    opacity: 1;
                }

            .pop-btn img {
                width: fit-content;
                height: auto;
            }

            .pop-btn:hover,
            .pop-btn.active {
                background: var(--font-color-accent-1);
            }

            .pop-btn:hover img,
            .pop-btn.active img {
                filter: invert(1.5) contrast(2);
            }

            .pop-box {
            position: absolute;
            background: rgba(0,0,0,0.8);
            padding: 50px clamp(20px,2.5vw,40px) 40px;
            z-index: 2;
            bottom: calc(100% + 55px);
            left: 50%;
            transform: translateX(-50%);
            opacity: 0;
            pointer-events: none;
            transition: 0.3s;
        }

            .pop-btn:hover .pop-box,
            .pop-btn.active .pop-box {
                opacity: 1;
                pointer-events: auto;
            }

            .pop-box::before {
                content: '';
                width: 0;
                height: 0;
                position: absolute;
                top: 100%;
                left: 50%;
                transform: translateX(-50%);
                border-left: 11px solid transparent;
                border-right: 11px solid transparent;
                border-top: 20px solid rgba(0,0,0,0.8);
                z-index: 5;
            }



        .pop-search {
            width: clamp(450px,38.938vw,623px);
        }

            .pop-search-fields {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }

                .pop-search-field.long {
                    width: 100%;
                }

                .pop-search-field {
                    margin-top: 30px;
                    width: 20.3%;
                    position: relative;
                }

                    .pop-search-field.carret:before {
                        content: '';
                        width: 0;
                        height: 0;
                        position: absolute;
                        top: 2px;
                        right: 7px;
                        border-left: 3px solid transparent;
                        border-right: 3px solid transparent;
                        border-top: 5px solid #fff;
                        z-index: 5;
                    }

                .pop-search-field:first-child {
                    margin: 0;
                }

                    .pop-search-field select {
                        font-size: 14px;
                        text-transform: uppercase;
                        background: none;
                        border: none;
                        appearance: none;
                        border-bottom: 1px solid #666;
                        width: 100%;
                        padding-bottom: 11px;
                        color: #ccc;
                    }

            .pop-search-btn {
                margin-top: 25px;
            }

                .pop-search-btn .site-btn {
                    font-size: 12px;
                    height: 37px;
                    padding: 0 !important;
                    min-width: 115px;
                }


.listings-feed {
    margin-top: 50px;
}

    .listings-rows {}

        .listings-row {}

            .listings-items {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }

            .listings-row:last-child .listings-items {
                flex-direction: row-reverse;
            }

                .listings-item {
                    position: relative;
                    margin-bottom: 35px;
                }

                .listings-row:nth-child(odd) .listings-items .listings-item:first-child {
                    width: calc((789/1420)*100%);
                }

                .listings-row:nth-child(odd) .listings-items .listings-item:last-child {
                     width: calc((598/1420)*100%);
                }

                .listings-row:nth-child(even) .listings-items .listings-item {
                    width: calc((692/1420)*100%);
                }    

                    .listings-item-photo {}

                        .listings-item:hover .listings-item-photo img {
                            filter: grayscale(1);
                        }

                    .listings-det-listing-info {
                        position: absolute;
                        bottom: 0;
                        width: 100%;
                        max-width: clamp(350px,30.938vw,495px);
                        padding: 25px clamp(15px,2.188vw,35px);
                        transition: 0.3s;
                        background: #000;
                    }
                     
                        .listings-det-listing-info h2 {
                            font-size: clamp(17px,1.5vw,24px);
                            text-transform: uppercase;
                            font-weight: 500;
                            letter-spacing: 0.05em;
                            margin-bottom: 7px;
                            color: #fff;
                        }

                        .listings-det-listing-info span {
                            text-transform: uppercase;
                            font-size: clamp(14px,1.125vw,18px);
                            letter-spacing: 0.05em;
                            color: #fff;
                        }

                        .listings-item:hover .listings-det-listing-info {
                            background: #a9a9b2;
                        }



    .listings-det-navi {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 35px 0 0;
        }

            .listings-det-navi ul {
                display: flex;
            }

                .listings-det-navi ul li {
                    width: 35px;
                    height: 35px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size: 18px;
                    border: 1px solid #666;
                    transition: 0.3s;
                    cursor: pointer;
                    margin: 0 5px;
                }

                .listings-det-navi ul li.active,
                .listings-det-navi ul li:hover {
                    background: var(--font-color-accent-1);
                    color: #fff;
                    border-color: var(--font-color-accent-1);
                }

        .listings-det-navi .prev {
            padding: 0 15px;
        }

            .listings-det-navi .prev span {
                font-size: 16px;
            }



    .listings-det-cta {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 90px;
    }

        .listings-det-cta a {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 360px;
            padding: 27px 0;
            margin: 0 15px;
            position: relative;
        }

        .listings-det-cta a:before{
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: var(--font-color-accent-1);
            z-index: -1;
            transition: 0.3s;
        }

            .listings-det-cta a:after {
                background: #000;
                position: absolute;
                content: '';
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                z-index: -1;
                opacity: 0;
                transition: 0.3s;
            }

          

            .listings-det-cta a:hover:after {
                opacity: 1;
            }



            .listings-det-cta a span {
                font-size: 14px;
                text-transform: uppercase;
                letter-spacing: 0.01em;
                color: #fff;
            }

            .listings-det-cta a h2 {
                font-size: 25px;
                text-transform: uppercase;
                letter-spacing: 0.01em;
                margin-top: 6px;
                color: #fff;
            }






/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {

} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
	

    .listings-det-listing {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 35px;
    }

    .listings-det-cta {
        flex-direction: column;
    }

    .listings-det-cta a {
        margin: 10px;
    }

    .listings-det-banner-title h2 {
        font-size: 30px;
    }

    .listings-title-box {
        margin: 0 auto;
    }

    .listings-item {
        width: 100% !important;
        max-width: 700px;
        margin: 0 auto 35px;
    }

    .listings-item-photo canvas {
        height: clamp(250px,35.318vw,350px);
    }

    .listings-det-listing-info {
        max-width: 100%;
        text-align: center;
        padding: 15px;
    }


} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {

    .pop-btns {
        flex-wrap: wrap;
    }

    .pop-btn {
        width: 33.33%;
        margin: 30px 0;
        }

    .pop-box.pop-search {
        left: 0;
        transform: matrix(1, 0, 0, 1, 0, 0);
    }

    .pop-box::before {
        left: 16%;
        transform: none;
    }


    

}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {

    .listings-det-cta a {
        width: 290px;
    }

    .pop-btn {
        width: 50%;
    }

    .pop-box.pop-search {
        width: 100%;
    }

    .pop-search-field {
        width: 100%;
    }

    .pop-search-btn .site-btn {
        min-width: 100px;
    }

}
 
