.contact {
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	color: #FFF;
}
.contact .row {
	padding: 50px 60px;
	text-align: center;
}
.contact-header {
	margin-bottom: 50px;
}
.contact h2 {
	text-align: center;
	font-size: 40px;
	font-family: "Sanchez",sans-serif;
	font-weight: bold;
	word-break: break-all;
}
.contact h3 {
	color: #FFF;
	font-size: 15px;
	margin-top: 0;
}
.contact .contact-form .name,
.contact .contact-form .email,
.contact .contact-form .subject {
	height: 50px;
	margin: 5px 0;
}
.contact .contact-form .message{
	margin: 20px 0;
}
.contact .contact-form .button {
	color: #FFF;
	border: 2px solid #FFF;
	background: transparent;
	height: 40px;
	width: 100px;
	border-radius: 0;
}
.contact .contact-form .button:hover {
	background: #FFF;
	color: #000;
	border-color: #FFF;
}
div.wpcf7-response-output {
	border: none !important;
}
.contact .form-control {
	width: 100%
}