/*
 Theme Name:   Independent JPEG Group theme
 Theme URI:    http://catchthemes.com/themes/catch-evolution
 Description:  Independent JPEG Group child theme to the Envince theme
 Author:       Lars Göhler
 Author URI:   http://www.eastpress.de
 Template:     envince
 Version:      5.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  envince-child

*/

body .entry-content, .widget_text {
    color: #333333;
    
}

body .entry-content a, .widget_text a {
    color: #333333;
	font-weight: bold;
    
}
#main-header #branding .header-logo {
    padding-right: 55px;
}
#main-header #branding  {
   width: 100%;
}


#main-header #branding .header-text {
    padding-top: 28px;
}

h3.font-headlines {
    padding-bottom: 15px;
}

#main-menu .navbar-nav > li > a {
    padding-bottom: 6px;
    padding-top: 10px;
}
.site-content .container {
       padding-top: 10px;
}
.site-content #content {
       padding-top: 10px;
}

.entry-content h2.font-headlines {
       padding-bottom: 14px;
}

.fa-user, .entry-author, .fa-comment-o, .entry-category {
       display: none;
}

/* Newsletter Styles */

.alo_easymail_form_table td {
       padding: 5px;
}
.alo_easymail_widget_form input.input-submit {
       margin-top: 15px;
}