/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 14 2025 | 19:32:15 */
.wpcf7-form {
	max-width: 800px;
	margin: 0 auto;
}

.wpcf7-form-control {
	padding-top: 0.6rem;
	padding-right: 1rem;
	padding-bottom: 0.6rem;
	padding-left: 1rem;
	text-decoration: none;
	border-radius: 0.33rem;
	border-color: var(--wp--preset--color--contrast);
	border-style: solid;
	border-width: 0;
	font-family: var(--wp--preset--font-family--lato);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 500;
}

.wpcf7-text,
.wpcf7-textarea {
	border-width: 1px;
}

.wpcf7-list-item {
	margin: 0;
}

.wpcf7-textarea {
	width: 100%;
	resize: vertical;
}

.wpcf7-submit {
	background-color: var(--wp--preset--color--custom-pantone-485-c) !important;
	color: var(--wp--preset--color--base-2) !important;
}