/**
 * 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.
 */
/* Maps fill the frame, makes percentage height maps a bit easier */
body {
  margin: 0 !important;
}

#geo-mashup {
  /* Post date and tags/categories */
  /* Info window */
  /* Excerpt */
}

#geo-mashup html, #geo-mashup body {
  height: 100%;
  overflow: hidden;
  margin: 0;
}

#geo-mashup .meta {
  font-size: 0.9em;
  margin-top: 0;
}

#geo-mashup .meta .blogdate {
  font-style: italic;
}

#geo-mashup .locationinfo {
  font-size: 1em;
  overflow: auto;
  width: 600px;
  max-width: 105% !important;
  height: 300px;
  border-radius: 0px;
}

#geo-mashup .locationinfo a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

#geo-mashup .locationinfo img {
  max-width: 100% !important;
  height: auto;
}

#geo-mashup .locationinfo h2 {
  margin-bottom: 10px;
  margin-top: 50px;
  font-family: "Open Sans LOCAL", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#geo-mashup .locationinfo h2:first-child {
  margin-top: 0;
}

#geo-mashup .locationinfo h2 a {
  text-decoration: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #333333;
}

#geo-mashup .user-location-info {
  font-size: 80%;
  overflow: auto;
  width: 150px;
  height: 80px;
}

#geo-mashup .comment-location-info {
  font-size: 80%;
  overflow: auto;
  width: 200px;
  height: 140px;
}

#geo-mashup .info-window-max {
  font-size: 4em;
  overflow: auto;
}

#geo-mashup .storycontent {
  font-family: "Open Sans LOCAL", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

#geo-mashup > .gm-style > div:first-child > div:last-child > div:nth-child(3) > div {
  text-indent: -99999px;
}

#geo-mashup > .gm-style > div:first-child > div:last-child > div:nth-child(3) > div:hover {
  text-indent: 0;
}

#geo-mashup .gm-style-iw > div:first-child {
  overflow: hidden !important;
}

#geo-mashup .gm-style-iw > div:first-child > div:first-child {
  margin-left: 30px;
  margin-right: -30px;
}

/*# sourceMappingURL=../../_dev/sourcemaps/map-style.css.map */
