/* QEM Custom Fields - front-end. Author: Robert G. https://profiles.wordpress.org/robertutzu/ */
.qemcf-fields { margin: 10px 0; }

.qemcf-field { margin-bottom: 12px; }

.qemcf-label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}

.qemcf-input {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.qemcf-choice {
	display: inline-block;
	margin: 2px 14px 2px 0;
	font-weight: 400;
}

.qemcf-field.qemcf-error .qemcf-input,
.qemcf-field.qemcf-error select,
.qemcf-field.qemcf-error textarea {
	border-color: #d63638;
	outline: 1px solid #d63638;
}
