/*
Je kunt hier je eigen CSS toevoegen.

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

@font-face {
    font-family: Playtime;
    src: url(/fonts/playtime.ttf);
}

body.custom-background {
    background-color: #ffd488;
    background: #ffd488;
	background-image: linear-gradient(#ffe27b,#ffd488);
}

.site {
    margin: 0 25px;
    width: calc(100% - 50px);
    max-width: 1050px;
}

body:before, body:not(.custom-background-image):before, body:after, body:not(.custom-background-image):after {
	display: none;
}

.site {
    background-color: transparent;
	margin: 25px auto 25px auto;
    padding: 0px;
}

.site-main {
	margin: 0px;
}

.site-inner {
}

#content {
    background-color: #ffffdb;
    padding: 50px 75px 50px 75px;
}

#colophon {
    background-color: #fefac3;
    border-radius: 0px 0px 25px 25px;
    padding-top: 10px;
    padding-bottom: 10px;
	font-family: Playtime;
}

.site-info {
	
	font-size: 16px;
}

.site-footer .site-title:after {
	content: "|";
}

body, p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: justify;
}

body {
	font-size: 14px;
	line-height: 1.5;
}

a, .entry-content a, a:hover {
	text-decoration: none;
	text-shadow: none !important;
	box-shadow: none !important;
    transition: .2s;
}

a:hover {
	color: #2d1205;
}

blockquote, .entry-content blockquote:not(.alignleft):not(.alignright), .entry-summary blockquote, .comment-content blockquote {
	border: 0px;
    padding: 0px 50px;
    margin-left: 0px;
}

blockquote p {
	font-family: Playtime;
	font-size: 18px;
}

.site-header {
	font-family: Playtime;
	padding: 0px;
    background-color: transparent;
}

h1, h2, h3, .entry-title {
	font-family: Playtime;
}

h3, .entry-content h3 {
	margin-top: 0px;
}

table h3 {
	margin-bottom: 0px !important;
}

table {
	border-radius: 25px;
    border: none;
    background-color: #fefac3;
}

th {
	background-color: #ffe27b;
	border-radius: 25px 25px 0 0;
}

tr, td, th {
	border: 0px;
}

div.site-branding {
    width: 100%;
    background-image: url(/wp-content/uploads/2017/08/NewNewHeader-copy.png);
	background-size: 1000px;
    background-repeat: repeat-x;
    background-position: center top;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    border-radius: 25px 25px 0px 0px;
}

.site-branding > .site-title {
	font-family: Playtime;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 620%;
    margin-top: -15px;
	font-weight: normal;
}

p.site-description {
	font-family: Playtime;
    text-align: center;
    font-size: 240%;
    margin-top: -25px;
}

.custom-logo-link {
	width: 120px;
	margin: 0 auto 0 auto;
}

img.custom-logo {
	width: 100%;
	height: auto;
}

.navbar {
	padding: 0 1rem;
}

.main-navigation {
	font-family: Playtime;
}

.site-header-menu {
	width: 100%;
    background-color: #fefac3;
	margin: 0px;
	padding-left: 20px;
    padding-right: 20px;
}

.no-sidebar .entry-header, .no-sidebar .entry-content, .no-sidebar .entry-summary, .no-sidebar .entry-footer, .no-sidebar .comments-area, .no-sidebar .image-navigation, .no-sidebar .post-navigation, .no-sidebar .pagination, .no-sidebar .page-header, .no-sidebar .page-content, .no-sidebar .content-bottom-widgets {
    margin: 0px;
}

.three-fifths.first {
	padding-right: 50px;
}

ul.primary-menu {
	text-align: center;
	font-size: 16px;
}

ul.primary-menu li, .main-navigation .primary-menu > li {
	display: inline-block;
	float: none;
}

.main-navigation .primary-menu > li.current_page_item {
	background-color: #ffffdb;
	border-radius: 25px 25px 0px 0px;
}

.main-navigation a {
	padding: 0.65625em 1.70em;
}

body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
	margin: 0px;
	display: block;
	max-width: 500px;
}

body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
	display: block;
	margin: 0px;
    float: right;
	font-family: Playtime;
    font-size: 16px;
}

.comments-link, body:not(.search-results) article:not(.type-page) .comments-link {
	display: none;
}

.posted-on:before {
	content: "Geplaatst op ";
	display: block;
}

.site-main > article {
	margin-bottom: 50px;
}

#comments {
	display: none;
}

.post-navigation, .post-navigation div + div {
	border: 0px;
	font-family: Playtime;
}

.post-navigation .post-title {
	font-family: Playtime;
	transition: color .2s;
}

.pagination {
	border: 0px;
	font-family: Playtime;
}

.pagination:after, .pagination:before {
	display: none;
}

.pagination .next, .pagination .prev {
	border-radius: 25px;
	min-height: 50px;
	min-width: 75px;
	text-align: center;
}

div.menu-toggle-container {
	width: 100%;
	background-color: #fefac3;
}

/***RESPONSIVE***/
@media screen and (max-width: 56.875em) {
	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: 25px;
	}
	.posted-on:before {
		display: inline-block;
		margin-right: 5px;
	}
	.entry-footer > span:not(:last-child):after {
		display: none;
	}
	.site {
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
	}
	div.site-branding, #colophon {
		border-radius: 0px;
	}
	#content {
		padding: 50px 10% 50px 10%;
	}
	blockquote, .entry-content blockquote:not(.alignleft):not(.alignright), .entry-summary blockquote, .comment-content blockquote {
		padding: 0 10%;
	}
	.three-fifths.first {
		padding-right: 0px;
	}
    footer .main-navigation {
		display: none;
	}
	button.menu-toggle {
		display: block;
		margin: 10px auto 10px auto;
		background-color: #ffe27b;
		border: none;
		font-family: Playtime;
		border-radius: 25px;
		min-height: 50px;
		min-width: 75px;
		transition: .2s;
	}
	button.menu-toggle.toggled-on {
		border-radius: 25px 25px 0px 0px;
		background-color: #ffffdb;
		color: #2d1205;
		margin-bottom: -5px;
	}
	button.menu-toggle.toggled-on:hover {
		background-color: #ffffdb;
		color: #f7aa5f;
	}
	.site-header-menu {
		background-color: #ffffdb;
		padding-top: 10px;
	}

	.main-navigation .primary-menu, .main-navigation li {
		border: none;
	}
	#colophon {
    	padding-top: 15px;
    	padding-bottom: 15px;
	}

}

@media screen and (max-width: 480px) {
	.main-navigation li {
		width: 100%;
	}
	.site-branding > .site-title {
		font-size: 16vw;
	}
}