/**************************************
***************************************
Gravity Form Wrap**********************
***************************************
**************************************/
.gform_wrapper {
    max-width: 100% !important;
}
/**************************************
***************************************
Gravity Footer Wrap********************
***************************************
**************************************/
.gform_footer {
    padding-top: 0px !important;
}
/**************************************
***************************************
Gravity Form Li Field Wraps************
***************************************
**************************************/
.gform_fields li {
    margin-bottom: 20px;
}
/**************************************
***************************************
Gravity Form Labels********************
***************************************
**************************************/
.gfield_label {
  margin: 0 !important;
}
/**************************************
***************************************
Gravity Form Input Fields**************
***************************************
**************************************/
input.large  {
  width: 100% !important;
  padding: 5px !important;
  text-indent: 0px !important;
}
/**************************************
***************************************
Gravity Form Text Area Fields**********
***************************************
**************************************/
textarea.small {
  width: 100% !important;
  padding: 5px !important;
}
/**************************************
***************************************
Gravity Form Button********************
***************************************
**************************************/
.gform_button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
