/*========================================================================================================================

	TABLE OF CONTENTS
	
	# Form Structure
		- Gform Wrapper
		- Gform Heading
		- Gform Body
		- Gform Footer
	- Common Field Types
		# Text
		# Number
		# Textarea
		# Select
		# Checkbox
		# Radio
	- Special Field Types
		# Admin Only
	- Validation Errors
	- Confirmation Message
	# Gravity Forms Plugins
		- WooCommerce Gravity Forms Product Addons
	# Specific Forms
		- Form #1
		- Form #2
		# etc.
	# Responsive Media Queries
	
========================================================================================================================*/

/*========================================================================================================================
	Gform Wrapper
========================================================================================================================*/

.gform_wrapper {
	width: 500px !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background: none !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	color: #222 !important;
}

/*========================================================================================================================
	Gform Heading
========================================================================================================================*/

.gform_heading {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
	background: none !important;
}
.gform_title {
	width: 100% !important;
	max-width: 100% !important;
	font-size: 32px !important;
	font-weight: 400 !important;
	line-height: 1.3 !important;
	margin: 0 !important;
}
.gform_description {
	width: 100% !important;
	max-width: 100% !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	margin: 10px 0 0 !important;
}
.gform_description p {
	margin-bottom: 15px !important;
}
.gform_description p:last-of-type {
	margin-bottom: 0 !important;
}
.gform_description a {
	text-decoration: underline !important;
}
.gform_description a:hover {
	text-decoration: underline;
}

/*========================================================================================================================
	Gform Body
========================================================================================================================*/

.gform_body {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	width: 100% !important;
}

/* GFIELD */
.gfield {
	margin: 0 !important;
	padding: 6px 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}

/* GFIELD DESCRIPTION */
.gfield_description {
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
}

/* GINPUT CONTAINER */
.ginput_container {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}
.ginput_container::before,
.ginput_container::after {
	content: "" !important;
	display: table !important;
}
.ginput_container::after {
	clear: both !important;
}

/* GFIELD LABEL */
.gfield_label {
	margin: 0 0 2px !important;
	padding: 0 !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 1.2 !important;
}

/* TINY LABELS BELOW INPUT */
.gform_wrapper .gfield_date_day label, 
.gform_wrapper .gfield_date_month label, 
.gform_wrapper .gfield_date_year label, 
.gform_wrapper .gfield_time_ampm label, 
.gform_wrapper .gfield_time_hour label, 
.gform_wrapper .gfield_time_minute label, 
.gform_wrapper .ginput_complex label, 
.gform_wrapper .instruction {
    letter-spacing: 0 !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	margin: 4px 0 0 !important;
}

/*========================================================================================================================
	Gform Footer
========================================================================================================================*/

.gform_footer {
	width: 100% !important;	
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important; /* MATCH HORIZONTAL PADDING OF GFORM BODY */
	background: none !important;
}

/* SUBMIT BUTTON */
.gform_footer input[type="submit"] {
	margin: 0 !important;
	padding: 16px 36px 16px!important;
	font-size: 12px !important;
	background-color: #FE0154 !important;
	color: #fff !important;
	font-weight: 700 !important;
}
.gform_footer input[type="submit"]:hover,
.gform_footer input[type="submit"]:focus,
.gform_footer input[type="submit"]:active {
	background-color: #FE0154 !important;
	color: #fff !important;
}

/*========================================================================================================================
	Common Field Types
========================================================================================================================*/

/* TEXT FIELDS */
.ginput_container input[type="text"],
.ginput_container input[type="email"],
.ginput_container input[type="tel"],
.ginput_container input[type="url"],
.ginput_container input[type="password"] {
	margin: 0 !important;
	padding: 12px 20px 14px !important;
	width: 100% !important;
	max-width: 100% !important;
	border: none !important;
	background-color: #fff !important;
}

/* NUMBER FIELD */
.ginput_container_number input[type="text"] {
	width: 80px !important;
}

/* TEXTAREA */
.ginput_container textarea {
	margin: 0 !important;
	padding: 12px 20px 14px !important;
	width: 100% !important;
	max-width: 100% !important;
	border: none !important;
	background-color: #fff !important;
}

/* SELECT FIELD */
.ginput_container_select select {
	width: 100% !important;
	max-width: 100% !important;
	border: none !important;
	margin: 0 !important;
	padding: 12px 6px 14px !important;
}

/* CHECKBOX AND RADIO FIELDS */
.ginput_container_checkbox,
.ginput_container_radio {
	width: 100 !important;
	max-width: 100 !important;
    padding: 10px 0 0 !important;
}
.gfield_checkbox,
.gfield_radio {
	width: 100 !important;
	max-width: 100 !important;
    margin: 0 !important;
}
.gfield_checkbox li,
.gfield_radio li {
    margin: 0 0 8px !important;
}
.gfield_checkbox li:last-of-type,
.gfield_radio li:last-of-type {
    margin-bottom: 0 !important;
}
.gfield_checkbox input[type="checkbox"], 
.gfield_radio input[type="radio"] {
    margin: 1px 4px 0 0 !important;
}
.gfield_checkbox label, 
.gfield_radio label {
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 1.3 !important;
}

/* NAME FIELD */
.gf_name_has_2 .name_first {
	float: left !important;
	clear: none !important;
	width: 48% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.gf_name_has_2 .name_last {
	float: right !important;
	clear: none !important;
	width: 48% !important;
	margin: 0 !important;
	padding: 0 !important;
}
 
/* ADDRESS */
.ginput_container_address .ginput_full {
	display: block !important;
	margin-bottom: 10px !important;
} 
.ginput_container_address .ginput_left,
.ginput_container_address .ginput_right {
	margin-bottom: 10px !important;
} 
.ginput_container_address .address_country select {
	padding: 10px 6px 11px !important;
	margin-bottom: 0 !important;
	border: none !important;
}

/*========================================================================================================================
	Special Field Types
========================================================================================================================*/

/* ADMIN ONLY */
.gfield.field_admin_only {
	margin: 0 !important;
	padding: 0 !important;
}

/*========================================================================================================================
	Validation Errors
========================================================================================================================*/

/*	VALIDATION ERROR MESSAGE */
.validation_error {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto 20px !important;
	padding: 15px 5% 15px !important; /* MATCH HORIZONTAL PADDING OF GFORM BODY */
	border: none !important;
	background-color: #fed8d8 !important;
	color: #900e0e !important;
	text-align: center !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}
/*	VALIDATION ERROR GFIELD */
.site-container .gfield.gfield_error {
	width: 100% !important;
	max-width: 100% !important;
    background: none !important;
    padding: 0 !important;
    border: none !important;
}
/*	VALIDATION ERROR LABEL */
.gfield_error .gfield_label,
.gfield_error label {
    color: #243945 !important;
}
/*	VALIDATION ERROR VALIDATION MESSAGE */
.gfield_error .validation_message {
	width: 100% !important;
	max-width: 100% !important;	
	margin: 0 !important;
	padding: 5px 0 0 !important;
	color: #900e0e !important;
}

/*========================================================================================================================
	Confirmation Message
========================================================================================================================*/

.gform_confirmation_message {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto 30px !important;
	padding: 15px 5% 15px !important;
	background-color: #cbf4cf !important;
	border: none !important;
	text-align: center !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}

/*========================================================================================================================
	Form #1 - Contact Form
========================================================================================================================*/

#gform_wrapper_1 {
	background: #eee !important;
	padding: 30px !important;
}

#gform_wrapper_1 .gform_footer {
	padding-top: 40px !important;
}

/*========================================================================================================================
	Form #2 - Email Signup
========================================================================================================================*/

#gform_wrapper_2 {
	width: 100% !important;
}

#field_2_2 {
	border-radius: 5px !important;
	padding: 0 !important;
	margin: 0 0 10px !important;
}

#field_2_2 input {
	border-radius: 3px !important;
}

#field_2_3 {
	padding: 0 !important;
	margin: 0 0 10px !important;
}

#field_2_3 .gfield_label {
	color: #fff !important;
}
#gform_submit_button_2 {	display: block !important;	margin: 0 auto !important;	float: none !important;	font-size: 14px !important;}
/*========================================================================================================================
	Small Tablet (sm)
========================================================================================================================*/
 
@media only screen and (max-width: 47.938em) { /* 767px */

/* NAME FIELD */
.gf_name_has_2 .name_first {
	float: none !important;
	width: 100% !important;
	margin-bottom: 12px !important;
}
.gf_name_has_2 .name_last {
	float: none !important;
	width: 100% !important;
}	

} /* END MEDIA QUERY */