.entry-content {
	max-width: 100% !important;
	width: 100%;
}
.map-wrap {
	position: relative;
}

#map {
	height: 650px;
}

@media only screen and (max-width: 920px) {
	#map {
		height: 400px;
	}
}

.map-menu {
	position: absolute;
	top: 0;
	background-color: rgba(155, 155, 155, 0.9);
	z-index: 99999;
	list-style-type: none;
	margin: 0;
	padding: 30px 0 30px 0;
	max-width: 240px;
}

@media only screen and (max-width: 420px) {
	.map-menu {
		position: relative;
		margin: 0;
		max-width: 100%;
	}
}

.list-header {
	font-family: 'Open Sans', sans-serif;
	max-width: 360px !important;
	padding-left: 20px !important;
	font-size: 20px;
	line-height: 1.2;
	color: #000;
}

.map-menu li {
	text-decoration: none;
	width: auto;
	max-width: 100%;
	padding: 8px 25px 8px 60px;
}

.map-menu li a {
	text-decoration: none !important;
	color: #fff;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
}

.map-category[href="show-all"]:before {
	background-image: url('./img/show-all-icon.png');
}

.map-category[href="entertainment"]:before {
	background-image: url('./img/tickets-icon.png');
}

.map-category[href="shopping"]:before {
	background-image: url('./img/shopping-icon.png');
}

.map-category[href="point-of-interest"]:before {
	background-image: url('./img/location-icon.png');
}

.map-category[href="dining"]:before {
	background-image: url('./img/dining-icon.png');
}

.map-category[href="services"]:before {
	background-image: url('./img/services-icon.png');
}

.map-category:before {
	content: "";
	width: 28px;
	height: 28px;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: -40px;
	transform: translateY(-50%);
}

.selected {
	background-color: rgba(200, 200,  200, 0.9);
}