.imc-website-form .imc-form-field {
	margin-bottom: 15px;
}

.imc-website-form .imc-form-field > label {
	display: block;
	margin-bottom: 5px;
}

.imc-website-form .wpcf7-form-control:not([type="checkbox"]) {
	max-width: 100%;
}

.imc-website-form .imc-form-field--checkbox label {
	font-weight: normal;
}

.imc-form-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.imc-form-status {
	display: block;
	min-height: 1.5em;
	margin-top: 10px;
}

.imc-form-status:empty {
	margin: 0;
	min-height: 0;
}

.imc-form-status--success {
	color: #287233;
}

.imc-form-status--error {
	color: #a00;
}

.imc-website-form [type="submit"][disabled] {
	cursor: wait;
	opacity: 0.65;
}
