/*
Welkom bij aangepaste CSS!

Om te ontdekken hoe dit werkt, zie https://wp.me/PEmnE-Bt
*/
.site-header {
	border-bottom: 1px solid #f1f1d1;
}

.entry-title {
	animation: none !important;
	transition: none !important;
	transform: none !important;
}

.type-post .entry-title {
	padding-bottom: 0px;
	animation: none !important;
	transition: none !important;
	transform: none !important;
	transition-property: none !important;
}

.post .entry-header {
	padding-top: 80px !important;
	padding-bottom: 40px !important;
}

.entry-thumbnail {
	display: block;
	height: 400px;
	margin-bottom: 10px;
	border-top: 4px solid black;
	border-bottom: 4px solid black;
	overflow: hidden;
	
}

.type-post .entry-title a {
	animation: none !important;
	tansition: none !important;
	transform: none !important;
	transition-property: none !important;
}

.type-post .cat-links a {
	animation: none !important;
	transition: none !important;
	transform: none !important;
	transition-property: none !important;
}

.page .entry-header .entry-title {
	text-align: center;
}

.post-7 .entry-header {
	display: none;
}

.edit-link {
	display: none;
}

.bericht-form {
	padding: 20px;
}

.wp-block-columns .wp-block-column {
	padding: 10px !important;
}

.blog-page-title {
	display: block;
	font-size: 60px;
	font-family: "Open Sans";
	font-weight: bold;
	text-align: center;
	padding-top: 95px;
	margin-left: -40px;
}

.blog-title-banner {
	max-height: 350px;
}

.site-footer {
	display: none;
}

.contact-info-wrapper {
	margin-bottom: 15px;
}

.contact-info-wrapper::after {
	display: block;
	margin-top: 5px;
	content: "Copyright \00a9  2021 EzN3";
	text-align: center:
}

.post .entry-title {
	padding-top: 30px !important;
	text-align: center;
}

.type-post .entry-header {
	padding-bottom: 0px;
}

.home-subtitle {
	font-size: 44px !important;
	em {
		font-style: normal !important;
		font-weight: 800;
		font-family: Arial, Helvetica, sans-serif !important;	
	}
}

.widget-area {
	padding: 20px 0px 0px 0px !important; 
}

.widget {
		margin-bottom: 20px !important;
}

.jetpack-social-widget-list {
	text-align: center;
}

.blog-message .entry-title {
	padding-top: 15px;
	padding-bottom: 15px;
}

.by-line {
	content: "door ";
}

.comments-link a {
	visibility: hidden;
}

.comments-link a:before {
	content: "Reageer";
	visibility: visible;
}

.sd-block .sd-title {
	font-size: 18px !important;
}

.editor-styles-wrapper {
	padding-bottom: 10px;
}

.page {
	margin-bottom: -10px !important;
}

.image-box-background {
	padding-bottom: 0px !important;
}

#subscribe-submit {
	margin-top: 10px !important;
}

.type-post .entry-wrapper .cat-links {
	padding-left: 0px !important;
}

.type-post .entry-wrapper .entry-meta {
	margin-left: 0px !important;
}

.wp-block-separator {
	display: none;
}

.nav-next .meta-nav {
	display: none;
}

.nav-next:before {
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	content: "Volgend bericht " !important;
}

.nav-previous .meta-nav {
	display: none;
}

.nav-previous:before {
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	content: "Vorig bericht " !important;
}