     /* Colors */

    .wcsl-filter-form, .wcsl-store-locator .wcsl-listing {
        background: #9E9E9E;
    }
    
    .fc-form-group  input.fc-btn-submit,.wcsl-results,.wcsl_distance_details, div.wsl-directions input[name="wsl-go"] {
        background: #000;
        background-color: #000;
    }
    
    select.form-control,
    input.form-control, div.wsl-directions input[name="wsl-start"] {
        background: #fff;
    }
    
    .wcsl-listing ul.wcsl-items li.wcsl-item .place_title, p.wsl_content {
        color: #000;
    }
    
    div.wsl-directions input[name="wsl-go"], .place_title:before,.wcsl_get_distance:after, .fc-form-group  input.fc-btn-submit,.wcsl-results,.wcsl_distance {
        color: #fff;
    }
           
    .wcsl-current-location:before {
        color: #212F3D;
    }

    .fc-form-group label, a.wsl-driving-link {
        color: #000;
    }