
#overlay .search-location-box {
  display: block;
  width:100%;
  background: #F0F0F0;
}
#overlay.visible #wrapper {
  padding: 0;
}

#overlay.visible #wrapper.autocomplete-wrapper {
  bottom: 0;
  top: 0;
  height: 100%;
}

#overlay.visible .search-location-box {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  margin-top: 0;
}
.search-location-input {
    -webkit-box-shadow: 4px 4px 12px 1px rgba(214,210,214,1);
    -moz-box-shadow: 4px 4px 12px 1px rgba(214,210,214,1);
    box-shadow: 4px 4px 12px 1px rgba(214,210,214,1);
}
.search-location-input input {
  width: 80%;
  font-weight: bold;
  padding: 5px 10px;
  float: left;
  border: 0;
  margin-top: 4px;
}
.search-location-input .close-overlay {
  float: left;
  line-height: 1.8em;
}
.search-location-results {
  overflow: scroll;
  max-height: 100%;
}

.search-location-results ul {
  list-style-type: none;
  padding: 0;
}
.search-location-results li {
    line-height: 1.4em;
    border-bottom: 1px solid #ccc;
    padding: 9px 10px;
}
.search-location-results li a{
  color: #111;
}
