.mapbox-container.control-width {
	margin-bottom: 20px;
}

.mapbox-container div[id^="map"] {
	width: 100%;
	margin:0 auto;
	max-width: 1320px;
	padding-bottom: 29%;
}
.mapbox-container .marker {
	background-image: url('/includes/public/assets/shared/icon-pin-orange-small.svg');
	background-size: cover;
	width: 30px;
	height: 50px;
	cursor: pointer;
}
.mapboxgl-popup {
	min-width: 300px;
}
.mapboxgl-popup-content button.mapboxgl-popup-close-button {
	color: #343434;
	font-size: 15px;
	padding: 15px;
}
.mapboxgl-popup-content h3 a {
	text-align: center;
	color: #343434;
	font-family: 'petala-pro', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1em;
}
.mapboxgl-popup-content {
	padding: 10px 15px;
}
.mapboxgl-popup-content .title {
	font-family: 'petala-pro', Sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #464646;
	margin-bottom: 5px;
}
.mapboxgl-popup-content .subtitle {
	font-family: 'petala-pro', Sans-serif;
	color: #343434;
	font-size: 1.5em;
	font-weight: 300;
	margin-bottom: 5px;
}
.mapboxgl-popup-content .address,
.mapboxgl-popup-content .mapbox-address {
	color: #343434;
	font-family: 'petala-pro', Sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
}
.mapboxgl-popup-content .latLong {
	font-family: 'petala-pro', Sans-serif;
	color: #343434;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 5px;
}
.mapboxgl-popup-content a {
	font-family: 'petala-pro', Sans-serif;
	color: #343434;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 5px;
}
.mapboxgl-popup-content a  > img {
	max-width: 22px;
}

.mapbox-container .title-cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	width: 100%;
}

.mapbox-container .title-cont h4 {
	color: #343434;
	font-weight: bold;
	font-family: 'petala-pro', sans-serif;
	font-size: 20px;
	line-height: 1.2em;
}

.mapbox-container .title-cont .directions {
	display: flex;
	align-items: center;
	color: #047E9F;
	font-weight: bold;
	font-family: 'petala-pro', sans-serif;
	font-size: 16px;
	line-height: 1.2em;
}

.mapbox-container .title-cont .directions .text {
	display: none;
}

.mapbox-container .title-cont .directions img {
	width: 30px;
}

@media screen and (min-width: 768px) {
	.mapbox-container {
		margin-bottom: 50px;
	}

	.mapbox-container .title-cont .directions .text {
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 4px;
	}
}

@media only screen and (max-width: 1024px) {
	.mapbox-container div[id^="map"] {
		padding-bottom:46%;
	}
}
@media only screen and (max-width: 768px) {
	.mapbox-container div[id^="map"] {
		min-height: 250px;
	}
}