.page-title {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #3ab54a;
	display: inline-block;
}

.wrap-contact-form .wpcf7-form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-top-color: rgb(204, 204, 204);
	border-right-color: rgb(204, 204, 204);
	border-bottom-color: rgb(204, 204, 204);
	border-left-color: rgb(204, 204, 204);
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.wrap-contact-form textarea.wpcf7-form-control{
height: unset;
}
.wrap-contact-form .wpcf7-form-control.wpcf7-submit {
	padding: 5px 16px 3px 16px;
	border: 0;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom: 2px solid #219a31;
	border-radius: 2px;
	background: #3ab54a;
	color: #fff;
	cursor: pointer;
	max-width: 150px;
}
.wrap-contact-info p > a {
	color: #3ab54a;
}
@media only screen and (max-width: 768px) {

}