#left-pane {
	width: 30%;
}

#left-pane h4 {
	color: #06608B;
	margin: 0;
	font-weight: 100;
}

#left-pane p {
	margin-top: 0;
}

#map-form {
	position: relative;
	width: calc( 50% + 238px );
	float: right;
}

.gmap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	z-index: -1;
}

div.wpcf7 {
	width: 290px;
	position: absolute;
	left: 0;
	background: white;
	color: #06608B;
	margin: 2em 0 0 0;
}

.wpcf7 h5 {
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 0.8pt;
}

.wpcf7 input, 
.wpcf7 textarea {
	font-size: 0.7em;
	border: 1px solid #FAA919;
	width: 85%;
	margin: 0 0 0.5em 0;
	padding: 7px;
}

.wpcf7 .wpcf7-submit {
	width: 40%;
	background: white;
	text-transform: uppercase;
	color: #FAA919;
	font-size: 0.8em;
	font-weight: 500;
}

@media screen and (max-width: 460px) {
	div.wpcf7 {
		position: static;
		margin: 2em auto 0 auto;
	}
	
	#left-pane {
		width: 100%;
		padding: 0 5%;
	}
}