/*
Theme Name: Innovatie Media - Basis Thema
Author: Innovatie Media
Author URI: https://innovatiemedia.nl
Description: Een custom thema speciaal ontworpen & ontwikkeld door Innovatie Media.
Version: 1.0c
*/

.price-specifications .table-specifications .row .value p {padding: 0; margin: 0;}

.block-content-variable .container .column-center iframe {min-width: 100%;}

.block-content-variable a {
	display: inline !important;
    color: #D2A13C !important;
    text-decoration: underline !important;
    text-underline-offset: 4px !important;
    transition: color 0.5s cubic-bezier(0.65, 0.05, 0, 1) !important;;
}

.single-laureaten .big-blue-quote a.button {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

/* Alleen actieve slide volledig zichtbaar, rest semi-transparant */
.block-prices [data-gsap-slider-item-status="inview"] {
	opacity: 0.3;
}

/* Price specifications margin-bottom op desktop */
@media screen and (min-width: 1024px) {
	.single-laureaten .price-specifications {
		margin-bottom: 100px !important;
	}
	.single-laureaten .block-content-variable:not(.price-specifications) {
		margin-bottom: 100px !important;
	}
}

/* Page 869 grid fix */
body.page-id-869 {
	grid-template-rows: max-content !important;
}

/* Site by - mobiel links uitlijnen */
@media screen and (max-width: 500px) {
	footer .site-by {
		text-align: left !important;
	}
}