/*
Theme Name:     NewsPlus Child
Theme URI:      http://labs.saurabh-sharma.net/themes/newsplus/wp/
Description:    Child theme for the NewsPlus theme
Author:         Saurabh Sharma
Author URI:     http://themeforest.net/user/SaurabhSharma
Template:       newsplus
Version:        3.8.2
*/

.primary-nav, #secondary, #footer {
	background-color: #0e591a;
	color: #fff;
}
.nav-menu > li > a, div.nav-menu > ul > li > a, #footer a{
	color: #fff;
}
#secondary h3{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.widget ul a {
	color: #fff;
}
@media only screen and (min-width: 600px){
	#secondary.columns-5 .row > .widget{
		width: 17%;
	}
	#secondary.columns-5 .row > #text-6 {
		width: 30%
	}
}