.hide {
	display: none !important;
}
.custom-contactform input {
	max-width: 500px;
  width: 100%;
  height: 40px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 0 10px;
}
.custom-contactform textarea {
	max-width: 500px;
  width: 100%;
  height: 100px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 10px;
}
.custom-contactform input[type=submit] {
	background: #b49f9f;
  color: #fff;
  width: 200px;
  border: none;
  margin-top: 20px;
}

.custom-contactform form {
	text-align: center;
}
.custom-contactform .g-recaptcha {
	max-width: 300px;
  margin: 0 auto;
}