/*
Theme Name: Normalized
*/

@import url("https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css");

body {
	margin: .5em;
}
input, select {
	width: 16em;
	max-width: 100%;
}
textarea {
	height: 8em;
	width: 32em;
	max-width: 100%;
}
* {
	box-sizing: border-box;
}
.menu ul, ul.menu {
	list-style: none;
	padding-left: 0;
	display: flex;
	gap: .5rem;
}
.menu ul .current-menu-item, ul.menu .current-menu-item {
	font-weight: bold;
}
.wpforms-field-label, .wpforms-error {
	display: block;
}
.wpforms-hidden {
	display: none;
}
.wpforms-field, .wpforms-recaptcha-container, .wpforms-submit-container {
	margin-top: 1em;
	margin-bottom: 1em;
}
.wpforms-error {
	color: crimson;
}
.wpforms-confirmation-container {
	color: green;
}
.wpforms-submit-spinner {
	display: none !important;
}
