/**GREY CONTAINERS ACROSS THE WEBSITE**/
#location_prev_section .container:before, .additional_content_section.image_left .wrap:before, .de_block_post_preview.grid .container:before, .de_block_post_preview.carousel .container:before, .de_block_filterable_posts .container:before {
    display: none;
}

/**HOVER COLOR TEXT IN BOLD**/
.hidden_fancybox a:hover, .the_content a:hover, .description a:hover {
    color: #334f7f;
}

.the_content a, .description a {
    font-weight: bold;
}


/** MAP **/
#location_prev {
    height: auto;
    max-height: 100%;
}

.infowindow_content {
    padding-top: 0;
}

.gm-ui-hover-effect {
    width: auto !important;
    height: auto !important;
}

.gm-ui-hover-effect > span {
    margin-bottom: 0 !important;
}

.gm-style-iw-ch {
    padding-top: 0 !important;
}

@media (max-width: 991px) {
    .popup_overlay_wrap {
        .close_popup {
            border-color: #ffffff;

            &::after, &::before {
                background: #ffffff;
            }
        }
    }
}