/* Only load on contact page via view.registerCss or external file */
#simple-map {
  height: 550px;
  width: 100%;
  position: relative;
  z-index: 1;
}

/* Marker box styling */
.custom-marker .marker-box {
  background: #fff;
  color: #222;
  font-family: 'Gloock', serif;
  font-size: 16px;
  text-align: center;
  padding: 12px 16px;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* Subtitle styling */
.custom-marker .marker-sub {
  display: block;
  font-size: 11px;
  letter-spacing: 0.5px;
  margin-top: 4px;
  color: #777;
}

/* Triangle pointer */
.custom-marker .marker-pointer {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

@media (max-width:1023px){ 
  #simple-map{ height: 450px; }
}

@media (max-width:767px){ 
  #simple-map{ height: 400px; }
}

@media (max-width:640px){ 
  #simple-map{ height: 400px; }
}

