/**
 * 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 */
 html, body { height: 100%; overflow: hidden; margin: 0; }

/* Post date and tags/categories */
.meta-add { font-size:14px; line-height:20px; margin:0;}
.meta-tel { font-size:14px; line-height:20px; margin:0;}
.meta-tel i{margin-right:5px;}
.meta-tel i img{width:12px; height:auto;}

/* 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; }


/* Title link style */
.locationinfo h2{margin:0 0 5px;}
.locationinfo h2 a, .info-window-max h2 a { text-decoration:none; margin:0; padding:0; font-size:14px; line-height:18px;} 

.geo-wrap:after{content:""; display:block; clear:both;}
.geo-wrap .thumb{float:left; width:32%; margin-right:3%;}
.geo-wrap .thumb img{width:100%; height:auto;}
.geo-wrap .geo-wrap-txt{float:left; width:65%;}

/* Excerpt */
.storycontent { font-family: Verdana Sans-Serif; }


@media screen and (max-width:767px){
.locationinfo { font-size:80%; overflow:auto; width:200px; height:120px; }
.meta-add { font-size:12px; line-height:18px; margin:0;}
.meta-tel { font-size:12px; line-height:18px; margin:0;}
}