/*
Theme Name: Band on the wall
Theme URI: http://ohdigital.co.uk
Description: Custom theme by OH Digital. Portions based on code by http://html5reset.org.
Author: OH Digital
Author URI: http://ohdigital.co.uk
Version: 1
*/

/*
	HTML5 Reset Wordpress Theme :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

	Special thanks: The Wordpress theme owes its start to an empty theme authored
		by Chris Coyier & Jeff Starr: http://digwp.com

-------------------------------------------------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

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

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

/* 
 * WordPress Core
 */
.entry-content .aligncenter,
.entry-content div.aligncenter,
.entry-content a img.aligncenter  {
	display: block;
	margin: 0.5em auto 0.5em auto;
}

.entry-content .alignright, 
.entry-content a img.alignright,
.entry-content .image-right {
	float:right;
	margin: 5px 0 20px 20px;
}

.entry-content .alignleft,
a img.alignleft,
.entry-content .image-left {
	float: left;
	margin: 5px 20px 20px 0;
}

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

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

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

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

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

.entry-content .wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 4px 5px;
}

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

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

/* 
 * Icons
 */
@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?msdf17");
	src: url("fonts/icomoon.eot?m4dxer#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?m4dxer") format("truetype"), url("fonts/icomoon.woff?msdf17") format("woff"), url("fonts/icomoon.svg?m4dxer#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
	content: "\e900";
}

.icon-search:before {
	content: "\e901";
}

.icon-play:before {
	content: "\e902";
}

.icon-facebook:before {
	content: "\e903";
}

.icon-instagram:before {
	content: "\e904";
}
.icon-twitter:before {
	content: "\e905";
}
.icon-soundcloud:before {
	content: "\e906";
}
.icon-youtube:before {
	content: "\e907";
}

.social-networks,
.logos-list,
#nav ul,
.intro-gallery .pagination ul,
.ordered-lists,
.categories-list,
.footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
main:after,
#nav ul:after,
.intro-block:after,
.content-block:after,
.footer-nav:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
	background: #2d0029;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #fff;
	background: #492545;
	font: 16px/1.188 "Neue Helvetica W01", "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.logos-list img{
	height: 39px;
	width: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h ,
.white-button{
	font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #be1e2d;
	text-decoration: none;
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
}

a:hover,
a:focus {
	/*color: #5d9192;*/
	-webkit-transition: all linear .25s;
	transition: all linear .25s;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #d1d3d4;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #010101;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #502f4c;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #502f4c;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #502f4c;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #502f4c;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #502f4c;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#wrapper.home {
	font-size: 14px;
	line-height: 18px;
}
.page-template-template-picturehouse-php #wrapper.home {
	font-size: 16px;
	line-height: 1.188;
}
#wrapper.home main h1,
.green-header,
.load-more,
.month-picker,
.view-more{
	font-size: 21px;
	line-height: 21px;
    margin: 0 0 13px;
	color: #5d9192;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #5c8b8d!important;
	text-transform: uppercase;
	padding: 4px 11px;
	min-width: 247px;
}
#sidebar .announcements-area .block-holder{
    padding: 0 6px 9px;	
}
#sidebar .announcements-area:before{
	display: none;
}
.yellow-button{
    display: inline-block;
    padding: 5px 42px;
}
.yellow-button.alt {
    color: #2d0029;
    display: block;
    float: right;
    padding: 5px 42px;
}
.load-more,
.view-more{
	border-color: #fff!important;
	color:#fff;
    font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Arial", "Helvetica", sans-serif;
    font-weight: bold;
    text-align: center;	
    margin-top: 7px;    
}
.ajax-loader{
	width: 16px;
	height: 16px;
	display: inline-block;
    margin: 14px 9px;
	background: url(images/ajax-loader.gif);
	display: none;
}
#header .ajax-loader{
	margin: -2px 9px;
	background: url(images/ajax-loader-header.gif);
	display: none;
}
.load-more:hover{
	color:#5d9192;
}
#wrapper.home main h2,
.video-block h2{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 8px;
	text-transform: none;
	letter-spacing: .2px;
	font-family: "Neue Helvetica W01", "Arial", "Helvetica", sans-serif;
}
#wrapper.home .content-area .post{
	min-height:336px;	
}
#wrapper.home main p {
	margin: 0 0 1em;
}
#wrapper.home main .address-block h2 {
	letter-spacing: .2px;
	line-height: 18px;
	margin: 0;
}

#wrapper #intro-slider.intro-gallery h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 21px;
	margin: 0 0 10px;
	display: block;
	padding: 0;
	text-transform: none;
    border: 0px solid transparent!important;
	font-family: "Neue Helvetica W01", "Arial", "Helvetica", sans-serif;
}

#wrapper.home .intro-gallery p {
	margin: 0 0 10px;
}

#wrapper.home .announcements-area h2 ,
.announcements-area .event-block h2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	font-family: "Neue Helvetica W01", "Arial", "Helvetica", sans-serif;
    margin: 0 0 2px;
	text-transform: initial;
}

#wrapper.home .announcements-area p,
.announcements-area .event-block p {
	margin: 0 0 7px;
	font-size: 14px;
	line-height: 18px;
}

#main .gform_wrapper li.gfield.gfield_error.gfield_contains_required,
#main .gform_wrapper li.gfield.gfield_error, 
#main .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	background-color: transparent;
	margin-bottom: 0px!important;
	margin-top: 0px;
	padding: 0;
	border-top: 0px solid #C89797;
	border-bottom: 0px solid #C89797;	
}
#main .contact-page .gform_wrapper .top_label .gfield_error {
    width: 47%;
}
#main .careers .gform_wrapper .top_label .gfield_error {
    width: 100%;
}
#main .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-bottom: 0px;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-left: 0px!important;
}
.gform_wrapper li.gfield_error input[type=email], 
.gform_wrapper li.gfield_error input[type=number], 
.gform_wrapper li.gfield_error input[type=password], 
.gform_wrapper li.gfield_error input[type=tel], 
.gform_wrapper li.gfield_error input[type=text], 
.gform_wrapper li.gfield_error input[type=url], 
.gform_wrapper li.gfield_error textarea {
   /* border: 0px solid #790000!important;*/
       border: 1px solid #5c8b8d!important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	color:#5c8b8d;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
	padding-bottom: 5px;
}
.gform_wrapper .gfield_error .gfield_label{
	color:#ff6b00!important;
}
#main .validation_error{
	color:#ff6b00!important;
    font-size: 0.9em;
    font-weight: normal;
    margin-bottom: 0px;
    border-top: 0px solid #790000;
    border-bottom: 0px solid #790000;
    padding: 0;
    clear: both;
    width: 97.5%;	
}
#main .careers .validation_error,
#main .careers .gfield_description.validation_message{
	display: block;
    padding-left: 33%!important;
	color:#ff6b00!important;    
}
.white-button{
	padding:8px 15px;
	color:#260021;
	background: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-weight:bold;
	margin-right: 10px;
}
.white-button:hover{
	background: #5d9192;
}
.secondary-nav .white-button.filter{
    background: url(images/arrow-down-box.png) #fff right 5px center no-repeat;
	text-align: left;
    padding-left: 8px;
    display: inline-block;
    width: 240px;    
}
.secondary-nav .white-button.filter.open{
    background: url(images/arrow-up-box.png) #fff right 5px center no-repeat;
}
#header .container.filter-area{
	display: none;
}
#header .container.filter-area.open{
	display: block;
}
#header .filter-area > #content{
    margin-right: 19px;	
}
.page-template-archive-artist #header .filter-area > aside{
	width: 40%;
	float: left;
}
#header .filter-area{
	text-transform: initial;
    border-top: 1px solid #577f85;
    padding: 10px 0px 0;
}
#header .filter-area h1{
    font-family: "Neue Helvetica W01", "Arial", "Helvetica", sans-serif;
    font-size: 17px;
    text-transform: uppercase;	
}
#header .filter-area input[type=checkbox]{
	display: none;
}
#header .filter-area label{
    font-size: 14px;
    margin-bottom: 4px;
    display: inline-block;
    cursor: pointer;
}
#header .filter-area form input[type=submit]{
    margin-top: 6px;
}
#header .filter-area label:before {  
    border-radius: 11px;  
	content: "";  
    display: inline-block;  
	width:11px;
	height:11px;
    margin-right: 7px;
    border:2px solid #fff;
 	font-size: 25px;
 	line-height: 30px;
 	text-align: center;
 	color:#351030; 
 	overflow: hidden;
}
#header .filter-area input[type=checkbox]:checked + label:before {  
    content: "";
    background: #ec1c23;
} 
#header .filter-area .filter-type label{
    margin-bottom: 4px;
    cursor: pointer;
	text-transform: uppercase;
	display: block;
	color: #2D0029;
	background: #b8acb1;
	font-weight: bold;
	padding: 3px;
	font-family: "Gotham Cond SSm A","Gotham Cond SSm B","Arial","Helvetica",sans-serif;
	font-size: 21px;
	line-height: 21px;
	min-width: 124px;
	border: 0px solid transparent;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;	
}

#header .filter-area .filter-type input[type=checkbox]:checked + label.event_type-live,
#header .filter-area .filter-type label.event_type-live.active{
	background: #81B775;
}
#header .filter-area .filter-type input[type=checkbox]:checked + label.event_type-learning,
#header .filter-area .filter-type label.event_type-learning.active{
	background: #00D7ED;
}
#header .filter-area .filter-type input[type=checkbox]:checked + label.event_type-club-nights,
#header .filter-area .filter-type label.event_type-club-nights.active{
	background: #F7F48D;
}
#header .filter-area .filter-type input[type=checkbox]:checked + label.event_type-tours-external-events,
#header .filter-area .filter-type label.event_type-tours-external-events.active{
	background: #EF62A4;
}
#header .filter-area .filter-type label:before {  
    display: none;
}  
#header .reset-button{
    margin-top: 10px;	
    color:#2d0029;
}
/*#header .filter-area .filter-type label:hover,
#header .filter-area .filter-type input[type=checkbox]:checked + label.event_type-learning,
#header .filter-area .filter-type label.event_type-learning:hover,
#header .filter-area .filter-type input[type=checkbox]:checked + label.event_type-club-nights,
#header .filter-area .filter-type label.event_type-club-nights:hover,
#header .filter-area .filter-type input[type=checkbox]:checked + label.event_type-tours-external-events,
#header .filter-area .filter-type label.event_type-tours-external-events:hover,
#header .filter-area .filter-type label.event_type-live:hover,
#header .filter-area .filter-type input[type=checkbox]:checked + label.event_type-live{
	background: #fdb813;	
}*/
#header .filter-type h2, 
#header .filter-genre h2 {
	font: inherit;
	font-size: 14px;
	padding-bottom: 12px;
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #fff;
}
#header .filter-type {
	float: left;
	width: 24%;
	margin-right: 3%;
}
#header .filter-genre {
	float: left;
	width: 73%;
}
#header .filter-genre{
	display: inline-block;
}
#header .filter-genre .filters-normal{
	width:50%;
    display: inline-block;		
}
#header .filter-genre .learning-filters-col{
    width: 44%;
    float: right; 
}
#header .filter-submit {
	clear: both;
	padding: 10px 0 0;
}
#header .filter-select div span:after{
	content:', ';
}
#header .filter-select div span:last-child:after{
	display: none;
}
.filter-select{
    font-size: 14px;
    margin-bottom: 6px;
    width: 60%;
}
#header .page-template-archive-artist .filter-area{
	display: block;
}
.page-template-archive-artist .filter-select{
	width: 100%;
	margin-top: 10px;   
}
.filter-select span{
	display: inline-block;
    padding-right: 2px;	
}
.filter-info{
    text-transform: initial;
    float: right;
    padding-top: 6px;
    font-size: 15px;
}
.half-width{
    width: 49.5%;
	display: inline-block;
}
.event-list-type{
	list-style: none;
	padding:0px;
    margin: 0px 0px 19px;	
}
.event-list-type li {
    display: inline-block;
    width: 49%;
}
.event-list-type li:last-child{
    float: right;	
}
#event-filter.event-list-type li > a{
    text-align: left;
    padding: 5px 8px;
    color:#492545;
}
#event-filter.event-list-type li > a.current{
	background: #fdb813;
}
#event-filter.event-list-type li > a:hover{
	background:#5d9192;
}
.white-outline-button{
    display: inline-block;
    width: 245px;
    float: right;
}
.month-picker{
    clear: both;
    display: block;
    font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Arial", "Helvetica", sans-serif;
    font-weight: bold;
    padding: 5px 5px 3px 6px;
}
.event-archive .announcements-area:before{
	display: none;
}
.event-archive.announcement-block {
    margin: 0px;
}
.month-picker .prev,
.month-picker .next{
	background: url(images/arrow-prev.png?v=2);
	width: 18px;
	height: 18px;
	display: inline-block;
	margin:0 2px;	
	text-indent: -1000px;
	overflow: hidden;
	float:right;
}
.month-picker .next{
	background: url(images/arrow-next.png?v=2);
}
.month-picker .next:hover{
	background-image: url(images/arrow-next-hover.png);
}
.month-picker .prev:hover{
	background-image: url(images/arrow-prev-hover.png);
}
.month-picker > span{
	font-size:initial;
	color:#fff;
	font-family: "Neue Helvetica W01", "Arial", "Helvetica", sans-serif;	
    text-transform: none;
    font-size: 15px;
    position: relative;
    top: -1px;
}

.container,
main {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 10px;
	clear: both;
}
#header {
	background: #2d0029;
	color: #fff;
	text-transform: uppercase;
	padding: 11px 0 13px;
	margin: 0 0 10px;
	position: relative;
}
#header .container,
#header main {
	position: relative;
}

.panel-block{
	text-align: right;
	font-size: 11px;
	line-height: 15px;
	color: #5d9192;
	margin: 0 0 11px;
}
.panel-block a{
    color: #5d9192;
}
.panel-block .info-area {
	white-space: nowrap;
	text-align: center;
    padding: 0 0 6px 0px;
	text-align: right;
	position: relative;
	border-bottom: 1px solid #577f85;
}

/*.panel-block .info-area:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}*/

.panel-block .info-area > * {
	white-space: normal;
	display: inline-block;
	vertical-align: top;
	max-width: 99%;
}

.panel-block .info-block {
	max-width: 240px;
	font-weight: bold;
}

.panel-block .info-block span {
	color: #fff;
}

.social-networks {
	overflow: hidden;
	margin: 0 0 0 9px;
	max-width: 132px;
}
.social-networks.desktop-hidden {
	display: none;
	float: right;
	max-width: inherit;
	width: 35.1%;
}

.social-networks.desktop-hidden li {
	margin: 0 0 4px 6px;
}

.social-networks.desktop-hidden a {
	width: 32px;
	height: 32px;
	border-radius: 5px;
	color: #2d0029 !important;
	background: #fff;
}

.social-networks.desktop-hidden a span {
	font-size: 24px;
}

.social-networks.desktop-hidden a span.icon-facebook {
	font-size: 29px;
}

.social-networks li {
	float: left;
	margin: 0 0 5px 7px;
}

.social-networks a,
.newsletter-holder{
	width: 26px;
	height: 26px;
	border-radius: 3px;
	background: #502f4c;
	color: #fff;
	display: block;
	text-align: center;
}

.social-networks a:after {
	content: "";
	height: 100%;
	margin-left: -5px;
	display: inline-block;
	vertical-align: middle;
}

.social-networks a:hover {
	background: #5d9192;
}

.social-networks a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 19px;
	line-height: 0;
	margin: 0 0 0 -4px;
}

.social-networks a span.icon-facebook {
    font-size: 17px;
    margin: 0px 0 0 -6px;
}
.panel-block a.season-brochure-link{
	background: #502f4c url("images/ico-brochure.png") no-repeat center left 5px;
	border-radius: 3px;
	color: #fff ;
	display: inline-block;
	vertical-align: top;
	
	padding: 2px 10px 0px 37px;
	min-width: 173px;
	font-size: 19px;
	line-height: 24px;
	font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Arial", "Helvetica", sans-serif;
	font-weight: 500;
	text-align: center;
	margin-left: 6px;
}
.panel-block a.season-brochure-link:hover {
	background-color: #5d9192;
}

.header-frame {
	margin: 0 0 10px;
	border-bottom: 1px solid #577f85;
	overflow: hidden;
}
.newsletter-holder{
	background: #502f4c;
    width: auto;
    position: relative;
    vertical-align: top!important;
    margin-left: 6px;
}
.newsletter-holder input[type=email],
.newsletter-holder input[type=submit]{
	background: transparent;
	border:none;
}
.newsletter-holder input[type=email]{
    padding: 2px 10px 0px 37px;
    width: 173px;
    font-size: 19px;
    font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Arial", "Helvetica", sans-serif;
    font-weight: 500;
    text-align: center;
}
.newsletter-holder input[type=submit]{
	background: url(images/ico-mail.png) no-repeat 2px 2px;
    position: absolute;
    height: 23px;
    overflow: hidden;
    text-indent: -1000px;
    width: 31px;
	top: 1px;
	left: 4px;    
}
.newsletter-holder input:focus{
    outline: none;
}
#header .newsletter-holder input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
#header .newsletter-holder input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
#header .newsletter-holder input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
#header .newsletter-holder input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
#header .newsletter-holder input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #fff;
}
.title-block {
	display: none;
	padding: 10px 0 0;
}

.title-block h1 {
	font-size: 18px;
	line-height: 22px;
	color: #5d9192;
	border: 1px solid #5c8b8d;
	text-transform: uppercase;
	min-width: 246px;
	font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Arial", "Helvetica", sans-serif;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	padding: 1px 7px 7px;
}

.logo {
	width: 267px;
	margin: 0 15px 15px 0;
	float: left;
}

.logo img {
	display: block;
	width: 100%;
}
.logo a{
    display: block;
    width: 100%;
    height: 80px;
    background: url(images/logo-alt.png) no-repeat top;
    background-size: 100% auto;
}
.logo a:hover{
	background-image: url(images/logo-hover-alt.png);
}

.logo a,
a.warsteiner,
a.guide{
	overflow: hidden;
	text-indent: -1000px;
}

.logos-list {
	overflow: hidden;
	padding: 0 0 7px 26px;
	display: inline-block;
}

.logos-list li {
	float: left;
	margin: 0 0 5px 5px;
}

.logos-list li:first-child {
	margin: 0;
}
.logos-list li:first-child {
	margin: 0;
}
.logos-list li.alignright {
	float: right;
}

.logos-list a.warsteiner{
	display: inline-block;
	width:125px;
	height:80px;
    background: url(images/logo1.png) no-repeat top;
    background-size: 100% auto;
}
/*.logos-list a.warsteiner:hover{
    background-image: url(images/logo1-hover.png);	
}*/
.logos-list a.guide{
	display: inline-block;
	width:79px;
	height:79px;
    background: url(images/logo2.png) no-repeat top;
    background-size: 100% auto;
}
.logos-list a.guide:hover{
    background-image: url(images/logo2-hover.png);	
}


.search-form {
	left: 11px;
	position: absolute;
	top: -1px;
	width: 247px;
}

.search-form.active {
	background: #2d0029;
}

.search-form .form-elements,
#artist-filter .form-elements {
	padding: 0 27px 0 0;
	border: 1px solid #5a888c;
	height: 28px;
}

.search-form input[type="search"],
#artist-filter input[type="search"] {
	width: 100%;
	display: block;
	color: #fff;
	background: none;
	border: 0;
	height: 26px;
	font-size: 14px;
	line-height: 18px;
	padding: 3px 9px;
	margin: 0;
	box-sizing: border-box;
}
#header .search-form ::-webkit-input-placeholder,
#artist-filter .form-elements ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #fff;
}
#header .search-form :-moz-placeholder,
#artist-filter .form-elements :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #fff;
	opacity:  1;
}
#header .search-form ::-moz-placeholder,
#artist-filter .form-elements ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #fff;
	opacity:  1;
}
#header .search-form :-ms-input-placeholder,
#artist-filter .form-elements :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #fff;
}
#header .search-form :placeholder-shown,
#artist-filter .form-elements :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
	color:    #fff;
}
.search-form button,
#artist-filter button {
	height: 17px;
	width: 17px;
	background: none;
	color: #fff;
	font-size: 16px;
	line-height: 0;
	white-space: normal;
	margin: 0;
	display: block;
	position: absolute;
	right: 6px;
	top: 4px;
	border: 0;
	padding: 0;
}

.search-form button:hover,
#artist-filter button:hover{
	color: #fdb813;
}

.search-opener {
	display: none;
	width: 31px;
	height: 31px;
	color: #fff;
	font-size: 30px;
	position: absolute;
	right: 100px;
	top: 7px;
}

#nav {
	border-bottom: 1px solid #577f85;
	padding: 0 0 7px;
}

#nav .drop {
	position: relative;
}

#nav .menu,
#nav .opener,
.secondary-nav .menu {
	font-size: 23px;
	line-height: 18px;
	font-weight: 600;
	font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Arial", "Helvetica", sans-serif;
}

#nav.active {
	border-bottom: 1px solid #577f85;
}

#nav.active .opener {
	background: #ffcf5c;
}

#nav.active ul {
	margin-top: 0;
	margin-bottom: 1px;
}

#nav ul {
	max-width: 630px;
}

#nav li,
.secondary-nav .menu li{
	float: left;
	margin: 0 2px 4px;
}

#nav .menu a,
#nav .opener,
.secondary-nav .menu a{
	display: block;
	padding: 4px 7px;
	color: #fff;
	background: #492545;
}

#nav .opener {
	display: none;
}

.secondary-nav .menu{
	padding: 0;
	margin: 0;
	list-style-type: none;
	overflow: hidden;
	margin-bottom: 5px;
}


#nav .current-menu-item a,
#nav .current-menu-parent a,
#nav .current-page-ancestor a,
.secondary-nav .menu .current-menu-item a,
.secondary-nav .menu .current-menu-parent a,
.secondary-nav .menu .current-page-ancestor a{
	background: #fdb813;
	color: #2d0029;
}
#nav .menu a:hover,
#nav .opener:hover
.secondary-nav .menu a:hover{
	background: #5c8b8d;	
	color: #fff;
}
.secondary-nav .menu .donate a{
	background: #ec008c;
}

#nav .btn-email {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	position: absolute;
	right: 10px;
	top: 0;
}

#nav .btn-email a {
	border-radius: 3px;
	background: #502f4c;
	color: #fff;
	min-width: 164px;
	display: block;
}

#nav .btn-email a:hover {
	background: #795475;
}

#nav .icon-email {
	display: inline-block;
	font-size: 24px;
	margin: -3px 28px -6px -1px;
	vertical-align: top;
}
.secondary-nav{
    border-bottom: 1px solid #577f85;
    padding: 10px 0 1px;
}
.secondary-nav .back{
	display: block;
    max-width: 256px;
    font-size: 22px;
    text-align: center;
    padding: 1px 2px;
    margin-bottom: 8px;    
}

.access-area{
	font-weight: bold;
	position: absolute;
	bottom: 0;
	right: 10px;
	text-align: right;
}
.access-area a{
	color: #fff;
}
.access-area .contrast a{
	font-size: 90%;
}

main h1,
.date-header,
.event-meta{
	font-size: 32px;
	line-height: 37px;
	margin: 0 0 4px;
	text-transform: uppercase;
}
.event-meta .prices p{
	margin: 0;
}
.event-meta .venue span{
	color:#fdb813;
}
main h2 {
	font-size: 22px;
	line-height: 25px;
	margin: 0 0 8px;
	font-weight: 600;
	text-transform: uppercase;
}
main p {
	margin: 0 0 20px;
}
.part-of{
    padding: 10px 0 0;
}
.part-of a{
	color:#fdb813;
}
.entry-content a{
	color:#fff;
	text-decoration: underline;
}
.entry-content a:hover{
	color:#5d9192;	
}
.entry-content .read-testimonials{
    font-size: 21px;
    width: 50%;
    text-decoration: none;
    margin-bottom: 10px;    
}
.entry-content .read-testimonials:hover{
	color:#fff;
}
.intro-block {
    float: left;
    width: 76%;
    padding: 0 5px;
    margin: 0 -5px;
}
.intro-block .content-area {
	width: 33.333%;
}
#news-green{
	width: 33%;	
}
.content-block{
	position: relative;
	margin: 0 -6px 12px;
	padding: 0 0 10px;
	color: #010101;
}
.content-block:after{
	position: absolute;
    left: 6px;
    right: 6px;
    bottom: 0;
    content: "";
    background: #577f85;
    height: 1px;
}
#news-wide.content-block:after,
.page-template-template-news .content-block:after{
	display: none;
}
.credit{
    display: block;
    padding: 0px 0 10px;
}
.intro-gallery {
    position: relative;
    width: 66.66%;
    float: left;
    padding: 0 6px;
    color: #fff;
    overflow: hidden;
}
.single .intro-gallery{
	padding: 0px;
	margin-bottom:20px;
}
.single-gallery{
	width: 100%;	
}
.intro-gallery.single-gallery .mask{
	background:transparent;
}
.intro-gallery.not-enough-slides .pagination {
	display: none;
}
.intro-gallery a {
	color: #fff;
}
.intro-gallery a:hover {
	color: #fdb813;
}

.intro-gallery p {
	margin: 0 0 10px;
}

.intro-gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 336px;
}

.intro-gallery .slide {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 0 10px;
    height: 336px;
	overflow: hidden;
}

.intro-gallery .bg-stretch {
    background: #492545;	
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: 0;
}

.intro-gallery .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(45, 0, 41, .5);
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	padding: 10px 10px 34px;
}
.slide:hover .caption{
	background: rgba(45, 0, 41, 0.45);
}

.intro-gallery .caption:after {
	position: absolute;
	left: 11px;
	right: 11px;
	bottom: 33px;
	content: "";
	height: 1px;
	background: #fff;
}
.intro-gallery img {
	width: 100%;
}
.intro-gallery .pagination,
.bx-controls.bx-has-pager {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 99;
}
.intro-gallery .pagination ul {
	overflow: hidden;
}
.intro-gallery .pagination li,
.intro-gallery .bx-pager-item {
	float: left;
	margin: 0 0 0 5px;
}
.intro-gallery .pagination li.active a,
.intro-gallery .bx-pager-item a.active {
	background: #fdb813;
}
.intro-gallery .pagination a,
.intro-gallery .bx-pager-item a {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #fff;
}
.intro-gallery .pagination a:hover,
.intro-gallery .bx-pager-item.active a:hover {
	background: #fdb813;
}
.intro-gallery .link-more {
	bottom: 12px;
}
/* Gallery single */
ul.small-gallery-archive {
    list-style: none;
    padding: 0px;
    margin: 0px 2px 3px;
}
ul.small-gallery-archive h2{
    font-family: "Neue Helvetica W01", "Arial", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 17px;
    text-transform: initial;
    margin-bottom: 0px;
    line-height: 17px;
}
ul.small-gallery-archive span{
    font-size: 15px;
    color:#a38aa3;
}
.single-gallery time.date{
    font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Arial", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 23px;
    line-height: 24px;
    margin: 0 0 4px;
    text-transform: uppercase;
    margin-bottom: 11px;
    display: block;
}
.single-gallery aside img{
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}
ul.small-gallery-archive a{
	color:#fff;
}
.link-more {
	bottom: 9px;
	font-size: 10px;
	left: 12px;
	line-height: 12px;
	position: absolute;
	font-weight: bold;
	z-index: 1;
	color:#010101;
}
.related-gallery > div{
    margin: 0 -0.41%;
}
.related-gallery{
	padding-top: 14px;	
	clear: both;
}
.related-gallery > div > a,
.related-gallery > div > article{
	display: inline-block;
    width: 11.3%;
    margin: 10px 0.58%;
    float: left;
}
.related-gallery.upcoming-events article{
	background: #fff799;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Arial", "Helvetica", sans-serif;
}
.upcoming-events .green-header{
    margin: 0;
}
.upcoming-events .day-of-week{
    margin-top: 15px;	
}
.upcoming-events .time-range{
    color: #2d0029;
    font-size: 13px;
    border-top: 2px #98806a solid;
    padding: 3px;
    font-weight: normal;	
}
.upcoming-events .day-of-week,
.upcoming-events .month{
	color:#684c64;
	display: block;
}
.upcoming-events .month{
    margin-bottom: 11px;	
}
.upcoming-events .day-number{
	color:#2d0029;
}
.link-more:before {
	content: "+";
	display: inline-block;
	vertical-align: top;
	margin: -1px 2px 0 0;
}

.content-area {
	float: left;
	width: 24.9%;
	padding: 0 5px;
}

.post {
	background: #fff;
	padding: 10px;
	position: relative;
	padding: 12px 13px 46px;
}
#wrapper.home .text-holder p{
	margin:0px!important;
	padding:0px!important;	
}
.film-details:after,
.post:after {
	position: absolute;
	left: 11px;
	right: 11px;
	bottom: 31px;
	content: "";
	height: 1px;
	background: #010101;
}

.post .image-holder {
	margin: 0 0 8px;
}

.white-blocks .post .image-holder {
    display: block;
    max-height: 150px;
    overflow: hidden;
}

.post h2 a {
	color: #010101;
}

.post h2 a:hover,
.post .link-more:hover,
article .link-more:hover{
	color: #5d9192;
}

.post img {
	width: 100%;
}

.address-block {
	background: #fff;
	font-size: 16px;
	line-height: 20px;
	padding: 12px 13px 13px;
}
.content-block .address-block{
	height: 161px;
}
.address-block address {
	font-style: normal;
	margin: 0 0 12px;
}

.link-boxoffice,
.yellow-button,
.purple-button,
.event-list-type li > a,
.white-outline-button,
#form-area form input[type=submit],
#header .filter-area form input[type=submit],
.woocommerce #content button.button.alt,
#content a.checkout-button,
.woocommerce #payment #place_order{
	text-transform: uppercase;
	display: block;
	color: #fff;
	background: #fdb813;
	text-align: center;
	font-weight: bold;
	padding: 4px;
	font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Arial", "Helvetica", sans-serif;
	font-size: 21px;
	line-height: 21px;
	min-width:124px;
    border: 0px solid transparent;	
}
.woocommerce-billing-fields input,
.woocommerce .quantity .qty{
	color: #2d0029;
}
.yellow-button:hover,
.donate-button,
.entry-content .donate-button:hover{
	background: #5d9192;
	border-color:#5d9192 !important;
	color:#fff;
	text-decoration: none !important;
}
.donate-button{
	background: #ec008c;
	display: inline-block;
	padding: 3px 80px;
}
.donate {
	display: inline-block;
	float: right;
	text-align: center;
	margin-top: 13px;
}
.donate-now {
	background: #eb008b;
	width: 300px;
	margin-top: 10px;
	border-radius: 0px;
	font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Arial", "Helvetica", sans-serif;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
	text-transform: uppercase;
	display: block;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 4px;
	font-size: 21px;
	line-height: 21px;
	min-width: 124px;
	border: 0px solid transparent;
}

.woocommerce input[type='text'],
.woocommerce input[type='email'],
.woocommerce textarea,
.woocommerce select{
	color:#2d0029;
}
.woocommerce form .form-row select {
    padding: 5px 0px;
    height: 31px;
}
.woocommerce-checkout #content {
    width: 53.4%;
}
.woocommerce-checkout #content #payment{
	background:transparent;
}
#content .payment_methods.methods a.about_paypal{
    color: #fdb813;
}
.white-outline-button{
	background: transparent;
	border: 1px #ffffff solid;
}
.white-outline-button:hover{
	color:#5d9192;
}
.link-boxoffice:hover {
	color: #fff;
	background: #be1e2d;
}

.acf-map {
	margin: 0 0 14px;
	overflow: hidden;
	max-width:248px;
	height:161px;	
	display:;
}

.acf-map img {
	width: 100%;
	height: 161px;
}

.announcement-block {
	margin: 0 0 11px;
	color: #010101;
}

.announcements-area {
	margin: 0 -6px;
	overflow: hidden;
	position: relative;
}

.announcements-error {
	color: #fff;
}

.announcements-area:before {
	position: absolute;
	left: 6px;
	right: 6px;
	bottom: 0;
	content: "";
	background: #577f85;
	height: 1px;
}

.announcements-area .block-holder {
    padding: 0 6px 13px;
	float: left;
	width: 50%;
}

.announcements-area .info-block {
	background: #f1f2f2;
	position: relative;
	padding: 9px 10px 7px 129px;
	font-size: 16px;
	line-height: 21px;
	display: block;
	color: #010101;
    min-height: 77px;	
    height: 100%;   
}

.announcements-area .news-post .info-block{
	padding-bottom: 20px;
    min-height: 100px;	
}

.announcements-area .info-block:hover {
	background: #fff;
}

.announcements-area .info-block > time {
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
}

.announcements-area .date-block,
.announcements-area .featured-img-block {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 116px;
	padding: 7px 13px 25px;
	background: #d1d3d4;
	overflow: hidden;
	color: #fff;
	text-transform: uppercase;
    font-size: 24px;
	line-height: 25px;
	font-weight: 600;
	font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Arial", "Helvetica", sans-serif;
}

.announcements-area .date-block:before{
    opacity: 0.35;
    background: #2d0029;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: all linear .25s;
	transition: all linear .25s;	
}
.announcements-area .info-block:hover .date-block:before{
    opacity: 0;
}
.announcements-area .date-block > * {
	position: relative;
	z-index: 2;
}

.announcements-area .featured-img-block{
	padding: 0 0 26px;
	background: transparent;
}

.announcements-area .date-block:after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 24px;
	background: #61b772;
	content: "";
	border-top: 5px solid #f1f2f2;
}
.announcements-area .club-nights .date-block:after {
	background: #F7F48D;
}
.announcements-area .learning .date-block:after {
	background: #00D7ED;
}
.announcements-area .live .date-block:after {
	background: #81B775;
}
.announcements-area .tours-external-events .date-block:after {
	background: #EF62A4;
}

.announcements-area .date-block .month {
	display: block;
}
.announcements-area h2 {
	font-weight: normal;
	margin: 0;
}
.announcements-area .news-post h2 {
	font-size: inherit;
	line-height: inherit;
	text-transform: none;
	color:#2d0029;
	font: 16px/1.188 "Neue Helvetica W01", "Arial", "Helvetica", sans-serif;
	font-weight: bold;	
}
.announcements-area p {
	margin: 0 0 7px;
}
#sidebar .announcements-area p{
	color:#2d0029;
}
.announcements-area .link-more {
	display: none;
}

.video-block {
	margin: 0 0 15px;
}

.video-block .two-columns {
	overflow: hidden;
    margin: 0 -6px;
}

.video-block .column {
	float: left;
	width: 50%;
    padding: 0 6px;
}
.video-block .fb_iframe_widget {
    background: white!important;
    width: 100%!important;
    height: 100%!important;
    padding: 2px!important;   
}
.video-area {
	background: #2d0029;
	padding: 0 12px 67px;
	position: relative;
	color: #fff;
    height: 100%;	
}

.video-area:after {
	position: absolute;
	left: 13px;
	right: 13px;
	bottom: 31px;
	content: "";
	height: 1px;
	background: #fff;
}

.video-area .btn-holder {
	margin: 0 0 6px;
}

.video-area .btn-holder a {
	width: 45px;
	height: 45px;
	background: #fdb813;
	display: block;
	text-align: center;
	display: table;
	font-size: 25px;
}

.video-area .btn-holder a:hover {
	background: #5d9192;
}

.video-area .btn-holder a span {
	display: table-cell;
	vertical-align: middle;
	line-height: 0;
}

.video-area a {
	color: #fff;
}

.video-area a:hover {
	
}

.video-area h2 {
	font-weight: 600;
}

.video-frame {
	margin: 0 -12px 13px;
}

.video-frame img {
	width: 100%;
}

#two-columns {
	padding: 3px 0 0;
}
#sidebar .announcements-area .block-holder {
    width: 100%;
}
#sidebar .event-title {
    margin-top: 12px;
}
#content {
	float: left;
	width: 49.4%;
}
.container.related{
	padding: 0px;
}
#content .image-holder {
	margin: 0 0 26px;
}

#content .image-holder img {
	width: 100%;
}
.date-header,
.event-meta{
    border-bottom: solid #a492a2;
    border-width: 1px 0;
    display: block;
    padding: 0px 0 5px;
    font-weight: bold;
	font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Arial", "Helvetica", sans-serif;
	font-weight: bold;    
}
.event-meta{
	font-size: 22px;
    line-height: 24px;
	padding-bottom: 13px;
    margin-bottom: 17px;	
}
.event-meta .times a{
	color:#fdb813;
}
.share-this{
	margin-top: 10px;
    margin-bottom: 10px;	
}
.share-this iframe,
.fb_iframe_widget {
	vertical-align: bottom;
}
.event-meta .share-this .yellow-button{
    display: inline-block;
    width: initial;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 6px 2px;
    min-width: initial;
    margin: 0 3px 0 0;
    background: #fdb813;
    color: #2d0029;
    position: relative;
    top: 1px;    
}
.artist-links{
    display: block;
    margin-top: 10px;
}
.event-meta .yellow-button,
.woocommerce #content button.button.alt,
#content a.checkout-button,
.woocommerce #payment #place_order{
	background: #eb008b;
    width: 243px;
    margin-top: 10px;
    border-radius:0px;
    font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Arial", "Helvetica", sans-serif;   
	-webkit-transition: all .25s linear;
	transition: all .25s linear;	     
}
.event-meta .yellow-button:hover,
.woocommerce #content button.button.alt:hover,
#content a.checkout-button:hover,
.woocommerce #payment #place_order:hover{
	background: #5d9192;
}
.stButton .stMainServices {
    height: 24px!important;
}
.stArrow{
	display: none!important;
}

main.news-layout,
main.foundation-news-layout {
    margin-bottom: 10px;
    padding-bottom: 5px;  
    position: relative;  
}
.you-may-also,
.learning-options,
.with-border{
    position: relative;
    padding-top: 15px;
    clear: both;
    display: block;    
}
.news-side{
	padding-top: 12px;
}
.single-project .you-may-also{
    margin-bottom: 13px;	
}
.you-may-also .announcements-area h2{
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    font-family: "Neue Helvetica W01", "Arial", "Helvetica", sans-serif;
    margin: 0;
    text-transform: initial;    
}
.you-may-also:before,
.learning-options:before,
.with-border:before{
	position: absolute;
	left: 0px;
	right: 0px;
	top:0px;
	bottom: 0;
	content: "";
	background: #577f85;
	height: 1px;	
	clear:both;
}
.gallery-archive{
    padding: 0px;	
}
.gallery-archive:before{
	display: none;
}
.learning-options:before{
    margin: 0 10px;	
}
.button-container{
    margin-top: 11px;
    display: block;
}
.button-container .green-header{
	margin: 0px;
}
.button-container > a{
    width: 48.8%;
}
.button-container a:nth-child(2){
	float:right;
    padding: 4px 11px;
    border: 1px solid #fdb813;    	
}
.heading-block,
.entry-summary .product_title {
	border: solid #a492a2;
	border-width: 1px 0;
	margin: 0 0 22px;
	padding: 5px 0 4px;
}

.intro-text,
.entry-content h2{
	padding: 2px 0 0 25px;
	border-bottom: 1px solid #c7bbc5;
	margin: 0 0 9px;
}
.entry-content h2{
	padding: 2px 0 0 0px;
}
#news-row,
#news-intro-row{
    display: block;
    margin: 0px -6px;
    padding: 6px 0;    
}
#news-row:after{
    content: "";
    clear: both;
}
#news-row .content-area{
    float: none;
    position: relative;
    display: block;
    padding: 0px!important;
    width: 100%;
    clear: both;
}

#news-row .content-area article:nth-child(4){
   /* margin: 4px 0 4px 2.1px;*/
}
#news-row .content-area article{
	padding: 8px 10px 9px;
	display: inline-block;
    width: 23.81%;
    margin: 6px 6px 6px;
	float: left;
}
.entry-content h2.green-header {
    padding: 2px 0 2px 8px;
}
#form-area form ul{
	list-style: none;
	padding:0px;
	margin: 0px;	
}
#form-area form label{
	display: none;
}
#form-area .entry-content h2 {
    padding-left: 11px;
}
#form-area form input[type=text],
#form-area form textarea{
	background: transparent;
	border:1px solid #f1f1f1;
	color:#f1f1f1;
	width:100%;
	margin-bottom: 6px;
}
#form-area form input[type=submit]{
	color:#340728;
	margin-top: 7px;
    margin: 7px 0 12px;	
}
#form-area form input[type=submit]:hover{
	background: #5d9192;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;	
}
#form-area ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #f1f1f1;
}
#form-area :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #f1f1f1;
   opacity:  1;
}
#form-area ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #f1f1f1;
   opacity:  1;
}
#form-area :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #f1f1f1;
}
/* News archive */
.small-block-area {
	margin: 0px -0.5%;
    position: relative;
    padding: 0 0 10px 0;
    overflow: hidden;    
}
.small-block-area:after{
	content: "";
	clear: both;
	display: block;
}
.small-block-area .small-block{
    padding: 8px 10px 9px;
	display: inline-block;
	background: #2d0029;
	width: 24%;
    margin: 2px 0.5%;
    float: left;
}
.small-block-area .small-block .date-block{
	display: inline-block;
	vertical-align: top;
}
.small-block-area .small-block h2{
	display: inline-block;
	vertical-align: top;
    text-transform: initial;
    color:#fff;
    font-size: 14px;
    line-height: 14px;
	font-weight: bold;
	font-family: "Neue Helvetica W01", "Arial", "Helvetica", sans-serif;	
    max-width: 65%;	
    margin-left:1%;	
	margin-bottom: 0px;    
}
.widget_oh_twitter_widget{
    background: #fff;
    padding: 13px;
    max-height: 336px;
    overflow-x: scroll;
    position: relative;
	font-family: "Neue Helvetica W01", "Arial", "Helvetica", sans-serif;	
    font-size: 13px;
}
.widget_oh_twitter_widget h3{
    padding-top: 6px; 
    font-size: 13px;
    font-family: "Neue Helvetica W01", "Arial", "Helvetica", sans-serif;	
}
.widget_oh_twitter_widget .follow{
	position: absolute;
    top: 16px;
    right: 12px;
	width:65px;
	height:20px;
	text-indent: -1000px;
	overflow: hidden;
	background: url(images/follow.jpg);
}
body.page-template-template-news .content-block{
	margin-bottom:0px;
	padding-bottom: 0px;
	border-width:0px;
}
body.page-template-template-news .small-block-area {
    padding: 0 0 0 0;
}
body.page-template-template-news .announcement-block{
    border-top: 1px solid #577f85;
    padding-top: 12px;
}
body.page-template-template-news .you-may-also:before{
	display: none;
}
body.page-template-template-news .you-may-also{
	padding-bottom: 10px;
	padding-top:0px;
} 
body.page-template-template-news .intro-block .content-area {
    /*width: 32.2%;
    overflow: hidden;
    padding: 0px;
    box-sizing: border-box;  */
}
body.page-template-template-news .twitter-col{
    background: #fff;
    height: 100%;    
    /*width: 24.188%;
    margin-left: 0.9%;
    padding-bottom: 2px;*/
}
.oh_tweet_list{
	padding:0px;
	list-style: none;
}
.oh_tweet_list li{
    border-top: 1px lightgrey solid;
    padding: 9px 0px;
}
.oh_tweet_list p{
	padding:0px;
	margin:0px;
}
.oh_tweet_list a{
	color:#060317;
}
.white-blocks{
	display: block;
}
.white-blocks .content-area{
    float: none;
    margin: 0px -0.5%;
    position: relative;
    display: block;
    padding: 0 0 4px 0;
    width: 101%;
}
.white-blocks .content-area article{
    padding: 8px 10px 9px;
	display: inline-block;
	width: 24%;
    margin: 4px 0.5%;
    float: left;
}
.white-blocks .post .image-holder {
    display: block;
    max-height: 150px;
    overflow: hidden;
}
.white-blocks.large .content-area article{
	padding: 12px 13px 57px;
}
.white-blocks.large .content-area article h2{
    margin-top: 7px;	
}
.white-blocks.people .content-area article{
	color: #000;
	padding: 0;
}
.white-blocks.people .content-area article .text-holder{
	padding: 12px 13px;
}
.white-blocks.people .content-area article:after{
	display: none;
}
.white-blocks.two-col .content-area article{
	width: 48.5%;
}
.white-blocks.people .content-area article h2{
	margin: 0;
}
.post-holder{
	color:#000;
}
.post-holder h2{
	font-family: "Neue Helvetica W01", "Arial", "Helvetica", sans-serif;
	text-transform: none;
	font-size: 16px;
	line-height: 20px;
}
.post-holder p{
	color:#000;
	font-size: 14px;
	line-height: 16px;
	padding-bottom:50px;
}
.post-holder.person-holder p{
	color:#000;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 0;
}
.post-holder.person-holder p:last-child{
	padding-bottom: 30px;
}
.post-holder a.link-email{
	color: #000;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	word-wrap: break-word;
}
.post-holder a.link-email:hover{
	color: #5d9192;
}
.small-block-area .small-block .post-time{
	display: block;
	color:#684c64;
	font-size: 10px;
    margin-top: 5px;
}
.alt.small-block-area .small-block:first-child{
    margin-top: 0px;	
}
.alt.small-block-area{
	height:336px;
}
.alt.small-block-area .small-block{
    width: 100%;
    display: block;
    background: #369192;
    height: 24%;    
}
.small-block-area .small-block{
	-webkit-transition: all .25s linear;
	transition: all .25s linear;
}
.alt.small-block-area .small-block:hover{
	background:#1c0619;
}
.small-block-area .small-block:hover{
	background:#369192;
}
.alt.small-block-area h2{
	color:#fff;
}
.small-block-area a.info-block{
	display: block;
	height:100%;
}
.ordered-lists {
	counter-reset: item;
}
.ordered-lists li {
	position: relative;
}
.ordered-lists li:before {
	content: counter(item, decimal-leading-zero) ".";
	counter-increment: item;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 22px;
	line-height: 25px;
	font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Arial", "Helvetica", sans-serif;
	font-weight: 600;
}
.video-holder {
	margin: -8px 0 21px;
}
.video-holder img {
	width: 100%;
}
.media-list{
	list-style: none;
    padding: 0px;	
}
.media-list:first-child{
	margin-top: 0;
}
#sidebar .media-list iframe {
	width: 100% !important;
}
.media-list li{
	margin-bottom: 10px;
}
.media-list.featured{
    margin: 0px;	
}
.media-list.featured iframe{
    width: 100%;	
}
#sidebar {
	float: right;
    width: 49.3%;
	margin: 0 -6px;
}
#sidebar > img.attachment-poster-large{
	width: 100%;
	height: auto !important;
}
.news-layout .heading-block,
.foundation-news-layout .heading-block {
    margin: 0 0 12px;
}
.news-layout #sidebar{
	float:left;
	margin:0px;
}
.news-layout #content{
	float:right;
}
.categories-block {
	display: block;
}
.categories-block h2 a {
	display: block;
}
.categories-block.purple li{
	border-bottom: 0px solid #5d9192;
	padding:0px;
}
.categories-block.purple li a{
    font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Arial", "Helvetica", sans-serif;	
    font-weight: bold;	
	border-bottom: 0px solid #5d9192;
    background: #2d0029;
    padding: 7px 7px 5px;
    display: block;
    text-transform: uppercase;
    font-size: 19px;
}
.categories-block.purple li a.current,
.categories-block.purple li a:hover{
	background:#5d9192;
	color:#2d0029;

}
.categories-list {
	font-size: 16px;
	line-height: 21px;
}

.categories-list li {
	border-bottom: 1px solid #5d9192;
	margin: 0 0 6px;
	padding: 0 0 10px;
}

.categories-list li.active a {
	color: #fdb813;
}

.categories-list a {
	color: #fff;
}

.categories-list a:hover {
	color: #5d9192;
}

.categories-block h2 {
	color: #5d9192;
	font-size: 21px;
	line-height: 21px;
	margin: 0 0 9px;
}

.categories-block h2 a {
	color: #5d9192;
	pointer-events: none;
	padding: 5px 7px 4px;
	border: 1px solid #5c8b8d;
}

.categories-block.active .categories-list {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.side-block {
	float: left;
	width: 50%;
	padding: 0 6px;
}

.side-block .map-block {
	margin: 0 0 12px;
}

.side-block .address-block {
	color: #010101;
	position: relative;
	padding: 12px 13px 24px;
}

.side-block .address-block h2 {
	font-family: "Neue Helvetica W01", "Arial", "Helvetica", sans-serif;
	text-transform: none;
	font-size: 16px;
	margin: 0;
	line-height: 19px;
}

.side-block dl {
	margin: 0 0 20px;
	text-transform: uppercase;
}

.side-block dl dd {
	text-transform: none;
	word-wrap: break-word;
}

.side-block dl a {
	color: #010101;
}

.side-block dl a:hover {
	color: #fdb813;
}

.side-block dt {
	float: left;
	margin: 0 5px 0 0;
}

.side-block dd {
	overflow: hidden;
	margin: 0 0 1px;
}

.side-block address {
	margin: 0 0 19px;
}

#footer {
	background: #2d0029;
	padding: 0 0 87px;
	clear:both;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #fdb813;
}

.partners-block {
	padding: 22px 0 10px;
	position: relative;
	margin: 0 0 20px;
	border-bottom: 1px solid #4b5b6b;
}

.partners-block h2 {
	color: #fff;
	font-size: 8px;
	line-height: 8px;
	margin: 0 0 9px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: "Neue Helvetica W01", "Arial", "Helvetica", sans-serif;
}

.partners-block .logos-list {
	padding: 0;
	margin: 0 -20px 0 0;
	font-size: 0;
	line-height: 0;
}

.partners-block .logos-list li {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 22px;
	padding: 0 18px 15px 0;
	margin: 0;
}

.footer-frame {
	overflow: hidden;
	text-transform: uppercase;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	padding: 0 8.1% 0 0;
}

.footer-frame h2 {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	margin: 0;
	font-family: "Neue Helvetica W01", "Arial", "Helvetica", sans-serif;
}

.footer-nav {
	float: left;
	width: 29.9%;
}

.footer-nav ul {
	float: left;
	width: 35%;
}

.footer-nav ul + ul {
	float: right;
	width: 54.2%;
}

.footer-area {
	float: right;
}

.footer-area address {
	font-style: normal;
	margin: 0 0 42px;
}

.footer-area .info-block {
	overflow: hidden;
}

/* Picturehouse bar */ 
.purple-button,
#artist-archive .event-archive .purple-button,
.event-list-type li > a{
	background: #2b0028;
	color:#fff;
}
.purple-button:hover,
#artist-archive .event-archive .purple-button:hover{
	background: #5d9192;
}
#artist-archive .event-archive .purple-button{
    font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Arial", "Helvetica", sans-serif;
    font-size: 18px!important;
    line-height: 21px;
    text-decoration: none;
    margin: 2px 0px;    
}
.opening-times .post{
	position: relative;
	font-size: 15px;
}
#wrapper .opening-times .post h2{
	margin-bottom: 0px;
}
.opening-times .post:after{
	display: none;
}
.opening-times .purple-button{
    position: absolute;
    bottom: 15px;
    right: 11px;
    left: 10px;
}
/* Learning page */
.page-template-template-learning #sidebar {
    width: 49.3%;
}
.learning-options > div{
    margin: 3px -0.3666% 10px;
}
.learning-options a{
	background: #81B775;
	display: inline-block;
    width: 23.8%;
    margin: 0 0.6%;
    min-height:336px;
    vertical-align: top;
    padding:147px 10px 0;
    text-align: center;
    color:#fff;
    font-size: 30px;
    font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Arial", "Helvetica", sans-serif;
    line-height: 1em;
    font-weight: 600;
    position: relative;
}
.learning-options a:after{
    content: "";
    width: 46px;
    height: 46px;
    display: block;
    background: url(images/ico-plus.png) no-repeat center;
    margin: auto;
    margin-top: 26px;
    bottom: 30px;
    left: 0px;
    position: absolute;
    width: 100%;
}
.learning-options a:first-child{
	background:url(images/ico-board.png) #81B772 top 50px center no-repeat;
}
.learning-options a:nth-child(2){
	background:url(images/ico-paper.png) #81B772 top 50px center no-repeat;
}
.learning-options a:nth-child(3){
	background:url(images/ico-tape.png) #81B772 top 50px center no-repeat; 
}
.learning-options a:last-child{
	background:url(images/ico-pencil.png) #81B772 top 50px center no-repeat;
}
.learning-options a:hover{
	background-color:#608b5a!important;
}
/* Projects page */
.container .white-blocks .projects-intro,
.container .white-blocks .tax-intro{
    width: 49%;
    display: inline-block;
    float: left;
    margin: 4px 0.5% 4px 0.5%;
    background: #50334d;
}
.projects-intro h2{
	margin: 0.8em 0 8px;
}
.projects-intro .bg-stretch{
	min-height: 149px;
}
.container .white-blocks.shop-feed{
    margin-bottom: 6px;	
}
.post.active-project{
	background:#FDB813;
}
.container .project-list.white-blocks .projects-intro h1,
.container .white-blocks .tax-intro h1{
	margin-top:10px;
}
/*.container .project-list.white-blocks article:nth-of-type(3){
    margin: 4px 0% 4px 0.5%;	
}*/
.container .white-blocks{
    margin: 0px -0.5%;	
}
.related-posts a{
	color:#fff;
	display: block;
}
.related-posts a:hover{
	color: #5d9192;
}
.related-posts h4,
.related-project h4 {
    font: 16px/1.188 "Neue Helvetica W01", "Arial", "Helvetica", sans-serif;
    color:#fff;	
    font-weight: bold;
	margin-bottom: 11px;    
}
.related-posts article{
    font-size: 13px;
    border-bottom: 1px #5d9192 solid;
    padding: 15px 0;    
}
.related-posts article span{
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}
.related-project{
	background: #fff;
	padding: 12px 10px;
}
.related-project h4,
.related-project a {
	color:#000000;
	font-weight: bold;
}
.related-project a {
    padding: 10px 0 40px;
    display:block;
}
.project-meta,
.postdate-meta{
    color: #5d9192;
    font-size: 12px;
    border-top: 1px solid #a492a2;
    padding: 10px 0 5px;
}
/* Shop page */ 
.shop-feed .price{
    display: block;
    color: #000;
    font-size: 14px;	
}
.shop-feed  h2{
    margin: 0 0 2px;
    line-height: 18px;	
}
.shop-feed .text-holder{
    min-height: 80px;
    padding: 8px 0 35px;
}
.woocommerce #two-columns #content div.product div.summary, 
.woocommerce #two-columns div.product div.summary, 
.woocommerce-page #two-columns #content div.product div.summary, 
.woocommerce-page #two-columns div.product div.summary {
    float: none;
    width: 100%;
}
.woocommerce #content div.product .product_title{
    padding: 5px 0;	
    margin: 0 0 10px;    
}
.woocommerce #content .quantity .qty {
    width: 44px;
    text-align: center;
    color: black;
    padding-left: 10px;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
}
.woocommerce #content button.button.alt{
	display: block;
	clear: both;
}
.woocommerce .summary.entry-summary{
	border-bottom: 1px solid #a492a2;
}
.woocommerce .bundled_item_button .quantity {
	margin: 0 !important;
	padding: 0 !important;
}
div.bundled_product_summary, 
.woocommerce div.product.bundled_product_summary{
	padding-bottom: 1px !important;
}
#content .summary.entry-summary .price{
    font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Arial", "Helvetica", sans-serif;
    font-weight: bold;	
    color:#fff;
    font-size: 23px;    
}
#content .single-product h1{
	margin-bottom: 10px;
}
div[itemprop='description']{
	display: none;
}
#content .woocommerce .woocommerce-info,
.woocommerce #content .woocommerce-message {
    padding: 1em 2em 0px 3.5em!important;
    margin: 0 0 1em!important;
    position: relative;
    background-color: transparent;
    color: #5d9192;
    border-top: 1px solid #5d9192;
    list-style: none!important;
    width: auto;
    word-wrap: break-word;
    border-top-color: #5d9192!important;
}
#content .woocommerce .woocommerce-info{
	border-bottom:1px solid #5d9192;
	padding: 1em 2em 1em 3.5em!important;
}
#content .woocommerce .woocommerce-info a{
	color:#fdb813;
}
#content .woocommerce .woocommerce-info:before {
    color: #5d9192;
}
.woocommerce #content .woocommerce-error .button, 
.woocommerce #content .woocommerce-info .button, 
.woocommerce #content .woocommerce-message .button,
.woocommerce #content input.button,
.woocommerce #content .cart .button, .woocommerce .cart input.button,
.woocommerce #content table.cart td.actions .input-text, 
.woocommerce #contenttable.cart td.actions .input-text{
    padding: 8px 25px;
    color: #260021;
    background: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
    border-radius: 0px;
    /* font: 16px/1.188 "Neue Helvetica W01", "Arial", "Helvetica", sans-serif; */
    font-weight: bold;
    font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Arial", "Helvetica", sans-serif;
    font-size: 20px;	
}
#content  .woocommerce table.cart td.actions .input-text{
    width: 114px!important;
    padding: 9px 8px 7px;
}
#content .woocommerce table.shop_table {
    border: 1px solid #a492a2;
    border-radius: 0px;
}
.woocommerce table a{
    color: #5d9192;
}
#content .woocommerce a.remove {
    color: #fdb813!important;
}
#content .woocommerce a.remove:hover {
    background: #fdb813;
    color:#fff!important;
}
.woocommerce #content .woocommerce-message:before {
    content: "\e015";
    color: #5d9192;
}
#content .woocommerce table.shop_table td,
#content .woocommerce table.shop_table tfoot th{
    border-top: 1px solid #a492a2;
    padding: 6px 12px;
}
/* BOTW TV */
#botw-tv > #content,
.slim-sidebar > #content{
	width: 73.607%;	
	background: #684c64;
    padding: 11px;	
}
#botw-tv aside#sidebar,
.slim-sidebar aside#sidebar {
    float: right;
    width: 26%;
    margin: 0 -6px;
	background: #684c64;   
    padding: 11px;	 
}
#botw-tv .video-container{
    background: #fff;
    color: #221f1f;
    position: relative;
}
#botw-tv .video-container iframe{
	width: 100%;
}
#botw-tv .film-details{
    padding: 14px 14px 48px;
}
#botw-tv .film-details h2{
	font-family: "Neue Helvetica W01", "Arial", "Helvetica", sans-serif;
    text-transform: none;
    font-size: 17px;
	line-height: 21px;
}
.channel-selector,
.channel-selector li{
	list-style: none;
	padding:0px;
	margin: 0px;
}
.video-feed .channel{
	background: url(images/channel-dark.png) no-repeat left;	
    background-size: auto 100%;	
}
.channel{
    padding: 6px 7px 10px 35px;
    background: url(images/channel.png) no-repeat left;
    background-size: auto 100%;
    display: inline-block;
    width: 130px;
    height: 32px;
    font-size: 9px;
    font-weight: bold;
    text-align: right;
    text-transform:uppercase;
    margin-left: 9px;   
    line-height: 10px;     
}

.channel-selector li a{
    display: block;
    width: 244px;
    height: 64px;
    background: url(images/channel.png) no-repeat left;
    text-align: right;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 12px;
    background-color: #492545;
    margin-bottom: 10px;
    max-width: 100%;
    padding-right: 10px;
    font-size: 16px;
    padding-left: 68px;    
}
#botw-tv aside h2,
.slim-sidebar aside h2{
	width: 100%;
    min-width: initial;
}
#botw-tv aside .white-button{
    width: 100%;
    text-align: center;
    font-size: 21px;
    padding: 5px;
    margin-top: 31px;
}
#botw-tv aside .white-button:hover{
	background: #5d9192;
}
#botw-tv aside .youtube-link{
	width:38px;
	height:38px;
	display: inline-block;
	background:url(images/ico-youtube.png) no-repeat;
	text-indent: -1000px;
	overflow: hidden;
	vertical-align: top;
}
.white-blocks.video-feed {
	border-top: 1px solid #577f85;
	padding: 17px 0 1px;
	margin: 17px 0;
}
.youtube-section{
    margin-top: 25px;	
}
.youtube-section > span{
    font-size: 12px;
    width: 80%;
    display: inline-block;	
    vertical-align: bottom;
}
.white-blocks.video-feed .content-area article {
    padding: 0px;
    display: inline-block;
    width: 24%;
    margin: 4px 0.5%;
    float: left;
}
.white-blocks.video-feed .content-area article .text-holder{
	padding:17px 12px;
}
.tv-date{
	font-size: 14px;
}
.white-blocks.video-feed .content-area article:after{
	display: none;
} 
.channel-selector li:nth-child(1) a:hover,
.channel-selector li:nth-child(1) a.current,
.channel-selector li:nth-child(6) a:hover,
.channel-selector li:nth-child(6) a.current,
.channel.prog-pysch,
.channel.botw-tv-highlights,
.channel.indie-rock-pop {
	background-color:#ffb800;
}
.channel-selector li:nth-child(2) a:hover,
.channel-selector li:nth-child(2) a.current,
.channel-selector li:nth-child(7) a:hover,
.channel-selector li:nth-child(7) a.current,
.channel.jazz-blues,
.channel.electronic-clubbing,
.channel.interviews-documentaries{
	background-color:#662e7b;
}
.channel-selector li a.jazz-world-blues:hover,
.channel-selector li a.jazz-world-blues.current,
.channel.jazz-world-blues{
	background-color:#006838; 	
}
.channel-selector li a.folk-acoustic:hover,
.channel-selector li a.folk-acoustic.current,
.channel-selector li a.indie-rock-pop:hover,
.channel-selector li a.indie-rock-pop.current,
.channel.folk-pop-indie-rock,
.channel.folk-acoustic{
	background-color:#ee4036;
}
.channel-selector li a.funk-soul:hover,
.channel-selector li a.funk-soul.current,
.channel-selector li a.reggae-ska:hover,
.channel-selector li a.reggae-ska.current,
.channel.club-nights,
.channel.funk-soul,
.channel.reggae-ska{
	background-color:#ffb800;
}
.channel-selector li a.electronic-clubbing:hover,
.channel-selector li a.electronic-clubbing.current,
.channel-selector li a.hip-hop-rnb:hover,
.channel-selector li a.hip-hop-rnb.current,
.channel.electronic-clubbing,
.channel.hip-hop-rnb{
	background-color:#262247;
}
/* Archive Artist */
#artist-archive #content,
#artist-archive aside#sidebar{
	background:#fff;
}
#artist-filter{
	margin: 1em 0;
	position: relative;
	max-width: 260px;
	margin-left: 6px;
}
#artist-filter .ajax-loader{
    position: absolute;
    right: -33px;
    top: -8px;	
}
.green-header.alt{
	border: 1px solid grey!important;
	padding: 10px 0;
	border-right-color: #fff!important;
	border-left-color: #fff!important;
	width: 50%;   
    margin-bottom: 0px;	 
}
aside .yellow-button.alt{
	width:100%;
}
.two-col .col{
	width: 50%;
	display:inline-block;
	float:left;
}
.two-col .col:last-child{
	float:right;
    width: 48%;	
}
#artist-archive #content h2{
	color:#2d0029;
	font-size: 21px;
    line-height: normal;
    margin: 0px;
	border-top-width: 0px;
    border: 0px solid #a492a2;	
}
#artist-archive #content time{
	color:#a38aa3;
	font-size: 21px;
    line-height: normal;
    margin: 0px;
}
.read-less{
	padding-bottom: 10px;
	display: block;	
}
#artist-archive .heading-block{
    border-top-width: 0px;
    padding-top: 5px;
    border:0px white solid;
}
.two-col .stButton {
    margin-left: 3px;
}
#artist-archive .heading-block .event-info{
    color: #000000;
    padding: 10px 0;
    font-size: 16px;
}
.sold-out{
	color:#be1e2d;
}
.sold-out.alt {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
#artist-archive .read-more{
    color: #000;
    padding-top: 20px;
    font-size: 14px;
    text-decoration: underline;
    display: block;
}
#artist-archive .event-archive h2,
#artist-archive .event-archive time{
    color: #000000;	
   	font: 16px/1.188 "Neue Helvetica W01", "Arial", "Helvetica", sans-serif;
    text-transform: initial;
    margin: 0px;   	
}
#artist-archive .event-archive h2{
	font-weight: bold;
	padding-top: 5px;
}
#artist-archive .event-archive img{
	width:100%;
	height:auto;
}
#artist-archive .event-archive article{
    padding: 0px 0 10px;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;    
}
#artist-archive .event-archive .read-more{
    padding-top: 3px;
    font-size: 12px;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;	    
}
.artist-alpha .col{
    width: 24%;
    vertical-align: top;
    display: inline-block;
    float: left;
    margin: 0 0.5% 10px;
}
.artist-alpha h3 {
    border-bottom: 1px solid #5c8b8d!important;
    font-family: initial;
    font: 16px/1.188 "Neue Helvetica W01", "Arial", "Helvetica", sans-serif;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.artist-container{
    display: block;
    margin: 30px -0.5% 20px;
    clear: both;
    overflow: hidden;
}
.artist-container .green-header{
	margin: 0 6px 0;
}
.artist-container ul{
	list-style: none;
	padding:0px;
	margin:0px;
}
.artist-container ul a{
	color:#fff;
	-webkit-transition: all .25s linear;
	transition: all .25s linear;	
}
.artist-container ul a:hover{
	color:#5d9192;
}
.alphabet-row{
	clear:both;
	margin-bottom: 20px;
}
body.high-contrast,
body.high-contrast #header,
body.high-contrast #footer{
    background: #000;
}
body.high-contrast #nav .menu a, 
body.high-contrast #nav .opener, 
body.high-contrast .secondary-nav .menu a,
body.high-contrast .video-area,
body.high-contrast .intro-gallery .caption,
body.high-contrast .small-block-area .small-block,
body.high-contrast .small-block-area .small-block h2,
body.high-contrast #event-filter.event-list-type li > a.current,
body.high-contrast #form-area form input[type=submit]{
    color: #000!important;
    background: #ffffff!important;
}
body.high-contrast .yellow-button,
body.high-contrast .container .white-blocks .projects-intro,
body.high-contrast #artist-archive .event-archive .read-more,
body.high-contrast .social-networks a, 
body.high-contrast .newsletter-holder,
body.high-contrast #event-filter.event-list-type li > a,
body.high-contrast #botw-tv > #content, .slim-sidebar > #content,
body.high-contrast #botw-tv aside#sidebar, .slim-sidebar aside#sidebar,
body.high-contrast .purple-button{
	color:#ffffff;
    background: #000;	
}
body.high-contrast .learning-options a,
body.high-contrast .channel-selector li a {
	color:#ffffff;
    background-color: #000;	
}
body.high-contrast .channel-selector li a{
    background: url(images/channel-hi.png) no-repeat left!important;
}
body.high-contrast #wrapper #intro-slider.intro-gallery h1 a,
body.high-contrast .video-area a{
	color:#000;
}
body.high-contrast .panel-block a,
body.high-contrast .access-area{
	color:#fff;
}
body.high-contrast .panel-block a.season-brochure-link {
    background: black url("images/ico-brochure.png") no-repeat center left 5px;
}
@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
}
@media (max-width: 1023px) {
	#wrapper.home main h1 {
		margin: 0 0 16px;
	}
	.content-area.two-columns {
	    padding: 0px 0 0;
	    margin: 0px;
	    height: auto!important;
	}
	#wrapper.home .announcements-area p {
		margin: 0 0 15px;
	}

	#wrapper.home .video-area h2 {
		margin: 0 0 11px;
	}

	#header {
		padding: 6px 0 16px;
		margin: 0 0 13px;
	}

	.panel-block {
		margin: 0 0 10px;
	}

	.panel-block .info-area {
		padding: 0 168px 5px 240px;
	}

	.social-networks {
		margin: 0;
	}

	.social-networks li {
		margin: 0 0 4px 7px;
	}

	.header-frame {
		margin: 0 0 11px;
	}

	.logos-list {
		padding: 0 0 7px 24px;
	}

	.search-form {
		width: 245px;
		top: 0;
		left: 10px;
	}

	#nav {
		padding: 0 0 8px;
	}

	main h1 {
		margin: 0 0 6px;
	}

	.intro-block {
		width: auto;
		float: none;
		margin-bottom: 13px;
	}

	.content-block {
		padding: 0;
		margin: 0 -6px 18px;
		border: 0;
	}

	.intro-gallery .caption {
		padding-bottom: 35px;
	}

	.intro-gallery .caption:after {
		bottom: 34px;
	}

	.content-area.two-columns {
		overflow: hidden;
		margin: 0 0 10px;
		padding: 15px 0 0;
		width: 100%!important;
		float: none;
		position: relative;
	}
	.content-area.two-columns.twitter-col{
	    width: 33%!important;
	    float: right;
	    min-height: 368px;	 
	    margin-top: 4px;   
	}
	#news-row .content-area article:nth-child(3),
	#news-row .content-area article:nth-child(4){
		display: none;
	}
	.content-area.two-columns:after {
		position: absolute;
		top: 0;
		left: 5px;
		right: 5px;
		height: 1px;
		background: #577f85;
		content: "";
	}
	body.page-template-template-news .twitter-col {
	    background: #fff;
	    height: 100%;
	    margin: 0 5px;
	}	
	#news-wide{
		display: block;
		float: left;
		width: 67%;		
	}
	#news-row .content-area {
		width: 100%;
	    /*float: none;
	    position: relative;
	    display: block;
	    padding: 0px!important;
	    width: 50%;*/

	}
	.yellow-button.alt {
		float: none;
	    margin: 10px 0;
	    padding: 5px 5px;
	}	
	body.page-template-template-news .intro-block {
	 	margin: 0 0 0;
	}
	#news-row .content-area article {
	    padding: 8px 10px 9px;
	    display: inline-block;
	    width: 48.9%;
	    margin: 6px 0.5% 6px;
	}	
	.content-area .address-block {
		background: none;
		float: left;
	    width: 71%;
		padding: 0 5px;
	}

	.content-area .address-holder {
		background: #fff;
		padding: 10px 12px 12px;
	    height: 100%;		
	}

	.address-block address {
		margin: 0 0 15px;
	}

	.map-block {
	    width: 29%;
		float: left;
		padding: 0 5px;
		margin: 0;
	}

	.acf-map {
	    margin: 0 0 14px;
	    overflow: hidden;
	    width: 100%;
	}

	.announcements-area {
		padding: 0 0 6px;
	}

	.announcements-area {
		margin: 0 -6px 5px;
	}

	.announcements-area .block-holder {
		padding-bottom: 9px;
	}

	.announcements-area .info-block {
		padding-top: 8px;
    	overflow: hidden;		
	}

	.video-block {
		margin: 0 0 18px;
	    clear: both;		
	}

	.video-block .two-columns {
		margin: -4px -5px 0;
	}

	.video-area:after {
		bottom: 38px;
	}

	.video-area .link-more {
		bottom: 16px;
	}

	.video-frame {
		margin: 0 -12px 15px;
	}

	#two-columns {
		padding: 0;
	}

	#content:not('.learning-col') {
		width: 66.2%;
	}

	/*#sidebar {
		width: 32%;
		margin: 0;
	}*/
	
	#sidebar .button-container > a{
		width: auto;
		float: none;
		margin: 1em 0;
	}

	.channel-selector li a{
		font-size: 12px;
		line-height: 1em;		
	}
	.categories-block h2 {
		margin: 0 0 7px;
	}

	.side-block {
		padding: 0 0 13px;
		float: none;
		width: 100%;
	}

	.side-block .map-block {
		float: none;
		width: 100%;
		padding: 0;
	}

	.side-block .address-block h2 {
		line-height: 20px;
	}

	.footer-frame {
		padding: 0 10.6% 0 0;
	}

	.footer-nav {
		width: 41.2%;
	}
	.page-template-template-picturehouse #content{
	    padding-right: 2%;
	}	
}
@media (max-width: 860px) {
	#botw-tv aside#sidebar{
	    width: 34%;
		margin: 0px;	
	}
	#botw-tv > #content{
	    width: 65%;
	}
}
@media (max-width: 767px) {
	.donate {
		margin-bottom: 10px;
		margin-top: 50px !important;
	}
	body {
		font-size: 18px;
		line-height: 22px;
	}
	#wrapper.home {

	}
	.acf-map {
		max-width: initial;
	}	
	#sidebar {
	    margin: 0px;
	}	
	.foundation-news-layout #sidebar .announcements-area .block-holder {
	    padding: 0 0 9px;
	}
	.foundation-news-layout  #sidebar {
	    margin: 0px;
	}	
	.post-type-archive-product .container,
	.page-template-archive-project .container{
		padding: 0px;
		overflow: hidden;		
	}	
	.twitter-col{
		display: none;
	}
	#wrapper.home #header:before {
		position: absolute;
		bottom: 15px;
		left: 13px;
		right: 13px;
		height: 1px;
		background: #5d9192;
	}
	.content-block:after {
	    position: absolute;
	    left: 0px;
	    right: 0px;
	}	
	#news-green{
		width: 100%;
	}
	#wrapper.home main h1 {
		min-width: 210px;
		padding: 2px 11px;
		margin: 0 0 12px;
	}
	.page-template-template-picturehouse #sidebar ,
	.page-template-template-picturehouse #content {
	    width: 100%;
	    float: none;
	    clear: both;
	}	
	#wrapper.home main h2 {

	}
	.address-block address {
	    margin: 0 0 15px;
	    font-size: 15px;
	    line-height: 19px;
	}
	#wrapper.home main .address-block h2 {
		margin: 0 0 5px;
	}
	.learning-options a {
	    background: #81B775;
	    display: inline-block;
	    width: 48.8%;
	    margin: 0 0.6% 10px;
	}
	.learning-options{
	    position: relative;
	    padding-top: 15px!important;
	}	
	#wrapper.home .intro-gallery h1 {
		font-size: 24px;
		line-height: 24px;
	}

	#wrapper.home .intro-gallery p {
		margin: 0 0 30px;
	}

	#wrapper.home .announcements-area h2 {
    	font-size: 17px;
		line-height: 22px;
	}

	#wrapper.home .announcements-area p {
		margin: 0 0 7px;
	}

	#wrapper.home .video-area h2 {
		font-size: 24px;
	}

	.container,
	main {
		padding: 0 13px;
	}

	#header {
		padding: 9px 0 19px;
	}

	#header .container,
	#header main {
		padding: 0 10px;
	}

	.panel-block,
	.access-area {
		display: none;
	}

	.social-networks.desktop-hidden {
		display: inline-block;
		vertical-align: top;
	}

	.header-frame {
		margin: 0;
		overflow: hidden;
	}

	.title-block {
		display: block;
		padding: 12px 0 0;
	}

	.title-block h1 {
		min-width: 212px;
		padding: 1px 7px 2px;
		font-size: 20px;
	}

	.logo {
		width: 267px;
	}

	.logo {
		width: 161px;
	}
	.logo a{
		height:48px;
	} 
	.logos-list a.warsteiner{
		height:48px;
		width: 75px;
	}
	.logos-list a.warsteiner{
		height:48px;
		width: 75px;
	}	
	.logos-list {
		float: left;
		padding: 0 0 9px 14px;
	}

	.logos-list li:first-child {
		width: 75px;
	}

	.logos-list li.alignright {
		display: none;
	}

	.search-form {
		position: static;
		width: inherit;
	}

	.search-form.active .form-elements {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.white-blocks .content-area article{
		width: 49%;
	}
	.search-form fieldset {
		overflow: hidden;
		position: absolute;
		top: 68px;
		left: 0;
		right: 0;
		z-index: -1;
	}
	.search-form.active fieldset {
		z-index: 999;
	}
	.search-form .form-elements {
		position: relative;
		width: inherit;
		margin: 0 10px;
		-webkit-transition: all .25s linear;
		transition: all .25s linear;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		background: #2d0029;
		height: 33px;
	}

	.search-form input[type="search"] {
		height: 29px;
	}

	.search-form button {
		top: 6px;
	}

	.search-opener {
		display: block;
	}

	#nav {
		padding: 0;
		border: 0;
	}

	#nav .opener {
		width: 76px;
		height: 31px;
		position: absolute;
		display: block;
		top: 8px;
		right: 12px;
		text-align: center;
		padding: 6px 4px;
		background: #fdb813;
		color: #2d0029;
	}

	#nav .opener:hover {
		background: #ffcf5c;
	}

	#nav ul {
		padding: 18px 6px 6px;
		margin: -100% -10px 0;
		background: #2d0029;
		-webkit-transition: margin .15s linear;
		transition: margin .15s linear;
		max-width: inherit;
	}

	#nav li {
		width: 50%;
		margin: 0;
		padding: 0 5px 9px;
	}

	#nav .menu a,
	#nav .opener {
		padding: 7px 6px 5px;
	}

	#nav .btn-email {
		position: static;
		font-size: 23px;
		line-height: 18px;
	}

	#nav .btn-email a {
		border-radius: 0;
	}

	#nav .btn-email span {
		display: none;
	}

	#nav .drop {
		overflow: hidden;
		position: relative;
		z-index: 999;
	}

	main h2 {
		font-size: 27px;
		line-height: 30px;
	}

	.intro-block {
		margin: 0 0 12px;
		padding: 0;
	}

	.intro-block .content-area {
		width: 100%!important;
		padding: 0;
		float: none;
	}

	.intro-block .content-area .image-holder {
		float: left;
		width: 203px;
		margin: 0 10px 10px 0;
	}

	.intro-block .content-area .text-holder {
		overflow: hidden;
	}

	.intro-block .content-area .post-holder {
		overflow: hidden;
	}

	.intro-block .content-area p {
	}
	.intro-block .content-area.opening-times p {
		display: block;
	}
	.intro-block .link-more {
		bottom: 7px;
		left: 17px;
	}

	.content-block {
		margin: 0 0 12px;
	}
	#wrapper.home .content-block {
		margin: 0 0 18px;
	}
	.intro-gallery {
		width: 100%;
		padding: 0 0 11px;
		float: none;
	}

	.intro-gallery .mask {
		height: 325px;
	}

	.intro-gallery .slide {
		height: 325px;
	}

	.intro-gallery .caption:after {
		bottom: 37px;
		left: 8px;
		right: 8px;
	}

	.intro-gallery .link-more {
		bottom: 8px;
		left: 12px;
	}

	.link-more:before {
		margin-left: -4px;
	}
	#news-row .content-area article {
	    padding: 8px 10px 9px;
	    display: inline-block;
	    width: 49%;
	}
	.small-block-area .small-block {
	    padding: 8px 10px 9px;
	    display: inline-block;
	    background: #2d0029;
	    width: 49%;
	    margin: 2px 0.5%;
	    float: left;
	    height: 88px;
	}
	.small-block-area:not(.alt) .small-block h2 {
	    font-size: 13px;
	    line-height: 14px;
	    max-width: 100%;	    
	}
	.small-block h2{
    	margin-top: 3px;		
	}
	.link-more {
		font-size: 14px;
		line-height: 17px;
		font-weight: bold;
	}

	.content-area.two-columns {
   		padding: 0px 0 0;	
   		margin: 0px;	
		height: auto!important;   		
	}

	.content-area.two-columns:after {
		display: none;
	}

	.content-area .address-block {
		float: none;
		width: auto;
		overflow: hidden;
		padding: 0;
	}
	#wrapper.home .content-area .post {
	    min-height: initial;
	}
	.post {
		padding: 12px 9px 36px;
	}

	.address-block {

	}

	/*.link-boxoffice {
		bottom: 10px;
		left: 9px;
		position: absolute;
		right: 9px;
	}*/

	.map-block {
   		padding: 0 5px 0 0;		
	}

	.announcements-area:before {
		display: none;
	}

	.announcements-area {
		margin: 0 0 -6px;
		padding: 0;
	}

	.announcements-area .block-holder {
		padding: 0 0 13px;
		width: 100%;
		float: none;
	}

	.announcements-area .date-block:after{
		border: 0;
		height: 20px;
	}

	.announcements-area .link-more {
		bottom: 11px;
		display: inline-block;
		left: auto;
		position: absolute;
		right: 9px;
		vertical-align: top;

	}
	.announcements-area .info-block .link-more{
		display: none;
	}
	.video-block {
		margin: 0 0 13px;
	}

	.video-block .two-columns {
		margin: 0;
	}

	.video-block .column {
		float: none;
		width: 100%;
	    height: initial!important;		
		padding: 0;
		display: none;
	}

	.video-block .column:first-child {
		display: block;
	}

	.video-area {
		padding: 0 8px 34px;
	}

	.video-area:after {
		bottom: 43px;
		left: 8px;
		right: 8px;
	}

	.video-area .btn-holder {
		margin: 0 0 12px;
	}

	.video-frame {
		margin: 0 -8px 14px;
	}

	#two-columns {
		/*padding-top: 52px;*/
		position: relative;
	}

	#content:not('.tv') {
		width: 100%;
		float: none;
	}

	.heading-block {
		margin: 0 0 19px;
	}

	.intro-text {
		margin: 0 0 10px;
		padding: 2px 0 1px 33px;
	}

	.ordered-lists li:before {
		font-size: 27px;
		line-height: 30px;
	}

	#sidebar:not(.same-height-right) {
		width: 100%;
		float: none;
	    clear: both;		
	}

	.category-foundation #content {
	    float: none;
	    width: 100%;
	    display: block;
	}	
	.news-layout #content{
		width: 100%
	}
	.categories-block:not(.no-float) {
		display: inline-block;
		width: 212px;
		height: 29px;
		position: absolute;
		top: -20px;
		left: 0;
		font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Arial", "Helvetica", sans-serif;
		font-size: 18px;
		line-height: 23px;
		color: #2d0029;
		text-transform: uppercase;
		z-index: 1;
	}
	#content:not(.same-height-left) {
	    float: none;
	    width: 100%;
	}

	.categories-block:not(.no-float):after {
		content: "";
		position: absolute;
		left: -9999px;
		right: -9999px;
		background: #2d0029;
		height: 58px;
		z-index: -1;
		top: -2px;
	}

	/*.categories-block:before {
		content: "";
		position: absolute;
		left: -9999px;
		right: -9999px;
		background: #577f85;
		height: 1px;
		z-index: 1;
		top: -11px;
	}*/

	.categories-block:not(.no-float) h2 {
		position: relative;
	}

	.categories-block:not(.no-float) h2:after {
		content: "";
		position: absolute;
		left: -9999px;
		right: -9999px;
		background: #577f85;
		height: 1px;
		z-index: 1;
		top: 40px;
	}

	.categories-list:not(.no-float) li {
		padding: 0;
		margin: 0;
		border-top: 1px solid #bababa;
		border-bottom: 0;
		font-size: 21px;
		line-height: 21px;
		font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Arial", "Helvetica", sans-serif;
		font-weight: 600;
	}

	.categories-list:not(.no-float) a {
		color: #2d0029;
		display: block;
		padding: 5px;
	}

	.categories-list:not(.no-float) a:hover {
		background: #ddd;
		color: #2d0029;
	}
	.single-project #sidebar{
		margin: 0;
	}
	.categories-list:not(.no-float) {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: all linear .25s;
		transition: all linear .25s;
		background: #fff;
		color: #2d0029;
	}

	.categories-block:not(.no-float) h2 {
		position: relative;
	}

	.categories-block:not(.no-float) h2 a {
		pointer-events: auto;
		display: block;
		color: #2d0029;
		border: 0;
		background: #fff;
		position: relative;
		padding: 5px 35px 4px 7px;
	}

	.categories-block:not(.no-float) h2 a:hover {
		background: #ddd;
	}

	.categories-block:not(.no-float) h2 a:after {
		border-color: #fff transparent transparent;
		border-style: solid;
		border-width: 7px 4px 0;
		content: "";
		height: 0;
		position: absolute;
		right: 11px;
		top: 11px;
		width: 0;
		z-index: 3;
	}

	.categories-block:not(.no-float) h2 a:before {
		content: "";
		position: absolute;
		top: 50%;
		right: 7px;
		margin-top: -9px;
		background: #2d0029;
		pointer-events: none;
		z-index: 2;
		width: 17px;
		height: 17px;
	}

	.categories-block:not(.no-float) .drop {
		overflow: hidden;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 999;
	}

	.partners-block {
		border: 0;
		padding-bottom: 0;
		margin: 0 0 18px;
	}

	.partners-block h2 {
		margin: 0 0 17px;
	}

	.partners-block .logos-list {
		float: none;
		margin: 0 -5px 0 0;
	}

	.partners-block .logos-list li {
		width: auto;
		padding: 0 0 8px;
	}

	.partners-block .logos-list li img {
		max-width: 88%;
	}

	.partners-block .logos-list li:first-child {
		width: auto;
	}

	.footer-frame {
		padding: 0 0 10px;
		font-size: 14px;
		line-height: 17px;
	}

	.footer-nav {
		border-bottom: 1px solid #4b5b6b;
		float: none;
		margin: 0 0 25px;
		padding: 0 0 17px;
		width: 100%;
	}

	.footer-nav ul + ul {
		width: 49%;
	}

	.footer-area {
		float: none;
	}

	.footer-area address {
		margin: 0 0 50px;
	}

	.footer-area .info-area {
		float: left;
	}
	.page-template-template-history #content,
	.page-template-default #content{
	    float: left;
	    padding-top: 50px;
	    width: 100%;	    
	}
	.page-template-default .acf-map {
    	margin: auto;		
	}	
	#sidebar .announcements-area .block-holder {
	    padding: 0 0 9px;
	}
	.related-gallery.upcoming-events article{
		width: 22.6%;
		margin: 10px 1.16%;
	}
	.related-gallery > div{
		margin: 0 -1%;
	}
}
@media (max-width: 569px) {
	.donate {
		margin-top: 20px !important;
		width: 100%;
	}
	.donate a {
		margin: 10px auto;
	}
}
@media (max-width: 659px) {
	#content.tv {
		width: 100%;
		float: none;
	    height: auto!important;		
	}
	.container .white-blocks .projects-intro,
	.container .white-blocks .tax-intro,
	.page-template-archive-project .white-blocks .content-area article{
	    width: 100%;
	    min-height: initial!important;
	}
	.white-blocks.video-feed .content-area article {
	    padding: 0px;
	    width: 49%;
	}	
	#botw-tv aside#sidebar{
		float: none;
		width: 100%;
		margin: 0px;	
		height: auto !important;
	}
	#botw-tv > #content{
	    width: 100%;
	}
	.page-template-archive-artist #header .container.filter-area.open {
	    display: block;
	    padding-top: 11px;
	}
	#header .filter-genre,
	#header .filter-genre .filters-normal {
	    width: 100%;
	}		
	#botw-tv > #content, .slim-sidebar > #content {
	    width: 100%;
	}	
	.channel-selector li a {
	    width: 100%;
	}
	.half-width {
	    width: 100%;
	    display: inline-block;
	}
	.white-outline-button.print-friendly{
		display: none;
	}
	.event-archive.announcement-block {
	    margin: 0px;
	    clear: both;
	    padding-top: 20px;
	}	
	#header .filter-type {
	    float: left;
	    width: 100%;
	    margin-right: 3%;
	}
	.month-picker {
	    margin-top: 20px;
	}	
	.filter-info {
	    text-transform: initial;
	    float: none;
	    display: block;
	    padding-top: 6px;
	    padding-bottom: 6px;
	    font-size: 15px;
	}
	#header .container.filter-area {
	    display: none;
	    padding: 0px;
	}	
	.slim-sidebar aside#sidebar {
	    float: none;
	    width: 100%;
	    margin: 0;
	    padding: 11px;
	    clear: both;	    
	}	
	#artist-archive #content,
	#artist-archive aside#sidebar{
		background:#fff;
	    height: initial!important;	
	}	
	.artist-alpha .col {
	    width: 49%;
	}				
}
@media (max-width: 459px) {
	#wrapper.home .announcements-area h2 {
		font-size: 16px;
		line-height: 20px;
		margin: 0 0 5px;
	}

	.social-networks.desktop-hidden {
		width: 52.1%;
	}
	.white-blocks .content-area article{
		width: 100%;
	}
	.logo {
		width: 100px;
		margin: 4px 4px 0 0;
	}
	.logo a{
		height:29px;
	}
	.logos-list a.warsteiner{
		height:33px;
		width: 52px;
	}
	.logos-list {
		padding-left: 5px;
	}

	.logos-list li:first-child {
		width: 52px;
	}

	.search-form fieldset {
		top: 52px;
	}

	.search-opener {
		top: 1px;
	}

	#nav {
		font-size: 17px;
	}

	#nav .opener {
		top: 1px;
	}

	#nav .btn-email {
		font-size: 17px;
	}

	.intro-block .content-area .image-holder {
		width: 110px;
	}

	.intro-gallery .mask {
		height: 225px;
	}
	
	.intro-gallery .bg-stretch {
	    position: absolute;
	    z-index: -1;
	    left: 0;
	    right: 0;
	    top: 0;
	}
	.intro-gallery .slide {
		height: 225px;
		padding:0px;
	}
	.page-template-template-archive-artist .two-col .col {
	    width: 100%;
	    display: inline-block;
	    float: left;
	}	
	.intro-gallery .slide img {
		margin:0px!important;
	}
	.small-block-area .small-block {
	    height: 147px;
	 }
	.announcements-area .info-block {
		font-size: 14px;
		line-height: 18px;
	}
	.footer-frame {
		font-size: 10px;
		line-height: 16px;
	}
	#news-row .content-area article {
	    padding: 8px 10px 9px;
	    display: inline-block;
	    width: 100%;
	}	
	.page-template-archive-artist #content,
	.page-template-archive-artist #header .filter-area > aside{
	    float: none;
	    width: 100%;
	}
	.content-area .map-block {
	    display: none;
	}
	#wrapper.home main h1,
	.green-header,
	.green-header.alt,
	.load-more,
	.categories-block:not(.no-float),
	.donate-button,
	.secondary-nav a.back,
	.link-boxoffice,
	.secondary-nav .white-button.filter,
	.white-outline-button{
	    width: 100%;
	    max-width: initial;	    
	}	
	.link-boxoffice{
		position: static!important;
		width: 100%!important;
	}	
	#artist-filter {
	    max-width: initial;
	    margin-left: 0px;
	}	
	#news-row, #news-intro-row {
	    display: block;
	   	margin: 0px;
	    padding: 6px 0;
	}	
	#news-row .content-area article {
	    margin: 6px 0 6px;
	}	
	#news-green {
	    overflow: hidden;
	}
	.channel{
		margin: 0 0 10px 0;
	}
	.learning-options a {
		display: block;
		width: auto;
		margin: 0 0 10px;
	}
	.related-gallery.upcoming-events article{
		width: 45.2%;
		margin: 10px 2.34%;
	}
	.related-gallery > div{
		margin: 0 -2%;
	}
	#content .woocommerce table.cart td.actions .input-text {
		width: auto!important;
	}
	.white-blocks .post .image-holder {
	    display: block;
	    max-height: initial;
	    overflow: hidden;
	}	
}
@media (max-width: 458px) {
	.partners-block .logos-list {
		margin-right: -10px;
	}

	.partners-block .logos-list li {
		width: 50%;
		padding-right: 10px;
	}

	.partners-block .logos-list li img {
		max-width: 100%;
	}

	.partners-block .logos-list li:first-child {
		width: 50%;
	}


}
@media print{
	#menu-header,
	#secondary-nav,
	.panel-block,
	.search-form,
	#nav,
	.title-block,
	.event-list-type,
	.white-outline-button,
	#footer,
	.header-frame{
		display: none;
	}
	.announcements-area .block-holder {
	    padding: 0 6px 13px;
	    float: left;
	    width: 50%;
	}	
}

/*
 * Retina
 */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){
	.logo a {
	    background: url(images/logo-retina-alt.png?v=2) no-repeat top;
	    background-size: cover;
	}
	.logo a:hover {
	    background-image: url(images/logo-hover-retina-alt.png?v=2);
	}
	.logos-list a.warsteiner {
	    background: url(images/logo1-retina.png) no-repeat top;
	    background-size: cover;
	}
	.logos-list a.warsteiner:hover {
	    background-image: url(images/logo1-hover-retina.png);
	    background-size: cover;
	}
	.newsletter-holder input[type=submit] {
	    background: url(images/ico-mail-retina.png) no-repeat 2px 2px;
	    background-size: 29px 20px;
	}
	.month-picker .next {
	    background: url(images/arrow-next-retina.png?v=2);
	    background-size: cover;
	}
	.month-picker .prev {
	    background: url(images/arrow-prev-retina.png?v=2);
	    background-size: cover;
	}
	.month-picker .next:hover {
	    background: url(images/arrow-next-hover-retina.png?v=2);
	    background-size: cover;
	}
	.month-picker .prev:hover {
	    background: url(images/arrow-prev-hover-retina.png?v=2);
	    background-size: cover;
	}
	.secondary-nav .white-button.filter {
	    background: url(images/arrow-down-box-retina.png) #fff right 5px center no-repeat;
	    background-size: 18px 18px;
	}
	.secondary-nav .white-button.filter.open {
	    background: url(images/arrow-up-box-retina.png) #fff right 5px center no-repeat;
	    background-size: 18px 18px;
	}
	.learning-options a:first-child {
	    background: url(images/ico-board-retina.png) #81B772 top 50px center no-repeat;
	    background-size:49px 67px;
	}	
	.learning-options a:nth-child(2) {
	    background: url(images/ico-paper-retina.png) #81B772 top 50px center no-repeat;
	    	    background-size:68px 69px;
	}	
	.learning-options a:nth-child(3) {
	    background: url(images/ico-tape-retina.png) #81B772 top 50px center no-repeat;
	    background-size: 90px 67px;
	}
	.learning-options a:last-child {
	    background: url(images/ico-pencil-retina.png) #81B772 top 50px center no-repeat;
	    background-size: 89px 71px;
	}
	.learning-options a:after {
	    background: url(images/ico-plus-retina.png) center no-repeat;
	    background-size: 46px 46px;
	}	
}





