.wcsl-store-locator .wcsl-map-container {
    width: 100%;
    float: none;
}

.wcsl-store-locator .wcsl-listing {
    width: 100%;
    height: 490px;
    float: none;
    overflow: auto;
}

.wcsl-map-container {
    margin-bottom: 0px;
}

.wcsl-filter-form {
    background: #f6f6f6;
    padding: 40px 0;
}

 .wcsl-store-locator .wcsl-listing {
    background: #fff;
    padding: 0 0 40px 0;
}

.wcsl-listing ul.wcsl-items li.wcsl-item .place_title {
    font-size: 20px;
}

.wcsl-item .place_title::before {
    content: "\f041";
    font: normal normal normal 30px/1 FontAwesome;
	color: #fee379;
}

.wcsl-listing ul.wcsl-items li.wcsl-item {
    border-bottom: 3px solid #f2eeee;
}

.wcsl-listing ul.wcsl-items li.wcsl-item:last-child, .wcsl-results {
    border: none;
}

/* .wsl_print, .wcsl-current-location, .cm_wsl_miles, #wsl_miles { */
.wsl_print, .wcsl-current-location {
	display: none !important;
}

input.wpgmp_auto_suggest {
    width: 85% !important;
}
.fc-btn-submit, .wcsl-results, .wcsl_distance_details, div.wsl-directions input[name="wsl-go"] {
    background: #0067ac;
}

.map_info {
    color: #0067ac;
    font-size: 18px;
    font-weight: 700;
    padding-right: 60px;
}