/*
Theme Name: Andreas Goetze
Author: Renier Vermaak
Author URI: http://reniervermaak.nl
Version: 1.0
Text Domain: andreas
*/

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

html, body {
	min-height: 100%;
	font-family: "prenton", arial, sans-serif;
	letter-spacing: 0.1em;
	background-color: #000; /* Black*/
	overflow-x: hidden;
}

html #wpadminbar {
	max-width: 100%;
	overflow-x: hidden;
}

.btn {
	display: inline-block;
	text-decoration: none;
	background: #fff;
	border-radius: 4px;
	color: #fff;
	letter-spacing: 0.075em;
	font-weight: 300;
	font-size: 1.0em;
	line-height: 1.34em;
	padding: 0.3em 0.8em;
	-webkit-transition: background-color 0.2s ease-out;
	  -moz-transition: background-color 0.2s ease-out;
	  -o-transition: background-color 0.2s ease-out;
	  transition: background-color 0.2s ease-out;
  	background-color: #b71816;
}

.btn.btn-small {
	padding: 0.2em 0.5em;
    font-size: 0.9em;
    text-transform: lowercase;
    line-height: 1.25em;
}

.btn:hover {
	background-color: #D81A18;
	text-decoration: none;
}

.row .column {
	position: relative;
	display: block;
	width: 100%;
	float: left;
	margin: 0;
}

.entry-content a {
	color: #e9e9e9;
	text-decoration: underline;
}

.entry-content .gallery-description {
	font-size: 0.9em;
}

.entry-content .event-url a.btn {
	display: inline-block;
	background: #666;
	color: #fff;
	margin-top: 5px;
}

.entry-content a.btn {
	color: inherit;
	text-decoration: inherit;
}

.entry-content > div {
	margin-bottom: 1.6em;
}

.entry-content .gallery {
	position: relative;
	width: 100%;
	margin-bottom: 3.0em;
}

.entry-content .gallery .gallery-box {
	position: relative;
}

.entry-content .gallery .gallery-images {
	position: relative;
	width: 100%;
	height: 100px;
	overflow-x: scroll;
    overflow-y: scroll;
    margin-top: 8px;
}
.entry-content .gallery .gallery-images::-webkit-scrollbar {
	display: none;
}


	.entry-content .gallery .gallery-images .gallery-images-container {
		position: relative;
		width: 9999px;
		height: 100%;
	}

.gallery .nav-left,
.gallery .nav-right {
	display: none;
	position: absolute;
	bottom: 0px;
	height: 100%;
	left: 0px;
	width: 50px;
	color: rgb(183, 24, 23);
	text-align: center;
	cursor: pointer;
	background-color: transparent;
	-webkit-transition: background-color 100ms linear;
	    -moz-transition: background-color 100ms linear;
	    -o-transition: background-color 100ms linear;
	    -ms-transition: background-color 100ms linear;
	    transition: background-color 100ms linear;
}	
.gallery .nav-right {
	left: auto;
	right: 0px;
}

.fancybox-navigation .fancybox-button {
	width: 50px !important;
}
.fancybox-navigation .fancybox-button {
	width: 50px !important;
}
.fancybox-navigation .fancybox-button svg {
	margin-top: -6px;
}
.fancybox-navigation .fancybox-button svg path {
	stroke: rgb(183, 24, 23);
}
.fancybox-navigation .fancybox-button.disabled svg path {
	stroke: #666;
}

.gallery .nav-right:hover {
	background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
}
.gallery .nav-left:hover {
	background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}

.gallery .nav-right > span,
.gallery .nav-left > span {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 1.5em;
}

.entry-content .gallery .gallery-image {
	display: block;
	float: left;
	height: 100%;
	padding-right: 1.0em;
}

.entry-content .gallery .gallery-image a {
	display: block;
	height: 100%;
}

.entry-content .gallery .gallery-image img {
	display: block;
	height: 100%;
	width: auto;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease;
}

.entry-content a.btn:hover {
	text-decoration: none;
}

.entry-content i.fas,
.entry-content i.fab,
.entry-content i.fal,
.entry-content i.far {
	font-style: normal;
}

.entry-content input[type=submit] {
	font-family: "prenton", arial, sans-serif;
	background: #b71817;
	color: #f4eaeb;
	border-radius: 0;
	line-height: 1.6em;
	padding: 5px 1.5em;
	font-size: 1.5em;
	-webkit-appearance: none;
	border: 1px solid #b71817;
	cursor: pointer;
	font-weight: 100;
	text-transform: lowercase;
}

.entry-content input[type=text],
.entry-content input[type=email],
.entry-content input[type=date],
.entry-content input[type=number],
.entry-content select,
.entry-content textarea {
	font-family: "prenton", arial, sans-serif;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #454545;
	font-size: 1.5em;
	padding: 5px 10px;
	margin: 3px 0 0 0;
	color: #fff;
	background: transparent;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	letter-spacing: 0.04em;
	background: #161616;
}

.entry-content input[type=text]::placeholder,
.entry-content input[type=email]::placeholder,
.entry-content textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-style: italic;
}

.entry-content input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-style: italic;
}

.entry-content input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
    font-style: italic;
}

#page {
	position: relative;
	width: 100%;
	min-height: 100%;
}

#page:before,
#page:after {
	content: "";
	display: block;
	clear: both;
}

	#sidebar {
		height: 100vh; /* 100% Full-height */
	    width: 55px; /* 0 width - change this with JavaScript */
	    position: fixed; /* Stay in place */
	    z-index: 1000; /* Stay on top */
	    top: 0; /* Stay at the top */
	    left: 0;
	    background-color: #000; /* Black*/
	    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	    margin-top: -5px;
	}
	body.admin-bar #sidebar {
		top: 46px;
	}

	#sidebar .inner .nav {
		display: none;
	}

	#sidebar.open {
		width: 90%;
		width: 130px;
	}

	#sidebar span.toggleMenu {
		display: block;
		position: absolute;
		top: 0px;
		right: -4px;
		width: 60px;
		height: 60px;
		background: url(images/toggleMenu-icon.png) 50% no-repeat;
		z-index: 100;
		cursor: pointer;
	}
	#sidebar .breakRule {
		display: block;
		position: absolute;
		top: 15px;
		right: 0px;
		background: #000;
		height: 30px;
		width: 2px;
		z-index: 50;
	}

	#sidebar .inner {
		height: 100%;
		background: #000;
		border-right: 2px solid #b71816;
	}

	#sidebar .logo {
		position: absolute;
		left: 100%;
		top: 0px;
		line-height: 60px;
		width: 300px;
	}
	#sidebar .logo a {
		text-transform: lowercase;
		color: rgb(255,255,255);
		text-decoration: none;
		margin-left: 10px;
	}
	#sidebar .logo a span {
		color: #b71816;
	}

	#sidebar .overlay {
		display: block;
		position: absolute;
		top: 0px;
		left: -2px;
		width: 100%;
		height: 100%;
		background-color: #000;
		cursor: pointer;
		-webkit-transition: background-color 50ms linear;
	    -moz-transition: background-color 50ms linear;
	    -o-transition: background-color 50ms linear;
	    -ms-transition: background-color 50ms linear;
	    transition: background-color 50ms linear;
	}
	#sidebar .overlay:hover { 
		background-color: #5B0F10;
	}
	#sidebar.open .overlay {
		display: none;
	}

.scroll-overlay	{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+14,000000+100&1+14,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 14%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 14%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 14%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	position: fixed;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	z-index: 5;
	-webkit-transition: all 30ms;
    -moz-transition: all 30ms;
    -o-transition: all 30ms;
    -ms-transition: all 30ms;
    transition: all 30ms;
}
body.admin-bar .scroll-overlay	{
	top: 46px;
}

.scroll-overlay.visible	{
	height: 100px;
}

#main {
	position: relative;
	min-height: 100vh;
	margin-left: 55px;
	transition: margin-left .5s;
	background: none;
	color: #fff;
}

.entry-background {
	position: fixed;
	z-index: 0;
	background: #000;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	transition: margin-right .5s;
}
body.admin-bar .entry-background {
	margin-top: 46px;
}	

.entry-background img {
	position: absolute;
	height: 100%;
	width: auto;
	right: -100px;
	opacity: 0.6;
}

#content,
#header-content {
	position: relative;
}
body.home #content {
	position: relative;
	height: 100%;
	min-height: 100vh;
}

.content-inner {
	position: relative;
	padding: 1.0em;
	padding-top: 80px;
	max-width: 600px;
}
body.post-type-archive-event .content-inner,
body.single-event .content-inner {
	max-width: 1024px;
}
body.page-template-page-tmpl-gallery .content-inner {
	max-width: none;
}

#content .content-inner {
	padding-top: 0;
}

/*.content-inner > .entry-content {
	padding-left: 20px;
}*/

.entry-title-container {
	position: absolute;
	top: 50%;
	left: 1.5em;
	-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.entry-title h1 {
	display: inline-block;
	font-size: 1.9em;
}
.entry-title h2 {
	text-align: right;
	font-size: 1.2em;
}

.content-inner .entry-title {
	margin-bottom: 2.5em;
}

.content-inner .entry-title h1 {
	text-transform: lowercase;
}

#nav {
	position: absolute;
	top: 50%;
	right: 0px;
	width: 130px;
	-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#nav ul {
	text-align: center;
}

#nav ul li {
	display: block;
}
#nav ul li.fab {
	position: relative;
	display: inline-block;
	color: #fff;
	height: auto;
	text-align: center;
	font-size: 1.5em;
	margin: 1.0em 0.4em 0 0.4em;
}

#nav ul li a {
	display: block;
	color: #f5f5f5;
	text-decoration: none;
	padding: 1.0em;
	text-align: center;
	text-transform: lowercase;
}

#nav ul li.fab a {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.entry-content h2 {
	font-size: 1.2em;
	line-height: 1.1em;
	margin-bottom: 0.8em;
}

.entry-content h4 {
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4em;
	margin-bottom: 0.2em;
}

.entry-content h4 span.event-date  {
	color: #b71816;
}

body.single-event .entry-content h4 {
	font-size: 1.6em;
}
body.single-event .entry-content h2 {
	font-size: 2.0em;
}

.item-event:before,
.item-event:after {
	content : "";
	display: block;
	clear: both;
}
.item-event {
	padding-bottom: 2.0em;
}

#header-content .calendar {
	display: none;
}

#datepicker {
	max-width: 320px;
}

.ui-datepicker-header {
	text-align: center;
	line-height: 40px;
	background-color: #b71816;
	position: relative;
}

.ui-datepicker-header a.ui-datepicker-prev,
.ui-datepicker-header a.ui-datepicker-next {
	display: block;
	position: absolute;
	cursor: pointer;
}
.ui-datepicker-header a.ui-datepicker-prev {
	left: 2.0em;
	top: 0px;
}
.ui-datepicker-header a.ui-datepicker-next {
	right: 2.0em;
	top: 0px;
}

table.ui-datepicker-calendar {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

table.ui-datepicker-calendar,
table.ui-datepicker-calendar tr td {
	border: none !important;
}

table.ui-datepicker-calendar tr th,
table.ui-datepicker-calendar tr td {
	text-align: center;
	line-height: 2.6em;
}

table.ui-datepicker-calendar tr td a {
	color: #fff;
	text-decoration: none;
}

table.ui-datepicker-calendar tr td.date-highlight a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 1.5em;
	text-align: center;
	background-color: #b71816;
	border-radius: 50%;
}

.entry-content img {
	display: block;
	border: none;
	padding: 0;
}

/* only on small screens (mobile) */
@media only screen and (max-width: 468px) {
	#sidebar {
		left: -52px;
	}
	#sidebar.open {
		left: 0;
		width: 300px;
		width: calc(100% - 48px);
	}

	#sidebar span.toggleMenu {
		right: -55px;
	}

	#sidebar .logo {
		left: 106px;
		left: calc(100% + 55px);
	}

	#sidebar .breakRule {
		display: none;
	}

	#main {
		margin-left: 5px;
	}

	#sidebar.open #nav {
		width: 100%;
	}
}

@media only screen and (max-width: 784px) {
	.item-event a.btn.alignright {
		float: none;
		margin: 0 0.5em 0.5em;
		display: inline-block;
	}
}

@media only screen and (min-width: 784px) {
	body.admin-bar #sidebar {
		top: 32px;
	}
	body.admin-bar .scroll-overlay	{
		top: 32px;
	}
	body.admin-bar .entry-background {
		margin-top: 32px;
	}

	#main {
		height: 100vh;
	}

	#content .header-table {
		width: 50%;
	}

	#content .header-table .header-cell {
		padding: 0 3.0em
	}

	.content-inner > .entry-content {
		padding-left: 24px;
	}

	.entry-title h1 {
		font-size: 2.2em;
	}
	.entry-title h2 {
		font-size: 1.2em;
		color: #bbb;
	}

	.entry-background img {
		right: 0px;
		opacity: 1;
	}

	.entry-title-container {
		left: 3.0em;
	}

	.row .column.column-20 {
		width: 20%;
	}
	.row .column.column-25 {
		width: 25%;
	}
	.row .column.column-30 {
		width: 30%;
	}
	.row .column.column-33 {
		width: 33.33%;
	}
	.row .column.column-45 {
		width: 45%;
	}
	.row .column.column-50 {
		width: 50%;
	}
	.row .column.column-55 {
		width: 55%;
	}
	.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%;
	}
}	

@media only screen and (min-width: 1024px) {
	#sidebar {
		width: 60px;
	    margin-top: 0px;
	}
	#sidebar.open {
		width: 130px;
	}

	#sidebar .logo a {
		font-size: 1.1em;
		letter-spacing: 0.15em;
		margin-left: 15px;
	}

	body.sidebar-open #main {
		margin-left: 130px;
	}
	body.sidebar-open .entry-background {
		margin-right: -130px;
	}

	.content-inner {
		padding: 2.0em;
		padding-top: 100px;
		margin-left: 2.0em;
	}

	.entry-title-container {
		left: 4.0em;
	}

	.entry-title {
		margin-bottom: 3em;
	}

	.entry-title h1 {
		font-size: 3em;
	}
	.entry-title h2 {
		font-size: 1.5em;
	}

	.content-inner > .entry-content {
		padding-left: 32px;
	}

	#header-content .calendar {
		display: block;
	}
	#datepicker {
		position: fixed;
    	right: 2.0em;
    	width: 320px;
    	z-index: 100;
    }

    .entry-content .gallery .gallery-images {
		height: 200px;
	}

	.entry-content .gallery .gallery-image img:hover {
		-webkit-filter: grayscale(0%);
	    -moz-filter: grayscale(0%);
	    filter: grayscale(0%);	
	}
}

@media only screen and (min-width: 1200px) {
	#content .header-table {
		width: 56%;
	}

	.entry-title-container {
		left: 5.0em;
	}

	.content-inner {
		margin-left: 3.0em;
	}

	.content-inner .entry-title {
		margin-bottom: 4em;
	}

	.entry-title h1 {
		font-size: 4em;
	}
	.entry-title h2 {
		font-size: 3em;
	}

	.content-inner > .entry-content {
		padding-left: 40px;
	}

	.entry-content .gallery .gallery-images {
		height: 250px;
	}

	#datepicker {
		right: 25%;
    }

    #content .item-event h2 {
		max-width: 450px;
	}
}

@media only screen and (min-width: 1500px) {
	.entry-title-container {
		left: 6.0em;
	}

	.content-inner .entry-title {
		margin-bottom: 5em;
	}

	.entry-title h1 {
		font-size: 5em;
	}
	.entry-content h2 {
		font-size: 2em;
		line-height: 1.1em;
	}

	#content .item-event h2 {
		max-width: 650px;
	}


	.content-inner > .entry-content {
		padding-left: 50px;
	}

	.entry-content .gallery .gallery-images {
		height: 300px;
	}
}	

@media only screen and (min-width: 1800px) {
	#content .item-event h2 {
		max-width: none;
	}
}