I’ll chime in since I created the theme. If you look around line 2141, you can replace that code with this code –
`.enews input[type=”submit”],
.search-form input[type=”submit”] {
border: 0;
clip: rect(0, 0, 0, 0);
margin: 15px 0;
overflow: hidden;
padding: 10px 20px;
}`
….and then you can make your adjustments from there.
This was designed based on the Genesis Sample theme at the time, and I like to leave some of the basic code inside while adding my own design around it. So they must of had it set to hide it by default in the Sample theme. The above code should fix it though.
Wes