/*
Theme Name: Untica

Contact Form 7 styles override.
*/
div.wpcf7 {
	margin-right: auto;
	margin-left: auto;
}

.wpcf7-form {
	overflow: hidden;
}

.wpcf7-form > p:last-of-type {
	margin-bottom: 0;
}

.wpcf7-form-control {
	margin-top: .5em;
	font-size: 1em !important;
}

.wpcf7-form-control.wpcf7-textarea {
	font-size: 1.34008em !important;
}

input.wpcf7-submit[type='submit'] {
	margin-top: 0;
	margin-right: 1em;
	font-size: .70233em !important;
}

.wpcf7-form-control-wrap.your-name,
.wpcf7-form-control-wrap.your-email,
.wpcf7-form-control-wrap.your-subject {
	display: block;
}

.wpcf7-form-control-wrap.your-name .wpcf7-form-control,
.wpcf7-form-control-wrap.your-email .wpcf7-form-control,
.wpcf7-form-control-wrap.your-subject .wpcf7-form-control {
	max-width: 360px;
}

span.wpcf7-not-valid-tip {
	margin-top: .5em;
	color: #ef3823;
}

div.wpcf7-response-output {
	margin: 2em 0;
	padding: .75em 1.5em 1em;
	color: #212025;
	border-color: #36b5a9;
	background-color: #fff;
	font-size: .88889em;
}

div.wpcf7-response-output:last-child {
	margin-bottom: 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border-color: #fe7d3f;
}
