/* @override https://www.grip.house/site/wp-content/themes/GRIP/style.css?ver=4.9.1
	https://www.grip.house/site/wp-content/themes/GRIP/style.css?* */
	
/*
Theme Name: GRIP
Theme URI: https://www.systeme-d.com
Author: SYSTEME D
Author URI: https://www.systeme-d.com
Version: 1.0
Text Domain: wp-bootstrap-starter
*/

/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	background: #fff;
}


.movierow {margin-top: 3em; margin-bottom: 1em
}

.moviecontainer {
	margin-bottom: 2em;
	margin-top: 1em;
}

.embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		height: 0;
		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%;
	}
	
	
	
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #eaeaea;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

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,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

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 {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
    box-shadow: none;
	margin-bottom: 0;
}
.navbar-brand > a {
	color: #563d7c;
	font-weight: bold;
}
.navbar-brand > a:visited, .navbar-brand > a:hover {
	color: #563d7c;
	text-decoration: none;
}
div#page-sub-header {
	position: relative;
	padding: 30px 0;
	color: #cdbfe3;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,.1);
	background-color: #6f5499;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#563d7c),to(#6f5499));
	background-image: -webkit-linear-gradient(top,#563d7c 0,#6f5499 100%);
	background-image: -o-linear-gradient(top,#563d7c 0,#6f5499 100%);
	background-image: linear-gradient(to bottom,#563d7c 0,#6f5499 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
	background-repeat: repeat-x;
	margin-bottom: 40px;
	font-size: 20px;
}
div#page-sub-header h1{
	margin-top: 0;
	color: #fff;
	margin-bottom: 10px;
}
div#page-sub-header p{
	margin-bottom: 0;
	font-weight: 300;
	line-height: 1.4;
}


.newsblokhome:nth-child(3n+1) {
	clear: both;
}	


@media screen and (min-width: 768px) {
	div#page-sub-header h1{
		font-size: 60px;
		line-height: 1;
	}
	div#page-sub-header {
		padding-top: 60px;
		padding-bottom: 60px;
		text-align: left;
		font-size: 24px;
	}
	.newsblokhome:nth-child(odd) {
		clear: both;
	}		
	.newsblokhome:nth-child(even) {
		clear:none;
	}	
}

@media screen and (min-width: 992px) {
	div#page-sub-header p{
		max-width: 640px;
	}
	.newsblokhome:nth-child(odd) {
		clear: none;
	}	
	
	.newsblokhome:nth-child(3n+1) {
		clear: both;
	}	
	
}

div#slider.flexslider a:hover {
	text-decoration: none!important;
	border: none!important;
}



/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/







/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead .navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
	color: #563d7c;
}
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.navbar-brand {
	height: auto;
}
.navbar-toggle .icon-bar {
	background: #000 none repeat scroll 0 0;
}

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

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

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

@media screen and (min-width: 769px) {
	.dropdown-menu li > .dropdown-menu {
		right: -158px;
		top: 22px;
	}
}

.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 {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	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-bottom: 2em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
.widget_search .search-form input[type="submit"] {
	display: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	background: #f5f5f5 none repeat scroll 0 0;
	border-radius: 3px;
	box-shadow: 0 0 2px 1px #ccc;
	padding: 2rem;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary,
.container_makers {
	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, /* Older / Newer Posts Navigation (always hidden) */
.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%;
}

/*--------------------------------------------------------------
## 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;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/


.site-footer {
	background-color:#faf4f6;
	color: #20213f;
	padding-top: 4em!;
}




footer#colophon {
	margin: 3em 0px 0px 0px;
	padding: 20px 0;
	text-align: center;
}


footer#colophon .newsletterform {
	
}
.your-email input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
	background: transparent;
	border: 1px solid #333;
	padding-left: 0.5em;
	padding-right: 0.5em;
	width: 170px;
	font-weight: normal;
	font-size: 14px;
	float: left;
	margin-right: 10px;
	border-radius: 0;
}



footer#colophon .newsletterform input.wpcf7-form-control.wpcf7-submit {
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	border: none;
	border-radius: 0;
}

footer#colophon .newsletterform input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: rgba(0, 0, 0, 0.6);
}


.newsletterform a {
	font-size:0.9em;
}


footer#colophon .sent p {
	margin-bottom: 0;
	padding-bottom: 0;
}

.wpcf7-mail-sent-ok {
	margin-top: 0.5em!important;
}

span.wpcf7-not-valid-tip {
	font-size: 0.8em;
	display: inline-block;
	margin-top: 0.6em;
}



.copyright {
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}
.copyright a, footer#colophon a {
    color: inherit;
}


.social ul {
	padding: 0;
	margin: 0;
	list-style-type: none;	
}

.social ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 32px;
	height: 32px;
	text-indent: -9999999px;
	background: transparent url('https://www.grip.house/site/wp-content/uploads/2017/08/social.png') no-repeat left top;
	cursor: pointer;
}

.social ul li a {
	display: block;
	text-decoration: none;
	border: none;
}


.social ul li.face {
	background-position: -86px 0;
}
.social ul li.face:hover {
	background-position: -86px -32px;
	text-decoration: none;
	border: none!important;
}


.social ul li.insta {
	background-position: 0 0;
}
.social ul li.insta:hover {
	background-position: 0 -32px;
	text-decoration: none;
	border: none!important;
}

.social ul li.vim {
	background-position: -43px 0;
}
.social ul li.vim:hover {
	background-position: -43px -32px;
	text-decoration: none;
	border: none!important;
}


.site-info a {
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	font-size: 0.84em;
}



.sponsers a:hover {
	border: none;
}


.sponsers img:first-child {
	margin-right: 1.5em;
}

@media screen and (max-width: 767px) {
	#masthead .navbar-nav > li > a {
		padding-bottom: 15px;
		padding-top: 15px;
	}
}







body {
	background-color: #f2ebd9;
	font-family: "letter-gothic-std",monospace;
	font-style: normal;
	font-weight: 700;
}

a {
	color: #000;
}

a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #000;
}


em {
	font-family: "letter-gothic-std",monospace;
	font-style: italic;
	font-weight: 400;	
}


strong {
	font-family: "letter-gothic-std",monospace;
	font-style: normal;
	font-weight: 700;
	
}

strong em {
	font-family: "letter-gothic-std",monospace;
	font-style: italic;
	font-weight: 700;
}


.col-xs-4ths,
.col-sm-4ths,
.col-md-4ths,
.col-lg-4ths {
    position: relative;
    min-height: 1px;

}

.col-xs-4ths {
    width: 25%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-4ths {
        width: 25%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-4ths {
        width: 25%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-4ths {
        width: 25%;
        float: left;
    }
}



header#masthead.site-header.navbar {
	background-color: #1b0043;
	color: #e4d0d2;
	padding-top: 1em;
}

header#masthead.site-header.navbar a {
	color: #e4d0d2;
	font-size: 1.2em;
	border-bottom: 2px solid transparent;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	margin-left: 0.4em;
	margin-right: 0.4em;
}

header#masthead.site-header.navbar a:hover,
#menu-hoofdnavigatie li.active a {
	color: #fff!important;
	border-bottom: 2px solid #fff!important;
	background: none!important;
}

button.navbar-toggle span.icon-bar {
	color: #fff!important;
	background-color: #fff;
}

header#masthead.site-header.navbar.navbar-static-top div.container div.navbar-header div.navbar-brand a.site-logo {
	border: none!important;
	width: 100px;
	height: 54px;
	display: inline-block;
	text-indent: -9999999px;
	background: url('https://www.grip.house/site/wp-content/uploads/2017/08/GRIPlogo_blauw_100.png') left top no-repeat;
}

body.home header#masthead.site-header.navbar.navbar-static-top div.container div.navbar-header div.navbar-brand a.site-logo,
body.page-over header#masthead.site-header.navbar.navbar-static-top div.container div.navbar-header div.navbar-brand a.site-logo,
body.page-about header#masthead.site-header.navbar.navbar-static-top div.container div.navbar-header div.navbar-brand a.site-logo {
	background: url('https://www.grip.house/site/wp-content/uploads/2017/08/GRIPlogo_100.png') left top no-repeat;
}


header#masthead.site-header.navbar.navbar-static-top div.container div.navbar-header div.navbar-brand a.site-logo:hover {
	background: url('https://www.grip.house/site/wp-content/uploads/2017/08/GRIPlogo_blauw_100.png') left top no-repeat;
	
}

#poppetje {
	position: fixed;
	z-index: 1000000;
	right: -10%;
	top: 10%;
}

@media only screen and (max-width : 480px) {
	#poppetje {
		width: 100px!important;
		height: auto;
		max-width: 100px!important;
	}
}


.caption {
	margin-top: 0.5em;
	font-size: 11px;
}

.jplist-drop-down ul  {
	background-color: #fff!important
}


/*
MAKERS ////////////////////////////////////////////////////////////////////////////////////
*/

.makersdiv {
	background-color: #faf4f6;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-right: 30px;
	padding-left: 30px;
}

.makersdiv h1.entry-title a {
	font-size:0.8em;
}

.makersdiv header.entry-header h2 {
	font-size: 1.5em;
	text-align: center;
}

.container_makers {
	padding-top: 1.8em;
}




/*
NIEUWS ////////////////////////////////////////////////////////////////////////////////////
*/


.nieuwsdiv {
	padding-top: 3em;
}

.single-post {
	background-color: #f2ebd9;
	color: #20213f;
}


.single-post header#masthead.site-header.navbar {
	background-color:#f2ebd9;
	color: #20213f;
	padding-top: 1em;
}

.single-post header#masthead.site-header.navbar a {
	color: #20213f;
	border-bottom: 2px solid #20213f;
}

.single-post header#masthead.site-header.navbar a:hover,
.single-post #menu-hoofdnavigatie li.active a {
	color: #fff!important;
	border-bottom: 2px solid #fff!important;
}

.single-post #slider {

}


.single-post div#slider.flexslider ul.slides {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


.post.type-post header.entry-header h1.entry-title {
	margin-top: 0;
}

.andernieuwssection {
	margin-bottom: 2em;
}





.andernieuwssection:before,
.andernieuwssection:after {
  content: "";
  display: table;
} 
.andernieuwssection:after {
  clear: both;
}
.andernieuwssection {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.andernieuwssection h2,
.recentnieuwssection h2 {
	font-size: 1.2em;
	margin-top: 0;
}

.recentnieuwsrow {
	text-align: center;
	margin-bottom: 1em;
}

h2.recentnieuwstitel {
	background-color: #ebeed3;
	padding: 4px 8px 4px 8px;
	color: #20213f;
	margin: 0 auto;
	text-align: center;
}

.andernieuwssection h1 {
	font-size: 1.3em;
	margin-top: 0em;
	margin-bottom: 6px;
}

.recentnieuwssection h1 {
	font-size: 1.2em;
	margin-top: 0em;
	margin-bottom: 0em;
}

.andernieuwssection ul,
.recentnieuwssection ul {
	padding-left: 1em;
	
}


.andernieuwssection article h1.entry-title,
.recentnieuwssection ul li h1.entry-title  {
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 0.5em;
	margin-bottom: 2em;
}

.recentnieuwssection ul li {
	margin-bottom: 0.2em;
}

.entry-meta {
	font-size: 12px;
}

.andereproductiesopproductie {
	margin-top: 3em;
}

.andereproductiesopproductie h2 {
	font-size: 1.3em;
	background-color: rgba(190, 222, 192, 0.74);
	padding: 4px 8px;
	display: inline-block;
}
.andereproductiesopproductie article.col-xs-12.col-sm-6.col-md-4.col-lg-4.articleblok a div.item-content div.item-text {
	font-size: 0.9em;
}

.andernieuwssection p.caption {
	margin-bottom: 0;
}

body.maker-template-default.single.single-maker.maker-rodrigo-sobarzo h2.eerstvolgende {
	display: none;
}

.in_opdracht_van {
	font-size: 1em;
	margin-bottom: 1.5em;
}

/*
HOTNEWS ////////////////////////////////////////////////////////////////////////////////////
*/

.hotnews {
	background-color: #1b0043;
	color: #e4d0d2;
	padding-top: 3em;
	padding-bottom: 3em
}

.hotnews .articleblok {
	width: 100%;
	font-size: 0.9em;
}

.hotnews .articleblok #slider {
	width: 100%;
}


.hotnews div#slider.flexslider ul.slides {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.hotnews a {
	color: #e4d0d2;
}

.hotnews h1.entry-title {
	display: inline-block;
	margin-top: 0;
}

.hotnews h1.entry-title a{
	color: #e4d0d2;
	font-size: 0.7em;
	border: none;
}
.hotnews h1.entry-title a:hover{
	border-bottom: 2px solid #fff;
}



div#slider.flexslider p.homeimgcaption {
	margin-top: 0.5em;
	font-size: 0.8em;
}






/*
RECENTNEWS ////////////////////////////////////////////////////////////////////////////////////
*/

.recentnieuws {
	background-color: #fff;
	padding-top: 2em;
}

.recentnieuws header.entry-header {
	padding-left: 15px;
}

.recentnieuws header.entry-header h2 {
	font-size: 1.5em;
	text-align: center;
}

.recentnieuws div#slider.flexslider ul.slides {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.recentnieuws h1.entry-title a {
	font-size: 0.8em;
}




/*
OVER ////////////////////////////////////////////////////////////////////////////////////
*/

.page-over,
.page-about {
	background-color: #1b0043;
	color: #e4d0d2;
}

.pageoverdiv {
	padding-top: 2em;
}

.page-over h4,
.page-about h4 {
	display: inline-block;
	background-color: #c9d2ea;
	padding: 4px 8px 4px 8px;
	color: #20213f;
	font-size: 1.1em;
}



.overtuigingen {
	border-top: 2px solid #e4d0d2;
	font-size: 0.9em;
	padding-top: 2em;
	margin-top: 1em;
}

.overtuigingen h3 {
	margin-bottom: 0.8em;
}

.overtuigingen ol {
	padding-left: 2em;
}

.overtuigingen ol li {
	margin-bottom: 1em;	
}

.overtuigingen ol li u {
	display: inline-block;
	margin-bottom: 1em;
}


div#over_jans_werk.collapse.in h5 {
	display: inline-block;
	background-color: #444470;
	padding: 4px 8px;
}

/*
ARTIESTEN ////////////////////////////////////////////////////////////////////////////////////
*/

.page-artiesten,
.page-artists {
	background-color:#faf4f6;
	color: #20213f;
}


.page-artiesten header#masthead.site-header.navbar,
.page-artists header#masthead.site-header.navbar {
	background-color:#faf4f6;
	color: #20213f;
	padding-top: 1em;
}

.page-artiesten header#masthead.site-header.navbar a,
.page-artists header#masthead.site-header.navbar a {
	color: #20213f;
	border-bottom: 2px solid transparant;
}

.page-artiesten header#masthead.site-header.navbar a:hover,
.page-artiesten #menu-hoofdnavigatie li.active a,
.page-artists header#masthead.site-header.navbar a:hover,
.page-artists #menu-hoofdnavigatie li.active a {
	color: #000!important;
	border-bottom: 2px solid #000!important;
}

.page-artiesten .makerblok,
.page-artists .makerblok {
	padding: 0!important;
	position: relative;
}

.page-artists .makerblok h1.entry-title,
.page-artiesten .makerblok h1.entry-title {
	position: absolute;
	bottom: 2em;
	left: 2em;
	display: inline-block;
	background-color: #e9e7c9;
	padding: 4px 8px 4px 8px;
	color: #20213f;
	font-size: 1.8em!important;
}




.archivedartists {
	margin-top: 2em;
}

.archivedartists h1.entry-title  {
	display: inline-block;
	padding: 4px 8px 4px 8px;
	color: #20213f;
	font-size: 14px!important;
}

.datatoggler {
	cursor: pointer;
	color: #fff;
	margin-top: 0.5em;
	text-decoration: underline;
}

p.datatoggler.leesmeerover {
	border-bottom: 1px solid #fff;
	display: inline-block;
	text-decoration: none!important;
}

p.datatoggler.leesmeerover:hover {
	border-bottom: 1px solid #e4d0d2;
	color: #e4d0d2;
}

.archivedartists h1.entry-title {
	padding: 0!important;
	margin: 0;
	font-size: 20px;
	display: inline;
}

.beeldengallerij img {
	max-height: 180px;
}


.single-maker {
	background-color:#faf4f6;
	color: #20213f;
}


.single-maker header#masthead.site-header.navbar {
	position: absolute;
	background: none!important;
	color: #20213f;
	padding-top: 1em;
	
}

.single-maker header#masthead.site-header div.container {
	margin-left:4%!important;
}

.credits {
	font-size: 11px!important;
}

.wpcf7-form br,
.cm-fo-vuiull {
	display: none;
}

.productiesdiv .articleblok:nth-child(even) {
	clear: both;
}

.makercaption {
	padding-right: 2em;
	text-align: right;
}


/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {  
	.single-maker header#masthead.site-header.navbar {
		position: static;
		background:none!important;
		color: #e4d0d2;
		padding-top: 1em;
		width: 100%;
	}	
	.single-maker header#masthead.site-header div.container {
		margin-left:0!important;
	}
	
	ul#menu-hoofdnavigatie.nav.navbar-nav {
		padding: 1em 1em 2em;
	}
	
	.single-maker .makerintro {
		top: 67%!important;
		left: 0;
		padding-left: 5%!important;
		padding-right: 10%;
		font-size: 11px!important;
	}
	
	
	.page-artists .makerblok h1.entry-title,
	.page-artiesten .makerblok h1.entry-title {
		bottom: 0em;
		left: 1em;
		font-size: 1.6em;
	}

}
  
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	  .single-maker header#masthead.site-header.navbar {
	  	position: static;
	  	background:none!important;
	  	color: #3d4a68;
	  	padding-top: 1em;
	  	width: 100%;
	  }
	  
	  .single-maker ul#menu-hoofdnavigatie a {
	  	
	  }
	  
	  .single-maker  header#masthead.site-header.navbar.navbar-static-top div.container div.navbar-header button.navbar-toggle span.icon-bar {
		background-color: #3d4a68;
	}
	
	.single-maker header#masthead.site-header div.container {
	  	margin-left:0!important;
	  }
	  ul#menu-hoofdnavigatie.nav.navbar-nav {
	  	padding: 1em 1em 2em;
	  }
	  
	  .single-maker .makerintro {
	  	top: 57%!important;
	  	left: 0;
	  	padding-left: 5%!important;
	  	padding-right: 10%;
	  	font-size: 1em!important;
	  }
	  
	  .page-artists .makerblok h1.entry-title,
	  .page-artiesten .makerblok h1.entry-title {
	  	position: absolute;
	  	bottom: 2em;
	  	left: 2em;
	  	display: inline-block;
	  	background-color: #fff;
	  	padding: 4px 8px 4px 8px;
	  	color: #20213f;
	  }
	  
	  
	  
}
  
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	  .single-maker header#masthead.site-header.navbar {
	  	position: absolute;
	  	background: none!important;
	  	color: #20213f;
	  	padding-top: 1em;
	  }
	  
	  .single-maker header#masthead.site-header div.container {
	  	margin-left:4%!important;
	  }
	  
	  .single-maker .makerintro {
	  	position: absolute;
	  	top: 33%!important;
	  	left: 0;
	  	padding-left: 10%!important;
	  	padding-right: 10%;
	  }
}
  
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
 }
  
 /* Large Devices, Wide Screens */
 @media only screen and (min-width : 1200px) {
  
 }  



.site-namme {
	float: left!important;
}

.navbar-header,
.navbar-brand {
	width: auto!important;
}

div.navbar-header span.langspan {
	font-size: 13px;
	width: auto!important;
	float: left;
}

div.navbar-header span.langspan ul a,
div.navbar-header span.langspan ul a:hover {
	padding: 0!important;
	border: none!important;
	margin-left: 0!important;
}


div.navbar-header div.navbar-brand span.langspan .wpml-ls-current-language.wpml-ls-item-legacy-list-horizontal a span.wpml-ls-native {
	border-bottom: 2px solid #e4d0d2!important;
	padding-bottom: 0.2em;
}

.single-maker header#masthead.site-header.navbar a {
	color: #fff;
	border-bottom: 2px solid #fff;
}

.single-maker header#masthead.site-header.navbar a:hover,
.single-maker #menu-hoofdnavigatie li.active a {
	color: #20213f!important;
	border-bottom: 2px solid #20213f!important;
}

.makerheader {
	position: relative;
}

.img-responsive-maker {
	width: 100%;
}


.prod-speeldata-pers h2 {
	font-size: 1.4em;
	margin-bottom: 1em;
	
}


.productiesdiv h2,
h2.eerstvolgende {
	display: inline-block;
	padding: 4px 8px 4px 0px;
	color: #20213f;
	margin-top: 0;
}


.gripisheader {
	text-align: center;
	clear: both;
	margin-bottom: 1em;
}

.gripis {
	display: inline-block;
	padding: 4px 8px 4px 8px;
	color: #20213f;
	margin: 0 auto;
	text-align: center;
}


.homerecentnieuws {
	text-align: center;
}

h2.homenieuwstitel {
	display: inline-block;
	background-color: #fff;
	padding: 4px 8px 4px 8px;
	color: #20213f;
	margin: 0 auto;
	text-align: center;
}




.productiesdiv h2 {
	display: inline-block;
	padding: 4px 8px 4px 8px;
	color: #20213f;
	margin-top: 0;
	}

.productiesdiv h2:after {
    content: '';
    display: block;
    clear: both;
}


.persquotes {
	margin-bottom: 2em;
	margin-top: 3em;
}

.persquotes .persquote {
	font-size: 0.85em;
}

.persquotes .persbron {
	font-style: italic;
	font-size: 0.8em;
	margin-left: 1em;
	margin-bottom: 1.5em;
}

.item-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 55%; 
}
.item-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.item-content {
  padding-top: 0.6em;
  padding-bottom: 1em;
}




.item-text {
  position: relative;
  overflow: hidden;
  min-height: 40px;
  font-size: 1.2em;
  font-weight: bold;
}

.makerheader h1.entry-title {
	display: inline-block;
	background-color: #fff;
	padding: 4px 8px 4px 8px;
	color: #20213f;
	margin-top: 0;
}

.makerheader h1.entry-title:hover {
	border-bottom: 3px solid #333;
	
}


.single-maker .makerintro {
	position: absolute;
	top: 33%;
	left: 0;
	padding-left: 10%;
	padding-right: 10%;
}


.single-maker .intro { 
	 position: relative;
	 display: block;
	 border-left: 10px solid transparent;
	 overflow: visible;
	 color: #000;
	 line-height: 1.5em;
}  
.single-maker .intro span { 
	box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
	background-color: #fff;
	box-decoration-break: clone;
}

.makerintro .datatoggler {
}

.makerintro .datatoggler:hover {
 	cursor: pointer;
 	
}

.makerintrotekst {
	font-weight: bold!important;
	padding-bottom: 1em;
}


.makervanproductie {
	font-size: 1.4em;
}

#maker_detail {
	column-count: 3;
	column-gap: 60px;
	column-width: 300px;
	color: #000;
	padding-top: 2em;
	padding-bottom: 2em;
}

#logos img {
	width: 90px;
	margin-right: 0.6em;
}


.inopdrachtdiv {
	border-top: 2px solid #333;
	margin-top: 4em;
	margin-bottom: 1em;
	clear: both;
	overflow: hidden;
	padding-top: 2em;
	padding-left: 15px;
	padding-right: 15px;
}

.single-maker .flexslider {
	background: none!important;
	border: none!important;
	margin-top:2em;
}


.prod-speeldata-pers {
	padding-top: 1em;
}


.komendeproducties {
	margin-bottom: 1em;
	padding-bottom: 0.6em;
}

.komendeproductie {
	margin-bottom: 1em;
	padding-bottom: 0.6em;
}

.komendeproductie h2 {
	font-size: 1.2em;
}

span.festivalkal {
	font-size: 11px;
}

.flexslider {
background: transparent !important;
border: none!important;
}


.flex-viewport  li:not(.flex-active-slide) img{ 

height: 0 !important;
}


/*
PRODUCTIES ////////////////////////////////////////////////////////////////////////////////////
*/

.speeldatadiv {
	margin-bottom: 2em;
}

.page-kalender_test,
.page-kalender,
.page-calendar {
	background-color:#fff;
	color: #20213f;
}


.productiecontainer,
.gripeveningcontainer {
	padding-top:3em!important;
}

.kalenderdiv {
	padding-top: 2em;
}

.page-kalender_test header#masthead.site-header.navbar,
.page-kalender header#masthead.site-header.navbar,
.page-calendar header#masthead.site-header.navbar  {
	background-color:#fff;
	color: #20213f;
	padding-top: 1em;
}

.page-kalender_test header#masthead.site-header.navbar a,
.page-kalender header#masthead.site-header.navbar a,
.page-calendar header#masthead.site-header.navbar a {
	color: #000;
	border-bottom: 2px solid transparant;
}

.page-kalender_test header#masthead.site-header.navbar a:hover,
.page-kalender_test #menu-hoofdnavigatie li.active a,
.page-kalender header#masthead.site-header.navbar a:hover,
.page-kalender #menu-hoofdnavigatie li.active a,
.page-calendar header#masthead.site-header.navbar a:hover,
.page-calendar #menu-hoofdnavigatie li.active a  {
	color: #000!important;
	border-bottom: 2px solid #000!important;
}

.page-kalender_test .prodlijst,
.page-kalender .prodlijst,
.page-kalendar_new .prodlijst,
.prodrow.kalenderdiv ul.prodlijst,
.list-item {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 1.5em;
}

.jplist-drop-down{
	float:none!important;
	height:30px;
	box-shadow:none!important;
	border-bottom: 1px solid #333!important;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #dbdbdb;
	border-radius:3px;
	text-shadow:none!important;
	color:#27252a;width:150px;
	background:transparent!important;
	width: 90%!important;
	margin:10px 10px 0 0;
	position:relative;
}

.jplist-drop-down:hover .jplist-dd-panel{
	color:#999!important
}

.kalenderdiv div.jplist-drop-down div.jplist-dd-panel {
	width: 100%!important;
}

.jplist-drop-down ul li span {
	font-size: 0.8em;
}

.jplist-drop-down ul li.active span {
	font-size: 1em;
}

.jplist-drop-down ul{
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #444!important;
	border-radius:0!important;
	position:relative;
	top:-30px!important;
	z-index:1000;
	width:auto!important;
	display:none;
	overflow:hidden;
	background: #fff!important;
	list-style:none;
	margin:0;
	padding:0;
	box-shadow:none!important
}

.jplist-drop-down ul li{
	width:100%;
	overflow: hidden;
	float:left;
	height:24px!important;
	line-height:24px!important;
	text-indent:10px;
	cursor:pointer
}

.jplist-drop-down .jplist-dd-panel:after{
	content:'\25BC';
	color:#111;
	display:inline-block;
	position:absolute;
	right:10px;
	font-size: 0.7em!important;
	z-index:999!important
}


.jplist-reset-btn {
	background: transparent!important;
	font-size: 1em!important;
	width: auto!important;
}

.archieftoggler {
	clear: both;
}



.jplist-panel button{
	float:none!important;
	height:30px;
	box-shadow:none!important;
	border:none!important;
	border-radius:0!important;
	text-shadow:none!important;
	color:#000!important;
	background:transparent!important;
	margin:10px 10px 0 0;
	font-weight: normal!important;
	font-family: inherit!important;
}

.jplist-panel button:hover{
	color:#444!important;
	background:transparent!important;
}




.page-kalender_test .extra,
.page-kalender .extra,
.page-calendar .extra {
	font-size: 0.8em;
	font-style: italic;
}

.page-kalender_test .stad,
.page-kalender_test .land,
.page-kalender .stad,
.page-kalender .land,
.page-calendar .stad,
.page-calendar .land {
	text-transform: uppercase;
}

.page-kalender_test .prodrow,
.page-kalender .prodrow,
.page-calendar .prodrow {
	padding-top: 2.7em;
}

.page-kalender_test h1.entry-title,
.page-kalender h1.entry-title,
.page-calendar h1.entry-title {
	display: inline-block;
	background-color: #efdfb7;
	padding: 4px 8px 4px 8px;
	color: #20213f;
	margin-top: 0;
	font-size: 1.4em;
}

.page-kalender_test div.facetwp-selections,
.page-kalender div.facetwp-selections,
.page-calendar div.facetwp-selections  {
	margin-left:15px;
}

.page-kalender_test div.facetwp-selections ul
.page-kalender div.facetwp-selections ul,
.page-calendar div.facetwp-selections ul {
	padding-left: 10px;
	border-bottom: 1px solid #cc8e95;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
}

.page-kalender_test .facetwp-selection-label,
.page-kalender .facetwp-selection-label,
.page-calendar .facetwp-selection-label {
	font-weight: bold;
}


.datalink {
	;
	
}

.locatieinkalender {
	font-size: 0.8em;
}

.row.verleden .ticketlink {
	display: none;
}

.ticketlink img {
	width: 22px;
	margin-left: 10px;
}


a.ticketlink:hover,
.ticketlink img:hover {
	text-decoration: none;
	border: none;
}

ul.prodlijst li {
	margin-bottom: 0.6em;	
	border-bottom: 1px solid #aca48c;
	padding-bottom: 0.5em;
}

.persartikels {
	margin-top: 2em;
	margin-bottom: 2.5em;
}


.persartikel p.artikel {
	margin-bottom: 0.4em;
	overflow: hidden;
}


.persartikels h2,
.credits h2 {
	font-size: 18px;
	margin-bottom: 0.7em;
	background-color: rgba(190, 222, 192, 0.74);
	padding: 4px 8px;
	display: inline-block;
}

.persartikel p.bron_persartikel {
	margin-bottom: 0;
	float: left;
	margin-right: 1em;	
	font-size: 12px;
}

.persartikel p.datum_persartikel {
	font-size: 12px;	
}

.persartikel img {
	float: left;
	margin-right: 10px;
	height: 24px;
	vertical-align: middle;
}


.persquote .quote{
	margin-bottom: 0;
	font-size: 1.5em;
}

.persquote p.persbron {
	font-size: 1em;
	font-style: italic;
}


h6 {
	line-height: 1.4em;
}



.productiecontainer .speeldatadiv div.tourdata.row {
	border-bottom: 1px solid #9aa995;
	margin-bottom: 0.5em;
}

.single-productie {
	background-color:#d0d7c4;
	color: #20213f;
}

.single-productie header#masthead.site-header.navbar {
	background: none!important;
	color: #20213f;
}


.single-productie header#masthead.site-header.navbar a {
	color: #20213f;
	border-bottom: 2px solid #20213f;
}

.single-productie header#masthead.site-header.navbar a:hover,
.single-productie #menu-hoofdnavigatie li.active a {
	color: #20213f!important;
	border-bottom: 2px solid #20213f!important;
}

.single-productie .productiecontainer,
.gripeveningcontainer {
	padding-top: 2em;
}

.single-productie .productiecontainer .beeld {
	margin-bottom: 2em;
}

.single-productie .productieheaderimg {
	
}



.single-productie h1.entry-title {
	display: inline-block;
	background-color: #a2ddd0;
	padding: 4px 8px 4px 8px;
	color: #20213f;
	margin-top: 0;
}

.single-productie h2.speeldatatitel,
.gripeveningcontainer h2.speeldatatitel {
	font-size: 1.3em;
	background-color: rgba(190, 222, 192, 0.74);
	padding: 4px 8px;
	display: inline-block;
}

.row.verleden,
.tourdata.verleden {
	opacity: 0.5;
	display: none;
}


.productiecontainer div.row div.productier span.festivalkal {
	margin-left: 0;
}


.kleineinfo {
	font-size: 0.8em;
}

.toon-archief {
	display: inline-block;
	margin-bottom: 0.5em;
	font-size: 0.9em;
	opacity: 0.6;
}

.toon-archief:hover {
	border: none;
	opacity: 1;
}



.gripeveningcontainer .productier .intro p {
	font-size: 0.9em;
}


/*
GRIP EVENINGS /////////////////////////////////////////////////////////////////////////////
*/


.page-grip-evenings,
.grip_evening-template-default,
.page-grip_evenings {
	background-color:#d0d7c4;
	color: #20213f;
}

.page-grip-evenings header#masthead.site-header.navbar,
.page-grip_evenings header#masthead.site-header.navbar,
.grip_evening-template-default header#masthead.site-header.navbar {
	background: none!important;
	color: #20213f;
}


.page-grip-evenings header#masthead.site-header.navbar a,
.page-grip_evenings header#masthead.site-header.navbar a,
.grip_evening-template-default  header#masthead.site-header.navbar a {
	color: #20213f;
	border-bottom: 2px solid transparant;
}

.page-grip-evenings header#masthead.site-header.navbar a:hover,
.page-grip-evenings #menu-hoofdnavigatie li.active a,
.page-grip_evenings header#masthead.site-header.navbar a:hover,
.page-grip_evenings #menu-hoofdnavigatie li.active a,
.grip_evening-template-default header#masthead.site-header.navbar a:hover ,
.grip_evening-template-default #menu-hoofdnavigatie li.active a {
	color: #000!important;
	border-bottom: 2px solid #000!important;
}

.page-grip-evenings .site-footer,
.page-grip_evenings .site-footer,
.grip_evening-template-default .site-footer {
	background-color:#fff;
	color: #20213f;
}



.eerstvolgendegripeveningsdiv {
	margin-top: 2em;
}

.gripeveningsdiv {
	background-color:#fff;
	color: #20213f;
}



.gripeveningsdiv h1.entry-title{
	margin-top: 0;	
}

h1.eerstvolgendegripeveningstitel {
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 15px;
	padding-right: 15px;
}

ul.eerstvolgendegripeveningsul  {
	padding-left:1.5em;	
}

ul.eerstvolgendegripeveningsul li span.datumspan {
	display: inline-block; width: 200px;
}

.prodrow.gripeveningsdiv .eerstvolgendegripevenings a div.item-content {
	padding-bottom: 0;
}



.gripeveningsdiv .item-content {
  padding-top: 0.6em;
  padding-bottom: 1em;
}
.gripeveningsdiv  .item-text {
  position: static;
  overflow: hidden;
  min-height: auto;
  font-size: 1.6em;
  font-weight: bold;
}

.gripeveningsdiv .datumspan {
	margin-bottom: 2em;
	display: inline-block;
}

h2.eerstvolgendeh2 {
	margin-top: 2em;
	margin-bottom: 1em;
}


.page-grip-evenings h2.eerstvolgendeh2 {
	margin-top: 0em;
	margin-bottom: 1em;
}



.eerstvolgendegripeveningstitel {
	margin-bottom: 1em!important;
	margin-left: 15px;	
	font-size: 1.6em;
	background-color: rgba(190, 222, 192, 0.74);
	padding: 4px 8px;
	display: inline-block;
	
}



.page-grip-evenings .VoorbijeGRIPEveningsh2,
.page-grip_evenings .VoorbijeGRIPEveningsh2,
.gripeveningtitlrow h1.entry-title.gripeveningtitel {
	margin-top: 2em;
	margin-bottom: 1em;	
	font-size: 1.6em;
	background-color: #fff;
	padding: 4px 8px;
	display: inline-block;
}






.eerstvolgendegripeveningsrow {
	overflow: hidden;
}


.gripeveningcontainer .productier h1.entry-title {
	margin-top: 0;
}


.gripeveningdata {
	margin-bottom: 1em;
}

.gripeveningticketlink {
	margin-bottom: 1em;
}


.tekst{
	margin-bottom: 1em;
}


.articleblok.eerstvolgendegripevenings {
	margin-bottom: 1.5em;
}


.articleblok.eerstvolgendegripevenings .item-content {
  padding-top: 0.6em;
  padding-bottom: 0em;
}


.articleblok.eerstvolgendegripevenings .item-text {
  position: static;
  overflow: hidden;
  min-height: auto;
  font-size: 1.2em;
  font-weight: bold;
}




.gripeveningcontainer .productier .intro {
	font-size: 0.9em;
	margin-top: 3em;
}




/*
CONTACT ////////////////////////////////////////////////////////////////////////////////////
*/

.page-contact {
	background-color:#fff;
	color: #20213f;
}


.page-contact .site-footer {
background-color:#fff;
color: #20213f;
}

.page-nieuwsbrief,
.page-newsletter {
	background-color: #faf4f6;
	color:#20213f	
}

.contactdiv {
	padding-top: 2.8em;
}

.page-contact header#masthead.site-header.navbar {
	background-color:#fff;
	color: #20213f;
	padding-top: 1em;
}

.page-contact header#masthead.site-header.navbar a {
	color: #20213f;
	border-bottom: 2px solid transparant;
}

.page-contact header#masthead.site-header.navbar a:hover,
.page-contact #menu-hoofdnavigatie li.active a {
	color: #000!important;
	border-bottom: 2px solid #000!important;
}

.page-contact .infodiv {
	
}

.page-contact .dividercol:nth-child(2),
.page-contact .dividercol:nth-child(4),
.page-contact .dividercol:nth-child(8),
.page-contact .dividercol:nth-child(10),
.page-contact .dividercol:nth-child(14),
.page-contact .dividercol:nth-child(16),
.page-contact .dividercol:nth-child(20),
.page-contact .dividercol:nth-child(22) {
	display: none;
}

.page-contact h2 {
	display: inline-block;
	background-color: #fff;
	padding: 4px 8px 4px 8px;
	color: #20213f;
	margin-top: 0;
	font-size: 1.4em;
}


.teamul strong {
	display: inline-block;
	background-color: rgba(239, 241, 209, 0.5);
	padding: 4px 8px;
	margin-bottom: 0.6em;
}

.teamul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.teamul li {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 1em;
}


.rvb-partners {
overflow: hidden;
	margin-top: 2em;
	padding-top: 2em;
}

.rvb-partners ul,
.partnersul  {
	margin-left: 0;
	padding-left: 0;
}

.rvb-partners ul li {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 1em;
}

.partnersul {
	list-style-type: none;
	
}

.rvb-partners ul li {
	margin-bottom: 0em;
	display: inline;
}


li#menu-item-wpml-ls-3-nl {
	display: none;
}


.makerkomendeproducties ul.prodlijst {
	padding: 0;
	list-style-type: none;	
}


.makerkomendeproducties ul.prodlijst li {
	margin-bottom: 0.7em;
}


#productiedropdown {
	width: 200px;
	overflow: hidden;
}


.nwsbrfbtn {
	display: inline-block;
	margin-bottom: 1em;
	background-color: rgba(0,0,0,0.2);
	padding: 8px 8px;
	text-align: center;
}

.nwsbrfbtn:hover {
	border:none!important;
	background-color: rgba(0,0,0,0.5);
	color:#fff!important;
}
