/**
 * Hide the Start Marker on WP Store Locator map
 */
 #wpsl-gmap img[src*="red@2x"],
 #wpsl-gmap div[title="Start location"]{
    display: none !important;
}

/* #schedule-datetime{
    height: 1px;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
} */