/*
Theme Name: Blazter Child Theme
Description: Op maat ontwikkelde website.
Author:   Blazter.nl https://blazter.nl
Version: 2.1
Template: Divi
*/

@import url("../Divi/style.css");

/********* LATEN STAAN *********/


.dvmm_mad_menu_0_tb_header .dvmm_menu__menu .dvmm_menu .menu-item-103536 a span {
	    color: red!important;
}


/* Reverse columns in a row */
@media all and (max-width: 980px) {
	div.row-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
}

#footer-bottom {
	padding: 10px 0 10px !important;
	font-size: 16px;
}

#footer-bottom p {
	color: #fff !important;
	text-align: center;
}

.nf-field-element input[type=text], .nf-field-element input[type=email], .nf-field-element input[type=tel], .nf-field-element textarea {
	padding: 10px;
}

@media (max-width: 1024px) {
	#et_mobile_nav_menu {
		display: block;
	}

	#top-menu {
		display: none;
	}
}

/* Center items in column */
.column-center {
	margin: auto;
}

.page-id-4921 .et_pb_section_0_tb_header.et_pb_section, .page-id-4921 .custom-menu, .page-id-13245 .custom-menu, 
.page-id-13245 .et_pb_section_0_tb_header.et_pb_section{
	background: #ec1600 !important;
}
/********* END LATEN STAAN *********/

/* Custom Menu*/
.custom-menu ul#mobile_menu1 * {
	color: #000 !important;
}

/*** Responsive Styles Standard Desktop ***/
@media all and (max-width: 1280px) {
	.et_pb_menu__menu {
		display: none !important;
	}
	.et_mobile_nav_menu {
		display: block !important;
	}
	.et_mobile_nav_menu li {
		list-style-type: none !important;
	}
	.et_pb_menu__wrap {
		justify-content: flex-end !important;
	}
}

/*** Responsive Styles Standard Desktop ***/
@media all and (min-width: 1100px) {
	.custom-menu .et_pb_menu__wrap {
		display: flex;
		justify-content: flex-end;
	}
}

@keyframes fadein {
	from { opacity: 0; }
	to { opacity: 1; }
}
@media only screen and ( min-width: 980px )  { /* fixed only for deviced > 480px, feel free to change the value */ 
	.fixed-header{
		z-index: 999; /* display at the top */ 
		position: fixed !important;
		width: 100%;
		top: 0;
		-webkit-animation: fadein 0.5s ease-in; 
		-moz-animation: fadein 0.5s ease-in;
		animation: fadein 0.5s ease-in;  
		-webkit-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.24);
		-moz-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.24);
		box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.24);
	}  
}
@media only screen and ( min-width: 782px )  {
	.admin-bar .fixed-header {
		top: 32px;
	}
}

/* Contact */
.contact .nf-field-element input[type=text], .contact .nf-field-element input[type=email], .contact .nf-field-element input[type=tel], .contact .nf-field-element textarea, .contact input[type=text], .contact input[type=email], .contact input[type=tel], .contact textarea {
	padding: 15px 20px;
	font-size: 16px !important;
}

.nf-field-element input[type=button], .contact input[type=submit] {
	background-color: #ec8823;
	border: 2px solid #ec8823;
	color: #fff;
	padding: 15px 20px;
	font-size: 20px;
	cursor: pointer;
	transition: 0.3s;
	float: right;
}

.nf-field-element input[type=button]:hover, .contact input[type=submit]:hover {
	background-color: rgba(0,0,0,.05);
	color: #ec8823;
	font-size: 20px;
}

.contact label {
	color: #000;
}

/* Footer Form */
.footer-contact .nf-field-element input[type=button] {
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
	padding: 15px 20px;
	font-size: 20px;
	cursor: pointer;
	transition: 0.3s;
	float: right;
}


.footer-contact .nf-field-element input[type=button] {
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
	padding: 15px 20px;
	font-size: 20px;
	cursor: pointer;
	transition: 0.3s;
	float: right;
}


.footer-contact .nf-field-element input[type=button]:hover {
	background-color: inherit;
	color: #fff;
	font-size: 20px;
}

.footer-contact .nf-field-element input[type=text], 
.footer-contact .nf-field-element input[type=email], 
.footer-contact .nf-field-element input[type=tel], 
.footer-contact .nf-field-element textarea,
.footer-contact .nf-field-element select {
	padding: 10px 20px;
	font-size: 16px !important;
	border-radius: 5px;
}

.footer-contact label {
	color: #fff;
}

.footer-contact .nf-form-fields-required {
	color: #fff;
}
.footer-contact textarea {
	height: 100px !important;
}

#recent-posts-2 li a{
	display: block !important;
}

#recent-posts-2 li{
	border-top: 1px solid gray;
}

.more-link{
	width: 50%;
	background: #ec8823;
	color: white !important;
	display: block;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
	border: 2px solid #ec8823;

}


.more-link:hover {
	background-color: rgba(0,0,0,.05);
	color: #ec8823 !important;
}

/* Floating Button */
#floating-button {
	left: 10px !important;
	bottom: 20px !important;
	position: fixed !important;
	z-index: 500 !important;
	background-color: #ec8823;
	border: 2px solid #ec8823;
	color: #fff;
	padding: 15px 20px;
	font-size: 16px;
	cursor: pointer;
	transition: 0.3s;
}

#floating-button:hover {
	background-color: rgba(0,0,0,.05);
	color: #ec8823 !important;
}

.page-id-3671 #floating-button {
	display: none;
}

.popmake-content .et_pb_text_inner{
	font-size: 22px !important;
	font-weight: 600 !important;
}

.sd-title{
	font-size: 18px !important;
}
.sd-content ul li a.sd-button:before {
	font-size: 36px !important;
}

@media screen and (min-width: 981px) {
	.et_pb_module.et_pb_blog_grid_wrapper .more-link {
		position: absolute;
		bottom: 31px;
		left: 0;
		right: 0;
	}
	.et_pb_module.et_pb_blog_grid_wrapper .et_pb_post {
		position: relative;
	}
	.et_pb_module.et_pb_blog_grid_wrapper .post-content {
		padding-bottom: 20px;
	}
}

.et_pb_blog_grid .et_pb_image_container img{
	border-top-left-radius: 50px !important;
}

/* Home Artikelen */

/*** Responsive Styles Standard Desktop ***/
.custom-artikelen article {
	background: #F1F2F2;
	border-radius: 5px;
}

@media all and (max-width: 980px) {
	.custom-artikelen article .post-content,
	.custom-artikelen article p.post-meta,
	.custom-artikelen article h2.entry-title {
		padding: 0 15px !important;
	}
}

@media all and (min-width: 1100px) {
	.custom-artikelen article img {
		max-width: 260px;
		max-height: 300px;
		float: right;
		object-fit: cover;
		min-height: 300px;
	}

	.custom-artikelen article {
		background: #F1F2F2;
		border-radius: 5px;
	}

	.custom-artikelen h2.entry-title, .custom-artikelen p.post-meta, .custom-artikelen .post-content {
		width: 65% !important;
	}

	.custom-artikelen h2.entry-title{
		padding: 20px 30px 0 30px !important;
	}
	.custom-artikelen p.post-meta{
		padding: 0 30px !important;
	} 
	.custom-artikelen .post-content {
		padding: 0 30px !important;
	}
	/* 	.custom-artikelen .et_pb_posts a.more-link {
		clear: none;
	margin-bottom: 20px;
		text-align: left;
		color: #505050 !important;
		background: none;
		padding: 0 !important;
		font-weight: 600;
		text-decoration: underline;
	} */

	.categorieen-column-1 {
		margin-right: 4px !important;
	}
	.categorieen-column-2 {
		margin-left: 4px !important;
		margin-right: 4px !important;
	}
	.categorieen-column-3 {
		margin-left: 4px !important;
	}
}


/*** Responsive Styles Standard Desktop ***/
@media all and (min-width: 1100px) and (max-width: 2560px) {
	div.custom-container {
		max-width: 100% !important;
		width: 90%;
	}
}

/*** Responsive Styles Large Desktop 1920 + ***/
@media (min-width: 2560px) {
	div.custom-container, div.custom-container-menu {
		max-width: 2240px !important;
	}
	/* Mad Menu */
	div.custom-container-menu .dvmm_menu_inner_container .dvmm_content {
		max-width: 100% !important;
	}
}

/*** Responsive Styles Mobile + ***/
@media all and (min-width: 980px) {
	.footer-contact li.cat-item {
		width: 50%;
		float: left;
	}
}

/* Home Categorieen */
div.categorieen-column-1, div.categorieen-column-2, div.categorieen-column-3 {
	/* 	min-height: 6em !important; */
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 594px;
}

@media all and (max-width: 980px) {
 div.categorieen-column-1, div.categorieen-column-2, div.categorieen-column-3 {
	min-height: 300px;
}
}

div.categorieen-column-1:hover, div.categorieen-column-2:hover, div.categorieen-column-3:hover {
	transition: 0.3s !important;
}
div.categorieen-column-1:hover span.juridisch {
	color: #fff !important;
	cursor: pointer;
}

div.categorieen-column-1:hover span.zie-meer::after,
div.categorieen-column-2:hover span.zie-meer::after,
div.categorieen-column-3:hover span.zie-meer::after {
	content: "Zie meer" !important;
	font-size: 16px;
	white-space: pre;
	display: flex;
	justify-content: center;
	margin-top: 30px;
	text-decoration: underline;
}

/* .home-timeline .story-cat-129 .content-details{
background-color: #5B962D;
color : #fff;
} */
h4.timeline-main-title.center-block {
	display: none;
}

a.glink {
	margin-right: 50px !important;
}

@media all and (max-width: 980px) {
	a.glink {
		margin-right: 10px !important;
	}
}

.et_pb_menu .et_mobile_menu .menu-item-has-children > a, #main-header .et_mobile_menu .menu-item-has-children > a {
	background-color: transparent;
	position: relative;
}
.et_pb_menu .et_mobile_menu .menu-item-has-children > a.toggle-menu, #main-header .et_mobile_menu .menu-item-has-children > a.toggle-menu {
	font-family: 'ETmodules';
	font-size: 18px;
	padding: 10px;
	z-index: 10;
	display: inline-block;
	position: absolute;
	right: 5px;
}
.et_pb_menu .et_mobile_menu .menu-item-has-children.visible > a.toggle-menu, #main-header .et_mobile_menu .menu-item-has-children.visible > a.toggle-menu {
	transform: rotate(180deg);
}
.et_pb_menu .et_mobile_menu ul.sub-menu, #main-header .et_mobile_menu ul.sub-menu {
	display: none !important;
	visibility: hidden !important;
	transition: all 1.5s ease-in-out;
}
.et_pb_menu .et_mobile_menu .visible > ul.sub-menu, #main-header .et_mobile_menu .visible > ul.sub-menu {
	display: block !important;
	visibility: visible !important;
}

.wc-donation-in-action:before {
	content: "Wil je toch een ander bedrag doneren? Maak hieronder je keuze" !important;
	font-size: 24px;
}

button#wc-donation-f-submit-donation {
	padding: 10px 20px;
	font-size: 16px;
}


/*new home */

a.new-home-button{
	background: #da7c21 !important; 
	border: 0px; 
	padding: 10px 20px !important;
	color: #ffffff !important;
}
.sensei-grid img{
	height: 200px !important;
	object-fit: fit;
}

.contact.kinderexperiment .nf-before-form-content{
	display: none !important;
}


li.et_pb_social_media_follow_network_5_tb_header.et_pb_social_icon.et_pb_social_network_link.et-social-youtube.et_pb_social_media_follow_network_5_tb_header a {
    content: url(/wp-content/uploads/2021/09/2111646-1.png) !important;
    width: 32px;
    top: 9px;
}

.sensei-grid article {
	overflow: hidden;
}
.sensei-grid article h3.entry-title{
	font-size: 20px !important;
}

.qr-doneren img{
	-webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}