/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 07 2017 | 06:13:26 */
/*------ Button align Center --------------*/
.gform_wrapper .gform_footer {
    text-align: center;
}

/*------ Newsletter form -------------- */
.gform_wrapper .gfield_required {
    display: none !important;
}  

.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
    padding-right: 0;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    margin-top: -18px;
}

/* ----- [ RESPONSIVE ] ----- */
/* Responsive form spacing */
@media only screen and (max-width: 767px)
{
  	.gform_wrapper input, .gfield_radio li, .gform_wrapper textarea
	{
		margin-bottom			: 8px						!important;
	}
	
	.gform_wrapper .gfield
	{
		margin-top				: 2px						!important;
	}
	
	.gform_wrapper .gfield_label
	{
		margin-bottom			: 2px						!important;
	}
	
	.gform_wrapper .ginput_container
	{
		margin-top				: 0px						!important;
	}
}
