.email-button .wp-element-button {
padding: 10px 20px;
color:#fff;
transition: .3s ease;
background-color:#907e44;
}
.email-button .wp-element-button:hover {
  box-shadow: inset 0 0 200px rgba(255,255,255,.15);
}
