/* WooEvents -> OpenStreetMap: fullscreen state and control button */
.we-osm-map--full {
	position: fixed !important;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 100000;
	background: #fff;
}
body.we-osm-fullscreen-open {
	overflow: hidden;
}
.we-osm-fs a {
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.we-osm-map--full .we-osm-fs a::before {
	content: "\2715";   /* X while fullscreen */
}
.we-osm-map--full .we-osm-fs a {
	font-size: 0;
}
.we-osm-map--full .we-osm-fs a::before {
	font-size: 16px;
}
