/* **********************************************************
 * 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] {
    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;
	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;
	}
}

.gform_body select,
.gform_body .ginput_container select {
	height: 2.95rem !important;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;	
	padding-left: 1rem !important;	
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
}
.gform_body select:focus,
.gform_body .ginput_container select:focus {
  background-image:
	linear-gradient(45deg, #333 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #333 50%), linear-gradient(to right, #ccc, #ccc);
	background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	border-color: #333;
	outline: 0;
}
.gform_footer input[type=submit] {
    padding: 0.75em 2em 0.85em 2em !important;
    border: none !important;
    letter-spacing: .125rem !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: #FF4A02 !important;
    color: #fff;
    float: right;
	cursor: pointer;
}
.section-form .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #ff990f !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;
}

/* *****************************
 * CONTACT FORM STYLING
 * *************************** */
.section-contact ::placeholder,
p.gform_required_legend {
 color: #fff !important;
}
.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 #FF990Faa, 0px 1px 0px #292929aa;
    font-size: 35px !important;
	padding-top: 2px;
}
.gform_wrapper .gfield_error label {
    color: #fff;
}
.gform_body input:focus, .gform_body textarea:focus, .gform_body select:focus, .gform_body .ginput_container select:focus {
    box-shadow: inset 0px 0px 8px #FF4A02;
} 

/* 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 {
	padding: 1.25rem 1rem 1.0rem !important;
	border: double 4px transparent !important;
	border-radius: 0;
	background-origin: border-box;
	background-clip: padding-box, border-box !important;
	background: linear-gradient(30deg,#1a1a1a00,#29292900);
	z-index: 1;
}
.ginput_container.ginput_container_select {
	padding: 0.75rem 0.5rem !important;
}
.gform_wrapper.gravity-theme .gfield .ginput_container:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 0 0 4px;
  border-radius: 0px;
  background: linear-gradient(30deg, #FF990F, #FF4A02);
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.ginput_container.ginput_container_radio .gfield_radio {
	padding-bottom: 15px;
}
.gform_wrapper .ginput_complex.ginput_container:before {
	width: 99% !important;
}
.ginput_container.ginput_container_select:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  padding: 2px;
  border-radius: 4px;
  background: linear-gradient(30deg, #FF990F, #FF4A02) ;
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
          mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.gform_wrapper.gravity-theme .gfield textarea {
    margin-bottom: -0.5rem;
}
.gform_wrapper.gravity-theme .gfield .ginput_container.focused-field:before,
.ginput_container.ginput_container_select.focused-field:before {
	background: linear-gradient(30deg, #FF990F, #FF4A02);
	padding: 4px;	
	-webkit-animation: Animation-Input 3s ease infinite;
	-moz-animation: Animation-Input 3s ease infinite;
	animation: Animation-Input 3s ease infinite;
	background-size: 250%;	
}
@-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%}
}

/* FORM LABELS */
.gfield {
  position: relative;
  margin: 25px 5px 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 {
	display: flex !important;
    font-size: 12px !important;
    transition-duration: .4s;
    top: 0.5rem;
    left: 0.85rem;
    position: absolute;
    color: #292929;
    font-weight: 400 !important;
	z-index: 5;
}
.gfield:hover label.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: 1rem;
	background: #292929ee;
	color: #fff;
	padding: 0.25rem 1rem 0.1rem;
	border: 1px solid #FF4A02;
    box-shadow: inset 0px 0px 14px #111;
}
.ginput_complex label {
	color: #fff;
    font-size: 12px !important;	
}

/* CHECKBOX LIST - add class checkbox-field in form to this field */
.checkbox-field {
    padding: 2rem 1rem !important;
    margin-top: 2rem !important;
}

/* RADIO LIST */
.gf_list legend.gfield_label,
.gf_list_inline legend.gfield_label {
    top: 0px !important;
    padding: 10px 0 10px !important;
}
.ginput_container.ginput_container_radio {
    padding: 40px 0 20px !important;
}

/* 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 select {
 background-color: transparent !important;
 border: 0; 
 color: #fff;
 padding: 0.625rem !important;
}
.section-contact select option {
 background-color: #292929 !important;
 color: #fff !important;
}
.section-contact select {
 min-height: 2.5rem !important;
}
.section-contact .gform_body select, .section-contact .gform_body .ginput_container select {
	background-image: url(/wp-content/uploads/2022/10/arrow-down-white.png) !important;
    background-size: 1rem !important;
    background-position: 99.2% center !important;
    background-repeat: no-repeat !important;
	transition: all 500ms ease-in;
}
.section-contact .gform_body select:hover, .section-contact .gform_body .ginput_container select:hover,
.section-contact .gform_body select:focus, .section-contact .gform_body .ginput_container select:focus {
	background-image: url(/wp-content/uploads/2022/10/arrow-down-white.png) !important;
    transition: all 500ms ease-in;
    background-repeat: no-repeat !important;
    background-size: 1.2rem;
    background-position: 99.2% 49.5% !important;
	-webkit-animation-name: Anim-Select; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: .6s; /* Safari 4.0 - 8.0 */
	animation-name: Anim-Select;
	animation-duration: .6s;	
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes Anim-Select {
  0%   {background-size: 100%;}
  100% {background-size: 105%;}
}

/* Standard syntax */
@keyframes Anim-Select {
  0%   {background-size: 100%;}
  100% {background-size: 105%;}
}
.gform_body select:focus,
.gform_body .ginput_container select:focus {
  border: double 2px transparent !important;
  border-radius: 4px;
  background-image: linear-gradient(#F9F6E8, white), 
                    linear-gradient(to right, #E00000, #1E212D) !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;
}
.safari .ginput_container.ginput_container_select select,
.safari .ginput_container.ginput_container_select select:focus {
	height: 45px;
}

/* SUBMIT STYLING */
.section-contact .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0.3125rem 0 0; 
}
.gform_wrapper.gravity-theme .gform_footer input {
	display: block;
	min-width: 150px;
	background: #FF4A02;
	border: 4px solid  #FF4A02 !important;
	color: #fff;
	padding: 1em 2em 0.85em !important;
	transition: all 1s linear;
}
.gform_wrapper.gravity-theme .gform_footer input:hover{
	background: #FF990F;
	border: 4px solid  #FF990F !important;	
    color: #fff;
}
