.contact .two{
	display:inline-block;
	width:100%;
}

.contact form label{
	display:block;
	color:#83211a;
	font-size:.9em;
}
.contact form input, .contact form textarea{
	padding:.5em .8em;margin:0 0 .75em 0;
	width:100%;
	background:#efe7da;
	border:none;
	font-size:.9em;font-family: 'Source Sans Pro', sans-serif;
}
.contact form input:focus, .contact form textarea:focus{ border:none;outline:none; }
.contact form .submit{
	margin:1em 0 0 0;
	background:#4a8fc1;color:#fff;
	border-radius:.5em;
	transition:.3;
}
.contact form .submit:hover{ background:#eb9422; }
.contact form textarea{
	height:8em;
	resize:none;
}
.contact .two a{
	display:inline-block;
	color:#eb9422;
	text-decoration:underline;
}
.contact .two p{ margin-bottom:0; }
.contact .two h3{ margin:0; }

.google-maps2 {
    position: relative;
    height: 8em;width:100%;
    background-size:cover;background-position:center center;
}

@media (max-width:560px){
	.contact .two h4{ margin-top:1.5em; }
}

@media (min-width:560px){
	.two:first-child{ margin:0 6% 0 0;width:50%; }
	.two:last-child{ margin:0 0 0 -5px;width:44%; } 

	.contact form label{ font-size:1.05em; }
	.contact form input, .contact form textarea{
		margin:0 0 1.1em 0;
		padding:.6em .8em;
		font-size:.95em;
	}
	.contact form textarea{ height:11em; }
	.google-maps2{ height:12em; }
} 

@media (min-width:700px){
	.contact form input{
		width:75%;
	}
	.contact form .submit{ display:inline-block;width:auto;float:right; }
	.contact .two a{ margin-bottom:2em; }
	.google-maps2{ height:20em; }
}

