/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#map {
	position: relative;
	float: left;
	width: 66%;
	height: 600px;
}

.map-single {
	position: relative;
	width: 100%;
	height: 400px;
}

#map2 {
	position: relative;
	float: left;
	width: 66%;
	height: 600px;
}

#map .mapboxgl-popup {
	top: -30px !important;
}

#map .mapboxgl-popup-content {
	padding: 20px;
}

#map .mapboxgl-popup-content h3 {
	font-size: 18px;
}

/* KMS = K-Map-Sidebar */
.kms {
	float: left;
	padding: 20px;
	background: #ececec;
	width: 33%;
	font-family: 'Open Sans', sans-serif;
}

.kms__menu {
	padding: 0;
	list-style: none;
}

.kms__menu ul {
	padding: 0;
	list-style: none;
}

.kms__menu > li {
	border: 1px solid rgba(255, 255, 255, .6)
}

.kms__menu li {
	padding: 0;
	list-style: none;
}

.kms__menu a {
	display: inline-block;
	background: white;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #404040;
	display: block;
	margin: 0;
	text-decoration: none !important;
}

.kms__menu a:last-child {
	border: none;
}

.kms__menu a:hover {
	background-color: #f8f8f8;
	color: #404040;
}

.kms__menu a.active {
	background-color: #3887be;
	color: #ffffff;
}

.kms__menu a.active:hover {
	background: #3074a4;
}

ul .inner {
  overflow: hidden;
  display: none;
  padding: 10px 0;
}

.inner {
	font-size: 12px;
	padding: 10px !important;
}

.kms__menu .pois {
	font-size: 14px;
}

.kms__menu li.poi {
	padding: 0;
	cursor: pointer;
	line-height: 15px;
	margin-bottom: 10px;
	margin-left: 30px;
}

.kms__menu li.poi:last-child {
	margin-bottom: 0;
}


/* MAPBOX SYLES */
.mapboxgl-popup-close-button {
	color: black
}



@media only screen and (max-width: 700px)  {
	.kms, 
	#map {
		width: 100%;
	}
}