/*
 Theme Name:   GGZ Nieuws
 Theme URI:    https://www.fourleafed.com
 Description:  De nieuwe frisse look van GGZ Nieuws
 Author:       Dr. Evert Semeijn
 Author URI:   https://www.fourleafed.com
 Template:     thebreakingnews
 Version:      2.0
 License:      GNU General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  thebreakingnews
 Tags:         light, dark, two-columns, responsive-layout, custom-background, custom-menu,
               featured-images, flexible-header, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready
*/

/* alle links omzetten naar GGZ Nieuws blauw */
a {
	color: #009cdf;
}

/* artikel titels een andere kleur */
.entry-title a,
.main-navigation a,
.slicknav_menu a,
.related-title a,
.post-navigation a,
ul.pop-widget-tabs a {
	color: #313131;
}

/* sticky navigatie met omgekeerd kleurenschema */
#site-navigation.sticky-navigation {
	background: rgba(20,20,20,0.98);
	border-bottom: 0;
	color: black !important;
	
}

#site-navigation.sticky-navigation a {
	color: #fff;
}

/* dropdown ook omkeren */
.sticky-navigation ul ul {
	background: rgba(20,20,20,0.98);
	border-color: #FFF!important;
}

/* meer horizontale ruimte op tabbladen read more widget */
ul.pop-widget-tabs li a {
	padding: 0 9px!important;
}

/* verwijder margin links in post meta blok */
.single .hentry .entry-meta .entry-meta-inner {
	margin-left: 0!important;
}

/* en we zorgen er voor dat de breadcrumbs in stijl zijn met de website */
#breadcrumbs {
    font-size: 0.7em;
    background: rgba(0,0,0,0.04);
    padding: 25px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

@media (max-width: 768px) {
	.more-link {
		line-height: 60px;
		height: 60px;
		display: inline-block;
	}
}
