/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 05 2020 | 04:36:59 */
/*
  Author: Tony Myers
  Description: Addtional CSS for template Salient
  Version: 1.1
*/


/* Make form buttons full width */
form > p:nth-child(6) > input, #cf7md-form > div > div > div.cf7md-item.cf7md-submit.mdc-layout-grid__cell.mdc-layout-grid__cell--span-12.cf7md-item-marked-up.cf7md-marked-up > button {
  width: 100% !important;
  background-color: #67bd31 !important;
}

/* Quote form file attach */
#cf7md-form .mdc-button::before, #cf7md-form .mdc-button::after, #cf7md-form .mdc-button--raised:not(:disabled), #cf7md-form .mdc-button--unelevated:not(:disabled) {
  background-color: #333 !important;
}


/* Fix excessive padding at bottom of quote CTA */
.quote-cta > div.col.span_12.dark.left > div > div > div.wpb_wrapper {
  height: 180px !important;
}
@media (max-width: 1000px) {
  .quote-cta {
    padding-top: 80px !important;
  }
}