/* .overlap-top {
  z-index: 999999!important;
} */

.sl-sidebar h1 {
  font-size: 1em;
  margin: 0;
  font-weight: 400;
  font-family: 'Londrina Solid', cursive;
}

.sl-sidebar a {
  color: #FA5B01;
  text-decoration: none;
}

.sl-sidebar a:hover {
  color: #101010;
}

#map {
  height: 1020px!important;
}

.map-app {
  /* margin-top: 30px; */
  margin-top: 70px;
}

.sl-sidebar {
  position: absolute;
  width: 20%;
  min-width: 200px;
  max-width: 400px;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  /* z-index: 1001; */
  z-index: 40;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  background: #fff;
}

.pad2 {
  padding: 20px;
}

.quiet {
  color: #888;
}

.heading {
  background: #fff;
  border-bottom: 1px solid #eee;
  height: auto;
  /*      line-height:60px;*/
  padding: 10px;
}

#listingDiv {
  overflow: auto;
  float: left;
}

.listings {
  height: 100%;
  overflow: auto;
  padding-bottom: 60px;
}

.listings .item {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 10px;
  text-decoration: none;
}

.listings .item:last-child {
  border-bottom: none;
}

.listings .item .title {
  display: block;
  color: #ef5c32;
  font-weight: 700;
}

.listings .item .title small {
  font-weight: 400;
}

.listings .item.active .title,
.listings .item .title:hover {
  color: #000;
}
/*#8cc63f*/

.listings .item.active {
  background-color: #ef573224;
}

#storeinfo {
  padding: 10px 10px 20px 10px;
  display: none;
  background-color: gainsboro;
}

::-webkit-scrollbar {
  width: 8px;
  height: 3px;
  border-left: 0;
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: #ef5c32;
  border-radius: 0;
}

.clearfix {
  display: block;
}

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.leaflet-container .leaflet-marker-icon {
  cursor: pointer;
}

#searchbox {
  width: 100%;
  height: 27px;
}

#search-input {
  font-size: 15px;
  width: 100%;
  margin-top: 5px;
  box-shadow: 0 1px lightgray;
  border: none;
}

#closeButton {
  float: right;
}

#closeButton:hover,
:focus {
  color: #FA5B01;
  cursor: pointer;
}

#searchIcon:hover,
:focus {
  color: #FA5B01;
  cursor: pointer;
}

#infoClose {
  float: right;
}

#searchIcon {
  float: right;
  font-size: 26px;
  margin-top: 1px;
}

#store-finder-wrapper {
  padding-top: 1em;
}

.store-search-input {
  font-size: 18px;
  padding: 10px;
}

@media screen and (max-width: 520px) {
  .sl-sidebar {
    position: relative;
    width: 100%;
    max-width: 100%;
  }

  #map {
    height: 50vh!important;
  }
}

.listings {
  width: 100%;
}

.store-finder-form {
  /* margin-bottom: 15px; */
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

@media screen and (max-width: 800px) {
  .store-finder-form {
    margin-bottom: 0px;
  }

  .store-finder-all {
    margin: 0!important;
  }
}