/**
 * Contact Form 7 response output styling.
 */
.wpcf7 form .wpcf7-response-output {
	display: block;
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2;
	box-sizing: border-box;
}

.wpcf7 form .wpcf7-response-output:empty {
	display: none;
}

.wpcf7 form.init .wpcf7-response-output:not(:empty),
.wpcf7 form.submitting .wpcf7-response-output:not(:empty),
.wpcf7 form.cf7fn-cooldown-active .wpcf7-response-output:not(:empty) {
	display: block;
}

.wpcf7-response-output.cf7-error {
	border: 2px solid #ffb900 !important;
}

.wpcf7-response-output.cf7-success {
	border: 2px solid #46b450 !important;
}

.wpcf7-response-output.cf7-spam {
	border: 2px solid #f56e28 !important;
}

.wpcf7-response-output.cf7-failed {
	border: 2px solid #dc3232 !important;
}

.wpcf7 .wpcf7-not-valid-tip {
	color: #dc3232;
	display: block;
	font-size: 1em;
	font-weight: normal;
}

.wpcf7 input[type="submit"]:not(:disabled),
.wpcf7 button[type="submit"]:not(:disabled),
.wpcf7 .wpcf7-submit:not(:disabled) {
	cursor: pointer;
}

.wpcf7 input[type="submit"]:disabled,
.wpcf7 button[type="submit"]:disabled,
.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}
