.location-add { margin-bottom: 20px; font-size: 14px; font-weight: bold; }
#locations-list { margin-top: 20px; }
.locations-item { margin-bottom: 20px; border-bottom: 1px solid #C3C3C3; padding-bottom: 20px; font-size: 14px; position: relative; }
.locations-grid { margin: 50px 0; }
#locations-item-add-button span span { white-space: nowrap; width: auto; }
#locations-item-add-button:hover span { background: none !important; }
.locations-item-delete { margin-top: 5px; }
.practitioner-location-edit .buttons-set { margin: 20px 0 0 0; }
.locations-grid .scalable { padding: 5px; margin-left: 10px; }

#locations-map-controls-box {
    position: relative;
    padding: 20px 40px;
    margin-bottom: 25px;
    border-radius: 5px;
    height: 120px;
    padding-left:0;
}

#locations-map-controls { list-style: none; margin-bottom: 40px; }
.locations-map-control { float: left; margin-right: 25px; }
.locations-map-control #brands { width: 400px; }
.locations-map-control-label { font-size: 14px; font-weight: bold; margin-bottom: 7px; display: block; }
#locations-map-control-search-button {float:right; margin-top:25px;}

#locations-map-control-zip-code-and-distance-box {
    float: left;
    width:100%;
    margin: 0 50px 20px 0;
}

#locations-map-control-zip-code-label {
    margin-bottom: 10px;
    font-weight:400;
}

#locations-map-control-zip-code {
    margin-bottom: 25px;
}

.locations-map-control-zip-code-input {
    width: 250px;
    height: 35px;
    font-size: 16px;
    border: 1px solid #9A9A9A;
    padding: 0 7px;
    background:#F2F2F2;
}

#locations-map-control-distance-label {
    margin-bottom: 10px;
    font-weight:400;
}

#locations-map-control-distance {
    margin-bottom: 10px;
}

.locations-map-control-distance-input {
    width: 250px;
    height: 35px;
    font-size: 16px;
    border: 1px solid #9A9A9A;
    background:#F2F2F2;
}

#locations-map-list-box {
    float: left;
    width: 460px;
}

#locations-map-control-brands-box {

}

#locations-map {
    width: 700px;
    float: right;
}

#locations-map-list {
    list-style: none;
    padding-left: 0;
}

.locations-map-list-item {
    position: relative;
    font-size: 1.3em;
    text-transform: capitalize;
    cursor: pointer;
    line-height: 1.5;
    padding: 25px 15px;
    margin-bottom: 10px;
    background-color: #F2F2F2;
}

.location-map-list-item-see-all-available-brands {
    display: block;
    margin-bottom: 20px;
}

.location-map-list-item-see-all-available-brands .products-label{
    font-weight:bold;
}

.locations-map-list-item-name {
    display: block;
    float: left;
    font-weight:bold;
    background: url(../images/location-icon.png) 0 0 no-repeat;
    padding-left: 25px;
}

.locations-map-list-item-distance {
    display: block;
    float: right;
    font-weight:bold;
}

.locations-map-list-item-address {
    display: block;
    margin-top: 30px;
    padding-left:25px;
}

#locations-map-control-brands ul li {
    margin-bottom: 17px;
    float: left;
    width: 30%;
}
#locations-map-control-brands ul li input { width: 20px; height: 20px; float: left; margin: 0 5px 0 0; }
#locations-map-control-brands ul li span { font-size: 17px; }

.locations-map-list-item-brands-box {
    margin-top: 35px;
    margin-left:25px;
}

.locations-map-list-item-brands {
    margin: 0 !important;
}

.locations-map-list-item-brands-item {
    display: inline;
}

.locations-map-list-item-brands-item-image {
    height: 40px;
    width: 135px;
    margin-bottom: 12px;
}

.locations-map-list-item-brands-item:nth-child(3n-1) .locations-map-list-item-brands-item-image {
    margin-right: 16px;
    margin-left: 16px;
}

.google-maps-links:link,
.google-maps-links:visited {
    color: #584F3F;
}

.locations-item-info {
    width: 60%;
    float: left;
}

.locations-item-actions {
    float: right;
}

@media only screen and (max-width: 767px) {
    #locations-map-control-brands-box {
        float: left;
    }

    #locations-map-control-brands {
        margin-left: 0;
    }

    #locations-map-control-brands ul li,
    #locations-map-list-box,
    #locations-map {
        width: 100%;
    }

    .locations-map-list-item-brands-box {
         display: block;
         position: static;
    }

    .locations-map-list-item-brands {
        text-align: left;
    }

    .locations-map-list-item-brands-item-image {
        margin-left: 0 !important;
        margin-right: 25px !important;
    }
}

.locations-item:after,
#locations-map-controls-box:after,
#locations-map-control-brands:after,
#locations-map-control-brands-box:after,
#locations-map-box:after,
#locations-map-controls:after {display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
