@import url(https://fonts.googleapis.com/css?family=Lato:400,300italic,300,100italic,100,400italic,700,700italic,900,900italic);
.fc-form-group {
    margin-bottom: 20px;
}

.fngmp_front_table .toggle-row {
    display: none;
    visibility: hidden;
}

.fngmp_front_table tfoot {
    display: none;
    visibility: hidden;
}

textarea#googlemap_infomessage {
    width: 100%;
}

.wcsl-map {
    height: 500px;
    width: 400px;
}

.wcsl-store-locator {
    font-family: 'Lato', sans-serif;
}

.wcsl-store-locator .wcsl-map-container {
    width: 67%;
    float: left;
}

.wcsl-store-locator .wcsl-listing {
    width: 30%;
    height: 490px;
    float: right;
    overflow: auto;
    font-size: 12px;
    background: url(../images/wsl-bg.png) repeat;
    padding: 5px;
}

.fc-form-group {
    font-size: 12px;
}

select.form-control {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    box-shadow: none;
    color: #555555;
    font-size: 15px;
    height: 37px;
    padding: 0 0 0 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.form-control {
    font-size: 12px;
    height: 27px;
}

input.form-control {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    box-shadow: none;
    color: #555555;
    display: inline;
    font-size: 15px;
    height: 37px;
    padding: 0 0 0 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    margin-bottom: 5px;
}

.fc-form-group input.btn.btn-primary {
    background: #57a1e2 none repeat scroll 0 0;
    border: 2px solid #097faa;
    border-radius: 4px;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
    font-size: 14px;
    height: 37px;
    margin-left: 5px;
    padding: 0 20px;
}

.fc-col-md-3,
.fc-col-md-8 {
    display: inline-block;
    margin-left: 10px;
}

.wcsl-store-locator .wcsl-listing ul.wcsl-items {
    border-top: 1px solid #ddd;
    margin-top: 5px;
    padding-top: 0px;
    padding-left: 0px;
    list-style: none;
    margin: 0px;
}

.wcsl-listing ul.wcsl-items li.wcsl-item {
    border-bottom: 2px solid #e8ebec;
    list-style: outside none none;
    margin: 10px 0;
    opacity: 1;
    padding: 0 10px 20px 20px;
}

p.wsl_content {
    margin: 0px;
    padding: 0px;
    line-height: 28px;
    color: #666;
    font-size: 14px;
    margin: 5px 0 0;
}

.wcsl-item-services li {
    color: #949090;
}

.wsl-directions input {
    width: 80%;
}

.wsl-directions {
    display: none;
}

.wcsl-item-pcab {
    background-image: url('../images/star.png');
    background-repeat: no-repeat;
}

a.place_title {
    font-weight: bold;
    font-size: 16px;
    color: #444;
    text-decoration: none;
    border: none;
    outline: none;
}

a.place_title:hover {
    color: #444;
    text-decoration: none;
}

.wcsl-filter label {
    font-size: 15px;
}

.wsl-driving-directions a {
    font-weight: bold;
    color: #097faa;
    font-size: 13px;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    outline: none;
    border: none;
}

.wsl-driving-directions a:hover {
    text-decoration: underline;
}

div.wsl-directions {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ddd;
    font-size: 15px;
    padding: 10px;
}

div.wsl-directions input[name="wsl-start"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #777;
    display: block;
    font-size: 13px;
    margin-top: 5px;
    outline: medium none;
    padding: 5px 8px;
    width: 100%;
}

div.wsl-directions input[name="wsl-go"] {
    background: #57a1e2 none repeat scroll 0 0;
    border: 1px solid #097faa;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 33px;
    margin-left: 5px;
    margin-top: 8px;
    padding: 0 10px;
    width: auto !important;
}

div.wsl-directions input[name="wsl-go"]:hover {
    background: #3781c1;
}

.fc-form-group {
    float: left;
    width: 100%;
}

.fc-col-md-1,
.fc-col-md-2,
.fc-col-md-3,
.fc-col-md-4,
.fc-col-md-5,
.fc-col-md-6,
.fc-col-md-8 {
    float: left;
    margin: 0 1%;
}

.fc-col-md-1 {
    width: 53%;
}

.fc-col-md-2 {
    width: 21%;
}

.fc-col-md-4 {
    width: 42%;
}

.fc-col-md-5 {
    width: 10%;
}

.fc-col-md-6 {
    width: 35%;
}

.fc-col-md-8 {
    float: right;
    margin-right: 10px;
}

.fc-col-md-8 input[name='wsl_submit'] {
    float: right;
}

@media (max-width: 1318px) {
    .fc-col-md-1 {
        width: 50%;
    }
}

@media (max-width: 1112px) {
    .fc-col-md-1 {
        width: 46%;
    }
}

@media (max-width: 950px) {
    .fc-col-md-1 {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .wcsl-map-container,
    .wcsl-listing,
    .fc-col-md-3,
    .fc-col-md-8,
    .fc-col-md-1,
    .fc-col-md-2,
    .fc-col-md-3,
    .fc-col-md-4,
    .fc-col-md-5,
    .fc-col-md-6 {
        width: 100% !important;
        margin-left: 0px;
        margin-right: 0px;
    }
    .wcsl-map-container {
        margin-bottom: 20px;
    }
    .fc-container input[type="text"],
    .fc-container select,
    .fc-container input[type="text"] {
        width: 100%;
        margin: 5px 0;
    }
    .fc-form-group input.btn.btn-primary {
        margin-left: 0px;
        margin-top: 10px;
    }
    .wcsl-store-locator .wcsl-listing {
        margin-bottom: 20px;
    }
    select.form-control {
        width: 100%;
        max-width: 100%;
    }
}

.fc-form-horizontal {
    /*height: 50px;*/
    
    margin-left: 0;
    padding-left: 0;
}

input.wpgmp_auto_suggest {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.9em;
    width: 100%;
}

.wsl-go {
    font-size: 1em;
    width: 25% !important;
}

.wsl_distance {
    font-style: italic;
    font-size: 1em;
}

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