/**
 * Theme Name:  Splash Zone
 * Description: Custom Theme for Splashzonellc.com
 * Author:      STARSIX
 * Author URI:  https://starsix.io/
 * Template:    exponent
 * Version:     1.0.0
 * Text Domain: splashzone
 */

.grecaptcha-badge {
	display: none !important;
}

body .gform_wrapper {
	margin: 0;
	padding: 0;
}

body .gform_wrapper ul.gform_fields li.gfield,
body .gform_wrapper .top_label li.gfield.gf_right_half {
	padding-right: 0;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper select,
body .gform_wrapper textarea {
	background: rgba(245, 246, 250, 1);
	font-family: "Oswald", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	color: rgba(49, 50, 51, 1);
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0;
	line-height: 1.7em;
	text-transform: none;
	padding: 15px;
	border: 1px solid transparent;
	-webkit-transition: border-color .3s;
	-o-transition: border-color .3s;
	transition: border-color .3s;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 4px 0 rgb(0 0 0 / 16%);
	box-shadow: inset 0 0 4px 0 rgb(0 0 0 / 16%);
}

body .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
body .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	margin: 0;
	padding: 15px;
	font-family: "Oswald", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	color: rgba(49, 50, 51, 1);
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0;
	line-height: 1.7em;
	text-transform: none;
}

body .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
	background: rgba(245, 246, 250, 1);
	border: 1px dashed transparent;
	-webkit-transition: border-color .3s;
	-o-transition: border-color .3s;
	transition: border-color .3s;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 4px 0 rgb(0 0 0 / 16%);
	box-shadow: inset 0 0 4px 0 rgb(0 0 0 / 16%);
}

body .gform_wrapper span.gform_drop_instructions,
body .gform_wrapper input.button.gform_button_select_files {
	font-family: "Oswald", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	color: rgba(49, 50, 51, 1);
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0;
	line-height: 1.7em;
	text-transform: none;
	text-transform: uppercase;
}

body .gform_wrapper input.button.gform_button_select_files,
body .gform_wrapper.gf_browser_chrome input.button.gform_button_select_files {
	background-color: rgba(0, 65, 120, 1);
	color: #FFF;
	display: inline-block !important;
	width: auto !important;
	padding: 10px 40px !important;
}

body .gform_wrapper span.address_country {
	margin: 0 -8px 0 0 !important;
}

body .gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
	font-family: "Oswald", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	color: rgba(49, 50, 51, 1);
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0;
	line-height: 1.7em;
	text-transform: uppercase;
}

body .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	background-color: rgba(0, 65, 120, 1);
	width: 100% !important;
}

body .gform_wrapper div.validation_error {
	color: #FFF;
	border: 1px solid rgba(0, 65, 120, 1);
	background: rgba(0, 65, 120, 1);
	margin: 0;
}

body .gform_wrapper li.gfield.gfield_error {
	background-color: transparent;
	margin-bottom: 0px !important;
	border-top: 0;
	border-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

body .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
	max-width: 100% !important;
	padding-right: 16px !important;
	margin-right: 0px;
	margin-top: 4px;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield_error select,
body .gform_wrapper li.gfield_error textarea {
	border-color: red;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
body .gform_wrapper .validation_message {
	color: red;
	padding-top: 5px;
	padding-right: 0;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

body .gform_confirmation_message {
	color: #FFF;
	border: 1px solid rgba(0, 65, 120, 1);
	background: rgba(0, 65, 120, 1);
	padding: 15px;
	font-weight: 600;
	text-align: center;
}

