#contact-sec input[type=text], #contact-sec input[type=email], #contact-sec input[type=button], textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
	max-width: 100%;
	min-width: 100%;
	border-radius: 0px;
	border: solid 1px lightgray;
}

#contact-sec .g-recaptcha {
	width: 100%;
}

#contact-sec .g-recaptcha div {
	margin: auto;
}

#contact-sec textarea {
	min-height: 150px;
}

#contact-sec input[type=button] {
	font-family: Augustus;
	margin-bottom: 50px;
	cursor: pointer;
	/*color: #ffffff;*/
	/*background-color: #ffffff;*/
}