/*
Theme Name: divi-child
Version: 1.0
Description: A child theme of Divi
Template: Divi
*/

@import url("../Divi/style.css");

.wpcf7-submit.sent{
  margin-top: 15px;
  background: #616161;
  background-image: -webkit-linear-gradient(top, #616161, #474747);
  background-image: -moz-linear-gradient(top, #616161, #474747);
  background-image: -ms-linear-gradient(top, #616161, #474747);
  background-image: -o-linear-gradient(top, #616161, #474747);
  background-image: linear-gradient(to bottom, #616161, #474747);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.wpcf7-submit.sent:hover{
  margin-top: 15px;
  background: #ffcd29;
  background-image: -webkit-linear-gradient(top, #ffcd29, #f2bf27);
  background-image: -moz-linear-gradient(top, #ffcd29, #f2bf27);
  background-image: -ms-linear-gradient(top, #ffcd29, #f2bf27);
  background-image: -o-linear-gradient(top, #ffcd29, #f2bf27);
  background-image: linear-gradient(to bottom, #ffcd29, #f2bf27);
  text-decoration: none;
}