#masthead .site-branding {
	padding-bottom: 0 !important;
}
.main-navigation > div > ul > li > .sub-menu {
	padding-left: 20px;
	padding-right: 20px;
}
header.entry-header {
	margin-bottom: 50px;
}
h1.entry-title,
.woocommerce div.product h1.product_title {
	position: relative;
	padding-bottom: 10px;
}
h1.entry-title::after {
	content: "";
	display: block;
	border-bottom: 1px solid #666;
	width: 150px;
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin: 0 0 0 -75px;
}
h2 {
	color: #d4671c;
}

.roepomactie {
	margin-top: 32px !important;
	padding-top: 4vh !important;
	padding-bottom: 4vh !important;
}
.roepomactie a {
	color: #000;
}

.tiaagenda {
	width: 100% !important;
}

.wp-block-newspack-blocks-homepage-articles {
	margin-bottom: 30px !important;
}

.wp-block-newspack-blocks-homepage-articles article .entry-wrapper > * {
	margin-top: 0;
	margin-bottom: 0;
}

/* WOOCOMMERCE */
.woocommerce-mini-cart__buttons {
	display: flex;
	flex-direction: row;
	text-align: center !important;
}
.woocommerce-mini-cart__buttons .button {
	display: flex !important;
	flex-direction: column;
	justify-content: center;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid.wc-block-product-new {
	padding-top: 20px;
}

@media only screen and (min-width: 560px) {
	.main-navigation > div > ul > li > .sub-menu {
		padding-left: 0;
	}
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content { padding-bottom: 0; }
	.wp-block-group.tiaagenda .wp-block-group__inner-container > * {
		margin-bottom: 50px;
	}
	.tiaagenda {
    max-width: calc(560px - 32px) !important; }
	.tiaagenda .wp-block-media-text {
		grid-template-columns: 220px auto !important;
	}
}
@media only screen and (max-width: 600px ) {
	.wp-block-media-text .wp-block-media-text__content {
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (min-width: 601px) {
	.wp-block-media-text__content { padding-top: 0 !important; }
}
@media only screen and (min-width: 640px){
	.tiaagenda {
    max-width: calc(640px - 32px) !important; }
}
@media only screen and (min-width: 782px){
	.tiaagenda {
    max-width: calc(782px - 32px) !important; }
}
@media only screen and (min-width: 1024px){
	.tiaagenda {
		width: calc(calc( 782px - 32px) + 256px) !important;
    max-width: calc(100% - 32px) !important; }
}