/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.

You're the boss, so have fun editing!

--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Global Styles
2.0 - Responsive media queries (mobile styles)
	2.1 - MAXIMUM width of 720 pixels (phones landscape)
	2.2 - MAXIMUM width of 350 pixels (phones portrait)
	2.3 - MINIMUM width of 721 pixels (tablets+)
	2.4 - MINIMUM width of 1040 pixels (desktops and laptops)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Global Styles
--------------------------------------------------------------*/



/*
.just_an_example {
	color: black;
}
*/



/*--------------------------------------------------------------
2.0 - Responsive media queries (mobile styles)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.1 - MAXIMUM width of 720 pixels (phones landscape)
--------------------------------------------------------------*/
@media screen and (max-width: 720px) {

.sidebar-btn:hover {
    color: #eb0000;
}

.menu-panel ul li a span.display-name {
	color: #333;
}

.widget_categories .cat-item i, .menu-panel ul li a span {
	color: #fff;
}

div.bp_components.mobile div div ul li.menupop div.ab-sub-wrapper ul li.menupop a.ab-item:hover {
	color: #fff;
}

.bp_components.mobile a.logout-link.screen-reader-shortcut {
	color: #333;
}

.menu-panel ul li a, .menu-panel ul li div.ab-item, .menu-panel #header-menu ul .sub-menu-wrap a {
	color: #333;
}

#buddypress #item-body #subnav ul li,
#buddypress #item-body #subnav ul li a,
div#mobile-item-nav #object-nav.item-list-tabs  ul  li {
	background-color: #bdbcbc;
}

#buddypress #item-body #subnav ul li.current,
#buddypress #item-body #subnav ul li.current a {
	background-color: #286995
}

}/* don't delete this closing bracket */





/*--------------------------------------------------------------
2.2 - MAXIMUM width of 350 pixels (phones portrait)
--------------------------------------------------------------*/
@media screen and (max-width: 350px) {


	/*
	.just_an_example {
		color: black;
	}
	*/
	
	div.mobile-header-inner.table div#custom-nav-wrap.btn-wrap a#custom-nav.sidebar-btn.fa.fa-bars {
    	color: #444 !important;
    }

}/* don't delete this closing bracket */





/*--------------------------------------------------------------
2.3 - MINIMUM width of 721 pixels (tablets+)
--------------------------------------------------------------*/
@media screen and (min-width: 721px)  {


	/*
	.just_an_example {
		color: black;
	}
	*/


}/* don't delete this closing bracket */





/*--------------------------------------------------------------
2.4 - MINIMUM width of 1040 pixels (desktops and laptops)
--------------------------------------------------------------*/
@media screen and (min-width: 1040px)  {


	/*
	.just_an_example {
		color: black;
	}
	*/

div#nav-menu.menu-menu-leeromgeving-ncdd-container ul#menu-menu-leeromgeving-ncdd.menu li:hover a.fa-file {
	color: #fff !important;
}

footer#colophon div.footer-inner-bottom div.footer-inner div.footer-credits.footer-credits-single span.boss-credit {
	display: none;
}

.archive.post-type-archive-bp_doc.bp-docs.bp-docs-create #secondary, .single-bp_doc.bp-docs #secondary, #secondary {
    background-color: #f5f4f2 !important;
}

h1.main-title {
    font-size: 40px !important;
}

.entry-content, .entry-summary, .mu_register, footer.entry-meta, .post.no-results.not-found, .post-wrap {
    max-width: 700px;
}

article.forum .entry-content {
	max-width: 100%;
}

}/* don't delete this closing bracket */
