.location-search-results {
    display: flex;
    flex-flow: row wrap;
    /* background-color: blue; */
}

.location-search-results-image {
    object-fit: cover;
    width: 100% !important;
    height: 200px;
}

.location-result-column .wpb_single_image img.vc_single_image-img {
    width: 100% !important;
    min-height: 100px;
    max-width: 100% !important;
    left: 0 !important;
    height: 200px;
    position: relative;
    object-fit: cover
}

.location-card {
    width: 30%;
    /* background-color: magenta; */
}

.location-hours-today, .location-hours-expand-arrow, .location-hours-collapse-arrow {
    cursor: pointer;
}


.location-hours-hidden {
    display: none !important;
}

.location-hours-emphasis {
    font-weight: bold;
}

.location-hours-list {
    list-style-type: none;
}