<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Lionel von Lawrence
Author: Renier Vermaak
Author URI: http://www.reniervermaak.nl
Version: 1.0
Text Domain: lawrence
*/
/* yellow = f1bd0a */

@import url("style-starter.css");
@import url("fontello-styles.css");
@import url("https://use.typekit.net/cyt3mye.css");

/* =Structure
----------------------------------------------- */
html {
	background: #241f2a;
}

html, body, #page { 
	font-family: 'museo-sans', sans-serif;
	font-weight: 100;
	letter-spacing: 0.1em;
	height: 100%;
	color: #fff;
}

/* background 
----------------------------------------------- */
#loader {
	position: fixed;
	height: 100%;
	width: 100%;
	overflow: hidden;
	top: 0px;
	left: 0px;
}
#loader .spinner {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -50px;
	background: transparent url(images/ajax-loader-ring.gif) 50% no-repeat;
}

#page-background {
	position: relative;
	height: 100%;
	max-height: 300px;
	overflow: hidden;
}
#page-background-video {
	position: absolute;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
#page-background-video .video {
	position: absolute;
	height: 100%;
	min-width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);	
}
#page-background-video .video iframe {
	height: 100%;
	min-width: 100%;	
}

body.page.page-id-12 #page-background {
	display: none;
}

#page-background .image {
	position: relative;
	width: 100%;
	height: 100%;
}


#page-background.absolute {
	max-height: none;
}

#page-background .image {
	position: relative;
	width: 100%;
	height: 100%;
}

#page-background.absolute,
#page-background.fixed {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}
#page-background.fixed {
	position: fixed;
}

#page-background .image img {
	position: absolute;
	display: block;
	z-index: 0;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
	#page-background .image img.fill-height {
		position: absolute;
		display: block;
		z-index: 0;
		width: auto;
		height: 100%;
	}

#page-background .image img.loading {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

body.blog #page-background .image img,
body.single-post #page-background .image img,
body #page-background.blurred .image img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

/* brand */

#brand {
	padding: 20px;
}
#site-title {
	font-size: 1.2em;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
}
#site-title a {
	text-decoration: none;
	font-weight: bold;
    color: #000;
    text-shadow: -4px 2px 0px #fff;
}
#site-title .subtitle {
	font-weight: 100;
	font-size: 0.8em;
	display: block;
	text-transform: uppercase;
	margin-top: 0.5em;
} 

#site-title.home {
	position: fixed;
    top: 70%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}
	#site-title.home h1 {
		font-size: 2.0em
	}
	#site-title.home h2 {
		font-size: 1.0em
	}

#logo-container {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 50vh;
	width: 50vh;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
	#logo-container .logo {
		position: relative;
		width: 100%;
		height: 100%;
	}
		#logo-container .logo img {
			display: block;
			width: auto;
			height: 100%;
			margin: 0px auto;
		}

#logo-side-container {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	opacity: 1;
	margin: 10px 10px 0 0;
	z-index: 9999;
}
	#logo-side-container .logo {
		position: relative;
		width: 100%;
		height: 100%;
	}
		#logo-side-container .logo img {
			display: block;
			width: 100%;
			height: auto;
		}

/* menu */
#navbar {
	position: relative;
	z-index: 9999;
}

#nav-lang {
	margin: 2.0em 0;
}
	#nav-lang a {
		color: #fff;
		text-decoration: none;
	}

a.facebook,
a.instagram {
	display: inline-block;
	color: #fff;
	font-size: 1.6em;
	margin-top: 20px;
	margin-right: 10px;
}

a#toggleMenu {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 100;
	text-transform: uppercase;
	margin: 10px 0 20px 10px;
}
	a#toggleMenu .title {
		font-size: 0.75em;
	}

#nav {
	display: none;
	margin: 0 0 0 20px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0; 
}
#nav ul li {
	display: block;
}
#nav ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 1.2em;
	line-height: 2.0em;
	font-weight: 100;
	text-transform: uppercase;
}
#nav ul li a:hover {
	opacity: 0.5;
}

#nav ul li.current-menu-item a,
#nav ul li.current_page_parent a {
	color: #f1bd0a;
}
body.home #nav ul li.current-menu-item {
/*	display: none; */
}

/* primary content */

#primary {
	margin: 2.0em 0px 2.0em 0px;
}

#content {
	width: 100%;
	font-size: 1.1em;
}

.entry-content .wp-block-image {
	margin-top: 0;
}

.entry-content .wp-block-audio figcaption {
	color: #dadada;
}

#content h1.entry-title,
#content h3.news-title {
	font-size: 2.0em;
	line-height: 1.0em;
	font-weight: 100;
	margin-top: 1.1em;
	margin-bottom: 1.1em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.single-event #content h4.event-datetime {
	color: #f1bd0a;
	font-size: 2em;
	margin-top: 1.5em;
}

.single-event #content h1.entry-title {
	margin-top: 0.2em;
}

#content h3.news-title a {
	color: #fff;
}

#content .entry-content .content-body {
	padding: 1.0em;
}

body.post-type-archive-event #content .entry-content .content-body {
	max-width: 1000px;
}

body.page-id-28 #content .entry-content .content-body {
	margin: 0px auto;
}
body.page-template-page-tmpl-bazenboek #content .content-body,
body.page-template-page-gallery #content .content-body  {
	max-width: none;
	padding: 0;
	background: none;
}

body.page-id-10 #content .entry-content .content-body {
	max-width: none;
}

body.woocommerce-page #content .content-body {
	max-width: 800px;
}

#content .entry-content .content-body .gallery {
	margin-bottom: 30px;
}

#content .gallery-images:before,
#content .gallery-images:after {
	content: "";
	display: block;
	clear: both;
}

#content .gallery-header {
	margin-top: 30px;
	margin-left: 10px;
}

/* bottom / news / etc. */
#bottom {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 1000;
}
#bottom.bottom-right {
	text-align: right;
}

#bottom .bottom-inner h2 {
	font-size: 2.4em;
	margin-bottom: 20px;
	color: #F6D328;
}

#bottom .bottom-inner a {
	color: #F6D328;
	line-height: 1.4em;
	display: block;
	text-decoration: none;
}
	#bottom .bottom-inner a:before,
	#bottom .bottom-inner a:after {
		content: '';
		display: block;
		clear: both;
	}

	#bottom .bottom-inner a span {
		display: block;
		float: left;
		height: 38px;
		line-height: 38px;
		padding: 0.2em 0.2em;
	}

#bottom .bottom-content {
	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
}

#bottom .bottom-inner {
	padding: 20px;
}

#bottom .bottom-inner a {
	color: #fff;
	text-decoration: none;
}
#bottom .bottom-inner a:hover {
	text-decoration: underline;
}

/* Gallery */
.gallery-image {
	display: block;
	float: left;
	border: none;
}

.entry-content .gallery-image a img {
	display: block;
	padding: 0px;
	border: none;
	padding: 5px;
	background: #000;
	margin: 5px;
	max-width: 100px;
}

/* blog / news */
div.select {
	max-width: 300px;
	position: relative;
}

div.select .select_title {
	display: block;
	padding: 10px 20px;
	border: 1px solid #AfAfAf;
	background: #000;
	color: #AfAfAf;
}
div.select .select_title:hover {
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
}

div.select.open .select_title {
	border: 1px solid #666;
	background: #666;
	color: #fff;
}

div.select ul.select_options {
	display: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.select.open ul.select_options {
	display: block;
	position: absolute;
	width: 100%;
}

div.select ul.select_options li {
	display: block;
}
div.select ul.select_options li a {
	display: block;
	padding: 10px 20px;
	background: #ededed;
	color: #000;
	text-decoration: none;
}
div.select ul.select_options li a:hover {
	color: #1757cd;
}


#content .post  .entry-content .content-body {
    margin-bottom: 2.0em;
}
body.single #content .post  .entry-content .content-body {
    border-bottom: none;
}

#content .entry-header {
	padding: 0px;
	text-align: center;
}

#content .post .entry-header .date {
	font-weight: 100;
	font-size: 1.6em;
	color: #AFAFAF;
	margin: 1.2em 0 0 0;
}

#content .post .entry-header .entry-title {
	font-weight: bold;
	font-size: 1.8em;
	color: #fff;
	margin: 1.2em 0 0.6em 0;
}

#content .post .entry-header .entry-title a {
	color: #fff;
}

/* CD promo */
#cd-promo {
	display: block;
	position: relative;
	width: 240px;
	height: auto;
	text-align: center;
	margin: 0px auto;
}

#cd-promo .btn {
	margin: 0 5px 10px 5px;
	color: #000;
}

#cd-promo .btn.btn-order {
	background-color: #DABF01;
	border-color: #DABF01;
}
#cd-promo .btn.btn-order:hover {
	background-color: #CEB400;
}

#cd-promo .btn.btn-listen {
	background-color: #222;
	border-color: #222;
	color: #EEE;
}
#cd-promo .btn.btn-listen:hover {
	background-color: #000;
	border-color: #000;
	color: #fff;
}

#cd-promo .cover-image {
	position: relative;
}

#cd-promo .player {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 54px;
	height: 54px;
	overflow: hidden;
}

#cd-promo .player iframe {
	position: absolute;
	opacity: 1;
	z-index: 100;
	top: 50px;
	right: 0px;
	margin: 0px;
}

#cd-promo .player .playbutton {
	position: absolute;
	z-index: 10;
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	line-height: 44px;
	border: 3px solid #bbb;
	color: #bbb;
	background: #232323;
	/*
	background: #CEB400; 
	background: -webkit-linear-gradient(0deg, #DABF01, #CEB400);
	background: -o-linear-gradient(-0deg, #DABF01, #CEB400); 
	background: -moz-linear-gradient(0deg, #DABF01, #CEB400); 
	background: linear-gradient(0deg, #DABF01, #CEB400); 
	*/
}

#cd-promo a.play-button {
	display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 1.0em;
    border: 2px solid #fff;
    background: #000;
    color: #fff;
    cursor: pointer;
    line-height: 44px;
}
#cd-promo a.play-button:hover {
	color: #000;
	background: #D9D9D9;
}

#cd-promo .play:before,
#cd-promo .pause:before {
	content: "\f04b";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#cd-promo .pause:before {
	content: "\f04c";
}

#cd-promo .play.loading:before {
	content: "\f1ce";
}

#cd-promo .player:hover .playbutton {
	color: #fff;
}

#quotes {
	display: none;
}

#blurred {
	position: absolute;
	z-index: 1;
	opacity: 0;
}

.row {
	margin: 0px;
}

.row .column {
	float: left;
	width: 100%;
}
.row .column .column-inner {
	padding: 1.0em;
}

.item-event {
	margin: 1.5em 0;
}

.item-event p {
	margin: 0 0 0.5em 0;
}

body.post-type-archive-event .inner-article {
	max-width: 860px;
	margin: 0px auto;
}

.column-event h2 {
	font-size: 1.5em;
    line-height: initial;
    text-transform: uppercase;
    color: #f1bd0a;
    margin-bottom: 0.5em;
}
.column-event h2 a {
	color: #f1bd0a;
	text-decoration: none;	
}
	.inner-article .archive .column-event h2 a {
		color: #AC99B1;
		text-decoration: none;	
	}

.inner-article .archive &gt; h2 {
	font-size: 2.0em;
	text-align: center;
}

.inner-article .archive .column {
	font-size: 0.75em;
}

	.inner-article .archive .row .column.column-date .column-inner {
		padding-left: 3.0em;
	}	

.column-event.column-date h4 {
	font-size: 1.5em;
    line-height: initial;
    text-transform: uppercase;
}

#bottom a.facebook {
	display: none;
}

a.facebook.top {
	display: none;
}
body.home a.facebook.top {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0 10px 0 0;
	padding: 0;
}

.content-footer {
	padding-top: 100px;
	font-size: 0.75em;
	text-align: center;
}
	.content-footer a {
		color: #fff;
	}

.grecaptcha-badge {
	display: none !important;
}

@media only screen and (min-width: 600px) {
		/* CD promo */
		#cd-promo {
			display: block;
			position: fixed;
			bottom: 0px;
			right: 0px;
			z-index: 1050;
			margin: 20px;
			height: auto;
			text-align: center;
		}
}

@media only screen and (min-width: 1024px) {
	a#toggleMenu {
		display: none;
	}

	#bottom a.facebook {
		display: block;
	}
	body.home a.facebook.top {
		display: none;
	}

	#navbar {
		float: left;
		width: 15%;
		max-width: 400px;
		margin-top: 0px;
	}
	#main {
		float: left;
		width: 85%;
		margin-top: 0px;
	}

	#primary {
		margin: 0em 0 0 0px;
	}

	#content .entry-content .content-body {
	}

	#nav {
		display: block;
		margin: 0px;
		padding: 2.0em;
		box-sizing: border-box;
	}
	#main {
		display: block;
		margin: 0px;
		padding: 2.0em;
		box-sizing: border-box;
	}
}

@media only screen and (min-width: 768px) {
	#brand {
		padding: 30px;
	}
	#site-title {
		font-size: 1.4em;
		font-weight: 300;
		letter-spacing: 0.1em;
	}
	#site-title.home {
		position: fixed;
	    top: auto;
	    bottom: 0;
	    left: 0;
	    width: 100%;
	    -webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	    transform: translate(0, 0);
	    box-sizing: border-box;
	    text-align: left;
	    padding: 0 0 2.0em 2.0em;
	}
		#site-title.home h1 {
			font-size: 2.0em
		}
		#site-title.home h2 {
			font-size: 1.0em
		}

	#logo-container {
		height: 70vh;
		width: 70vh;
	}

	#nav ul li a {
		font-size: 1.4em;
		line-height: 1.5em;
	}

	#content h1.entry-title,
	#content h3.news-title {
		font-size: 3.0em;
		line-height: 1.0em;
	}

	/* bottom / news / etc. */
	#bottom .bottom-title h2 {
		margin: 0px 0 20px 30px;
		font-size: 1.6em;
		font-weight: 400;
	}

	#bottom .bottom-inner {
		padding: 30px;
	}

	.entry-content .gallery-image a img {
		padding: 5px;
		background: #000;
		margin: 10px;
		max-width: none;
	}

	.row .column.column-40 {
		width: 40%;
	}
	.row .column.column-45 {
		width: 45%;
	}
	.column-group.columns-2 .column {
		width: 50%;
	}
	.row .column.column-50 {
		width: 50%;
	}
	.row .column.column-55 {
		width: 55%;
	}
	.row .column.column-60 {
		width: 60%;
	}
	.row .column.column-66 {
		width: 66.66%;
	}
	.row .column.column-70 {
		width: 70%;
	}
	.row .column.column-75 {
		width: 75%;
	}
	.row .column.column-80 {
		width: 80%;
	}

	.row .column.column-event {
		float: none;
		display: inline-block;
		width: auto;
    	max-width: calc(100% - 150px);
    	vertical-align: top;
	}
		.row .column.column-event.column-date {
			width: 120px;
			text-align: right;
		}
}

@media only screen and (min-width: 982px) and (min-height: 600px) {
	
}

@media only screen and (min-width: 1024px) {
	#nav {
		padding: 3.0em 0 0 3.0em;
	}

	body.home {
		overflow: hidden;
	}
}


@media only screen and (min-width: 1200px) {
	
}

@media only screen and (min-width: 1800px) {
	#main {
		width: 75%;
	}
	#nav {
		padding: 4.0em 0 0 4.0em;
	}
}</pre></body></html>