/*
Theme Name: Vitals
Author: Freerange Future
Author URI: http://freerangefuture.com/
Description: Vitalstatistix's Responsive CMS
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}
input{
  width: 100%;
}
button, .button, input[type="button"], input[type="reset"], input[type="submit"]{
  width: auto;
}
body {
  background: #f5f5f5;
}
h1, h2, h3, h4, h5, h6{
  font-family: "brandon-grotesque",sans-serif;
}
p, li{
  font-family: "ff-meta-serif-web-pro",serif;
}
a {
  color: #000;
  text-decoration: none;
}
a:focus, a:hover, a:active{
  outline: 0;
}
a:active, a:hover {
  color: #ff5e3c;
}
abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}
b, strong {
  font-weight: 700;
}
cite,
dfn,
em,
i {
  font-style: italic;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  font-size: 15px;
  -webkit-hyphens: none;
  -moz-hyphens:    none;
  -ms-hyphens:     none;
  hyphens:         none;
  line-height: 1.6;
}

pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens:    none;
  -ms-hyphens:     none;
  hyphens:         none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
blockquote p{
  margin-bottom: 20px;
}
blockquote, blockquote p{
  color: #ff5e3c!important;
  font-size: 31px!important;
  font-weight: 700!important;
  font-style: italic!important;
  line-height: 36px!important;
  font-family: "brandon-grotesque",sans-serif!important;
  padding-left: 1px;
}
blockquote h6{
  font-size: 24px;
  font-weight: normal;
  line-height: 28px;
}
blockquote{
  margin-bottom: 23px;
}

blockquote cite,
blockquote small {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

small {
  font-size: smaller;
}

big {
  font-size: 125%;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

dl {
  margin-bottom: 24px;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 24px;
}

ul,
ol {
  list-style: none;
  margin: 0 0 20px 16px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0 0 0 20px;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 11px 12px 0;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}

del {
  color: #767676;
}

hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
  background: #f6eaa3;
  color: #000;
  text-shadow: none;
}

::-moz-selection {
  background: #f6eaa3;
  color: #000;
  text-shadow: none;
}


/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
  border: 1px solid #000;
  border-radius: 0;
  padding: 3px 5px;
  color: #000;
}

textarea {
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #ff5e3c;
  outline: 0;
}
span.wpcf7-not-valid-tip, #mc_embed_signup div.mce_inline_error{
  color: #ff5e3c!important;
  font-size: 12px!important;
  font-family: "ff-meta-serif-web-pro",serif;
}
#mc_embed_signup div.mce_inline_error{
  background-color: #fdf643!important;
}
div.wpcf7-validation-errors {
  border: 0;
  padding: 0;
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #000;
  font-family: "ff-meta-serif-web-pro",serif;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #000;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0 15px;
  text-transform: uppercase;
  line-height: 33px;
  font-family: "brandon-grotesque",sans-serif;
  font-style: italic;
  float: right;
  margin: 12px 0 0;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #ff5e3c;
  color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #ff5e3c;
}

.search-field {
  width: 100%;
}

.search-submit {
  display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
  color: #939393;
}

:-moz-placeholder {
  color: #939393;
}

::-moz-placeholder {
  color: #939393;
  opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
  max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
  height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
  height: auto;
  max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
  margin-bottom: 24px;
  max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
  margin-bottom: 0;
}

/* Alignment */

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
  margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 17px;
  width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
  margin-bottom: 17px;
}

.wp-caption {
  margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption {
  color: #767676;
}

.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
}

div.wp-caption .wp-caption-text {
  padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
  padding-right: 0;
}

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Assistive text */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  text-transform: none;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

.hide {
  display: none;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
  content: "\0020\007c\0020";
}


/**
 * 3.0 Basic Structure
 * -----------------------------------------------------------------------------
 */

.site {
  background-color: #fff;
  max-width: 100%;
  position: relative;
  width: 100%;
}

.main-content {
  width: 100%;
}


/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

#wpadminbar {
  min-height: 32px;
}

#site-header {
  position: relative;
  z-index: 3;
}

.site-header {
  max-width: 100%;
  position: relative;
  width: 100%;
  z-index: 4;
  border-top: 10px solid #d4d5d2;
}

.header-main {
  min-height: 48px;
  background-color: #ff5e3c;
  border-top: 10px solid #000;
  border-bottom: 10px solid #000;
}
.site-title {
  float: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 48px;
  margin: 0;

  /* Nav-toggle width + search-toggle width - gutter = 86px */
  max-width: -webkit-calc(100% - 86px);
  max-width:         calc(100% - 86px);
}

.site-title a,
.site-title a:hover {
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-header{
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.top-header .logo img{
  margin: 17px 0;
}
.vitals-social{
  list-style: none;
  float: right;
  margin: 35px 0 0;
}
.vitals-social li{
  float: left;
  margin: 0 0 0 8px;
}
.vitals-social li a{
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  display: block;
}

#main-level-nav .logo a img {
  height: 46px;
}

#top-header #buttons a {
  background-color: #f7de8d;
  color: #000;
  display: inline-block;
  font-family: "brandon-grotesque",sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  height: 28px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  width: 118px;
}

#secondary-level-nav #secondary-navigation ul > li > a {
  background-image: url(images/left_tri.svg);
  background-position: right top;
  background-repeat: no-repeat;
  color: #fff;
  display: inline-block;
  font-family: "brandon-grotesque",sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  height: 34px;
  line-height: 35px;
  margin: 0;
  padding: 0px 30px 0 10px;
  text-transform: uppercase;
}

#secondary-level-nav #secondary-navigation ul > li.archive > a{
  color: #000;
}

#secondary-level-nav #secondary-navigation ul > li.archive.current-menu-item{
  background-color: transparent;
}

.top-header{
  overflow: hidden;
}
.vitals-logo{
  float: left;
}
.top-frame{
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.post-item.isotope-item{
  width: calc(100% - 7px);
  margin-bottom: 10px;
}

/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
  list-style: none;
  margin: 0;
  width: 100%;
  height: 39px;
}

.site-navigation ul ul {
  margin-left: 20px;
}

.site-navigation a {
  color: #fff;
  display: block;
  text-transform: uppercase;
}

/* Primary Navigation */

.primary-navigation {
  text-transform: uppercase;
  width: 960px;
  margin: 0 auto;
}
.primary-navigation .nav-menu {
  display: none;
}

.primary-navigation.toggled-on .nav-menu {
  display: block;
  height: auto;
}

.top-level-nav{
  width: 100%;
  background: #fff;
}
.primary-navigation .nav-menu {
  border-bottom: 0;
  display: inline;
}

.primary-navigation li {
  border: 0;
  display: inline-block;
  position: relative;
  margin: 2px 0;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  font-family: "brandon-grotesque",sans-serif;
  position: relative;
  letter-spacing: 0.5px;
}
.primary-navigation li.current-menu-ancestor, .primary-navigation li.current-menu-item, .primary-navigation li:hover{
  font-weight: 700;
}
.primary-navigation a {
  display: inline-block;
  padding: 0 28px 0 8px;
  color: #000;
  line-height: 29px;
}
.primary-navigation ul ul {
  float: left;
  margin: 0;
  position: absolute;
  top: 29px;
  display: none;
  left: 0;
  z-index: 99999;
  width: 212px;
  border-top: 2px solid #fff;
}
.primary-navigation li li {
  border: 0;
  display: block;
  height: auto;
  margin: 0 0;
}
.primary-navigation li li a{
  background-color: #d6d7d6;
  border-bottom: 1px solid #fff;
  line-height: 21px;
}
.primary-navigation ul ul a {
  padding: 9px 35px 9px 8px;
  white-space: normal;
  width: 100%;
}
.primary-navigation ul li.menu-item-221 ul{
  width: 300px;
}
.primary-navigation li:hover > a,
.primary-navigation li.focus > a,
.primary-navigation li.current_page_ancestor > a,
.primary-navigation li.current-menu-item > a,
.primary-navigation li.current-menu-parent > a{
  background: url(images/prime-nav-hover.jpg) no-repeat top right #ff5e3c;
  color: #fff;
}
.primary-navigation ul ul a:hover,
.primary-navigation ul ul li.focus > a,
.primary-navigation li li.active a{
  background: #000;
  color: #fff;
}
.primary-navigation ul li:hover > ul,
.primary-navigation ul li.focus > ul {
  left: auto;
}
.primary-navigation ul ul li:hover > ul,
.primary-navigation ul ul li.focus > ul {
  left: 100%;
}
.nav-menu li:hover .sub-menu, .nav-menu .sub-menu:hover{
  display: block;
}

/* Third level nav */

.primary-navigation .nav-menu .sub-menu .sub-menu{
  border-top: 0;
  top: 0;
  position: relative;
  width: 92%;
  left: 0;
  display: block;
}
.primary-navigation .nav-menu .sub-menu li:hover > a{
  background: #000;
}
.primary-navigation .nav-menu .sub-menu .sub-menu li a{
  padding: 9px 35px 9px 25px;
}
.primary-navigation .nav-menu .sub-menu li.active .sub-menu li a{
  background: #d6d7d6;
  color: #000;
}
.primary-navigation .nav-menu .sub-menu li .sub-menu li:hover a{
  background: #000;
  color: #fff;
}

/* Secondary Navigation */

.second-level-nav{
  background-color: #ff5e3c;
  z-index: 800;
}
.secondary-navigation {
  margin: 0 auto;
  width: 960px;
}
.secondary-navigation .second-menu > li {
  float: left;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  font-family: "brandon-grotesque",sans-serif;
  background: url(images/secondary-nav.jpg) no-repeat #000 right;
  position: relative;
  letter-spacing: 0.5px;
}
.post-type-archive-performance li.menu-item-35,
.post-type-archive-projects li.menu-item-34,
.post-type-archive-residencies li.menu-item-33,
.secondary-navigation .second-menu > li:hover{
  font-weight: 700;
}

.secondary-navigation a {
  padding: 1px 0 0 10px;
  display: inline-block;
  line-height: 38px;
  width: 245px;
}
.secondary-navigation .second-menu > li:hover > a, .secondary-navigation .second-menu > li.active > a,
.secondary-navigation .second-menu > li.current_page_ancestor > a,
.post-type-archive-performance .secondary-navigation .second-menu > li.menu-item-35 > a,
.post-type-archive-projects .secondary-navigation .second-menu > li.menu-item-34 > a,
.post-type-archive-residencies .secondary-navigation .second-menu > li.menu-item-33 > a{
  background: url(images/secondary-nav-active.jpg) no-repeat #ff5e3c right;
}
.secondary-navigation ul ul {
  float: left;
  margin: 0;
  position: absolute;
  top: 39px;
  display: none;
  left: 0;
  z-index: 99999;
}
.secondary-navigation .second-menu li:hover .sub-menu, .secondary-navigation .second-menu li .sub-menu:hover{
  display: block;
}
.secondary-navigation li li {
  border-top: 0;
  background: #fff;
  border-bottom: 1px solid #d6d7d6;
  font-size: 24px;
  font-family: "brandon-grotesque",sans-serif;
}
.secondary-navigation li li a{
  color: #000;
  background: #fff;
}
.secondary-navigation li li:hover a, .secondary-navigation li li.active a{
  background: url(images/second-nav-sub.jpg) no-repeat #fff top right;
}
.menu-toggle {
  border-radius: 0;
  cursor: pointer;
  height: 40px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  right: 10px;
  text-align: center;
  width: 40px;
  background: url(images/mobile-nav.jpg) no-repeat;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
  outline: none;
}
.mobile{
  display: none;
}
.floating-buttons{
  position: absolute;
  top: -10px;
  right: 0;
  z-index: 9999;
}
.floating-buttons a{
  line-height: 33px;
  display: inline-block;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  width: 105px;
  text-align: center;
  font-family: "brandon-grotesque",sans-serif;
  padding-top: 1px;
}
.floating-buttons a + a{
  margin-left: 10px;
}
.floating-buttons a:hover, .floating-buttons .active, .page-template-blogs .floating-buttons a + a, .single-blog .floating-buttons a + a,
.archive.tax-blogs .floating-buttons a + a, .post-type-archive-blog .floating-buttons a + a{
  background: #fdf643;
  color: #000;
}
.mail-content{
  display: none;
  position: absolute;
  top: 36px;
  z-index: 99999;
  width: 300px;
}
.show{
  display: block;
}
.mail-content img{
  vertical-align: bottom;
  position: relative;
  left: 170px;
}
.mail-content .signup-newsletter{
  background: #fdf643;
  border: 5px solid #000;
  padding: 14px;
  position: relative;
  overflow: hidden;
}
.mail-content .signup-newsletter aside{
  margin: 3px 0 0!important
}
.mail-content .signup-newsletter aside label{
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
  margin: 5px 0;
  overflow: hidden;
  font-family: "ff-meta-serif-web-pro",serif;
}
#mce-success-response{
  padding: 10px 0 0;
  font-family: "ff-meta-serif-web-pro",serif;
  font-size: 15px;
  line-height: 18px;
}
#mc_embed_signup div.mce_inline_error{
  margin: 0!important;
  padding: 0!important;
  font-weight: normal!important;
}
.mail-content .signup-newsletter aside .mc-field-group + .mc-field-group{
  margin-top: 10px;
}
header #top-header #buttons #mce-error-response a{
  font-size: 18px;
  height: auto;
  width: auto;
  background: transparent;
  line-height: 20px;
  margin: 10px 0;
  text-decoration: underline;
  text-align: left;
  text-transform: none;
}
header #top-header #buttons #mce-error-response a:hover{
  color: #000!important;
}
header #top-header #buttons #mce-success-response{
  position: absolute;
  height: 155px;
  top: 85px;
  background: #fdf643;
  width: calc(100% - 25px);
  padding-top: 70px;
  font-size: 18px;
}
.indicates-required{
  display: none;
}
.text-content .mc-field-group label{
  color: #000;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  font-family: "ff-meta-serif-web-pro",serif;
  text-align: left;
}
.signup-newsletter h1{
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 5px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
.signup-newsletter p{
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
  margin: 5px 0;
  overflow: hidden;
}
.mail-content .close{
  height: 25px;
  position: absolute;
  top: -5px;
  right: -5px;
  left: auto;
}
.mail-content .close:hover{
  cursor: pointer;
}

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.content-area, .archive.post-type-archive-event .content-area, .archive.post-type-archive-performance .content-area,
.archive.post-type-archive-projects .content-area, .archive.post-type-archive-residencies .content-area{
  padding: 10px 0;
  margin: 0 0 100px;
  float: left;
  width: 100%;
}

.archive.post-type-archive-event .content-area, .archive.post-type-archive-performance .content-area,
.archive.post-type-archive-projects .content-area, .archive.post-type-archive-residencies .content-area{
  background: #fff;
}

.hentry {
  margin: 0 auto 48px;
  max-width: 672px;
}

.page-content {
  margin-bottom: 48px;
}
#content{
  width: 946px;
  margin: 0 auto;
}

#content.single.event, #content.single.projresi{
  width: 930px;
  margin-top: 15px;
}
#content.not-found, #content.single.attachment{
  width: 930px;
}
.not-found h1{
  color: #000;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  font-style: italic;
  line-height: 50px;
}
.not-found p{
  color: #000;
  font-size: 19px;
  font-weight: 300;
  line-height: 23px;
  text-align: left;
  margin: 0 0 15px;
}

/* Home */

.home .content-area{
  margin: 0 0;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
  bottom: auto;
  top: 4px;
  z-index: 9999;
}
.slider{
  margin: 0 0 20px 0;
}
#home-content{
  overflow: hidden;
  width: 100%;
  background: #d6d7d6;
  clear: both;
}
#gray-frame{
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  padding: 15px 0;
}
.featured-content{
  width: 705px;
  float: left;
}
.featured-content h1{
  font-size: 33px;
  font-weight: 900;
  font-style: italic;
  line-height: 33px;
  border-bottom: 1px solid #c0aeab;
  color: #000;
  text-transform: uppercase;
  padding: 0 0 2px;
}
.featured-content h3{
  font-family: "brandon-grotesque",sans-serif;
  color:  #ff5e3c;
  font-size: 25px;
  font-weight: 900;
  font-style: italic;
  line-height: 25px;
  text-align: left;
  text-transform: uppercase;
  margin: 0 20px 15px;
}
.featured-content .thumb-title{
  width: 152px;
  line-height: 152px;
  height: 152px;
  background: #ff5e3c;
  float: left;
}
.featured-content .thumb-title h1{
  color: #fff;
  line-height: 30px;
  text-align: center;
  padding: 0;
  margin: 0;
  border: 0;
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  font-size: 28px;
  text-transform: none;
}
.featured-content .post-content{
  width: 534px;
  float: right;
  background: #fff;
}
.featured-content .featured{
  overflow: hidden;
  margin-bottom: 20px;
}
.featured-content .featured.incubator .post-content{
  padding: 17px 0 0;
  height: 343px;
  position: relative;
}
.featured-content .featured.event .post-content{
  border: 5px solid #fff;
  width: 524px;
}
.featured-content .featured.incubator .post-content p{
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
  margin: 0 20px;
}
.featured-content .featured.incubator .post-content h1{
  margin-left: 20px;
}
.featured-content .featured.incubator .post-content .more{
  position: absolute;
  margin: 0;
  bottom: 30px;
}
.featured-content .red-arrow{
  background: url(images/red-arrow.svg) no-repeat 0 50%;
  float: left;
  width: 19px;
  height: 152px;
}
.post-type-archive .more, .page-template-archive-event .more{
  bottom: 0!important;
}
.page-template-archive-event .entry-content h3{
  margin-top: 7px;
}
.more{
  background: url(images/more.jpg) no-repeat #000 right;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  line-height: 31px;
  text-align: left;
  text-transform: uppercase;
  padding: 0 35px 0 20px;
  display: inline-block;
  margin: 20px 0 0;
  font-family: "brandon-grotesque",sans-serif;
}
.sidebar{
  width: 235px;
  float: right;
}
.sidebar .twitter-feed{
  background:#fff;
  border: 6px solid #ff5e3c;
  height: 318px;
  margin: 0 0 20px;
  padding: 15px 0;
  color: #fff;
  text-indent: -9999px;
}
.sidebar .twitter-feed h1{
  text-indent: 0;
}
.sidebar .twitter-feed p{
  padding: 0 10px 0 0;
  width: 100%;
  clear: both;
  display: block;
  text-indent: 0;
}
.tweet-list{
  margin: 5px 15px;
  text-indent: 0;
}
.tweet-list small{
  clear: both!important;
  display: block!important;
  width: 100%!important;
}
.tweet-list li.profile-image{
  padding-left: 0!important;
  padding-top: 45px!important;
}
.sidebar .featured.artist{
  background:#fff;
  border: 6px solid #000;
  padding: 15px 0 22px;
}
.sidebar h1{
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  line-height: 25px;
  border-bottom: 1px solid #c0aeab;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 7px;
  margin: 0 0 5px 15px;
}
.sidebar h2{
  font-size: 19px;
  font-weight: 700;
  font-style: italic;
  line-height: 25px;
  text-transform: uppercase;
  padding: 0 15px;
}
.sidebar h2 a, .sidebar p a{
  color: #ff5e3c;
}
.sidebar p{
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  color: #000;
}
.sidebar .featured.artist p{
  padding: 10px 15px 0 0;
}
.sidebar .post-content h2{
  padding: 5px 0 7px;
  line-height: 20px;
}
.sidebar .post-content{
  padding: 0 15px;
        font-family: "ff-meta-serif-web-pro",serif;
        line-height: 18px;
}
.sidebar .more{
  padding: 0 30px 0 10px;
}
.featured.media{
  width: 470px;
  float: left;
  background: #fff;
  position: relative;
}
.featured.blog{
  width: 100%;
  min-height: 170px;
  position: relative;
}
.featured.blog ul{
  list-style: none;
  margin: 0;
}
.featured.blog li{
  float: left;
  width: 49%;
  background: #fff;
  position: relative;
  min-height: 170px;
  border-top: 10px solid #f7de8d;
}
.featured.blog li + li{
  float: right;
}
.featured.blog li a{
  display: block;
  overflow: hidden;
  padding: 25px 15px;
}
.featured.blog li a:hover p.excerpt{
  color: #000;
}
.featured.blog li a:hover .more{
  background: url(images/more-hover.png) no-repeat #ff5e3c right;
    color: #fff;
}

.featured.blog li h3{
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  margin: 0 0 10px;
}

.two .featured .more{
  position: relative;
  bottom: 0;
  left: -15px;
}
.featured.media h3, .featured.blog .conversation{
  color: #ff5e3c;
  font-family: "brandon-grotesque",sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.featured.media h1, .featured.blog h1{
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  margin: 12px 20px 8px;
  font-family: "ff-meta-serif-web-pro",serif;
}
.featured.media .more, .featured.blog .more{
  font-size: 14px;
}
#gray-frame.two{
  padding: 5px 0 20px;
}

.archive-list {
  background: #d6d7d6;
  margin: 10px 0 0;
  padding: 0 0 40px;
}

.archive-list h4{
  line-height: 20px!important;
}

/* Single Blog Page */

.home .site-header.enews-displayed + .site-main{
  overflow: hidden;
}
.home .site-main{
  overflow: visible;
}
.site-main{
  overflow: hidden;
}
.blog-post{
  overflow: hidden;
  margin: 0;
}

.site-content.single h1, .archive-list h1, .site-content.text h1, .team .hierarchy h1{
  color:  #000;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 40px;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.post-type-archive-performance .archive-list h1{
  margin-bottom: 7px;
}
.team .board-member h1, .team h1.subheading{
  color: #000;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  line-height: 45px;
}
.team h1.subheading{
  border-top: 1px solid #000;
  padding-top: 30px;
}

.site-content.single.artist h1{
  margin: 15px 0 20px;
}
.site-content.single p, .archive-list .blog-post p, .site-content.text .post .entry-content > p, .site-content .intro-copy p{
  color: #000000;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 20px;
}
.site-content.single blockquote p{
  color: #ff5e3c;
  font-size: 31px;
  font-weight: 700;
  font-style: italic;
  line-height: 33px;
  margin-bottom: 5px;
}
.single.blog .entry-content{
  width: 630px;
  float: left;
  margin: 0 0;
  overflow: hidden;
}
.single .blog-post .featured-img{
  margin: 0 0 15px;
}
.blog .archive-list{
  width: 615px;
  float: left;
}
.taxonomy .archive-list h1{
  font-size: 37px;
  line-height: 37px;
}
.archive-list .featured-img{
  padding: 10px 20px 0;
}
#content.single.blog{
  margin-top: 15px;
}
.post-type-archive-blog .second-level-nav, .archive.tax-blogs .second-level-nav,
.single-blog .second-level-nav{
  border-bottom: 7px solid #f7de8d;
}
.post-type-archive-blog .site-main, .archive.tax-blogs .site-main{
  padding: 5px 0;
}
.single-performance .second-level-nav, .single-projects .second-level-nav,
.single-residencies .second-level-nav{
  border-bottom: 7px solid #000;
}
.archive .full .post-container .post:hover .more{
  background: url(images/more-hover.png) no-repeat #ff5e3c right;
    color: #fff;
}
.archive .full .post-container .post .post-date, .single-blog .post-date{
    color: #000;
    font-size: 17px;
    font-weight: 700!important;
    font-style: italic;
    line-height: 20px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: "brandon-grotesque",sans-serif;
    padding-bottom: 5px;
    padding-top: 0;
}
.single-blog .post-date{
  margin-bottom: 5px!important;
}
.single-blog .pagination{
  margin: 0 auto;
  width: 100%;
}
.single.blog .entry-content h2{
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: bold;
}
.single.blog .entry-content h3{
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #000;
}
.single.blog .entry-content h4{
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
.single.blog .entry-content h5{
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}


/* Taxonomy */

.archive .content-area, .page-template-blogs .content-area{
  background: #d6d7d6;
  padding: 0;
  margin: 0 0;
}
.blog .archive-list{
  margin: 0 0 10px;
}
.archive-list .blog-post, .page-template-blogs .blog-post{
  background: #fff;
  padding: 20px 0 20px;
}
.archive-list .blog-post h1, .archive-list .blog-post h4, .archive-list .blog-post p{
  padding: 0 20px;
}
.archive-list .blog-post p{
  margin-top: 15px;
}
.archive-list > .blog-post + .pagination{
  border: 0;
}
.archive-list > .blog-post + .blog-post + .blog-post + .blog-post + .pagination{
  border-top: 1px solid #000;
  margin: 15px 0px 5px;
}
.taxonomy.blog .sidebar.blog{
  margin: 20px 0 0;
}
.archive-list .blog-post .entry-content a{
  text-decoration: none;
}
#content.full{
  width: 100%;
}
.archive .content-area.listing, .page-template-archive-event .content-area.listing{
  background: none;
  margin: 0 0;
  padding: 0;
}

.archive .full .post-container, .page-template-archive-event .full .post-container{
  background: #d6d7d6;
  padding: 11px 0;
}
.archive .full .post-container .post, .page-template-archive-event .full .post-container .post{
  width: 930px;
  margin: 0 auto;
  background: #fff;
  border: 7px solid #d6d7d6;
}
.archive.post-type-archive-blog .full .post-container .post:hover,
.archive.tax-blogs .full .post-container .post:hover{
  border: 7px solid #f7de8d;
}
.archive .full .post-container .post:hover, .page-template-archive-event .full .post-container .post:hover{
  border: 7px solid #ff5e3c;
}

.archive .full .post-container .post:hover, .page-template-archive-event .full .post-container .post:hover{
  border: 7px solid #ff5e3c;
}

.archive .full .post-container .post:hover .post-content {
  background-color: #f2f2f2;
}

.archive .full .post-container .post:hover .post-content h1 {
  text-decoration: underline;
}

.archive .full .post-container .post .content, .page-template-archive-event .full .post-container .post .content{
  background: #000;
  overflow: hidden;
  position: relative;
}
.full .archive-img{
  width: 452px;
  float: left;
  position: relative;
  background: #000;
  height: 270px;
}
.full .post-content{
  float: left;
  width: 473px;
  background: #fff;
  min-height: 270px;
  padding-left: 5px;
}
.full .more{
  position: absolute;
  bottom: 4px;
  padding: 0 40px 0 17px;
}
.full .post-content .entry-content{
  padding: 15px 15px 40px;
}
.full .post-content .entry-content h1{
  font-size: 35px;
  line-height: 35px;
}
.full .post-content .entry-content {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  font-family: "ff-meta-serif-web-pro",serif;
}
.archive-img h5{
  position: absolute;
  top: 10px;
  right: 0;
  background: #ff5e3c;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  padding: 0 15px;
}
.full .entry-content h3{
  font-family: "ff-meta-serif-web-pro",serif;
  color:  #000;
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
}
.full .entry-content p{
  color:  #000;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  padding-top: 7px;
}
.single.text .entry-content{
  width: 620px;
  float: left;
}
.single.event .entry-content{
  margin: 20px 0 0;
}
.page-template-event-single .site-content.single.event .hierarchy h4{
  float: left;
  position: relative;
  top: 10px;
}

/* Event Multiple Field */

.main-details{
  overflow: hidden;
}
.main-details > .text h1, .main-details > .text h2, .main-details > .text h4, .main-details > .text h5, .main-details > .text h6{
  font-size: 20px!important;
  line-height: 24px!important;
  margin: 10px 0;
  color: #ff5e3c;
}
.main-details > .text{
  width: 630px;
  float: left;
}
.main-details .performance-sidebar{
  margin: 0 0 10px;
}
.main-details .share.sharer-0 .social.networks-3 ul{
  width: 100%;
}
.multiple.field{
  margin: 0 0 0 0!important;
  list-style: none;
}
.multiple.field li{
  border-top: 1px solid #000;
  padding: 20px 0;
  overflow: hidden;
}
.multiple.field li > div{
  width: 630px;
  float: left;
}
.multiple.field li > div + div{
  width: 300px;
  float: right;
}
.multiple.field h1{
  color: #ff5e3c;
  font-size: 25px;
  font-weight: 700;
  font-style: italic;
  line-height: 26px;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}
.multiple.field p{
  margin: 5px 0;
}
.multiple.field li > div > div p{
  text-transform: uppercase;
  font-family: "brandon-grotesque",sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.multiple.field li > div + div p{
  margin: 0;
  font-family: "brandon-grotesque",sans-serif;
  font-size: 17px;
}
.multiple.field li > div + div h3 + p + h3{
  margin-top: 10px;
}
.event-info .supporters{
  border-top: 1px solid #000;
  padding: 20px 0;
}
.site-content .general-info .text.related-media h5, .site-content .general-info .text.supporters h5,
.event-info .supporters h5, .residency .multiple .supporters h5, .residency .related-media h5, .event-info .related-media h5{
  color: #000;
  font-size: 18px;
  line-height: 20px;
  font-style: italic;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}

/* Residency single and multiple fields */

.residency.post .text.tickets-share p, .residency.post .text.members p{
  margin: 0;
}
.residency .multiple{
  margin: 30px 0 0;
}
.residency .multiple .main-details .text h6{
  color: #ff5e3c;
  font-size: 25px;
  font-weight: 700;
  font-style: italic;
  line-height: 30px;
  text-align: left;
  margin: 0;
  text-transform: uppercase;
}
.residency .multiple .supporters, .residency .multiple .related-media, .event-info .related-media{
  border-top: 1px solid #000;
  padding: 20px 0 0;
}
.general-info .text.details{
  overflow: hidden;
}
.text.related-media{
  display: none;
}

/* Blog Sidebar */

.sidebar.blog{
  width: 302px;
}
.sidebar-item{
  background: #fdf643;
  padding: 18px 18px 10px;
  margin-bottom: 10px;
}
.sidebar.blog h2{
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 12px;
  text-transform: uppercase;
  border: 0;
  padding: 0;
}
.sidebar.blog ul{
  list-style: none;
  margin: 5px 0;
}
.sidebar.blog li{
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 7px;
}
.sidebar.blog li a{
  border-bottom: 1px solid #000;
  color: #000;
  display: inline-block;
}
.sidebar.blog li:hover a{
  color: #000;
}
.sidebar.blog li:hover{
  font-weight: bold;
  font-style: italic;
}

/* Fallback for archive list images */

.fallback-archive-img{
  height: 270px;
  width: 452px;
  background: #000;
  float: left;
}

/* Pagination */

.pagination{
  border-top: 1px solid #000;
  padding: 5px 0;
  width: 960px;
  margin: 20px auto;
  overflow: hidden;
}
.pagination span, .archive-list .pagination a{
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  line-height: 25px;
  text-transform: uppercase;
  font-family: "brandon-grotesque",sans-serif;
}
.pagination span a, .pagination a{
  text-decoration: none!important;
}
.pagination span:hover a{
  color: #ff5e3c;
}
.pagination .arrow{
  font-size: 24px;
}
.pagination .prev{
  float: left;
}
.pagination .next{
  float: right;
}

/**
 * 6.1 Post Thumbnail
 * -----------------------------------------------------------------------------
 */

.post-thumbnail {
  background: #b2b2b2 url(images/pattern-light.svg) repeat fixed;
  display: block;
  position: relative;
  width: 100%;
  z-index: 0;
}

a.post-thumbnail:hover {
  background-color: #999;
}

.full-width .post-thumbnail img {
  display: block;
  margin: 0 auto;
}


/**
 * 6.2 Entry Header
 * -----------------------------------------------------------------------------
 */

.entry-header {
  position: relative;
  z-index: 1;
}

.entry-title {
  font-size: 33px;
  font-weight: 300;
  line-height: 33px;
  margin-bottom: 12px;
  margin: 0 0 12px 0;
  text-transform: uppercase;
}

.entry-title a {
  color: #2b2b2b;
}

.entry-title a:hover {
  color: #41a62a;
}

.site-content .entry-header {
  background-color: #fff;
  padding: 0 10px 12px;
}

.site-content .has-post-thumbnail .entry-header {
  padding-top: 24px;
}

/* Performance/Events Single page */

.general-info{
  width: 600px;
  float: left;
  margin: 15px 0 0;
}
.performance-sidebar{
  width: 300px;
  float: right;
  margin: 30px 0 0;
}
.general-info .text, .performance-sidebar > .text + .text + .text{
  padding: 15px 0;
}
.general-info .text + .text, .performance-sidebar > .text + .text + .text{
  border-top: 1px solid #000;
}
.general-info .text h6, .text .text-content h1, .text .text-content h2, .text .text-content h3, .text .text-content h4, .text .text-content h5, .text .text-content h6,
.artist h1 .general-info, .artist .general-info h2, .artist .general-info h3, .artist .general-info h4, .artist .general-info h5, .artist .general-info h6,
.site-content.single .general-info h1, .site-content.single .general-info h2, .site-content.single .general-info h3, .site-content.single .general-info h4,
.site-content.single .general-info h5, .site-content.single .general-info h6,
.event-info h3, .event-info h1, .event-info h2, .event-info h4, .event-info h5, .event-info h6,
.single-blog h3, .page-id-2022 .entry-content h2{
  color:  #ff5e3c;
  font-size: 25px;
  font-weight: 700;
  font-style: italic;
  line-height: 26px;
  margin-bottom: 5px;
  text-align: left;
  text-transform: uppercase;
}
.general-info .text p, .text .text-content p, .page-template-full-text .text .text-content ul li{
  color:  #000;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  margin: 0 0 15px;
}
.page-template-full-text .text .text-content ul li{
  margin: 0 0 0;
}
.performance-sidebar h6, .multiple.field h3, .site-content.single h4, .archive-list h4{
  color: #ff5e3c;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  margin: 0 0 10px;
}
.site-content.single .performance-sidebar p{
  color:  #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  font-family: "brandon-grotesque",sans-serif;
  margin: 0 0 15px;
}
.single-projects .share.sharer-0 .social.networks-3 ul, .page-template-page-donate .share.sharer-0 .social.networks-3 ul{
  margin: 0 0;
}
.single-projects .text.external-links, .page-template-page-donate .text.external-links{
  border-top: 1px solid #000;
  margin-top: 20px;
  float: left;
  width: 100%;
}
.site-content.single .performance-sidebar .date-book p{
  margin: 0;
}
.text.date-book{
  overflow: hidden;
  margin: 0 0 15px;
}
.text.date-book .dates{
  float: left;
}
.text.date-book .booking{
  float: right;
}
.text.booking a{
  width: 93px;
  text-align: center;
  background-color: #ff5e3c;
  line-height: 31px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  font-family: "brandon-grotesque",sans-serif;
}
.text.booking:hover a{
  background-color: #000;
}
figure.gallery-item{
  display: inline-block;
  margin: 10px 10px 10px 0;
}
figure.gallery-item + figure.gallery-item{
  margin: 10px;
}
figure.gallery-item:last-child{
  margin: 10px 0 10px 10px!important;
}
.supporters h5, .related-media h5{
  font-size: 19px;
  font-weight: 700;
  font-style: italic;
  line-height: 23px;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.related-media ul{
  list-style: none;
  margin: 10px 0 20px;
}
.related-media ul li{
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
}
.text.external-links{
  padding: 23px 0 0!important;
}
.text.external-links p{
  margin: 0 0 10px!important;
}
.text.external-links p a{
  background: url(images/more.jpg) no-repeat #000 right;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  line-height: 31px;
  text-align: left;
  text-transform: uppercase;
  padding: 0 0 0 4%;
  width: 96%;
  display: inline-block;
  font-family: "brandon-grotesque",sans-serif;
  text-decoration: none;
}
.text.external-links p a:hover, .more:hover{
  background: url(images/more-hover.png) no-repeat #ff5e3c right;
  color: #fff;
}

/* Text Page */

#content.text{
  width: 930px;
}
#content.text .text-content{
  width: 630px;
  float: left;
  margin: 30px 0 0;
}
.text-page.hierarchy{
  overflow: hidden;
  height: 100%;
  position: relative;
  margin: 15px 0 20px;
  min-height: 43px;
}
.text-page.hierarchy h1{
  float: left;
  margin: 0;
}
.single-event .text-page.hierarchy h4{
  position: absolute;
  top: 0;
}
.page-child .text-page.hierarchy h1,
.single-event .text-page.hierarchy h1{
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 70%;
  line-height: 47px;
}
.right{
  float: right;
}
.right .widget_nav_menu ul > li, .right .widget_nav_menu ul > li.menu-item-221 > a{
  display: none
}
.right .widget_nav_menu ul > li.menu-item-221, .right .widget_nav_menu ul > li.menu-item-221 ul,
.right .widget_nav_menu ul > li.menu-item-221 ul li{
  display: block;
}
.right .sub-menu li.active a{
  color: #ff5e3c;
}
.text-page.hierarchy ul{
  list-style: none;
  margin: 0;
}
.text-page.hierarchy ul li{
  font-size: 17px;
  font-weight: 700;
  font-style: italic;
  line-height: 22px;
  text-align: right;
  text-transform: uppercase;
  font-family: "brandon-grotesque",sans-serif;
}
.text-page.hierarchy ul li.current_page_item a, li.current a{
  color: #ff5e3c;
}

/* Team */

#content.team{
  width: 930px;
}
.team .post.entry-content{
  width: 768px;
  border-bottom: 1px solid #000;
  overflow: hidden;
  padding: 20px 0;
}
.member-details{
  width: 532px;
  float: left;
}
.member-details h5{
  color: #000;
  font-size: 17px;
  font-weight: 500;
  font-style: italic;
  line-height: 21px;
  text-align: left;
  text-transform: uppercase;
}
.member-details h1{
  color: #000;
  font-size: 25px;
  font-weight: 700;
  font-style: italic;
  line-height: 28px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.member-details p{
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  text-align: left;
  margin-bottom: 6px;
}
.member-dp{
  float: right;
  border: 4px solid #000;
  width: 215px;
  height: 215px;
}
.member-details .external-link{
  color:  #ff5e3c;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 23px;
  font-family: "ff-meta-serif-web-pro",serif;
  text-decoration: none;
}
.member-details .external-link:hover{
  text-decoration: underline;
}
.board-member{
  margin: 30px 0 0;
}
.board-member .post.entry-content{
  padding: 0 0;
  border-bottom: 0;
}
.board-member .member-details{
  border-bottom: 1px solid #000;
  margin: 3px 0 0;
}
.board-member .post.entry-content h3{
  font-size: 19px;
  font-weight: 300;
  line-height: 28px;
  font-family: "ff-meta-serif-web-pro",serif;
}
.board-member h1{
  margin-bottom: 20px;
}

/* Social Media */

.text.tickets-share{
  overflow: hidden;
}
.text.tickets-share > .text{
  float: left;
}
.text.tickets-share .social{
  float: left;
  width: 40%;
}
.share.share.sharer-0 .social li[class*=twitter], .share.sharer-0 .social li[class*=facebook], .share .sharer-0.social li[class*=paper-plane]{
  display: block!important;
}
.share.sharer-0 .social{
  opacity: 1!important;
  visibility: visible!important;
}
.share.sharer-0 .social ul li{
  width: 35px!important;
  height: 35px!important;
}
.share.sharer-0 label{
  display: none!important;
}
.share.sharer-0{
  width: 100%!important;
  height: 35px!important;
}
.share.sharer-0 .social.networks-3{
  width: 100%!important;
  margin: 0!important;
}
.share.share.sharer-0 .social li{
  background: url(images/social-share.png) no-repeat;
  margin: 0 7px 0 0!important;
  padding: 0!important;
  -webkit-transition: none!important;
  transition: none!important;
}

.share.share.sharer-0 .social li[class*=facebook] {
  background-color: #000;
  background-image: url(images/social/VSA_FB.svg);
  border-radius: 35px;
}

.share.share.sharer-0 .social li[class*=facebook]:hover {
  background-color: #ff5e3c;
}

.share.share.sharer-0 .social li[class*=twitter] {
  background-color: #000;
  background-image: url(images/social/VSA_TW.svg);
  border-radius: 35px;
}

.share.share.sharer-0 .social li[class*=twitter]:hover {
  background-color: #ff5e3c;
}

.share.share.sharer-0 .social li[class*=paper-plane]{
  background-color: #000;
  background-image: url(images/social/VSA_MAIL.svg);
  border-radius: 35px;
}

.share.share.sharer-0 .social li[class*=paper-plane]:hover {
  background-color: #ff5e3c;
}

.entypo-twitter:before, .entypo-facebook:before, .entypo-paper-plane:before{
  content: none!important;
}
.blog .share.sharer-0{
  overflow: hidden;
  height: 35px;
  padding: 0 0 20px;
}
.blog .share.sharer-0 .social.networks-3 ul{
  float: left;
}
.blog .social h6{
color: #000;
font-size: 17px;
font-weight: 700;
font-style: italic;
line-height: 25px;
text-align: left;
text-transform: uppercase;
}

/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
  -webkit-hyphens: none;
  -moz-hyphens:    none;
  -ms-hyphens:     none;
  hyphens:         none;
  word-wrap: break-word;
}


.page .entry-content {
  padding-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
  text-decoration: underline;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
  text-decoration: none;
}

.entry-content table,
.comment-content table {
  font-size: 14px;
  line-height: 1.2857142857;
  margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
  font-weight: 700;
  padding: 8px;
  text-transform: uppercase;
}

.entry-content td,
.comment-content td {
  padding: 8px;
}

.entry-content .edit-link {
  clear: both;
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3333333333;
  text-transform: uppercase;
}

.entry-content .edit-link a {
  color: #767676;
  text-decoration: none;
}

.entry-content .edit-link a:hover {
  color: #41a62a;
}

/* Mediaelements */

.hentry .mejs-container {
  margin: 12px 0 18px;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
  background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #24890d;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: rgba(255, 255, 255, .33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
  padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  border-radius: 0;
}

.hentry .mejs-overlay-loading {
  background: transparent;
}

.hentry .mejs-overlay-button {
  background-color: #fff;
  background-image: none;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0,0,0,.8);
  color: #000;
  height: 36px;
  margin-left: -24px;
  width: 48px;
}

.hentry .mejs-overlay-button:before {
  -webkit-font-smoothing: antialiased;
  content: '\f452';
  display: inline-block;
  font: normal 32px/1.125 Genericons;
  position: absolute;
  top: 1px;
  left: 10px;
}

.hentry .mejs-controls .mejs-button button:focus {
  outline: none;
}

.hentry .mejs-controls .mejs-button button {
  -webkit-font-smoothing: antialiased;
  background: none;
  color: #fff;
  display: inline-block;
  font: normal 16px/1 Genericons;
}

.hentry .mejs-playpause-button.mejs-play button:before {
  content: '\f452';
}

.hentry .mejs-playpause-button.mejs-pause button:before {
  content: '\f448';
}

.hentry .mejs-volume-button.mejs-mute button:before {
  content: '\f109';
  font-size: 20px;
  position: absolute;
  top: -2px;
  left: 0;
}

.hentry .mejs-volume-button.mejs-unmute button:before {
  content: '\f109';
  left: 0;
  position: absolute;
  top: 0;
}

.hentry .mejs-fullscreen-button button:before {
  content: '\f474';
}

.hentry .mejs-fullscreen-button.mejs-unfullscreen button:before {
  content: '\f406';
}

.hentry .mejs-overlay:hover .mejs-overlay-button {
  background-color: #24890d;
  color: #fff;
}

.hentry .mejs-controls .mejs-button button:hover {
  color: #41a62a;
}

.content-sidebar .wp-playlist-item .wp-playlist-caption {
  color: #000;
}

/* Page links */

.page-links {
  clear: both;
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
  margin: 24px 0;
  text-transform: uppercase;
}

.page-links a,
.page-links > span {
  background: #fff;
  border: 1px solid #fff;
  display: inline-block;
  height: 22px;
  margin: 0 1px 2px 0;
  text-align: center;
  width: 22px;
}

.page-links a {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  text-decoration: none;
}

.page-links a:hover {
  background: #41a62a;
  border: 1px solid #41a62a;
  color: #fff;
}

.page-links > .page-links-title {
  height: auto;
  margin: 0;
  padding-right: 7px;
  width: auto;
}


/**
 * 6.7 Post/Image/Paging Navigation
 * -----------------------------------------------------------------------------
 */

.nav-links {
  -webkit-hyphens: auto;
  -moz-hyphens:    auto;
  -ms-hyphens:     auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  hyphens:         auto;
  word-wrap: break-word;
}

.post-navigation,
.image-navigation {
  margin: 24px auto 48px;
  max-width: 474px;
  padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 11px 0 12px;
  width: 100%;
}

.post-navigation .meta-nav {
  color: #767676;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
  text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
  color: #2b2b2b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7142857142;
  text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
  color: #41a62a;
}

/* Paging Navigation */

.paging-navigation {
  border-top: 5px solid #000;
  margin: 48px 0;
}

.paging-navigation .loop-pagination {
  margin-top: -5px;
  text-align: center;
}

.paging-navigation .page-numbers {
  border-top: 5px solid transparent;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-right: 1px;
  padding: 7px 16px;
  text-transform: uppercase;
}

.paging-navigation a {
  color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
  border-top: 5px solid #24890d;
}

.paging-navigation a:hover {
  border-top: 5px solid #41a62a;
  color: #2b2b2b;
}


/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
  display: none;
}

.attachment .entry-content {
  padding-top: 0;
}

.attachment footer.entry-meta {
  text-transform: none;
}

.entry-attachment .attachment {
  margin-bottom: 24px;
}


/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
  padding-top: 0;
}

.error404 .page-content .search-form {
  margin-bottom: 24px;
}
div.wpcf7-mail-sent-ok{
  border: 0!important;
  font-weight: bold;
  margin: 0!important;
  padding: 0!important;
}

/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

.site-footer, .site-info, .site-info a, .footer-frame a{
  color: #fff;
}
.site-footer {
  background-color: #ff5e3c;
  position: relative;
  z-index: 3;
  border-top: 10px solid #000;
}
.site-footer ul{
  margin: 0 0 0;
}
.footer-sidebar {
  padding-top: 48px;
}
.footer-frame{
  width: 960px;
  margin: 0 auto;
  padding: 12px 0 12px;
}
.footer-frame ul{
  list-style: none;
}
.footer-frame ul.second-menu{
  margin: 7px 0 0;
}
.footer-frame .site-by-ff{
  clear: both;
  margin: 25px 0 3px;
  overflow: hidden;
}
.footer-frame nav{
  display: inline-block;
  margin-right: 45px;
  float: left;
}
.site-info {
  float: right;
  display: inline-block;
  padding: 8px 0 0;
}
.site-info h1{
  font-size: 25px;
  line-height: 20px;
  font-weight: 700;
  font-style: italic;
  margin: 10px 0 3px;
}
.site-info .textwidget{
  font-family: "brandon-grotesque",sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  line-height: 21px;
  text-transform: uppercase;
}
.site-by-ff p{
  margin: 35px 0 0;
  font-family: "brandon-grotesque",sans-serif;
}
.site-by-ff p a:hover{
  text-decoration: underline;
  color: #fff;
}
#supplementary + .site-info {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-frame a:hover{
  color: #000;
}
.footer-frame #secondary-navigation li{
  font-size: 23px;
  font-weight: 700;
  font-style: italic;
  line-height: 22px;
  text-align: left;
  text-transform: uppercase;
  font-family: "brandon-grotesque",sans-serif;
}
.footer-frame #primary-navigation ul{
  width: 310px;
  overflow: hidden;
  position: relative;
  top: 3px;
}
.footer-frame #primary-navigation li{
  float: left;
  display: inline;
  width: 50%;
  font-size: 17px;
  font-weight: 500;
  font-style: italic;
  line-height: 23px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  top: 2px;
  font-family: "brandon-grotesque",sans-serif;
}
.footer-frame .sub-menu{
  display: none!important;
}

/* Home update */

.home .supporters{
  border-top: 10px solid #f7de8d;
  background: #fff;
  padding: 0;
  margin-bottom: 30px;
}

.home .supporters h3{
  color: #ff5e3c;
  font-family: "brandon-grotesque",sans-serif;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0;
  padding: 25px 25px 0;
}

.home .supporters object{
  margin-bottom: 0;
}

.intro-copy.entry-content{
  margin-bottom: 25px;
}

.page-template-page-archive .listing,
.page-template-page-archive .intro-copy.entry-content{
  width: 695px;
  float: left;
}

.post-item {
  z-index: 2;
  width: 100%;
  margin: 0 0 20px;
  float: left;
  background: #fff;
}

.isotope-hidden.post-item {
  pointer-events: none;
  z-index: 1;
}

.isotope, .isotope .post-item {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .post-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property:    -moz-transform, opacity;
  -ms-transition-property:     -ms-transform, opacity;
  -o-transition-property:      -o-transform, opacity;
  transition-property:         transform, opacity;
}

.listing .wp-post-img{
  width: 50%;
  float: left;
}

.listing .wp-post-img img{
  width: 100%;
}

.listing .details{
  width: calc(50% - 60px);
  padding: 30px;
  float: left;
  position: relative;
}

.listing .details h4{
  font-size: 16px!important;
  position: absolute;
  bottom: 0;
}

.page-template-page-archive .content-area{
  margin-bottom: 0;
}

.page-template-page-archive .projects-landing.full .sidebar h2{
  font-size: 20px;
  line-height: 24px;
  padding: 0;
  margin: 0 0 20px;
}

.page-template-page-archive .projects-landing.full .sidebar h3{
  font-size: 17px;
  margin: 0 0 10px;
  clear: both;
}

.page-template-page-archive h1{
  font-family: "brandon-grotesque",sans-serif;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}

.sidebar .filter.option-set{
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  float: left;
  width: 100%;
}

.sidebar .filter.option-set li{
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 10px 10px 0;
  float: left;
  font-family: "brandon-grotesque",sans-serif;
  font-weight: 500;
  font-style: italic;
}

.sidebar .filter.option-set li a{
  background: #000;
  color: #fff;
  display: block;
  padding: 4px 15px 3px;
}

.sidebar .filter.option-set li a:hover, .sidebar .filter.option-set li a.selected{
  background: #ff5e3c;
}

.page-template-page-archive .sidebar.mob{
  display: none;
}
.page-template-page-archive .sidebar.lg{
  display: block;
}

/* Cyclone Slider */

.cycloneslider-template-standard{
  margin-bottom: 0!important;
}
.cycloneslider-template-standard .cycloneslider-slides{
  z-index: 1;
}

/* Amends */

.single-event.postid-789 .text-page.hierarchy{
  height: 90px;
}

/* Landing Page */
.page-template-page-landing .site-content.text h1, .page-template-page-archive .intro-copy h1{
    font-size: 40px;
    line-height: 40px;
    margin: 15px 0;
}
.page-template-page-landing #content.text{
  width: 946px;
}
.page-template-page-landing .bx-wrapper .bx-viewport{
  top: 0;
  margin-bottom: 30px;
}
.page-template-page-landing .post .entry-content{
  width: 67%;
  float: left;
  margin: 0 0 30px;
}
.page-template-page-landing .post .sidebar{
  width: 30%;
  float: right;
  margin: 0 0 30px;
}
.page-template-page-landing .post .sidebar h2,
.page-template-page-landing .post .sidebar h3,
.page-template-page-landing .post .sidebar h4,
.page-template-page-landing .post .sidebar h5,
.page-template-page-landing .post .sidebar h6,
.page-template-page-landing .post .sidebar p,
.page-template-page-landing .post .sidebar ul,
.page-template-page-landing .post .sidebar li{
  padding: 0;
}
.page-template-page-landing .post .sidebar p{
  font-size: 16px;
    font-weight: 500;
    font-style: italic;
    line-height: 22px;
    text-transform: uppercase;
    padding: 0;
    font-family: "brandon-grotesque",sans-serif;
}
.page-template-page-landing .post .sidebar .details,
.page-template-page-landing .post .sidebar .social{
  margin-bottom: 30px;
}
.page-template-page-landing .post .sidebar .social ul{
  text-align: left;
  width: 100%;
  margin: 0;
}
.page-template-page-landing .post .sidebar .social h6{
  color: #000;
    font-size: 17px!important;
    font-weight: 700;
    font-style: italic;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0;
}
.sidebar .downloadables{
    list-style: none;
    margin: 0;
}
.sidebar .downloadables li{
  margin: 0 0 10px;
}
.sidebar .downloadables li a{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    line-height: 31px;
    text-align: left;
    text-transform: uppercase;
    padding: 0 0 0 4%;
    width: 100%;
    display: inline-block;
    font-family: "brandon-grotesque",sans-serif;
    text-decoration: none;
    background: #000;
}
.sidebar .downloadables li a:hover{
  background: #ff5e3c;
}
.projects-landing.full{
    float: left;
    width: 100%;
    background: #d6d7d6;
    padding: 35px 0;
}
.projects-landing.full .post-container{
    margin-bottom: 20px;
}
.projects-landing.full .post {
    width: 930px;
    margin: 0 auto;
    background: #fff;
    border: 7px solid #d6d7d6;
}
.projects-landing.full .content {
    background: #000;
    overflow: hidden;
    position: relative;
}
.projects-landing.full .archive-img {
    width: 452px;
    float: left;
    position: relative;
    background: #000;
    height: 270px;
}
.projects-landing.full .post-content {
    float: left;
    width: 473px;
    background: #fff;
    min-height: 270px;
    padding-left: 5px;
    position: relative;
}
.projects-landing.full .entry-content {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    font-family: "ff-meta-serif-web-pro",serif;
    width: auto;
}
.projects-landing.full h2 {
    font-size: 35px;
    line-height: 35px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
}
.projects-landing.full h3 {
    margin-top: 7px;
    font-family: "ff-meta-serif-web-pro",serif;
    color: #000;
    font-size: 23px;
    font-weight: 700;
    line-height: 23px;
}
.projects-landing.full h4{
  color: #ff5e3c;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  margin: 0 0 10px;
}

.projects-landing.full h4.post-item-desc{
  position: absolute;
}

.projects-landing.full h4.post-item-desc span{
  color: #000;
}

.projects-landing.full p {
    color: #000;
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
    padding-top: 7px;
}
.projects-landing.full a.more{
  left: 5px;
  bottom: 0;
}
.projects-landing.full .post-container .post:hover {
    border: 7px solid #ff5e3c;
}

.projects-landing.full .post-container .post:hover .post-content {
  background-color: #f2f2f2;
}

.projects-landing.full .post-container .post:hover .post-content h2 {
  text-decoration: underline;
}

.projects-landing.full .isotope-item .details h2{
  margin-bottom: 10px;
}

.projects-landing.full .isotope-item .details h4{
  position: absolute;
  bottom: 10px;
}

.projects-landing.full .isotope-item .details p{
  margin-bottom: 15px;
}

.projects-landing.full .isotope-item .details{
  position: static;
  padding-bottom: 40px;
}

.projects-landing.full .isotope-item.no-image .details{
  width: calc(100% - 60px);
}

.post-item.isotope-item .box{
  border: 7px solid #d6d7d6;
  float: left;
}

.post-item.isotope-item .box:hover{
  border-color: #ff5e3c;
}

/* New NAV */

header#new-header {
  background-color: #000;
  letter-spacing: 0.5px;
}

#top-header {
  height: 28px;
  margin: 0 auto;
  max-width: 960px;
  overflow: hidden;
  padding: 3px 0;
}

#top-header .tagline {
  color: #999999;
  display: inline-block;
  font-family: "brandon-grotesque",sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
  padding: 2px 10px;
  text-transform: uppercase;
}

#top-header #buttons {
  float: right;
}

#top-header #buttons a .hover {
  display: none;
}

#top-header #buttons a:hover, #top-header #buttons a.active {
  background-color: #ff5e3c;
  color: #fff;
}

#top-header #buttons a:hover .hover, #top-header #buttons a.active .hover {
  display: block;
}

#top-header #buttons a:hover .normal, #top-header #buttons a.active .normal {
  display: none;
}

.vitals-social {
  margin: 0;
}

.vitals-social li a {
  height: 28px;
  width: 28px;
}

.vitals-social li:hover {
  background-color: #fff;
  background-position: 0 0;
  border-radius: 28px;
}

.vitals-social .fb {
  background-image: url(images/social/VSA_FB.svg);
}

.vitals-social .fb:hover {
  background-image: url(images/social/VSA_FB_B.svg);
}

.vitals-social .twit{
  background-image: url(images/social/VSA_TW.svg);
}

.vitals-social .twit:hover {
  background-image: url(images/social/VSA_TW_B.svg);
}

.vitals-social .mail{
  background-image: url(images/social/VSA_MAIL.svg);
}

.vitals-social .mail:hover{
  background-image: url(images/social/VSA_MAIL_B.svg);
}

.vitals-social .ig{
  background-image: url(images/social/VSA_INSTA.svg);
}

.vitals-social .ig:hover{
  background-image: url(images/social/VSA_INSTA_B.svg);
}

.vitals-social .yt{
  background-image: url(images/social/VSA_YT.svg);
}

.vitals-social .yt:hover{
  background-image: url(images/social/VSA_YT_B.svg);
}

#main-level-nav {
  border-top: 2px solid #fff;
  background-color: #ff5e3c;
  color: #fff;
  height: 70px
}

#main-level-nav .logo {
  display: inline-block;
  margin: 12px 10px;
}

#main-level-nav button.toggle-menu {
  display: none;
}

#main-level-nav #main-navigation {
  float: right;
  margin: 22px 0;
  display: inline-block;
}

#main-level-nav #main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main-level-nav #main-navigation ul > li {
  float: left;
  position: relative;
}

#main-level-nav #main-navigation ul > li.menu-item-has-children > a,
#secondary-level-nav #secondary-navigation ul > li.menu-item-has-children > a{
  pointer-events: none;
}

#main-level-nav #main-navigation ul > li:hover ul {
  display: block;
}

#main-level-nav #main-navigation ul > li > a {
  color: #fff;
  display: inline-block;
  font-family: "brandon-grotesque",sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  height: 24px;
  padding: 0 18px 0 6px;
  text-transform: uppercase;
}

#main-level-nav #main-navigation ul > li > a:hover, #main-level-nav #main-navigation ul > li:hover > a {
  background-color: #000;
  background-image: url(images/right_tri.svg);
  background-position: right;
  background-repeat: no-repeat;
}

#main-level-nav #main-navigation ul > li > ul {
  background-color: #d6d7d5;
  display: none;
  left: 0;
  margin: 0 0 0 18px;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 24px;
  width: 176px;
  z-index: 100000;
}

#main-level-nav #main-navigation ul > li > ul:before {
  background-image: url(images/right_tri_up.svg);
  background-position: left;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 24px;
  left: -18px;
  position: absolute;
  top: 0;
  width: 18px;
}

#main-level-nav #main-navigation ul > li > ul > li {
  float: none;
  width: 100%;
}

#main-level-nav #main-navigation ul > li > ul > li:hover {
  background-color: #000;
}

#main-level-nav #main-navigation ul > li > ul > li > a {
  background-image: none;
  color: #000;
  display: inline-block;
  font-family: "brandon-grotesque",sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  height: auto;;
  line-height: 14px;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
}

#main-level-nav #main-navigation ul > li > ul > li > a:hover, #main-level-nav #main-navigation ul > li > ul > li:hover > a {
  background-color: transparent;
  background-image: none;
  background-position: right;
  background-repeat: no-repeat;
  color: #fff;
}

#secondary-level-nav {
  background-color: #000;
  border-top: 2px solid #fff;
  color: #fff;
  height: 34px;
}

#secondary-level-nav img {
  display: none;
  height: 34px;
  left: -23px;
  position: absolute;
  top: 0;
}

#secondary-level-nav #secondary-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 2px;
}

#secondary-level-nav #secondary-navigation ul > li {
  float: left;
  position: relative;
}

#secondary-level-nav #secondary-navigation ul > li#menu-item-1419 > ul.sub-menu {
  width: 150%;
}

#secondary-level-nav #secondary-navigation ul > li:hover ul {
  display: block;
}

#secondary-level-nav #secondary-navigation ul > li.current_page_item > a,
#secondary-level-nav #secondary-navigation ul > li.current_page_parent > a,
#secondary-level-nav #secondary-navigation ul > li.current-menu-item > a{
  color: #ff5e3c;
}

.page-template-page-archive-php #secondary-level-nav ul > li#menu-item-1418 > a{
  color: #fff;
}

.page-template-page-archive-php #secondary-level-nav #secondary-navigation ul > li.current-menu-item.archive > a{
  color: #000;
}

#secondary-level-nav #secondary-navigation ul > li > a:hover, #secondary-level-nav #secondary-navigation ul > li:hover > a {
  background-color: #ff5e3c;
  background-image: url(images/left_tri_up.svg);
  background-position: right top;
  background-repeat: no-repeat;
  color: #000;
}

#secondary-level-nav #secondary-navigation ul > li > a:hover {
  color: #000;
}

#secondary-level-nav #secondary-navigation ul > li > ul {
  background-color: #ff5e3c;
  display: none;
  left: -25px;
  padding: 5px;
  position: absolute;
  right: 25px;
  top: 34px;
  z-index: 100000;
}

#secondary-level-nav #secondary-navigation ul > li > ul > li {
  float: none;
  margin: 0 0 1px;
  width: 100%;
}

#secondary-level-nav #secondary-navigation ul > li > ul > li:hover,
#secondary-level-nav #secondary-navigation ul > li > ul > li.current-menu-item {
  background-color: #000;
}

#secondary-level-nav #secondary-navigation ul > li > ul > li > a {
  background-image: none;
  color: #fff;
  display: inline-block;
  font-family: "brandon-grotesque",sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  height: auto;;
  line-height: 16px;
  margin: 0;
  padding: 5px;
  text-transform: uppercase;
}

#secondary-level-nav #secondary-navigation ul > li > ul > li > a:hover, #secondary-level-nav #secondary-navigation ul > li > ul > li:hover > a {
  background-color: transparent;
  background-image: none;
  background-position: right;
  background-repeat: no-repeat;
  color: #fff;
}

#secondary-level-nav #secondary-navigation ul > li > ul > li > a:hover {
  color: #fff;
}

.container {
  margin: 0 auto;
  position: relative;
  max-width: 960px;
}

/* Country pop */

#wc-country-pop {
  position: fixed;
  bottom: -200px;
  right: 0;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  z-index: 5000;
  width: 100%;
  background: #F7DE8D;
  opacity: 0;
  border-top: 6px solid #000;
  -webkit-transition: opacity 0.1s ease-out, bottom 0.4s ease-out;
  -moz-transition: opacity 0.1s ease-out, bottom 0.4s ease-out;
  -o-transition: opacity 0.1s ease-out, bottom 0.4s ease-out;
  transition: opacity 0.1s ease-out, bottom 0.4s ease-out;
}

.pop-wrapper{
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  padding: 25px 0;
}

#wc-country-pop.slideup {
  bottom: 0;
  opacity: 1;
}

#wc-country-pop .close{
  position: absolute;
  top: 15px;
  right: 22px;
  font-size: 2em;
  z-index: 2;
  color: #000;
  background: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 1em;
  font-family: "brandon-grotesque",sans-serif;
  font-weight: 700;
  padding: 0px 2px 4px;
}

#wc-country-pop .close:hover{
  cursor: pointer;
  background: #000;
  color: #fff;
}

#wc-country-pop .message img{
  width: 108px;
  height: 72px;
  float: left;
}

#wc-country-pop .message .text{
  width: calc(100% - 150px);
  float: right;
}

#wc-country-pop .message .text p{
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  max-width: 750px;
}

#wc-country-pop .toggle-full-read{
  display: none;
}

#wc-country-pop .toggle-full-read span{
  text-decoration: underline;
}

#wc-country-pop .toggle-full-read span:hover{
  cursor: pointer;
}

.social.share{
  list-style: none;
  width: 100%!important;
  float: left;
  margin: 0;
  padding: 0;
}

.social.share li{
  float: left;
  margin: 0 5px 5px 0;
  width: 35px;
  height: 35px;
}

.social.share li a{
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000;
  border-radius: 50%;
}

.social.share li a:hover{
  background-color: #ff5e3c;
}

.social.share li.social-fb a{
  background-image: url('images/social/VSA_FB.svg');
  background-repeat: no-repeat;
}

.social.share li.social-twitter a{
  background-image: url('images/social/VSA_TW.svg');
  background-repeat: no-repeat;
}

.social.share li.social-email a{
  background-image: url('images/social/VSA_MAIL.svg');
  background-repeat: no-repeat;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_group_status{
  float: right;
  font-style: normal;
  font-size: 16px;
}

#slb_viewer_wrap .slb_theme_slb_baseline .slb_details .inner{
  margin-top: 10px;
}

/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

.pink{
  background-color: #F7C5BE;
}

@media screen and (min-width: 769px) {
  .primary-navigation .menu-toggle {
    display: none;
    padding: 0;
  }
  .primary-navigation.toggled-on {
    border-bottom: 0;
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width: 980px){
  .pop-wrapper{
    width: calc(100% - 20px);
    padding: 20px 10px;
  }
  #wc-country-pop .message .text {
    width: calc(100% - 200px);
    float: left;
    margin-left: 20px;
  }
  #wc-country-pop .close{
    right: 10px;
    top: 10px;
  }
  .page-template-page-landing #content.text{
    width: 100%;
  }
  .page-template-page-landing #content.text h1{
    padding: 0 15px;
  }
  .page-template-page-landing .bx-wrapper img{
    height: auto;
  }
  .pagination{
    width: auto;
    padding: 5px 10px;
  }
  .top-level-nav, .primary-navigation, .secondary-navigation, .footer-frame, #content, #gray-frame, #content.text,
  #content.single.event, #content.single.projresi, .top-frame, .footer-frame #primary-navigation ul, .fallback-archive-img,
  .full .archive-img img, #content.team, #content.not-found, #content.single.attachment, .page-template-archive-event .full .post-container .post{
    width: 100%;
  }
  .floating-buttons{
    right: 10%;
  }
  #home-content, .top-header{
    width: auto;
    padding: 0 10px;
  }
  .featured-content, .page-template-page-archive .listing{
    width: 70%;
  }
  .sidebar{
    width: 28%;
  }
  .featured-content .thumb-title{
    width: 25%;
  }
  .featured-content .featured.event .post-content{
    width: 70%;
    border: 0;
    padding: 0.7%;
  }
  .featured-content .featured.incubator .post-content{
    width: 69.5%;
  }
  .featured.media{
    width: 49%;
  }
  .featured.media h1{
    font-size: 30px;
  }
  .site-footer{
    padding: 0 10px;
  }
  .footer-frame nav{
    margin-right: 4%;
  }
  .footer-frame nav#primary-navigation{
    width: 38%;
  }
  .text-page.hierarchy, .site-content.text .post, #content.single.event .post, #content.single.projresi > .post, .site-content.single h4, .single > h4, .single > h1{
    padding: 0 15px;
  }
  #content.text .text-content{
    width: 80%;
  }
  #content.single.event .general-info, .blog .archive-list, .single.blog .entry-content, .main-details > .text, .multiple.field li > div,
  .single-projects .general-info{
    width: 65%;
  }
  .performance-sidebar, .sidebar.blog, .multiple.field li > div + div{
    width: 33%;
  }
  .secondary-navigation .second-menu > li{
    width: 33.3%;
  }
  .secondary-navigation .second-menu > li > a{
    width: 96%;
    padding: 0 0 0 4%;
  }
  .archive .full .post-container .post, .page-template-archive-event .full .post-container .post{
    background: #d6d7d6;
    width: 100%;
  }
  .archive .full .post-container .post .content, .page-template-archive-event .full .post-container .post .content{
    margin: 0 15px;
  }
  .full .archive-img{
    width: 50%;
  }
  .full .post-content{
    width: 49%;
    padding-left: 1%;
  }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
    top: 50px;
    right: 15px;
  }
  #content .site-content.taxonomy.blog, #content.single.blog{
    width: auto;
    padding: 10px;
  }
  #content.single.blog h4, #content.single.blog h1{
    padding: 0;
  }
  #content.team  .text-page.hierarchy, .page-child .text-page.hierarchy, .single-event .text-page.hierarchy{
    margin: 15px 15px 20px;
    padding: 0;
  }
  .team .post.entry-content{
    width: auto;
    margin: 0 15px;
  }
  .member-details{
    width: 68%;
  }
  .member-dp{
    width: 26%;
    height: auto;
    min-height: 160px;
  }
  .board-member{
    margin: 30px 15px 0;
  }
  .board-member .post.entry-content{
    margin: 0;
  }
  figure.gallery-item{
    width: 10%;
  }
  .single-residencies .general-info{
    width: 65%;
  }
  .post-type-archive-artist .fallback-archive-img, .post-type-archive-artist .archive-img{
    width: 50%;
  }
  .not-found .entry-content, .attachment .entry-content, .attachment .entry-meta, .site-content.single.artist .post{
    padding: 0 15px;
  }
  #content.taxonomy.blog{
    width: auto;
    padding: 0 15px;
  }
  .single-event .site-content.single.event .hierarchy h4{
    padding: 0;
  }

}
@media screen and (max-width: 950px){
  .single-performance .text.date-book .booking, .single-performance .text.tickets-share .social, .single-residencies .text.tickets-share .social{
    float: left;
    clear: both;
    width: 100%;
  }
  .single-performance .text.date-book .booking{
    margin-top: 5px;
  }
  .single-performance .share.sharer-0 .social.networks-3 ul, .single-residencies .share.sharer-0 .social.networks-3 ul{
    width: 130px!important;
    margin: 0!important;
  }
  #main-level-nav .logo a img{
    height: 33px;
  }
  #main-level-nav .logo{
    margin-top: 19px;
  }
  #secondary-level-nav #secondary-navigation ul > li > a{
    padding-right: 19px;
  }
  #top-header #buttons a{
    padding: 0 5px;
    width: auto;
    font-size: 16px;
  }
}

@media screen and (max-width: 840px){
  .featured-content .thumb-title{
    display: none;
  }
  .sidebar {
    width: 30%;
  }
  .featured-content .red-arrow{
    display: none;
  }
  .featured-content .featured.event .post-content{
    width: auto;
    border: 5px solid #fff;
    padding: 0;
  }
  .featured-content {
    width: 68%;
  }
  .featured-content .featured.incubator .post-content {
    width: auto;
    float: left;
  }
  .featured-content .post-content img{
    width: 100%;
  }
  .full .post-content .entry-content h1 {
    font-size: 34px;
    line-height: 34px;
  }
  .primary-navigation a{
    padding: 0 24px 0 8px;
  }
  .sidebar p {
    font-size: 18px;
    line-height: 22px;
  }
  #top-header .tagline{
    font-size: 14px;
  }
  #main-level-nav #main-navigation ul > li > a{
    font-size: 14px;
    padding: 0 17px 0 3px;
  }
  #secondary-level-nav #secondary-navigation ul > li > a{
    font-size: 18px;
  }
}

@media screen and (max-width: 780px){
  .primary-navigation a {
    padding: 0 22px 0 8px;
  }
}
@media screen and (max-width: 768px){
  .page-template-page-archive .projects-landing.full .sidebar h3{
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 300;
  }
  .sidebar .filter.option-set li{
    font-size: 14px;
  }
  .sidebar .filter.option-set{
    margin: 0 0 10px;
  }
  .toggle-sidebar, .reset-filter{
    background: #fff;
    padding: 10px 15px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    text-transform: uppercase;
    font-family: "brandon-grotesque",sans-serif;
    font-weight: 600;
    font-style: italic;
    float: left;
    width: 100%;
  }
  .toggle-sidebar:before{
    content: '+';
    margin-right: 4px;
  }
  .toggle-sidebar.toggled:before{
    content: '\2013';
    position: relative;
    top: -2px;
  }
  .combo-filters{
    display: none;
    background: #fff;
    float: left;
    width: 100%;
    padding: 15px 0 0;
  }
  .option-combo{
    padding: 0 15px;
  }
  .combo-filters.show{
    display: block;
  }
  .page-template-page-archive .intro-copy.entry-content{
    width: 100%;
    padding: 0 15px;
  }
  .page-template-page-archive .projects-landing.full{
    padding: 0;
    width: 100%;
  }
  .post-item.isotope-item .box, .page-template-page-archive .listing .wp-post-img{
    width: 100%;
  }
  .page-template-page-archive .listing{
    width: calc(100% - 16px);
    padding: 8px;
  }
  .projects-landing.full .isotope-item .details{
    width: calc(100% - 40px);
    background: #fff;
    padding: 20px;
  }
  .projects-landing.full .isotope-item .details h4{
    position: relative;
    bottom: 0;
  }
  .page-template-page-archive .sidebar.mob{
    display: block;
  }
  .page-template-page-archive .sidebar.lg{
    display: none;
  }
  .post-item.isotope-item {
    width: calc(100% - 14px);
    margin-bottom: 5px;
  }
  .single-event.postid-789 .text-page.hierarchy{
    height: 90px;
  }
  .single-event.postid-789 .text-page.hierarchy .right{
    width: 30%;
  }
  .featured-content .featured.event .post-content{
    width: 100%;
    border: 0;
  }
  .featured.blog li{
    width: 100%;
    margin-bottom: 15px;
  }
  .featured.blog li a{
    padding: 15px;
  }
  .featured.blog li a .more{
    margin: 15px 0 25px;
  }
  #gray-frame.two {
      padding: 0 0 10px;
  }
  .featured-content .featured.event .post-content .wrapper{
    border: 6px solid #fff;
  }
  .mobile .mail-content{
    width: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    /*margin-top: -45px;*/
    margin-top: -10px;

  }
  .site-header{
    overflow: hidden;
    border: 0;
  }
  .header-main{
    border-top: 10px solid #d4d5d2;
  }
  .header-main .top-frame{
    border-top: 10px solid #000;
  }
  .primary-navigation li{
    border-bottom: 1px solid #d6d7d6;
  }
  .footer-frame nav{
    margin-right: 3%;
  }
  .footer-frame nav#primary-navigation {
    width: 36%;
  }
  .site-info{
    width: 33%;
  }
  .footer-frame #secondary-navigation li{
    font-size: 21px;
  }
  .footer-frame #primary-navigation li{
    font-size: 15px;
  }
  .footer-logo img, .featured-content, .sidebar{
    width: 100%;
  }
  .footer-frame{
    padding: 12px 0 40px;
  }
  .featured.media h1 {
    font-size: 27px;
    line-height: 30px;
  }
  .floating-buttons, .primary-navigation .menu-primary-menu-container, .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto, .sidebar .twitter-feed{
    display: none;
  }
  .primary-navigation.toggled-on .menu-primary-menu-container{
    display: block;
    margin: 10px 0 0;
  }
  .second-level-nav{
    border-top: 10px solid #fff;
  }
  .primary-navigation li {
    width: 100%;
    position: relative;
  }
  .nav-menu li:hover .sub-menu, .nav-menu .sub-menu:hover{
    position: relative;
    height: auto;
    top: 0;
    width: 100%;
  }
  .primary-navigation ul ul a{
    width: auto;
    padding: 4px 2.5% 4px 2.5%;
  }
  .primary-navigation a{
    display: block;
  }
  .content-area{
    margin: 0 0 30px;
  }
  .vitals-social{
    margin: 35px 0 0;
  }
  .primary-navigation.toggled-on  .mobile{
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    position: relative;
    top: 0;
    bottom: 0;
    margin: -2px 0 -10px;
  }
  .floating-buttons.mobile a{
    width: auto;
    text-align: left;
    border-bottom: 1px solid #d6d7d6;
  }
  .floating-buttons.mobile a + a{
    margin-left: 0;
  }
  .floating-buttons.mobile a:hover{
    font-style: italic;
  }
  .featured.media{
    width: 100%;
    margin: 10px 0;
    padding-bottom: 0;
  }
  .featured-content .featured.incubator .post-content, .featured.media{
    height: auto;
  }
  .featured-content .thumb-title {
    width: 100%;
    height: auto;
    line-height: 30px;
    display: block;
    background: none;
  }
  .featured-content .thumb-title  h1{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    width: auto;
    text-align: left;
    line-height: 40px;
    color: #000;
    font-style: normal;
  }
  .featured-content .featured.incubator .post-content .more, .two .featured .more{
    position: relative;
    bottom: 0;
    margin: 15px 0 25px;
  }
  .secondary-navigation .second-menu > li > a{
    width: 97.5%;
    padding: 0px 0 0 2.5%;
  }
  .primary-navigation a{
    padding: 0 0 0 2.5%;
  }
  .secondary-navigation .second-menu > li{
    background-image: none;
    background-color: #ee3325;
    width: 100%;
    border-bottom: 1px solid #d6d7d6;
    font-size: 22px;
  }
  .secondary-navigation .second-menu > li > a{
    background: url(images/secondary-nav.jpg) no-repeat #000 100% 0;
    width: 75%;
  }
  .secondary-navigation .second-menu > li:hover > a{
    background-color: #ee3325;
  }
  .secondary-navigation ul ul{
    position: relative;
    top: 0;
    height: 100%;
  }
  .secondary-navigation .second-menu li li{
    border-top: 1px solid #d6d7d6;
    border-bottom: 0;
    width: 100%;
  }
  .secondary-navigation .second-menu li li a{
    width: 97.5%;
    padding: 0 0 0 2.5%;
  }
  .secondary-navigation .second-menu > li:hover, .secondary-navigation .second-menu > li.active, .secondary-navigation .second-menu > li.current_page_ancestor,
  .post-type-archive-performance .secondary-navigation .second-menu > li.menu-item-35, .post-type-archive-projects .secondary-navigation .second-menu > li.menu-item-34,
  .post-type-archive-residencies .secondary-navigation .second-menu > li.menu-item-33{
    background: #fff;
  }
  #wc-country-pop .toggle-full-read{
    display: block;
  }
  #wc-country-pop .message .text .full{
    display: none;
  }
}

@media screen and (max-width: 679px){
  .vitals-social li {
    margin: 0 0 0 10px;
    width: auto;
    float: none;
    display: inline-block;
    background-size: inherit!important;
  }
  .vitals-social{
    margin: 0px auto 17px;
    position: relative;
    width: 100%;
    text-align: center;
  }
  .vitals-logo{
    width: auto;
    text-align: center;
    float: none;
  }
  .top-header .logo img {
    margin: 30px 0 17px;
  }
}

/* iPhone6 and below */
@media screen and (max-width: 670px){
  .vitals-logo{
    max-width: 380px;
    margin: 0 auto;
  }
  .footer-frame {
    overflow: hidden;
    padding: 15px 0 0;
  }
  .footer-frame nav, .sidebar.blog{
    display: none;
  }
  .site-info {
    text-align: center;
    display: block;
    width: 100%;
    text-align: left;
    float: none;
  }
  .site-footer {
    padding: 0 10px 15px;
  }
  .footer-logo img{
    width: auto;
  }
  .widget{
    margin: 0;
  }
  #content.text .text-content, #content .general-info, .vitals-logo img, .secondary-navigation ul ul,
  .blog .archive-list, .single.blog .entry-content, .main-details > .text, .performance-sidebar,
  .multiple.field li > div, .multiple.field li > div + div,
  .member-dp img, #content.single.event .general-info, .board-member .member-details{
    width: 100%;
  }
  .full .archive-img {
    width: 100%;
    height: 100%;
  }
  .full .post-content {
    width: 100%;
    padding-left: 0;
    padding-bottom: 60px;
    padding-top: 15px;
    min-height: 0;
  }
  .full .post-content .entry-content{
    padding: 0 10px;
  }
  .full .more{
    left: 10px;
    bottom: 10px;
  }
  .full .entry-content h3, .archive-img h5{
    font-size: 20px;
  }
  .top-header{
    margin: 0;
    width: auto;
    padding: 0 10px;
    overflow: hidden;
  }
  .site-content.single h1, .archive-list h1, .site-content.text h1, .team .hierarchy h1, .team .board-member h1,
  .not-found h1{
    font-size: 42px;
    line-height: 42px;
  }
  .taxonomy .archive-list h1, .full .post-content .entry-content h1{
    font-size: 32px;
  }
  .multiple.field h1{
    font-size: 25px;
    line-height: 30px;
  }
  .member-details {
    width: 60%;
  }
  .member-dp{
    width: 35%;
  }
  .member-dp{
    min-height: 0;
  }
  .page-child .text-page.hierarchy > .right, .single-event .text-page.hierarchy > .right{
    float: left;
    padding-top: 5px;
    width: 100%!important;
  }
  .single-event.postid-789 .text-page.hierarchy{
    height: auto!important;
  }
  .page-child .text-page.hierarchy > .right li, .single-event .text-page.hierarchy > .right li{
    text-align: left;
    font-size: 16px;
    line-height: 20px;
  }
  .page-child .text-page.hierarchy h1, .single-event .text-page.hierarchy h1{
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    line-height: 35px;
  }
}

@media screen and (max-width: 600px){

  .secondary-navigation .second-menu li {
    font-size: 20px;
  }
  .site-content.single h1, .archive-list h1, .site-content.text h1, .team .hierarchy h1, .team .board-member h1, .not-found h1{
    font-size: 35px;
    line-height: 35px;
  }
  .general-info .text h6, .text .text-content h1, .text .text-content h2, .text .text-content h3, .text .text-content h4,
  .text .text-content h5, .text .text-content h6, .artist h1 .general-info, .artist .general-info h2, .artist .general-info h3,
  .artist .general-info h4, .artist .general-info h5, .artist .general-info h6, .site-content.single .general-info h1,
  .site-content.single .general-info h2, .site-content.single .general-info h3, .site-content.single .general-info h4,
  .site-content.single .general-info h5, .site-content.single .general-info h6, .single-blog h3{
    font-size: 20px;
    line-height: 24px;
  }
  blockquote, blockquote p{
    font-size: 24px!important;
    line-height: 28px!important;
  }
  figure.gallery-item{
    width: 12%;
    margin: 10px 20px 10px 0;
  }
  figure.gallery-item + figure.gallery-item, figure.gallery-item:last-child{
    margin: 10px 20px 10px 0!important;
  }
  .vitals-logo img{
    width: auto;
  }
  .featured-content h1, .entry-title{
    font-size: 30px;
    line-height: 30px;
  }
  .single-event .single.event .text-page.hierarchy h4{
    position: relative;
  }
  .featured.blog li h3 {
      font-size: 28px;
      line-height: 28px;
  }
}
@media screen and (max-width: 420px){
  .featured.blog li h3 {
      font-size: 24px;
      line-height: 24px;
  }
  .taxonomy .archive-list h1, .full .post-content .entry-content h1 {
    font-size: 28px;
    line-height: 28px;
    padding-bottom: 4px;
  }
  .event-info .supporters h5, .residency .multiple .supporters h5, .residency .related-media h5, .event-info .related-media h5,
  .event-info h3, .event-info h1, .event-info h2, .event-info h4, .event-info h5, .event-info h6{
    font-size: 22px;
    line-height: 26px;
  }
  .top-header .logo img{
    width: 90%;
    margin: 30px 0 10px;
  }

  .team .post.entry-content{
    position: relative;
    margin: 25px 15px 0;
  }
  .member-details{
    width: 100%;
    margin-top: 215px;
  }
  .member-dp {
    width: 215px;
    position: absolute;
    top: 0;
    height: 215px;
  }
  .team .board-member .post.entry-content{
    margin: 0 5px;
  }
  figure.gallery-item {
    width: 15%;
  }
  #wc-country-pop .message .text{
    width: 100%;
    margin: 15px 0 0;
    text-align: left;
  }
  #wc-country-pop .message{
    text-align: center;
  }
  #wc-country-pop .message img{
    float: none;
  }
}
@media screen and (max-width: 320px){
  figure.gallery-item {
    width: 18%;
  }
  .featured.blog li h3 {
      font-size: 22px;
      line-height: 22px;
  }
}
@media screen\0 {
   .text-page.hierarchy .right{
    margin-right: 4px;
   }
}

/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
  body {
    background: none !important; /* Brute force since user agents all print differently. */
    color: #2b2b2b;
    font-size: 12pt;
  }

  .site,
  .site-header,
  .hentry,
  .site-content .entry-header,
  .site-content .entry-content,
  .site-content .entry-summary,
  .site-content .entry-meta,
  .page-content,
  .archive-header,
  .page-header,
  .contributor-info,
  .comments-area,
  .attachment .entry-attachment .attachment {
    max-width: 100%;
  }

  #site-header img,
  .search-toggle,
  .site-navigation,
  .site-content nav,
  .edit-link,
  .page-links,
  .widget-area,
  .more-link,
  .post-format-archive-link,
  .comment-respond,
  .comment-list .reply,
  .comment-reply-login,
  #secondary,
  .site-footer,
  .slider-control-paging,
  .slider-direction-nav {
    display: none;
  }

  .site-title a,
  .entry-meta,
  .entry-meta a,
  .featured-content .hentry,
  .featured-content a {
    color: #2b2b2b;
  }

  .entry-content a,
  .entry-summary a,
  .page-content a,
  .comment-content a {
    text-decoration: none;
  }

  .site-header,
  .post-thumbnail,
  a.post-thumbnail:hover,
  .site-content .entry-header,
  .site-footer,
  .featured-content,
  .featured-content .entry-header {
    background: transparent;
  }

  .site-title {
    float: none;
    font-size: 19pt;
  }

  .content-area {
    padding-top: 0;
  }

  .list-view .site-content .hentry {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .post-thumbnail img {
    margin: 0 10px 24px;
  }

  .site-content .has-post-thumbnail .entry-header {
    padding-top: 0;
  }

  .site-content footer.entry-meta {
    margin: 24px auto;
  }
}

@media screen and (max-width: 679px){
  .page-template-page-landing .post .entry-content, .page-template-page-landing .post .sidebar{
    width: 100%;
  }
  .page-template-page-landing .post .entry-content{
    margin-bottom: 0;
  }
  .sidebar .downloadables li a{
    width: auto;
    display: block;
  }
  .projects-landing.full{
    width: auto;
    padding: 35px 8px;
  }
  .projects-landing.full .post, .projects-landing.full .entry-content{
    width: auto;
  }
  .projects-landing.full .archive-img, .projects-landing.full .post-content{
    width: 100%;
    height: auto;
    min-height: 0;
  }
  .projects-landing.full .post-content{
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 768px) {
  #top-header #buttons {
    display: none;
  }

  #top-header .tagline {
    font-size: 16px;
  }

  #main-level-nav {
    height: 100%;
  }

  #main-level-nav .logo {
    display: block;
  }

  #main-level-nav .logo a {
    display: inline-block;
  }

  .vitals-social {
    display: none;
  }

  #main-level-nav button.toggle-menu {
    background-color: #fff;
    display: block;
    height: 44px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: -9px;
    width: 44px;
  }

  #main-level-nav button.toggle-menu .icon-bar{
    width: calc(100% - 14px);
    height: 4px;
    background: #000;
    display: block;
    left: 7px;
    position: absolute;
  }

  #main-level-nav button.toggle-menu .icon-bar.top{
    top: 9px;
  }

  #main-level-nav button.toggle-menu .icon-bar.middle{
    top: 20px;
  }

  #main-level-nav button.toggle-menu .icon-bar.bottom{
    bottom: 9px;
  }

  #main-level-nav #main-navigation {
    display: none;
    border-top: 2px solid #000;
    float: none;
    margin: 0;
  }

  #main-level-nav #main-navigation ul {
    background: #fff;
    overflow: hidden;
    padding: 5px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #main-level-nav #main-navigation ul > li {
    float: none;
    border-bottom: 1px solid #d6d7d6;
  }

  #main-level-nav #main-navigation ul > li:last-of-type {
    border: none;
  }

  #main-level-nav #main-navigation ul > li > a {
    color: #000;
    display: block;
    height: auto;
    padding: 5px 10px;
  }

  #main-level-nav #main-navigation ul > li:hover > a {
    color: #fff;
    background-image: none;
  }

  #main-level-nav #main-navigation ul > li > a:hover {

  }

  #main-level-nav #main-navigation ul > li > ul {
    margin: 0;
    position: static;
    width: 100%;
  }

  #main-level-nav #main-navigation ul > li > ul > li > a {
    display: block;
  }

  #secondary-level-nav {
    border: none;
    height: auto;
  }

  #secondary-level-nav #secondary-navigation ul {
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #secondary-level-nav #secondary-navigation ul > li {
    border-top: 2px solid #fff;
    float: none;
    width: 100%;
  }

  #secondary-level-nav #secondary-navigation ul > li > a {
    background-image: none;
    display: block;
    padding: 0 10px;
  }

  #secondary-level-nav #secondary-navigation ul > li:hover > a {
    background-image: none;
  }

  #secondary-level-nav #secondary-navigation ul > li > ul {
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    border-top: 2px solid #fff;
    position: static;
  }

  #secondary-level-nav #secondary-navigation ul > li#menu-item-1419 > ul.sub-menu {
    width: auto;
  }

  #secondary-level-nav #secondary-navigation ul > li > ul > li {
    border: none;
  }

  #secondary-level-nav #secondary-navigation ul > li > ul > li > a {
    display: block;
    padding: 5px 10px;
  }
  #new-header ul.secondary-menu li.menu-item-has-children > a,
  #main-level-nav #main-navigation ul > li.menu-item-has-children > a{
    display: inline-block!important;
    pointer-events: none;
  }
  #new-header ul.secondary-menu li.menu-item-has-children:hover{
    background-color: #ff5e3c;
  }
  #new-header ul.secondary-menu li.menu-item-has-children:hover > a{
    background-color: transparent;
  }
}

@media screen and (max-width: 320px) {

  #top-header .tagline {
    font-size: 13px;
  }

  #main-level-nav .logo img {
    width: 230px;
  }
}

.home .bx-wrapper .bx-controls-direction a {
  bottom: 28px;
}

/* Fixes */

.featured-content h1 {
  border: none;
}

.featured-content .post-content {
  width: 524px;
}

.featured-content .featured.incubator .post-content {
  border: 5px solid #fff;
  height: auto;
  padding: 17px 0;
}

.featured-content .featured.incubator .post-content:hover {
  background-color: #f2f2f2;
  border: 5px solid #ff5e3c;
}

.featured-content .featured.incubator .post-content:hover h1 {
  text-decoration: underline;
}

.featured.blog li p {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.carousel-box {
  background-color: #fff;
  border: 5px solid #ff5e3c;
  font-family: "brandon-grotesque",sans-serif;
  font-style: italic;
  padding: 20px;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  top: 20px;
  width: 30%;
}

.carousel-box .main {
  display: block;
}

.carousel-box .hover {
  display: none;
  position: absolute;
  top: 20px;
}

.carousel-box:hover {
  background-color: #ff5e3c;
  border-color: #fff;
  color: #fff;
}

.carousel-box:hover .main {
  visibility: hidden;
}

.carousel-box:hover .hover {
  display: block;
}

.carousel-box:hover .hover .title {
  color: #fff;
}

.carousel-box .title {
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
}

.carousel-box .artist-name {
  color: #ff5e3c;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 10px;
}

.carousel-box .blurb, .carousel-box .dates, .carousel-box .cta {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 5px;
}

.carousel-box .blurb {
  line-height: 22px;
  margin: 0 0 12px;
}

.carousel-box .cta {
  color: #ff5e3c;
}

ul.slider li a:hover .carousel-box .title,
ul.slider li a:hover .carousel-box .blurb,
ul.slider li a:hover .carousel-box .dates {
  color: #000;
}

ul.slider li a:hover .carousel-box:hover .title {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .carousel-box {
    display: none;
  }
}

.sidebar h1 {
  border: none;
  color: #ff5e3c;
  font-size: 18px;
  margin: 0 0 0 15px;
  padding: 0;
}

.sidebar .post-content h2 a {
  color: #000;
  font-size: 28px;
  line-height: 28px;
}

.sidebar .post-content h2 a:hover {
  text-decoration: underline;
}

.sidebar .twitter-feed {
  height: auto;
}

.featured.blog li h3 {
  color: #000;
}

.featured.blog li a {
  border: 10px solid #fff;
  border-top: none;
}

.featured.blog li a:hover {
  background-color: #f2f2f2;
  border: 10px solid #f7de8d;
  border-top: none;
}

.featured.blog li a:hover h3 {
  color: #000;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .featured-content .thumb-title {
    background-color: #ff5e3c;
    display: inline-block;
    height: auto;
    line-height: 30px;
    padding: 0 10px;
    width: auto;
  }

  .featured-content .thumb-title h1 {
    color: #fff;
  }
}