/* Make the map full viewport */

.wpld-map-wrap {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#wpld-map {
  width: 100%;
  height: 500px;
}
/* Popup styles */
.wpld-popup-title {
  margin: 0 0 .25rem 0;
  font-size: 1rem;
  line-height: 1.2;
}
.wpld-popup-title a {
  text-decoration: none;
}
.wpld-popup-address {
  font-size: .9rem;
  opacity: .85;
}