/* -------------------------------------------------------------------------- */
/* LOCATOR CSS                                                                */
/* -------------------------------------------------------------------------- */

#locator-search{
    color:#fff;
    background-color:#572700;
    
}
.no-list{
    list-style:none;
}
.no-list li{margin-top: 10px;}
.no-list .info-section{
    margin:10px 0;
    width:680px;
    background-color: #f1f1ef;
    padding: 10px;
}
.location-results{
    width:200px;
    height:500px;
    background-color: #f1f1ef;
    overflow-y: scroll;
    padding: 0 31px;
    float:left;
    display:none;
}
.location-results ul#search-results{
    list-style: none;
    margin-left: 0px!important;}
.location-results ul#search-results li{
    margin-top:10px!important;
    padding-bottom:10px;
    border-bottom: 1px solid #C6B7AD;
    cursor:pointer;
}
.map-wrap{float:left;width:755px;}

.event_container{
    margin-top: 20px;
    padding:10px;
    background-color: #f1f1ef;}

.trigger{cursor:pointer;}
