.editorial-map {
	position: relative;
	margin-bottom: 15px;
}

.editorial-map .map-item { position: relative; }
.editorial-map .map-item h4 { margin: 0 0 8px 0; }
.editorial-map .map-item h4 span { cursor: pointer; }
.editorial-map .map-item h4 small {
	font-size: 80%;
	color: inherit;
	text-transform: uppercase;
}

.editorial-map .map-item .map-pin {
	position: relative;
	z-index: 2;
	float: left;
	padding-top: 5px;
	width: 25px;
	cursor: pointer;
}
.editorial-map .map-item .map-pin .fa {
	font-size: 35px;
	color: #000;
	text-align: center;
}
.editorial-map .map-item .map-pin + .map-item-inner {
	position: relative;
	z-index: 1;
	float: left;
	margin-left: -25px;
	padding-left: 35px;
	width: 100%;
}

.editorial-map .map-wrapper .map { position: relative; }
.editorial-map .map-wrapper .map .gMapContainer,
.editorial-map .map-wrapper .map .gMapContainer .gMapHolder { height: 320px; }
.editorial-map .map-wrapper .map .action-wrapper { display: none; }
