/* Store Locator Search Form */
#store_location_search {
  display: block;
  margin: 0;
  padding: 15px 0;
}
#store_location_search .form-list {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  background: none;
}
#store_location_search li {
  margin: 0;
  padding: 0;
}
#store_location_search li:after {
  content: "";
  clear: both;
  display: table;
}
#store_location_search button {
  margin: 0;
  border: 0;
}
#store_location_search button:hover {
  opacity: 0.6;
}
@media screen and (min-width: 481px) {
  #store_location_search .fields {
    display: flex;
  }
}
#store_location_search .field {
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0.5em;
}
#store_location_search .field input,
#store_location_search .field select,
#store_location_search .field .button {
  line-height: 20px;
  height: 40px;
  width: 100%;
  padding: 10px;
  font-size: 14px;
}
#store_location_search .field.radius-field label {
  width: 100%;
}
@media screen and (min-width: 481px) {
  #store_location_search .field {
    display: inline-block;
    vertical-align: middle;
    padding: 0 12px;
  }
  #store_location_search .field.address-field {
    width: 50%;
  }
}
#store_location_search .select2-container .select2-selection--single {
  height: 40px;
}
#store_location_search .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
#store_location_search .select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
@media screen and (min-width: 769px) {
  #store_location_search .field.radius-field {
    width: 20%;
  }
  #store_location_search .field.submit-field {
    width: 24%;
    margin-right: 0;
    padding-right: 0;
    float: right;
  }
  #store_location_search input,
  #store_location_search select,
  #store_location_search button {
    margin: 0;
    float: right;
  }
}

/* Locations/Map */
@media screen and (min-width: 769px) {
  #locations-and-map {
    height: 700px;
    position: relative;
  }
}
/* Map */
#map_container {
  margin-bottom: 1em;
}

#map_canvas {
  width: 100%;
  height: 250px;
}

@media screen and (min-width: 481px) {
  #map_canvas {
    height: 500px;
  }
}
@media screen and (min-width: 769px) {
  #map_container {
    width: 70%;
    float: right;
    margin-bottom: 0;
  }
  #map_canvas {
    height: 700px;
  }
}
.info-blob .location-name {
  display: block;
  font-weight: bold;
}
.info-blob .location-address {
  display: block;
  font-weight: bold;
  color: #6aa242;
}

/* Locations Panel */
#locations {
  overflow-y: scroll;
  background: #fff;
  max-height: 500px;
  padding: 1em;
}
#locations ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#locations ul li {
  margin: 0 0 20px;
  padding: 0;
}
#locations p {
  margin: 0;
  padding: 0;
}
#locations .location-name {
  display: block;
  font-weight: bold;
}
#locations .location-name:hover {
  cursor: pointer;
}
#locations .location-address {
  display: block;
}

@media screen and (min-width: 769px) {
  #locations {
    width: 30%;
    float: left;
    max-height: 700px;
    padding: 13px 32px 25px;
  }
}
.store-location-categories span {
  display: inline-block;
  padding: 0.35em;
  background: rgba(0, 0, 0, 0.05);
  margin-right: 5px;
  border-radius: 3px;
  font-size: 0.875em;
}
.store-location-categories span:last-child {
  margin-right: 0;
}

.store-location-single #map_container {
  width: 100%;
  float: none;
}
.store-location-single #map_canvas {
  height: 300px;
}
.store-location-single .store-location-categories {
  margin-bottom: 20px;
}

.store-location-info {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.store-location-info strong {
  display: block;
  text-transform: uppercase;
  font-size: 0.75em;
}
.store-location-info li {
  margin-bottom: 5px;
}

.store-locations-list .store-location {
  margin-bottom: 1em;
  padding: 1em;
  background: rgba(0, 0, 0, 0.035);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/*# sourceMappingURL=woocommerce-store-locator.css.map */
