/**
* Stylesheet The Form Block
 * Version: 1.0.0
*
*/
.theform-wrapper {
	margin-left: 5px;
}

.theform-wrapper .invisible {
	display: none;
}

.theform-wrapper #theform-container {
	border-radius: 15px;
	border: 2px solid #eee;
	background: #fcfcfcfc;
}

.theform-wrapper #theform-container .goedfeedback {
	background-color: rgba(61, 238, 90, 0.508);
	border-radius: 20px;
	border: #3dee5a 3px solid;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
}

.theform-wrapper #theform-container #form-theform {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.theform-wrapper #theform-container #form-theform .formcloser {
	margin-top: 3px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.theform-wrapper #theform-container #form-theform .formcloser .sluitformulier {
	cursor: pointer;
}

.theform-wrapper #theform-container #form-theform .submit-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.theform-wrapper #theform-container #form-theform .submit-wrapper:not(:first-child) {
	margin-top: 8px;
}

.theform-wrapper #theform-container #form-theform .submit-wrapper label {
	padding-left: 0;
	font-weight: 200;
}

.theform-wrapper #theform-container #form-theform .submit-wrapper input,
.theform-wrapper #theform-container #form-theform .submit-wrapper textarea {
	font-size: 0.95em;
}

/*# sourceMappingURL=gedichten-the-form.css.map */