/*
Theme Name: Twenty Fourteen
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, 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, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');


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%;
}

body,
button,
input,
select,
textarea {
	color: #fff;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

body {
    background: url('http://caveat.nyc/wp-content/uploads/2017/02/chalkboard-or-blackboard-bkg.jpg');
    background-attachment: fixed;
    background-size: cover;
    hyphens: none;
}

body:before {
	display: block;
	content: ' ';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	background: linear-gradient(#000,transparent);
}

body:after {
	display: block;
	content: ' ';
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	background: linear-gradient(transparent,#000);
}

a {
	color: #992a75;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

a:active,
a:hover {
	color: #992a75;
}

iframe:-webkit-scrollbar {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 16px 0 12px;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	text-align: left;
}


h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

.change-colon-font {
	font-family: Arial, sans-serif;
}

#post-259 {
	max-width: 900px;
}

.page-id-259 h1 {
	font-size: 2em;
	line-height: 1.75;
	border-bottom: solid;
	border-top: solid;
	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
}

.page-id-6774  .entry-title {display: none;}

h2 {
	font-size: 24px;
	line-height: 1.2;
}

.page-id-259 .entry-content h3 {
	font-size: 1.75em;
	line-height: 2;
	background: #fff;
	text-align: center;
	color: #000;
	font-weight: 100;
	text-transform: uppercase;
}

h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 2%;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

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

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

.tribe-events-single-event-description,
p {
	margin-bottom: 24px;
	font-family: Open Sans, sans-serif;

}

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 {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

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 24px 20px;
}

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;
	min-width: inherit;
	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;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

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 https://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: rgba(153, 42, 117, 0.55);
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: rgba(153, 42, 117, 0.55);
	color: #fff;
	text-shadow: none;
}


.left,
.right {
	display: inline-block;
}

.left img,
.right img {
	width: 100%;
	margin-bottom: 12px;
}

.left {
	width: 45%;
}

.right {
	width: 53%;
	float: right;
}

/**
 * MAILCHIMP FORM
 * ----------------------------------------------------------------------------
 */

.get-involved-form {
	width: 80%;
	margin: 0 auto;
	max-width: 600px;
}

.get-involved-form #mc_embed_signup input {
	border: none;
	text-transform: uppercase;
	border-bottom: solid #fff;
	border-radius: 0px;
	padding: 6px 7.5px 5px!important;
	text-indent: 0!important;
	font-weight: 300;
	font-size: 0.9em;
	color: #fff;
}

.get-involved-form #mc_embed_signup .mc-field-group input {
	background: transparent;
	padding: 6px 7.5px 5px!important;
	text-indent: 0!important;
	font-weight: 300;
	font-size: 0.9em;
	color: #fff;
	width: 100%!important
}

.get-involved-form #mc_embed_signup form {
	padding: 0;
}

.get-involved-form .name {
	width: 49%!important;
	display: inline-block!important;
}

.get-involved-form .name.right {
	float: right;
}

.get-involved-form #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	display: block;
	background-color: transparent;
	border-radius: 0px;
	padding: 6px 7.5px 5px!important;
	margin: 0!important;
}

.get-involved-form #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
	border-bottom: solid #e85c41!important;
	border-top: 0px!important;
	border-left: 0px!important;
	border-right: 0px!important;
}

.get-involved-form #mc_embed_signup #mc-embedded-subscribe-form input:active,
.get-involved-form #mc_embed_signup #mc-embedded-subscribe-form input:focus {
	border-bottom: solid #fff!important;
}

.get-involved-form #mc_embed_signup .mc-field-group {
	min-height: 0!important;
	padding-bottom: 16px!important;
}

.get-involved-form #mc_embed_signup .mc-field-group.email,
.get-involved-form #mc_embed_signup .mc-field-group.ideas {
	width: 100%!important;
}

.get-involved-form input.button#mc-embedded-subscribe {
	display: block;
	margin: 0 auto;
	border: 3px solid #fff;
	text-decoration: none!important;
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	width: 120px;
	text-align: center;
	font-size: .9em!important;
	padding: 5px 0!important;
	background: transparent;
	line-height: 1;
}

.get-involved-form #mc_embed_signup #mce-success-response {
	color: #fff;
	background: rgba(0, 0, 0, 0.58);
	padding: 5px 10px;
	border: #fff solid;
	outline: #000;
	font-family: Open Sans, sans-serif;
	font-weight: 300;
	font-size: .9em;
	width: calc(100% - 26px);
	position: relative;
}

.get-involved-form #mc_embed_signup div#mce-responses {
	position: relative;
	top: 12px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	display: block;
}

.get-involved-form input.button#mc-embedded-subscribe:hover {
	color: #992a75;
	border: 3px solid #992a75;
	background: transparent;
}

.get-involved-form ::-webkit-input-placeholder {
	color: #fff;
}

.get-involved-form  :-moz-placeholder {
	color: #fff;
}

.get-involved-form ::-moz-placeholder {
	color: #fff;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

.get-involved-form :-ms-input-placeholder {
	color: #fff;
}



/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 8px 10px 7px;
}

textarea {
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #992a75;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
}

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: #992a75;
	color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;
}

.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%;
	display: block;
	margin: 0 auto;
}

/* 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 24px 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);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.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;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.post-394 .entry-content:before,
.post-394 .entry-content:after {
	display: none;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* 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 {
	position: relative;
	z-index: 1000;
}

.main-content {
	width: 100%;
}

.site-main {
	margin-top: 72px;
}


/**
 * Events
 * -----------------------------------------------------------------------------
 */
.tribe-events-notices,
.tribe-bar-disabled {
	display: none;
}

#tribe-events-header .tribe-events-sub-nav {
	margin-bottom: 4%;
	margin-top: -20px;
}

.tribe-events-sub-nav li {
	background: #fff;
}

.tribe-events-sub-nav li:hover {
	background: #992a75;
}

.tribe-events-sub-nav li a {
	color: #000;
	padding: 10px;
	line-height: 30px;
	font-size: 12px;
	font-weight: 600;
}

.tribe-events-sub-nav li a:hover {
	color: #fff;
}



#tribe-events .tribe-events-button,
.tribe-events-button {
	background-color: transparent;
	border: #fff solid 3px;
	margin-bottom: 36px;
	border-radius: 0;
}

#tribe-events .tribe-events-button:hover,
.tribe-events-button:hover {
	background-color: #fff;
}

.tribe-events-calendar tbody {
	background: rgba(255, 255, 255, 0.85);
}

.tribe-events-calendar th {
	background-color: #000;
	color: #fff;
	border: none;
}

#tribe-events-content table.tribe-events-calendar {
	border: none;
}


.tribe-events-othermonth,
.tribe-events-calendar td.tribe-events-othermonth div[id*=tribe-events-daynum-] {
	background: #ededed;
}

.tribe-events-calendar div[id*=tribe-events-daynum-],
.tribe-events-calendar div[id*=tribe-events-daynum-] a {
	font-weight: 600;
}

.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a {
	color: #2d2d2d;
}

.tribe-events-calendar div[id*=tribe-events-daynum-],
.tribe-events-calendar div[id*=tribe-events-daynum-] a {
	color: #000;
}

.tribe-events-calendar div[id*=tribe-events-daynum-],
.tribe-events-calendar div[id*=tribe-events-daynum-] a {
	background-color: #c1c1c1;
}

.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
	background-color: #000;
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
	margin: 0;
}

.tribe-events-calendar a {
	color: #000;
	font-weight: 600;
}

.entry-content .tribe-events-calendar td div[id*=tribe-events-daynum-] a,
.entry-content .tribe-events-month-event-title a {
	color: #000;
	border-bottom: none;
}

.entry-content .tribe-events-month-event-title a:hover {
	color: #992a75;
}

.entry-content .tribe-events-tooltip a {
	color: #000;
}

#tribe-events-content .tribe-events-tooltip h4 {
	text-transform: uppercase;
	background: #000;
}

.tribe-event-duration {
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.tribe-events-tooltip:not(.tribe-event-featured) .tribe-events-event-thumb {
	padding: 0px 5px 5px 0;
}

.tribe-events-tooltip .tribe-events-event-body {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.event-cal-thumb {
	width: 40%;
	padding-top: 40%;
}

.tribe-events-tooltip .event-description {
	width: 58%;
}

.event-more {
	display: inline-block;
}

.month-nav {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin: 2em 0;
	list-style: none;
}

.month-nav.first {
	margin: -12px 0 0;
}

.month-nav li a {
	border: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.8em
}


/**
 * EVENTS LIST FORMAT
 *
 */
 
 .tribe-events-list .type-tribe_events {
	padding-top: 0;
	border-bottom: none;
 }
 
 .entry-content .cal-view-link {
	display: inline-block;
	margin: 0 auto 36px;
	border: #fff solid 3px;
	text-transform: uppercase;
	text-align: center;
	padding: 0.5em 1em;
	font-size: 1.2em;
	font-family: Oswald, sans-serif;
 }
 
 .entry-content .cal-view-link:hover {
	border: #992a75 solid 3px;
 }
 

/**
 * EVENTS SINGLE PAGE
 * -----------------------------------------------------------------------------
 */

.single:not(.single-tribe_events) .site-content .entry-content,
.single-tribe_events .tribe-events-content {
	max-width: calc(100% - 2em);
	padding: 1em!important;
	width: calc(100% - 2em);
	background: #fff;
	color: #000;
}

.single:not(.single-tribe_events) .site-content .entry-content a,
.single-tribe_events .tribe-events-content a {
	color: #000;
}

.single-tribe_events .tribe-events-event-meta {
	color: #000;
}

.tribe-events-sub-nav {
	display: none;
}

.tribe-events-single-event-title {
	font-size: 3em!important;
	text-align: center;
}

.event-header {
	text-align: center;
	width: 100%;
	height: 30vw;
	display: table;
	position: relative;
	margin-bottom: 24px;
	padding: 0;
}

.event-header:before,
.event-header:after {
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	content: ' ';
	width: 30%;
	margin-bottom: 2%;
}

.event-header:before {
	background: linear-gradient(to right, #000 55%,transparent);
	left: 0;
}

.event-header:after {
	background: linear-gradient(to right, transparent, #000 55%);
	right: 0;
}

.tribe-events-back a {
	border: #fff solid!important;
	color: #fff;
	padding: 5px 10px;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .5px;
	font-weight: 600;
}

.tribe-events-back a:hover {
	background: #fff;
	border: #fff solid!important;
	color: #000!important;
}

.event-header-inside {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 1000;
}

.event-header-inside h2 {
	text-shadow: rgb(0, 0, 0) 0px 0 10px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}

/**
 * COMING SOON PAGE
 * -----------------------------------------------------------------------------
 */

#seed-csp4-content {
	max-width: 1080px;
	width: 98%;
}

/**
 * ABOUT PAGES
 *
 */

.team-member-contain {
    width: 32.4%;
    margin-bottom: 2vh;
}

.team-member-pic {
    width: 100%;
    margin-bottom: 1vh;
    position: relative;
    filter: grayscale(1);
}

.team-member-pic .info {
    background: rgba(0, 0, 0, 0.6);
    padding: 1vh;
    position: absolute;
    bottom: 0;
    width: calc(100% - 2vh);
}

.team-member-pic .info h2 {
    font-size: 1.6em;
    margin: 0;
}

.entry-content .team-member-pic .info p {
    font-family: Open Sans;
    font-weight: 600;
    font-size: .7em;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

.team-member-pic:before {
    content: "";
    display: block;
    padding-top: 65%;
}

.team-member-content {
    width: 100%;
    hyphens: none;
}

.entry-content .team-member-content p {
    font-size: 1em;
}

.post-394 .entry-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


/**
 * CONTENT PAGE
 * -----------------------------------------------------------------------------
 */

.our-shows-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0 -1.5%;
}

.our-shows-list li {
	width: 31%;
	margin: 1%;
}

.entry-content .our-shows-list li h2 a {
	color: #000;
	border: none;
}

.featured-cat-box {
	column-count: 2;
}

.cat-box-3 {
	column-count: 3;
}

.content-box-contain:before,
.content-box-contain:after {
	display: none;
}

.post-18 .post-edit-link {
	display: none;
}

.content-box-style {
	width: 100%;
	break-inside: avoid;
	position: relative;
}

.recent-cat-text {
	padding: 1.5% 2%;
	margin-bottom: 2em;
	background: #fff;
}

.entry-content .content-box-style h2 a,
.content-box-style h2 a {
	color: #000;
}

.entry-content .content-box-style h2 a:hover,
.content-box-style h2 a:hover {
	color: #992a75;
}

.recent-cat-contain div {
	background: #fff;
	color: #000;
	top: 10px;
	padding: 0px 7.5px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}

.recent-cat-contain {
	width: 100%;
	padding-bottom: 50%;
	background-size: cover!important;
	background-position: center!important;
	position: relative;
}

.recent-cat-text h2 {
	margin-top: 0;
}

.recent-cat-text p {
	color: #000;
	font-size: 13px;
	margin-bottom: 12px;
}

.recent-cat-text a:before {
	display: none;
}

.entry-content .content-box-style h2 a {
	font-size: 18px;
	border-bottom: none;
}

.entry-content .content-box-large h2 a {
	font-size: 24px;
	border-bottom: none;
}

.entry-content .recent-cat-link a:hover {
	border-bottom: solid;
}

.recent-cat-link {
	text-align: right;
}

.content-box-large .recent-cat-link a {
	font-size: 12px;
}

.archive .recent-cat-link a:hover {
	color: #992a75;
	border: #992a75 solid;
}

.archive .recent-cat-link a,
.entry-content .recent-cat-link a {
	text-decoration: none!important;
	color: #000;
	border: 3px solid;
	display: inline-block;
	padding: 2.5px 10px;
	text-transform: uppercase;
	font-size: 10px;
	margin: 0 auto;
	text-align: center;
}

/**
 * PODCAST SINGLE PAGE
 * -----------------------------------------------------------------------------
 */

.podcasts iframe {
	margin-bottom: 0.5em;
}

.video .for-iframe {
	width: 100%;
	padding-top: 56.25%;
	margin-bottom: 0.5em;
	position: relative;
}

.video .for-iframe iframe {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.single .site-content .entry-header {
	padding: 0 0 12px;
}

.latest {
	display: flex;
	justify-content: space-around;
	list-style: none;
	width: 100%;
	flex-wrap: wrap;
	margin: 0;
}

.latest li {
	width: 100%;
	margin-bottom: 1.5em;
}

.latest li a {
	color: #fff;
}

.latest li a:hover {
	color: #992a75;
}

.latest span:not(.change-colon-font) {
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	width: 100%;
	background: #fff;
	color: #000;
	text-align: center;
	font-weight: 700;
}

.latest li h1 {
	font-size: 1em;
	margin: 5px 0;
	font-weight: 700;
}

.latest .more-in-list {
	margin-bottom: 0.7em;
}

.latest .recent-post {
	background-size: cover!important;
	width: 100%;
	padding-bottom: 50%;
	margin-top: 6px;
	position: relative;
}

.latest .recent-post .date {
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
	font-size: 0.6em;
	text-transform: uppercase;
	padding: 2px 7.5px;
	color: #fff;
	font-weight: 400;
	text-align: right;
}

.podcast-audio,
.podcast-text {
	display: inline-block;
	vertical-align: top;
}

.podcast-audio {
	width: 42%;
}

.podcast-text {
	width: 55%;
	margin-left: 2%;
}


/**
 * CONTACT FORM
 * -----------------------------------------------------------------------------
 */

.ctct-form-wrapper label {
	font-family: Oswald, sans-serif;
	display: block;
	text-transform: uppercase;
	font-size: 14px;
}

.ctct-form-wrapper input,
.ctct-form-wrapper textarea {
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 0;
}

.ctct-button {
	display: none;
}

.ctct-form-wrapper input:required:valid,
.ctct-form-wrapper textarea:required:valid {
	background: rgba(255,255,255,0.7)!important;
	border-color: #992a75!important;
	padding-left: 10px!important;
}

.ctct-form-wrapper input:focus {
	background: rgba(255,255,255,0.7)!important;
}

.ctct-form-wrapper .ctct-form abbr {
	color: #992a75!important;
}

.ctct-form-wrapper input[type="submit"] {
	background: transparent;
	border: #fff solid;
	width: 100px;
	float: right;
}

.ctct-form-wrapper input[type="submit"]:hover {
	background: #fff;
	color: #000;
}



/**
 * 4.0 Header
 * -----------------------------------------------------------------------------
 */

/* Ensure that there is no gap between the header and
	 the admin bar for WordPress versions before 3.8. */
#wpadminbar {
	min-height: 32px;
}

#site-header {
	position: relative;
	z-index: 3;
}

.site-header {
	position: fixed;
	width: 100%;
	z-index: 4;
}

.header-main {
	min-height: 48px;
	padding: 0 10px;
	height: 100%;
}

.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;
}

/* Search in the header */

.search-toggle {
	cursor: pointer;
	float: right;
	height: 48px;
	margin-right: 38px;
	text-align: center;
	width: 48px;
}

.search-toggle:before {
	color: #fff;
	content: "\f400";
	font-size: 20px;
	margin-top: 14px;
}

.search-toggle:hover,
.search-toggle.active {
	background: #992a75;
}

.search-toggle .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 0;
	right: 48px;
	height: 48px;
	max-width: 300px;
	width: 30%;
	z-index: 2;
	background: #fff;
	border-radius: 0;
}

.search-box {
	padding: 9.5px;
	padding-right: 0;
}

.search-box .search-field {
	background-color: #fff;
	border: 0;
	float: right;
	font-size: 16px;
	padding: 2px 2px 3px 6px;
	width: 100%;
	text-transform: uppercase;
}


/**
 * 5.0 Navigation
 * -----------------------------------------------------------------------------
 */

.site-navigation ul {
	list-style: none;
	margin: 0;
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
	margin-left: 20px;
}

.site-navigation a {
	color: #992a75;
	display: block;
	text-transform: uppercase;
	font-weight: 400;
}

.site-navigation a:hover {
	color: #fff;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	color: #fff;
}

/* Primary Navigation */

.primary-navigation {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	padding-top: 24px;
}

.primary-navigation.toggled-on {
	padding: 12px 30px 36px;
	width: 100%;
	position: absolute;
	left: 0;
	background: #000;
}

.primary-navigation .nav-menu {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: none;
}

.primary-navigation.toggled-on .nav-menu {
	display: block;
}

.primary-navigation a {
	padding: 7px 0;
}

.primary-navigation ul ul {
	display: none;
}

.primary-navigation li:hover > ul {
	display: block;
}

.primary-navigation li:active > ul {
	display: block;
}

/* Secondary Navigation */

.secondary-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 12px;
	margin: 48px 0;
}

.secondary-navigation a {
	padding: 9px 0;
}

.admin-bar .menu-toggle {
	top: 46px;
}

.menu-toggle {
	background-color: #000;
	border-radius: 0;
	cursor: pointer;
	height: 48px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: fixed;
	top: 0;
	right: 0;
	text-align: center;
	width: 48px;
}

.menu-toggle:before {
	color: #fff;
	content: "\f419";
	padding: 16px;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background-color: #992a75;
}

.menu-toggle:focus {
	outline: 1px dotted;
}


/**
 * HOME PAGE
 * -----------------------------------------------------------------------------
 */

.home.page .has-post-thumbnail .entry-content {
	margin-top: 0;
}

.home .event-listings {
	margin-top: 1.5em;
}


.home-post-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 6vh 0 0;
    justify-content: space-between;
    position: relative;
    width: calc(100% + 10px);
}

.home-post-list span {
	position: absolute;
	z-index: 1;
	background: #fff;
	color: #000;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 700;
	font-family: Oswald;
	left: -10px;
	top: -10px;
	padding: 1px 5px;
}

.home-post-list li {
	width: 23.75%;
	font-weight: 700;
	color: #fff;
}


.home-post-list li .home-post-list-img {
	padding-bottom: 50%;
	transition: all ease-in-out 0.25s;
	position: relative;

}

.home-post-list li:hover .home-post-list-img {
	filter: grayscale(.7);
	transition: all ease-in-out 0.25s;
}

.home-post-list .home-post-list-img .date {
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
	font-size: 0.6em;
	text-transform: uppercase;
	padding: 2px 7.5px;
	color: #fff;
	font-weight: 400;
	text-align: right;
}

.home-post-list .final {
	width: 3%;
	background-color: rgba(255, 255, 255, 0.67);
	color: #000;
	position: relative;
}

.entry-content .home-post-list .final a {
	position: initial!important;
	color: #000;
}

.home-post-list .final p {
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	height: 100%;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	position: absolute;
	line-height: 0;
	left: 50%;
}

.home-post-list-title {
	padding: 1%;
	font-size: .8em;
	text-align: center;
}

.home-post-list li:not(.final) a {
	text-decoration: none;
	color: #fff;
}

.home-post-list li:not(.final) a:hover {
	color: #992a75;
}

a.more-events {
	border: solid!important;
	padding: 7.5px 25px;
	margin-top: 1.5em;
	display: inline-block;
	text-transform: uppercase;
	font-family: Oswald;
	font-size: 1.2em;
}

/**
 * Show Page Page (Based on Category Structure)
 * -----------------------------------------------------------------------------
 */

.host {
	float: left;
	max-width: 200px;
	margin-right: 1.5em;
}

.cat-show-thumb-contain {
	/*padding: 1em 0;
	border-bottom: 1em solid;*/
}

.cat-show-thumb {
	width: 80%;
	padding-top: 40%;
	/*box-shadow: 0em 0em 1em rgba(0, 0, 0, 0.52);*/
	margin: 0 auto 1em;
}

.category .site-content .entry-header {
	padding: 0;
	/*background: #fff;*/
	color: #000;
}

.category .site-content .entry-header .description {
	padding: 1em;
	margin-bottom: 1em;
	background: #fff;
	overflow: hidden;
}


/**
 * Events Page
 * -----------------------------------------------------------------------------
 */

.event-listings {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 0;
}

.event-listings h1 {
	margin: 8px 0;
	font-size: 1.2em;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured,
.event-listings li,
.tribe-events-list .type-tribe_events {
	width: 31%;
	text-align: center;
	margin: 1% 1% 3%;
	padding: 0;
	position: relative;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured {
	background-color: transparent !important;
}

.event-listings li .thumb-image {
	background-size: 101%!important;
	width: 100%;
	padding-bottom: 50%;
	border-radius: 5px;
	margin: 0 auto;
	background-color: #000;
	position: relative;
}

.entry-content .event-listings li a {
	text-decoration: none;
	color: #fff;
}

.entry-content .event-listings li a:hover .thumb-image {
	filter: grayscale(0.7);
}

/*.entry-content .event-listings li a:hover {
	border-bottom: 
}*/

.event-listings .event-date {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	display: block;
	margin-bottom: 5px;
}

.entry-content a.presents,
.entry-content .event-listings li a.presents,
.presents {
	text-transform: uppercase;
	font-size: 1em;
	background: #fff;
	color: #000;
	position: absolute;
	left: -10px;
	top: 4%;
	font-weight: 800;
	padding: 0 10px;
	box-shadow: rgba(0, 0, 0, 0.57) 3px 3px 10px;
	z-index: 1;
	font-family: Oswald;
	border-bottom: none;
}

.entry-content .event-listings li a.presents:hover {
	color: #992a75;
}

.presents:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent;
	bottom: -10px;
	border-width: 0 10px 10px 0;
	border-right-color: rgba(255, 255, 255, 0.47);
	left: 0;
}

.event-link {
	position: absolute!important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom: none!important;
}

.event-link:hover {
	background: #000;
	opacity: 0.5;
}

.archive .event-listings li a.buy-tickets,
.entry-content .event-listings li a.buy-tickets {
	display: inline-block;
	margin: 10px auto 0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	background: #fff;
	width: auto;
	padding: 8px 12px;
	line-height: 1;
	color: #000;
	font-size: .9em;
}

.archive .event-listings li a.buy-tickets:before,
.entry-content .event-listings li a.buy-tickets:before {
	display: none;
}

.archive .event-listings li a.buy-tickets:hover,
.entry-content .event-listings li a.buy-tickets:hover {
	background: #992a75;
	color: #fff;
}

.event-cats {
	/*margin: 0;
	list-style: none;
	width: calc( 100% - 10px );
	border-top: 2px solid;
	border-bottom: 2px solid;
	padding: 7.5px 5px;
	font-size: 0.9em;*/
	margin-bottom: 0.5em;
}

/* #tribe-events .tribe-events-content p {
	clear: both;
}*/




/**
 * Single Event
 * -----------------------------------------------------------------------------
 */

.single .hentry,
.single #tribe-events-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
}

.single .hentry:before,
.single .hentry:after {
	display: none;
}

.post-container,
.event-contain {
	width: 66.5%;
}

.post-side,
.event-side-contain {
	width: 30%;
	padding-left: 1.5%;
	border-left: solid 1px;
}

.single .thumb-contain,
.event-contain .thumb-contain {
	width: 100%;
	padding-bottom: 50%;
	background-size: cover!important;;
}

.single .entry-header .rest,
.event-contain .entry-header .rest {
	background: #fff;
	color: #000;
	padding-left: 1%;
}

.singular .site-content .single-event-content .hentry,
.singular .site-content .single-event-content .hentry.has-post-thumbnail {
	margin-top: 24px;
	width: 100%;
	max-width: 100%;
}

.single .event-date,
.event-contain .event-date {
	display: block;
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.single .event-date a {
	color: #000;
}

.single .event-date a:hover {
	color: #992a75;
	border-bottom: solid 1px;
}

.single .presents,
.event-contain .presents {
	font-size: 1.1em;
}

.single .has-post-thumbnail .rest .entry-title,
.single-tribe_events .event-contain .entry-title {
	margin: -7.5px 0 -5px;
	line-height: 1;
	text-align: left;
}

.single-tribe_events .presents {
	top: 2%;
}

.page-template-eventbrite-index .event-contain .entry-header {
	background: transparent;
}

.single-tribe_events .event-contain .entry-header,
.page-template-eventbrite-index .event-contain .entry-header {
	position: relative;
	width: 100%;
	/*display: flex;
	justify-content: space-between;*/
	display: block;
	padding: 0;
}

.page-template-eventbrite-index .event-contain .entry-content {
	margin: 0;
	width: 100%;
}

.eventbrite-widget > iframe body {
	background: rgba(255, 255, 255, 0.57)!important;
}

.eventbrite-widget div {
	background: transparent!important;
}

.eventbrite-ticket-embed {
	overflow: hidden;
}

.eventbrite-ticket-embed iframe {
	margin-bottom: 0;
	height: 360px!important;
}

/* Event social */

.sd-social {
	display: flex;
	align-items: center;
}

div.sharedaddy h3.sd-title {
	font-size: .9em!important;
	margin: 0!important;
	display: block!important;
	font-weight: 400!important;
	text-transform: uppercase!important;
	border-right: solid 2px;
	padding-right: .5em;
	line-height: 32px!important;
}

.sd-social .sd-content {
	display: block;
	margin-left: 0.5em;
}

.sd-social .sd-content ul {
	margin: 0!important;
}

div.sharedaddy h3.sd-title:before {
	display: none!important;
}

.sd-content ul li {
	margin-bottom: 0!important;
}

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */


.page-id-2 .content-area {
	padding-top: 0;
}

.single .content-area {
	width: 97.5%;
	margin: 0 auto;
}

.category .site-content,
.hentry {
	margin: 0 auto;
	max-width: 95%;
}


.page-content {
	margin-bottom: 48px;
}


/**
 * 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;
}

.page-id-259 .entry-header {
	display: none;
}


.entry-title {
	font-size: 3.2em;
	font-weight: 700;
	line-height: 1.0909090909;
	margin: 0 0 36px;
	text-align: center;
}

.entry-title a {
	color: #2b2b2b;
}

.entry-title a:hover {
	color: #992a75;
}

.page-id-2 .entry-header {
	display: none;
}

.page-id-2 .entry-content a {
	border: none;
}

.site-content .entry-header {
	padding: 0 10px 12px;
}

.page-template-eventbrite-index .entry-header {
	background: #992a75;
	text-transform: uppercase;
	position: absolute;
	width: 100%;
	left: 0;
	background-attachment: fixed!important;
	padding: 0;
}

.single-tribe_events .entry-title,
.page-template-eventbrite-index .entry-title {
	font-size: 2.5em;
	line-height: 1.2;
	margin: 0.5em 0;
	text-align: center;
	position: relative;
}

.page-template-eventbrite-index .entry-content {
	margin: 8em auto 3em;
}

.page-id-6774 .has-post-thumbnail .entry-content {
	margin: -3em auto 3em;
}

.wp-image-6870 {
	margin-bottom: -3em;
	z-index: -1;
}

.page-id-6774 .content-area {
	padding-top: 0;
}

.rev_slider .caption, .rev_slider .slider-title.tp-caption {
	white-space: pre-wrap!important;
}

.slider-title.tp-caption a {
	color: #000;
}

/*.rev_slider .caption, .rev_slider .tp-caption {
	background: rgba(255, 255, 255, 0.74);
	line-height: 1.6!important;
	padding: 12px 24px;
	color: #000!important;
	text-transform: uppercase;
	min-width: 100%!important;
	hyphens: none;
	display: inline;
	box-shadow: 7px 0 0 rgba(255, 255, 255, 0.74), -7px 0 0 rgba(255, 255, 255, 0.74);
	text-align: left;
}

.entry-content .rev_slider .caption, .rev_slider .tp-caption:hover {
	background: rgba(0,0,0,0.74);
	box-shadow: 7px 0 0 rgba(0, 0, 0, 0.74), -7px 0 0 rgba(0, 0, 0, 0.74);
}

.entry-content .slider-title.tp-caption a:hover {
	color: #fff;
}*/

.rev_slider .caption, .rev_slider .tp-caption.slider-tag {
	width: 100%;
	display: block;
}

.tp-bullets {
	
}

.tp-tabs, .tp-thumbs {
	width: 25%!important;
	max-width: 25%!important;
	max-height: 100%!important;
	height: 100%;
	background: rgba(0, 0, 0, 0.77)!important;
	z-index: 10000;
	font-family: 'Open Sans', sans-serif;
}

.hebe .tp-tab-desc {
	font-weight: 700!important;
	text-align: left;
	font-size: 1.05em;
	line-height: 1.4;
	font-family: 'Open Sans', sans-serif !important;
}


.tp-tab-mask, .tp-thumb-mask,
.tp-tabs-inner-wrapper,
.tp-tab, .tp-thumb {
	width: 97%!important;
	max-width: 97%!important;
	margin: 0 auto 7%;
	hyphens: none;
	height: auto!important;
	position: relative;
	top: auto!important;
}

.tp-tab-mask {
	top: -20px!important;
}

.tp-mask-wrap {
	text-align: left!important;
	overflow: visible!important;
}

.outer-slider-tag .tp-mask-wrap {
	width: auto!important;
	white-space: nowrap!important;
	text-align: left!important;
}

.outer-slider-tag .tp-mask-wrap a {
	text-decoration: none;
	color: #000;
	text-align: left!important;
}

.rev_slider .caption, .rev_slider .tp-caption.more-button {
	display: block;
	width: 120px;
	text-align: center!important;
	background: transparent;
	border: 3px solid #fff!important;
	box-shadow: none;
	margin-left: -5px!important;
	background: rgba(0,0,0,0.5);
}

.rev_slider .caption, .rev_slider .tp-caption.more-button a {
	text-decoration: none;
	color: #fff;
}

.rev_slider .caption, .rev_slider .tp-caption.more-button:hover {
	background: rgba(255,255,255,0.5);
	border: 3px solid #000;
	color: #fff;
}

.rev_slider .caption, .rev_slider .tp-caption.more-button a:hover {
	color: #000;
}



/**
 * 6.3 Entry Meta
 * -----------------------------------------------------------------------------
 */

.entry-meta {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
	background: #992a75;
	display: inline;
	padding: 5px 10px;
	float: right;
}

.entry-meta a {
	color: #767676;
}

.entry-meta a:hover {
	color: #992a75;
}

.sticky .entry-date {
	display: none;
}

.cat-links {
	font-weight: 300;
	text-transform: uppercase;
	font-family: Oswald;
}

.cat-links a {
	color: #fff;
}

.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.site-content .entry-meta {
	margin-bottom: 0px;
}

.site-content footer.entry-meta {
	margin: 24px auto 0;
	padding: 0 10px;
}

/* Tag links style */

.entry-meta .tag-links a {
	background-color: #767676;
	border-radius: 0 2px 2px 0;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2727272727;
	margin: 2px 4px 2px 10px;
	padding: 3px 7px;
	position: relative;
	text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
	background-color: #992a75;
	color: #fff;
}

.entry-meta .tag-links a:before {
	border-top: 10px solid transparent;
	border-right: 8px solid #767676;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
}

.entry-meta .tag-links a:hover:before {
	border-right-color: #992a75;
}

.entry-meta .tag-links a:after {
	border-radius: 50%;
	content: "";
	height: 4px;
	position: absolute;
	top: 8px;
	left: -2px;
	width: 4px;
}


/**
 * 6.4 Entry Content
 * -----------------------------------------------------------------------------
 */

.entry-content,
.entry-summary,
.page-content {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	word-wrap: none;
	text-align: justify;
}

.site-content .entry-content,
.site-content .entry-summary,
.page-content {
	padding: 12px 10px 0;
}

.page .entry-content {
	padding-top: 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a {
	position: relative;
	color: #fff;
	border-bottom: solid 1px #992a75;
	transition: 0.1s ease-in-out all;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover {
	border-bottom: none;
	color: #992a75;
	transition: 0.1s ease-in-out all;
}

.entry-content h2 a {
	text-decoration:none;
	color: #fff;
}

.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: #992a75;
}

.entry-content .more-link {
	white-space: nowrap;
}

.single-post .entry-content iframe {
	margin: 0 auto 2em;
	display: block;
}

/* Page links */

.page-links {
	clear: both;
	font-size: 12px;
	font-weight: 900;
	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: #992a75;
	border: 1px solid #992a75;
	color: #fff;
}

.page-links > .page-links-title {
	height: auto;
	margin: 0;
	padding-right: 7px;
	width: auto;
}


/**
 * UNDERGROUND SCIENCE FESTIVAL
 * -----------------------------------------------------------------------------
 */

.page-id-6774 .team-member-pic {
	padding-bottom: calc(50% - 2em);
}

.page-id-6774 .team-member-pic .info h2 {
	font-size: 1.3em;
	line-height: 2em;
	font-weight: 400;
	text-shadow: #000 1px 0 5px;
}

.page-id-6774 .team-member-pic .info {
	padding: 0 1vh;	
}

.page-id-6774 .team-member-content {
	display: none;
}

.page-id-6774 .team-member-contain {
    width: 24%;
	margin-left: 1%;
    margin-bottom: 0.5%;
}

.page-id-6774 .team-member-pic a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
	border-bottom: none;
}

.page-id-6774 .team-member-pic:hover a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 1;
	background: #992a74;
	opacity: 0.3;
}

.page-id-6774 .team-member-pic:hover {
	filter: grayscale(0);
}

.page-id-6774 h2 {
	text-align: center;
}

/* GUIDE PAGE */

.post-7745 .entry-content {
	max-width: 48em;
	margin: 0 auto;
}

.post-7745 .entry-content h1 {
	font-size: 2.2em;
}

.post-7745 .entry-content h2 {
	font-size: 1.6em;
}

.post-7745 .entry-header {
	display: none;
}

.post-7745 .entry-content h1,
.post-7745 .entry-content h2,
.post-7745 .entry-content h3 {
	text-align: center;
	margin-bottom: 1em;
	font-weight: 400;
}

.post-7745 .entry-content img {
	width: 100%;
	margin: 1.5em auto .5em;
}

.post-7745 .entry-content img:first-child {
	margin-top: 0;
}

.post-7745 .event-listings li {
	width: 48%;
}

.post-7745 .event-listings h1 {
	font-size: 1.2em;
}

.post-7745 .entry-content .event-listings li a.buy-tickets {
	display: none;
}

.guide {
	max-width: 800px;
	margin: 0 auto;
}

.guide img {
	width: 100%;
	margin-bottom: 1em;
}

.guide .featured-guests {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1.5em;
}

.guide .featured-guests img {
	width: 40%;
	height: auto;
}

.guide .featured-guests div {
	width: 58%;
}
	
.guide .featured-guests p {
	margin-bottom: 0.8em;
}

.entry-content a.event-button {
	display: block;
	text-align: center;
	width: 100px;
	margin: 1em auto 2em;
	border: none;
	background: #fff;
	line-height: 2.5em;
	color: #000;
	text-transform: uppercase;
	font-family: Oswald;
	font-weight: bold;
}

.guide h3 {
	text-align: center;
	font-size: 2em;
	font-weight: 400;
	margin-bottom: 1em;
}

.guide h4 {
	font-size: 1.75em;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
}

.guide h5 {
	text-align: center;
	font-size: 1.3em;
	text-transform: uppercase;
	margin: 0 auto 1em;
}

.guide .featured-guests h5 {
	font-size: 1.5em;
	text-transform: uppercase;
	text-align: left;
}

/**
 * 6.9 Archives
 * -----------------------------------------------------------------------------
 */

.cat-events {
	font-family: Oswald;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
	font-size: 1.5em;
	background: #fff;
	color: #000;
}

.archive-header,
.page-header {
	margin: 24px auto;
	max-width: 474px;
}

.archive-title,
.page-title {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.taxonomy-description,
.author-description {
	color: #767676;
	font-size: 14px;
	line-height: 1.2857142857;
	padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
	margin-bottom: 18px;
}

.taxonomy-description p:last-child,
.author-description p:last-child {
	margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
	text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
	text-decoration: none;
}


/**
 * 6.10 Contributor Page
 * -----------------------------------------------------------------------------
 */

.contributor {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:      border-box;
	padding: 48px 10px;
}

.contributor:first-of-type {
	padding-top: 24px;
}

.contributor-info {
	margin: 0 auto;
	max-width: 474px;
}

.contributor-avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
	margin: 0 30px 20px 0;
	padding: 2px;
}

.contributor-name {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin: 0;
}

.contributor-bio a {
	text-decoration: underline;
}

.contributor-bio a:hover {
	text-decoration: none;
}

.contributor-posts-link {
	display: inline-block;
	line-height: normal;
	padding: 10px 30px;
}

.contributor-posts-link:before {
	content: "\f443";
}


/**
 * 6.11 404 Page
 * -----------------------------------------------------------------------------
 */

.error404 .page-content {
	padding-top: 0;
}

.error404 .page-content .search-form {
	margin-bottom: 24px;
}


/**
 * 6.12 Full-width
 * -----------------------------------------------------------------------------
 */

.full-width .hentry {
	max-width: 100%;
}


/**
 * 7.0 Sidebars
 * -----------------------------------------------------------------------------
 */

/* Secondary */

#secondary {
	display: none;
}

.site-description {
	display: none;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
}

/* Primary Sidebar */

.primary-sidebar {
	padding-top: 48px;
}

.secondary-navigation + .primary-sidebar {
	padding-top: 0;
}

/* Content Sidebar */

.content-sidebar {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #767676;
	padding: 48px 10px 0;
}

/**
 * Underground Science Festival Page
 * -----------------------------------------------------------------------------
 */

.usf-credits {
	display: flex;
}

/**
 * 8.0 Footer
 * -----------------------------------------------------------------------------
 */

#supplementary {
	padding: 0 10px;
}

.site-footer {
	margin-top: 3em;
}

.site-footer,
.site-info,
.site-info a {
	color: #fff;
}

.site-footer .connect p {
	margin-top: 12px;
	margin-bottom: 2.5px;
}

.site-footer .subscribe-form input:not(.submit-button) {
	display: block;
	border: none;
	border-radius: 0;
	color: #2b2b2b;
	padding: 8px 3px 3px;
	border-bottom: solid #000;
	background: rgba(255, 255, 255, 0.54);
	width: 100%;
	text-transform: uppercase;
	font-weight: 100;
}

.site-footer .subscribe-form .submit-button {
	margin: 0 auto;
	display: block;
}

.site-footer .subscribe-form input:active  {
	border-bottom: solid #000;
}

.site-footer .subscribe-form ::-webkit-input-placeholder {
	color: #000!important;
}

.site-footer .subscribe-form  :-moz-placeholder {
	color: #fff;
}

.subscribe-form .email {
	width: 100%;
	padding: 6px 7.5px 5px;
	border-radius: 0;
	border: none;
	text-transform: uppercase;
	font-weight: 300;
}

.subscribe-form .submit-button {
	background-color: transparent;
	border: 3px #fff solid;
	border-radius: 0;
	color: #fff;
	font-size: 10px;
	padding: 5px 20px 6px;
	text-transform: uppercase;
	vertical-align: bottom;
	margin-top: 10px!important;
}

.subscribe-form .submit-button:hover {
	background: #fff;
	color: #000;
}

.site-footer {
	border-top: #fff solid 10px;
	background-color: #000;
	font-size: 12px;
	position: relative;
	z-index: 3;
	padding: 20px 0;
}

.site-footer h3 {
	border-bottom: solid;
	width: 100%;
	font-weight: 100;
	text-align: center;
}

.site-footer h3 a{
	color: #fff;
}

.site-footer h3 a:hover {
	color: #992a75;
}

.footer-contain {
	display: flex;
	justify-content: space-around;
	max-width: 800px;
	margin: 0 auto;
	width: 98%;
}

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

.footer-contain .footer-pane {
	width: 31%;
}

.site-footer:before,
.site-footer:after {
	display: none!important;
}

.social {
	list-style: none;
	margin-left: -1.5px;
	margin-top: 20px;
	text-align: center;
}

.social li {
	display: inline-block;
	margin: 1.5px;
}

.social li a {
	background: #fff;
	color: #000;
	border-radius: 100%;
	padding: 4px;
}

.social li a:hover {
	background: #992a75;
}

.menu-footer-container ul {
	list-style: none;
	margin: 0;
	text-transform: uppercase;
}

#menu-footer li a {
	color: #fff;
}

#menu-footer li a:hover {
	color: #992a75;
}

.site-footer p {
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-weight: 300;
}

.footer-sidebar {
	padding-top: 48px;
}

.site-info {
	padding: 15px 10px;
}

#supplementary + .site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}




/**
 * 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 https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media screen and (max-width: 400px) {

	.archive-header,
	.page-header {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		margin: 24px auto 0;
		padding-bottom: 24px;
	}

	.error404 .page-header {
		border-bottom: 0;
		margin: 0 auto 24px;
		padding: 0 10px;
	}
}

@media screen and (min-width: 401px) {

	.full-size-link:before,
	.parent-post-link:before,
	.site-content span + .byline:before,
	.site-content span + .comments-link:before,
	.site-content span + .edit-link:before,
	.site-content span + .entry-date:before {
		content: "";
	}

	.attachment span.entry-date:before,
	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before,
	.site-content .byline a:before,
	.site-content .comments-link a:before,
	.site-content .entry-date a:before,
	.site-content .featured-post:before,
	.site-content .full-size-link a:before,
	.site-content .parent-post-link a:before,
	.site-content .post-format a:before {
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font: normal 16px/1 Genericons;
		text-decoration: inherit;
		vertical-align: text-bottom;
	}

	.site-content .featured-post:before {
		content: "\f308";
		margin-right: 3px;
		position: relative;
		top: 1px;
	}

	.site-content .entry-date a:before,
	.attachment .site-content span.entry-date:before {
		content: "\f303";
		margin-right: 1px;
		position: relative;
		top: 1px;
	}

	.site-content .byline a:before {
		content: "\f304";
	}

	.site-content .comments-link a:before {
		content: "\f300";
		margin-right: 2px;
	}

	.entry-content .edit-link a:before,
	.entry-meta .edit-link a:before {
		content: "\f411";
	}

	.site-content .full-size-link a:before {
		content: "\f402";
		margin-right: 1px;
	}

	.site-content .parent-post-link a:before {
		content: "\f301";
	}

	.archive-header,
	.page-header {
		margin: 0 auto 60px;
		padding: 0 10px;
	}

	.error404 .page-header {
		margin-bottom: 24px;
	}
}

.site-header {
	height: 48px;
	background: #000;
	padding-bottom: 0.5em;
}

.header-img {
	height: calc(100% + 0.5vh);
	margin-top: 0.5vh;
}

@media screen and (min-width: 800px) {
	#rev_slider_3_1 .tp-revslider-mainul,
	.home .tp-revslider-mainul {
		width: 75%!important;
	}
}


@media screen and (min-width: 673px) {
	.content-area {
		padding-top: 72px;
		width: 100%;
		margin: 0 auto;
	}

	.header-main {
		padding: 0 30px;
		height: 100%;
	}
	

	.search-toggle {
		position: absolute;
		top: 0;
		right: 0;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.full-width .site-content {
		margin-right: 0;
	}

	.site-info {
		padding: 15px 30px;
	}
}

@media screen and (max-width: 600px) {
	.home-post-list li {
		width: 47%;
	}
	
	.home-post-list .thumb-4,
	.home-post-list .thumb-3 {
		display: none;
	}
	
	.team-member-contain,
	.our-shows-list li,
	.event-listings li,
	.tribe-events-list .type-tribe_events {
		width: 100%;
		margin-bottom: 2em;
	}
	
	.site-footer {
		font-size: 10px;
	}
	
	.site-footer h3 {
		font-size: 14px;
	}
	
	.site-footer .subscribe-form input:not(.submit-button) {
		padding: 4px 3px 3px;
		font-size: 8px;
	}
	
	.site-footer form {
		margin-top: 7px;
	}
	
	body {
		font-size: 14px;
	}
}

@media screen and (max-width: 800px) and (min-width: 600px) {
	.home-post-list li {
		width: 31.5%;
	}
	
	.home-post-list .thumb-4 {
		display: none;
	}
	
	.our-shows-list li,
	.event-listings li,
	.tribe-events-list .type-tribe_events {
		width: 48%;
	}
	
	.team-member-contain {
		width: 49%;
	}
}

@media screen and (max-width: 1000px) {
	.hebe .tp-tab-desc {
		font-size: 0.95em;
	}
}

@media screen and (max-width: 800px) {
	.entry-title {
		font-size: 2.5em;
	}
	
	.entry-content a.presents,
	.entry-content .event-listings li a.presents,
	.presents,
	.home-post-list span {
		font-size: 0.8em;
	}
	
	.hebe .tp-tab-desc {
		display: none;
	}
	
	
	.single .hentry,
	.single #tribe-events-content {
		display: block;
	}
	
	.post-container,
	.post-side,
	.event-contain,
	.event-side-contain {
		width: 100%;
		margin: 0;
		border: 0;
		padding: 0;
	}
	
	.latest {
		display: flex;
		justify-content: space-around;
		list-style: none;
		width: 100%;
		flex-wrap: wrap;
		margin: 0;
	}

	.latest li {
		width: 48%;
		margin-bottom: 1.5em;
	}
}

@media screen and (min-width: 783px) {
	
	.home-link,
	.header-img {
		height: 100%;
	}
	
	.site-header {
		height: 150px;
		-webkit-transition: height 0.3s;
		-moz-transition: height 0.3s;
		-ms-transition: height 0.3s;
		-o-transition: height 0.3s;
		transition: height 0.3s;
		position: fixed;
		padding-bottom: 0;
	}
	
	.site-header:before {
		background: linear-gradient(rgba(0, 0, 0, 0.9), transparent), url('http://www.publicdomainpictures.net/pictures/110000/velka/chalkboard-or-blackboard.jpg');
		background-size: cover;
		background-attachment: fixed;
		position: absolute;
		top: 0;
		left: 0;
		content: ' ';
		width: 100%;
		height: 100%;
		z-index: -1;
	}
	
	.site-header.smaller {
		height: 100px;
	}
	
	.page-id-259 .site-header .primary-navigation,
	.page-id-259 .site-header .search-toggle,
	.page-id-259 .search-container {
		display: none;
	}
	
	
	.site-title {
		/* Search-toggle width = 48px */
		max-width: -webkit-calc(100% - 48px);
		max-width:         calc(100% - 48px);
	}

	.search-toggle {
		margin-right: 0;
	}

	/* Fixed Header */

	.masthead-fixed .site-header {
		position: fixed;
		top: 0;
	}
	
	.site-header {
		width: 100%;
	}
	
	.header-main {
		max-width: 1080px;
		margin: 0 auto;
		display: flex;
		width: 98%;
		padding: 0;
		justify-content: space-between;
		align-items: center;
	}

	.page-id-259 .header-main {
		max-width: 1080px;
		margin: 0 auto;
		display: block;
		width: 98%;
		padding: 0;
		text-align: center;
	}
	
	.admin-bar.masthead-fixed .site-header {
		top: 32px;
	}
	
	.site-main {
		width: 98%;
		margin: 150px auto 0;
		max-width: 1080px;
	}
	
	.single .site-main {
		max-width: calc( 960px + 5% );
	}
	
	.site-main.smaller {
		margin: 100px auto 0;
	}
	
	.page-id-2 .content-area {
		padding: 0;
	}
	
	.content-area {
		padding-top: 24px;
	}

	/* Navigation */

	.site-navigation li .current_page_item > a,
	.site-navigation li .current_page_ancestor > a,
	.site-navigation li .current-menu-item > a,
	.site-navigation li .current-menu-ancestor > a {
		color: #000;
		background: #fff;

	}

	/* Primary Navigation */

	.primary-navigation {
		font-size: 16px;
		text-transform: uppercase;
		padding-top: 0;
		display: inline-block;
	}

	.primary-navigation .menu-toggle {
		display: none;
		padding: 0;
	}

	.primary-navigation .nav-menu {
		border-bottom: 0;
		display: block;
	}

	.primary-navigation.toggled-on {
		border-bottom: 0;
		margin: 0;
		padding: 0;
	}

	.primary-navigation li {
		border: 0;
		display: inline-block;
		line-height: 30px;
		position: relative;
	}

	.primary-navigation a {
		display: inline-block;
		padding: 0 12px;
		white-space: nowrap;
		border-bottom: solid transparent 3px;
	}

	.primary-navigation ul ul {
		background-color: #992a75;
		float: left;
		margin: 0;
		position: absolute;
		top: 33px;
		left: -999em;
		z-index: 99999;
	}

	.primary-navigation li li {
		border: 0;
		display: block;
		height: auto;
		line-height: 1.0909090909;
	}

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

	.primary-navigation ul ul a {
		padding: 10px 5px;
		white-space: normal;
		width: 176px;
		color: #fff;
	}

	.primary-navigation li:hover > a,
	.primary-navigation li.focus > a {
		border-bottom: solid #fff 3px;
		color: #fff;
		background: #000;
	}


	.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%;
	}

	.primary-navigation .menu-item-has-children > a,
	.primary-navigation .page_item_has_children > a {
		padding-right: 26px;
	}

	.primary-navigation .menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children > a:after {
		-webkit-font-smoothing: antialiased;
		content: "\f502";
		display: inline-block;
		font: normal 8px/1 Genericons;
		position: absolute;
		right: 12px;
		top: 22px;
		vertical-align: text-bottom;
	}

	.primary-navigation li .menu-item-has-children > a,
	.primary-navigation li .page_item_has_children > a {
		padding-right: 20px;
		width: 168px;
	}

	.primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
	.primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
	.primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
	.primary-navigation .page_item_has_children li.page_item_has_children > a:after {
		content: "\f501";
		right: 8px;
		top: 20px;
	}
}





/**
 * 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,
	.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;
	}

	.header-main {
		padding: 48px 10px;
	}

	.site-title {
		float: none;
		font-size: 19pt;
	}

	.content-area {
		padding-top: 0;
	}

	.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;
	}

	.entry-meta .tag-links a {
		color: #fff;
	}

	.singular .site-content .hentry.has-post-thumbnail {
		margin-top: 0;
	}

	.archive-title,
	.page-title {
		margin: 0 10px 48px;
	}

}