/* **********************************************************
 * FORMS
 * ******************************************************** */


/* ******************************
 * FORMS - GENERAL
 * *************************** */

.ios input {
	font-size: 16px !important;
}
input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
	border: 1px solid #ccc;	
}
input[type=submit] {
	cursor: pointer;
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 0%);
    border-radius: 2px;
    padding: 0.75em 2em 0.85em 2em;
	border: 1px solid #ccc;		
}


/* ******************************
 * FORMS - GRAVITY FORMS
 * *************************** */

.gform_wrapper {
	margin-top: 0 !important;
}
.gform_body *,*:focus,
.gform_body *:hover {
    outline:none !important;
} 
.gform_body input:focus,
.gform_body textarea:focus,
.gform_body select:focus,
.gform_body .ginput_container select:focus {
	box-shadow: inset 0px 0px 5px #eee;
}
.gform_body input,
.gform_body textarea,
.gform_body select,
.gform_body .ginput_container select,
.gform_body input:focus,
.gform_body textarea:focus,
.gform_body select:focus,
.gform_body .ginput_container select:focus {
	border: 1px solid #bbb !important;
	color: #FFF;
	outline: none !important;
	background-clip: padding-box !important;	
}
.gform_body input:focus-visible,
.gform_body textarea:focus-visible,
.gform_body select:focus-visible,
.gform_body .ginput_container select:focus-visible {
    border: 1px solid #bbb !important;
	outline: none !important;
	box-shadow: inset 0px 0px 5px #ddd;
}
.gform_wrapper,
.gform_body .ginput_container,
.gform_body .ginput_container input,
.ginput_container.ginput_container_textarea {
    margin-top: 0 !important;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
    padding-top: 0;
}
input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], textarea, .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
	border: 1px solid #ccc;
    margin-bottom: 0rem;	
}
.ginput_container input,
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.ginput_container select,
.ginput_container textarea {
	border: 1px solid #ccc;
}
li.gfield span.name_first {
    padding-bottom: 0.3125rem;
}

@media (max-width: 640px) {
	/* GRAVITY FORMS NAME FIELDS */
	.gform_wrapper .name_first {
		margin-bottom: 16px !important;
	}
	.gform_wrapper .name_last {
		margin-bottom: 0 !important;
	}
}

/* Select Fields & Date Time */

.ginput_container_select, 
.gfield_date_dropdown_month, 
.gfield_date_dropdown_day, 
.gfield_date_dropdown_year, 
.address_country, 
.gfield_time_ampm {
	position: relative;
}
.ginput_complex .ginput_container_date input, 
.ginput_complex .ginput_container_date select {
/* 	min-width: 10rem !important; */
	min-width: 8rem !important; /* Reduced to 8rem but will leave the old 10rem if ever needed */
}
.gform_wrapper.gravity-theme .ginput_container_time,
.ginput_container_time input {
    max-width: 6rem !important;
    min-width: 6rem !important;
	line-height: inherit !important;
	min-height: 2rem;
}
.ginput_container select {
	background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;	
	position: relative;
	min-height: inherit;	
}
.ginput_container_select:after, .gfield_date_dropdown_month:after, .gfield_date_dropdown_day:after, .gfield_date_dropdown_year:after, .address_country:after, .gfield_time_ampm:after {
	align-items: center;
    content: "\e909";
    display: flex;
    font-family: 'Happy Icons' !important;
    font-size: 16px;
    font-weight: 900;
    justify-content: flex-end;	
	pointer-events: none;
    position: absolute;
    right: 1.5rem;
    top: calc(58%);
}
.ginput_container_select:after, .gfield_date_dropdown_month:after, .gfield_date_dropdown_day:after, .gfield_date_dropdown_year:after, .gfield_time_ampm:after {
    transform: translateY(-50%);	
}
.address_country:after {
    transform: translateY(-100%);
    right: 1.7rem;
	top: 55%;
}
.gfield_select option {
    color: white !important;
    background: #041E42;
}

/* Date / Time */
.gfield--input-type-datedropdown .gform-grid-row {
    padding-top: 30px;
}
.gform-datepicker {
	width: 100% !important;
}


@media (max-width: 576px) {
	.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date {
		max-width: 10rem !important;
		padding: 0.5rem; 
		margin-left: 0 !important;
	}
	.gform_wrapper.gravity-theme .ginput_container_time, .ginput_container_time input {
		padding: 0.5rem;
	}
	.gform_wrapper.gravity-theme .ginput_container_time,
	.ginput_container_time input {
		max-width: 7rem !important;
		min-width: 6rem !important;
		line-height: inherit !important;
	}
	.gform_wrapper.gravity-theme .hour_minute_colon {
		line-height: 3 !important;
    	padding: 0 0.5rem;
	}
	.gform_wrapper.gravity-theme .gfield_time_ampm {
		margin-left: 0 !important;
	}
	.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date input, .gform_wrapper.gravity-theme .ginput_complex .ginput_container_date select {
		max-width: 10rem !important;
	}
}


/* Submit Button */
.gform_footer input[type=submit] {
    border: none !important;	
	cursor: pointer;
    padding: 0.85em 3em 0.85em 3em !important;
    letter-spacing: .125rem !important;
	min-width: 175px;
}

/* ******************************
 * SECTION WITH FORM - ON DARK OR IMAGE BACKGROUND
 * *************************** */
.section-form {
 margin-bottom: -0.0625rem !important;
}
.section-form input, 
.section-form select,
.section-form textarea {
 background: rgba(255,255,255,.5) !important;
 border: 0; 
 color: #000;
 padding: 0.625rem !important;
}
.section-form select {
 min-height: 2.5rem !important;
}
.section-form ::placeholder {
 color: #000;
}
.section-form .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0.3125rem 0 0; 
}
.section-form .gform_wrapper .gform_footer input[type=submit] {
    background-color: transparent !important;
    color: #fff;
    float: right;
}

/* *****************************
 * SEARCH FORMS & RESULTS
 * *************************** */
/* SEARCH FORMS */ 
form.jupiterx-search-form input.form-control,
.jupiterx-widget.widget_search .form-control {
	border-radius: 0;
}
form.jupiterx-search-form .btn,
.jupiterx-widget.widget_search .jupiterx-search-form .btn, 
.jupiterx-new-search .jupiterx-search-form .btn {
	background: ;
	border-radius: 0;
	height: 100%;
	padding: 0.5rem 0.5rem 0.125rem !important;
}
.jupiterx-new-search button.btn.jupiterx-icon-search-1 {
    padding: 0.5rem .75rem 0.125rem !important;
}
form.jupiterx-search-form .btn:hover,
.jupiterx-widget.widget_search .jupiterx-search-form .btn:hover,
.jupiterx-new-search .jupiterx-search-form .btn:hover,
button.btn.jupiterx-icon-search-1:hover {
    background: ;
}
.jupiterx-new-search .jupiterx-search-form .btn,
.jupiterx-icon-search-1:before {
	font-size: ;
}
.raven-search-form-lightbox.raven-search-form-lightbox-open .raven-search-form-close {
    font-size: 4rem;
    position: relative;
}

/* SEARCH RESULTS */
body.search .jupiterx-search-post-title {
    font-size: 2rem !important;
}

@media (max-width: 767px) {
	body.search .jupiterx-primary .jupiterx-search-form {
   	 max-width: 75% !important;
	}	
}

/* ******************************
 * GRADIENT FORMS
 * *************************** */
/* FORM BASE STYLING */ 
.section-form {
 margin-bottom: -0.0625rem !important;
}
.section-contact ::placeholder,
p.gform_required_legend {
 color: #fff !important;
}
.gform_wrapper {
    position: relative;
    z-index: 10;
}

/* Required Legend */
.gform_wrapper .gform_required_legend {
    position: relative !important;
    display: flex;
}
.gform_wrapper .gform_required_legend .gfield_required {
    padding: 2px;
    margin-left: 4px;
}
.gform_wrapper .gfield_required {
	color: #fff !important;
	text-shadow: 0px -1px 0px #EC9B72aa, 0px 1px 0px #041E42aa;
    font-size: 35px !important;
	padding-top: 2px;
	line-height: 18px;
}

/* FOCUS SHADOW */
.gform_body input:focus, .gform_body textarea:focus, .gform_body select:focus, .gform_body .ginput_container select:focus {
    box-shadow: inset 0px 0px 8px #ED816100;
} 

/* FORM LABELS */
.gfield {
  position: relative;
  margin: 25px 5px 15px 0;
}
.gfield input {
  transition: 500ms all linear;
}
fieldset.gfield legend.gfield_label.gfield_label_before_complex {
	width: fit-content;
}
.gfield label.gfield_label, 
fieldset.gfield legend.gfield_label.gfield_label_before_complex, 
.gf_list legend.gfield_label, 
.gf_list_inline legend.gfield_label, 
.gfield .gfield_label {
    display: flex !important;
    font-size: 14px !important;
    transition-duration: .4s;
    top: 0rem;
    left: 0.85rem;
    position: absolute;
    color: #fff;
    font-weight: 400 !important;
    z-index: 5;
}
.gfield:hover label.gfield_label,
.gfield:hover legend.gfield_label,
fieldset.gfield:hover legend.gfield_label.gfield_label_before_complex,
.gfield label.gfield_label.focused,
fieldset.gfield legend.gfield_label.gfield_label_before_complex.focused,
.gf_list legend.gfield_label.focused,
.gf_list_inline legend.gfield_label.focused {
	font-size: 14px !important;
    top: -1.5rem;
    left: .75rem;
	background: #041E42cc;
	background: -moz-linear-gradient(top, #4884B0 30%,#217FAB 55%,#420435 100%);
	background: -webkit-linear-gradient(top, #4884B0 30%,#217FAB 55%,#420435 100%);
	background: linear-gradient(to bottom,  #4884B0 30%,#217FAB 55%,#420435 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a627324a', endColorstr='#27324a',GradientType=0 );
	padding: 0.25rem 1rem 0.1rem;
	border: 1px solid #ED8161;
    box-shadow: inset 0px 0px 14px #041E42;
}
.gfield legend.gfield_label {
	width: auto;
}
.ginput_complex label {
	color: #fff;
    font-size: 12px !important;	
	padding: 0 !important;
}

@media (max-width: 380px) {
	.gfield label.gfield_label, fieldset.gfield legend.gfield_label.gfield_label_before_complex, .gf_list legend.gfield_label, .gf_list_inline legend.gfield_label, .gfield .gfield_label {
		font-size: 13px !important;
	}
}

/* FORM FIELD TRANSPARENT WITH BORDERS */
.gform_wrapper.gravity-theme .gfield input, 
.gform_wrapper .ginput_complex.ginput_container input[type=text], 
.ginput_container textarea,
.ginput_container.ginput_container_select,
.gform_body textarea:focus {
	color: #fff;
	padding: 1.25rem 1rem 1.0rem !important;
	background: transparent;
	border: 0 !important;
	z-index: 1;
}
.gform_wrapper .ginput_complex.ginput_container input {
	border-radius: 0 !important;
}
.gform_wrapper.gravity-theme .gfield .ginput_container:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  height: 3px;
  border-radius: 0px;
  background: linear-gradient(30deg, #ED8161, #E77480, #ED8161);
  background-size: 200%;
  padding: 3px;
  bottom: 0 !important;
  top: 100%;
}
.gform_wrapper.gravity-theme .gfield .ginput_container.ginput_container_select:before {
	padding: 0;
	min-width: 100% !important;
}
.gform_wrapper.gravity-theme .gfield .ginput_container.focused-field:before {
	background: linear-gradient(30deg,  #ED8161, #E77480, #ED8161);	
	-webkit-animation: Animation-Input 3s ease infinite;
	-moz-animation: Animation-Input 3s ease infinite;
	animation: Animation-Input 3s ease infinite;
	background-size: 400%;	
}
@-webkit-keyframes Animation-Input {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@-moz-keyframes Animation-Input {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}
@keyframes Animation-Input {
	0%{background-position:0% 50%}
	50%{background-position:100% 50%}
	100%{background-position:0% 50%}
}

/* FIELDSET - Like First Last Name & Donate Payments */
.gform_wrapper .ginput_complex.ginput_container:before {
	width: 100% !important;
}
fieldset.gfield--type-choice,
.ginput_complex {
    width: 100%;
    padding: 20px !important;
    margin: 20px 0 0 0 !important;
    border-left: 1px solid #ED816180;
    border-top: 1px solid #ED816180;
    border-right: 1px solid #ED816180;
}
fieldset.gfield legend.gfield_label.gfield_label_before_complex {
    top: 0.5rem !important;
}
fieldset.gfield:hover legend.gfield_label.gfield_label_before_complex {
    top: -0.5rem !important;
}
.gform_wrapper.gravity-theme .gfield .ginput_complex.ginput_container:before {
  padding: 0px !important;
} 
.gform_wrapper.gravity-theme .gfield:focus-within .ginput_complex.ginput_container:before {
  padding: 3px !important;
}
.gform_wrapper.gravity-theme .gfield .ginput_complex.ginput_container:before,
.ginput_container:before,
.gform-grid-col:before {
	content: "";position: absolute;z-index: -1;inset: 0;height: 3px;border-radius: 0px;background: linear-gradient(30deg, #ED8161, #E77480, #ED8161);background-size: 200%;padding: 3px;bottom: 0 !important;top: 100%;
}
.gform_wrapper.gravity-theme .gfield .ginput_complex.ginput_container:focus:before,
.gform-grid-col:focus:before,
.ginput_container.ginput_container_select.focused-field:before,
.gform_wrapper.gravity-theme .gfield .ginput_complex.ginput_container:hover:before {
	background: linear-gradient(30deg,  #ED8161, #E77480, #ED8161);	
	-webkit-animation: Animation-Input 3s ease infinite;
	-moz-animation: Animation-Input 3s ease infinite;
	animation: Animation-Input 3s ease infinite;
	background-size: 400% !important;	
}/*
.gform_wrapper .ginput_complex.ginput_container:not(.ginput_container_square_card) input[type=text] {
    border-bottom: 4px solid #ed8161 !important;
}*/
.gform_wrapper .ginput_complex.ginput_container input:focus,
.gform_wrapper .ginput_complex.ginput_container input:focus-within {
    box-shadow: none !important;
}
.gform_wrapper.gravity-theme input[type=text] {
    padding-top: 26px !important;
}
.address_country:after,
.ginput_container_date:after, 
.ginput_container_time:after {
    top: 55% !important;
}

/* CHECKBOX LIST & RADIO LIST */
.ginput_container.ginput_container_checkbox .gfield_checkbox,
.ginput_container.ginput_container_radio {
    padding: 30px 0 20px !important;
}
.gf_list legend.gfield_label,
.gf_list_inline legend.gfield_label {
    top: 0px !important;
    padding: 10px 0 10px !important;
}
.gchoice {
    z-index:1;
    position:relative;
    margin:0 0 0px 0;
    padding:0;
    height: 50px;
    width: 100%!important;
}
input.gfield-choice-input {
    z-index:2;
    appearance:none;
    margin:0;
    padding:0;
    width: 100%;
    border-radius: 5px;
    height:100%;
    background: white;
    transition: .3s all ease-in-out;
    position:absolute;
}
input.gfield-choice-input:hover,
.gchoice label:hover {
    cursor:pointer;
}
input.gfield-choice-input:checked {
    background: #ED8161; 
}
input.gfield-choice-input:checked + label {
    color:white;
}
.gchoice label {
    z-index:3;
    display:block;
    position: absolute;
    padding: 0 0 0 0px;
    top: 50%;
    transform: translateY(-50%);
    width:100%;
    overflow:visible;
}
input.gfield-choice-input + label:after {
    content: "";
    position: absolute;
    right: -10px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 2px solid #ED8161;
    z-index: 2;
    top: 50%;
    transition: .3s all ease-in-out;
    color: white;
    font-size: 25px;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
}
input[type="checkbox"].gfield-choice-input + label:after { 
    border-radius: 5px;
}
input[type="radio"].gfield-choice-input + label:after {
    border-radius:50px;
}
input.gfield-choice-input:checked + label:after {
    content: "\00D7";
    border: 2px solid white;
}

/* FILE UPLOAD */
.ginput_container.ginput_container_fileupload {
	padding: 40px 0 20px !important;
}

/* TOTAL */
.ginput_total {
    width: 100%;
}

/* MULTI SELECT  - add class multi-select in form to this field */
.gform_body .multi-select .ginput_container select {
    padding: 2.5rem 1rem 2rem !important;
    min-height: 10rem !important;
    border: 0 !important;
}

/* SELECT BOX */
.section-contact .ginput_container.ginput_container_select {
	padding: 0.75rem 0rem !important;
}
.ginput_container.ginput_container_select:before {
	background: transparent !important;
}
.section-contact select {
 background-color: transparent !important;
 border: 0; 
 color: #fff;
 padding: 0.625rem !important;
 margin-top: 8px !important;	
 min-height: 2.5rem !important;	
}
.section-contact select option {
 background-color: #041E42 !important;
 color: #fff !important;
}
.gfield--type-select.gfield label.gfield_label {
	left: 0;
	top: 3px;
}
.elementor-location-popup .gfield--type-select.gfield label.gfield_label {
	left: 0;
	top: -12px;
}
.ginput_container.ginput_container_select {
	padding: 0 !important;
	margin-top: 15px !important;
}
.ginput_container.ginput_container_select:before {
	padding: 0 !important;
}
.gform_body select:focus,
.gform_body .ginput_container select:focus {
  border: double 2px transparent !important;
  border-radius: 4px;
  background: transparent;
}
.ginput_container.ginput_container_select select,
.ginput_container.ginput_container_select select:focus {
	background-image: none !important;
    border: none !important;
	box-shadow: none !important;
}
.ginput_container.ginput_container_select {
	padding: 0;
}
.ginput_address_country.gform-grid-col:before {
	padding: 0 !important;
	height: 0;
}
.ginput_complex .ginput_container select:before,
.ginput_complex .ginput_container .ginput_address_country.gform-grid-col select:before {
	background: linear-gradient(30deg, #ED8161, #E77480);
    padding: 4px !important;
    -webkit-animation: Animation-Input 3s ease infinite;
    -moz-animation: Animation-Input 3s ease infinite;
    animation: Animation-Input 3s ease infinite;
    background-size: 250%;	
}
.gform_body .ginput_container select,
.gform_body .ginput_container select:focus {
	border: 4px solid #ED8161 !important;
	border-radius: 0;
}

/* VALIDATION MESSAGE */
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    padding: 5px;
    background: rgba(255,255,255,.85);
    margin-bottom: 10px;
}

/* SUBMIT STYLING */
.section-contact .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0.3125rem 0 0; 
}

/* FORM ERRORS */
.gform_wrapper .gfield_error label {
    color: #fff;
}
.gform_validation_errors {
    border-radius: 0 !important;
    padding: 13px 15px 12px !important;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    padding: 13px 15px 12px !important;    
}
.white-text .gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    color: #c02b0a !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 17.6px;
    margin: 0 0 12px;
    border-radius: 0;
}
.gform_wrapper.gravity-theme .gfield_error label {
    color: #fff !important;
}

/* ******************************
 * DONATE FORM
 * *************************** */
.gform_wrapper.gravity-theme .gform_previous_button.button, 
.gform_wrapper.gravity-theme .gform_save_link.button {
	color: #fff;
}
.gform_wrapper.gravity-theme .gform_previous_button.button, 
.gform_wrapper.gravity-theme .gform_save_link.button,
.gform_body .gform_page_footer .gform_next_button,
.gform_body .gform_page_footer input[type=submit] {
    border: 0 !important;
    color: #fff !important;
    cursor: pointer;
    padding: 0.85em 3em 0.85em 3em !important;
    letter-spacing: .125rem !important;
    min-width: 175px;
    background-image: linear-gradient(120deg, rgb(231, 116, 128), rgb(237, 129, 97), rgb(33, 127, 171), rgb(178, 112, 146)) !important;
    transition: all 0.75s ease !important;
    background-size: 300% auto !important;
    position: relative;
    mask-image: url(/wp-content/uploads/2024/01/btn-angle.svg);
    -webkit-mask-image: url(/wp-content/uploads/2024/01/btn-angle.svg);
    mask-size: 100% 100%;
    -webkit-mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
}
.gform_wrapper.gravity-theme .gform_previous_button.button:hover, 
.gform_wrapper.gravity-theme .gform_save_link.button:hover,
.gform_page_footer .gform_next_button:hover,
.gform_page_footer input[type=submit]:hover {
	background-position: right center !important;
	background-size: 300% 110% !important;		
}
.gravity-theme .ginput_container_square_card {
	max-width: 100% !important;
	padding-top: 40px !important;
}

/* ******************************
 * FORM SECTION HEADING TEXT 
 * *************************** */
@media (max-width: 767px) {
	.section-contact .ha-advanced-heading.ha-layout-block.ha-align-center .ha-advanced-heading-wrap {
    	text-align: left;
	}
}

/* styling for Rise Registration Form */
label#label_8_8_0 {
    color: white;
}

.gchoice.gchoice_8_8_1 {
    color: white;
}