/*
Theme Name:     sustainable
Description:    sustainable
Version:        1.35
Author:         Lawrence Zevon
Author URI:     http://www.zevonmedia.com/
Template:       enfold
License:        GPL v2
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../enfold/style.css");

/* Customizations Here */
.footer_color .news-thumb { background-color:transparent !important; border: none; }

body .gform_wrapper .gform_footer input[type=submit] {
color: #FFFFFF;
background: #333333;
font-size: 19px;
letter-spacing: 1px;
text-transform: uppercase;
float: left;
height: 60px;
min-width: 280px;
border: none;
border-radius: 5px;
margin-left: 12px;
transition: 0.3s;
}

body .gform_wrapper .gform_footer input:hover[type=submit] {
background: #494949;
}