/*
Theme Name: Music Beyond Mainstream
Theme URI: http://underscores.me/
Author: Pooka
Author URI: https://www.pooka.pro
Description: 2017 theme for Music Beyond Mainstream, designed and developed by the Pooka.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mbm_theme
Tags:

This theme, like WordPress, is licensed under the GPL.
Music Beyond Mainstream is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Utility Styles
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Artists
	## Projects
	## Events
	## Venues
	## Comments
# Infinite scroll
# Footer
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Hind:400,600');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400');
@import url('https://fonts.googleapis.com/css?family=Alice');

@font-face {
  font-family: 'fontawesome';
  src: url('fonts/fontawesome.eot?76472156');
  src: url('fonts/fontawesome.eot?76472156#iefix') format('embedded-opentype'),
       url('fonts/fontawesome.woff2?76472156') format('woff2'),
       url('fonts/fontawesome.woff?76472156') format('woff'),
       url('fonts/fontawesome.ttf?76472156') format('truetype'),
       url('fonts/fontawesome.svg?76472156#fontawesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontawesome';
    src: url('../font/fontawesome.svg?76472156#fontawesome') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontawesome";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-plus:before { content: '\e800'; } /* '' */
.icon-cancel:before { content: '\e801'; } /* '' */
.icon-minus:before { content: '\e80a'; } /* '' */
.icon-ok:before { content: '\e80b'; } /* '' */
.icon-help-circled:before { content: '\e80d'; } /* '' */
.icon-search:before { content: '\e80e'; } /* '' */
.icon-heart:before { content: '\e80f'; } /* '' */
.icon-star:before { content: '\e810'; } /* '' */
.icon-info-circled:before { content: '\e811'; } /* '' */
.icon-cancel-circled:before { content: '\e812'; } /* '' */
.icon-ok-circled:before { content: '\e813'; } /* '' */
.icon-play:before { content: '\e814'; } /* '' */
.icon-pause:before { content: '\e815'; } /* '' */
.icon-to-end:before { content: '\e816'; } /* '' */
.icon-to-end-alt:before { content: '\e817'; } /* '' */
.icon-to-start:before { content: '\e818'; } /* '' */
.icon-to-start-alt:before { content: '\e819'; } /* '' */
.icon-fast-fw:before { content: '\e81a'; } /* '' */
.icon-fast-bw:before { content: '\e81b'; } /* '' */
.icon-stop:before { content: '\e81c'; } /* '' */
.icon-headphones:before { content: '\e81d'; } /* '' */
.icon-volume-up:before { content: '\e81e'; } /* '' */
.icon-volume-down:before { content: '\e81f'; } /* '' */
.icon-volume-off:before { content: '\e820'; } /* '' */
.icon-comment:before { content: '\e821'; } /* '' */
.icon-chat:before { content: '\e822'; } /* '' */
.icon-music:before { content: '\e823'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-calendar-empty:before { content: '\f133'; } /* '' */
.icon-play-circled:before { content: '\f144'; } /* '' */
.icon-doc-inv:before { content: '\f15b'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-soundcloud:before { content: '\f1be'; } /* '' */

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
	font-size: 11px;
	width: 100% !important;
}

@media screen and (max-width : 1200px) {
	
	html {
 		font-size: 10px !important;
	}
	
}

@media screen and (max-width : 992px) {
	
	html {
 		font-size: 9.5px !important;
	}
	
}

@media screen and (max-width : 768px) {
	
	html {
 		font-size: 9px !important;
	}
	
}

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: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	font-size: 1.8em;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*clear: both;*/
	font-family: 'Hind', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2em;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

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%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #939399; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

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 {
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

span.gfield_required {
	color: #f07316 !important;
}

/*--------------------------------------------------------------
# Utility Styles
--------------------------------------------------------------*/

.row.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutter > [class^="col-"],
.row.no-gutter > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row.no-gutter.row-height {
	width: 100%;
}

.pad-y {
	padding-top: 2em !important;
	padding-bottom: 2em !important;
}
.pad-y-small {
	padding-top: 1em !important;
	padding-bottom: 1em !important;	
}
.pad-y-large {
	padding-top: 4em !important;
	padding-bottom: 4em !important;	
}

.pad-x {
	padding-left: 2em;
	padding-right: 2em;	
}
.pad-x-small {
	padding-left: 1em;
	padding-right: 1em;	
}

.margin-y {
	margin-top: 2em;
	margin-bottom: 2em;
}
.margin-y-small {
	margin-top: 1em;
	margin-bottom: 1em;
}

.margin-bottom {
	margin-bottom: 2em;
}
.margin-bottom-small {
	margin-bottom: 1em;
}
.no-margin {
	margin: 0 !important;
}
.remove-top-margin {
	margin-top: 0 !important;	
}

.table-holder {
	display: table;
	width: 100%;
	height: 100%;
}
.table-cell-middle {
	display: table-cell;
	vertical-align: middle;
}

.btn,
.nav-previous a,
.nav-next a,
.gform_footer input.gform_button {
	display: inline-block;
	background-color: #f07316;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0.25em 0.5em 0.15em 0.5em;
	color: #000 !important;
	position: relative;
}
.gform_footer input.gform_button {
	display: block;
	padding: 0.5em 1em 0.4em 1em;
}

.btn:before,
.btn:after {
    content: "";
    position: absolute;
    right: -0.5em;
    height: 50%;
    width: 0.5em;
}
.btn:before {
	bottom: 0;
	background: linear-gradient(to right bottom, #f07316 50%, transparent 50%);
}
.btn:after {
    top: 0em;
    background: linear-gradient(to left bottom, transparent 50%, #f07316 50%);
}
.btn:focus:before,
.btn:hover:before{
	  background: linear-gradient(to right bottom, #328c9b 50%, transparent 50%);
}
.btn:focus:after,
.btn:hover:after {
    background: linear-gradient(to left bottom, transparent 50%, #328c9b 50%);
}

.view-all-btn {
	padding: 1em 0 2em 0;
}
.view-all-btn a.btn {
	width: calc(100% - 0.5em);
	text-align: center;
}

.gform_footer input.gform_button {
	border: none;
}
.btn:focus,
.btn:hover,
.nav-previous a:focus,
.nav-next a:focus,
.nav-previous a:hover,
.nav-next a:hover,
.gform_footer input.gform_button:focus,
.gform_footer input.gform_button:hover {
	background-color: #328c9b;
	color: #fff;
	text-decoration: none;
}

.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}

.block-5x2,
.block-4x1,
.block-4x5,
.block-square {
	display: block;
	position: relative;
	}
	.block-5x2:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 40%;
	}
	.block-4x1:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 25%;
	}
	.block-4x5:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 125%;
	}
	.block-square:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 100%;
	}
	.block-5x2 > .content,
	.block-4x1 > .content,
	.block-4x5 > .content,
	.block-square > .content {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}

@media screen and (max-width : 768px) {
	
	.block-5x2:before,
	.block-4x1:before,
	.block-square:before {
		padding-top: 100%;
	}

}

/* Bootstrap columns of same height styles */
.row-height {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: calc(100% + 30px);
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: calc(100% + 30px);
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: calc(100% + 30px);
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: calc(100% + 30px);
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
	background: #fff;
	color: #000;
	-webkit-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.5);
	position: relative;
	z-index: 20;
}

.site-branding {
	position: relative;
}

/* Top Menu - Desktop */
@media screen and (min-width : 768px) {

	.site-branding #site-social {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
	
	
	.site-branding #site-search {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
	}
	
}

/* Top Menu - Mobile */
@media screen and (max-width : 768px) {
	
	#site-social {
		margin-left: -10px;
	}
	#site-search {
		float: right;
		margin-right: -10px;
	}
	
}

.site-branding #site-social a {
	display: table;
	float: left;
	background: #000;
	color: #fff;
	width: 1.8em;
	height: 1.8em;
	margin-right: 0.5em;
	text-align: center;
}
.site-branding #site-social a i {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.2em;
	line-height: 0.8em;
}

#site-search form.search-form {
	position: relative;
}
#site-search form.search-form span.search-icon {
	position: absolute;
	color: #fff;
	top: 0.1em;
	left: 0.1em;
	font-size: 1.1em;
	z-index: 10;
	cursor: pointer;
}

#site-search .search-field {
	background: #000;
	background-size: 1.2em 1.2em;
	border: none;
	border-radius: 0;
	cursor: pointer;
	height: 1.8em;
	margin: 0;
	padding: 0 0 0 1.8em;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition: width 400ms ease, background 400ms ease;
	width: 0;
	text-transform: uppercase;
}

#site-search .search-field:focus {
	color: #fff;
	cursor: text;
	outline: 0;
	width: 12em;
}

#site-search .search-submit {
  display: none;
}

#site-search input[type="search"] {
	-webkit-appearance: textfield;
	font-size: 1em;
}

.site-title {
	position: relative;
	font-family: 'Alice', serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin-bottom: 0.5em;
}
.site-title a {
	color: #000 !important;
}
.site-title img {
	max-width: 8em;
	height: auto;
}

.site-title .hr-behind {
	display: block;
	position: absolute;
	bottom: 12px;
	left: 0;
	height: 1px;
	background: #000;
	width: 100%;
}

.site-title span.logo-text {
	display: block;
	padding-top: 0.5em;
	}
	.logo-text-inner {
		position: relative;
		display: inline-block;
		background: #fff;
		padding: 0 1em;
		z-index: 10;
	}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #f07316;
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#site-navigation {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}
#site-navigation a {
	color: #000;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation li.current-menu-item {
	border-top: 1px solid #000;
	position: relative;
}
.main-navigation li.current-menu-item:after {
	position: absolute;
	display: block;
	content: '';
	left: calc(50% - 1.5em);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.35em 1.5em 0 1.5em;
	border-color: #000000 transparent transparent transparent;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.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%;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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 nav */
@media only screen and (max-width : 768px) {

	#masthead {
		border-bottom: 3px solid #f07316;
	}
	
	.navbar-button .navbar-toggle {
		text-align: center;
		position: relative;
		width: 100%;
		padding-bottom: 1em;
	}
	.navbar-button .navbar-toggle .navbar-button-indicator {
		position: absolute;
		bottom: -0.5em;
		left: calc(50% - 2em);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0.5em 2em 0 2em;
		border-color: #f07316 transparent transparent transparent;
	}
	.navbar-button .navbar-toggle[aria-expanded="true"] .navbar-button-indicator {
		bottom: -3px;
		border-width: 0 2em 0.5em 2em;
		border-color: transparent transparent #f07316 transparent;
	}
	.navbar-button .navbar-toggle {
		float: none;
		margin: 0;
		border-radius: 0;
		box-shadow: none;
		border: none;
		font-family: 'Oswald', sans-serif;
		font-weight: 400;
		font-size: 1.2em;
		letter-spacing: 0.1em;
		text-transform: uppercase;
	}
	#navbar-mobile-collapse {
		position: absolute;
		width: 100%;
		border-top: 0;
		background: #000;
		padding: 0;
		font-family: 'Oswald', sans-serif;
		font-weight: 300;
		font-size: 1.2em;
		-webkit-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.5);
	}
	.navbar-collapse ul {
		list-style: none;
		margin: 0;
		padding-top: 0.5em;
		padding-bottom: 1em;
		text-transform: uppercase;
		border-top: 3px solid #f07316;
		border-bottom: 1px solid #f07316;
	}
	.navbar-collapse ul li {
		border-bottom: 1px solid #fff;
	}
	.navbar-collapse ul li a {
		display: block;
		padding: 0.5em 0;
		color: #fff;
	}
	.navbar-collapse ul li a:focus,
	.navbar-collapse ul li a:hover {
		background: #000;
		color: #f07316;
	}

}

/* Top Menu - Desktop */
@media screen and (min-width : 768px) {
	
	ul#primary-menu {
		display: flex;
		justify-content: space-around;
	}
	
	ul#primary-menu > li {
		text-align: center;
		height: 50px;
		display: table;
	}
	
	ul#primary-menu > li > a {
		display: table-cell;
		vertical-align: middle;
		padding-top: 2px;
		padding-left: 1em;
		padding-right: 1em;
	}
	ul#primary-menu > li > a:focus,
	ul#primary-menu > li > a:hover {
		color: #f07316;
		text-decoration: underline;
	}

}


/* Breadcrumb */
#breadcrumbs {
	background: #000;
	padding: 0.25em 0;
	font-family: 'Alice', serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #fff;
}
#breadcrumbs a {
	color: #f2edd6;
}


/* Pagenavi */
.wp-pagenavi {
	margin: 1em 0;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}
.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	padding: 0.1em 0.5em;
	border: 1px solid #263e4a;
	background: #263e4a;
	color: #fff;
}
.wp-pagenavi a:focus,
.wp-pagenavi a:hover {
	border: 1px solid #348b9c;
	background: #348b9c;	
	text-decoration: none;
}
.wp-pagenavi span.current {
	background: #348b9c;	
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#content {
	position: relative;
}
#content-side-left,
#content-side-right {
	position: absolute;
	top: 0;	
	height: 150vh;
	width: 1200px;
}
#content-side-left {
	background: url('img/bg-forest.jpg') no-repeat top left;
	background-size: cover;
	left: -1210px;
}
#content-side-right {
	background: url('img/bg-forest.jpg') no-repeat top left;
	background-size: cover;
	right: -1210px;
}

#content-container {
	background: #fff;
}

.black-boxed {
	background: #000;
	color: #fff;
}

.grey-boxed {
	background: #231f20;
}

/* Block Projects */

#block-projects h3,
.event-project-infobox h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #000;
}
.event-project-infobox h3 {
	padding-bottom: 0.25em;
	border-bottom: 1px solid #fff;
}

#block-projects .box-project {
	overflow: hidden;
	margin-bottom: 1em;
}
#block-projects .box-project .project-info-holder {
	height: 100%;
	margin-top: 100%;
	background: rgba(0,0,0,0.5);
	transition: 0.6s padding ease-out, 0.6s margin ease-out, 0.15s border ease-out;
}
#block-projects .box-project:active .project-info-holder,
#block-projects .box-project:focus .project-info-holder,
#block-projects .box-project:hover .project-info-holder {
	margin-top: 0%;
	transition: 0.3s padding ease-out, 0.3s margin ease-out, 0.15s border ease-out;
}
#block-projects .project-info-holder h3 {
	display: table;
	width: 100%;
	height: 20%;
	background: #f2edd6;
	line-height: 1.2em;
	padding: 0 1em;
}
#block-projects .project-info-holder h3 span {
	display: table-cell;
	vertical-align: middle;
} 

.project-excerpt-holder {
	display: table;
	width: 100%;
	height: 80%;
}
.project-excerpt-holder .project-excerpt {
	display: table-cell;
	vertical-align: middle;
}
.project-excerpt-text {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #fff;
}

/* Featured Projects */

#block-featured-projects .box-featured-project {
	margin-bottom: 1em;
}

#block-featured-projects .project-info-holder {
	bottom: 0;
	position: absolute;
	width: 100%;
}

#block-featured-projects .project-info-holder .black-boxed {
	padding: 1em;
}
#block-featured-projects .project-info-holder h3 {
	margin-top: 0;
	font-size: 1.8em;
	line-height: 1.0em;
	color: #f2edd6;
	margin-bottom: 0.5em;
}

#block-featured-projects .project-info-holder .project-excerpt-text {
	font-weight: 400;
	color: #f07316;
}
#block-featured-projects .project-info-holder .project-excerpt p {
	margin:0;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.entry-content {
	margin-bottom: 2em;
}
.entry-content ul {
	margin: 0 0 1em 0;
}
.entry-content ul li {
	margin: 1em 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

blockquote {
    font-family: 'Alice', serif;
	font-weight: 700;
	font-size: 1.4em;
	margin-left: 2em;
}
blockquote:before {
	margin: -0.3em 0.1em 0em -0.55em;
	content: "“";
	display: inline-block;
	float: left;
    font-family: 'Alice', serif;
	font-weight: 700;
	font-size: 4em;
}

/* Drop Caps */
/*.entry-content p:first-child:first-letter {
    float: left;
    font-family: 'Alice', serif;
    font-size: 350%;
    margin: 5px 0 -5px 0;
    padding: 0 .1em 0 0;
    height: .7em;
    line-height: .85em;
}*/

.entry-content p span.dropcaps {
    float: left;
    font-family: 'Alice', serif;
    font-size: 3.5em;
	margin-top: -0.05em;
    padding: 0 .1em 0 0;
    height: .7em;
    line-height: .85em;
}

/* Homepage */

.block-about-content-holder {
	display: table;
	width: 100%;
	height: 100%;
}
.block-about-content-holder .block-about-content {
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 4em;
}

#block-about h2 {
	font-family: 'Alice', serif;
	text-transform: none;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.8);
	margin-bottom: calc(100% - 13em);
}

#block-about a#about-link {
	display: block;
	border-top: 1px solid #fff;
	padding-top: 0.1em;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	color: #fff;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #fff;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.8);
}

h2.section-head {
	color: #f2edd6;
	padding: 1em 0 0.5em 0;
	letter-spacing: 0.05em;
}
h2.section-head span.header-content {
	display: inline-block;
	border-bottom: 1px solid #f2edd6;
	position: relative;
}

h2.section-head span.header-content .under-header {
	position: absolute;
	bottom: -0.4em;
	left: calc(50% - 1.5em);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.4em 1.5em 0 1.5em;
	border-color: #f2edd6 transparent transparent transparent;
}

#block-featured-projects h2 {
	margin-bottom: -0.5em;
}
#block-featured-projects h2 .header-content {
	position: relative;
	top: -1.75em;
	background-color: #f07316;
	padding: 0.25em 1em 0.35em 1em;
	z-index: 10;
}

@media screen and (max-width : 768px) {
	
	#block-featured-projects h2 .header-content {
		top: 0;
	}
	
}

#block-featured-projects h2 .header-content .under-header:before,
#block-featured-projects h2 .header-content .under-header:after {
    content: "";
    position: absolute;
    bottom: -0.69em;
    width: 50.5%;
    height: 0.7em;
}
#block-featured-projects h2 .header-content .under-header:before {
    right: 0;
    background: linear-gradient(to right bottom, #f07316 50%, transparent 50%)
}
#block-featured-projects h2 .header-content .under-header:after {
    left: 0;
    background: linear-gradient(to left bottom, #f07316 50%, transparent 50%)
}


/* Pages */

@media screen and (min-width : 768px) {

	.page-holder {
		position: relative;
		padding: 12em 8em 2em 8em;
		background: #333;
	}
	.page-holder.no-hero-image {
		padding: 2em 8em 2em 8em;
	}

}

#page-hero-image {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}
.gradient-fade {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
background: -moz-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00333333', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}
.page-content-container {
	position: relative;
	border: 1em solid #000;
	padding: 0.5em 3em;
	color: #f2edd6;
}
.page-content-container h1,
#section-content h1 {
	font-family: 'Alice', serif;
	text-transform: initial;
	color: #f07316;
}

#about-menu {
	padding: 1em;
	margin-left: 2em;
	margin-right: -2em;
}
#about-menu h3 {
	margin: 0.2em 0 0.5em 0;
}
#about-menu h3 a {
	color: #f2edd6;	
}
#about-menu h3 a:focus,
#about-menu h3 a:hover {
	color: #fff;	
}
#about-menu ul {
	list-style: none;
	padding: 0;
	border-bottom: 1px solid #f07316;
}
#about-menu ul li {
	border-top: 1px solid #f07316;
	padding: 0.25em 0;
	margin: 0;
}

/*--------------------------------------------------------------
## Artists
--------------------------------------------------------------*/

body.archive.post-type-archive-artists article {
	border-top: 1px solid #f2edd6;
	margin: 0;
}

.artist-header,
.post-header,
.project-header {
	margin-left: 0;
	margin-right: 0;
}

a.artist-header,
a.post-header,
a.project-header {
	text-decoration: none;
}

.artist-header-left {
	background: #328c9b;
	color: #fff;
}
.artist-header:focus .artist-header-left,
.artist-header:hover .artist-header-left {
	background: #429cab;
}
.artist-header-left h2,
.post-header-left h2,
.project-header-left h2 {
	font-family: 'Oswald', sans-serif;
	line-height: 1.2em;
	font-weight: 300;
	margin: 0;
}

.artist-header-left,
.post-header-left,
.project-header-left {
	position: relative;
	}
	.artist-header-left .artist-header-left-tab,
	.post-header-left .post-header-left-tab,
	.project-header-left .project-header-left-tab {
		position: absolute;
		bottom: -0.49em;
		left: calc(50% - 2em);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0.5em 2em 0 2em;
		border-color: #f2edd6 transparent transparent transparent;
		z-index: 10;
	}
	.artist-header:focus .artist-header-left .artist-header-left-tab,
	.artist-header:hover .artist-header-left .artist-header-left-tab,
	.post-header:focus .post-header-left .post-header-left-tab,
	.post-header:hover .post-header-left .post-header-left-tab,
	.project-header:focus .project-header-left .project-header-left-tab,
	.project-header:hover .project-header-left .project-header-project-tab {
		border-color: #fff transparent transparent transparent;
	}
	body.search-results .artist-header-left .artist-header-left-tab,
	body.search-results .post-header-left .post-header-left-tab,
	body.search-results .project-header-left .project-header-left-tab {
		display: none;
	}

body.search-results article {
	margin-bottom: 1px;
}

.artist-header-right,
.post-header-right,
.project-header-right {
	background: #253f49;
	color: #fff;
	position: relative;
}
.artist-header-right-image,
.post-header-right-image,
.project-header-right-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.02;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
body.single-artists .artist-header-right-image,
.artist-header.panel-heading[aria-expanded="true"] .artist-header-right-image {
	opacity: 1;
}

@media screen and (min-width : 768px) {

	body.single-artists .artist-header-left .artist-excerpt-expanded,
	.artist-header.panel-heading[aria-expanded="true"] .artist-header-left .artist-excerpt-expanded,
	body.single-projects .project-header-left .project-excerpt-expanded,
	.project-header.panel-heading[aria-expanded="true"] .project-header-left .project-excerpt-expanded {
		min-height: 8em;
	}
	
}

.artist-excerpt-expanded,
.artist-excerpt-preview,
.post-excerpt-expanded,
.post-excerpt-preview,
.project-excerpt-expanded,
.project-excerpt-preview {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
.artist-excerpt-expanded p,
.post-excerpt-expanded p,
.project-excerpt-expanded p {
	margin-top: 1em;
	margin-bottom: 0;
}

.black-boxed .entry-content {
	color: #f2edd6;
}

.artist-panel-body,
.post-panel-body,
.project-panel-body {
	position: relative
}

.artist-panel-body .artist-social {
	position: absolute;
	right: 0;
	top: 2em;
}
.artist-panel-body a.btn-artist-social {
	display: block;
	background-color: #253f49;
	color: #f07316;
	font-size: 1.8em;
	padding: 0.2em 0.1em 0 0.1em;
	margin-bottom: 0.25em;
}
.artist-panel-body a.btn-artist-social:focus,
.artist-panel-body a.btn-artist-social:hover {
	color: #fff;
}

@media screen and (min-width : 768px) {

	.mbm-aside {	
		margin-bottom: 2em;
		font-size: 0.9em;
	}
	
}

.mbm-aside h3 {
	line-height: 1.2em;
	margin-bottom: 0.5em;
}
.mbm-aside a {
	font-weight: bold;
}
.mbm-aside a:focus,
.mbm-aside a:hover {
	color: #fff !important;
}

.mbm-aside ul.event-list {
	font-size: 0.8em;
	margin-bottom: 0.5em;
}
.mbm-aside ul#event-accordion a {
	color: #f07316;
}
#event-accordion a.btn {
	color: #253f49 !important;
	width: 100%;
	text-align: center;
}

.artists-aside,
.projects-aside {
	background: #253f49;
}

.project-list-meta em {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-style: initial !important;
	margin-top: 0.5em;
}
.project-list-meta {
	font-size: 0.8em;
	font-weight: bold;
	color: #f2edd6;
}

.video-aside {
	background: #595442;
}
.video-aside h3 {
	margin-top: 0.25em;
	text-align: center;
	color: #f2edd6;
	padding: 0.4em 0 0.25em 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	letter-spacing: 0.05em;
}

/*--------------------------------------------------------------
## Projects
--------------------------------------------------------------*/
body.archive.post-type-archive-projects article {
	border-top: 1px solid #f2edd6;
	margin: 0;
}

.project-header-left {
	background: #f07316;
	color: #fff;
}
.project-header:focus .project-header-left,
.project-header:hover .project-header-left {
	background: #e06306;
}
.project-date-strap {
	text-transform: uppercase;
	margin-top: 0.5em;
	font-weight: bold;
}

body.single-projects .project-header-right-image,
.project-header.panel-heading[aria-expanded="true"] .project-header-right-image {
	opacity: 1;
}

ul.project-list {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
ul.project-list li {
	border-top: 1px solid #f07316;
	padding-top: 0.5em;
}
ul.project-list h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Alice', serif;
	text-transform: initial;
}
ul.project-list a {
	color: #f07316;
}

ul.download-list {
	list-style: none;
	margin: 0 0 1.25em 0;
	padding: 0;
	font-size: 0.8em;
	border-bottom: 1px solid #fff;
}
ul.download-list li {
	border-top: 1px solid #fff;
	padding: 0.5em 0;
}

/*--------------------------------------------------------------
## Events
--------------------------------------------------------------*/

.mbm-event-tab,
.mbm-recommends-tab {
	display: block;
	position: absolute;
	top: 0;
	right: 2em;
	padding: 0.5em;
	font-family: 'Alice', serif;
	font-size: 0.5em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.mbm-event-tab {
	background: #f07316;
}
.mbm-recommends-tab {
	background: #348c9b;
}
.mbm-event-tab .mbm-logo,
.mbm-recommends-tab .mbm-logo {
	display: block;
	width: 7.5em;
	height: 3em;
	text-indent: -9999em;
	background: url('img/logo-mbm-white.png') no-repeat center center;
	background-size: contain;
}
.mbm-event-tab:before,
.mbm-event-tab:after,
.mbm-recommends-tab:before,
.mbm-recommends-tab:after {
    content: "";
    position: absolute;
    top: 100%;
    width: 50%;
    height: 0.5em;
}
.mbm-event-tab:before {
    left: 0;
    background: linear-gradient(to right bottom, #f07316 50%, transparent 50%)
}
.mbm-event-tab:after {
    right: 0;
    background: linear-gradient(to left bottom, #f07316 50%, transparent 50%)
}
.mbm-recommends-tab:before {
    left: 0;
    background: linear-gradient(to right bottom, #348c9b 50%, transparent 50%)
}
.mbm-recommends-tab:after {
    right: 0;
    background: linear-gradient(to left bottom, #348c9b 50%, transparent 50%)
}

a.panel-heading {
	outline: none;
}

ul.event-list {
	margin: 0 0 2em 0 !important;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #fff;
}
ul.event-list li {
	padding: 0.5em 0;
	border-top: 1px solid #fff;
}
ul.event-list li a {
	font-weight: bold;
	outline: none;
}

#block-featured-events .table-holder {
	background: rgba(0,0,0,0.2);
}
#block-featured-events .table-holder h2 {
	font-family: 'Alice', serif;
	font-weight: 400;
	font-size: 1.8em;
	color: #f07316;
	letter-spacing: 0.05em;
	padding-right: 0.5em;
	margin-bottom: 0;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.8);
}
#block-featured-events .table-holder .mbm-logo {
	display: inline-block;
	width: 3.75em;
	height: 1.4em;
	margin-right: 0.25em;
	text-indent: -9999em;
	background: url('img/logo-mbm-white.png') no-repeat center center;
	background-size: 70% auto;
	border-right: 1px solid #f07316;
}
#block-featured-events h2.section-head {
	margin-bottom: 0em;
}
#block-featured-events .table-holder p {
	margin-top: 0.5em;
}

.box-event {
	margin: 1em 0;
}

.box-event-container a.btn {
	font-size: 0.8em !important;
	width: calc(100% - 0.5em);
	text-align: center;
}

.event-meta {
	margin-bottom: 1em;
}
.event-meta dl {
	font-size: 0.8em;
}
.event-meta h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 1.4em;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	color: #5f91a0;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #fff;
	margin-bottom: -0.45em;
}

.event-meta dl dd {
  display: inline;
  margin: 0;
	font-weight: bold;
}
.event-meta dl dd:after{
  display: block;
  content: '';
	margin-top: 0.2em;
	border-bottom: 1px solid #fff;
	margin-bottom: 0.3em;
}
.event-meta dl dt {
  display: inline-block;
	font-weight: normal;
}

/* Project Events */

#projects-events-pseudo {
	position: relative;
	border-top: 1px solid #f07316;
	background: #263e4a;
	height: 1em;
	margin-bottom: -1.5em;
}
.project-event-panel .panel-heading #projects-events-pseudo:before {
	display: block;
	content: '';
	position: absolute;
	left: calc(50% - 2em);
	width: 0;
	height: 0;
	border-style: solid;	
}
.project-event-panel .panel-heading[aria-expanded="false"] #projects-events-pseudo:before {
	top: 0;
	border-width: 0.5em 2em 0.5em 2em;
	border-color: #f07316 transparent transparent transparent;
}
.project-event-panel .panel-heading[aria-expanded="true"] #projects-events-pseudo:before {
	top: -1em;
	border-width: 0.5em 2em 0.5em 2em;
	border-color: transparent transparent #f07316 transparent;
}

.project-event-panel a:focus,
.project-event-panel a:hover,
.project-event-panel a:focus h4,
.project-event-panel a:hover h4 {
	color: #fff;
}

#projects-events-holder {
	margin-bottom: 1em;
}

.event-project-infobox {
	position: relative;
	background: #263e4a;
	color: #fff;
}
.event-project-infobox h3 {
	margin: 0 0 1em 0;
	color: #fff;
	font-size: 1.5em;
}
.event-project-infobox a,
a.artist-btn {
	display: inline-block;
	position: relative;
	background: #348b9c;
	padding: 0.25em 1em;
	font-family: 'Alice', serif;
	font-weight: 400;
	font-size: 0.8em;
	letter-spacing: 0.05em;
	color: #fff;
	text-transform: uppercase;
}
a.artist-btn {
	width: 100%;
	text-align: center;
	margin: 1em 0;
}
.event-project-infobox a:before,
.event-project-infobox a:after,
a.artist-btn:before,
a.artist-btn:after {
	display: block;
	content: '';
	position: absolute;
	left: calc(50% - 2em);
	width: 0;
	height: 0;
	border-style: solid;
}
.event-project-infobox a:before,
a.artist-btn:before {
	top: -0.9em;
	border-width: 0.5em 2em 0.5em 2em;
	border-color: transparent transparent #348b9c transparent;
}
.event-project-infobox a:after,
a.artist-btn:after {
	bottom: -0.9em;
	border-width: 0.5em 2em 0.5em 2em;
	border-color: #348b9c transparent transparent transparent;
}

.event-project-infobox a .project-btn-before,
.event-project-infobox a .project-btn-after,
a.artist-btn .project-btn-before,
a.artist-btn .project-btn-after {
	content: ' ';
	display: inline-block;
	height: 0.6em;
	width: 1.5em;
}
.event-project-infobox a .project-btn-before,
a.artist-btn .project-btn-before {
	background: url('img/sound-left.png') no-repeat center center;
	background-size: contain;
}
.event-project-infobox a .project-btn-after,
a.artist-btn .project-btn-after {
	background: url('img/sound-right.png') no-repeat center center;
	background-size: contain;
}

.box-project {
	padding-bottom: 1.5em;
	/*border-bottom: 1px solid #fff;*/
}

.project-event-panel h4 {
	color: #f2edd6;
}

ul.project-event-list-blocks {
	position: relative;
	margin: calc(-1em + 1px) 0 0 0;
	padding: 0;
	list-style: none;
}
ul.project-event-list-blocks li {
	display: table;
	width: 100%;
	background: #263e4a;
	margin-bottom: 1em;
	padding: 1em 1em 0.5em 1em;
}
ul.project-event-list-blocks .event-date,
ul.project-event-list-blocks .event-title,
ul.project-event-list-blocks .event-contents {
	display: table-cell;
	vertical-align: middle;
}
.project-panel-body .event-date,
ul.project-event-list-blocks .event-date {
	width: 5em;
	text-align: center;
}

ul.project-event-list-blocks .event-date {
	padding-right: 1em;
}
.event-meta-venue, .event-meta-time {
	margin: 0.25em 0;
}
.event-meta-venue {
	text-align: left;
}
.event-meta-time {
	text-align: right;
}
ul.project-event-list-blocks a.btn {
	margin: 0.25em 0;
	font-size: 0.8em;
	width: 100%;
	color: #253f49 !important;
}

.project-panel-body .event-date .date-j,
.project-panel-body .event-date .date-m,
.project-panel-body .event-date .date-y,
ul.project-event-list-blocks .event-date .date-j,
ul.project-event-list-blocks .event-date .date-m,
ul.project-event-list-blocks .event-date .date-y {
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
}
.project-panel-body .event-date .date-j,
ul.project-event-list-blocks .event-date .date-j {
	font-size: 4em;
	line-height: 0.8em;
	font-weight: 700;
}
.project-panel-body .event-date .date-m,
.project-panel-body .event-date .date-y,
ul.project-event-list-blocks .event-date .date-m,
ul.project-event-list-blocks .event-date .date-y {
	font-size: 2em;
	line-height: 0.8em;
}

.event-span {
	border-top: 1px solid #f07316;
	padding: 0.5em 0 0.2em 0;
	color: #f07316;
	display: table;
	margin: 1.2em -4em 0.5em 1.5em;
	font-size: 0.8em;
	border-bottom: 1px solid #f07316;
}
.event-span > div {
	display: table-cell;
	vertical-align: middle;
}
.event-span .event-date-betwixt {
	font-size: 5em;
}

/* Posts */

.post-header-left {
	background: #766e55;
	color: #fff;
}
.post-header:focus .post-header-left,
.post-header:hover .post-header-left {
	background: #867e65;
}

/*--------------------------------------------------------------
## Venues
--------------------------------------------------------------*/

#section-content {
	margin-top: 0;
	background: #253f49;
	color: #fff;
	padding: 2em 12em;
	margin-bottom: 0;
}

@media screen and (max-width : 768px) {

	#section-content {
		padding: 2em 2em;
	}
	
	#about-menu.pull-right {
		float: none !important;
		padding: 0;
		margin: 0.5em 0 2em 0;
		width: 100%;
	}
	
}

#section-content h1.entry-title {
	margin-top: 0.35em;
}

#venue-partners {
	background: #241f21;
	padding: 0.5em 0.5em 5em 0.5em;
}
#venue-partners h2.section-head {
	margin-top: 0;
}
.box-venue {
	border: 1px solid #328c9b;
	background: #fff;
	margin-bottom: 1.2em;
}
.box-venue {
	transition: all .2s ease-in-out;
}
.box-venue:focus,
.box-venue:hover {
	transform: scale(1.1);
}

.box-venue .content {
	margin: 1em;
}


/* Search */

body.search-results .page-header {
	text-align: center;
	background: #576c74;
	padding: 1.5em 0;
	margin-bottom: 1px;
}
body.search-results .page-header h1 {
	font-family: 'Alice', serif;
	text-transform: initial;
	color: #fff;
	margin: 0;
}
body.search-results .page-header h1 span:before,
body.search-results .page-header h1 span:after {
	content: '"';
}

.search-result-type {
	position: relative;
	display: inline-block;
	min-width: 5em;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	margin-bottom: 0.5em;
}
.search-result-type:after {
	position: absolute;
	display: block;
	content: '';
	left: calc(50% - 1.5em);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.35em 1.5em 0 1.5em;
	border-color: #fff transparent transparent transparent;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Social */

.mbm-social-share .share-buttons h4 {
	padding-top: 0.5em;
	border-top: 1px solid #f2edd6;
	margin-bottom: 0.25em;
}
.mbm-social-share a {
	display: table;
	float: left;
	margin-right: 0.5em;
	width: 2.5em;
	height: 2.5em;
	background: #f2edd6;
	color: #000;
	border-radius: 1.25em;
}
.mbm-social-share a i {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-top: 0.2em;
	font-size: 1.5em;
}
.mbm-social-share a:hover {
	background: #fff;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
	font-size: 0.8em;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#colophon {
	font-size: 0.8em;
}
.footer-logo,
.footer-logo-text {
	display: table-cell;
	vertical-align: bottom;
	height: 100px;
	min-width: 12em;
}
.footer-logo img {
	max-width: 12em;
	height: auto;
	padding-bottom: 0.4em;
	padding-right: 0.8em;
}
#colophon .footer-logo-text {
	font-family: 'Alice', serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.2em;
	font-size: 1.2em;
}
#colophon hr {
    border: 0;
    height: 1px;
    background: #000;
    background-image: linear-gradient(to right, #ccc, #000, #ccc);
}

#colophon ul#menu-footer-menu {
	padding: 0;
	margin: 0 0 1em 0;
	list-style: none;
}
#colophon a {
	color: #000;
}


@media screen and (min-width : 768px) {

	#content-container {
		margin-bottom: 10em;
	}

}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	margin-left: -0.5em;
	margin-right: -0.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0 0.5em 1em 0.5em;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: calc(50% - 1em);
}
.gallery-columns-3 .gallery-item {
	max-width: calc(33.33% - 1em);
}
.gallery-columns-4 .gallery-item {
	max-width: calc(25% - 1em);
}
.gallery-columns-5 .gallery-item {
	max-width: calc(20% - 1em);
}
.gallery-columns-6 .gallery-item {
	max-width: calc(16.66% - 1em);
}
.gallery-columns-7 .gallery-item {
	max-width: calc(14.28% - 1em);
}
.gallery-columns-8 .gallery-item {
	max-width: calc(12.5% - 1em);
}
.gallery-columns-9 .gallery-item {
	max-width: calc(11.11% - 1em);
}

.gallery-caption {
	display: block;
	padding: 0.5em 0;
}

/* 404 */
.error-holder {
	display: table;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.8);
}
.error-holder .error-inside {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 1.5em;
	font-family: 'Alice', serif;
}
.error-holder h1 {
		font-family: 'Hind', serif;
}


/* Responsive margins */

@media screen and (max-width : 1200px) {

	#section-content {
		padding: 1.5em 4em 1em 4em;
	}
	
	#block-about h2 {
		margin-bottom: calc(100% - 18em);
	}

}

@media screen and (max-width : 992px) {
	
	.page-holder {
		padding: 0 !important;
	}
	.page-content-container,
	#section-content {
		padding: 0.5em 2em;
		border: 0;
	}
	
	#about-menu {
		margin-right: -1em;
	}
	
	#block-about h2 {
		margin-bottom: calc(100% - 15em);
	}
	
}

@media screen and (max-width : 768px) {
	
	#block-about,
	#block-featured-projects,
	#block-featured-events,
	.project-panel,
	.artist-panel,
	.page-holder,
	#projects-events-holder,
	#section-content,
	#venue-partners {
		margin-left: -10px;
		margin-right: -10px;
		overflow-x: hidden;
	}
	
	.event-span.pull-right {
		float: none !important;
		margin: 0 auto 1.5em auto;
	}
	
	.artist-panel-body .artist-social {
		top: -3em;
	}
	.artist-panel-body a.btn-artist-social {
		display: inline-block;
	}
	
	.page-content-container {
		padding: 0.5em 1.5em;
		border: 0;
	}
	
	.site-meta {
		margin-bottom: 1em;
	}
	.site-meta-nav {
		font-size: 1.2em;
	}
	
	#block-about h2 {
		margin-bottom: calc(100% - 7.5em);
	}
	
	#block-featured-projects h2 .header-content .under-header:before,
	#block-featured-projects h2 .header-content .under-header:after {
		bottom: -0.59em;
	}
	
}