/*
Theme Name: Joshua Bell
Author: Alaric King
Author URI: http://alaricking.co.uk/
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
    font-family: 'woodford_bournebold';
    src: url('fonts/woodfordbourne-bold-webfont.eot');
    src: url('fonts/woodfordbourne-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/woodfordbourne-bold-webfont.woff2') format('woff2'),
         url('fonts/woodfordbourne-bold-webfont.woff') format('woff'),
         url('fonts/woodfordbourne-bold-webfont.ttf') format('truetype'),
         url('fonts/woodfordbourne-bold-webfont.svg#woodford_bournebold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'woodford_bourneregular';
    src: url('fonts/woodfordbourne-regular-webfont.eot');
    src: url('fonts/woodfordbourne-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/woodfordbourne-regular-webfont.woff2') format('woff2'),
         url('fonts/woodfordbourne-regular-webfont.woff') format('woff'),
         url('fonts/woodfordbourne-regular-webfont.ttf') format('truetype'),
         url('fonts/woodfordbourne-regular-webfont.svg#woodford_bourneregular') format('svg');
    font-weight: normal;
    font-style: normal; 

}


body,
button,
input,
select,
textarea {
	color: #2d2b2b;
	font-family: 'PT Serif', serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'woodford_bourneregular';
	margin: 0 0 0.5em;
	clear: both;
	line-height: 1;
}

h1 {
	font-size: 2.25em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.25em;
}

h5 {
	font-size: 1em;
}

p {
    font-size: 1em;
    line-height: 1.5;
    margin: 0 0 1.5em;
}

p:last-child {
	margin-bottom: 0;
}

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

blockquote {
    margin: 0;
    font-size: 1.75em;
    font-style: italic;
    max-width: 350px;
    padding-left: 1.2em;
    position: relative;
}

blockquote:before {
    content: "\201C";
    position: absolute;
    top: 0.15em;
    left: 0;
    font-size: 1.3em;
    line-height: 1;
}

blockquote p {
	line-height: 1.2;
	margin-bottom: 0;
}

blockquote cite {
    font-family: 'woodford_bournebold';
    color: #be9988;
    font-size: 0.65em;
    font-style: normal;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

.justify {
	text-align: justify;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

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

.sans {
	font-family: 'woodford_bourneregular';
}

.sans-bold {
	font-family: 'woodford_bournebold';
}

.serif {
	font-family: 'PT Serif', serif;
}

.text-two-col {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	-ms-column-break-inside: avoid;
	column-break-inside: avoid;
}



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

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

body {
	background: #997b6d; 
}



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

ul,
ol {
    margin: 0 0 1.5em 0em;
    padding-left: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

li {
	list-style-position: inside;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

.one-half,
.one-third,
.one-fourth,
.one-fifth,
.two-third  {
	width: 100%;
	margin: 0 0 2em;
	display: block;
    float: left;
}

@media screen and (min-width: 600px) {
	.one-half,
	.one-third,
	.one-fourth,
	.one-fifth,
	.two-third {
		position: relative;
		margin: 0 4% 4% 0;
		float: left;
	}

	.one-half {
		width: 48%;
	}

	.one-third {
		width: 30.66%;
	}

	.one-fourth {
		width: 22%;
	}

	.one-fifth {
		width: 16.8%;
	}

	.two-third {
		width: 65%;
		margin-right: 0;
		padding-bottom: 5px;
	}

	.two-third p {
		padding-bottom: 5px;	
	}

	.one-half:nth-of-type(even),
	.one-third:nth-of-type(3n+3),
	.one-fourth:nth-of-type(4n+4),
	.col-last {
		margin-right: 0;
	}
}


.row {
	width: 100%;
	clear: both;
	float: left;
	position: relative;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center-wrap {
  position: absolute;
  display: table;
  overflow: hidden;
  height: 100%;
  z-index: 20;
  width: 100%;
  left: 0;
  top: 0;
}

.center-wrap-row {
  display: table-row;
  height: 100%;
}

.center-wrap-cell {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color: #FFF;
  text-align: left;
  font-size: 1em;
  position: relative;
  z-index: 10;
}

.center-blk {
    position: relative;
    clear: both;
    margin: 0 auto;
    width: 80%;
    z-index: 10;
}
	@media screen and (min-width: 700px) {
		.center-blk {
			width: 90%;
		}
	}

a.hot-spot {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 35;
	top: 0;
	left: 0;
}

body.ie a.hot-spot {
	background: transparent url('img/blank.gif'); /* helps IE */
}

.full-bleed {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


.hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.txt-white {
	color: #FFF;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 2px solid;
    border-radius: 0;
    background: transparent;
    font-size: 0.9em;
    line-height: 1.4;
    padding: 0.4em 0.9em;
    -webkit-appearance: none;
    outline: 0;
    color: #FFF;
    margin: 0 0.7em 0 0;
    font-family: 'woodford_bournebold';
}

button.current,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #FFF;
	color: #91a1a5;
	border-color: #FFF;
}

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #846759;
	transition: all .08s ease-in-out;
    -moz-transition: all .08s ease-in-out;
    -webkit-transition: all .08s ease-in-out;
    outline: none;
}

a:hover,
a:focus,
a:active {
	color: #2d2b2b;
	outline: none;
	text-decoration: none;
}

a:focus {
	outline: none;
}

/* -------- Buttons ---------- */

a.btn, .btn {
    color: #6c554b;
    font-size: 1em;
    border-bottom: 2px solid;
    display: inline-block;
    text-decoration: none;
    padding: 0.5em 0;
    line-height: 1;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    font-family: 'woodford_bournebold';
}

.has-hot-spot:hover .btn,
a.btn:hover,
a.btn.hover {
    color: #000;
}

a.btn:active,
a.btn.active {
}

a.btn.white {
	color: #FFF;
}
a.btn.white:hover {
	opacity: 0.5;
}

/* Button Large */

a.btn.lrg {
	font-size: 1.2em;
    padding: 1em 0.9em 0.95em;
}

.btn-row {
	margin-top: 2em;
}


.sans {
	font-family: 'woodford_bourneregular';
}

.sans-bold {
	font-family: 'woodford_bournebold';
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: none;
    display: block;
    float: right;
    width: 100%;
    margin: 50px 0 0;
    font-family: 'woodford_bournebold';
    padding: 0 5%;
    font-size: 0.95em;
        transition: all .08s ease-in-out;
    -moz-transition: all .08s ease-in-out;
    -webkit-transition: all .08s ease-in-out;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.main-navigation li {
	display: block;
}

.main-navigation .menu-front-page-scroller-container {
    width: calc(100% - 165px);
    float: left;
}
@media screen and (min-width: 1024px) {
	.main-navigation .menu-front-page-scroller-container {
	    width: calc(96% - 175px);
	    float: left;
	}
	.main-navigation.white-nav {
	    padding: 10px 5% 5px;
	    margin: 0;
    background: #997b6d;	
	}
}
.main-navigation .social-btns {
    width: 140px;
    float: right;
    display: flex;
        margin-top: 0px;
    justify-content: space-between;
    display: none;
}
@media screen and (min-width: 900px) {
	.main-navigation .social-btns {
	display: block	
	}
}
.main-navigation.white-nav .social-btns {
	margin-top: 2px;
}
.main-navigation .social-btns a {
margin: 0 10px 0 0;
    border-bottom: 0;
    padding: 0;
    display: block;
}
.main-navigation .social-btns svg {
    height: 18px;
    width: 18px;
}
.main-navigation .social-btns .fb svg {
    height: 18px;
    width: 12px;
}
.main-navigation:not(.white-nav) .social-btns svg #Footer {
	fill: #997b6d;
}
.main-navigation a {
    display: inline-block;
    text-decoration: none;
    padding: 0 0 0.2em;
    color: #997b6d;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-bottom: 2px solid transparent;
}

.main-navigation.white-nav a {
	color: #FFF;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
    background: white;
    width: 10em;
    padding: 0.5em 0;
}

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

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

.main-navigation ul ul li {

}

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

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

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

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

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

.main-navigation a:hover,
.main-navigation .current > a,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	border-color: #997b6d;
}

.main-navigation.white-nav .current > a,
.main-navigation.white-nav a:hover {
	color: #FFF;
	border-color: #FFF;
}


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

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

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

.mobile-menu .knockout,
.mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;

}

.mobile-menu .knockout {
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
	height: 100%;
	overflow: auto;
    overflow-y: scroll;
 }

.mobile-menu div:not(.knockout) {
    position: absolute;
    left: 0;
    float: left;
    padding: 3em 0;
    width: 100%;
    z-index: 110;
    display: block;
    background: none;
    box-shadow: none;
    text-align: center;
}

.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}


button.menu-toggle {
	display: none;
    background-image: url('img/menu_dark.svg');
    background-repeat: no-repeat;
    background-position: center right;
    position: absolute;
    z-index: 120;
    right: 20px;
    padding: 2em;
	top: 0.7em;
    border: none;
}
button.menu-toggle:hover {
	opacity: 0.5;
	background-color: transparent;
}

button.menu-toggle.toggle-open {
	 background-image: url('img/menu_close.svg');
}

button.menu-toggle.toggle-open {
    display: block;
}

.mobile-menu a {
	color: #221e1f;
	font-size: 2em;
	text-decoration: none;
}

.mobile-menu a:hover,
.mobile-menu .current_page_item > a,
.mobile-menu .current-menu-item > a,
.mobile-menu .current_page_ancestor > a,
.mobile-menu .current-menu-ancestor > a {
	text-decoration: underline;
}


@media screen and (max-width: 900px) {
	.main-navigation ul {
		display: none;
	}
	
	button.menu-toggle {
    display: block;
}

}

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

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	float: none;
	margin: 0 auto;
	position: relative;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}


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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.site {
	position: relative;
}

.border {
	position: absolute;
	background: #997b6d;
	z-index: 100;
	left: 0;
}

.border-right,
.border-left {
	width: 7px;
	height: 100%;
	top: 0;
}
	@media screen and (min-width: 700px) {
		.border-right,
		.border-left {
			width: 14px;
		}
	}

.border-right {
	left: auto;
	right: 0;
}

.border-bottom,
.border-top {
	width: 100%;
	height: 7px;
	top: 0;
}
	@media screen and (min-width: 700px) {
		.border-bottom,
		.border-top {
			height: 14px;
		}
	}

.border-bottom {
	bottom: 0;
	top: auto;
}


#page-wrapper {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1280px;
	width: 90%;
}

.site-header {
    padding: 0;
    position: fixed;
    z-index: 120;
    top: 0;
    left: 0;
    width: 100%;
}

.site-header .btn.back {
	display: none;
}

.site-branding {
	float: left;
	display: none;
}

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

h1.site-title a {
	text-decoration: none;
	font-weight: 600;
	color: #221e1f;
}

/* -- Footer -- */

.site-footer {
    width: 100%;
    padding: 2em 2em 0.5em;
    clear: both;
    text-align: center;
    background: #997b6d;
    color: #FFF;
    z-index: 110;
    position: relative;
    font-family: 'woodford_bourneregular';
}

.site-footer p {
	margin: 0;
	text-transform: uppercase;
	font-size: 0.9em;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

section.row {
	padding: 3em 0;
	z-index: 100;
	overflow: hidden;
}
	@media screen and (min-width: 900px) {
		section.row {
			min-height: 600px;
			min-height: 100vh;
			padding: 8em 0;
		}		
	}

section.no-min {
	min-height: inherit;
}

section.no-pad {
	padding: 0;
}


.mobile-heading {
    text-align: center;
    width: 100%;
    display: block;
    margin: 0 0 1.5em;
    text-transform: uppercase;
    font-family: 'woodford_bourneregular';
    letter-spacing: 0.2em;
    font-size: 1.4em;
	color: #FFF;
}
	.bio-bg .mobile-heading {
		color: #997b6d;
	}
	@media screen and (min-width: 900px) {
		.mobile-heading {
			display: none;
		}
	}
	

article.post {
    border-bottom: 1px solid;
    padding-bottom: 2em;
}


section.bio-bg {
	background-position: calc(100% - 15%) top;
	background-attachment: scroll;
	background-size: auto 100%;
}
	@media screen and (max-width: 1024px) {
		section.bio-bg {
			background: #f5f5f5 !important;
		}
	}
	@media screen and (min-width: 1025px) {
		section.bio-bg {
			background-attachment: fixed;
			background-size: cover;
			background-position: right top;
		}
	}

/*
.fixed-bg {
	display: none;
    position: fixed;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 0;
    height: 120%;
    background-size: cover;
    background-position: top right;
}
	@media screen and (max-width: 1024px) {
		.fixed-bg {
			display: block;
		}
		section.bio-bg {
			background: #e9eae5 !important;
		}
		section.recordings-bg {
			background: #707d83 !important;
		}
	}
*/

.text-bio {
	padding: 0;
}
	@media screen and (min-width: 1024px) {
		.text-bio {
			padding: 6vw 30vw 6vw 0;
		}
	}
	@media screen and (min-width: 1200px) {
		.text-bio {
			padding: 8vw 30vw 8vw 0;
		}
	}
	@media screen and (max-width: 1024px) {
		.text-bio {
			padding: 6vw 0 3vw;
		}
	}
	@media screen and (max-width: 700px) {
		.text-bio .text-two-col {
			-webkit-column-count: 1;
			-moz-column-count: 1;
			column-count: 1;
		}
	}

.text-bio .row::first-letter  {
	font-size: 5.8em;
	line-height: 1;
	padding: 0 0.1em 0em 0;
	float: left;
	display: inline-block;
	color: #997b6d;
	margin: -0.1em 0 0;
}


section.news-bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0c8c7+0,b3a2a3+100 */
	background: rgb(208,200,199); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(208,200,199,1) 0%, rgba(179,162,163,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(208,200,199,1) 0%,rgba(179,162,163,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(208,200,199,1) 0%,rgba(179,162,163,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0c8c7', endColorstr='#b3a2a3',GradientType=0 ); /* IE6-9 */
	padding: 3em 0;
}
	@media screen and (min-width: 900px) {
		section.news-bg {
			padding: 20vh 0 12vh;
		}	
	}

.noise {
	background: url(img/noise.png) repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
	opacity: 0.4;
}

.news-listing {
	margin-top: 0.5em;
}

article.news-item {
	width: 100%;
	float: left;
	display: block;
	margin: 0 0 2em;
	position: relative;
}
	@media screen and (min-width: 600px) and (max-width: 860px) {
		article.news-item {
			width: 48%;
			margin: 0 4% 0 0;
		}
		article.news-item:nth-of-type(2) {
			margin-right: 0;
		}
		article.news-item:nth-of-type(3) {
			display: none;
		}
	}
	@media screen and (min-width: 860px) {
		article.news-item {
			width: 30%;
			margin: 0 5% 0 0;
		}
		article.news-item:nth-of-type(3) {
			margin-right: 0;
		}
	}
	article.news-item .featured-image {
		padding-bottom: 100%;
		position: relative;
	}
	article.news-item .date-heading {
		position: absolute;
		top: 1em;
		left: 1em;
		width: calc(100% - 2em);
		height: calc(100% - 2em);
		border: 2px solid #997b6d;
		padding: 1em;
		color: #FFF;
		z-index: 10;
	}
	article.news-item .date-heading .wrap {
	    position: absolute;
	    bottom: 1em;
	    left: 1em;
	    width: calc(100% - 2em);
	}
	article.news-item .featured-image:before {
		position: absolute;
		content: "";
		z-index: 2;
		background: rgba(72, 67, 68, 0.68);
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		transition: all .08s ease-in-out;
		-moz-transition: all .08s ease-in-out;
		-webkit-transition: all .08s ease-in-out;
	}
	article.news-item:hover .featured-image:before {
		background: rgba(72, 67, 68, 0.90);
	}
	article.news-item h3 {
		margin: 0;
		font-size: 1.6em;
	}
	article.news-item time {
		font-weight: bold;
	}
	article.news-item .article-excerpt {
		background: #f6f6f6;
		padding: 1.3em;
		width: calc(100% - 1em);
	}
	article.news-item .article-excerpt p {
	    margin: 0 0 0.5em;
	    line-height: 1.4;
	    font-size: 0.95em;
	}


article.news-detail {
	background: #f6f6f6;
    clear: both;
    overflow: hidden;
}
	article.news-detail .featured-image {
		padding-bottom: 75%;
	}
	article.news-detail .article-content {
		padding: 4%;
	}
	article.news-detail figure {
		margin: 0;
		max-height: 60vw;
		overflow: hidden;
	}
	@media screen and (min-width: 800px) {
		article.news-detail figure {
			margin: 0;
			max-height: 40vw;
			overflow: hidden;
		}
	}


section.performances-bg {
	padding: 20vh 0 12vh;
}
	@media screen and (max-width: 900px) {
		section.performances-bg{
			background: #997b6d !important;
			padding: 3em 0;
		}		
	}


.performance-listing {
	margin-top: 0.5em;
}

article.performance {
    color: #FFF;
    padding-top: 2em;
    border-top: 1px solid;
    width: 100%;
    margin: 0 0 2em;
    float: left;
}
	@media screen and (min-width: 700px) and (max-width: 1024px) {
		article.performance {
		    width: 30%;
		    margin: 0 5% 0 0;
		    min-height: 270px;
		}
		article.performance:nth-of-type(3n+3) {
			margin-right: 0;
		}
	}
	@media screen and (min-width: 1024px) and (max-width: 1300px) {
		article.performance {
		    width: 21%;
		    margin: 0 5.3% 0 0;
		    min-height: 270px;
		}
		article.performance:nth-of-type(4n+4) {
			margin-right: 0;
		}
	}
	@media screen and (min-width: 1300px) {
		article.performance {
			width: 17%;
			margin: 0 3.75% 0 0;
			min-height: 270px;
		}
		article.performance:nth-of-type(5n+5) {
			margin-right: 0;
		}
	}
	article.performance time {
		text-transform: uppercase;
		margin-bottom: 0.3em;
	}
	article.performance time .day {
		font-size: 4em;
		line-height: 1;
	}
	article.performance time .month {
		font-size: 1.35em;	
	}
	article.performance h3 {
	    font-weight: normal;
	    margin-bottom: 0.3em;
	}
	article.performance h5 {
		font-weight: normal;
		margin-bottom: 0.5em;
		font-size: 1.15em;
	}

.performance-listing-all {
	color: #FFF;
}

.performance-listing-all h2 {
	margin-bottom: 2.5em;
}


.recordings-bg {
	background-position: calc(100% - 15%) top;
	background-attachment: scroll;
	background-size: auto 100%;
}
	@media screen and (max-width: 1024px) {
		.recordings-bg {
			background: #707d83 !important;
		}
	}
	@media screen and (min-width: 1024px) {
		.recordings-bg {
			background-attachment: fixed;
			background-size: cover;
			background-position: right top;
		}
	}
	
	


.record-listing {
	width: 100%;
}
	@media screen and (min-width: 1025px) {
		.record-listing {
			width: 75%;
			padding: 0;
		}
	}

.button-group {
	color: #FFF;
	margin: 0 0 3em;
}
	@media screen and (min-width: 900px) {
		.button-group {
			margin: 5% 0 3em;
		}
	}
	.button-group h4 {
	    float: left;
	    margin: 0.3em 1em 0 0;
	}
	.button-group .filter-button-group {
		float: left;
	}

article.record {
	width: 100%;
	float: left;
	position: relative;
	margin: 0 0 10%;
	background: #e9e9e9;
	color: #6c554b;
	overflow: hidden;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
	@media screen and (min-width: 700px) and (max-width: 1024px) {
		article.record {
			width: 46%;
			margin: 0 4% 5% 0;
		}
	}
	@media screen and (min-width: 1024px) {
		article.record {
			width: 28%;
			margin: 0 4% 5% 0;
		}
	}
	article.record .detail-wrap {
		padding: 7.5%;
	}
	article.record h3 {
		font-size: 1.2em;
	}
	article.record h4 {
	    font-size: 0.9em;
	    margin-bottom: 1em;
	    font-weight: 400;
	    text-transform: uppercase;
	}
	article.record p {
	    line-height: 1.3;
	    font-size: 0.95em;
	    margin-bottom: 1em;
	}
	article.record figure {
		margin: 0;
	}
	article.record img {
		width: 100%;
		max-width: inherit;
	}


section.contact-bg {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4d5868+0,39404d+100 */
	background: rgb(77,88,104); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(77,88,104,1) 0%, rgba(57,64,77,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(77,88,104,1) 0%,rgba(57,64,77,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(77,88,104,1) 0%,rgba(57,64,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d5868', endColorstr='#39404d',GradientType=0 ); /* IE6-9 */
}
	@media screen and (min-width: 900px) {
		section.contact-bg .center-blk {
			padding: 5% 0 0;
		}
	}



.contact-profile {
	float: left;
	color: #f4f4f4;
	width: 100%;
	margin: 0 0 3em;
}
	@media screen and (min-width: 650px) and (max-width: 960px) {
		.contact-profile {
			width: 45%;
			margin: 0 10% 5% 0;
		}
		.contact-profile:nth-of-type(2n+2) {
			margin-right: 0;
		}
		.contact-profile:nth-of-type(2n+3) {
			clear: left;
		}
	}
	@media screen and (min-width: 960px) {
		.contact-profile {
			width: 30%;
			margin: 0 5% 7.5% 0;
		}
		.contact-profile:nth-of-type(3n+3) {
			margin-right: 0;
		}
		.contact-profile:nth-of-type(3n+4) {
			clear: left;
		}
	}
	.contact-profile .contact-details {
		border-left: 2px solid;
		float: left;
		width: 100%;
		padding: 0 0 0 1.5em;
	}
	.contact-profile h4 {
    	margin-bottom: 0.9em;
    	font-size: 1.3em;
	}
	.contact-profile p {
		font-size: 1.1em;
		margin: 0 0 0.4em;
		line-height: 1;
	}
	.contact-profile p:last-child {
		margin-bottom: 0;
	}
	.contact-profile p.email {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
		display: block;
 	}
	.contact-profile a {
		color: #f4f4f4;
	}
	.contact-profile a:hover {
		color: #f4f4f4;
		text-decoration: none;
	}


.social-btns {

}
	.social-btns h4 {
		display: block;
		margin: 0 1em 0.5em 0;
		color: #f4f4f4;
		float: left;
		line-height: 1.2em;
		width: 100%;
	}
	@media screen and (min-width: 650px) {
		.social-btns h4 {
			width: auto;
			margin: 0 1em 0em 0;
		}	
	}
	.social-btns a {
	    display: block;
	    text-decoration: none;
	    margin: 0 2em 0 0;
	    float: left;
	}
	.social-btns a:hover {
		opacity: 0.4;
	}
	.social-btns svg {
	    height: 26px;
	    width: 20px;
	}
	.social-btns .fb svg {
	    height: 22px;
	    width: 15px;
	}
	.social-btns a:hover svg {
		fill: #f4f4f4;
	}


.page-template-page-basic-text,
.post-type-archive-gallery,
.error404,
.single-gallery {
	background: #eeeeee;
}
	.page-template-page-basic-text .site-header,
	.post-type-archive-gallery .site-header,
	.error404 .site-header,
	.single-gallery .site-header {
		position: relative;
		top: auto;
		left: auto;
		margin: 3.5em 0;
	}
	@media screen and (min-width: 900px) {
		.page-template-page-basic-text .site-header,
		.post-type-archive-gallery .site-header,
		.error404 .site-header,
		.single-gallery .site-header {
			position: relative;
			top: auto;
			left: auto;
			margin: 5em 0;
		}
	}
	.page-template-page-basic-text .site-branding,
	.post-type-archive-gallery .site-branding,
	.error404 .site-branding,
	.single-gallery .site-branding {
		display: block;
		text-align: center;
		width: 100%;
	}
	.page-template-page-basic-text .site-branding h1,
	.post-type-archive-gallery .site-branding h1,
	.error404 .site-branding h1,
	.single-gallery .site-branding h1 {
	    font-family: 'woodford_bourneregular';
	    width: 100%;
	    display: block;
	    text-transform: uppercase;
	    text-align: center;
	    color: #FFF;
	    font-size: 2em;
	    font-weight: normal;
	    letter-spacing: 0.4em;
	    padding: 0 1em;
	}
	@media screen and (min-width: 900px) {
		.page-template-page-basic-text .site-branding h1,
		.post-type-archive-gallery .site-branding h1,
		.error404 .site-branding h1,
		.single-gallery .site-branding h1 {
			font-size: 3em;
		}
	}
	.page-template-page-basic-text .main-navigation,
	.post-type-archive-gallery .main-navigation,
	.error404 .main-navigation,
	.single-gallery .main-navigation {
		display: none;
	}
	.page-template-page-basic-text .site-header .btn.back,
	.post-type-archive-gallery .site-header .btn.back,
	.error404 .site-header .btn.back,
	.single-gallery .site-header .btn.back {
		display: inline-block;
		margin-top: 1em;
	}
	@media screen and (min-width: 900px) {
		.page-template-page-basic-text .site-header .btn.back,
		.post-type-archive-gallery .site-header .btn.back,
		.error404 .site-header .btn.back,
		.single-gallery .site-header .btn.back {
			display: block;
			position: absolute;
			left: 5%;
			top: calc(50% - 1em);
			margin: 0;
		}
	}

article.gallery {
	padding-bottom: 7.5%;
}
	article.gallery header {
		text-align: center;
		margin: 0 0 3em;
	}
	@media screen and (min-width: 900px) {
		article.gallery header {
			margin: 0 0 5em;
		}
	}
	article.gallery header h2 {
    	font-size: 1.8em;
	}
	article.gallery header h3 {
	    font-weight: normal;
	    font-size: 1.3em;
	    margin-bottom: 0.5em;
	}
	article.gallery header time {

	}
	article.gallery .dl-instructions p {
		line-height: 1.2;
		font-size: 0.95em;
		width: 100%;
		text-align: center;
		margin-bottom: 1.5em;
	}
	@media screen and (min-width: 600px) {
		article.gallery .dl-instructions p {
			max-width: 230px;
			text-align: left;
		}
	}
	article.gallery .share-btns p {
		display: block;
		margin: 0 0 0.2em;
		font-size: 0.95em;
	}
	article.gallery .share-btns a {
		display: block;
		text-decoration: none;
		margin: 0 0 0 1em;	
		float: left;
		border: 2px solid #373737;
	    line-height: 0;
	    width: 38px;
	    height: 38px;
	}
	article.gallery .align-center.share-btns a {
		margin: 1em 0.5em;
		display: inline-block;
		float: none;
	}
	article.gallery .share-btns a:hover {
		border-color: #997b6d
	}
	article.gallery .share-btns a svg {
		width: 36px;
		height: 36px;
	}
	article.gallery .share-btns a .icon {
		transition: all .08s ease-in-out;
	    -moz-transition: all .08s ease-in-out;
	    -webkit-transition: all .08s ease-in-out;
	}
	article.gallery .share-btns a:hover .icon {
		fill: #997b6d;
	}
	article.gallery .gallery-instructions {
		margin-bottom: 2em;
	}
	@media screen and (max-width: 600px) {
		article.gallery .gallery-instructions .right.share-btns {
			float: none;
			margin: 0 auto;
			text-align: center;
		}
		article.gallery .gallery-instructions .right.share-btns p {
			text-align: center;
		}
		article.gallery .gallery-instructions .right.share-btns a {
			float: none;
			display: inline-block;
			margin: 0 0.5em;
		}
	}


.photo-gallery {
	margin: 0 0 5%;
}
	.photo-gallery figure {
		width: 50%;
		float: left;
		border: 5px solid transparent;
		margin: 0;
		position: relative;
	}
	@media screen and (min-width: 750px) {
		.photo-gallery figure {
			width: 33.3333%;
		}
	}
	@media screen and (min-width: 1024px) {
		.photo-gallery figure {
			width: 25%;
		}
	}
	.photo-gallery figure a {
		color: #FFF;
	}
	.photo-gallery figure img {
		width: 100%;
		max-width: inherit;
	}
	.photo-gallery figure .hover {
		position: absolute;
		background: rgba(153, 123, 109, 0.9);
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		color: #FFF;
		opacity: 0;
		cursor: pointer;
		font-family: 'woodford_bournebold';
		transition: all .15s ease-in-out;
		-moz-transition: all .15s ease-in-out;
		-webkit-transition: all .15s ease-in-out;
	}
	.photo-gallery figure .hover:after {
		content: "+ View";
		width: 100%;
		display: block;
		text-align: center;
		position: absolute;
		top: calc(50% - 0.5em);
	}
	.photo-gallery figure:hover .hover {
		opacity: 1;
	}
	
	
article.gallery-partial {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0 5% 5% 0;
	background: #FFF;
	text-align: center;
}
	@media screen and (min-width: 600px) and (max-width: 1023px) {
		article.gallery-partial {
			width: 47.5%;
		}
		article.gallery-partial:nth-of-type(even){
			margin-right: 0;
		}
	}
	@media screen and (min-width: 1024px) {
		article.gallery-partial {
			width: 30%;
		}
		article.gallery-partial:nth-of-type(3n+3){
			margin-right: 0;
		}
	}
	article.gallery-partial figure {
		margin: 0;
	}
	article.gallery-partial:hover figure img {
		opacity: 0.2;
	}
	article.gallery-partial .holder-wrap.image-loaded {
		background: #997b6d;
	}
	article.gallery-partial .partial-inner {
		padding: 5%;
	}
	article.gallery-partial h3 {
		margin: 0px 0 8px;
	}
	article.gallery-partial time {
		display: block;
		font-size: 14px;
	}
	article.gallery-partial p {
		margin: 0 0 5px;
		font-size: 18px;
	}

.gateway-wrap {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 40px auto;
	text-align: center
}
	.gform_wrapper form {
		position: relative;
	}
	.gform_wrapper ul,
	.gform_wrapper li {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.gform_wrapper li label.gfield_label {
		display: none;
	}
	.gform_wrapper input[type="text"] {
	font-family: 'woodford_bourneregular';
    width: 100%;
    float: left;
    font-size: 20px;
    padding: 15px 100px 15px 20px;
    border-radius: 8px;
    border: 1px solid #CCC;
    margin-bottom: 10px;
    outline: 0;
	}
	.gform_wrapper label {
		font-family: 'woodford_bourneregular';
	}
	.gform_wrapper .validation_message {
		font-family: 'woodford_bourneregular';
		color: red;
		margin-bottom: 10px;
	}
	.gform_wrapper input[type="text"]:focus {
		border-color: #6c554b;
	}
	.gform_wrapper .gfield_error input[type="text"] {
		border-color: red;
	}
	.gform_wrapper .gform_footer {
		position: absolute;
		top: 12px;
		right: 13px;
	}
	.gform_wrapper button {
	    padding: 9px 15px;
	    margin: 0;
	    border-radius: 5px;
	    background: #6c554b;
	    color: #FFF;
	    border-color: #6c554b;
	}
	.gform_wrapper button:hover {
		background: #4a3a33;
		border-color: #4a3a33;
	}
	.gform_ajax_spinner {
		position: absolute;
		right: 100px;
		top: 4px;
		border: 2px solid #FFF;
		border-radius: 100%;
		background: #FFF;
	}
	.gform_wrapper .validation_error {
		display: none;
	}
	@media screen and (max-width: 600px) {
		.gform_wrapper .gform_footer {
			position: relative;
			top: auto;
			right: auto;
			margin-top: 15px;
		}
		.gform_wrapper button {
		    width: 100%;
		    padding: 15px 10px;
		}
		.gform_ajax_spinner {
			right: 10px;
			top: 9px;
		}
		.gform_wrapper input[type="text"] {
			padding: 15px 20px;
		}
	}
	
	.post-type-archive-gallery .gateway-wrap {
		
	}
	
	

body.error404 .site-content {
	padding: calc(50vh - 235px) 10% calc(50vh - 85px);
	text-align: center;
}


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

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

.holder-wrap {
	overflow: hidden;
}

.img-holder {
	position: relative;
	display: block;
	z-index: 0;
	background: rgba(0,0,0,0.1);
	width: 100%;
	height: 100%;
	float: left;
}

.img-holder:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: rgba(0,0,0,0.1);
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
	z-index: 90;
}


@-webkit-keyframes pulse_animation {
	0% { opacity: 0; }
	50% { opacity: 1; }
	100% { opacity: 0; }
}

.img-holder:before {
	-webkit-animation-name: 'pulse_animation';
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}


.img-holder img {
	width: 100%;
	float: left;
	opacity: 1;
	z-index: 10;

	transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-webkit-transition: opacity .2s linear;
}

.image-loaded .img-holder img {
	opacity: 1;
}

 .img-holder:before {
	display: none;
}

.sixteen-nine {
  position: relative;
  background-size: 110%;
}
.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 60%;
}
.sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
figure.video .sixteen-nine > figcaption.content {
	background: rgba(42, 35, 35, 0.35);
	transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    margin: 0;
}

figure.video:hover .sixteen-nine > figcaption.content {
	background: rgba(42, 35, 35, 0.8);
}

figure.video .sixteen-nine > figcaption.content h4 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 2em 10%;
    text-align: center;
    color: #FFF;
    font-size: 1.2em;
    font-weight: bold;
    text-shadow: 0 0 2em rgba(0, 0, 0, 0.9);
}



.tabbed-content ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.tabbed-content ul.tabs li{
	background: transparent;
    padding: 1.5em 1.5em 1em;
    margin-left: -1px;
    position: relative;
    left: 1px;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}

.tabbed-content ul.tabs li.current{
	background: #FBFBFB;
}

.tabbed-content .tab-inner {
	background: #FBFBFB;
    padding: 2em;
    display: none;
    overflow: hidden;
}

.tabbed-content .tab-inner.current {
	display: inherit;
}

/*--------------------------------------------------------------
##  Plugins
--------------------------------------------------------------*/


/* fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: transparent;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {

}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
	    z-index: 100000;
}

.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #997b6d;
	left: 50%;
	top: 50%;
	margin-left: -7px;
	margin-top: -7px;
	z-index: 90;
}

@-webkit-keyframes pulse_animation {
	0% { opacity: 0; }
	50% { opacity: 1; }
	100% { opacity: 0; }
}

#fancybox-loading:before {
	-webkit-animation-name: 'pulse_animation';
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
}

.fancybox-close {
	position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 8060;
    color: #FFF;
    text-decoration: none;
    font-size: 1.3em;
    text-align: center;
    padding: 2em;
    line-height: 0;
    background: url('img/menu_close_light.svg') center center no-repeat;
}
	@media screen and (max-width: 600px) {
		.fancybox-close {
			padding: 1em;
		}
	}

.fancybox-close:hover {
	opacity: 0.5;
}

.fancybox-nav {
	position: fixed;
	top: 0;
	width: 50%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	background: url('img/arrow-l.svg') 2em center no-repeat;
	left: 0;
}
	@media screen and (max-width: 600px) {
		.fancybox-prev {
			background: url('img/arrow-l.svg') 0.5em center no-repeat;
		}
	}

.fancybox-next {
	background: url('img/arrow-r.svg') calc(100% - 2em) center no-repeat;
	right: 0;
}
	@media screen and (max-width: 600px) {
		.fancybox-next {
			background: url('img/arrow-r.svg') calc(100% - 0.5em) center no-repeat;
		}
	}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    color: #FFF;
    text-align: center;
    font-size: 1.3em;
    opacity: 0.5;
}

.fancybox-nav:hover span {
	opacity: 1;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(55, 55, 55, 0.98);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
    margin-bottom: -4em;
	z-index: 8050;
	text-align: center;
}
	@media screen and (max-width: 600px) {
		.fancybox-title-float-wrap {
			margin-bottom: -5em;
		}
	}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 0.5em 0;
    background: transparent;
    color: #FFF;
    line-height: 1.3;
    white-space: normal;
    font-style: italic;
    font-size: 1.1em;
}
	@media screen and (max-width: 600px) {
		.fancybox-title-float-wrap .child {
			font-size: 0.9em;
		}
	}

.fancybox-title-float-wrap .child a {
    color: #FFF;
    font-family: 'woodford_bourneregular';
    padding: 0.5em 0 0.3em;
    font-style: normal;
    display: inline-block;
    text-decoration: none;
    border-bottom: 2px solid;
    font-size: 0.9em;
}

.fancybox-title-float-wrap .child a:hover {
	color: #9e9e9e;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


/* Royal Slider */
.royalSlider {
	width: 100vw;
	height: 100vh;
	position: relative;
	direction: ltr;
}
	.royalSlider > * {
		float: left;
	}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
	.rsFade.rsWebkit3d .rsSlide,
	.rsFade.rsWebkit3d img,
	.rsFade.rsWebkit3d .rsContainer {
	    -webkit-transform: none;
	}

.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
	.rsVisibleNearbyWrap .rsOverflow {
		position: absolute;
		left: 0;
		top: 0;

	}

.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	float: left;
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
	.rsNavItem {
		-webkit-tap-highlight-color:rgba(0,0,0,0.25);
	}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
	.rsTabs,
	.rsThumbs {
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}


.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
	.rsVideoFrameHolder.rsVideoActive {
		opacity: 1;
	}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
	/* ios controls over video bug, shifting video */
	.rsVideoContainer.rsIOSVideo iframe,
	.rsVideoContainer.rsIOSVideo video,
	.rsVideoContainer.rsIOSVideo embed {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 44px;
	}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(grab.png) 8 8, move; 
}
	.grabbing-cursor{ 
		cursor:url(grabbing.png) 8 8, move;
	}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(blank.gif);
}

.visibleNearby {
  width: 100%;
  background: #fff;
  color: #000;
  padding-top: 0;
}
	.visibleNearby .rsGCaption {
	  font-size: 16px;
	  line-height: 18px;
	  padding: 1.5em 0 0;
	  background: #fff;
	  width: 100%;
	  position: static;
	  float: left;
	  left: auto;
	  bottom: auto;
	  text-align: center;
		font-style: italic;
	}
	.visibleNearby .rsGCaption span {
	  display: block;
	  clear: both;
	  color: #bbb;
	  font-size: 14px;
	  line-height: 22px;
	}


/* Scaling transforms */
.visibleNearby .rsSlide img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
	.visibleNearby .rsActiveSlide img {
	  opacity: 1;
	}

/* Non-linear resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 900px) { 

}
@media screen and (min-width: 0px) and (max-width: 500px) { 

}

.rsDefault .rsArrow {
	height: 55px;
    width: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 45;
    display: block;
}
	@media screen and (min-width: 600px) {
		.rsDefault .rsArrow {
			display: block  !important;
		}
	}
	.rsDefault .rsArrow:hover {
		opacity: 0.7;
	}
	.rsDefault.rsHor .rsArrowLeft {     
		right: 90px;
		bottom: 30px;
	}
	.rsDefault.rsHor .rsArrowRight { 
		right: 45px;
		bottom: 30px;
	}
	.rsDefault .rsArrowIcn {		
	    width: 32px;
	    height: 32px;
	    top: 50%;
	    left: 50%;
	    margin-top: -16px;
	    margin-left: -16px;
	    position: absolute;
	    cursor: pointer;
	    background: url('img/chevron-s-white.svg') no-repeat center center;
	    background-size: 15px;
	}
	.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { 
		-ms-transform: rotate(90deg); /* IE 9 */
		-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
		transform: rotate(90deg);
	}
	.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
		-ms-transform: rotate(-90deg); /* IE 9 */
		-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
		transform: rotate(-90deg);
	}
	/* .rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; } */

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}

.royalSlider > .rsImg,
.royalSlider > .rsContent {
visibility: hidden; 
}

.rsDefault .rsBullets {
    position: absolute;
    z-index: 45;
    left: 60px;
    bottom: 40px;
    width: 25%;
    height: 25px;
    margin: 0 auto;
    text-align: left;
    line-height: 1;
    overflow: hidden;
}
.rsDefault .rsBullet {
	width: 20px;
    height: 15px;
    display: block;
    float: left;
    padding: 2px;
    cursor: pointer;
}
.rsDefault .rsBullet:hover {
	opacity: 0.7;
}
.rsDefault .rsBullet span {
    display: block;
    width: 12px;
    float: left;
    height: 12px;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #FFF;
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #FFF;
}

.slide-content {
	position: absolute;
	left: 0;
}

.animate-this,
.slide-content {
	z-index: 30;
	opacity: 0;
	-webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: opacity 0.6s ease-in-out 0.3s, -webkit-transform 0.6s ease-in-out 0.3s;
    -webkit-transition: opacity 0.6s ease-in-out 0.3s, -webkit-transform 0.6s ease-in-out 0.3s;
    transition: opacity 0.6s ease-in-out 0.3s, transform 0.6s ease-in-out 0.3s;
    transition: opacity 0.6s ease-in-out 0.3s, transform 0.6s ease-in-out 0.3s, -webkit-transform 0.6s ease-in-out 0.3s;
    will-animate: opacity, transform;
}

.been-seen .animate-this,
.rsActiveSlide .slide-content {
	opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

h2.slide-content {
    font-family: 'woodford_bourneregular';
    width: 94%;
    text-transform: uppercase;
    text-align: center;
    bottom: 15%;
    color: #FFF;
    text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.18);
    font-size: 3em;
    font-weight: normal;
    letter-spacing: 0.4em;
    margin-left: 6%;
}
	@media screen and (min-width: 600px) {
		h2.slide-content {
			font-size: 5em;
		}
	}

blockquote.slide-content {
	bottom: 90px;
    left: 28px;
    color: #FFF;
    width: calc(100% - 55px);
    font-size: 1.4em;
}
	@media screen and (min-width: 600px) {
		blockquote.slide-content {
			left: 60px;
			top: 30%;	
			width: auto;
			font-size: 1.75em;
		}
	}

.grad {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30%;
	z-index: 20;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.13) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.13) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.13) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.grad-btm {
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
	top: auto;
	bottom: 0;
}


/*--------------------------------------------------------------
##  Cookie consent
--------------------------------------------------------------*/
	


.cc-window {
    background: #ffffff;
    color: #363636;
    overflow: visible;
    box-shadow: 0px 0px 10px #00000021;
        width: calc(100% - 60px);
    max-width: none;
    bottom: 0;
    padding: 15px;
    position: fixed;
    bottom: 20px;
    z-index: 200;
    max-width: 400px;
    left: 30px;
}

.cc-message {
    display: block;
    float: left;
    line-height: 1.2;
}

.cc-btn {
margin: 0;
    padding: 5px;
    height: 100%;
    background: #ffffff;
    color: #997b6d;
    font-weight: bold;
    border: 2px solid #997b6d;
    cursor: pointer;
    padding: 10px;
    font-size: 15px;
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'woodford_bournebold';
}

.cc-btn:hover {
    background: #997b6d;
    color: #ffffff;
}

.cc-link {
	color: #997b6d;
}

.cc-message {
	line-height: 1;
}


.cc-compliance {
	float: right;
	width: 100%;
}


.cc-message {
	margin-bottom: 10px;
}

@media all and (min-width: 600px) {
	.cc-window {
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	}
	.cc-compliance {
		float: right;
		width: auto;
	}
	.cc-btn {
width: 190px;
    padding: 10px;
    display: inline;
    width: auto;
    font-size: 16px;
	}
	.cc-message {
		margin-bottom: 0px;
	}
	.cc-message {
    	width: calc(100% - 85px);
	}
}

.contact-form input {
    background: #3a414e;
    border: 2px solid #fff;
    font-family: 'woodford_bourneregular';
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    margin-bottom: 19px;
    letter-spacing: 0.01em;
    width: 100%;
}

.contact-form textarea {
    background: #3a414e;
    border: 2px solid #fff;
    font-family: 'woodford_bourneregular';
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    margin-bottom: 19px;
    letter-spacing: 0.01em;
}

.contact-form input[type="submit"] {
    margin-top: 5px;
    padding: 10px 34px;
    width: auto;
}

.contact-form {
    clear: both;
        margin-bottom: 40px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
       border: 2px solid #6c554b !important;
    color: #f4f4f4 !important;
    padding: 0.4em 1em !important;
    font-size: 14px !important;
    width: 60% !important; 
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #f4f4f4 !important;
    color: #f4f4f4 !important;
    padding: 0.4em 1em !important;
    font-size: 14px !important;
    width: 60% !important;
}

.contact-wrap {
    width: 75%;
    color: #f4f4f4;
    font-size: 14px;
}

.contact-l{
    float: left;
    width: 40%;
}

.contact-r{
    float: right;
    width: 57%;
}

.contact-wrap a{
        color: #f4f4f4;
}



.wpcf7-recaptcha.captcha {
    margin: -23px 0 0;
    transform: scale(0.8);
    transform-origin: top left;
}

input[type="checkbox"] {
    width: auto;
}

::-moz-placeholder { /* Code for Firefox */
    color: #fff;
}

::-webkit-input-placeholder { /* Chrome, Edge, Safari and Opera */
    color: #fff;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

::placeholder {
    color: #fff;
}


@media all and (max-width: 1024px) {
    .contact-wrap {
    width: 90%;
}


}

@media all and (max-width: 600px) {
    .contact-wrap {
    width: 100%;
}

.contact-l{
    float: none;
    width: 100%;
}

.contact-r{
    float: none;
    width: 100%;
}
}