/* ---- FRONT-END ---- */
#hbn-p25-location-wrapper .hbn-p25-location-googlemap-content-container {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 25px;
}

#hbn-p25-location-wrapper .hbn-p25-location-googlemap-content-container .hbn-p25-location-googlemap-container {
	position: relative;
	display: flex;
	aspect-ratio: 100/70;
	flex-direction: column;
	flex-basis: 50%;
	flex: 0 0 50%;
}

#hbn-p25-location-wrapper .hbn-p25-location-googlemap-content-container .hbn-p25-location-googlemap-container .wpgmp_map_parent {
	margin: 0!important;
}

#hbn-p25-location-wrapper .hbn-p25-location-googlemap-content-container .hbn-p25-location-content-container {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-basis: 50%;
	flex: 0 0 50%;
	padding: 50px 70px;
}

#hbn-p25-location-wrapper .hbn-p25-location-googlemap-content-container .hbn-p25-location-content-container h3.hbn-p25-location-content-title {
	font-family: 'Averta Bold';
	font-size: clamp( 28px, 2.74vw , 32px);
	color: #272049;
	margin: 0 0 50px 0;
}

#hbn-p25-location-wrapper .hbn-p25-location-googlemap-content-container .hbn-p25-location-content-container a.hbn-p25-location-content-googlemaps-url {
	text-decoration: none;
	border-bottom3: 1px solid #00A0C6;
	transition: all .3s ease-in-out;
}

#hbn-p25-location-wrapper .hbn-p25-location-googlemap-content-container .hbn-p25-location-content-container a.hbn-p25-location-content-googlemaps-url:hover,
#hbn-p25-location-wrapper .hbn-p25-location-googlemap-content-container .hbn-p25-location-content-container a.hbn-p25-location-content-googlemaps-url:focus {
	text-decoration: none;
}

#hbn-p25-location-wrapper .hbn-p25-location-googlemap-content-container .hbn-p25-location-content-container a.hbn-p25-location-content-googlemaps-url:hover,
#hbn-p25-location-wrapper .hbn-p25-location-googlemap-content-container .hbn-p25-location-content-container a.hbn-p25-location-content-googlemaps-url:focus {
	text-decoration: none;
	color: #00A0C6;
	transition: all .3s ease-in-out;
}


@media(max-width: 767px) {
	#hbn-p25-location-wrapper .hbn-p25-location-googlemap-content-container {
		position: relative;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		padding: 0!important;
	}
	
	#hbn-p25-location-wrapper .hbn-p25-location-googlemap-content-container .hbn-p25-location-googlemap-container {
		position: relative;
		display: flex;
		aspect-ratio: 100/50;
		flex-direction: column;
		flex-basis: 100%;
		flex: 0 0 100%;
	}

	#hbn-p25-location-wrapper .hbn-p25-location-googlemap-content-container .hbn-p25-location-content-container {
		position: relative;
		display: flex;
		flex-direction: column;
		flex-basis: 100%;
		flex: 0 0 100%;
		padding: 35px;
	}

	#hbn-p25-location-wrapper .hbn-p25-location-googlemap-content-container .hbn-p25-location-content-container h3.hbn-p25-location-content-title {
		font-family: 'Averta Bold';
		font-size: clamp( 28px, 2.74vw , 32px);
		color: #272049;
		margin: 0 0 50px 0;
	}

}


@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	#hbn-p25-location-wrapper .hbn-p25-location-googlemap-content-container .hbn-p25-location-content-container {
		padding: 35px;
	}




