input::placeholder,
textarea::placeholder {
	color: var(--so-black);
	opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: var(--so-black);
	opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: var(--so-black);
	opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: var(--so-black);
	opacity: 1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: var(--so-black);
	opacity: 1;
}
.field {
	margin-bottom: 25px;
}
input, textarea {
	border: none;
	border-radius: .9375rem; /* 15px */
	font-family: var(--font-almoni-neue);
	font-weight: 700;
    font-size: 1.4375rem; /* 23px */
	line-height: 147.82%;
	width: 100%;
	padding: 1.5625rem 1.25rem; /* 20px 25px */
	color: var(--blue-100);
	background:var(--so-white);
}
.field textarea{
	height: 12rem; /* 192px */
	resize: none;
}
.wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  column-gap: 1.25rem; /* 20px */
  margin: 0;
}
.wpcf7-list-item label input {
	width: 1.5625rem; /* 25px */
	height: 1.5625rem; /* 25px */
	margin: 0;
	top: 0;
	position: relative;
	border-radius: .3125rem; /* 5px */
	border: none !important;
	appearance: none;
	padding: 0;
	cursor: pointer;
}
.wpcf7-list-item label input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 9px;
  width: 5px;
  height: 10px;
  border: solid var(--so-black);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.wpcf7-list-item label a{
	color: var(--so-black);
	text-decoration: none;
}
.wpcf7-list-item {
  margin: 0;
}
.field br{
	display: none;
}
.wpcf7-list-item-label {
	color: var(--so-black);
	font-size: 1rem; /* 16px */
	line-height: 1.5rem; /* 24px */
	  flex: 1;
}
.wpcf7-spinner {
	display: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
	box-shadow: 0 0 0 30px white inset !important;
}
input[type='radio'] {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	margin: 0;
	font: inherit;
	color: #fff;
	width: 28px;
	height: 28px;
	border: 0.15em solid #ffffff;
	border-radius: 50%;
	transform: translateY(-0.075em);
	display: grid;
	place-content: center;
}
input[type='radio']::before {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #ffffff;
}
input[type='radio']:checked::before {
	transform: scale(1);
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
	margin-top: 20px;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2;
	border-radius: 10px;
	padding: px 18px;
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.04), 0px 12px 25px rgba(0, 0, 0, 0.07) !important;
	background: #000;
	position: relative;
	top: 0;
	color: #fff;
	font-size: 1rem;
	line-height: 20px;
}
/* .wpcf7 form .wpcf7-response-output::before {
	position: absolute;
	content: '';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	width: 36px;
	height: 36px;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	font-size: 36px;
} */
.wpcf7 form.init .wpcf7-response-output {
	display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}
/* .wpcf7 form.sent .wpcf7-response-output::before {
	content: '\f058';
	color: #46b450;
} */
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
}
/* .wpcf7 form.failed .wpcf7-response-output::before,
.wpcf7 form.aborted .wpcf7-response-output::before,
.wpcf7 form.spam .wpcf7-response-output::before {
	content: '\f057';
	color: #46b450;
} */
.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #ffb900;
}
/* .wpcf7 form.invalid .wpcf7-response-output::before,
.wpcf7 form.unaccepted .wpcf7-response-output::before {
	content: '\f12a';
	color: #ffb900;
	border: 1px solid #ffb900;
	width: 36px;
	height: 36px;
	font-size: 18px;
} */
@media only screen and (max-width: 991px) {
	.wpcf7 form .wpcf7-response-output {
		width: 100%;
	}
}
.field-row,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 1.625rem; /* 26px */
}
.field-full,
.form-row {
	width: 100%;
}
.field-half{
	width: calc((100% - 1.625rem) / 2);
}
.field-third {
	width: calc((100% - 1.625rem) / 3);
}

@media only screen and (max-width:991px) {
	.field-half, .field-third {
		width: 100%;
	}
}

/* Event Registration Form Section */
.event-registration-form-section {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.event-registration-form-section .gform_wrapper {
	max-width: 100%;
}

.event-registration-form-section .gform_wrapper form {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.event-registration-form-section .gform_wrapper .gform_fields {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.event-registration-form-section .gform_wrapper .gfield {
	margin-bottom: 0;
}

.event-registration-form-section .gform_wrapper input[type="text"],
.event-registration-form-section .gform_wrapper input[type="email"],
.event-registration-form-section .gform_wrapper input[type="tel"],
.event-registration-form-section .gform_wrapper textarea,
.event-registration-form-section .gform_wrapper select {
	border: none;
	border-radius: 0.9375rem;
	font-family: var(--font-almoni-neue);
	font-weight: 700;
	font-size: 1.4375rem;
	line-height: 147.82%;
	width: 100%;
	padding: 1.5625rem 1.25rem;
	color: var(--blue-100);
	background: var(--so-white);
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.04), 0px 12px 25px rgba(0, 0, 0, 0.07);
}

.event-registration-form-section .gform_wrapper textarea {
	height: 12rem;
	resize: none;
}

.event-registration-form-section .gform_wrapper .gform_footer {
	margin-top: 2rem;
}



