/*
Theme Name: Ferdinand Binnendijk
Author: Renier Vermaak
Author URI: http://www.reniervermaak.nl
Version: 1.0
Text Domain: ferdinandbinnendijk
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Styles - Content */
body {
	font-family: 'fira-sans-2', sans-serif;
	font-weight: 600;
}

.entry-header {
	padding: 20px;
	line-height: 1.24em;
}

#nav {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 40px;
	width: 100%;
}
#nav {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 40px;
	width: 100%;
	margin-top: 40px;
}

.entry-content:before,
.entry-content:after {
	content: "";
	display: block;
	clear: both;
}

.entry-content {
	padding: 20px;
	line-height: 1.24em;
}

/* Headings */
.entry-header h1 {
	font-size: 2.0em;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	clear: both;
}
.entry-content h1, .entry-content h2 {
	color: #333;
	font-size: 2.0em;
	font-weight: normal;
	margin: 0 0 .8125em;
	line-height: 1.0em;
}
.entry-content h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content h4, .entry-content h5, .entry-content h6 {
	font-size: 14px;
	margin: 0;
}
.entry-content hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
.entry-content p, .entry-content ul, .entry-content ol, .entry-content dl {
	font-weight: 600;
}
.entry-content p {
	margin-bottom: 1.625em;
}
.entry-content ul, .entry-content ol {
	margin: 0 0 1.625em 2.5em;
	padding: 0;
}
.entry-content ul {
	list-style: square;
}
.entry-content ol {
	list-style-type: decimal;
}
.entry-content ol ol {
	list-style: upper-alpha;
}
.entry-content ol ol ol {
	list-style: lower-roman;
}
.entry-content ol ol ol ol {
	list-style: lower-alpha;
}
.entry-content ul ul, .entry-content ol ol, .entry-content ul ol, .entry-content ol ul {
	margin-bottom: 0;
}
.entry-content dl {
	margin: 0 1.625em;
}
.entry-content dt {
	font-size: 15px;
	font-weight: bold;
}
.entry-content dd {
	margin: 0 0 1.625em;
}
.entry-content strong {
	font-weight: bold;
}
.entry-content cite, .entry-content .entry-content em, .entry-content i {
	font-style: italic;
}
.entry-content cite {
	border: none;
}
.entry-content big {
	font-size: 131.25%;
}
.entry-content blockquote,
.entry-content blockquote p {
	font-family: Georgia, "Bitstream Charter", serif !important;
	font-style: italic !important;
	font-weight: normal;
	margin: 0 3em;
}
.entry-content blockquote em,
.entry-content blockquote i,
.entry-content blockquote cite {
	font-style: normal;
}
.entry-content blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.entry-content pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	padding: 0.75em 1.625em;
}
.entry-content code, .entry-content kbd, .entry-content samp, .entry-content var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.entry-content abbr, .entry-content acronym, .entry-content dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	margin: 0 0 1.625em;
}
.entry-content del {
	color: #333;
}
.entry-content ins {
	background: #fff9c0;
	border: none;
	color: #333;
	text-decoration: none;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
.entry-content sup {
	bottom: 1ex;
}
.entry-content sub {
	top: .5ex;
}
.entry-content input[type=text],
.entry-content textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
.entry-content input[type=text]:focus,
.entry-content textarea:focus {
	color: #333;
}
.entry-content textarea {
	padding-left: 3px;
	width: 98%;
}
.entry-content input[type=text] {
	padding: 3px;
}

/* Links */
.entry-content a,
.entry-content a em,
.entry-content a strong {
	color: #1b8be0;
	text-decoration: none;
}
.entry-content a:focus,
.entry-content a:active,
.entry-content a:hover {
	text-decoration: underline;
}

/* Alignment */
.entry-content .alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.entry-content .alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.entry-content .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Tables */
.entry-content table {
	border: none !important;
	border-bottom: 1px solid #ddd !important;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content tr th {
	border: none !important;
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td {
	border: none !important;
	border-top: 1px solid #ddd !important;
	padding: 6px 10px 6px 0;
}

/* Images */
.entry-content img[class*="wp-image-"] {
	height: auto;
	max-width: 97.5%;
}
.entry-content img.size-full {
	width: auto; /* Prevent stretching of full-size images in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content p img,
.entry-content .wp-caption {
	margin-top: 0.4em;
}
.entry-content img {
	border: 1px solid #ddd;
	padding: 6px;
}
.entry-content img.alignleft,
.entry-content img.alignright,
.entry-content img.aligncenter {
	margin-bottom: 1.625em;
}
.entry-content .wp-caption {
	background: #eee;
	border: none;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.entry-content .wp-caption img {
	display: block;
	margin: 5px auto 0 !important;
	max-width: 98%;
	border-color: #eee;
}
.entry-content .wp-caption .wp-caption-text,
.entry-content .wp-caption-dd {
	color: #666;
	font-family: Georgia, serif !important;
	font-size: 12px;
	margin: 0 0 0.6em 0 !important;
	padding: 0 0 5px 40px;
	position: relative;
	text-align: left;
}
.entry-content .wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
.entry-content a:focus img[class*="wp-image-"],
.entry-content a:hover img[class*="wp-image-"],
.entry-content a:active img[class*="wp-image-"] {
	background: #eee;
	border-color: #bbb;
}
.entry-content .wp-caption a:focus img,
.entry-content .wp-caption a:active img,
.entry-content .wp-caption a:hover img {
	background: #fff;
	border-color: #ddd;
}

.row:before, 
.row:after {
	content: "";
	display: block;
	clear: both;	
}

.row {
	clear: both;
}

/* =Structure
----------------------------------------------- */
#page {
	position: relative;
	max-width: 1200px;
	margin: 0px auto;
}

#header .site-name h1,
#header .site-name h2 {
	display: inline-block;
	line-height: 40px;
	font-size: 1.2em;
	color: #333;
}

#header .site-name {
	padding-left: 10px;
}

#header .site-name h1 a {
	color: #333;
	text-decoration: none;
}

#header .site-name h2 {
	font-weight: normal;
	margin-left: 0.1em;
}

#toggle_menu {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 40px;
	line-height: 40px;
	background: #e3e3e3;
	padding: 0px 0.5em;
	color: #333;
	text-decoration: none;
}

.menu-main-container {
	display: none;
}

.menu-main-container ul.menu {
	background: #e3e3e3;
	padding-left: 10px;
}

.menu-main-container ul.menu > li  {
	display: block;
}
.menu-main-container ul.menu > li > a  {
	display: block;
	text-decoration: none;
	color: #333;
	line-height: 40px;
	margin: 0px 0.1em 0 0;
}

.menu-main-container ul.menu > li.current-menu-item > a {
	text-decoration: underline;
}

.header-columns .column,
body.page-template-page-home .header-columns .column {
	height: auto;
	position: relative;
}

.header-columns .blog-item-image {
	height: 100%;
	max-height: 200px;
	overflow: hidden;
}

.header-columns .blog-item-image img {
	width: 100%;
	height: auto;
}

.header-columns .blog-item-intro {
	background: #e2413f;
	color: #fff;
	height: 100%;
}

.header-columns .blog-item-intro .entry-content {
	padding: 20px;
}
.header-columns .blog-item-intro .entry-content h2 {
	color: #fff;
}

.header-columns .blog-item-intro .entry-content .read-more {
	height: 30px;
}

.header-columns .blog-item-intro .entry-content .read-more a {
	display: block;
	float: right;
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 0.5em 0.7em;
}
.header-columns .blog-item-intro .entry-content .read-more a:hover {
	color: #e2413f;
	background: #fff;
}

.header-columns .row .column i.image {
	display: block;
	text-align: center;
	position: relative;
}
.header-columns .row .column i.image img {
	display: block;
	margin: 0px auto;
	height: 200px;
	width: auto;
}

.header-columns .row.row-two .column {
	position: relative;
}

.header-columns .row.row-two .column h2.title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	font-size: 1.5em;
	text-align: center;
	width: 100%;
	padding: 0 0 10px 0;
}

.header-columns .row.row-two .column h2.title a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
}

#primary {
	max-width: 800px;
	margin: 20px auto;
}

.entry-content .event-image img {
	height: 150px;
	width: auto;
	border: none;
	margin: 0px auto 10px auto;
}

.entry-content.agenda {
	text-align: center;
	border-top: 1px solid #e3e3e3;
}
#content .entry-content.agenda:first-child {
	border: none;
}

.header-columns .column .entry-content.agenda {
	color: #fff;
	border: none;
}

.entry-content.agenda h4 {
	font-size: 1.0em;
	font-weight: 400;
	text-transform: uppercase;
}
.entry-content.agenda h3 {
	text-transform: none;
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1.2em;
	margin: 0.5em 0px;
}

.entry-content.agenda h3.date {
	margin: 1.2em 0px 0.5em 0px;
}

.entry-content.agenda h2 {
	font-size: 2.0em;
	font-weight: 600;
}
.header-columns .entry-content.agenda h2 {
	color: #fff;
}

.entry-content.agenda p.more {
	margin-bottom: 0px;
}

.entry-content.agenda p.more a {
	text-decoration: underline;
	font-weight: 600;
}
.header-columns .entry-content.agenda p.more a {
	color: #fff;
}

.header-columns .row .column .page-title {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.header-columns .row .column .page-title h1 {
	color: #fff;
}

body.archive .header-columns .row.row-one .column {
	height: auto;
	min-height: 200px;
}

.header-columns .row.row-one .column .blog-item-image img {
		/* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	  /* IE 5-7 */
	  filter: alpha(opacity=50);
	  /* Netscape */
	  -moz-opacity: 0.5;
	  /* Safari 1.x */
	  -khtml-opacity: 0.5;
	  /* Good browsers */
	  opacity: 0.5;
}
body.page-template-page-home .header-columns .row.row-one .column .blog-item-image img {
		/* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	  /* IE 5-7 */
	  filter: alpha(opacity=100);
	  /* Netscape */
	  -moz-opacity: 1;
	  /* Safari 1.x */
	  -khtml-opacity: 1;
	  /* Good browsers */
	  opacity: 1;
}

.header-columns .row .column .page-title {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.header-columns .row .column .page-title h1 {
	line-height: 234px;
	text-align: center;
	font-size: 2.0em;
	font-weight: 500;
}

.quotescollection-quote {
	margin: 50px 0px;
}

.quotescollection-quote p {
	font-size: 1.8em;
	line-height: 1.325em;
}

.quotescollection-quote .attribution {
	display: block;
	margin-top: 20px;
	font-size: 1.2em;
}

#media {
	margin-bottom: 30px;
}

#media .row .column,
#ensembles .row .column {
	width: 100%;
}


#media .video {

}

#media iframe {
	display: block;
	width: 100%;
	height: auto;
}

#ensembles {
	margin-bottom: 30px;
}

#ensembles .row .column img {
	display: block;
	width: 100%;
	height: auto;
}

#ensembles .row .column .ensemble {
	position: relative;
}

#ensembles .row .column a h2 {
	color: #fff;
	text-decoration: none;
	font-size: 1.4em;
}

#ensembles .row .column h2 {
	position: absolute;
	width: 100px;
	bottom: 20px;
	left: 0px;
	width: 100%;
	text-align: center;
}

#media .row .column.column-title {
	background: #47717f;
	color: #fff;
}
#ensembles .row .column.column-title {
	background-color: #e2413f;
	color: #fff;
}

#media .row .column.column-title h1 {
	line-height: 2.0em;
	text-align: center;
	font-size: 2.0em;
	font-weight: 100;
}
#ensembles .row .column.column-title h1 {
	line-height: 2.0em;
	text-align: center;
	font-size: 2.0em;
	font-weight: 100;
}

#ensembles .row .column a .overlay {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
}
#ensembles .row .column a:hover .overlay {
	display: block;
	opacity: 0;
}

#footer {
	width: 100%;
	background: #e4e4e4;
}

#footer .inner {
	max-width: 1200px;
	margin: 0px auto;
	padding: 30px 0px;
	text-align: center;
}

/* styles for 600px and higher */
@media screen and (min-width : 375px) {
	#nav {
		position: initial;
		width: initial;
		height: auto;
		top: 0px;
		margin: 0px;
	}
}

/* styles for 600px and higher */
@media screen and (min-width : 600px) {
	#header .row .column {
		display: block;
		float: left;
	}
	.row #nav.column {
		float: right;
		padding-right: 10px;
	}

	#toggle_menu {
		display: none;
	}
	.menu-main-container {
		display: block;
	}

	.menu-main-container ul.menu {
		background: none;
	}

	.menu-main-container ul.menu > li  {
		display: inline-block;
	}

	.menu-main-container ul.menu > li > a  {
		float: left;
	}

	#media .row .column {
		width: 50%;
		float: left;
	}
	#ensembles .row .column {
		width: 50%;
		float: left;
	}
}

/* styles for 800px and higher */
@media screen and (min-width : 768px) {
	#header {
		height: 60px;
	}

	#header .site-name h1,
	#header .site-name h2 {
		line-height: 60px;
		font-size: 1.4em;
	}

	#header .site-name {
		padding-left: 20px;
	}

	.row .column {
		display: block;
		float: left;
	}

	.row .column.column-10 { width: 10%; }
	.row .column.column-20 { width: 20%; }
	.row .column.column-25 { width: 25%; }
	.row .column.column-30 { width: 30%; }
	.row .column.column-33 { width: 33.33%; }
	.row .column.column-40 { width: 40%; }
	.row .column.column-50 { width: 50%; }
	.row .column.column-60 { width: 60%; }
	.row .column.column-66 { width: 66.66%; }
	.row .column.column-70 { width: 70%; }
	.row .column.column-75 { width: 75%; }
	.row .column.column-80 { width: 80%; }
	.row .column.column-90 { width: 90%; }
	.row .column.column-100 { width: 100%; }

	.header-columns .row.row-one .column {
		height: 260px;
	}
	body.archive .header-columns .row.row-one .column {
		height: 260px;
	}
	body.page-template-page-home .header-columns .row .column {
		height: 300px;
	}
		body.page-template-page-home .header-columns .row.row-zero .column {
			height: auto;
		}
		body.page-template-page-home .header-columns .row.row-zero .column img {
			height: auto;
			display: block;
		}

	.header-columns .row.row-one .column h1 {
		font-size: 2.6em;
		line-height: 260px;
	}

	.row #nav.column {
		padding-right: 20px;
	}

	.menu-main-container ul.menu > li > a  {
		line-height: 60px;
		margin: 0px 0.6em 0 0;
	}

	.header-columns .blog-item-image {
		max-height: none;
	}

	.header-columns .column {
		height: 300px;
	}

	.header-columns .row.row-two .column h2.title {
		font-size: 2.0em;
		padding: 0 0 20px 0;
	}
}

/* styles for 1024px and higher */
@media screen and (min-width : 1024px) {
	#header {
		height: 80px;
	}

	#header .site-name h1,
	#header .site-name h2 {
		line-height: 80px;
		font-size: 1.6em;
	}

	#header .site-name {
		padding-left: 30px;
	}

	.row #nav.column {
		padding-right: 30px;
	}

	.menu-main-container ul.menu > li > a  {
		font-size: 1.1em;
		line-height: 80px;
		margin: 0px 1.2em 0 0;
	}

	body.page-template-page-home .header-columns .row.row-one .column {
		height: 400px;
	}

	.header-columns .blog-item-intro .entry-content {
		padding: 40px;
	}
	.header-columns .blog-item-intro .entry-content h2 {
		font-size: 2.2em
	}
	.header-columns .blog-item-intro .entry-content {
		font-size: 1.2em
	}

	#media .row .column {
		width: 33.33%;
		float: left;
	}
	#ensembles .row .column {
		width: 33.33%;
		float: left;
	}
}

/* styles for 1124px and higher */
@media screen and (min-width : 1124px) {
	.header-columns .row-one .column {
		height: 440px;
	}
}

/* styles for 1200px and higher */
@media screen and (min-width : 1200px) {
	#header .site-name {
		padding-left: 5px;
	}
	.row #nav.column {
		padding-right: 0px;
	}
}
