/* Component: location-map */

.as-location-map-container {
  width: 100%;
}

.as-location-map {
  position: relative;
  width: 100%;
}

.wpv-addon-maps-render {
  min-height: 500px;
}

.as-map-overlay-inner {
  align-items: center;
  background-color: #a38443;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
}

.as-map-overlay {
  display: none;
}

.as-map-overlay.as-map-content-type-contact-overlay {
  display: block;
}

.as-map-banner {
  display: none;
}

.as-map-banner.as-map-content-type-banner-content {
  display: block;
}

.as-map-banner {
  background-color: rgba(0, 0, 0, 0.30);
  bottom: 100px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

@media(min-width: 990px) {

  .wpv-addon-maps-render {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .as-location-map {
    min-height: 600px;
    padding-top: 50%;
  }

  .as-map-overlay-inner {
    margin: 0 40px;
    min-width: 424px;
    position: absolute;
    width: 30%;
  }

}