/*!
Theme Name: tttartists
Author: Taurus and Eagle
Author URI: http://www.taurusandeagle.com
Description: A theme for TTT Artists
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tttartists
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

tttartists is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
    font-weight: 700;
    font-family: futura-pt-bold, sans-serif;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 28px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
    font-weight: 300;
}

h1 {
    font-size: 60px;
    color: #000000;
    letter-spacing: 4.92px;
    line-height: 64px;
    margin: 0;
}

h2,
h3.gform_title{
    font-weight: 700; font-family: futura-pt-bold, sans-serif;
    font-size: 36px;
    color: #000000;
    letter-spacing: 1px;
    text-align: center;
    line-height: 46px;
    margin: 0 0 36px 0;
}

h3.gform_title {
    text-align: left;
    margin: 50px 0 20px;
}

h3,
.nieuwsbrief h3.gform_title
{
    font-weight: 700; font-family: futura-pt-bold, sans-serif;
    font-size: 24px;
    color: #000000;
    letter-spacing: 1.33px;
    line-height: 36px;
    margin: 0 0 12px 0;
}

h4 {
    font-weight: 700; font-family: futura-pt-bold, sans-serif;
    font-size: 20px;
    color: #000000;
    letter-spacing: 2px;
    line-height: 30px;
}

h5 {
    text-transform: uppercase;
    font-size: 13px;
    color: #000000;
    letter-spacing: 2px;
}

h6 {
    font-size: 20px;
    color: #000000;
    margin: 0;
}

h1.white, h2.white, h3.white, h4.white, h5.white {
    color: #FFFFFF;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.btn,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 1.39px;
    text-align: center;
    padding: 15px 18px;
    background-color: #E7A927;
    border: 2px solid #E7A927;
    text-decoration: none;
    font-weight: 700; font-family: futura-pt-bold, sans-serif;
     -moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.btn.secondary {
    border: 2px solid #E7A927;
    background-color: transparent;
}

.btn.secondary:hover {
    background-color: #E7A927;
}

.btn.maps {
    font-size: 14px;
    color: #000000;
    letter-spacing: 1.5px;
    text-align: center;
    border: 1px solid #D7D7D7;
    background: transparent;
    background-image: url('img/maps.png');
    background-image: url('img/maps.svg'), none;
    background-position: center left 26px;
    background-repeat: no-repeat;
    padding: 15px 32px 15px 56px;
}

.btn.maps:hover {
    background-color: #E7A927;
    border-color: #E7A927;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	padding: 0;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.4);
    background: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	outline: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

select {
	border: 1px solid #ccc;
    width: 100%;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
    text-decoration: none;
    border-bottom: 1px solid #E7A927;
    padding-bottom: 1px;
}

a:hover, a:focus, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}


@media screen and (min-width: 920px) {
    /* On Scroll & Transparent */
    
    header#masthead.nav-up {
        top: -100px;
    }

    header#masthead.nav-down {
        top: 0;
        border-bottom: 1px solid #EBEBEB;
        background: #FFF;
    }
    
    .single-artist #masthead,
    .single-production #masthead {
        background: none;
        border-bottom: 1px solid rgba(224,224,224,.25)
    }

    .single-artist .site-branding a,
    .single-production .site-branding a {
        background-image: url('img/tttartists-logo-trans.png');
        background-image: url('img/tttartists-logo-trans.svg'), none;
    }

    .single-artist .main-navigation a,
    .single-production .main-navigation a {
        color: #fff;
    }

    .single-artist header#masthead.nav-down,
    .single-production header#masthead.nav-down {
        background: #FFF;
    }

    .single-artist header#masthead.nav-down .main-navigation a,
    .single-production header#masthead.nav-down .main-navigation a {
        color: #000;
    }

    .single-artist header#masthead.nav-down .site-branding a,
    .single-production header#masthead.nav-down .site-branding a {
        background-image: url('img/tttartists-logo.png');
        background-image: url('img/tttartists-logo.svg'), none;
    }
}

/* Small menu. */

.menu-toggle, .menu-toggle:hover {
    font-size: 0;
    width: 36px;
    height: 30px;
    display: block;
    background-image: url('img/menu.png');
    background-image: url('img/menu.svg'), none;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border: none;
    position: fixed;
    top: 20px;
    right: 30px;
    z-index: 999;
}

.menu-toggle,
.main-navigation.toggled ul,
.menu-contact-for-mobile-container {
	display: block;
}

@media screen and (min-width: 920px) {
	.menu-toggle {
		display: none;
	}
    
    .menu-contact-for-mobile-container {
		display: none;
	}
    
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}


.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## General set up
--------------------------------------------------------------*/
#masthead {
    position: fixed;
    z-index: 99; 
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 5%;
    background: #fff;
    -moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

header a {
    border: none;
}


.main-navigation li {
	float: left;
	position: relative;
    margin: 28px 0 0px 30px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
    font-family: futura-pt, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    color: #000000;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.main-navigation li a:hover,
.main-navigation .current-menu-item a {
    font-weight: 700; font-family: futura-pt-bold, sans-serif;
}

.site-branding {
    float: left;
}

.site-branding p {
    margin: 5px 0 0;
}

.site-branding a {
    width: 130px;
    height: 80px;
    font-size: 0;
    background-image: url('img/tttartists-logo.png');
    background-image: url('img/tttartists-logo.svg'), none;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}

.main-navigation {
	display: inline-block;
    float: right;
    width: calc(100% - 150px);
}

.menu-main-menu-container {
    float: left;
    width: calc(100% - 100px);
    text-align: center;
}

.menu-main-menu-container ul {
    display: inline-block;
}

/* Social menu */

.menu-social-media-container {
    float: right;
}

#social-media {
    display: inline-block;
    float: right;
    width: auto;
    border-left: 1px solid rgba(231,169,39, .5);
    width: 70px;
    margin: 0 0 0 30px;
    height: 85px;
}

#social-media li {
    margin: 25px 0 0px 10px;
}

#social-media li a {
    width: 15px;
    font-size: 0;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    margin-right: 8px;
}

#social-media li.facebook a {
    background-image: url('img/facebook-menu.png');
    background-image: url('img/facebook-menu.svg'), none;
}

#social-media li.instagram a {
    background-image: url('img/instagram-menu.png');
    background-image: url('img/instagram-menu.svg'), none;
}

.site-description {
    display: none;
}


.overflow {
    overflow: hidden;
}

#page.overflow {
    position: fixed;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
     -moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.overlay.black {
    background: rgba(0,0,0,0.80);
}


.bottom_section .overlay.black {
    background: #000;
}

.overlay.dark {
    background: rgba(0,0,0,0.20);
    background-image: linear-gradient(-180deg, rgba(255,255,255,0.00) 18%, rgba(0,0,0,0.62) 82%);
}

.overlay.link {
    z-index: 2;
    border: none;
}


.transparent {
    opacity: .1;
}

.relative {
    position: relative;
}

.col-split {
    column-count: 2;
    column-gap: 50px;
}

    @media screen and (max-width: 920px) {
        .col-split {
            column-count: 1;
        }
    }

.flex {
    display: flex;
}

    @media screen and (max-width: 920px) {
        .flex {
            display: block;
        }
    }

.embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 

	.embed-container iframe,
	.embed-container object,
	.embed-container embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

.bg {
    background-size: cover;
    background-position: center;
}

.bg-grey {
    background: #F1F1F1;
}

.bg-shadow {
    box-shadow: 4px 4px 15px 0 rgba(188,188,188,0.50);
}

ul, ol {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

.transition, 
.transition * {
    -moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

section {
    overflow: hidden;
}

form label {
    font-weight: 700; font-family: futura-pt-bold, sans-serif;
    font-size: 14px;
    color: #000000;
}

form ul li {
    width: 98%;
    margin: 2% 4% 2% 0;
    float: left;
}

form ul li.half {
    width: 46%;
}

form ul li.one-third {
    width: 29.3%;
}

form ul li input {
    width: 100%;
}

form ul li.optioneel label:after {
    content: " (optioneel)";
    color: #F0EFCD;
}

form .gform_footer input {
    float: right;
}

form .gform_footer input:hover {
    cursor: pointer;
}

.gform_confirmation_wrapper,
.validation_error {
    color: #fff;
    text-align: center;
    margin: 40px 0 10px;
    position: relative;
}

.gform_confirmation_wrapper h4 {
    color: #fff;
    margin-bottom: 0;
}

.validation_message {
    color: #E7A927;
    margin: 2px 0 0;
    font-size: 15px
}

.gfield_required {
    color: #E7A927;
}

/* Checkbox */

.contact form .checkbox li {
    width: 100%;
}

.checkbox li label {
	display: block;
    position: relative;
    color: #1F2B40;
    font-family: 'Futura PT', sans-serif!important;
	letter-spacing: 1px!important;
	font-size: 14px!important;
    margin-top: -4px;
    padding-left: 30px;
}

.checkbox ul input[type="checkbox"] {
    opacity: 0;
}

.checkbox ul label::before{
    content: "";
    display: inline-block;
    height: 25px;
    width: 25px;
    background: #fff;
    border: 1px solid #979797;
}

.checkbox ul label::after {
    content: "";
    display: inline-block;
    height: 9px;
    width: 17px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    
    transform: rotate(-45deg);
}

.checkbox ul label::before,
.checkbox ul label::after {
    position: absolute;
}
/*Outer-box*/
.checkbox ul label::before {
    top: 3px;
    left: 0;
}
/*Checkmark*/
.checkbox ul label::after {
    left: 4px;
    top: 7px;
}

/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + label::after {
    content: none;
}
/*Unhide the checkmark on the checked state*/
.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}

/* privacy policy as html*/

.hide-label {
    margin: -80px 0 0;
}

.hide-label label {
    font-size: 0;
}

.checkbox.hide-label li label {
    font-size: 0!important;
    margin-top: -34px;
}

.privacy {
    margin: -30px 0 0px 0;
    font-size: 16px; 
    color: #FFFFFF;
    letter-spacing: 0.44px;
    line-height: 28px;
    position: relative;
	width: 80%;
}

.privacy a {
    color: #FFFFFF;
    padding-bottom: 2px;
    text-decoration: none;
}

.privacy .gfield_description {
    color: #1F2B40;
    font-family: 'Futura PT', sans-serif;
	font-size: 14px;
    position: absolute;
    top: 34px;
    left: 40px;
}

.privacy .gfield_description.validation_message {
    position: relative;
    top: 0;
}

.privacy .gfield_description a {
    color: #1F2B40;
}

.nieuwsbrief .privacy .gfield_description,
.nieuwsbrief .privacy .gfield_description a {
    color: #fff;
}

.nieuwsbrief .checkbox li label {
    margin-top: -28px;
}

form .ginput_container_checkbox {
    margin-top: 34px;
    }

 form ul.gfield_checkbox li,
.nieuwsbrief form ul.gfield_checkbox li{
    margin-left: 0;
}

#content {
    margin-top: 65px;
}

.single-artist #content,
.single-production #content {
    margin-top: 0;
}

/*--------------------------------------------------------------
## Theme specific
--------------------------------------------------------------*/

/* Homepage */

.banner {
    width: 100%;
    min-height: 100vh;
    position: relative;
} 
.blocks {
    width: 90%;
    margin: 10px 5% 0;
    overflow: visible;
    clear: both;
    display: inline-block;
}

.blocks .block {
    width: calc(33.3% - 10px);
    position: relative;
    float: left;
    margin-right: 10px;
    height: 360px;
}

.blocks .block:last-of-type {
    margin-right: 0;
    width: 33.3%;
}

.blocks .block .wrap {
    position: absolute;
    bottom: -70px;
    left: 0;
    width: 100%;
    padding: 0 45px;
}

.blocks .block .wrap * {
    color: #FFF;
}

.blocks .block .btn {
    display: inline-block;
    margin: 40px 0 40px;
    padding: 10px;
    visibility: hidden;
}


.blocks .block:hover .wrap {
    bottom: 0;
}

.blocks .block:hover .wrap .btn {
    visibility: visible;
}

.nummer {
    font-weight: 700; font-family: futura-pt-bold, sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 4.92px;
    line-height: 30px;
    position: absolute;
    top: -30px;
    left: 32px;
    padding-left: 30px;
}

.nummer:before {
    content: "";
    width: 1px;
    height: 90px;
    background: #E7A927;
    display: block;
    margin: -14px 0px -34px -26px;
}

.blocks .arrow {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('img/arrow.png');
    background-image: url('img/arrow.svg'), none;
    width: 28px;
    height: 17px;
    position: absolute;
    top: 20px;
    right: 26px;
}

.home .white-space {
    width: 100%;
    height: 90px;
    display: block;
    background: #fff;
    position: relative;
    top: 360px;
}

.home .big_tekstbox {
    font-size: 36px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 56px;
    max-width: 630px;
    margin: 90px auto;
}


.home .big_tekstbox:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 1px;
    height: 75px;
    background: #000;
}

.home .big_tekstbox:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 1px;
    height: 75px;
    background: #000;
}


.home .big_tekstbox b, .home .big_tekstbox strong {
    font-weight: 700; font-family: futura-pt-bold, sans-serif;
}

.home .agenda {
    margin: 0 5%;
}

.home .agenda_bg {
    position: relative;
    padding-bottom: 65px;
}

.home .agenda_bg article.bg {
    top: auto;
    bottom: -65px;
    z-index: -1;
}


/* Slider */
.slider {
    text-align: center;
    margin-top: 36px;
}

.slider .slide {
    opacity: .2;
    margin: 0 25px;
    height: 463px;
}

.slider .slide img {
    width: auto;
    height: 100%;
}


.slider .slick-active {
    opacity: 1;
}

.slick-dots {
    margin: 58px 0 0 0;
    padding: 0 5%;
    display: inline-block;
}

.slick-dots li {
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.slick-dots li button {
    font-size: 0;
    width: 13px;
    height: 13px;
    border-radius: 10px;
    border: 3px solid #000000;
    background: transparent;
    padding: 0;
}

.slick-dots li.slick-active button {
    background: #000000;
}

.thin_line {
    border: 1px solid rgba(255,255,255,.5);
    position: relative;
    border-left: 0;
}

.thin_line:before {
    content: "";
    width: 1px;
    height: 40px;
    background: #fff;
    opacity: 0.5;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}


.thin_line:after {
    content: "";
    width: 1px;
    height: 40px;
    background: #fff;
    opacity: 0.5;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Artist overview / Bookings agency */

.post-type-archive-artist #masthead,
.page-template-others-page #masthead {
    border-bottom: 1px solid #E0E0E0;
}

#filters {
    clear: both;
    margin: 77px auto 54px;
    text-align: center;
}


#filters ul {
    display: inline-block;
}

#filters li {
    display: inline-block;
    margin: 0 17px;
}

#filters li button,
#filters li a {
    padding: 0;
    background: none;
    text-transform: uppercase;
    font-size: 13px;
    color: #000000;
    letter-spacing: 2px;
    border: none;
    font-family: futura-pt, sans-serif;
    font-weight: 300;
}


#filters li button.is-checked,
#filters li a.is-checked {
    color: #E7A927;
}

#filters li button:hover,
#filters li a:hover{
    color: #E7A927;
    cursor: pointer;
}

#filters li button:focus,
#filters li a:focus{
    outline: 0;
}

#filters li.filter {
    color: #E7A927;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    background-image: url('img/filter.png');
    background-image: url('img/filter.svg'), none;
    padding-left: 40px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
}

.artists {
    margin: 40px 5%;
    clear: both;
    width: 90%;
    display: block;
}

.artiesten .artist {
    position: relative;
    width: calc(25% - 10px);
    height: 250px;
    margin: 5px;
    float: left;
}

.artist:hover .dark {
    background-image: linear-gradient(-180deg, rgba(0,0,0,0.30) 18%, rgba(0,0,0,0.82) 100%);
}

.artist:hover .transition {
    margin-bottom: 10px;
}

.artist .yellow-line {
    width: 1px;
    height: 95px;
    background: #E7A927;
    display: block;
    position: absolute;
    left: 25px;
    bottom: 0;
}

.artiesten .artist h4 {
    position: absolute;
    bottom: 37px;
    left: 50px;
    width: calc(100% - 125px);
    margin: 0;
}

.artiesten .artist .arrow {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('img/arrow.png');
    background-image: url('img/arrow.svg'), none;
    width: 28px;
    height: 17px;
    position: absolute;
    bottom: 37px;
    right: 26px;
}

.bg.artist-overview {
    top: auto;
    z-index: -1;
    bottom: -330px;
}

.bottom_section {
    position: relative;
    width: 80%;
    margin: -0 auto 0;
    padding: 10px;
    text-align: center; 
}


.bottom_section .wrap {
    position: relative;
    display: inline-block;
    margin: 75px auto;
    padding: 60px 70px;
}

.bottom_section .wrap * {
    color: #fff;
    margin: 0;
}

.bottom_section .wrap p {
    color: #999DA6; 
}

.bottom_section .wrap .btn {
    display: inline-block;
    padding: 7px 15px;
    margin-top: 32px;
}


.bottom_section .wrap h2 {
    margin-bottom: 30px;
}

.button_section {
    padding: 37px 5% 70px;
    text-align: center;
}

.button_section .line {
    width: 1px;
    height: 75px;
    display: block;
    margin: 0 auto 30px;
    background: #000;
}


/* Single Artist */

.single-artist .banner {
    min-height: calc(100vh - 30px);
}

.home .banner, .records .banner,
.home .banner-slider, .records .banner-slider {
    height: calc(85vh - 135px);
    min-height: calc(85vh - 135px);
}

.records .banner,
.records .banner-slider {
     height: calc(100vh );
    min-height: calc(100vh);
}


.records .banner-slider .slick-dots {
    margin: -45px 0 0 0;
}

.records .banner.border .wrap.left {
    margin-top: -47px;
}

.banner .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 560px;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 68px 40px;
}


.banner .wrap.left {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 560px;
    transform: translateY(-50%);
    padding: 68px 40px;
    margin: 0;
}

.banner.border {
    width: 90%;
    margin-left: 5%;
    position: relative;
}

.banner.border .wrap.left {
    left: 15%;
    text-align: left;
    padding-left: 0;
}

.banner .intro {
    color: #fff;
    opacity: 0.9;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 28px;
    margin: 35px 0;
}

.banner .buttons {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.banner .buttons li {
    float: left;
    margin-right: 14px;
}

.banner .buttons li a {
    display: block;
    padding: 10px 14px;
}

.social_media_links {
    text-align: center;
    overflow: visible;
}

.social_media {
    display: inline-block;
    background: #fff;
    padding: 25px 40px;
    margin-top: -35px;
    position: relative;
}

.social_media li {
    float: left;
    margin-right: 20px;
}


.social_media li:last-of-type {
    margin-right: 0;
}

.social_media li a {
    font-size: 13px;
    color: #000000;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
}

.social_media li a i {
    width: 28px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    margin-right: 8px;
    margin-bottom: -4px;
}

.social_media li.spotify i {
    background-image: url('img/spotify.png');
    background-image: url('img/spotify.svg'), none;
}

.social_media li.instagram i {
    background-image: url('img/instagram.png');
    background-image: url('img/instagram.svg'), none;
}

.social_media li.youtube i {
    background-image: url('img/youtube.png');
    background-image: url('img/youtube.svg'), none;
}

.social_media li.facebook i {
    background-image: url('img/facebook.png');
    background-image: url('img/facebook.svg'), none;
}

.main_info {
    width: 65%;
    padding: 110px 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.main_info:before {
    content: "";
    display: block;
    width: 1px;
    height: 75px;
    background: #000;
    position: absolute;
    top: 0;
    left: 50%;
}

.main_info:after {
    content: "";
    display: block;
    width: 1px;
    height: 75px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.slider {
    padding-bottom: 155px;
}

.agenda {
    position: relative;
    padding: 90px 0;
    margin: -75px 5% 0;
}

.single-artist .agenda {
    padding: 90px 0 135px;
}

.agenda ul {
    text-align: center;
    width: 100%;
}

.agenda ul li {
    display: inline-block;
    padding: 16px 0 14px;
    border-bottom: 1px solid rgba(153, 153, 136, .5);
}

.agenda ul li:last-of-type {
    border: 0;
}

.agenda ul li div, .agenda ul li span, .agenda ul li p {
    float: left;
    margin: 0;
}

.agenda ul li .date {
    width: 110px;
}

.agenda ul li .day {
    font-weight: 700; font-family: futura-pt-bold, sans-serif;
    font-size: 42px;
    color: #FFFFFF;
    letter-spacing: 1.02px;
    line-height: 42px;
    margin-right: 10px;
}


.agenda ul li .month_year {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 20px;
    text-transform: uppercase;
}

.agenda ul li .month_year b {
    font-weight: 700; font-family: futura-pt-bold, sans-serif;
}

.agenda ul li .location {
    background-image: url('img/location.png');
    background-image: url('img/location.svg'), none;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.1px;
    line-height: 35px;
    text-transform: uppercase;
    margin-right: 25px;
    padding-left: 20px;
    width: 420px;
    text-align: left;
}

.agenda ul p {
    display: none;
}

.agenda ul li .title_event {
    text-transform: uppercase;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0.1px;
    line-height: 35px;
    margin: 0 45px;
	width: 300px;
}

.agenda ul li .tickets .btn {
    display: inline-block;
    margin-top: -25px;
    line-height: 20px;
}

.banner .details {
    width: 35%;
    margin: 0 0 0 0;
    float: left;
    padding: 25px 60px 50px 60px;
    background: #fff;
    position: absolute;
    font-size: 20px;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.details strong {
    font-weight: 700; font-family: futura-pt-bold, sans-serif;
    margin-bottom: 10px;
    display: inline-block
}

.details em {
    font-style: normal;
    opacity: .5;
}

.details a {
    margin-bottom: 10px;
    display: inline-block;
}

.details .btn {
    display: block;
    margin-bottom: 35px;
}

.contact #bookings {
    width: 55%;
    padding: 95px 10% 65px 60px;
    float: left;
}

.contact-bookings .details {
    width: 32%;
    margin: 0 0 0 13%;
    float: left;
    padding: 25px 60px 50px 60px;
    background: #fff;
    position: relative;
    font-size: 20px;
}

.contact-bookings #bookings {
    width: 55%;
    padding: 95px 10% 65px 60px;
    float: left;
}

.contact-bookings {
    margin: -75px 0 0;
    position: relative;
}

.contact-bookings .transparent {
    top: 75px;
    z-index: -1;
}

#bookings .privacy .gfield_description {
    top: 41px;
}

#bookings .gform_footer input {
    float: right;
    margin-top: 0px;
    margin-right: 2%;
}

/* Pop up */
.pop_up_opened {
    overflow: hidden;
    position: fixed;
}

.embed-container iframe{
    display: none;
}

.pop_up_opened .embed-container iframe {
    display: block;
}


.single-artist #popup_video {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,.5);
    z-index: 100;
    position: fixed;
    top: 0;
    left: -200%;
}

.single-artist .pop_up_opened #popup_video {
    left: 0!important;
}

#popup_video .video {
    width: 630px;
    height: 520px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
}

#popup_video .close_container {
    text-align: right;
    width: 100%;
}

#popup_video .close:hover {
    cursor: pointer;
}

#popup_video .close {
    text-transform: uppercase;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 1.71px;
    text-align: center;
    background-image: url('img/close.png');
    background-image: url('img/close.svg'), none;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
    margin-bottom: 35px; 
    display: inline-block;
}

#popup_video .video .btn {
    margin: 40px auto;
    display: inline-block;
}

/* Productions */
.producties {
    margin: 40px 5%;
    clear: both;
    width: 90%;
    display: block;
}

.productions .productie {
    position: relative;
    width: calc(25% - 10px);
    height: 250px;
    margin: 5px;
    float: left;
}

.productions .productie h4 {
    position: absolute;
    bottom: 37px;
    left: 50px;
    width: calc(100% - 125px);
    margin: 0;
} 

.productie .yellow-line {
    width: 1px;
    height: 95px;
    background: #E7A927;
    display: block;
    position: absolute;
    left: 25px;
    bottom: 0;
}

.productions .productie .arrow {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('img/arrow.png');
    background-image: url('img/arrow.svg'), none;
    width: 28px;
    height: 17px;
    position: absolute;
    bottom: 37px;
    right: 26px;
}

.productie:hover .dark {
    background-image: linear-gradient(-180deg, rgba(0,0,0,0.30) 18%, rgba(0,0,0,0.82) 100%);
}

.productie:hover .transition {
    margin-bottom: 10px;
}

/* Single production */
.single-production .banner {
    min-height: calc(100vh - 30px);
} 

.production .buttons {
    margin-top: 40px;
}

.production .buttons .btn {
    display: inline-block;
}

.terug_overzicht {
    display: inline-block;
    background: #fff;
    padding: 25px 40px;
    margin: -35px auto 90px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.terug_overzicht a {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    background-image: url('img/filter.png');
    background-image: url('img/filter.svg'), none;
    padding-left: 40px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    border: none;
}

.production .main_info {
    margin: 50px auto 0;
}

.fotos {
    position: relative;
}

.fotos .bg {
    position: absolute;
    bottom: -300px;
    top: auto;
    background-image: url('img/fotos_default_bg.jpg');
}

.nieuwsbrief {
    background-image: url(img/nieuwsbrief_bg.jpg);
    background-size: cover;
    position: relative;
    width: 90%;
    margin: -65px auto 20px;
    padding: 50px 5%;
}

.nieuwsbrief form {
    position: relative;
}

.nieuwsbrief .gform_heading {
    width: 20%;
    float: left;
    margin-right: 10%;
	position:relative;
}

.nieuwsbrief .gform_body {
    width: 55%;
    float: left;
}

.nieuwsbrief .gform_heading h3 {
    color: #fff;
    margin: 0;
}

.nieuwsbrief form ul li {
    margin: 0 2%;
    width: 46%;
}

.nieuwsbrief form ul li label {
    color: #fff;
}

.nieuwsbrief .gform_body ul li input {
    border-bottom: 1px solid rgba(255,255,255,.4);
    color: #fff;
}

.nieuwsbrief .gform_footer input {
    margin-top: 10px;
    padding: 8px 18px;
}

.nieuwsbrief ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.nieuwsbrief ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.nieuwsbrief :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.nieuwsbrief :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.contact-page .banner {
    margin: 0 5%;
    width: 90%;
    min-height: 580px;
}


.contact-page .banner .wrap {
    text-align: left;
    padding: 68px 40px 50px 0;
    left: 10%;
    width: 40%;
    float: left;
}

.banner .left .neg-indent {
    margin-left: -40px;
}

.contact-page .banner .intro a:not(.btn) {
    color: #E7A927;
    border: none;
}


.contact-page .banner .intro a.btn {
    display: inline-block;
    margin: 30px 0 0 0;
} 

.contact-page .contact .wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 5% 100px;
}

.contact-page .contact .wrapper .bg {
    bottom: 0; 
    z-index: -1;
}

.contact-page .contact .details {
    margin: 0 0 0 5%;
    width: 42%;  
}

.contact-page .contact #bookings {
    width: 50%;
    padding: 0 0 65px 60px;
}

.contact {
    margin: 0;
    position: relative;
}

.contact .transparent {
    top: 0;
    z-index: -1;
}

.team {
        overflow: hidden;
    padding: 0;
    width: 50%;
    float: left;
}

.team h2, #bookings {
    margin: 40px 0 30px;
    text-align: left;
    line-height: 36px;
}   
 
.team .teammembers li {
    width: 31%;
    margin: 1% 1% 4% 1%;
    float: left;
    text-align: left;
}

.team .teammembers li:nth-of-type(4),
.team .teammembers li:nth-of-type(7){
    clear: left;
}

.team li .bg {
    width: 100%;
    height: 180px;
}

.team li h4 {
    margin: 30px 0 6px 20px;
}

.team li h6 {
    margin: 0 0 0 20px;
}

.team li a {
    margin: 0 0 0 20px;
}



.bedankt-page .banner {
    margin: 0 5%;
    width: 90%;
    height: calc(100vh - 135px);
    min-height: calc(100vh - 135px);
}

.bedankt-page .banner .wrap {
    text-align: left;
    padding: 68px 40px 50px 0;
    margin: 0 160px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}


/* Records */
.banner-slider {
    width: 100%;
}

.banner-slider .slide {
    min-height: 100vh;
}

.banner-slider .slick-dots {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    margin: 0;
}

.banner-slider .slick-dots li {
    float: none;
    display: block;
    margin: 0;
}

.banner-slider .slick-dots li button {
    border: 3px solid #fff;
    background: transparent;
    padding: 0;
}

.banner-slider .slick-dots li.slick-active button {
    background: #fff;
}

.tekstbox_wrap {
    position: relative;
    padding-top: 95px;
    margin-top: -95px;
    padding-bottom: 270px;
}

.tekstbox_wrap .bg {
    top: 95px;
}

.tekstbox {
    width: 80%;
    margin: -100px auto 30px;
    overflow: visible;
    background: #fff;
    position: relative;
    padding: 60px;
}

.tekstbox h2 {
    text-align: left;
}

.enkele_records {
    margin-top: -300px;
}

.enkele_records h4 {
    margin-left: 40px;
    text-align: left;
    position: relative;
}

.enkele_records h4:before {
    content: "";
    width: 1px;
    height: 90px;
    background: #E7A927;
    display: block;
    margin: -64px 0px -43px -20px;
}

.enkele_records .slider {
    padding-bottom: 95px;
}

.enkele_records .slide img {
    height: 460px;
    width: auto;
}

.artistmanagement section.artiesten {
    width: 90%;
    margin: -300px auto 130px auto;
}

.site-footer {
    text-align: center;
    font-size: 14px;
}

footer #text-3 img {
    margin: 55px auto;
} 
 
.page-template-bedankt-page footer #text-3 img {
    display: none;
}

.page-template-default .entry-header {
    margin: 60px;
    width: 80%;
    max-width: 1000px;
    margin: 60px auto 100px;
}

.page-template-default .entry-content {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
} 

.tae {
	background-image: url(https://www.fabriek61.be/wp-content/themes/fabriek61/img/tae.png);
    background-image: url(https://www.fabriek61.be/wp-content/themes/fabriek61/img/tae.svg), none;
    background-repeat: no-repeat;
    background-position: center right;
    display: inline-block;
    width: 140px;
    height: 25px;
    margin: -50px 0 0 0;
    font-size: 0;
    float: right;
    border: none;
    padding: 0 5% 50px 20px;
    background-position: top left;
}

/* RESPONSIVE */

@media screen and (min-width: 1800px) {
    #page {
        max-width: 1800px;
        margin: 0 auto;
    }
    
    #masthead {
        max-width: 1800px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 1350px) { 
    .agenda ul li .title_event  {
        width: 200px;
    }
    .agenda ul li .location {
        width: 170px;
        font-size: 12px;
        line-height: 17px;
    }
}


@media screen and (max-width: 920px) {
    
    h1 {
        font-size: 30px;
        line-height: 40px;
    }
    
    h2, h3.gform_title {
        font-size: 24px;
        line-height: 34px;
        margin: 0 0 10px 0;
    }
    
    h3 {
        font-size: 20px;
        line-height: 30px;
    }
    
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        font-family: futura-pt, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        color: #000000;
        letter-spacing: 0;
        line-height: 22px;
    }
    
    #masthead {
        padding: 0 5%;
    }
    
    #site-navigation {
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .site-branding {
        position: relative;
        z-index: 999;
    }
    
    .toggled.site-branding a {
        background-image: url('img/tttartists-logo-trans.png');
        background-image: url('img/tttartists-logo-trans.svg'), none;
    }
    
    .wrap-scroll.overflow {
        overflow: hidden; 
        position: fixed;
    }
    
    nav.toggled .social_media {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 9999999;
        top: auto;
    }
    
    .main-navigation {
        width: 100%;
    }
    
    .main-navigation.toggled {
        float: none;
        width: 100%;
        margin: 0;
        min-height: 100vh;
    }
    
    .menu-wrap {
        width: 100%;
        height: 100%;
        min-height: 100vh;
        display: block;
        background: rgba(0,0,0,.5);
        z-index: 100;
        position: fixed;
        top: 0;
        left: -100%;
        background: #000;
    }

    .toggled .menu-wrap {
        left: 0!important;
        overflow: scroll;
    }      
    
    .main-navigation li {
        float: none;
        position: relative;
        padding: 0px 20px;
        margin: 0;
        text-align: left;
    }
    
    .main-navigation a {
        font-size: 30px;
        color: #FFFFFF;
        letter-spacing: 2px;
        line-height: 48px;
        text-transform: none;
    }
    
    .menu-main-menu-container {
        float: none;
        width: 100%;
        padding-top: 95px;
    }
    
    .menu-social-media-container {
        width: 100%;
        float: none;
    }
    
    #social-media {
        display: block;
        float: none;
        border-left: none;
        width: 100%;
        margin: 40px 0;
        height: auto;
    }
    
    #social-media li {
        padding: 0px 20px;
        margin: 0;
    }
    
    #social-media li a {
        width: auto;
        font-size: 30px;
        height: auto;
        display: inline-block;
        background-image: none!important;
    }
    
    .menu-contact-for-mobile-container {
        padding-bottom: 140px;
    }
    
    .menu-contact-for-mobile-container li a {
        font-size: 20px;
        color: #FFFFFF;
        line-height: 36px;
        border-bottom: 1px solid #E7A927;
            display: inline-block;
    }
    
    /* Home */
    
    .banner.border {
        width: 100%;
        margin-left: 0;
    }
    
    .banner .intro {
        margin: 15px 0;
    }
    
    .banner .intro {
        font-size: 16px;
        line-height: 22px;
    }
    
    .banner .wrap.left {
        width: calc(100% - 20%);
    }
    
    .banner .wrap .btn {
        display: inline-block;
    }
    
    .banner-slider .slick-dots {
        display: none!important;
    }
    
    .home .banner, .records .banner, .home .banner-slider, .records .banner-slider {
        height: auto;
        min-height: 100vh;
    }
    
    .blocks {
        width: 100%;
        margin: 0;
    }
    
    .blocks .block .bg, 
    .blocks .block .dark,
    .blocks .block .tekst,
    .blocks .block .btn,
    .nummer:before {
        display: none;
    }
    
    .blocks .block {
        width: 100%;
        height: auto;
        margin: 0;
        float: none;
        border-bottom: 1px solid #D9D9D9;
    }
    
     .blocks .block:last-of-type {
        border-bottom: none;
         width: 100%;
    }
    
    .blocks .block .nummer {
        font-size: 20px;
        color: #E7A927;
        letter-spacing: 4.1px;
        line-height: 30px;
        top: 16px;
        left: 0;
        padding-left: 25px;
    }
    
    .blocks .block .arrow {
        background-image: url('img/arrow_black.png');
        background-image: url('img/arrow_black.svg'), none;
    }
    .blocks .block .wrap * {
        color: #000;
    }
    
    .blocks .block .wrap {
        position: relative;
        bottom: -16px;
        left: 0;
        width: 100%;
        padding: 0 65px;
    } 
    
    .home .white-space {
        display: none;
    }
    
    .home .big_tekstbox {
        margin: 45px auto;
        font-size: 24px;
        line-height: 40px;
        width: 90%;
    }
    
    .home .big_tekstbox:before, .home .big_tekstbox:after {
        height: 50px; 
    }
    
    .agenda {
        padding: 45px 0;
    }
    
    .home .agenda_bg article.bg {
        display: none;
    }
    
    .agenda ul li {
        border: none;
    	display: block;
    	clear: both;
    	width: 100%;
		padding: 5%;
    }
	
	agenda ul li div, .agenda ul li span, .agenda ul li p {
         float: none;
   		 margin: 0;
    	 display: inline-block;
    }
	
	.agenda ul li .tickets {
		   width: 100px;
	}
    
    .agenda ul li .date {
        width: 70px;
    }
    
    .agenda ul li .day {
        font-size: 14px;
        line-height: 20px;
        margin-right: 4px;
        position: absolute;
        left: 20px;
    }
    
    .agenda ul li .title_event {
        width: calc(100% - 190px);
    	text-align: left;
		margin: 0 10px;
        line-height: 20px;
    }
    
    .agenda .location {
        display: none;
    }
    
    .agenda .tickets .btn {
        font-size: 0;
        padding: 11px 18px 6px 10px;
    }
    
    .agenda .tickets .btn:after {
        content: "info";
        font-size: 14px;
    }
    
    .home .agenda_bg {
        padding-bottom: 0;
    }
    
    footer #text-3 img {
        margin: 25px auto;
        width: 90px;
    } 
    
    footer #text-3 {
        padding: 0 15%;
    }
    
    #filters {
        margin: 45px auto 20px;
    }
    
    #filters li.filter {
        display: none;
    }
    
    .artists, 
    .producties {
        margin: 0 5%;
    }
    
    .artiesten .artist,
    .producties .productie {
        width: 100%;
        height: 182px;
    }
    
    .bottom_section {
        width: 90%;
    }
    
    .bottom_section .wrap {
        padding: 60px 20px;
    }
    
    .banner .wrap {
        width: 90%;
    }
    
    .banner .buttons {
        display: block;
    }
    
    .banner .wrap .buttons .btn {
        display: block;
        margin: 10px 0;
    }
    
    .banner .buttons li {
        float: none;
        margin-right: 0;
    }
    
    .social_media {
        padding: 20px 10px;
        width: auto;
    }
    
    .social_media li {
        margin-right: 5px;
    }
    
    .social_media li a {
        font-size: 10px;
    }
    
    .social_media li a i {
        width: 18px;
        height: 14px;
    }
    
    .main_info {
        width: 90%;
        padding: 60px 0;
    }
    
    .main_info:before, .main_info:after {
        height: 50px;
    }
    
    .btn.maps {
        padding: 15px 25px 15px 52px;
        font-size: 12px;
    }
    
    .contact #bookings {
        width: 100%;
        padding: 0px 5% 100px 5%;
    }
    
    form ul li.half {
        width: 100%;
    }
    
    .checkbox li label {
        margin-top: -34px;
    }
    
    .gform_body {
        display: inline-block;
    }
    
    form .gform_footer input {
        float: none;
        display: block;
        width: 100%;
        margin: 30px 0 0 0;
    }
    
    .bedankt-page .banner .wrap.left {
        width: 75%;
        left: 15%;
        margin: 0;
    }
    
    .terug_overzicht {
        width: 80%;
    }
    
    .nieuwsbrief .gform_heading {
        width: 80%;
        float: none;
        margin-right: 0; 
    } 
    
    .nieuwsbrief .gform_body {
        width: 100%; 
    }
    
    .nieuwsbrief form ul li {
        margin: 10px 0;
        width: 100%; 
    }
    
    .nieuwsbrief .checkbox li label {
        margin-top: -38px;
    }
    
    .tekstbox {
        width: 90%;
        padding: 40px
    }
    
    .artistmanagement section.artiesten {
        margin: -300px auto 60px auto;
    }
    
    #popup_video .video {
        width: 90%;
        height: auto;
    }
    
    .embed-container {
        margin: 0 auto;
    }
    
    .enkele_records {
        width: 90%;
        margin: -300px auto 0;
    }
    
    .enkele_records h4:before {
        display: none;
    }
    
    .enkele_records .slide {
        margin: 0;
    }
    
    
    .enkele_records h4 {
        text-align: center;
        margin: 10px 0;
    }
    
    .contact-page .banner {
        margin: 0;
        width: 100%; 
    }
    
    .contact-page .banner .wrap {
        width: 75%;
        left: 15%;
        margin: 76px 0 153px;
        position: relative;
        top: auto;
        transform: none;
    }
    
    .contact-page .contact .wrapper {
        padding: 0 0 0 5%;
    }
    
    .contact-page .banner .details {
        transform: none;
        position: relative;
        top: 0;
        width: 100%;
        right: 0;
        padding: 25px 5%;
    }
    
    .contact-page .contact #bookings {
        width: 95%;
        padding: 0px;
        margin-top: 30px;
    }
    
    .contact-page .contact-bookings .wrapper {
        padding: 0 0 0 5%;
    }
    
    .contact-bookings .details {
        margin: 0;
        width: 100%;
        padding: 0 5%; 
    }
    
    .contact-bookings #bookings {
         width: 100%;
        padding: 0px 5% 100px 5%;
    }
    
    #bookings .gform_footer input {
        margin-top: 0;
    }
    
    
    .team {
        width: 95%;
    }
    
    .team h2, #bookings {
        margin: 0px 0 30px;
    }
        
    
    .team .teammembers li {
        width: 100%;
        margin: 1% 0 40px;
        float: none;
    }
	
	.tae {
		margin: 20px auto;
    float: none;
    padding: 0;
    width: 40px;
	}
    
    /* Changes to Agenda on Mobile */
    .agenda ul li .date {
        width: 25%;
    }
    
    .agenda ul li .title_event {
        width: 72%;
        margin: 0 0 0 3%;
    }
    
    .agenda ul li .location {
        display: inline-block;
        width: 100%;
        margin: 15px 0;
    }
    
    .agenda ul li .tickets {
        width: 100%;
        display: block;
        margin: 0 auto 30px;
    }
    
    .agenda ul li .tickets .btn {
        font-size: 13px;
        padding: 8px 18px; 
        margin: 0 0 10px;
        display: block;
    }
    
    .agenda .tickets .btn:after {
        content: "";
        display: none;
    }
    
    .home .agenda {
        margin: 0;
    }
    
    .agenda ul {
        overflow: hidden;
    }
    

}