/* Block Forms — front-end styles */

.fp-form-wrap {
	max-width: 640px;
}

.fp-field {
	margin-bottom: 1.25em;
}

.fp-label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.25em;
}

.fp-required {
	color: #b32d2e;
}

.fp-input,
.fp-textarea,
.fp-select {
	width: 100%;
	max-width: 100%;
	padding: 0.5em 0.75em;
	border: 1px solid #8c8f94;
	border-radius: 3px;
	box-sizing: border-box;
	font: inherit;
}

.fp-fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.fp-fieldset .fp-label {
	padding: 0;
}

.fp-choice {
	display: block;
	margin-bottom: 0.35em;
}

.fp-help {
	margin: 0.25em 0 0;
	font-size: 0.85em;
	color: #50575e;
}

.fp-error {
	margin: 0.25em 0 0;
	font-size: 0.85em;
	color: #b32d2e;
}

.fp-field--has-error .fp-input,
.fp-field--has-error .fp-textarea,
.fp-field--has-error .fp-select {
	border-color: #b32d2e;
}

.fp-message {
	padding: 0.75em 1em;
	margin-bottom: 1.25em;
	border-left: 4px solid;
	border-radius: 2px;
}

.fp-message--success {
	background: #edfaef;
	border-color: #00a32a;
}

.fp-message--error {
	background: #fcf0f1;
	border-color: #b32d2e;
}

.fp-submit-button {
	cursor: pointer;
	padding: 0.6em 1.5em;
	font: inherit;
}

.fp-submit-button--busy,
.fp-submit-button:disabled {
	opacity: 0.6;
	cursor: default;
}

/* Honeypot: visually hidden but present for bots. */
.fp-hp {
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
