/*--- GRAVITY FORMS FIELD MARGINS ---*/
.gform_wrapper ul li.gfield {
    margin-top: 0px !important;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px !important;
}
.gform_wrapper li.hidden_label input {
    margin-top: 0px !important;
}

/*--- GRAVITY FORMS BUTTON TOP MARGIN &amp; PADDING ---*/
.gform_wrapper .gform_footer {
    padding: 0px !important;
    margin: 0px !important;
}

/*--- GRAVITY FORMS MESSAGE AREA HEIGHT ---*/
.gform_wrapper textarea.large {
    height: 125px !important;
}


