/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.4
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/

.footer_color label {
    display: none;
}

.footer_color .hs-email {
    width: 70% !important;
}

.footer_color .field {
    float: left;
}

#top .footer_color input[type='email'] {
    float:left;
    width:100%;
    background-color: #fff !important;
    color: #777777;
    padding: 14px 12px !important;
    border: none !important;
    font-size: 15px !important;
    border-radius: 0px !important;
	  height: 46px !important;
}

.footer_color input[type='submit'], .footer_color input[type='submit']:hover {
    float:left;
    background-color: #fa7151;
    color: #fff;
    border-color: #fa7151;
    border: none;
    font-weight: bold !important;
    margin-top: 0px !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #fa7151 !important;
    line-height:normal;
    padding: 14px 22px !important;
    margin-left: 0px !important;
    font-size: 15px !important;
	height: 46px !important;
}