/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/


/* 
GIULIO
popup mappe
 */

 .gm-style-iw.gm-style-iw-c {
	margin: 0;
	padding: 0 !important;
	overflow: hidden;
 }
 .gm-style .gm-style-iw-d {
	overflow: hidden !important;
 }

 .facetwp-template.infowindow-image {
	max-width: 100% !important;
 }

.gm-style-iw-chr {
	position: absolute;
	z-index: 100;
	right:0;
}
.gm-style-iw-chr button {
	background:#FFF !important;
}

@media (max-width: 767px) {
    
    .map-area .facetwp-facet > #facetwp-map {
        height: 80vh !important;
    }
	.infowindow { 
		width: 70% !important;
		height:60% !important;
		zoom:.9;
	}
	.infowindow button {
		width:80%;
		padding:8px;
	}
	.infowindow h3 {
		font-size:2rem;
	}

}


/*
 * Setup system font stack
 * by Spill the Marketing
 */ 
body {font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}
h1,h2,h3,h4,h5,h6 {font-family:-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";}