/* **********************************************************
 * 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;		
}
.gform-icon--close:before {
    content: "\e903";
}


/* ******************************
 * 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: #333;
	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;
}
.gfield-choice-input:focus {
    box-shadow: none !important;
}
.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: 1rem;	
    top: calc(50% + 1px);	
}
.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: 43%;
}

/* Date / Time */
@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 0 !important;
    letter-spacing: .125rem !important;
    color: #C99313 !important;
}
.gform_footer input[type=submit]:hover {
    color: #FF8200 !important;
}

/* ******************************
 * 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 0.5rem 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;
	}	
}

/* JET SEARCH */
.jet-ajax-search__form, .jet-ajax-search-block .jet-ajax-search__form,
.jet-ajax-search__fields-holder {
    align-items: stretch !important;
}
.woocommerce-page .jupiterx-primary .jet-ajax-search__field[type="search"] {
    border: 1px solid #E1E5EB !important;
    width: 100% !important;
    padding: .875rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.3 !important;
}
.jet-ajax-search-block .jet-ajax-search__field[type="search"] {
    width: 100% !important;
    padding: .675rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.3 !important;
}
.jet-ajax-search .jet-ajax-search__categories .chosen-container-single .chosen-single, .jet-ajax-search-block .jet-ajax-search .jet-ajax-search__categories .chosen-container-single .chosen-single, .jet-ajax-search .jet-ajax-search-block .jet-ajax-search__categories .chosen-container-single .chosen-single, .jet-ajax-search-block .jet-ajax-search .jet-ajax-search-block .jet-ajax-search__categories .chosen-container-single .chosen-single {
    padding: .675rem .75rem !important;	
}
.jet-ajax-search__submit[type="submit"], 
.jet-ajax-search-block .jet-ajax-search__submit[type="submit"] {
    margin-left: 0 !important;
    padding: .675rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.3 !important;	
}
.jet-ajax-search-block .jet-ajax-search__submit[type="submit"] {
	background-color: #333 !important;	
}




/* ******************************
 * GRADIENT FORMS
 * *************************** */
/* CSS SECTIONS
 * FORM STYLING
 * LABELS
 * FORM FIELD TRANSPARENT WITH BORDERS
 * FIELDSET - Like First Last Name & Address
 * CHECKBOX LIST & RADIO LIST
 * FILE UPLOAD 
 * DATE & TIME
 * TOTAL
 * MULTI SELECT  - add class multi-select in form to this field
 * SELECT BOX
 * MULTI PART FORM
 * VALIDATION MESSAGE
 * SUBMIT
 * ERRORS

 * COLORS TO REPLACE
    #FFC60C Yellow #C99313
    #FF7820 Orange #FF8200
    #0FB6B5 Turq   #B6B2A0
    #F01F69 Pink   #B6B2A0
    #A043CF Purp
 * *************************** */

/* FORM STYLING */
.gform-body ::placeholder,
p.gform_required_legend {
 color: #B6B2A0 !important;
}
.gform_wrapper {
    position: relative;
    z-index: 10;
}
.gform_wrapper .gform_required_legend {
    position: relative !important;
    display: flex;
}
.gform_wrapper .gform_required_legend .gfield_required {
    padding: .5rem;
    margin-left: .5rem;
}
.gform_wrapper .gfield_required {
	color: #94450B !important;
	text-shadow: -1px -1px 1px  #FF8200;
    font-size: 2rem !important;
	padding-top: .5rem;
	line-height: .55em !important;
}
.gform_wrapper .gfield_error label {
    color: #B6B2A0;
}
.gform_body input:focus, .gform_body textarea:focus, .gform_body select:focus, .gform_body .ginput_container select:focus,
.gform_body .focused-field input {
    box-shadow: inset 0px 0px 2px 2px #C99313;
    background: transparent !important;
} 

/* LABELS */
.gfield {
  position: relative;
  margin: 2rem 0px 0 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: max(14px, 1rem) !important;
    transition-duration: .4s;
    top: 0.75rem;
    left: 0.85rem;
    position: absolute;
    color: #B6B2A0;
    font-weight: 600 !important;
    text-transform: uppercase;
    z-index: 5;
    letter-spacing: 1px;
}
.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: max(14px, 1rem) !important;
	top: -1.5rem;
	left: 1rem;
	background: #592907;
	background: -mozlinear-gradient(to bottom, #592907 0%, #94450B 100%);
	background: -webkitlinear-gradient(to bottom, #592907 0%, #94450B 100%);
	background: linear-gradient(to bottom, #592907 0%, #94450B 100%);
	padding: 0.25rem 1rem 0.1rem;
	border: 1px solid #592907;
	letter-spacing: 1px;
	font-weight: 600 !important;
}
.gfield legend.gfield_label {
	width: auto;
}
.ginput_complex label {
	color: #B6B2A0;
    font-size: max(14px, 1rem) !important;	
	padding: 0 !important;
}

/* FORM FIELD TRANSPARENT WITH BORDERS */
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
	font-size: 1.5rem !important;
}
.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: #B6B2A0;
	padding: 1.25rem 1rem 1.0rem !important;
	background: transparent;
	border: 0 !important;
	z-index: 1;
	font-size: 1.35rem;
}
.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, #94450B, #A2794C);
  background-size: 200%;
  padding: 3px;
  bottom: 0 !important;
  top: 100%;
}
.gform_wrapper .ginput_complex.ginput_container input {
	border-radius: 0 !important;
}
.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, #592907, #C99313);
	-webkit-animation: Animation-Input 3s ease infinite;
	-moz-animation: Animation-Input 3s ease infinite;
	animation: Animation-Input 3s ease infinite;
	background-size: 400%;
}

/* FIELDSET - Like First Last Name & Address */
.gform_wrapper .ginput_complex .ginput_container:before {
	width: 100% !important;
}
.ginput_complex.gform-grid-row .gform-grid-col {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gform_wrapper .ginput_complex .ginput_container.ginput_container_date:before,
.gform_wrapper .ginput_complex .ginput_container.ginput_container_time:before {
	width: 100% !important;
	height: 0 !important;
	padding: 0 !important;
}
fieldset.gfield--type-choice,
.ginput_complex {
    width: 100%;
    padding: 2rem 1rem !important;
    margin: 3rem 0 0 0 !important;
    border-left: 1px solid #2C1503;
    border-top: 1px solid #2C1503;
    border-right: 1px solid #2C1503;
    align-items: stretch !important;
}
fieldset.gfield legend.gfield_label.gfield_label_before_complex {
    top: 0.5rem !important;
}
fieldset.gfield:hover legend.gfield_label.gfield_label_before_complex {
    top: -1.75rem !important;
}
.gform_wrapper.gravity-theme .gfield:focus-within .ginput_complex.ginput_container:before {
    padding: .25rem !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: .25rem;
	border-radius: 0;
	background: linear-gradient(30deg, #94450B, #A2794C);
	background-size: 200%;
	padding: .35rem;
	bottom: 0 !important;
	top: 100%;
	width: 100% !important;
}
.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, #94450B, #A2794C);
	-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 input[type=text] {
    border-bottom: .35rem solid #94450B !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: 2rem !important;
}
.address_country:after,
.ginput_container_date:after, 
.ginput_container_time:after {
    top: 50% !important;
}
.ginput_container_date input {
    width: 100%;
}
.ginput_container_date:before {
    height: .25rem !important;
    padding: .25rem !important;
    top: 100% !important;
    bottom: 0 !important;
    background-size: 200% !important;
    visibility: visible !important;
}

/* CHECKBOX LIST & RADIO LIST */
.ginput_container.ginput_container_checkbox .gfield_checkbox,
.ginput_container.ginput_container_radio {
    padding: 2rem 0 1.5rem !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;
    padding:0;
    height: 5rem;
    width: 100% !important;
}
input.gfield-choice-input {
    z-index:2;
    appearance:none;
    box-shadow: none !important;
    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: #A2794C; 
}
input.gfield-choice-input:checked + label {
    color:#B6B2A0;
}
.gchoice label {
    z-index:3;
    display:block;
    position: absolute;
    padding: 0 0 0 0px;
    top: 50%;
    transform: translateY(-50%);
    width:100%;
    overflow:visible;
    color: #B6B2A0;
}
input.gfield-choice-input + label:after {
    content: "";
    position: absolute;
    right: -.75rem;
    transform: translateY(-50%);
    width: 2.75rem;
    height: 2.75rem;
    border: .25rem solid #94450B;
    z-index: 2;
    top: 50%;
    transition: .3s all ease-in-out;
    color: #B6B2A0;
    font-size: 3rem;
    text-align: center;
    line-height: 2.15rem;
    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 #FF8200;
}
.gfield-choice-input:focus {
    box-shadow: none !important;
}

/* FILE UPLOAD */
.ginput_container.ginput_container_fileupload {
    width: 100%;
	padding: 2rem 1rem !important;
    border-left: 1px solid #2C1503;
    border-top: 1px solid #2C1503;
    border-right: 1px solid #2C1503;
}    
.ginput_container.ginput_container_fileupload:before {
    content: "";
    position: absolute !important;
    z-index: -1;
    inset: 0;
    height: .35rem !important;
    border-radius: 0px;
    background: linear-gradient(30deg, #94450B, #A2794C);
    background-size: 200%;
    padding: .35rem !important;
    bottom: 0 !important;
    top: 100% !important;
    width: 100% !important;
}
.gfield--type-fileupload label {
    margin-top: 0px;
}
.gfield--type-fileupload:before label {
    margin-top: -0.5rem;
}
.gform_body .ginput_container_fileupload input:focus {
    box-shadow: none;
}

/* DATE & TIME FIELDS */
/* Date Picker */
.gfield--input-type-datepicker .ginput_container {
    width: 100%;
    padding: 3rem 0 2rem !important;
    margin: 2rem 0 0 0 !important;
    border-left: 1px solid #2C1503;
    border-top: 1px solid #2C1503;
    border-right: 1px solid #2C1503;
}
.gfield--input-type-datepicker .ginput_container:before {
    content: "";
    position: absolute !important;
    z-index: -1;
    inset: 0;
    height: .25rem !important;
    border-radius: 0px;
    background: linear-gradient(30deg, #94450B, #A2794C);
    background-size: 200%;
    padding: .35rem !important;
    bottom: 0 !important;
    top: 100% !important;
    width: 100% !important;
}
.gfield--input-type-datepicker label {
	top: 2.15rem !important;	
}
.gfield--input-type-datepicker:hover label {
	top: -0.15rem !important;	
}
.gfield.gfield--input-type-datepicker,
.gfield--input-type-datefield {
	margin: 3rem 0 0 0 !important;
}
.gfield--input-type-datepicker input {
	box-shadow: none !important;
	width: 100% !important;
}

/* Date & Time Fields */
.ginput_complex .ginput_container_date input, 
.ginput_complex .ginput_container_date select {
	min-width: 12rem !important; 
}
.gfield--type-date,
.gfield--type-time {
    margin-top: 3rem !important;
}
.gform_wrapper.gravity-theme .ginput_container_time {
    min-width: 12rem !important;
    max-width: 12rem !important;
}
.gform_wrapper.gravity-theme .ginput_container_time input {
	min-width: 8rem !important;
}
.gfield--input-type-datedropdown .ginput_container {
	padding: 2rem 1rem !important;
}
.gfield--input-type-datedropdown legend.gfield_label {
    top: 0.15rem !important;
}
.gfield--input-type-datedropdown:hover legend.gfield_label {
    top: -1.5rem !important;
}
.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 {
    right: 1.75rem;	
}

@media (max-width: 767px) {
	fieldset.gfield--input-type-date.gfield--input-type-datedropdown .ginput_complex.gform-grid-row {
		display: flex;
		flex-direction: column;
		padding-top: 3.5rem !important;
	}
	.gfield--input-type-datedropdown .ginput_container {
		padding: 1rem 1rem !important;
	}	
	fieldset.gfield--input-type-date.gfield--input-type-datedropdown .ginput_complex.gform-grid-row .ginput_container_date {
		margin: 0 !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 */
.ginput_container.ginput_container_select:before {
	background: transparent !important;
}
.gform-body select {
 background-color: transparent !important;
 border: 0; 
 color: #fff;
 padding: 0.625rem !important;
 min-height: 2.5rem !important;	
}
.gform-body select option {
 background-color: #173F35 !important;
 color: #E3DFC8 !important;
}
.gfield--input-type-select.gfield label.gfield_label {
	left: .25rem;
	top: min(-1rem, -1vw);
}
.gfield--input-type-select.gfield:hover label.gfield_label {
	left: 1rem;
	top: min(1rem, -.55vw);
}
.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 !important;
  background-origin: border-box;
  background-clip: padding-box, border-box !important;
}
.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 {
    height: 0;
    padding: 0;
}
.ginput_complex .ginput_container select:before,
.ginput_complex .ginput_container .ginput_address_country.gform-grid-col select:before {
	background: linear-gradient(30deg, #B6B2A0, #FF8200);
    padding: .35rem !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: .35rem solid #94450B !important;
	border-radius: 0;
	background: transparent;
	color: #E3DFC8;
}

/* MULTI PART 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: #B6B2A0 !important;
    cursor: pointer;
    padding: 0.85em 3em 0.85em 3em !important;
    letter-spacing: .125rem !important;
    min-width: 20rem;
    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;		
}

/* SUBMIT STYLING */
.gform_wrapper .gform_footer {
    padding-bottom: 0 !important;
    margin: 0.3125rem 0 0; 
}

/* FORM ERRORS */
.gform_wrapper .gfield_error label {
    color: #B6B2A0;
}
.gform_validation_errors {
    border-radius: 0 !important;
    padding: 13px 15px 12px !important;
}
.white-text .gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    color: #FF0000 !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: #B6B2A0 !important;
}

/* VALIDATION MESSAGE */
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    padding: .5rem;
    margin: 1rem;
    display: flex;
    width: auto !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
    background: #FF8200 !important;
}
h2.gform_submission_error.hide_summary {
    color: #990000 !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.85rem !important;
    font-weight: normal !important;
    letter-spacing: 1px;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon {
    position: relative !important;
    display: flex !important;
    padding: 0 !important;
    margin: 0 !important;
    inset-inline-start: 0 !important;
    width: auto !important;
    margin-right: 10px !important;
}
.gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    background: #FF8200 !important;
    border: 1px solid #990000;
    color: #990000 !important;
    font-size: 1.5rem !important;
}
.gfield_error label.gfield_label.gform-field-label {
    top: -1rem;
}


/* ******************************
 * NEWSLETTER FORM
 * *************************** */
.newsletter-form .gform_wrapper.gravity-theme .gform_footer {
	padding: 0;
}
.newsletter-form .gform_wrapper.gravity-theme .gfield .ginput_container:before {
	background: transparent;
}
.newsletter-form .gform_fields:before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    height: 3px;
    border-radius: 0px;
    background: linear-gradient(30deg, #94450B, #A2794C);
    background-size: 200%;
    padding: 3px;
    bottom: 0 !important;
    top: 100%;	
} 
.newsletter-form .gfield label.gfield_label.focused,
.newsletter-form .gfield:hover label.gfield_label {
	background: linear-gradient(to bottom, #59290780 0%, #94450BAA 100%);
	top: -2.5rem;
	padding: .25rem 2.5rem;
}
.newsletter-form label.gfield_label.gform-field-label {
    font-size: 1.75rem !important;
}
.newsletter-form .gform_body input:focus {
    box-shadow: 0px 5px 0px -2px #C99313;
}
.newsletter-form .gform_body input[type="submit"] {
	font-size: 2.35rem !important;
	padding: 0 0 .75rem 0 !important;
}
@media (max-width: 640px) {
.newsletter-form .gform_wrapper.gravity-theme .gfield .ginput_container:before {
	background: #C99313;
}	
.newsletter-form .gform_body input[type="submit"] {
	text-align: left !important; 
}
.newsletter-form .gform_body input[type="submit"]:hover {
	color: #FF8200;
}
.newsletter-form .gform_body .focused-field input[type="submit"] {
    box-shadow: none;
    background: transparent !important;
} 