/*
 Theme Name:     American Restoration - Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.1
*/


/* =Theme customization starts here
------------------------------------------------------- */
.wpgmza-marker-listing-category-filter {
    text-align: center !important;
    background-color: #E7EBEF !important;
}

.wpgmza_marker_list_class {
    height: 46vh;
    overflow-y: scroll !important;
    background-color: #E7EBEF !important;
}

.wpgmaps_mlist_row.wpgmza_basic_row {
    border: none;
    margin: 0 10px 10px 10px !important;
    background-color: #fff;
    line-height: 1.2;
}

.wpgmaps_mlist_row.wpgmza_basic_row p {
    padding-bottom: 5px !important;
    margin-bottom: 5px !important;
}

.wpgmza_marker_list_class .wpgmza_marker_icon {
    display: none;
}

@media screen and (min-width: 768px) {
    .wpgmza_marker_list_class {
        width: 24% !important;
        display: inline-block;
        padding-bottom: 8vh;
        height: 70vh;
    }

    .wpgmza_map {
        width: 75% !important;
        display: inline-block !important;
        height: 70vh !important;
    }
}

.wpgmza_map img.wpgmza_infowindow_image {
    float: none !important;
    max-width: 100% !important;
    margin: 10px 0 !important;
}

/* header search field */

@media (max-width: 1090px) {
    .et_header_style_left .et-search-form {
        max-width: 32vw !important;
    }
}