/*
Theme Name: S1 Artspace (WP)
Theme URI: http://www.s1artspace.org
Description: S1 Artspace Wordpress theme for rebuild March 2013.
Version: 1.0
Author: Richard Cook
Author URI: http://www.rdck.co
*/

/*@import "css/animate.min.css";*/
@import "css/reset.css";
@import "css/text.css";
@import "css/1140.css";

/* Global styles */

* {
	font-weight: normal;
	font-family: 'Maison Neue Medium', sans-serif;
}
body {
	/*background: #ffffff url('img/triangle.svg') no-repeat 220px 180px fixed;*/
	background: #ffffff;
	font-size: 14px;
	color: #000000;
}
a {
	color: #000000;
	text-decoration: none;
	outline: 0;
}
img {
	display: block;
}
.logo-container {
	margin-bottom: -50px;
}
.s1-logo {
	background: url('img/logo.png') no-repeat;
	background: rgba(0,0,0,0) url('img/logo.svg') no-repeat;
	height: 150px;
	width: 276px;
	display: inline-block;
	text-indent: -999999px;
	margin-top: 40px;
	margin-bottom: 200px;
	margin-left: 0;
	z-index: 9999;
	position: relative;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}
.s1-triangle {
	background: url('img/triangle.svg') no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	height: 100px;
	width: 100px;
	display: inline-block;
	text-indent: -999999px;
	margin-bottom: 40px;
	margin-left: 100px;
	z-index: 999;
	position: relative;
}
.ace-logo {
	background: url('img/ace-logo.png') no-repeat;
	height: 53px;
	width: 242px;
	display: inline-block;
}
.scc-logo {
	background: url('img/scc-logo.jpg') no-repeat;
	height: 53px;
	width: 66px;
	margin-right: 30px;
	display: inline-block;
}
.ss-icon {
	vertical-align: middle;
	margin-right: 10px;
}
span.arrow {
	font-family: sans-serif !important;
}

/* Overlay */

#overlay-preload {
	background: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
}

/* Temp. modal */

.temp-modal {
	display: none;
	background: #ECF7F9;
	background: rgba(236,247,249,0.8);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: -335px;
}
.temp-modal .temp-modal-content {
	position: fixed;
	width: 450px;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -100px;
	background: #ffffff;
	padding: 30px;
	z-index: 999999;
	font-size: 17px;
	border-bottom: 4px solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.temp-modal .temp-modal-content a:hover {
	border-bottom: 2px solid;
}
.temp-modal-content p:last-of-type {
	margin-bottom: 0;
}
.temp-modal span.close-button {
	position: absolute;
	top: -10px;
	right: -10px;
	cursor: pointer;
}

/* Navigation (main) */

.top-bar  {
	position: fixed;
	background: #ffffff;
	height: 80px;
	z-index: 9999;
	width: 100%;
}
.menu-navigation-container ul.menu {
	list-style: none;
	margin: 24px 0 0 0;
	text-align: right;
}
.menu-navigation-container ul.menu > li {
	margin-left: 0;
	display: inline-block;
	margin-right: 45px;
	font-size: 15px;
	height: 55px;
}
.menu-navigation-container ul.menu > li:last-child {
	margin-right: 0;
}
.menu-navigation-container ul.menu li a {
	border-bottom: 2px solid #000000;
	padding-bottom: 2px;
}
.menu-navigation-container ul.menu li a:hover {
	color: #000000;
	border-bottom: 3px solid #000000;
}
.sub-menu {
	display: none;
	background: #ffffff;
	position: absolute;
	top: 60px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	z-index: 9999;
	margin-left: -20px;
}
.sub-menu li {
	display: block !important;
	margin: 0 0 15px 0 !important;
	font-size: 15px;
	line-height: 28px;
}
.sub-menu li:first-child a {
	margin-top: 0 !important;
}
.top-bar nav ul li:hover > ul {
	display: block;
}
.visit-navigation {
	list-style: none;
	margin: 170px 0 0 0;
	text-align: right;
}
.visit-navigation li {
    font-size: 24px;
	margin-left: 0;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-3);
}
.visit-navigation li a {
	border-bottom: 2px solid #000000;
	padding-bottom: 2px;
}
.visit-navigation li a:hover {
	color: #000000;
	border-bottom: 3px solid #000000;
}

/* Home slider (new) */

body.home .landing-slider-container {
	position: relative;
	margin: 0 auto -150px auto;
	width: 100%;
	padding-top: 125px;
	overflow: hidden;
	top: -125px;
}
body.home .home-slides-new {
	position: relative;
}
body.home .home-slides-new div {
	width: 1025px;
	height: 600px;
	display: block;
	position: relative;
	float: left;
	margin-right: 100px;
}
body.home .home-slides-new div img {
	width: 100%;
	height: auto;
}
body.home .home-slides-new div span.title {
	font-size: 72px;
	position: absolute;
	top: -110px;
	display: inline-block;
	width: 550px;
	line-height: 72px;
	left: 300px;
}
body.home .home-slides-new div span.dates {
	font-size: 32px;
	position: absolute;
	top: -110px;
	display: inline-block;
	width: 125px;
	line-height: 32px;
	right: 0;
}
body.home .home-slides-new div span.image {
	width: 100%;
	height: 600px;
	overflow: hidden;
	display: block;
}
body.home .home-slides-new a.next {
	position: absolute;
	top: -52px;
	left: 1125px;
	font-size: 36px;
	cursor: pointer;
	display: none;
}
body.home .home-slides-new a.prev {
	position: absolute;
	top: -52px;
	left: -3px;
	font-size: 36px;
	cursor: pointer;
	display: none;
}

/* Home slider */

body.home .home-slides {
	position: relative;
}
body.home .home-slides .slides_container {
	width: 1025px;
	height: 600px;
	overflow: visible !important;
}
body.home .home-slides .slides_container div {
	width: 1025px;
	height: 600px;
	display: block;
}
body.home .home-slides .slides_container div img {
	max-width: 100%;
	height: auto;
}
body.home .home-slides .slides_container span.title {
	font-size: 72px;
	position: absolute;
	top: -110px;
	display: inline-block;
	width: 550px;
	line-height: 72px;
	left: 300px;
}
body.home .home-slides .slides_container span.dates {
	font-size: 32px;
	position: absolute;
	top: -110px;
	display: inline-block;
	width: 125px;
	line-height: 32px;
	right: 0;
}
body.home .home-slides .slides_container span.image {
	width: 100%;
	height: 600px;
	overflow: hidden;
	display: block;
}
body.home .home-slides a.next {
	position: absolute;
	top: -52px;
	right: 0;
	font-size: 42px;
}

/* Home */

body.home .press-release-container {
	margin-bottom: 70px;
}
body.home .press-release-default {
	margin-top: 10px;
	background: #ECF7F9;
	padding: 0 30px 30px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
body.home .press-release-default h3 {
	top: -25px;
	left: -50px;
	border-bottom: 2px solid;
	display: inline;
	position: relative;
	margin-bottom: 0;
}
body.home .press-release-default h2 {
	font-size: 28px;
	left: -170px;
	position: absolute;
	top: -38px;
	width: 245px;
	text-transform: uppercase;
	text-transform: uppercase;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
body.home .press-release-default .initial-pr {
	font-size: 13px;
}
body.home .press-release-default .artists-names {
	margin-bottom: 0;
}
body.home .press-release-default-installing {
	margin-top: 10px;
	background: #ECF7F9;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
body.home .press-release-default-installing h2 {
	font-size: 28px;
	left: -170px;
	position: absolute;
	top: -38px;
	width: 245px;
	text-transform: uppercase;
	text-transform: uppercase;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
body.home .press-release-default-installing p:last-of-type {
	margin-bottom: 0;
}
body.home .forthcoming-container {
	margin-bottom: 70px;
}
body.home .forthcoming-default {
	margin-top: 100px;
	position: relative;
}
body.home .forthcoming-default-inner {
	padding: 0 30px 30px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body.home .forthcoming-default-outer {
	position: relative;
	left: -30px;
	top: -32px;
	background: #F9F7EC;
}
body.home .forthcoming-default h3 {
	top: -25px;
	left: -50px;
	border-bottom: 2px solid;
	display: inline;
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}
body.home .forthcoming-default h2 {
	font-size: 28px;
	left: -200px;
	position: absolute;
	top: 32px;
	width: 245px;
	text-transform: uppercase;
	text-transform: uppercase;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
body.home .forthcoming-default img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear; 
    -o-transition: all .3s linear; 
    transition: all .3s linear;
}
body.home .forthcoming-default img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
body.home .forthcoming-default .dates {
	font-size: 16px;
}
body.home .forthcoming-default .artists-names {
	margin-bottom: 0;
}
body.home .forthcoming-default-installing {
	margin-top: 100px;
	position: relative;
}
body.home .forthcoming-default-installing .forthcoming-default-inner {
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body.home .forthcoming-default-installing .forthcoming-default-outer {
	position: relative;
	left: -30px;
	top: -32px;
	background: #F9F7EC;
}
body.home .forthcoming-default-installing h2 {
	font-size: 28px;
	left: -200px;
	position: absolute;
	top: 32px;
	width: 245px;
	text-transform: uppercase;
	text-transform: uppercase;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
body.home .forthcoming-default-installing img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear; 
    -o-transition: all .3s linear; 
    transition: all .3s linear;
}
body.home .forthcoming-default-installing img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
body.home .studio-holders-container {
	margin-bottom: 70px;
}
body.home .studio-holders-default {
	margin-top: 10px;
	background: #DDF4E2;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 9;
	min-height: 200px;
}
body.home .studio-holders-default p {
	margin-bottom: 0;
}
body.home .studio-holders-default a {
	font-size: 28px;
	display: block;
	text-align: right;
	position: relative;
	top: 25px;
}
body.home .studio-holders-default h2 {
	font-size: 28px;
	left: -172px;
	position: absolute;
	top: 82px;
	width: 245px;
	text-transform: uppercase;
	text-transform: uppercase;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
body.home .studio-holders-default-image	{
	position: relative;
	top: -100px;
}
body.home .studio-holders-default-image img {
	width: 100%;
	height: auto;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all .3s linear;
    -moz-transition: all .3s linear; 
    -o-transition: all .3s linear; 
    transition: all .3s linear;
    padding-bottom: 15px;
	border-bottom: 4px solid;
	position: relative;
	left: 150px;
}
body.home .studio-holders-default-image img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

/* Visit */

body.page-visit .visit-image {
	margin-bottom: 60px;
}
body.page-visit .visit-image img {
	max-width: 100%;
	height: auto;
}
body.page-visit .container-default {
	padding: 30px;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}
body.page-visit .container-default h3 {
	border-bottom: 2px solid;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
body.page-visit .container-default a:hover {
	border-bottom: 2px solid;
}
body.page-visit .container-default p:last-of-type {
	margin-bottom: 0;
}
body.page-visit .contact-container {
	background: #F7E8E9;
	margin-top: 60px;
	margin-bottom: 100px;
}
body.page-visit .directions-container {
	margin-top: 60px;
	background: #ECF7F9;
}
body.page-visit .map-container {
	border-top: 10px solid #000000;
	padding: 0;
	padding-top: 30px;
}
body.page-visit ul.social-media,
body.page-visit ul.social-media li {
	list-style: none;
	margin: 0;
	padding: 0;
}
body.page-visit ul.social-media {
	margin-top: 15px;
}
body.page-visit ul.social-media li {
	display: block;
}

/* About */

body.page-about .about-slides {
	position: relative;
}
body.page-about .slides_container {
    width: 100%;
    max-width: 835px; 
    height: 500px;
}
body.page-about .slides_container {
    width: 100%;
    max-width: 835px; 
    height: 500px;
    display: block;
}
body.page-about .slides_container div img {
	max-width: 100%;
	height: auto;
}
body.page-about .slides_container div img:hover {
	position: relative;
	z-index: 99;
}
body.page-about .about-slides a.next {
	position: absolute;
	top: -52px;
	right: 0;
	font-size: 42px;
}
body.page-about .container-default {
	padding: 30px;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}
body.page-about .container-default h3 {
	border-bottom: 2px solid;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
body.page-about .container-default a:hover {
	border-bottom: 2px solid;
}
body.page-about .container-default p:last-of-type {
	margin-bottom: 0;
}
body.page-about .about-us-container {
	background: #F7E8E9;
	margin-top: -300px;
	margin-bottom: 100px;
	border-bottom: 4px solid #000000;
}

/* Hire */

body.page-hire .hire-slides {
	position: relative;
}
body.page-hire .slides_container {
    width: 100%;
    max-width: 835px; 
    height: 500px;
}
body.page-hire .slides_container {
    width: 100%;
    max-width: 835px; 
    height: 500px;
    display: block;
}
body.page-hire .slides_container div img {
	max-width: 100%;
	height: auto;
}
body.page-hire .slides_container div img:hover {
	position: relative;
	z-index: 99;
}
body.page-hire .hire-slides a.next {
	position: absolute;
	top: -52px;
	right: 0;
	font-size: 42px;
}
body.page-hire .container-default {
	padding: 30px;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}
body.page-hire .container-default h3 {
	border-bottom: 2px solid;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
body.page-hire .container-default a:hover {
	border-bottom: 2px solid;
}
body.page-hire .container-default p:last-of-type {
	margin-bottom: 0;
}
body.page-hire .hire-information-container-first {
	background: #F9F7EC;
	margin-top: -300px;
	margin-bottom: 100px;
	border-bottom: 4px solid #000000;
}
body.page-hire .hire-information-container-second {
	background: #ECF7F9;
	margin-top: 0;
	margin-bottom: 100px;
	border-bottom: 4px solid #000000;
}

/* Studio (apply) */

body.page-apply .container-default {
	padding: 30px;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
	position: relative;
	z-index: 99;
}
body.page-apply .container-default h3 {
	border-bottom: 2px solid;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
body.page-apply .container-default ul {
	list-style-type: none;
	margin: 0;
}
body.page-apply .container-default ul li {
	margin-left: 0;
}
body.page-apply .container-default ul li:before {
	content: '—';
	padding-right: 10px;
}
body.page-apply .container-default a:hover {
	border-bottom: 2px solid;
}
body.page-apply .container-default p:last-of-type {
	margin-bottom: 0;
}
body.page-apply .information-container {
	background: #F9F7EC;
	margin-top: -300px;
	margin-bottom: 100px;
	border-bottom: 4px solid #000000;
}
body.page-apply .how-to-apply-container {
	background: #DDF4E2;
	margin-top: 30px;
	margin-bottom: 100px;
}
body.page-apply .studio-facilities-container {
	background: #F7E8E9;
	margin-top: 150px;
	margin-bottom: 50px;
}
body.page-apply .membership-criteria-container {
	background: #ECF7F9;
	margin-top: 0;
	margin-bottom: 0;
}

/* Opportunities */

body.page-opportunities .container-default {
	padding: 30px;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
	position: relative;
	z-index: 99;
}
body.page-opportunities .container-default h3 {
	border-bottom: 2px solid;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
body.page-opportunities .container-default a:hover {
	border-bottom: 2px solid;
}
body.page-opportunities .container-default p:last-of-type {
	margin-bottom: 0;
}
body.page-opportunities .current-opportunities-container {
	background: #DDF4E2;
	margin-top: -240px;
	margin-bottom: 100px;
	border-bottom: 4px solid #000000;
}
body.page-opportunities .volunteering-container {
	background: #F7E8E9;
	margin-top: 150px;
	margin-bottom: 0;
}
body.page-opportunities .internships-container {
	background: #ECF7F9;
	margin-top: 125px;
	margin-bottom: 0;
}
body.page-opportunities .container-default .subscribe-button {
	display: inline-block;
	border-bottom: 2px solid;
	color: #000000;
}
body.page-opportunities .container-default ul.social-media,
body.page-opportunities .container-default ul.social-media li {
	list-style: none;
	margin: 0;
	padding: 0;
}
body.page-opportunities .container-default ul.social-media {
	margin-top: 15px;
}
body.page-opportunities .container-default ul.social-media li {
	display: inline-block;
	margin-right: 20px;
}

/* Patrons */

body.page-patrons .container-default {
	padding: 30px;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
	position: relative;
	z-index: 99;
}
body.page-patrons .container-default h3 {
	border-bottom: 2px solid;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
body.page-patrons .container-default a:hover {
	border-bottom: 2px solid;
}
body.page-patrons .container-default p:last-of-type {
	margin-bottom: 0;
}
body.page-patrons .patrons-container {
	background: #F7E8E9;
	margin-top: -330px;
	margin-bottom: 100px;
	border-bottom: 4px solid #000000;
}
body.page-patrons .hire-slides {
	position: relative;
}
body.page-patrons .slides_container {
    width: 100%;
    max-width: 835px; 
    height: 500px;
}
body.page-patrons .slides_container {
    width: 100%;
    max-width: 835px; 
    height: 500px;
    display: block;
}
body.page-patrons .slides_container div {
	height: 500px;
}
body.page-patrons .slides_container div img {
	width: auto;
	max-height: 469px;
	max-width: 100%;
	height: auto;
}
body.page-patrons .slides_container div img:hover {
	position: relative;
	z-index: 999;
}
body.page-patrons .hire-slides a.next {
	position: absolute;
	top: -52px;
	right: 0;
	font-size: 42px;
}

/* Associates */

body.page-associates h1.associates-title {
	font-size: 72px;
	display: inline-block;
	position: relative;
	left: 300px;
	top: -100px;
}
body.page-associates .container-default {
	padding: 30px;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
	position: relative;
	z-index: 99;
}
body.page-associates .container-default h3 {
	border-bottom: 2px solid;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
body.page-associates .container-default a:hover {
	border-bottom: 2px solid;
}
body.page-associates .container-default p:last-of-type {
	margin-bottom: 0;
}
body.page-associates .introduction-container {
	background: #F9F7EC;
	margin-top: -100px;
	margin-bottom: 100px;
	border-bottom: 4px solid #000000;
}
body.page-associates .benefits-container {
	background: #F7E8E9;
	margin-top: -150px;
	margin-bottom: 0;
}
body.page-associates .benefits-container ul, 
body.page-associates .benefits-container ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
body.page-associates .benefits-container ul li {
	padding-left: 10px;
}
body.page-associates .benefits-container ul li:before {
	content: '—';
	padding-right: 5px;
}
body.page-associates .join-container {
	background: #ECF7F9;
	margin-top: 100px;
	margin-bottom: 0;
}

/* Current/Forthcoming/Archive */

body.category-current .programme {
	margin-bottom: 200px;
}
body.category-current .programme-slides,
body.category-forthcoming .programme-slides,
body.single .programme-slides {
	position: relative;
}
body.category-current .slides_container,
body.category-forthcoming .slides_container, 
body.single .slides_container {
    width: 740px;
    /*max-width: 835px;*/
    height: 500px;
}
body.category-current .slides_container div,
body.category-forthcoming .slides_container div, 
body.single .slides_container div {
    width: 740px;
    /*max-width: 835px;*/
    height: 500px;
    display: block;
}
body.category-current .slides_container div img,
body.category-forthcoming .slides_container div img,
body.single .slides_container div img {
	max-width: 100%;
	height: auto;
	max-height: 475px;
	width: auto;
}
body.category-current .slides_container .programme-slides-caption,
body.category-forthcoming .slides_container .programme-slides-caption,
body.single .slides_container .programme-slides-caption {
	display: block;
	font-size: 11px !important;
	margin-top: 5px;
	color: #777777;
}
body.category-current .programme-slides a.next,
body.category-forthcoming .programme-slides a.next, 
body.single .programme-slides a.next {
	position: absolute;
	top: -52px;
	right: 0;
	font-size: 42px;
}
body.category-current .programme-title,
body.category-forthcoming .programme-title, 
body.single .programme-title {
	font-size: 72px;
	line-height: 72px;
	width: 550px;
	position: relative;
	z-index: 99;
	top: 40px;
	left: 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
body.category-current .programme-dates,
body.category-forthcoming .programme-dates, 
body.single .programme-dates {
	font-size: 44px;
	position: relative;
	left: -150px;
	top: 150px;
}
body.category-current .container-default,
body.category-forthcoming .container-default, 
body.single .container-default {
	padding: 30px;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}
body.category-current .container-default h3,
body.category-forthcoming .container-default h3, 
body.single .container-default h3 {
	border-bottom: 2px solid;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
body.category-current .container-default a:hover,
body.category-forthcoming .container-default a:hover, 
body.single.container-default a:hover {
	border-bottom: 2px solid;
}
body.category-current .container-default p:last-of-type, 
body.category-forthcoming .container-default p:last-of-type, 
body.single .container-default p:last-of-type {
	margin-bottom: 0;
}
body.category-current .press-release-container,
body.category-forthcoming .press-release-container, 
body.single .press-release-container {
	background: #F9F7EC;
	margin-top: 100px;
	border-bottom: 4px solid #000000;
}
body.category-current .press-release-container .press-release p:last-of-type,
body.category-forthcoming .press-release-container .press-release p:last-of-type, 
body.single .press-release-container .press-release p:last-of-type {
	 margin-bottom: 0;
}
body.category-current .press-release-container .press-release p,
body.category-forthcoming .press-release-container .press-release p, 
body.single .press-release-container .press-release p {
	color: #000000 !important;
}
body.category-current .press-release-container .press-release p span,
body.category-forthcoming .press-release-container .press-release p span, 
body.single .press-release-container .press-release p span {
	color: #000000 !important;
}
body.category-current .artists-bios,
body.category-forthcoming .artists-bios, 
body.single .artists-bios {
	margin-top: 15px;
	font-size: 11px;
	opacity: 0.6;
}
body.category-current .programme-meta-content,
body.category-forthcoming .programme-meta-content, 
body.single .programme-meta-content {
	font-size: 13px;
	margin-bottom: 20px;
}
body.category-current .programme-meta-content ul, 
body.category-current .programme-meta-content ul li,
body.category-forthcoming .programme-meta-content ul, 
body.category-forthcoming .programme-meta-content ul li,
body.single .programme-meta-content ul, 
body.single .programme-meta-content ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
body.category-current .programme-meta-content ul,
body.category-forthcoming .programme-meta-content ul, 
body.single .programme-meta-content ul {
	display: inline-block;
}
body.category-current .programme-meta-content ul li,
body.category-forthcoming .programme-meta-content ul li, 
body.single .programme-meta-content ul li {
	display: inline-block;
	margin-right: 10px;
}
body.category-current .programme-meta-content ul li .ss-icon,
body.category-forthcoming .programme-meta-content ul li .ss-icon, 
body.single .programme-meta-content ul li .ss-icon {
	margin-right: 2px;
}
body.category-current .programme-meta-content span.left,
body.category-forthcoming .programme-meta-content span.left, 
body.single .programme-meta-content span.left {
	float: left;
	display: block;
}
body.category-current .programme-meta-content span.right,
body.category-forthcoming .programme-meta-content span.right, 
body.single .programme-meta-content span.right {
	float: right;
	display: block;
}
body.category-current .programme-meta-content a:hover,
body.category-forthcoming .programme-meta-content a:hover, 
body.single .programme-meta-content a:hover {
	border-bottom: 2px solid;
}

/* Events */

body.post-type-archive-events .events {
	margin-bottom: 200px;
}
body.post-type-archive-events .events:last-of-type {
	margin-bottom: 100px;
}
body.post-type-archive-events .events-title {
	text-align: center;
	display: table;
	height: 300px;
	width: 100%;
}
body.post-type-archive-events .events-title h1 {
	font-size: 42px;
	line-height: 52px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	border-top: 5px solid;
	border-bottom: 5px solid;
}
body.post-type-archive-events .events-meta span.left {
	float: left;
	display: block;
	font-size: 21px;
	margin-top: 15px;
	width: 165px;
}
body.post-type-archive-events .events-meta span.right {
	float: right;
	display: block;
	font-size: 21px;
	margin-top: 15px;
}
body.post-type-archive-events .events-meta span.right a:hover {
	border-bottom: 3px solid;
}
body.post-type-archive-events .event-description-image-container {
	position: relative;
}
body.post-type-archive-events .event-description-image-container img {
	position: relative;
	z-index: 0;
}
body.post-type-archive-events .event-description {
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px;
	background: #ECF7F9;
	width: 80%;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	opacity: 0;
}
body.post-type-archive-events .event-description p:last-of-type {
	margin-bottom: 0;
}

/* Current/Forthcoming/Events/Archive */

body .not-right-now-container.container-default {
	padding: 30px;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}
body .not-right-now-container.container-default h3 {
	border-bottom: 2px solid;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
body .not-right-now-container.container-default a:hover {
	border-bottom: 2px solid;
}
body .not-right-now-container.container-default p:last-of-type {
	margin-bottom: 0;
}
body .not-right-now-container {
	background: #ECF7F9;
	margin-bottom: 100px;
	border-bottom: 4px solid #000000;
}
body.home .subscribe-button,
body .not-right-now-container .subscribe-button {
	display: inline-block;
	border-bottom: 2px solid;
	color: #000000;
}

/* People */

body.page-people .container-default {
	padding: 30px;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}
body.page-people .container-default h3 {
	border-bottom: 2px solid;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
body.page-people .container-default a:hover {
	border-bottom: 2px solid;
}
body.page-people .container-default p:last-of-type {
	margin-bottom: 0;
}
body.page-people .staff-container {
	background: #F9F7EC;
	margin-bottom: 100px;
}
body.page-people .trustees-container {
	margin-top: 80px;
	background: #F7E8E9;
	margin-bottom: 100px;
}
body.page-people .interns-container {
	background: #ECF7F9;
	position: relative;
	left: 275px;
	top: -120px;
}
body.page-people .advisory-board-container {
	background: #DDF4E2;
}

/* Supporters / Funders */

body.page-funders-and-supporters .container-default {
	padding: 30px;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}
body.page-funders-and-supporters .container-default h3 {
	border-bottom: 2px solid;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
body.page-funders-and-supporters .container-default a:hover {
	border-bottom: 2px solid;
}
body.page-funders-and-supporters .container-default p:last-of-type {
	margin-bottom: 0;
}
body.page-funders-and-supporters .regular-container {
	background: #ECF7F9;
	margin-bottom: 100px;
}
body.page-funders-and-supporters ul.funders-list,
body.page-funders-and-supporters ul.funders-list li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
body.page-funders-and-supporters ul.funders-list li {
	display: inline-block;
	margin: 0 30px 30px 0;
	vertical-align: middle;
}
body.page-funders-and-supporters ul.funders-list li img {
	width: auto;
	max-width: 160px;
	height: auto;
	max-height: 80px;
}
body.page-funders-and-supporters .supporters-funders-container {
	margin-top: 80px;
	background: #F7E8E9;
	margin-bottom: 100px;
}

/* Archive */

.archive-filter-container {	
	margin-bottom: 50px;
}
.archive-filter-container ul,
.archive-filter-container ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.archive-filter-container ul li {
	display: inline-block;
	margin-right: 20px;
}
.archive-filter-container ul li:last-child {
	margin-right: 0;
}
.archive-filter-container ul li a {
	border: 3px solid;
	padding: 10px 15px;
	display: inline-block;
}
#archive-table {
	width: 100%;
	margin-bottom: 100px;
}
#archive-table th,
#archive-table td {
	text-align: left;
}
#archive-table tr {
	border-top: 2px solid #000000;
}
#archive-table tr:first-of-type {
	border-top: 0;
}
#archive-table tr td {
	position: relative;
}
#archive-table tr td .trigger {
	vertical-align: middle;
	position: absolute;
	top: 1px;
	right: 0;
	display: none;
}
body .show-image {
	position: fixed;
	top: 100px;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	display: none;
}
.each-reveal {
	background: #F7E8E9;
	border-top: 2px solid #000000;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.each-reveal .press-release p,
.each-reveal .press-release p span {
	display: none;
	color: #000000 !important;
}
.each-reveal .press-release p:first-of-type {
	margin-top: 0;
	display: block;
}
.each-reveal p.view-more {
	margin-bottom: 0;
}
.each-reveal p.view-more a:hover {
	border-bottom: 2px solid;
}
.each-letter-group-column {
	width: 30%;
	margin-right: 3.3%;
	float: left;
}
.artist-index-container .each-letter-group {
	margin-bottom: 25px;
}
.artist-index-container .each-letter-group h3 {
	margin-bottom: 5px;
	text-transform: uppercase;
}
.artist-index-container .each-artist p {
	margin: 0;
}
.artist-index-container .each-artist .each-show {
	padding-left: 15px;
	display: none;
}
.artist-index-container .each-artist .each-show:last-of-type {
	margin-bottom: 10px;
}
.artist-index-container .each-artist .each-show a {
	color: #555555;
}

/* Studio Artists */

body.page-artists .studio-artists-container,
body.page-creative-businesses .studio-artists-container {
	background: #DDF4E2;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	z-index: 9;
}
body.page-creative-businesses .studio-artists-container {
	background: #F9F7EC;
}
body.page-artists .studio-artists-container h3,
body.page-creative-businesses .studio-artists-container h3 {
	border-bottom: 2px solid;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
body.page-artists .studio-artists-container ul,
body.page-artists .studio-artists-container ul li,
body.page-creative-businesses .studio-artists-container ul,
body.page-creative-businesses .studio-artists-container ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
body.page-artists .studio-artists-container ul,
body.page-creative-businesses .studio-artists-container ul {
	margin-bottom: -15px;
}
body.page-artists .studio-artists-container ul li,
body.page-creative-businesses .studio-artists-container ul li {
	font-size: 18px;
	display: block;
	margin-bottom: 15px;
}
body.page-artists .studio-artists-container ul li:last-of-type,
body.page-creative-businesses .studio-artists-container ul li:last-of-type {
	margin-right: 0;
}
body.page-artists .studio-artists-container ul li a.active-filter,
body.page-creative-businesses .studio-artists-container ul li a.active-filter {
	border-bottom: 2px solid;
}
body.page-artists .studio-artists-image,
body.page-creative-businesses .studio-artists-image {
	position: relative;
	top: 100px;
	left: -150px;
}
body.page-artists .studio-artists-image:hover,
body.page-creative-businesses .studio-artists-image:hover {
	z-index: 99;
}
body.page-artists .studio-artists-image img,
body.page-creative-businesses .studio-artists-image img {
	max-width: 100%;
	height: auto;
	padding-bottom: 15px;
	border-bottom: 4px solid;
}

/* Studio Artists individual */

body.single-studio_artist .studio-artists-slides,
body.single-creative_business .studio-artists-slides {
	position: relative;
	overflow: auto;
	padding-top: 50px;
	margin-top: -50px;
}
body.single-studio_artist .studio-artists-slides ul,
body.single-studio_artist .studio-artists-slides ul li,
body.single-creative_business .studio-artists-slides ul,
body.single-creative_business .studio-artists-slides ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
body.single-studio_artist .studio-artists-slides ul li,
body.single-creative_business .studio-artists-slides ul li {
	float: left;
	display: block;
}
body.single-studio_artist .studio-artists-slides ul li img,
body.single-creative_business .studio-artists-slides ul li img {
	max-width: 100%;
	height: auto;
}
body.single-studio_artist .studio-artists-slides ul li:hover,
body.single-creative_business .studio-artists-slides ul li:hover {
	z-index: 999;
}
body.single-studio_artist .studio-artists-slides a.next,
body.single-creative_business .studio-artists-slides a.next {
	position: absolute;
	display: block !important;
	top: 0;
	right: 0;
	font-size: 42px;
}
body.single-studio_artist .studio-artists-slides .studio-artists-slides-caption,
body.single-creative_business .studio-artists-slides .studio-artists-slides-caption {
	display: block;
	font-size: 11px;
	margin-top: 15px;
}
body.single-studio_artist .studio-artists-title,
body.single-creative_business .studio-artists-title {
	font-size: 72px;
	line-height: 72px;
	position: relative;
	z-index: 99;
}
body.single-studio_artist .container-default,
body.single-creative_business .container-default {
	padding: 30px;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}
body.single-studio_artist .container-default h3,
body.single-creative_business .container-default h3 {
	top: 0;
	left: 0;
	border-bottom: 2px solid;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
body.single-studio_artist .container-default a:hover,
body.single-creative_business .container-default a:hover {
	border-bottom: 2px solid;
}
body.single-studio_artist .container-default p:last-of-type,
body.single-creative_business .container-default p:last-of-type {
	margin-bottom: 0;
}
body.single-studio_artist .statement-container,
body.single-creative_business .statement-container {
	background: #F9F7EC;
	margin-bottom: 100px;
	position: relative;
	z-index: 99;
}
body.single-studio_artist .biography-container {
	background: #ECF7F9;
	font-size: 11px;
	margin-top: 50px;
	position: relative;
	z-index: 99;
}

/* Footer */

footer {
	background: #ffffff /*url('img/triangle.svg') 9% 7% no-repeat*/;
	height: 100%;
	margin-top: 120px;
	padding: 65px 0 50px 0;
	position: relative;
	z-index: 9999;
	font-size: 13px;
}
footer a:hover {
	border-bottom: 2px solid;	
}
footer .fourth-footer-widget-area a:hover {
	border: 0;
}
footer ul {
	list-style: none;
	margin: 0;
}
footer ul li {
	margin: 0;
}
ul.first-footer-widget-area p {
	padding-right: 50px;
}
ul.first-footer-widget-area h3, ul.second-footer-widget-area h3,
ul.third-footer-widget-area h3 {
	display: none;
}
ul.third-footer-widget-area a {
	display: inline-block;
	border: 3px solid;
	color: #000000;
	padding: 10px 15px;
}

/* Standard slider */

body .standard-slides {
	position: relative;
}
body .standard-slides .slides_container {
    width: 100%;
    max-width: 835px; 
    height: 500px;
    display: block;
}
body .standard-slides .slides_container div {
	width: 740px;
	height: 500px;	
}
body .standard-slides .slides_container div img {
	max-width: 100%;
	height: auto;
}
body .standard-slides .slides_container div:hover {
	z-index: 999;
}
body .standard-slides a.next {
	position: absolute;
	top: -52px;
	right: 0;
	font-size: 42px;
}

/* 404 */

body.error404 .fourohfour-container {
	background: url('img/404-bg.jpg') no-repeat;
    height: 100%;
    width: 100%;
    position: fixed;
    display: block;
    z-index: 999999;
    margin-top: -333px;
    overflow: hidden;
}
body.error404 .fourohfour-container span {	
	display: block;
	background: #ffffff;
	width: 500px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -150px;
	padding: 30px;
	font-size: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
	position: relative;
	z-index: 99;
	background: #F9F7EC;
	border-bottom: 4px solid #000000;
}
body.error404 .fourohfour-container span h3 {
	border-bottom: 2px solid;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
body.error404 .fourohfour-container span a:hover {
	border-bottom: 2px solid;
}
body.error404 .fourohfour-container span p:last-of-type {
	margin-bottom: 0;
}

/* Isotope */

.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}