
/* Gravity Forms */
html body .gform_wrapper .gfield_checkbox li input[type=checkbox] { padding: 5px !important; }
.ui-datepicker-month, .ui-datepicker-year { padding: 0 15px; margin: 0; height: 25px; }
.ui-datepicker-month { float: left; color: #666666; }
.ui-datepicker-year { float: right; color: #666666; padding-right: 18px;}
 
/* Fix Gravity Forms Date picker */
 
.ui-datepicker-month, .ui-datepicker-year { color: #666666; margin-right: 15px; padding: 0 15px 0 10px; margin-bottom: 5px; display: inline-block; }
 
/* Fix Gravity Time Field */
 
.gform_wrapper .gfield_time_hour i { margin-top: -30px; font-weight: bolder; }
 
/* Remove HR in footer */
 
.main-footer .vc_separator { border-bottom: 0px !important; }
 
/* Gravity Form for Mailchimp */
.gravity-mailchimp-custom .top_label input.large {width: 100%; margin: 0 !important; }
.gravity-mailchimp-custom .gform_footer { text-align: center; margin-top: 0px; }
.gravity-mailchimp-custom .gform_button { background: #d1ccbc; padding: 8px 20px; font-size: 14px !important; }
.gravity-mailchimp-custom_wrapper { margin: 0px; max-width: 100%; }