/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 19 2024 | 01:35:08 */
.cta-button-fix  .elementor-cta__button-wrapper {
	position: absolute;
	bottom: 30px;
}
.cta-button-fix .elementor-cta__button {
	padding: 0;
}

.green-icon .elementor-button-icon {
	fill: var(--e-global-color-secondary );
}

/* shadow box section check marks under banner */
.bottom-shad{
   box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.05); 
}

/* WPForm referral form styles */
.elementor-widget.referral-form .section-label {
	font-size:16px;
	margin-bottom:9px;
}

.elementor-widget.referral-form .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-content.section-label {
	padding-top:0px;
}

.elementor-widget.referral-form .wpforms-field.wpforms-field-content.section-label .wpforms-field-row p {
	margin-bottom:0;
	line-height:19px;
}

.elementor-widget.referral-form .wpforms-field.wpforms-field-content.section-label.text-large .wpforms-field-row p {
	font-size:19px;
	margin-bottom:12px;
}

.elementor-widget.referral-form div.wpforms-container-full .wpforms-field-file-upload .wpforms-uploader {
	border-radius: 10px 10px 10px 10px;
	border-color: var(--e-global-color-secondary);
}

.elementor-widget.referral-form div.wpforms-container-full .wpforms-field-file-upload .wpforms-uploader .dz-message svg {
	color: var(--e-global-color-secondary);
}

.elementor-widget.referral-form .wpforms-field-layout:NOT(#wpforms-6396-field_1-container) {
	border: 1px solid var(--e-global-color-secondary);
    padding: 20px;
    border-radius: 10px;
}

.elementor-widget.referral-form .uael-wpf-style .wpforms-form .wpforms-field input.wpforms-error:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]):hover,
.elementor-widget.referral-form .uael-wpf-style .wpforms-form .wpforms-field input.wpforms-error:not([type=submit]):not([type=image]):not([type=button]):not([type=file]):not([type=radio]):not([type=checkbox]):focus{
	border-color:var(--wpforms-label-error-color);
}

.elementor-widget.referral-form .uael-wpf-style .wpforms-form .wpforms-field textarea {
	height:280px;
}