/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
body.page-id-4022 h2.wp-block-heading {
	margin-bottom: 0;
}

#map {
	width: 100%;
	height: 60vh;
	margin: auto;
	margin-bottom: 30px;
}

#description {
	font-size: 15px;
	font-weight: 300;
}

#infowindow-content .title {
	font-weight: bold;
}

#infowindow-content {
	display: none;
}

#map #infowindow-content {
	display: inline;
}

.pac-card {
	background-color: #fff;
	border: 0;
	border-radius: 2px;
	box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
	margin: 10px;
	padding: 0;
	font: 400 18px;
	overflow: hidden;
}

#pac-container {
	padding-bottom: 12px;
	margin-right: 12px;
}

.pac-controls {
	display: inline-block;
	padding: 5px 11px;
}

.pac-controls label {
	font-size: 13px;
	font-weight: 300;
}

#pac-input {
	background-color: #fff;
	font-size: 15px;
	font-weight: 700;
	margin-left: 12px;
	padding: 11px 13px 12px;
	text-overflow: ellipsis;
	width: 80%;
	border: 0px;
	top: 60px !important;
	left: -2px !important;
}

#pac-input:focus {
	border-color: #4d90fe;
}

#title {
	color: #fff;
	background-color: #4d90fe;
	font-size: 25px;
	font-weight: 500;
	padding: 6px 12px;
}

#target {
	width: 345px;
}

#request-buttons {
	padding: 20px 0;
	
	text-align: center;
}
	#request-buttons input {
		background-color: var(--mj-orange);
		margin: auto 5px;
	}

div.gm-style div div div div:has(div[role="img"]) {
    pointer-events: none;
}
div.gm-style-iw-t div.gm-style-iw-c, 
div.gm-style-iw-t div.gm-style-iw-c div {
    pointer-events: auto !important;
}

@media screen and (min-width: 1075px) {
	#map {
		width: 100%;
	}
	#pac-input {
		width: 40%;
		top: 10px !important;
		left: 177px !important;
	}
}