.wpcf7-form {

}
.wpcf7-form div.field.text-area {
	margin: 2.5em 0 1em 0;
}

.wpcf7-form div.field input:not([type="submit"]),
.wpcf7-form div.field select,
.wpcf7-form div.field textarea {
	/* background-color: #eee; */
	padding: 10px 10px;
}
.wpcf7-form div.field input:not([type="submit"]) {
	border: none;
	border-bottom: 1px solid #000;
	padding: 10px 5px;
}
.wpcf7-form div.field select {
	padding: 10px 6px;
}
.wpcf7-form div.field textarea {
	min-height: 5em;
	max-height: 30em;
}
.wpcf7-form div.field.submit {
	position: relative;
	max-width: 140px;
	/* margin-left: auto; */
	overflow-x: hidden;
}
.wpcf7-form div.field.submit input[type="submit"] {
	display: block;
}
.wpcf7-form div.field.submit .ajax-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.5);
}

.wpcf7-form div.field .wpcf7-not-valid-tip {
	padding: 4px 0px 0 0px;
	font-size: 0.8em;
	color: #c33;
}

.wpcf7-form .wpcf7-response-output {
	margin: 15px 0 0 0;
	font-size: 0.9em;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
	border-color: #3a3;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
	border-color: #c33;
}

body .grecaptcha-badge { /* hide invisible recaptcha privacy policy */
	display: none !important;
}

/* .wpcf7-form *::-webkit-input-placeholder {
	color: #333;
	opacity: 0.6;
}
.wpcf7-form *::-moz-placeholder {
	color: #333;
	opacity: 0.6;
}
.wpcf7-form *:-ms-input-placeholder {
	color: #333;
	opacity: 0.6;
}
.wpcf7-form *:-moz-placeholder {
	color: #333;
	opacity: 0.6;
} */

@media all and (max-width: 800px) {
	.wpcf7-form {
		max-width: 600px;
		/* text-align: center; */
	}
}
