/*
Theme Name:     Jeanette Nelson - Illuminate 2018
Template:       illuminate-2018
Version:        1.0
Description:    A child theme for Jeanette Nelson based off Illuminate 2018.
*/

.sold-map-container {
    position: relative;
}

.wpgmza-marker-listing-category-filter {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index:10;
    background: white;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2); 
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
}

.wpgmza-marker-listing-category-filter > span {
    text-align: center;
    display: block;
    font-weight: bold;
}

.wpgmza_cat_checkbox_holder {
    height: auto !important;
}

.wpgmza_cat_checkbox_item_holder {
    align-items: center;
	display: flex !important;
}

ul.wpgmza_cat_checkbox_item_holder {
    column-gap: 15px;
}

.wpgmza_cat_checkbox_item_holder label {
    white-space: nowrap;
}