/* This stylesheet is used to style the public-facing components of the plugin. */

#wpmaps{
	height:500px;
	width:100%;
}
#wpmaps img{
	opacity:1;
}

#wpmaps .map-icon {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 53px;
	text-align: center;
	white-space: nowrap;
	margin:-10px 0 0;
}

#wpmaps .card {
    position: relative;
    max-width:200px;
    width:200px;
    margin:0 !important;
    text-align:center;
    
}
#wpmaps .card .card-img img{
	width:72px;
	height: 72px;
	border-radius: 50%;
	margin:0 auto 1.5rem;
}

#wpmaps .card .card-content{
	margin:1.5rem 0 0;
}

#wpmaps .card .card-title{
	margin:0;
}

.wp-maps-infobox-closer{
    position: absolute;
    top:30px;
    right:10px;
    border: 0;
}

