/**
 * Default map styles.
 *
 * Don't modify this file! It will be overwritten by upgrades.
 *
 * Instead, copy this file to map-style.css in your theme directory
 * or Geo Mashup Custom plugin directory, if you have that
 * installed. Those files take precedence over these default styles.
 */

 /* Inherited from default map styles... */
 /* Maps fill the frame, makes percentage height maps a bit easier */
 html, body { height: 100%; overflow: hidden; margin: 0; }

/* Info window */
.locationinfo { font-size:80%; overflow:auto; width:300px; height:150px; }
.user-location-info { font-size:80%; overflow:auto; width:150px; height:80px; }
.comment-location-info { font-size:80%; overflow:auto; width:200px; height:140px; }
.info-window-max { font-size:80%; overflow:auto; }

/* BOPA custom styles */
.c-map__info a {
  display: block;
  text-align: center;
  text-decoration: none;
}
.c-map__info__title {
  color: #056291;
  font-family: 'Montserrat', sans-serif;
  margin: 9px 0;
}
.c-map__info__thumbnail {
  margin: 9px auto;
  max-width: 100px;
}
.c-map__info__thumbnail img {
  width: 100%; height: auto;
}