/*
Je kunt hier je eigen CSS toevoegen.

Klik op het help icoon om meer te leren.
*/

/*-- 1.0 Colors --*/


/* 5x tile kleuren waar geen
   image voor is op wit */
.hentry.color-1 {
	background-color: #ffffff;
}
.hentry.color-2 {
	background-color: #ffffff;
}
.hentry.color-3 {
	background-color: #ffffff;
}
.hentry.color-4 {
	background-color: #ffffff;
}
.hentry.color-5 {
	background-color: #ffffff;
}


/* progress bar in wit */
.pace .pace-progress {
	background: #ffffff;
}

/* image links main page wit
   met opacity 0.4 */
.hentry.has-post-thumbnail .entry-link
{
	background: #ffffff;
	border: none;
}
.hentry.has-post-thumbnail:hover .entry-link
{
	opacity: 0.4;
}
.hentry:not(.has-post-thumbnail):hover .entry-link {
	opacity: 0.0;
	background: #ffffff;
}

/* hover kleur title in grijs */
.site-title a:hover,
.site-title a:focus,
.site-title a:active {
	color: #a0a0a0;
}

/* menu achtergrond wit */
.sidebar-toggle, .sidebar {
    background: #ffffff;
}

/* look van hamurger zelf */
.sidebar-toggle:before
{
	content: "\f419";
	height: 24px;
	width: 16px;
	color: inherit;
	font-size: 16px;
	line-height: 24px;
}
/* kleuren hamburger actief */
.sidebar-toggle:focus,
.sidebar-toggle:active
{
	background: #ffffff;
	color: #000000;
}
/* kleuren kruisje actief */
.sidebar-toggle.toggle-on,
.sidebar-toggle.toggle-on:focus {
	background: #ffffff;
	color: #000000;
}
/* kleuren hamburger hover*/
.sidebar-toggle:hover
{
	background: #ffffff;
	color: #a0a0a0;
}
/* kleuren kruisje hover */
.sidebar-toggle.toggle-on:hover,
.sidebar-toggle.toggle-on:active {
	background: #ffffff;
	color: #a0a0a0;
}
/* balkje tussen post navigation
   prev/next */
.post-navigation:before {
	content: "";
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #d9d9d9;
}
/* kleuren prev/next navigation
   hover */
.post-navigation a:hover,
.post-navigation a:focus,
.post-navigation a:active {
	background: #ffffff;
	color: #a0a0a0;
}

/*-- 6.0 Layout --*/

/* site header transparant 0.8 */
.site-header { 
	background-color: 
	rgba(255,255,255,0.8); 
}

/* verbergen borders */
.site-header,
.site-footer,
.navigation,
.sidebar-toggle {
	border: none
}
.archive .hentry.has-post-thumbnail,
.blog .hentry.has-post-thumbnail,
.search-results .hentry.has-post-thumbnail {
	background: #ffffff;
}
/* verbergen border om links */
a:focus {
	outline: none;
}

/*-- 13.1 Posts & Pages --*/

/* verbergen post header */
body.single .entry-header {
	padding-top: 0px;
}
/* verbergen post title */
body.single .entry-title {
	display: none;
}

/* verbergen main header titles */
body:not(.filter-on) .hentry.has-post-thumbnail .entry-header {
	height: 0%
}

/*-----------------------*/

/*--------------------------------------------------------------
7.3 x <= 1024px
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
/* Content */
.archive .hentry,
.blog .hentry,
.search-results .hentry {
padding-bottom:  33.3333%;
width:  33.3333%;
}
.archive .hentry:nth-of-type(2n+3),
.blog .hentry:nth-of-type(2n+3),
.search-results .hentry:nth-of-type(2n+3) {
clear: none;
}
.archive .hentry:nth-of-type(3n+4),
.blog .hentry:nth-of-type(3n+4),
.search-results .hentry:nth-of-type(3n+4) {
clear: left;
}
}


