/*
Theme Name: Twenty Sixteen Child
Theme URI: https://wordpress.org/themes/twentysixteen/
Template: twentysixteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Tags: one-column,two-columns,right-sidebar,accessibility-ready,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,flexible-header,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,block-patterns
Version: 3.8.1780778889
Updated: 2026-06-06 20:48:09

*/

body {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
}
.site {
    margin: 0;
}
body:not(.search-results) article:not(.type-page) .entry-content {
    width: 100%;
    overflow-x: hidden;
}
body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
    display: none;
}
.site-header, .site-content, .site-footer {
    background-color: #fff;
}
.no-sidebar .content-area {
    width: 100%;
    float: none !important;
    margin: 0;
}
.entry-content ul, .entry-summary ul, .comment-content ul, .entry-content ol, .entry-summary ol, .comment-content ol {
    margin-left: 1em;
}
.entry-content h2, .entry-summary h2, .comment-content h2, .entry-content h3, .entry-summary h1, .comment-content h1, .entry-content h3, .entry-summary h3, .comment-content h3, .entry-content h3, .entry-summary h4, .comment-content h4, .entry-content h3, .entry-summary h5, .comment-content h5, .entry-content h6, .entry-summary h6, .comment-content h6, .entry-title {
    font-weight: normal;
}
.rij {
    display: flex;
    flex-grow: 100;
}
.kolom50, .content-bottom-widgets .widget-area {
    width: 49%;
    margin-right: 2%;
}
.eenkolom {
	width: 100% !important;
}
.kolom33 {
    width: 32%;
    margin-right: 2%;
}
.kolom25 {
    width: 24%;
    margin-right: 2%;
}
.rij, .kolom100, .content-area, no-sidebar .content-area {
    width: 100%;
}
.rij div:last-child, .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2) {
	margin-right: 0;
	width: 49%;
}
.ti {
    color: #fff;
    text-shadow: 1px 1px 1px #555;
    padding: 5em 2em;
}
.home .entry-header {
    display: none;
}
.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: 0;
}
.site-info, aside {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
h2 {
    font-weight: bold;
}
button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus, .menu-toggle.toggled-on, .menu-toggle.toggled-on:hover, .menu-toggle.toggled-on:focus, .pagination::before, .pagination::after, .pagination .prev, .pagination .next, .page-links a, h6 {
  	background-color: #0066bf;
	padding: 0.5em 1em;
	border-radius: 2em;
}
h6 a {
	text-shadow: none;
}
.size-large {
	width: 100% !important;
}
.size-medium {
	width: 50% !important;
}
h6 a {
	color: #fff;
}

@media only screen and (max-width: 61.5625em) {
	.kolom50, .kolom33, .kolom25 {
		width: 100%;
		margin: 0;
	}
	.rij, .content-bottom-widgets {
		flex-direction: column;
	}
	.content-bottom-widgets .widget-area {
		margin-right: 0;
		margin-bottom: 2em;
	}
	.site-content {
		padding: 0 7.6923% 1.75em;
	}		
}

@media only screen and (min-width: 61.5625em) {
	.post-thumbnail {
		width: 25%;
		float: left;
	}
	
}	
