body{
	padding-top: 72px; /* UberMenu height */
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	text-transform: uppercase;
}
.h1, h1, .h2, h2{
	line-height: 1.5em;
	margin:0 0 1em;
}
.h1, h1{
	font-weight: 500;
	letter-spacing:1px;
}
.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6{
	font-weight: 400;
	letter-spacing:5px;
}

.page-title{
	position:relative;
	display:inline;
}
.page-title:before {
	display: block;
	content: '';
	position: absolute;
	top: 0.25em;
	width: 50vw;
	margin-left: -52vw;
	border-right: 0.3em solid #000;
	border-top: 0.7em solid #fff;
}
.page-title:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0.25em;
	width: 100vw;
	margin-left: 2vw;
	left: 100%;
	border-left: 0.3em solid #000;
	border-bottom: 0.7em solid #fff;
}

img{
	max-width:100%;
	height:auto;
}
ul{
	padding-left:1.3em;
}

ul.icon-list{
	list-style-type:none;
	padding-left:1.7em;
}
ul.icon-list li{
	margin-bottom:0.6em;
}

ul.icon-list li i.fa{
	width:1.7em;
	margin-left:-1.7em;
}

.events-list-box{
	padding:0;
	border:1px solid rgba(255,255,255,0.4);
	border-radius:4px;
}
.events-list-header{
	background-color:#333333;
	margin:0;
	padding:12px 15px;
	color: #fff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.events-list-footer{
	background-color:#eaeaea;
	margin:0;
	padding:12px;
	text-align:center;
	border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
ul.events-list{
	list-style-type:none;
	padding-left:0;
	margin:0;
}
ul.events-list li{
	padding: 15px;
}
ul.events-list li:nth-child(odd){
	background-color:rgba(255,255,255,0.1);
}
ul.events-list li:nth-child(even){
}
body.page-template-template-agenda ul.events-list li:first-child{
	--border-top-left-radius: 4px;
	--border-top-right-radius: 4px;
}
body.page-template-template-agenda ul.events-list li:last-child{
	--border-bottom-left-radius: 4px;
	--border-bottom-right-radius: 4px;
}

ul.events-list .datum{
	width:80px;
	padding:10px;
	font-size:1.8em;
	text-align:center;
	line-height:1em;
	white-space: normal;
	float:left;	
}
ul.events-list .locatie{
	font-weight:bold;
}

::selection {
	color: #fff; 
	background: #C4281B;
}

#breadcrumbs{
	background-color:#eee;
	border-bottom:1px solid #ccc;
	padding-top:10px;
	padding-bottom:10px;
}
header{
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
}
body.admin-bar header{
	top:32px;
}
.ubermenu.ubermenu-sticky{
	box-shadow:0 1px 2px #eee;
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
}
#pagina-galerij{
	height:60%;
	height:60vw;
	max-height:70vh;
	display:none;
}
#video{
	/*
	width:100%;
	max-width: 100%;
	height:60%;
	height:60vw;
	max-height:90vh;
	overflow:hidden;
	*/
	position: relative;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
iframe#video-iframe{
	/*
	width: 110%;
	height: 1000%;
	position: absolute;
	bottom: 50%;
	left: 50%;
	z-index: -2;
	-webkit-transform: translate(-50%, 50%);
	-moz-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	*/
}
#video .video-mute-button{
	z-index:20;
	position:absolute;
	right:20px;
	bottom:20px;
	color:#fff;
	text-shadow:0px 0px 2px #000;
}
#video .watermerk, #pagina-galerij .watermerk{
	z-index:10;
	width:100%;
	height:100%;
	position:absolute;
	background-image: url('/wp-content/uploads/2024/07/vandeutekomcollective-logo-wit.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40%;
}

#content{
	margin-top:50px;
	margin-bottom:100px;
}
body.home #content{
	margin-bottom:0;
}
.mailchimp-subscribe{
	margin-top:50px;
	padding-top:70px;
	padding-bottom:70px;
	background-color:#5D1D14;
}
footer{
	font-size: 90%;
}
#footer1{
	padding-top:50px;
	padding-bottom:50px;
}
#footer1 h3{
	margin-top:0;
}
#footer1 a{
	color:#fff;
}
#footer1 ul>li{
  transition: .4s ease all;
}
#footer1 ul>li:hover {
  margin-left: 4px;
}
#footer1 ul>li.menu-item-19{
	display:none;
}
#footer1 ul.menu{
	padding-left:0;
	list-style:none;
}
#footer1 ul.menu li:before{
	content:"\f105";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	width: 1.2em;
	text-align: left;
}
#footer2{
	padding-top:15px;
	padding-bottom:15px;
}
#footer2 a{
	color:#fff;
}

#totop{
	text-decoration: none;
	display: none;
	position:fixed;
	right:0;
	bottom:50px;
	padding:0.6em;
	border-bottom-left-radius:3px;
	border-top-left-radius:3px;
	background-color:rgba(0,0,0,0.8);
}
#totop:hover {
	background-color:rgba(0,0,0,0.9);
}

.btnTicket{
	padding:16px 20px;
}

div[class^="col-"]{
	margin-bottom:30px;
}
ul.events-list div[class^="col-"]{
	margin-bottom:0;
}


/* -xl size */
@media (min-width: 1200px){
}
/* -lg size*/
@media all and (max-width: 1199px) {

}
/* -md size*/
@media all and (max-width: 991px) {
	#video .watermerk, #pagina-galerij .watermerk{
		background-size: 60%;
	}
	.h1, h1{
		font-size:200%;
	}
}
/* -sm size*/
@media all and (max-width: 767px) {

	#video .watermerk, #pagina-galerij .watermerk{
		background-size: 80%;
	}
}




/* Mollie donatie formulier */
#form_183_field_3 li{
    padding-left: 1.3em;
    text-indent: -1.3em;
    margin-bottom: 1em;
}



/* HELPER CLASSES */
.margin-top-xl{
	margin-top:100px !important;
}
.margin-top-lg{
	margin-top:50px !important;
}
.margin-top{
	margin-top:30px !important;
}
.margin-top-sm{
	margin-top:10px !important;
}
.margin-top-none{
	margin-top:0 !important;
}

.margin-bottom-xl{
	margin-bottom:100px !important;
}
.margin-bottom-lg{
	margin-bottom:50px !important;
}
.margin-bottom{
	margin-bottom:30px !important;
}
.margin-bottom-sm{
	margin-bottom:10px !important;
}
.margin-bottom-none{
	margin-bottom:0 !important;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}