/*
	Theme Name: Voor achter de schermen
	Theme URI: 
	Description: Thema voor Laura en Yorick
	Author: Emile Zeldenrust
	Author URI: https://www.emilezeldenrust.nl/
	Version: 1.0
	Tags: 
*/

* {
    padding: 0px;
    margin: 0px;
}

:root {
	--bg: #fff;
	--tekst: #000;
	--kleur1: #502FFF;
	--kleur2: #198754;
	--kleur3: #0d6efd;
}

body {
	position: relative;
	background-color: var(--bg);
	color: var(--tekst);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	font-family: "Montserrat", sans-serif;
}

div {
	display: block;
}

a img {
	border: none;
	outline: none;
}

:focus, a:focus {
    outline: none;
}

::-webkit-scrollbar {
	display: none;
}

/* ==========================================================================
   HEADER
   ========================================================================== */

header {
	position: relative;
	height: auto;
	overflow: hidden;
}

/* ==========================================================================
   TEKST
   ========================================================================== */
   
p {
	margin: 0 0 10px 0;
}

p:empty {
	display: none;
}

a, a:visited {
	color: var(--kleur1);
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	color: var(--kleur1);
	text-decoration: none;
}

h1 {
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 24px 0;
}

h1.entry-title {
	width: fit-content;
	text-transform: lowercase;
	background-color: var(--tekst);
	color: var(--bg);
	padding: 0 12px 2px;
	margin-top: 10px;
	margin-left: -12px;
}

h2 {
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 0 10px 0;
}

h4 {
	font-size: 24px;
	margin: 0 0 10px 0;
}

h5 {
	font-size: 20px;
	margin: 0 0 10px 0;
}

h6 {
	font-size: 16px;
	margin: 0 0 10px 0;
}

hr {
	border: none !important;
	height: 2px !important;
	background-color: #000;
	margin: 10px auto 10px auto;
	width: 95%;
	opacity: 1;
}

.entry-content i {
	font-size: 50px;
	margin: 16px 4px;
	color: var(--bg);
	background-color: var(--tekst);
	padding: 20px;
	border-radius: 45px;
}

.entry-content blockquote {
	background-color: var(--tekst);
	color: var(--bg);
	padding: 12px;
}

.entry-content blockquote p {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 150%;
	line-height: 1.4;
}

/* ==========================================================================
   ALIGNMENT
   ========================================================================== */

div.spacer {
	width: 100%;
	clear: both;
}

/* ==========================================================================
   CONTENT
   ========================================================================== */

#content {
	max-width: 1224px;
	min-height: 85dvh;
}

.main-col {
	padding-top: 15px;
	padding-bottom: 15px;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

/* YOUTUBE */

.wp-block-embed-youtube, .wp-block-embed-vimeo {
	display: inline-block;
	width: 100%;
	margin: 0 0 10px 0 !important;
}

.wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	width: 100%;
	overflow: hidden;
}

.wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
   PROJECTEN
   ========================================================================== */

.catbalk {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin: -50px 0 24px 0;
}

.catbalk > a {
	background-color: var(--tekst);
	color: var(--bg);
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 6px;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.catbalk > a.active, .catbalk > a:hover {
	background-color: var(--kleur1);
}

.projecten {
	padding: 0;
	width: calc(100% + 24px);
	max-width: calc(100% + 24px);
}

.project {
	margin-bottom: 24px;
}

.project > a {
	position: relative;
	display: block;
	text-decoration: none;
	overflow: hidden;
}

.project .plaatje {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 150%;
	overflow: hidden;
	background-color: var(--kleur1);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.project a:hover .plaatje {
	-webkit-transform: translateZ(0) scale(1.05);
	transform: translateZ(0) scale(1.05);
}

.project .text-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 12px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 30%);
	background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 30%);
}

.project > a .text-overlay h2 {
	font-size: 30px;
	font-weight: bold;
	text-transform: none;
	margin: auto 0 0 0;
	color: var(--bg);
}

.project > a .text-overlay p {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	color: var(--bg);
	margin: 0;
}

.project > a .text-overlay .laura, .project > a .text-overlay .jorick {
	background-color: var(--kleur1);
	color: var(--bg);
	font-weight: bold;
	font-size: 16px;
	padding: 0 12px;
	margin: 0 -12px 6px 0;
	align-self: flex-end;
}

.project > a .text-overlay .jorick {
	background-color: var(--tekst);
}

/* ==========================================================================
   AGENDA
   ========================================================================== */

.agenda {
	padding: 0;
}

.agenda-item {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
	padding: 12px;
}

.agenda-item:nth-of-type(2n) {
	background-color: var(--tekst);
	color: var(--bg);
}

.agenda-item .links {
	flex: 0 0 20vw;
	padding-right: 1vw;
}

.agenda-item .links h2 {
	font-size: 22px;
	margin: 0 0 12px 0;
}

.agenda-item .links h3 {
	font-size: 16px;
	margin: 0;
}

.agenda-item .midden {
	flex: 1 1 auto;
}

.agenda-item .midden h2 {
	font-size: 22px;
	margin: 0 0 12px 0;
}

.agenda-item .midden h2 a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.agenda-item .midden h2 a:hover {
	color: var(--kleur1);
}

.agenda-item .midden h2 span {
	font-size: 16px;
	vertical-align: 1px;
}

.agenda-item .midden h3 {
	font-size: 16px;
	margin: 0;
}

.agenda-item .midden h3 span {
	font-weight: 400;
}

.agenda-item .tickets {
	flex: 0 0 160px;
	display: flex;
	align-items: center;
}

a.ticketknop {
	display: block;
	width: 160px;
	height: auto;
	color: var(--bg);
	background-color: var(--kleur1);
	font-size: 22px;
	padding: 7px 0;
	text-decoration: none;
	line-height: 1;
	font-weight: bold;
	text-transform: lowercase;
	text-align: center;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

a.ticketknop:hover {
	color: var(--tekst);
	background-color: transparent;
}

.agenda-item:nth-of-type(2n) a.ticketknop:hover {
	color: var(--bg);
}

/* ==========================================================================
   SINGLE PROJECT
   ========================================================================== */

.single-project h1.entry-title {
	float: left;
	text-transform: none;
}

.single-project h3.gezelschap {
	float: left;
	margin: 10px 0 24px 12px;
	padding: 17px 0 0 0;
}

.tags {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 0 0 24px 0;
}

.tag-item {
	background-color: var(--kleur1);
	color: var(--bg);
	padding: 0 6px;
	letter-spacing: 1px;
	text-transform: lowercase;
	font-size: 14px;
}

.tag-item.periode {
	color: var(--tekst);
	background-color: transparent;
}

img.uitgelichte-foto {
	float: left;
	clear: both;
	width: 25vw;
	height: 37.5vw;
	margin: 0 24px 0 calc(-50vw + 600px);
	object-fit: cover;
	object-position: center center;
}

div.blokje {
	float: left;
	clear: left;
	width: 25vw;
	margin: 0 24px 24px calc(-50vw + 600px);
	padding: 0 24px 24px;
	background-color: var(--tekst);
	color: var(--bg);
	font-size: 14px;
	letter-spacing: 1px;
}

@media (max-width: 1224px) {
	img.uitgelichte-foto, div.blokje {
		margin-left: -12px;
	}
}

.blokje p {
	margin: 0;
}

.blokje h2 {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 24px 0 12px 0;
}

.blokje h2 span {
	background-color: var(--bg);
	color: var(--tekst);
	padding: 0 4px;
}

.blokje h2 span.laura {
	background-color: var(--kleur1);
	color: var(--bg);
}

/* ==========================================================================
   OVER ONS
   ========================================================================== */

.page-id-50 .entry-content .wp-block-columns > .wp-block-column {
	padding: 24px 24px 14px 24px;
}

/* ==========================================================================
   UNDER CONSTRUCTION
   ========================================================================== */

.page-id-48 header, .page-id-48 .navbar, .page-id-48 > footer, .page-id-48 h1.entry-title {
	display: none;
}

.page-id-48 #content {
	max-width: none;
	padding: 0 12px;
}

.page-id-48 .main-col {
	padding: 0;
}

.page-id-48 .main-col .entry-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100dvh;
	gap: 2vw;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.wp-block-buttons {
	margin-top: 20px;
}

.wp-block-buttons div.wp-block-button {
	margin: 0 0 20px 0;
}

a.wp-block-button__link, a.wp-block-button__link:visited {
	position: relative;
	width: auto;
	height: auto;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: var(--tekst);
	background-color: transparent;
	font-size: 22px;
	padding: 5px 10px;
	text-decoration: none;
	line-height: normal;
	font-family: inherit;
	font-weight: bold;
	text-transform: none;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

a.wp-block-button__link:hover, a.wp-block-button__link:active, a.wp-block-button__link:focus {
	background-color: transparent !important;
	color: var(--tekst) !important;
}

a.wp-block-button__link:after {
	content: '';
	display: inline-block;
	-webkit-animation: ellipsis steps(1, end) 2s infinite;
	animation: ellipsis steps(1, end) 2s infinite;
	margin-left: 5px;
	min-width: 24px;
	letter-spacing: 2px;
	text-align: left;
}

@-webkit-keyframes ellipsis {
	to { width: 17.5px;}
}

@keyframes ellipsis {
	0%   { content: ''; }
	25%  { content: '.  '; }
	50%  { content: '.. '; }
	75%  { content: '...'; }
	100% { content: ''; }
}

a.wp-block-button__link:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background-color: var(--bg);
	mix-blend-mode: difference;
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition: width 0.35s ease-out;
	transition: width 0.35s ease-out;
}

a.wp-block-button__link:hover:before {
	width: 100%;
}

/* ==========================================================================
   GALERIJ
   ========================================================================== */

.entry-content .wp-block-gallery {
	width: auto;
	margin: 14px 0 24px 0;
	gap: 24px !important;
	flex-wrap: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
}

.single-project .entry-content .wp-block-gallery {
	float: right;
	margin-right: calc(-50vw + 600px);
	width: calc(75vw - 24px);
}

@media (max-width: 1224px) {
	.single-project .entry-content .wp-block-gallery {
		margin-right: -12px;
	}
}

.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image {
	margin: 0 !important;
	width: auto !important;
	height: 20vw;
	display: block !important;
	flex-grow: 0;
}

.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image img {
	height: 20vw;
	width: auto;
	max-width: none !important;
}

.entry-content .wp-block-gallery figure.wp-block-image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	transition: all 0.5s;
	opacity: 0;
	background: rgba(255,255,255,1.00);
	-webkit-box-shadow: inset 0 0 100px 20px #000;
	box-shadow: inset 0 0 100px 20px #000;
	pointer-events: none;
}

.entry-content .wp-block-gallery figure.wp-block-image:hover:before {
	opacity: 0.4;
}

.entry-content .wp-block-gallery figure.wp-block-image figcaption {
	display: none !important;
}

/* ==========================================================================
	NIVO-LIGHTBOX
	========================================================================== */

body .nivo-lightbox-theme-default .nivo-lightbox-prev {
	top: 0;
	height: 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M15 18l-6-6 6-6'/%3E%3C/svg%3E");
	background-size: contain;
	width: 70px;
	max-width: 8vw;
}

body .nivo-lightbox-theme-default .nivo-lightbox-next {
	top: 0;
	height: 100%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E");
	background-size: contain;
	width: 70px;
	max-width: 8vw;
}

body .nivo-lightbox-theme-default .nivo-lightbox-close {
	width: 25px;
	height: 25px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='square' stroke-linejoin='arcs'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
	background-size: contain;
	background-position: center center;
}

body .nivo-lightbox-theme-default.nivo-lightbox-overlay {
	background: #000;
	z-index: 12;
}

body .nivo-lightbox-wrap {
	top: 10px;
	bottom: 26px;
}

body .nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
	bottom: -26px;
	height: 26px;
}

body .nivo-lightbox-theme-default .nivo-lightbox-title {
	background: transparent;
	font-family: inherit;
	font-size: 13px;
	text-transform: none;
	padding: 5px;
	color: rgba(255, 255, 255, 0.7);
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

body > footer {
	text-align: center;
	padding: 12px;
	background-color: var(--tekst);
	color: var(--bg);
}

body > footer p {
	font-size: 14px;
	margin: 0;
}