/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

/*map customizations*/


#infowindow img{
	max-width:100px;
	border-radius:50px;
	background:white;
	padding:20px;
	left:20px;
	position:absolute;
	top:-50px;
	border-top:1px solid #eeeeee;

}

#infowindow {
  position:Absolute;
	width:30vw;
	background-color:white;
	left:0px;;
	top:-400px;
	padding:40px 20px;
	height:302px;
	visibility:hidden;
	border:1px solid #eeeeee;
}



@media only screen and (max-width: 414px) {

#infowindow {
    position:relative;
	width:100vw;
	background-color:white;
	left:auto;
	top:auto;
	padding:50px 20px;
	height:auto;
}
}
