/*
Theme Name:   Mijnkerk Child
Template:     mijnkerk
Version: 	  1.0
*/

:root {
	--hoofdkleur-3: #ffffff;
	--hoofdkleur-4: #000000;
}

/*HOME*/

/*BIJBELTEKST*/

section.bijbeltekst .section-inner-wrap .bijbelblok {
	border: solid 5px #fec340;
}

section.bijbeltekst .section-inner-wrap h3 {
	color: #fec340;
}

#advent .div-block-space-between {
	justify-content: center;
}


/*NIEUWSBRIEF*/
#nieuwsbrief .section-inner-wrap {
	display: flex;
	flex-direction: column-reverse;
}

/*PRODUCTEN*/
#producten .text-block {
	background-color: #e2e2e2;
	padding-left: 0px;
}

section.carousel .text-block {
	align-items: center;
}

section.carousel {
	border: none;
}

section.carousel h4 {
	color: #fb5726;
	text-align: center;
}

#producten h2 {
	margin-bottom: 20px;
}

/*
section.tekst-afbeelding .collumns-2.boven img {
	max-width: none;
	height: 350px;
}

section.tekst-afbeelding .collumns-2.boven  {
	max-width: none;
} 
	*/

/*zondag single */

.single-zondag table img {
	height: 300px;
	width: 100%;
	object-fit: contain;
	padding: 15px;
	background-color: #ffffff;
	margin-bottom: 10px !important
}

.single-zondag table td {
	width: 1%;
	vertical-align: top;
}

.single-zondag table br,
.single-zondag table p {
	height: 0 !important;
	margin-bottom: 0px;
}

.single-zondag table br {
	display: none;
}


@media (max-width: 768px) {

	.single-zondag table td,
	.single-zondag table tr {
		display: block;
	}

	.single-zondag table td {
		width: 80%;
	}

}

/**verwijzingen**/
#iconen .section-inner-wrap {
	display: flex;
	flex-direction: column-reverse;
}

section.verwijzingen.boven a {
	background-color: transparent;
}

.paginablokken section:nth-of-type(odd) {
	background-color: #ffffff;
}

section.verwijzingen.boven .section-inner-wrap img {
	object-fit: contain;
	max-width: 50%;
}

section.verwijzingen h4 {
	color: #ffffff;
}

#iconen .tekst-container {
	padding-top: 0px;
}

section.tekst-afbeelding:not(.hero) .tekst-inner {
	background-color: transparent;
}

.content a:not(.button),
.tekst-inner a:not(.button) {
	color: #fb5726;
}


/*ALLE MIDDELEN OP EEN RIJ*/

#middelen a.box-shadow {
	display: flex;
	flex-direction: row;
}



#middelen .verwijzing-columns-4 {
	display: flex;
	flex-direction: column;
}

section.verwijzingen a div.verwijzing-tekst {
	text-align: left;
}

section.overzicht h4 {
	color: #fb5726;
}


/**faq**/

/*---FOOTER---*/

/*---CONTENT---*/

/**blockquote**/

/**formulieren**/


/**knop met icoon in footer**/
footer span.dashicons {
	color: #ffffff;
	width: 30px;
	height: 30px;
	font-size: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.social-link {
	padding: 5px 15px;
	margin-top: 20px;
	display: flex;
	border-radius: var(--borderradius);
	border: 1px solid var(--hoofdkleur-1);
	transition-duration: 0.4s;
	text-decoration: none;
	align-items: center;
	gap: 10px;
	color: var(--tekstkleur) !important;
	background: #ffffff;
}

.social-link:hover {
	transform: translateY(-5px);
}

.facebook-link:before {
	content: "\f305";
	color: var(--hoofdkleur-1);
	font-family: "dashicons";
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}