/*
 Theme Name: Divi Child
 Description: Divi Child Theme
 Author: Weicks Media
 Template: Divi
 Version: 1.0.0
*/
input#gform_submit_button_2 {
  font-size: 1.2em;
  font-weight: bold;
  background: #f5ce41;
  color: #000000;
  border: 2px solid #f5ce41;
  padding: 10px 30px;
  border-radius: 4px;
  cursor: pointer;
}
input#gform_submit_button_2:hover {
  background: #f5ce41;
  color: #000000;
  border: 2px solid #f5ce41;
  padding: 10px 30px;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.8;
}
