/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 25 2026 | 14:00:41 */
/* Willow Grove Recovery - Gravity Forms consent form */
.consent-form .gform-theme--foundation {
	--consent-bg: #fff0dc;
	--consent-ink: #59530a;
	--consent-line: #716a1c;
	--consent-error: #a33a32;
	--consent-radius: 30px;
	--consent-font: "Plus Jakarta Sans", Sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: clamp(32px, 6vw, 58px) clamp(24px, 6vw, 52px) 40px;
	color: var(--consent-ink);
	background: var(--consent-bg);
	border-radius: var(--consent-radius);
	font-family: var(--consent-font);
}
.consent-form .gform-theme--foundation *,
.consent-form .gform-theme--foundation *::before,
.consent-form .gform-theme--foundation *::after {
	box-sizing: border-box;
}
.consent-form .gform-theme--foundation .gform_heading {
	margin: 0 0 32px;
}
.consent-form .gform-theme--foundation .gform_title {
	margin: 0 0 8px;
	color: var(--consent-ink);
	font: 400 clamp(28px, 4vw, 34px) / 1.2 var(--consent-font);
}
.consent-form .gform-theme--foundation .gform_description {
	display: block;
	margin: 0;
	color: var(--consent-ink);
	font-size: 17px;
	line-height: 1.55;
}
.consent-form .gform-theme--foundation .gform_fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px 30px;
}
.consent-form .gform-theme--foundation .gfield {
	grid-column: span 1;
	margin: 0;
}
.consent-form .gform-theme--foundation .gfield--width-full,
.consent-form .gform-theme--foundation .gfield.gsection,
.consent-form .gform-theme--foundation .gfield_html,
.consent-form .gform-theme--foundation .gfield--type-checkbox,
.consent-form .gform-theme--foundation .gfield--type-textarea {
	grid-column: 1 / -1;
}
.consent-form .gform-theme--foundation .gsection {
	padding: 12px 0 0;
	border: 0;
}
.consent-form .gform-theme--foundation .gsection:first-child {
	padding-top: 0;
}
.consent-form .gform-theme--foundation .gsection_title {
	margin: 0 0 6px;
	color: var(--consent-ink);
	font: 500 22px / 1.3 var(--consent-font);
}
.consent-form .gform-theme--foundation .gsection_description,
.consent-form .gform-theme--foundation .gfield_description,
.consent-form .gform-theme--foundation .gfield_html,
.consent-form .gform-theme--foundation .gfield_html p {
	color: var(--consent-ink);
	font-size: 15px;
	line-height: 1.6;
}
.consent-form .gform-theme--foundation .gfield_html p {
	margin: 0 0 12px;
}
.consent-form .gform-theme--foundation .gfield_html p:last-child {
	margin-bottom: 0;
}
.consent-form .gform-theme--foundation .gfield_label,
.consent-form .gform-theme--foundation .gform-field-label {
	display: block;
	margin: 0 0 7px;
	color: var(--consent-ink);
	font: 400 16px / 1.4 var(--consent-font);
}
.consent-form .gform-theme--foundation .gfield_required {
	color: var(--consent-error);
}
.consent-form .gform-theme--foundation input[type="text"],
.consent-form .gform-theme--foundation input[type="email"],
.consent-form .gform-theme--foundation input[type="tel"],
.consent-form .gform-theme--foundation input[type="url"],
.consent-form .gform-theme--foundation input[type="number"],
.consent-form .gform-theme--foundation input[type="date"],
.consent-form .gform-theme--foundation select,
.consent-form .gform-theme--foundation textarea {
	width: 100%;
	min-height: 38px;
	margin: 0;
	padding: 5px 0 9px;
	color: var(--consent-ink);
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--consent-line);
	border-radius: 0;
	box-shadow: none;
	font: 400 16px / 1.45 var(--consent-font);
	outline: 0;
}
.consent-form .gform-theme--foundation textarea {
	min-height: 92px;
	resize: vertical;
}
.consent-form .gform-theme--foundation input::placeholder,
.consent-form .gform-theme--foundation textarea::placeholder {
	color: rgba(89, 83, 10, 0.65);
	opacity: 1;
}
.consent-form .gform-theme--foundation input[type="text"]:focus,
.consent-form .gform-theme--foundation input[type="email"]:focus,
.consent-form .gform-theme--foundation input[type="tel"]:focus,
.consent-form .gform-theme--foundation input[type="url"]:focus,
.consent-form .gform-theme--foundation input[type="number"]:focus,
.consent-form .gform-theme--foundation input[type="date"]:focus,
.consent-form .gform-theme--foundation select:focus,
.consent-form .gform-theme--foundation textarea:focus {
	border-bottom-color: var(--consent-ink);
	box-shadow: 0 1px 0 var(--consent-ink);
}
.consent-form .gform-theme--foundation .gfield_checkbox {
	display: grid;
	gap: 12px;
	margin: 4px 0 0;
}
.consent-form .gform-theme--foundation .gchoice {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
.consent-form .gform-theme--foundation input[type="checkbox"] {
	width: 19px;
	height: 19px;
	flex: 0 0 19px;
	margin: 2px 0 0;
	accent-color: var(--consent-ink);
}
.consent-form .gform-theme--foundation .gchoice label {
	color: var(--consent-ink);
	font-size: 16px;
	line-height: 1.45;
}
.consent-form .gform-theme--foundation .gfield_error input:not([type="checkbox"]),
.consent-form .gform-theme--foundation .gfield_error select,
.consent-form .gform-theme--foundation .gfield_error textarea {
	border-bottom-color: var(--consent-error);
}
.consent-form .gform-theme--foundation .validation_message,
.consent-form .gform-theme--foundation .gform_validation_errors {
	color: var(--consent-error);
	background: transparent;
	border-color: var(--consent-error);
	box-shadow: none;
}
.consent-form .gform-theme--foundation .gform_footer {
	display: flex;
	justify-content: center;
	margin: 38px 0 0;
	padding: 0;
}
.consent-form .gform-theme--foundation .gform_footer .gform_button{
	border: 2px solid #5B4F07 !important;
	background-color: transparent !important;
	box-shadow: none !important;
	color: #5B4F07 !important;
	border-radius: 50px !important;
	padding: 16px 30px !important;
	font-size: 16px !important;
}
.consent-form .gform-theme--foundation .gform_footer .gform_button:hover{
	background-color: #5B4F07 !important;
	color: #ffffff !important;
}
.consent-form .gform-theme--foundation .gform_ajax_spinner {
	align-self: center;
	margin-left: 12px;
}
.consent-form .gform-theme--foundation a{
	color: var(--consent-ink);
	text-decoration: underline;
}
@media (max-width: 640px) {
	.consent-form .gform-theme--foundation {
		padding: 32px 22px;
		border-radius: 22px;
	}
	.consent-form .gform-theme--foundation .gform_fields {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.consent-form .gform-theme--foundation .gfield {
		grid-column: 1 / -1;
	}
	.consent-form .gform-theme--foundation .gform_footer {
		margin-top: 30px;
	}
	.consent-form .gform-theme--foundation .gfield_html p {
		margin: 0 0 8px;
	}
}
