#contact-us section {
	background: #FAFAFA;
	margin-bottom: 30px;
}

#contact-us section .container {
	display: flex;
	flex-direction: column;
	align-items: center;
}


#contact-us section.form-section {
	padding: 110px 0 50px;
}

#contact-us .title {
	font-size: 40px;
	font-weight: 300;
	margin-bottom: ;

}

#contact-us .subtitle {
	font-size: 20px;
	color: #A5A5A5;
	color: #2D2926;
	max-width: 530px;
	margin-bottom: 100px;
	text-align: center;
}

#contact-us .wpcf7 {
	width: 700px;
}

#contact-us .wpcf7 input,
#contact-us .wpcf7 textarea {
	border: none;
	margin-top: 2px;
	width: 100%;
}
.wpcf7-form-control.wpcf7-textarea:focus {
	outline-style: solid;
	outline-color: #000;
}
#contact-us .wpcf7 input {
	height: 50px;
}
#contact-us .wpcf7 label {
	font-size: 18px;

}
#contact-us .wpcf7 form > p {
	margin-bottom: 20px;
}

/* #contact-us .wpcf7 .wpcf7-submit {
 	margin-top: 20px;
 	font-size: 23px;
 	font-family: 'PF Bague Sans Pro';
	color: white;
	background: #2D2926;
	text-transform: uppercase;
	height: 50px;
 }

#contact-us .wpcf7 .wpcf7-submit:hover {
	opacity: 0.7;
}*/
 #contact-us .wpcf7 .wpcf7-submit {
	width: auto;
	font-size: 23px;
	font-family: 'PF Bague Sans Pro';
	color: #2D2926;
	padding-left: 70px;
	position: relative;
	transition: all 0.3ms ease-out;
	display: flex;
	align-items: center;
	background: none;

	text-transform: lowercase;
}

#contact-us .wpcf7 .cf-submit {
	position: relative;
	height: 50px;
}
#contact-us .wpcf7 .cf-submit::before {
	content: "";
	display: block;
	width: 62px;
	height: 1px;
	background: #2D2926;
	position: absolute;
	left: 0px;
	top: 50%;
	transition: all 0.3s ease-out;
}

#contact-us .wpcf7 .cf-submit:hover::before {
	left: 62px;
	width: 168px;
} 


body.page-template-template-contact #copywrite #back-to-top {
	display: none;
}

.acf-map {
    width: 100%;
    height: 700px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.acf-map img {
   max-width: inherit !important;
}