/*
Theme Name: WP-Starter
Theme URI: http://themeawesome.com/wordpress-child-theme
Description: A child theme of WP-Forge
Author: ThemeAwesome.com
Author URI: http://themeawesome.com/
Template: wp-forge
Version: 4.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: wp-starter

Start adding your theme specific styles below.
*/

.content-wrap {
	background-color: #333 !important;
	color: #fff ;
}

.wit_rechts {
	margin-right: 1em;
}

.widget-area {
	background-color: #000;
}

.widget-area h2, .widget-area h3, .widget-area h4, .widget-area h5, .widget-area h6{
	color: #ff9900;
}

label
{
    color: #ff9900;
}

.tabs, .tabs-content {
	background-color: #333;
}

#content {
	color: #fff;
}

#secondary-sidebar {
	background-color: #333;
}
footer[role="contentinfo"] {
	background-color: #333;
}
/* Child Theme Media Queries - Use the following media queries to adjust the appearance of your theme on mobile devices */

/* Small only */
@media screen and (max-width: 39.9375em) {
    /* add css for small screens only here */
}
/* Medium and up */
@media screen and (min-width: 40em) {
    /* add css for medium to large screens here */
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    /* add css for medium screens only here */
}
/* Large and up */
@media screen and (min-width: 64em) {
    /* add css for large to xtra large screens only here */
}
/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    /* add css for large screens only here */
}   