/* Start custom CSS *//* Default Desktop */
.footer-bottom-wrap {
    display: none;
}
.turbo-footer-template {
    margin-top: 250px !important;
}
.advanced-search-half-map {
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 50px;
}


.grid-view .item-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    display: none !important;
}
.item-author, .item-date, .item-author a {
    display: none !important;
}
.d-flex.align-items-center.justify-content-start.d-none.d-xl-flex.gap-3 {
    display: none !important;
}
.elementor-82.elementor-location-header {
    padding-bottom: 50px !important;
}

.half-map-wrap {
    padding-left: 100px !important;
    padding-right: 100px !important;
}

.label {
    font-size: 12px !important;
    line-height: 1;
    text-transform: uppercase;
    padding: 4px;
    color: #000 !important;
     background-color: #fff !important;
     font-weight: bold !important;
}

.item-footer {
   display: none !important;
   }
   
   .item-footer.d-lg-none {
    display: none !important;
}



/* Tablets & Small Laptops (max 750px) */
@media (max-width: 750px) {
    .turbo-footer-template {
        margin-top: 150px !important;
    }

    .elementor-82.elementor-location-header {
        padding-bottom: 30px !important;
    }

    .half-map-wrap {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}


/* Mobile Large (max 450px) */
@media (max-width: 450px) {
    .turbo-footer-template {
        margin-top: 100px !important;
    }

    .elementor-82.elementor-location-header {
        padding-bottom: 20px !important;
    }

    .half-map-wrap {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    
        .labels-wrap {
        display: none !important;
        margin-top: 0px !important;
    }

    .label {
        color: #fff !important;
        background-color: #000 !important;
    }

}


/* Mobile Small (max 350px) */
@media (max-width: 350px) {
    .turbo-footer-template {
        margin-top: 100px !important;
    }

    .elementor-82.elementor-location-header {
        padding-bottom: 15px !important;
    }

    .half-map-wrap {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
        .labels-wrap {
        display: none !important;
        margin-top: 0px !important;
    }

    .label {
        color: #fff !important;
        background-color: #000 !important;
    }

}/* End custom CSS */