/*!
Theme Name: SISSY
Theme URI: http://thoughtandfound.co/
Author: Thought & Found
Author URI: http://thoughtandfound.co/
Version: 1.0.0
Text Domain: sissy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
/*--------------------------------------------------------------
## IE
--------------------------------------------------------------*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .column-list {
		width: 100vw!important;
		padding-right: 50px!important;
		position: relative!important;
		overflow-y: auto!important;
		height: auto!important;
	}

	body.home aside.sidebar, body.home .f-strip, body.home .strip-bg {
		display: none!important;
	}
}
/*--------------------------------------------------------------
## STYLING
--------------------------------------------------------------*/
@media screen and (min-width: 0) {
/*--------------------------------------------------------------
## GLOBAL
--------------------------------------------------------------*/
body, html, a, p, h1, h2, h3, h4, h5, h6 {
	font-family: 'benton-sans', sans-serif;
	font-size: 12px;
	line-height: 14.5px;
	color: black;
	text-decoration: none;
}

body {
	padding-top: 36px;
}

.site-branding {
	-webkit-animation: MoveUp 4000s linear infinite!important;
	-moz-animation: MoveUp 4000s linear infinite!important;
	-o-animation: MoveUp 4000s linear infinite!important;
	animation: MoveUp 4000s linear infinite!important;
}

@-webkit-keyframes MoveUp {
	0% {
		background-position: center 0%;
	}
	100% {
		background-position: center 100000px;
	}
}

@-moz-keyframes MoveUp {
	0% {
		background-position: center 0%;
	}
	100% {
		background-position: center 100000px;
	}
}

@-o-keyframes MoveUp {
	0% {
		background-position: center 0%;
	}
	100% {
		background-position: center 100000px;
	}
}

@keyframes MoveUp {
	0% {
		background-position: center 0%;
	}
	100% {
		background-position: center 100000px;
	}
}

span.next-l {
  height: .1px;
  width: .1px;
  overflow: hidden;
  opacity: 0;
  position: absolute;
}


/*--------------------------------------------------------------
## CURSOR GLOBALS
--------------------------------------------------------------*/
span.subscribe:hover, .top:hover {
	cursor: pointer;
	text-decoration: underline;
}

/*--------------------------------------------------------------
## INVISBLE PROJECT
--------------------------------------------------------------*/
body.postid-1598 .Full {
    border-top: 1px solid;
    padding-top: 10px;
}
body.postid-1598 .Full span.i_caption {
    margin-bottom: 3px;
}

/*--------------------------------------------------------------
## ARE YOU STILL WATCHING
--------------------------------------------------------------*/
article#post-3214 {
	/* background: #c82cef;
	background: -moz-linear-gradient(top, #c82cef 0%, #4614ed 70%);
	background: -webkit-linear-gradient(top, #c82cef 0%,#4614ed 70%);
	background: linear-gradient(to bottom, #c82cef 0%,#4614ed 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fabfd1', endColorstr='#00ff00',GradientType=0 ); */
	background: black;
}

article#post-3214 p {
	color: #f994b2;
}

body.postid-3214 > #page > .short-title {
	background: #fabfd1;
  background: -moz-linear-gradient(left, #fabfd1 0%, #00ff00 70%);
  background: -webkit-linear-gradient(left, #fabfd1 0%,#00ff00 70%);
  background: linear-gradient(to right, #fabfd1 0%,#00ff00 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fabfd1', endColorstr='#00ff00',GradientType=0 );
}

body.postid-3214 > #page > #content > a.sp > .strip-single {
	background: #fabfd1;
    background: -moz-linear-gradient(top, #fabfd1 0%, #00ff00 70%);
    background: -webkit-linear-gradient(top, #fabfd1 0%,#00ff00 70%);
    background: linear-gradient(to bottom, #fabfd1 0%,#00ff00 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fabfd1', endColorstr='#00ff00',GradientType=0 );
}

article#post-3214 a.btn {
	font-family: 'benton-sans-wide', sans-serif;
	font-weight: normal;
	color: black;
	margin: 0;
	display: block;
	width: calc(100% - 5px);
	text-align: center;
	font-size: 30px;
	overflow-wrap: break-word;
	white-space: normal;
	line-height: 30px;
	background: linear-gradient(270deg, #fabfd1, #00ff00);
	background-size: 600% 600%;
	-webkit-animation: btnGradient 5s ease infinite;
	-moz-animation: btnGradient 5s ease infinite;
	animation: btnGradient 5s ease infinite;
	border: 4px double black;
	padding: 10px 10px 5px 10px;
	margin-bottom: 60px;
}

article#post-3214 a.btn:hover {
	background: transparent;
	color: #00ff00;
	border-color: #00ff00;
}

h1.vis-quote.big {
  font-size: 36px;
  line-height: 36px;
	font-weight: normal;
}

h1.vis-quote.seperator {
  border-bottom: 1px solid;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: 'benton-sans-wide', sans-serif;
  font-weight: normal;
  margin-top: 50px;
  /* margin-bottom: -15px; */
}

h1.vis-quote.seperator.p-btm {
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
## TRANSITIONS
--------------------------------------------------------------*/
.l-title, aside.sidebar, .strip-bg, .strip-single {
	cursor: pointer;
}

.tran-text {
	color: white!important;
}

.tran-stroke {
	color: black;
	text-shadow: -.5px -.5px 0 #fff, .5px -.5px 0 #fff, -.5px .5px 0 #fff, .5px .5px 0 #fff;
}

.sf-tran-stroke {
	color: black;
	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}


.tran-background {
	background: black!important;
	border-bottom: 1px solid white!important;
}

.tran-top {
	border-top: 1px solid white!important;
}

.tran-white-background {
	background: white!important;
}

.front {
	z-index: 5;
}

/*--------------------------------------------------------------
## CATEGORY COLOURS
--------------------------------------------------------------*/
.strip-bg, .strip-single {
	border-right: 1px solid black;
}

.sp.strip-bg, .sp.strip-single {
	border-right: none;
}

body.page-template-template-studio aside.sidebar {
	background: white;
}

.short-title {
	height: auto;
	/* border-bottom: 1px solid black;
	margin-top: -1px; */
}

.category-event .list-block, .event .short-title, article.category-event .short-title, .event aside.sidebar {
	background: #b4abd3; /* Old browsers */
	background: -moz-linear-gradient(top, #b4abd3 0%, #e5e5e5 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b4abd3 0%,#e5e5e5 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #b4abd3 0%,#e5e5e5 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4abd3', endColorstr='#e5e5e5',GradientType=0 );
}

article.category-event .strip-single, .category-event .strip-single, .category-event .strip-bg, .event .strip-single, .event .strip-bg {
	background: #b4abd3; /* Old browsers */
	background: -moz-linear-gradient(top, #b4abd3 0%, #e5e5e5 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b4abd3 0%,#e5e5e5 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b4abd3 0%,#e5e5e5 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4abd3', endColorstr='#e5e5e5',GradientType=0 );
}

.category-merch .list-block, .merch .short-title, article.category-merch .short-title, .merch aside.sidebar {
	background: #f0404a; /* Old browsers */
	background: -moz-linear-gradient(left, #f0404a 0%, #e5e5e5 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f0404a 0%,#e5e5e5 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f0404a 0%,#e5e5e5 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0404a', endColorstr='#e5e5e5',GradientType=0 );
}

article.category-merch .strip-single, .category-merch .strip-single, .category-merch .strip-bg, .merch .strip-single, .merch .strip-bg {
	background: #f0404a; /* Old browsers */
	background: -moz-linear-gradient(top, #f0404a 0%, #e5e5e5 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f0404a 0%,#e5e5e5 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f0404a 0%,#e5e5e5 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0404a', endColorstr='#e5e5e5',GradientType=0 );
}

.category-photography .list-block, .photography .short-title, article.category-photography .short-title, .photography aside.sidebar {
	background: #32b88c; /* Old browsers */
	background: -moz-linear-gradient(left, #32b88c 0%, #e5e5e5 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #32b88c 0%,#e5e5e5 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #32b88c 0%,#e5e5e5 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32b88c', endColorstr='#e5e5e5',GradientType=0 );
}

article.category-photography .strip-single, .category-photography .strip-single, .category-photography .strip-bg, .photography .strip-single, .photography .strip-bg {
	background: #32b88c; /* Old browsers */
	background: -moz-linear-gradient(top, #32b88c 0%, #e5e5e5 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #32b88c 0%,#e5e5e5 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #32b88c 0%,#e5e5e5 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32b88c', endColorstr='#e5e5e5',GradientType=0 );
}

.category-article .list-block, .article .short-title, article.category-article .short-title, .article aside.sidebar {
	background: #78abdb; /* Old browsers */
	background: -moz-linear-gradient(left, #78abdb 0%, #e5e5e5 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #78abdb 0%,#e5e5e5 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #78abdb 0%,#e5e5e5 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78abdb', endColorstr='#e5e5e5',GradientType=0 );
}

article.category-article .strip-single, .category-article .strip-single, .category-article .strip-bg, .article .strip-single , .article .strip-bg {
	background: #78abdb; /* Old browsers */
	background: -moz-linear-gradient(top, #78abdb 0%, #e5e5e5 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #78abdb 0%,#e5e5e5 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #78abdb 0%,#e5e5e5 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78abdb', endColorstr='#e5e5e5',GradientType=0 );
}

.category-interview .list-block, .interview .short-title, article.category-interview .short-title, .interview aside.sidebar {
	background: #f5d985;
	background: -moz-linear-gradient(left, #f5d985 0%, #e5e5e5 70%);
	background: -webkit-linear-gradient(left, #f5d985 0%,#e5e5e5 70%);
	background: linear-gradient(to right, #f5d985 0%,#e5e5e5 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d985', endColorstr='#e5e5e5',GradientType=0 );
}

article.category-interview .strip-single, .category-interview .strip-single, .category-interview .strip-bg, .interview .strip-single, .interview .strip-bg {
	background: #f5d985;
	background: -moz-linear-gradient(top, #f5d985 0%, #e5e5e5 70%);
	background: -webkit-linear-gradient(top, #f5d985 0%,#e5e5e5 70%);
	background: linear-gradient(to bottom, #f5d985 0%,#e5e5e5 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d985', endColorstr='#e5e5e5',GradientType=0 );
}

.category-review .list-block, .review .short-title, article.category-review .short-title, .review aside.sidebar {
	background: #3d4fc7; /* Old browsers */
	background: -moz-linear-gradient(left, #3d4fc7 0%, #e5e5e5 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #3d4fc7 0%,#e5e5e5 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #3d4fc7 0%,#e5e5e5 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4fc7', endColorstr='#e5e5e5',GradientType=0 );
}

article.category-review .strip-single, .category-review .strip-single, .category-review .strip-bg, .review .strip-single, .review .strip-bg {
	background: #3d4fc7; /* Old browsers */
	background: -moz-linear-gradient(top, #3d4fc7 0%, #e5e5e5 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3d4fc7 0%,#e5e5e5 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3d4fc7 0%,#e5e5e5 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4fc7', endColorstr='#e5e5e5',GradientType=0 );
}

.category-video .list-block, .video .short-title, article.category-video .short-title, .video aside.sidebar {
	background: #fabfd1; /* Old browsers */
	background: -moz-linear-gradient(left, #fabfd1 0%, #e5e5e5 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #fabfd1 0%,#e5e5e5 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fabfd1 0%,#e5e5e5 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fabfd1', endColorstr='#e5e5e5',GradientType=0 );
}

article.category-video .strip-single, .category-video .strip-single, .category-video .strip-bg, .video .strip-single, .video .strip-bg {
	background: #fabfd1; /* Old browsers */
	background: -moz-linear-gradient(top, #fabfd1 0%, #e5e5e5 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fabfd1 0%,#e5e5e5 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fabfd1 0%,#e5e5e5 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fabfd1', endColorstr='#e5e5e5',GradientType=0 );
}

.category-film-club .list-block, .film-club .short-title, article.category-film-club .short-title, .film-club aside.sidebar {
	background: #f5d985; /* Old browsers */
	background: -moz-linear-gradient(left, #f5d985 0%, #e5e5e5 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f5d985 0%,#e5e5e5 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f5d985 0%,#e5e5e5 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d985', endColorstr='#e5e5e5',GradientType=0 );
}

article.category-film-club .strip-single, .category-film-club .strip-single, .category-film-club .strip-bg, .film-club .strip-single, .film-club .strip-bg {
	background: #f5d985; /* Old browsers */
	background: -moz-linear-gradient(top, #f5d985 0%, #e5e5e5 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f5d985 0%,#e5e5e5 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f5d985 0%,#e5e5e5 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d985', endColorstr='#e5e5e5',GradientType=0 );
}

.category-photography .list-block, .photography .short-title, .photography aside.sidebar,
.category-article .list-block, .article .short-title, .article aside.sidebar,
.category-interview .list-block, .interview .short-title, .interview aside.sidebar,
.category-review .list-block, .review .short-title, .review aside.sidebar,
.category-video .list-block, .video .short-title, .video aside.sidebar,
.category-event .list-block, .event .short-title, .event aside.sidebar,
.category-merch .list-block, .merch .short-title, .merch aside.sidebar,
.category-film-club .list-block, .film-club .short-title, .film-club aside.sidebar {
	background-size: 140% 100%;
}

.hover-GradientLeftRight {
	-webkit-animation: GradientLeftRight 2s ease infinite;
	-moz-animation: GradientLeftRight 2s ease infinite;
	animation: GradientLeftRight 2s ease infinite;
}

@-webkit-keyframes GradientLeftRight {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes GradientLeftRight {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes GradientLeftRight {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.category-photography .strip-bg, .photography .strip-bg, .category-article .strip-bg, .article .strip-bg,
.category-interview .strip-bg, .interview .strip-bg, .category-review .strip-bg, .review .strip-bg,
.category-video .strip-bg, .video .strip-bg, .category-event .strip-bg, .event .strip-bg,
.category-merch .strip-bg, .merch .strip-bg, .category-film-club .strip-bg, .film-club .strip-bg {
	background-size: 200% 140%;
}

.category-photography .strip-single, .photography .strip-single, .category-article .strip-single, .article .strip-single,
.category-interview .strip-single, .interview .strip-single, .category-review .strip-single, .review .strip-single,
.category-video .strip-single, .video .strip-single, .category-event .strip-single, .event .strip-single,
.category-merch .strip-single, .merch .strip-single, .category-film-club .strip-single, .film-club .strip-single {
	background-size: 200% 140%;
}

.hover-GradientTopBottom {
	-webkit-animation: GradientTopBottom 2s ease infinite;
	-moz-animation: GradientTopBottom 2s ease infinite;
	animation: GradientTopBottom 2s ease infinite;
}

@-webkit-keyframes GradientTopBottom {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}
@-moz-keyframes GradientTopBottom {
	0%{background-position:50% 0%}
	50%{background-position:50% 100%}
	100%{background-position:50% 0%}
}
@keyframes GradientTopBottom {
	0%{background-position:50% 0%}
	50%{background-position:50% 100%}
	100%{background-position:50% 0%}
}

.slidesh.strip-bg {
	top: 77px;
  width: 110px;
  height: 100vh;
  /* border-right: 1px solid white; */
  background: black;
}
/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
.desktop-menu {
	display: none;
}

.m-toggle {
  font-family: 'benton-sans-wide', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
	letter-spacing: -.5px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 5px 10px 5px 54px;
	border-bottom: 1px solid black;
	background: #f1f0f0;
	height: 36px;
	z-index: 15;
	transition: all ease 500ms;
}

.inver {
	background: black;
}

.rota {
	transform: rotate(360deg);
}

.m-toggle img {
	position: fixed;
	top: 0;
	left: 11px;
	height: 36px;
	width: 36px;
	transition: all ease 500ms;
}

img.invert {
  z-index: 0;
}

img.solid {
  z-index: 1;
}

.m-m-Wrap li, .m-m-Wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.m-m-Wrap li, .filler {
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid black;
  height: 36px;
}

.m-m-Wrap li a, .m-m-Wrap li, .m-m-Wrap li span.subscribe {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'benton-sans-wide', sans-serif;
  font-size: 30px;
  line-height: 30px;
	letter-spacing: -.5px;
}

.parent-item:hover, .parent-item-about:hover {
	cursor: pointer;
	font-style: italic;
}

.em.c-strip .blank-c-strip {
  border-bottom: none;
}

ul.sub-menu, .sub-menu {
	display: none;
}

ul.mob-ico {
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid black;
	height: 36px;
}

ul.mob-ico img, .c-strip img.socio {
  height: 25px;
  margin-right: 10px;
}

.blank {
	height: 36px;
	border-bottom: 1px solid black;
}

.m-m-fix {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	padding-top: 36px;
	overflow-y: scroll;
	background: white;
	z-index: 14;
	display: none;
}

.cat-hash, .cat-col {
	padding: 5px 10px 3px 9px;
	float: left;
	text-transform: uppercase;
	font-family: 'benton-sans-wide', sans-serif;
	font-size: 9px;
}

.cat-hash {
	width: 25%;
}

.cat-col {
	width: 75%;
}

.auth-hash {
	padding: 5px 10px 3px 10px;
	text-transform: uppercase;
	font-family: 'benton-sans-wide', sans-serif;
	font-size: 9px;
}

.author_Wrap {
  border-top: 1px solid black;
}

.cat_Wrap {
	clear: both;
	overflow: hidden;
}

.cap_Wrap {
  clear: both;
  overflow: hidden;
	border-top: 1px solid black;
  border-bottom: 1px solid black;
	background: #e6e6e6;
	margin-top: -1px;
}

.prev_Wrap {
	display: none;
}

.site-branding {
	display: none;
}
/*--------------------------------------------------------------
## HOME
--------------------------------------------------------------*/
.cat, .cat ul, .cat li, .cat li a {
  margin: 0;
  padding: 0;
  list-style: none;
	text-transform: uppercase;
	font-family: 'benton-sans-wide', sans-serif;
	font-size: 9px;
	text-decoration: none;
}

.cat {
	width: 25%;
}

.l-title {
	width: 75%;
	text-transform: uppercase;
  font-family: 'benton-sans-wide', sans-serif;
  font-size: 30px;
  line-height: 30px;
	letter-spacing: -.5px;
}

.cat, .l-title {
	float: left;
}

.l-title a {
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'benton-sans-wide', sans-serif;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -.5px;
}

.list-block {
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid black;
	padding: 5px 10px 0px 10px;
}

.mobile-strip img {
	display: block;
	width: 100%;
	max-width: none;
}

.mobile-strip {
	border-bottom: 1px solid black;
}

.l-b-wrap:last-child > .mobile-strip {
  border-bottom: none;
}

.column-snippet {
	display: none;
}

.cat {
	display: none;
}

.column-list > .l-b-wrap:last-child > .post > .mobile-strip {
  border-bottom: none;
}
/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
body.single-post footer {
	display: none;
}

footer {
	border-top: 1px solid black;
	background: #e6e6e6;
}

footer, footer a, .f-sec a {
	text-transform: uppercase;
	font-family: 'benton-sans-wide', sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: black;
}

.f-sec {
	padding: 5px 10px 3px 10px;
	border-bottom: 1px solid black;
	display: none;
}

.f-sec.credit, .f-sec.policy {
	display: block;
}

.f-sec.policy {
	border-bottom: 1px solid;
}

.f-sec:last-child {
	border-bottom: none;
}

.next-trigger {
	display: none;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	width: 100%;
  padding: 10px 10px 4px 10px;
  position: fixed;
  bottom: 0;
  background: #e6e6e6;
  z-index: 11;
	opacity: 1;
	height: auto;
	text-transform: uppercase;
  font-family: 'benton-sans-wide', sans-serif;
  font-size: 30px;
  line-height: 30px;
	letter-spacing: -.5px;
  font-weight: normal;
}
/*--------------------------------------------------------------
## DEFAULT PAGE
--------------------------------------------------------------*/
article.page {
  padding: 0 10px 10px 10px;
}

article.page p {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
## MULTI-FEATURE TEMPLATE
--------------------------------------------------------------*/
.slideshow-Wrap {
	display: none;
	height: 0;
	width: 0;
}

.short-title h1 {
	text-transform: uppercase;
	font-family: 'benton-sans-wide', sans-serif;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -.5px;
	font-weight: normal;
	margin: 0;
	padding: 10px 10px 4px 10px;
	border-bottom: 1px solid black;
}

article.post-template-default .secondary-image {
	display: block;
}

img.feat-image {
  display: block;
  width: 100%;
  max-width: none;
}

.column.text.desktop {
	display: none;
}

.text-wrap p {
  margin-bottom: 0;
}

.text-wrap, .text-list {
  padding: 0px 10px 10px 10px;
}

span.upper {
	text-transform: uppercase;
}

blockquote {
	margin: 0;
}

.text-wrap span.upper {
	color: white;
	text-transform: uppercase;
  font-family: 'benton-sans-wide', sans-serif;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -.5px;
  font-weight: normal;
}

body.post-template.merch .text-wrap span.upper,
body.post-template.merch p.byline, body.post-template.merch blockquote p, body.post-template.merch .author-block, body.post-template.merch .author-block a, body.post-template.merch .text-wrap p a, body.post-template.merch .text-wrap .subhead,
body.post-template.merch h1.vis-quote {
 color: #f0404a;
}

article.category-merch .text-wrap span.upper,
article.category-merch p.byline,
article.category-merch blockquote p, article.category-merch .author-block,
article.category-merch .author-block a, article.category-merch .text-wrap p a,
article.category-merch .text-wrap .subhead,
article.category-merch h1.vis-quote,
article.category-merch .text-wrap span.upper {
color: #f0404a!important;
}

.article .text-wrap span.upper, .article p.byline,
.article blockquote p, .article .author-block,
.article .author-block a, .article .text-wrap p a,
.article .text-wrap .subhead,
.article h1.vis-quote {
 color: #78abdb;
}

article.category-article .text-wrap span.upper,
article.category-article p.byline,
article.category-article blockquote p,
article.category-article .author-block,
article.category-article .author-block a,
article.category-article .text-wrap p a,
article.category-article .text-wrap .subhead,
article.category-article h1.vis-quote {
 color: #78abdb!important;
}

.interview .text-wrap span.upper, .interview p.byline,
.interview blockquote p, .interview .author-block,
.interview .author-block a, .interview .text-wrap p a,
.interview .text-wrap .subhead,
.interview h1.vis-quote {
 color: black;
}

article.category-interview .text-wrap span.upper,
article.category-interview p.byline,
article.category-interview blockquote p, article.category-interview .author-block,
article.category-interview .author-block a, article.category-interview .text-wrap p a,
article.category-interview .text-wrap .subhead,
article.category-interview h1.vis-quote {
  color: black!important;
}

.review .text-wrap span.upper, .review p.byline,
.review blockquote p, .review .author-block,
.review .author-block a, .review .text-wrap p a,
.review .text-wrap .subhead,
.review h1.vis-quote {
 color: #3d4fc7;
}

article.category-review .text-wrap span.upper,
article.category-review p.byline,
article.category-review blockquote p, article.category-review .author-block,
article.category-review .author-block a, article.category-review .text-wrap p a,
article.category-review .text-wrap .subhead,
article.category-review h1.vis-quote {
 color: #3d4fc7!important;
}

.video .text-wrap span.upper, .video p.byline,
.video blockquote p, .video .author-block, .video .author-block a,
.video .text-wrap p a, .video .text-wrap .subhead,
.video h1.vis-quote {
 color: #f994b2;
}

article.category-video .text-wrap span.upper,
article.category-video p.byline,
article.category-video blockquote p, article.category-video .author-block,
article.category-video .author-block a, article.category-video .text-wrap p a,
article.category-video .text-wrap .subhead,
article.category-video h1.vis-quote {
	color: #f994b2!important;
}

.photography .text-wrap span.upper, .photography p.byline,
.photography blockquote p, .photography .author-block, .photography .author-block a,
.photography .text-wrap p a, .photography .text-wrap .subhead,
.photography h1.vis-quote {
 color: #32b88c;
}

article.category-photography .text-wrap span.upper,
article.category-photography p.byline,
article.category-photography blockquote p, article.category-photography .author-block,
article.category-photography .author-block a, article.category-photography .text-wrap p a,
article.category-photography .text-wrap .subhead,
article.category-photography h1.vis-quote {
	color: #32b88c!important;
}

blockquote p {
	font-size: 15px;
  line-height: 19px;
  margin-bottom: 19px;
	margin-top: 10px;
	font-weight: bold;
}

.text-wrap .subhead {
  font-size: 15px;
  line-height: 19px;
  font-weight: bold;
margin-bottom: 0;
}

body.page-template-template-studio blockquote p {
    font-size: 20px;
    line-height: 26px;
    margin: 0!important;
    padding: 0;
	font-weight: normal;
}

p.byline {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
}

.author-block {
	font-weight: bold;
  margin-top: 20px;
}

.image-container.mobile {
  padding: 0 10px;
}

.image-container img {
  display: block;
  width: 100%;
  max-width: none;
  margin-bottom: 10px;
}

.image-container video {
  display: block;
  max-width: none;
  margin-bottom: 10px;
	width: 100%;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
	margin-bottom: 10px;
}

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

a.sp-strip {
  display: block;
  width: 100%;
}

.strip, .strip a, a.sp-strip {
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'benton-sans-wide', sans-serif;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -.5px;
}

.strip, a.sp-strip {
	height: 36px;
	border-top: 1px solid black;
	padding: 5px 10px 0px 10px;
}

.f-strip, .strip-bg {
	display: none;
}

aside.sidebar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}

body.single-post aside.sidebar {
	position: absolute;
}

body.single-post article {
	position: relative;
}

body.single-post #content {
	position: relative;
}

body.single-post .strip-single {
	position: absolute;
	height: 100%;
	right: 0!important;
}

/* body.single-post article .strip-single,
body.single-post #content .strip-single {
	right: 0;
} */

body.single-post .prev.sp.strip-single {
  right: 36px!important;
}

body.single-post .next.sp.strip-single {
  right: 73px!important;
}

body.single-post article aside.sidebar,
body.single-post #content aside.sidebar {
	position: absolute;
  top: 95px;
  right: -74px;
	z-index: 9;
	display: none;
}

body.single-post #content aside.sidebar {
	top: 27px;
	/* top: 0; */
}

body.single-post #content .strip-single {
	top: -75px;
	height: calc(100% + 75px);
}

body.single-post, body.page-template-template-studio {
  margin-bottom: 108px;
}

span.i_caption {
  margin-bottom: 10px;
  display: block;
  padding: 0 10px;
	font-style: italic;
	font-size: 8px;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
## INTERVIEW-FEATURE TEMPLATE
--------------------------------------------------------------*/
.qa-blocks {
  padding: 10px;
	clear: both;
	overflow: hidden;
}

.ques-wrap > div, .answ-wrap > div {
  float: left;
}

.ques-wrap {
	margin-bottom: 10px;
}

.ques-wrap, .answ-wrap {
  clear: both;
	overflow: hidden;
}

.no, .ini {
  width: 25%;
}

.question, .answer {
  width: 75%;
}

.block-wrap {
  padding: 7px 10px;
}

.block-wrap h1 {
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  margin: 0;
	padding-left: 25%;
}

.qa-Wrap > div:nth-child(2n - 1) {
  background: #f5d985;
}

.qa-Wrap {
	clear: both;
	overflow: hidden;
}

/*--------------------------------------------------------------
## EVENTS TEMPLATE
--------------------------------------------------------------*/
.event-image img {
  display: block;
  width: 100%;
  max-width: none;
	margin: 0;
}

.e-title h1 {
	font-family: 'benton-sans-wide', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -.5px;
	font-weight: normal;
	margin: 0;
}

.e-tab, .e-time {
  text-transform: uppercase;
}

.event-details {
	border-top: 1px solid black;
}

.e-title, .e-where, .e-time {
  padding: 10px;
}

.e-where, .e-time, .e-links {
	border-top: 1px solid black;
}

.e.u.cap_Wrap .cat_Wrap, .e.cap_Wrap .cat_Wrap {
	border-bottom: 1px solid black;
}

.row > .events {
	border-bottom: 1px solid black;
}

.row > .events:last-child {
	border-bottom: none;
}

.e-links a {
	font-family: 'benton-sans-wide', sans-serif;
	text-transform: uppercase;
	font-size: 9px;
	display: block;
	margin: 0;
	padding: 10px;
}

.e-links a:nth-child(2) {
	border-top: 1px solid black;
}

.e-where, .e-time {
	clear: both;
	overflow: hidden;
}

.e-tab {
  width: 20%;
	float: left;
}

.e-col {
	width: 80%;
	float: left;
}

.e.u.cap_Wrap {
	border: none;
}

.e.cap_Wrap {
	border-bottom: none;
	border-top: 1px solid black;
}
/*--------------------------------------------------------------
## CONTACT TEMPLATE
--------------------------------------------------------------*/
.contact-block {
	margin-top: 36px;
}

.contact-block .cap_Wrap {
	border-top: 1px solid black;
}

.spacer {
	text-transform: uppercase;
  font-family: 'benton-sans-wide', sans-serif;
  font-size: 9px;
	display: none;
}

.c-link.desktop {
	display: none;
}

.c-link, .c-link a {
	font-family: 'benton-sans-wide', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -.5px;
	display: block;
	margin: 0;
}

.c-strip, .blank-c-strip{
	height: 36px;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid black;
	/* background: #e5e5e5; */
}

.c-strip.enquiries {
  min-height: 36px;
  height: auto;
  padding-bottom: 0px;
}

.socials {
	border-top: 1px solid black;
}

.news.c-strip {
  border: none;
}

.add-strips > .blank-c-strip:last-child {
	border-bottom: none;
}

.contact-block > .blank-c-strip:last-child {
	border-bottom: none;
}
/*--------------------------------------------------------------
## MANIFESTO TEMPLATE
--------------------------------------------------------------*/
span.t-name, span.t-title {
  font-weight: bold;
}

.column.text.team .text-wrap {
	font-size: 20px;
	line-height: 26px;
	margin: 0;
	padding: 10px 10px 30px 10px;
}

.team-text {
  padding: 0 10px;
}

.Third.team {
  margin-bottom: 10px;
}

.cap_Wrap.static {
  position: relative;
  top: auto;
	border-top: 1px solid black;
}

img.logo {
   height: 100px;
   margin-right: 30px;
	display: block;
	width: auto;
	max-width: none;
}

.logo-wrap {
   padding-left: 5px;
}

.sup-stat {
  text-transform: uppercase;
  font-family: 'benton-sans-wide', sans-serif;
	font-size: 9px;
  line-height: 11px;
	margin-bottom: 10px;
}

.p-logo-wrap {
	padding: 10px 12px 10px 12px;
	margin: 0;
	border-top: 1px solid black;
	background: #e6e6e6;
}

.p-logo-wrap img.logo {
   height: 80px;
	max-width: none;
	width: auto;
	display: inline-block;
}
/*--------------------------------------------------------------
## MERCHANDISE TEMPLATE
--------------------------------------------------------------*/
.column.text.merchandise .text-wrap {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
}

span.t-name {
	text-transform: uppercase;
}

a.item-link {
	font-family: 'benton-sans-wide', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -.5px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px 5px 0;
	margin-top: -5px;
	text-align: center;
	display: block;
}

body.page-template-template-merchandise span.t-name, body.page-template-template-merchandise span.t-title {
	float: left;
	width: 50%;
}

body.page-template-template-merchandise span.t-title {
	text-align: right;
}

body.page-template-template-merchandise .image-container img {
	margin-bottom: 0;
}

body.page-template-template-merchandise .team-text {
	padding: 10px 10px 0;
	clear: both;
	overflow: hidden;
}

body.page-template-template-merchandise .column.text {
	position: relative;
}

body.page-template-template-merchandise .team {
	margin: 0;
}

.image-container > div:last-child > div > a.item-link {
	border-bottom: none;
}

/*--------------------------------------------------------------
## NEWSLETTER POP UP
--------------------------------------------------------------*/
.newsletter-popup {
  position: fixed;
  z-index: 10;
	top: 36px;
	left: 0;
	right: 0;
	background: white;
	display: none;
}

.newsletter-popup .cap_Wrap {
  border: none;
}

input[type="text"], input[type="email"], input[type="url"],
input[type="password"], input[type="search"], input[type="number"],
input[type="tel"], input[type="range"], input[type="date"], input[type="month"],
input[type="week"], input[type="time"], input[type="datetime"],
input[type="datetime-local"], input[type="color"], textarea, button, input[type="button"],
input[type="reset"], input[type="submit"] {
  color: black;
  border: none;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-radius: 0;
  padding: 5px 10px 5px 10px;
  width: 100%;
	font-family: 'benton-sans-wide', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	height: 36px;
	letter-spacing: -.5px;
	text-align: left;
	background: white;
	outline: none;
}

input[type="submit"]:hover {
	background: black;
	color: white;
}

input#mc-embedded-subscribe {
  border-top: none;
}

#mc_embed_signup div.mce_inline_error {
  margin: 0!important;
  padding: 5px 10px;
  background-color: red!important;
  z-index: 1;
  color: black!important;
	font-weight: normal!important;
	text-transform: uppercase;
  font-family: 'benton-sans-wide', sans-serif;
  font-size: 9px;
	border-bottom: 1px solid black;
}
/*--------------------------------------------------------------
## POP-UP
--------------------------------------------------------------*/
.pop-Wrap, .single-pop-Wrap {
	display: none;
}

.pop-Wrap, .single-pop-Wrap {
	width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  background: black;
	display: none;
}

.p-img-wrap {
	width: 100%;
	margin: auto;
	display: none;
	border-bottom: 1px solid white;
}

.p-img-wrap.mobile {
	display: block;
}

.p-img-wrap.desktop {
	display: none;
}

.pop-up {
	margin: auto;
}

.p-link {
	padding: 5px 10px 0px 10px;
	text-align: center;
}

.p-close {
	cursor: pointer;
	padding: 6px 10px 3px 10px;
	text-align: center;
}

.p-close, .p-link, .p-link a{
	color: white;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'benton-sans-wide', sans-serif;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -.5px;
}

.p-cont-wrap, .pop-up p, .pop-up p a {
	color: white;
	text-transform: uppercase;
	font-family: 'benton-sans-wide', sans-serif;
  font-size: 13px;
  line-height: 15px;
	text-align: center;
	margin: 0;
}

.p-close {
	border-bottom: 1px solid white;
	font-size: 9px;
	line-height: 9px;
}

.p-link {
	border-top: 1px solid white;
}

.p-link a, a.tab {
	display: block;
}

a.tab {
	padding: 5px 10px 0px 10px;
	font-size: 30px!important;
	line-height: 30px!important;
	border-top: 1px solid black;
	margin: 0;
	display: block;
	color: black;
	text-transform: uppercase;
	font-family: 'benton-sans-wide', sans-serif;
	background: white;
}

.p-cont-wrap ul.mob-ico {
  background: white;
  border: none;
  margin: 0;
}

.p-cont-wrap ul.mob-ico a {
  display: inline-block;
}

.p-cont-wrap ul.mob-ico img {
	height: 25px;
	margin-right: 5px;
	width: auto;
}

.p-cont-wrap p {
  padding: 10px;
}

.pop-up img {
  display: block;
  width: 100%;
  max-width: none;
}

.p-insta {
	text-align: center;
  border-top: 1px solid white;
  padding: 3px 0;
}

.p-insta a, .text-strip {
	text-transform: uppercase;
	font-family: 'benton-sans-wide', sans-serif;
	font-size: 9px;
	color: white;
	text-align: center;
}

.c-link a:hover, .pop-up a:hover, .p-close:hover {
	font-style: italic;
}

.single-pop-Wrap input[type="email"], .single-pop-Wrap input#mc-embedded-subscribe {
  text-align: center;
	height: 42px;
}

.single-pop-Wrap .p-close, .single-pop-Wrap .p-insta, .single-pop-Wrap #mc_embed_signup {
	border: none;
}

/* .text-strip {
	position: absolute;
}

.text-strip.top {
  top: 4px;
}

.text-strip.left {
  transform: rotate(-90deg);
  left: -132px;
  top: 156px;
}

.text-strip.right {
  transform: rotate(90deg);
  right: -132px;
  top: 155px;
}

.text-strip.bottom {
  transform: rotate(180deg);
  bottom: 3px;
} */
/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
section.error-404.not-found {
  padding: 5px;
}

section.error-404.not-found, section.error-404.not-found a {
	font-family: 'benton-sans-wide', sans-serif;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -.5px;
	text-transform: uppercase;
}
/*--------------------------------------------------------------
## MAINTENANCE
--------------------------------------------------------------*/
body.page-template-maintenance {
	background: black;
	padding: 0;
}

body.page-template-maintenance header {
	display: none;
}

body.page-template-maintenance div#content {
  border-bottom: 1px solid white;
}

body.page-template-maintenance .cap_Wrap {
	background: black;
  border-top: 1px solid white;
  border-bottom: none;
  color: white;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
	top: auto;
  width: 100%;
  margin: auto;
}

img.h_logo {
	margin: auto;
  padding: 5px;
  max-height: 45px;
	display: block;
}
/*--------------------------------------------------------------
## VIDEO CATEGORY TEMPLATE
--------------------------------------------------------------*/
body.archive.category-video .feat-video.iframe-container {
  margin-bottom: 0;
}

body.archive.category-video .list-block {
	border-top: 1px solid black;
}

/*--------------------------------------------------------------
## YMAL STRIP
--------------------------------------------------------------*/
.ymal {
	height: auto;
	opacity: 1;
	background: black;
  bottom: 90px;
  z-index: 11;
  overflow: hidden;
	width: 100%;
}

.ymal h1, .ym-rm {
	color: white;
  text-transform: uppercase;
  font-family: 'benton-sans-wide', sans-serif;
  font-size: 30px;
  line-height: 30px;
	font-weight: normal;
  letter-spacing: -.5px;
	margin: 0;
	border-top: 1px solid white;
	padding: 5px 10px 0 5px;
}

.ymal h1 {
	border-top: 1px solid black;
}

.ym-block {
	clear: both;
	overflow: hidden;
	border-top: 1px solid white;
	position: relative;
}

.ym-img {
	height: 258px
}

.ym-excerpt p {
  padding: 0 63px 0 10px;
  margin: 0;
	margin-top: 10px;
	color: white;
	font-family: 'benton-sans-wide', sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.ym-rm {
  margin-top: 10px;
}

/*--------------------------------------------------------------
## BLOCKQUOTE – VISUAL REPEATER
--------------------------------------------------------------*/
h1.vis-quote, h1.vis-quote a {
  font-family: 'benton-sans-wide', sans-serif;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -.5px;
  font-weight: normal;
	margin: 0;
	padding: 0px 10px 5px 10px;
	font-style: italic;
	font-family: 'benton-sans', sans-serif;
	letter-spacing: 0;
	font-size: 24px;
  line-height: 28px;
  font-weight: bold;
	font-style: normal;
}

h1.vis-quote a {
	padding-left: 0;
	padding-right: 0;
}
/*--------------------------------------------------------------
## SUBSCRIBE TEMPLATE
--------------------------------------------------------------*/
.mc-fill {
	height: 36px;
	border-top: 1px solid white;
	color: white;
	padding: 5px 10px 5px 10px;
}

.mc-fill a {
	font-family: 'benton-sans-wide', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -.5px;
	color: white;
}

body.page-template-template-subscribe h1 {
	font-family: 'benton-sans', sans-serif;
  font-size: 12px;
  line-height: 14.5px;
  font-weight: normal;
  margin: 0;
  padding: 10px;
	color: white;
	max-width: 440px;
}

body.page-template-template-subscribe #mc_embed_signup .indicates-required {
  border-bottom: 1px solid black;
	font-family: 'benton-sans-wide', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
  text-align: right;
  margin-right: auto;
  padding: 10px 0;
	display: none;
}

body.page-template-template-subscribe #mc_embed_signup form {
	font-family: 'benton-sans-wide', sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
}

body.page-template-template-subscribe #mc_embed_signup .mc-field-group label,
body.page-template-template-subscribe #mc_embed_signup .button {
  display: block;
  width: 100%;
  padding: 15px 0 5px 0;
  border-radius: 0;
  border: none;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
	height: auto;
}

body.page-template-template-subscribe #mc_embed_signup .mc-field-group input {
	padding: 7px 5px 5px 10px;
	border: none;
	border-radius: 0;
	height: 25px;
  font-size: 11px;
	text-indent: 0;
	line-height: 0;
	text-transform: none;
}

body.page-template-template-subscribe #mc_embed_signup .button {
	padding: 5px 5px 5px 5px;
  background: red;
  color: black;
  height: 72px;
  margin: 20px 10px 0px 10px!important;
  width: calc(100% - 20px);
  font-size: 30px;
  overflow-wrap: break-word;
  white-space: normal;
  line-height: 30px;
	background: linear-gradient(270deg, #32b88c, #fff, #3d4fc7, #000, #fabfd1, #fff, #f0404a, #000);
  background-size: 600% 600%;
	/* box-shadow: 0 0 15px 15px inset white; */
	-webkit-animation: btnGradient 30s ease infinite;
  -moz-animation: btnGradient 30s ease infinite;
  animation: btnGradient 30s ease infinite;
	border: 4px double black;
}

body.page-template-template-subscribe #mc_embed_signup .button:hover {
	background: black;
	color: white;
  border: 4px double white;
}

@-webkit-keyframes btnGradient {
	0%{background-position:0% 50% }
	50%{background-position:100% 50% }
	100%{background-position:0% 50% }
}
@-moz-keyframes btnGradient {
	0%{background-position:0% 50% }
	50%{background-position:100% 50% }
	100%{background-position:0% 50% }
}
@keyframes btnGradient {
    0%{background-position:0% 50% }
    50%{background-position:100% 50% }
    100%{background-position:0% 50% }
}

@keyframes bxShadow {
    0%{box-shadow: 0 0 0 0 inset black;}
    25%{box-shadow: 5px 0 10px 15px inset black;}
		50%{box-shadow: 0 0 15px 15px inset black;}
		50%{box-shadow: 0 10px 10px 15px inset black;}
    100%{box-shadow: 0 0 0 0 inset black;}
}


/* body.page-template-template-subscribe #mc_embed_signup .button:before,
body.page-template-template-subscribe #mc_embed_signup .button:after {
    content: '';
    display: block;
    position: absolute;
    left: 2px;
    right: 2px;
    height: 3px;
}

body.page-template-template-subscribe #mc_embed_signup .button:before {
    top: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: rgba(255,255,255,.6);
    box-shadow: 0 1px 2px 0 rgba(255,255,255,.6);
}

body.page-template-template-subscribe #mc_embed_signup .button:after {
    bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(0,0,0,.15);
    box-shadow: 0 -1px 2px 0 rgba(0,0,0,.15);
} */

body.page-template-template-subscribe #mc_embed_signup .mc-field-group input,
body.page-template-template-subscribe #mc_embed_signup .datefield {
	background: #e6e6e6;
}

body.page-template-template-subscribe #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	font-size: 11px;
	line-height: 11px;
}

body.page-template-template-subscribe input#mc-embedded-subscribe {
  margin: 0!important;
}

body.page-template-template-subscribe #mc_embed_signup .datefield,
body.page-template-template-subscribe #mc_embed_signup .phonefield-us {
  padding: 0;
}

body.page-template-template-subscribe .datefield {
	border-bottom: 1px solid black;
}

body.page-template-template-subscribe .datefield span {
  display: inline-block;
  width: 46%;
}

body.page-template-template-subscribe .datefield input {
	border: none!important;
}

body.page-template-template-subscribe #mc_embed_signup .mc-field-group {
	padding-bottom: 0;
	min-height: auto;
	width: 100%;
	padding: 0 10px;
}

body.page-template-template-subscribe #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	display: block;
	border-radius: 0;
	padding: 10px 10px 6px 10px;
}

body.page-template-template-subscribe #mc_embed_signup #mc-embedded-subscribe-form label {
  color: white;
  /* background: black; */
	margin: 0;
}

body.page-template-template-subscribe div#content {
  clear: both;
  overflow: hidden;
	min-height: calc(100vh - 60px);
}

body.page-template-template-subscribe {
	background: black;
}

body.page-template-template-subscribe div#mc_embed_signup {
  position: relative;
  z-index: 11;
}

img.letters {
	display: none;
}

img.heart {
	width: 320px;
  right: -30px;
  top: calc(100vh - 360px);
	top: 340px;
  position: fixed;
  z-index: 10;
  mix-blend-mode: difference;
  transform: rotate(20deg);
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
}

.mc-f-wrap {
  margin-top: 20px;
	margin-left: 12px;
	position: relative;
	z-index: 10;
  /* padding-top: calc(100vh - 516px); */
}

.mc-f-wrap img:hover {
	opacity: .5;
}

.mc-f-wrap img {
	width: 25px;
	margin-right: 8px;
}
/*--------------------------------------------------------------
## SISSY STUDIO TEMPLATE
--------------------------------------------------------------*/
body.page-template-template-sissy-studio {
	color: #ff3ba4;
	background: black;
}
	
body.page-template-template-sissy-studio .lg-statement {
	background: black;
}

body.page-template-template-sissy-studio footer {
	background: #ff3ba4;
}

body.page-template-template-sissy-studio .site-branding {
	background-image: url("images/Studio.svg");
	background-color: black;
    border-left: 1px solid #ff3ba4;
}

.lg-statement {
  padding: 10px;
  border-bottom: 1px solid;
}

body.page-template-template-sissy-studio .m-toggle {
	background: black;
}

body.page-template-template-sissy-studio .cap_Wrap {
	background: #ff3ba4;
	color: black;
}

body.page-template-template-sissy-studio h1,
body.page-template-template-sissy-studio h1 a,
body.page-template-template-sissy-studio h1 span {
  font-family: 'benton-sans-wide', sans-serif;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -.5px;
  margin: 0;
	font-weight: normal;
	color: #ff3ba4;
}

span.collaborators {
	text-decoration: underline;
	display: inline-block!important;
}

body.page-template-template-sissy-studio p,
body.page-template-template-sissy-studio span,
.project-row {
	font-family: 'benton-sans-wide', sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #ff3ba4;
}

.ss-see-more:hover {
	font-style: italic;
	cursor: pointer;
}

span.ss-upper, .ss-see-more {
	text-transform: uppercase;
}

span.ss-upper {
  margin-top: 10px;
  display: inline-block;
}

img.mob-pr-image {
  display: block;
   border-top: 1px solid #1ac193;
}

.project-row {
	border-top: 1px solid;
}

.ss-pr-col {
	padding: 10px;
}

span.desktop.ss-see-more {
	display: none;
}

span.mob.ss-see-more {
	display: block;
  margin-top: 25px;
}

.ss-see-more {
    border: 1px solid;
    padding: 5px 0 3px 0;
    width: 80px;
    text-align: center;
}
	
a.e-link-block {
    font-family: 'benton-sans-wide', sans-serif;
    font-size: 10px;
    line-height: 12px;
	color: #1ac193;
	border: 1px solid;
    padding: 5px 5px 3px 5px;
}

.pr-img-wrap img, .pr-img-wrap iframe {
	display: inline;
  width: auto;
  margin-right: 10px;
  vertical-align: top;
  height: 220px;
}

.pr-panel-op {
	background: #ff3ba4;
	padding-top: 10px;
	display: none;
}

.ss-pr-images {
  overflow-y: scroll;
  white-space: nowrap;
  font-size: 0;
	margin-left: 10px;
}

.pr-desc {
  padding: 10px;
	color: black;
}

.pink-active {
	background: #ff3ba4;
	color: black;
	border-color: #ff3ba4;
}

.pink-active span, .pink-active h1,
.pr-pink-active span, .pr-pink-active h1 {
	color: black!important;
}

.pr-pink-active {
	background: #ff3ba4;
	color: black;
	border-color: #ff3ba4;
}

.desc-bg-image {
	display: none;
	width: 0;
	height: 0;
}

.ss-pr-slideshow {
	display: none;
	width: 0;
	height: 0;
}

.ss-pr-close, .ss-cr-close {
	position: fixed;
  top: 86px;
  right: 63px;
  border-radius: 50%;
  border: 1px solid #ff3ba4;
  color: #ff3ba4;
  z-index: 20;
  width: 24px;
  height: 21px;
  font-size: 15px;
  font-family: 'benton-sans-wide', sans-serif;
  padding: 3px 3px 3px 3px;
  text-align: center;
	background: black;
	display: none;
	cursor: pointer;
}

.ss-cr-close {
	border: 1px solid black;
  color: black;
  display: block;
  background-color: transparent;
  top: 40px;
  right: 10px;
  height: 16px;
  font-size: 11px;
  padding-top: 1px;
  width: 20px;
}

.ss-collaborators {
	position: fixed;
	left: 0;
	right: 0;
	top: 36px;
	background: #ff3ba4;
	border-top: 1px solid;
	color: black;
	z-index: 10;
	display: none;
}

.head-collab-row {
	border-bottom: 1px solid;
	clear: both;
	overflow: hidden;
}

.collab-row {
  border-bottom: 1px solid;
  padding: 5px 10px;
	clear: both;
	overflow: hidden;
}

.c-r-col {
  width: 50%;
  float: left;
	text-transform: uppercase;
  font-family: 'benton-sans-wide', sans-serif;
  font-size: 9px;
}

.c-r-col a {
  color: black;
	font-family: 'benton-sans-wide', sans-serif;
	font-size: 9px;
}

span.collaborators:hover,
.c-r-col a:hover {
	cursor: pointer;
	font-style: italic;
}
	
.tab-main {
	padding: 10px;
    font-family: 'benton-sans-wide', sans-serif;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -.5px;
    margin: 0;	
	border-bottom: 1px solid #ff3ba4;
	cursor: pointer;
	text-transform: uppercase;
}
	
.tab-content {
	padding: 10px;
	border-bottom: 1px solid #ff3ba4;
	display: none;
}
	
.tab-content p, .tab-content p a {
	font-family: 'benton-sans-wide', sans-serif;
	font-size: 20px!important;
    line-height: 23px!important;
    margin: 0;
	color: #ff3ba4;
}
	
.tab-main:hover {
   color: black;
   background: #ff3ba4;
}
	
/*--------------------------------------------------------------
## EVENTS TEMPLATE
--------------------------------------------------------------*/
body.page-template-template-events {
	color: #1ac193;
	background: black;
}

body.page-template-template-events footer {
	background: #1ac193;
}

body.page-template-template-events .site-branding {
	background-image: url("images/Event.svg");
	background-color: black;
    border-left: 1px solid #1ac193;
}

body.page-template-template-events .m-toggle {
	background: black;
}

body.page-template-template-events .cap_Wrap {
	background: #1ac193;
	color: black;
	border-color: #1ac193!important;
}

body.page-template-template-events h1,
body.page-template-template-events h1 a,
body.page-template-template-events h1 span {
  font-family: 'benton-sans-wide', sans-serif;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -.5px;
  margin: 0;
  font-weight: normal;
  color: #1ac193;
}

body.page-template-template-events p,
body.page-template-template-events span,
body.page-template-template-events .project-row {
	font-family: 'benton-sans-wide', sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #1ac193;
}

body.page-template-template-events .pr-panel-op {
	background: #1ac193;
}

body.page-template-template-events .pink-active {
	background: #1ac193;
	color: black;
	border-color: #1ac193;
}

body.page-template-template-events .pink-active span, 
body.page-template-template-events .pink-active h1,
body.page-template-template-events .pink-active a.e-link-block,
body.page-template-template-events .pr-pink-active span, 
body.page-template-template-events .pr-pink-active h1,
body.page-template-template-events .pr-pink-active a.e-link-block {
	color: black!important;
}

body.page-template-template-events .pr-pink-active {
	background: #1ac193;
	color: black;
	border-color: #1ac193;
}

body.page-template-template-events .ss-pr-close, 
body.page-template-template-events .ss-cr-close {
  position: fixed;
  top: 86px;
  right: 63px;
  border-radius: 50%;
  border: 1px solid #1ac193;
  color: #1ac193;
  z-index: 20;
  width: 24px;
  height: 21px;
  font-size: 15px;
  font-family: 'benton-sans-wide', sans-serif;
  padding: 3px 3px 3px 3px;
  text-align: center;
	background: black;
	display: none;
	cursor: pointer;
}

body.page-template-template-events .ss-cr-close {
  border: 1px solid black;
  color: black;
  display: block;
  background-color: transparent;
  top: 40px;
  right: 10px;
  height: 16px;
  font-size: 11px;
  padding-top: 1px;
  width: 20px;
}
	
body.page-template-template-events .tab-main {
	padding: 10px;
    font-family: 'benton-sans-wide', sans-serif;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -.5px;
    margin: 0;	
	border-bottom: 1px solid #1ac193;
	cursor: pointer;
	text-transform: uppercase;
}
	
body.page-template-template-events .tab-content {
	padding: 10px;
	border-bottom: 1px solid #1ac193;
	display: none;
}
	
body.page-template-template-events .tab-content p, 
body.page-template-template-events .tab-content p a {
	font-family: 'benton-sans-wide', sans-serif;
	font-size: 20px!important;
    line-height: 23px!important;
    margin: 0;
	color: #1ac193;
}
	
body.page-template-template-events .tab-main:hover {
   color: black;
   background: #1ac193;
}
	
body.page-template-template-events .e.u.cap_Wrap .cat_Wrap, 
body.page-template-template-events .e.cap_Wrap .cat_Wrap {
   border-bottom: none;
}
	
}

@media screen and (min-width: 568px) {
/*--------------------------------------------------------------
## CONTACT TEMPLATE
--------------------------------------------------------------*/
.cat {
	display: block;
}
/*--------------------------------------------------------------
## CONTACT TEMPLATE
--------------------------------------------------------------*/
.spacer {
	display: block;
	width: 25.5%;
	height: 36px;
}

.spacer, .c-link {
  float: left;
}

.c-link {
	width: 74.5%;
}

.c-strip {
  clear: both;
  overflow: hidden;
}

.n-strip input[type="email"],
.n-strip input[type="submit"] {
  padding-left: calc(25.5% + 5px);
}
/*--------------------------------------------------------------
## MANIFESTO TEMPLATE
--------------------------------------------------------------*/
.team-image, .column.text.team .text-wrap, .text-list {
  width: 50%;
  float: left;
}

.team-image img {
	display: block;
	width: 100%;
}

.column.text.team {
  clear: both;
  overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}

.Third.team {
  width: 33%;
	width: calc(100% / 3);
  float: left;
}

.Half.team {
  width: 50%;
	width: calc(100% / 2);
  float: left;
}

.Third-wrap, .Half-Wrap {
  clear: both;
  overflow: hidden;
}

.team-text {
	padding-left: 0;
}

.Third-wrap > .Third.team:first-child > .team-text,
.Half-wrap > .Half.team:first-child > .team-text {
  padding-left: 10px;
}

.Third-wrap > .Third.team:first-child {
  padding-right: 6.6px;
}

.Third-wrap > .Third.team:nth-child(2) {
  padding: 0 3.3px;
}

.Third-wrap > .Third.team:nth-child(3) {
  padding-left: 6.6px;
}

.c-strip.enquiries {
	height: 36px;
}

/*--------------------------------------------------------------
## MERCHANDISE TEMPLATE
--------------------------------------------------------------*/

a.item-link {
  margin-bottom: 10px;
  border: 1px solid black;
}

.image-container > div:last-child > div > a.item-link {
    border-bottom: 1px solid black;
}

.Third-wrap > .Third.team:first-child > a.item-link,
.Half-wrap > .Half.team:first-child > a.item-link {
  border-left: none;
}

.Third-wrap > .Third.team:last-child > a.item-link,
.Half-wrap > .Half.team:last-child > a.item-link {
  border-right: none;
}

body.page-template-template-merchandise .team {
  margin-bottom: 1px;
}

body.page-template-template-merchandise .team-text {
	border: 1px solid black;
	border-bottom: none;
}

.Third-wrap > .Third.team:first-child > .team-text,
.Half-wrap > .Half.team:first-child > .team-text {
	border-left: none;
}

.Third-wrap > .Third.team:last-child > .team-text,
.Half-wrap > .Half.team:last-child > .team-text {
	border-right: none;
}

.column.text.merchandise .text-wrap {
	width: 50%;
}

}

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

body.single-post #content {
  min-height: calc(100vh - 100px);
}

.gc {
	-webkit-animation: circle 15s linear 0s infinite;
	-moz-animation: circle 15s linear 0s infinite;
	-o-animation: circle 15s linear 0s infinite;
	animation: circle 15s linear 0s infinite;
}

@keyframes circle {
	0% { transform: rotateY(0deg) rotateX(0deg) rotateZ(0deg); }
	50% { transform: rotateY(20deg) rotateX(20deg) rotateZ(20deg); }
	100% { transform: rotateY(0deg) rotateX(0deg) rotateZ(0deg); }
}

.pop-Wrap:hover, .single-pop-Wrap:hover {
	-webkit-animation-play-state:paused;
	-moz-animation-play-state:paused;
	-o-animation-play-state:paused;
	animation-play-state:paused;
}

.pop-Wrap, .single-pop-Wrap {
	width: 328px;
	min-width: 328px;
	bottom: 0;
	top: auto;
}

.p-img-wrap, .p-img-wrap.desktop {
	display: block;
}

.p-img-wrap.mobile {
	display: none;
}

.sup-stat {
  width: 12.5%;
	margin-right: 12.5%;
  display: inline-block;
  vertical-align: top;
	margin-bottom: 0;
}

.p-logo-wrap {
	padding: 10px 120px 15px 12px;
  z-index: 10;
  position: relative;
}
/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
footer {
	clear: both;
	overflow: hidden;
}

.f-sec {
  float: left;
	width: 25%;
	border-bottom: none;
}

.f-sec:nth-child(3) {
	width: 50%;
}

.f-sec.credit, .f-sec.policy {
	width: 100%;
}
/*--------------------------------------------------------------
## GLOBAL IMAGE SIZES
--------------------------------------------------------------*/
img.Full, video.Full, .Full {
	width: 100%;
}

img.Third, video.Third, .Third {
    width: 33%;
		width: calc(100% / 3);
		float: left;
		min-height: 30px;
}

img.Half, video.Half, .Half {
	width: 50%;
	float: left;
	min-height: 30px;
}

.iframe-container.Half {
	padding-top: 28.125%;
}

.iframe-container.Third {
	padding-top: 18.75%;
}

.image-container {
  clear: both;
  overflow: hidden;
}

.secondary-image {
	display: block;
}

.Half-wrap, .Third-wrap {
	clear: both;
	overflow: hidden;
}

.Third-wrap > .Third:first-child {
  padding-right: 6.6px;
}

.Third-wrap > .Third:nth-child(2) {
  padding: 0 3.3px;
}

.Third-wrap > .Third:nth-child(3) {
  padding-left: 6.6px;
}

.Half-wrap > .Half:first-child {
	padding-right: 5px;
}

.Half-wrap > .Half:nth-child(2){
	padding-left: 5px;
}

.Third-wrap > .Third.iframe-container {
    width: calc( (100% / 3 ) - 6.6px);
}

.Third-wrap > .Third.iframe-container:nth-child(3) {
    float: right;
}

.Half-wrap > .Half.iframe-container {
    width: calc( (100% / 2 ) - 5px);
}

.Half-wrap > .Half.iframe-container:nth-child(2) {
	float: right;
}

.secondary-image img {
  display: block;
  width: 100%;
  max-width: none;
	margin-bottom: 0;
}

.secondary-image {
  width: 50%;
  float: left;
}
/*--------------------------------------------------------------
## SLIDESHOW
--------------------------------------------------------------*/
/* body.post-template img:hover {
	cursor: zoom-in;
} */

.sh-tran-text {
	color: white!important;
}

.sh-tran-left {
	border-left: 1px solid white!important;
}

.sh-tran-background {
	background: black!important;
	border-bottom: 1px solid white!important;
}

.slideshow-Wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 72px;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  z-index: 11;
	display: none;
}

img.slider {
  position: fixed;
  max-width: 100%;
  /* max-height: 100%; */
	height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
	padding: 36px 0 137px 0;
}

.slider {
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
  opacity: 0;
  display: block;
}

.active {
  opacity: 1;
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
}

span.carousel-status {
  position: fixed;
  bottom: 0;
  color: white;
  width: 100%;
  padding: 15px 0 115px 15px;
	text-transform: uppercase;
  font-family: 'benton-sans-wide', sans-serif;
  font-size: 9px;
}

aside.sidebar.close-s {
  background: black;
	z-index: 20;
}

.s.f-strip {
	z-index: 11;
	background: white;
}

.s.strip {
  color: white;
	border-top: 1px solid white;
}

.next-pane, .prev-pane {
  position: fixed;
  top: 37px;
  width: 50%;
  height: 100%;
}

.prev-pane {
  left: 0;
	cursor: w-resize;
}

.next-pane {
  right: 0;
	cursor: e-resize;
}
/*--------------------------------------------------------------
## DEFAULT PAGE
--------------------------------------------------------------*/
article.page p {
	display: inline-block;
}

article.page .entry-content {
  column-count: 2;
}
/*--------------------------------------------------------------
## DEFAULT TEMPLATE
--------------------------------------------------------------*/
body.post-template-default .text-wrap {
  padding: 10px;
  float: left;
  width: 50%;
}

.text-wrap {
  padding: 10px;
}

blockquote {
	float: left;
	width: 50%;
}

.desktop blockquote:nth-of-type(2n) {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

blockquote p {
	margin-right: 10px;
	margin-bottom: 10px!important;
	font-weight: bold;
}

body.page-template-template-studio blockquote {
	width: 100%;
}
/*--------------------------------------------------------------
## MULTI-FEATURE TEMPLATE
--------------------------------------------------------------*/
body.single-post {
  margin-bottom: 107px;
}

.entry-content {
	clear: both;
	overflow: hidden;
	position: relative;
}

.entry-content .column {
  width: 50%;
	height: 100vh;
	padding-bottom: 10px;
}

body.post-template-template-multi-feature .entry-content .column,
article.post-template-multi-feature-template .entry-content .column {
	overflow-y: scroll;
}

img.feat-image {
	margin-bottom: 10px;
}

body.post-template-template-interview-feature img.feat-image,
article.post-template-interview-feature-template img.feat-image {
	margin-bottom: 0;
}

span.i_caption {
	padding: 0;
	margin-top: -5px;
}

.Full span.i_caption {
	padding: 0 10px;
}

.Half-wrap > .Half:first-child span.i_caption {
	padding: 0 10px;
}

.Third-wrap > .Third:first-child span.i_caption {
	padding: 0 10px;
}

.column.text.mobile {
	display: none;
}

.column.text.desktop {
	display: block;
}

.column.text {
	position: absolute;
	top: 0;
	right: 0;
}

/*--------------------------------------------------------------
## DEFAULT TEMPLATE
--------------------------------------------------------------*/
body.post-template-default .column.text, article.post-template-default .column.text {
	position: relative;
}

body.post-template-default main#main, article.post-template-default main#main {
	height: auto;
}
/*--------------------------------------------------------------
## VISUAL-FEATURE TEMPLATE
--------------------------------------------------------------*/
body.page-template-template-studio .column.text,
article.post-template-visual-feature-template .column.text,
article.post-template-interview-feature-template .column.text,
article.post-template-interview-feature-template .column.text {
	position: relative;
	top: auto;
	right: auto;
	clear: both;
  overflow: hidden;
	margin-bottom: 10px;
}

article.post-template-visual-feature-template .text-wrap,
body.page-template-template-studio .text-wrap {
	width: 50%;
	float: left;
	padding-top: 0;
	padding-right: 120px;
}
/*--------------------------------------------------------------
## INTERVIEW-FEATURE TEMPLATE
--------------------------------------------------------------*/
article.post-template-interview-feature-template .column,
article.post-template-interview-feature-template .column.text {
	width: 50%;
	float: left;
	clear: none;
	overflow: auto;
	height: auto;
	margin: 0;
	padding-bottom: 0;
}

article.post-template-interview-feature-template div#content {
  clear: both;
  overflow: hidden;
}
/*--------------------------------------------------------------
## MULTI-INTERVIEW TEMPLATE
--------------------------------------------------------------*/
article.post-template-multi-interview-template .column {
	overflow-y: scroll;
}
/*--------------------------------------------------------------
## EVENTS TEMPLATE
--------------------------------------------------------------*/
.events {
	clear: both;
	overflow: hidden;
	position: relative;
}

.event-image, .event-details {
  width: 50%;
  float: left;
}

.event-details {
	border-top: none;
}

.e-deets {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
}
/*--------------------------------------------------------------
## MANIFESTO TEMPLATE
--------------------------------------------------------------*/
.contact-block {
	margin-top: 0;
}

.socials {
  border-top: none;
}

.column.text.team .text-wrap, .text-list {
	width: calc(100% / 3);
}

.text-list {
	padding-left: 2px;
}
/*--------------------------------------------------------------
## CONTACT TEMPLATE
--------------------------------------------------------------*/
.c-link.mobile {
	display: none;
}

.c-link.desktop {
	display: block;
}
/*--------------------------------------------------------------
## VIDEO CATEGORY TEMPLATE
--------------------------------------------------------------*/
body.archive.category.category-video .video-block {
  width: 50%;
  float: left;
}

body.archive.category-video .list-block {
	border-bottom: none;
	background: transparent;
	min-height: 96px;
}

.vblock-wrap {
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid black;
	background-repeat: repeat-x;
	background-size: 50%!important;
	background: #fabfd1;
  background: -moz-linear-gradient(left, #fabfd1 0%, #e5e5e5 70%);
  background: -webkit-linear-gradient(left, #fabfd1 0%,#e5e5e5 70%);
  background: linear-gradient(to right, #fabfd1 0%,#e5e5e5 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fabfd1', endColorstr='#e5e5e5',GradientType=0 );
}

.vblock-wrap:last-child {
	border-bottom: none;
}

.vblock-wrap > .video-block {
	border-right: 1px solid black;
}

/*--------------------------------------------------------------
## YMAL STRIP
--------------------------------------------------------------*/
.ymal {
	height: auto;
	opacity: 1;
	background: black;
  bottom: 90px;
  z-index: 11;
	/* height: 294px; */
  overflow: hidden;
	width: 100%;
}

.ym-rm {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 0;
}

.ym-block {
	clear: both;
	overflow: hidden;
	border-top: 1px solid white;
	position: relative;
}

.ym-img, .ym-excerpt {
  width: 50%;
  float: left;
}

.ym-excerpt {
	overflow: hidden;
	overflow-y: scroll;
}

.ym-img {
  border-right: 1px solid black;
	height: 258px
}

.ym-excerpt p {
  padding: 0 63px 0 10px;
  margin: 0;
	margin-top: 10px;
	color: white;
	font-size: 30px;
	line-height: 30px;
}

.ymal {
	width: auto;
}

.ym-excerpt p {
  padding: 0 10px 0 10px;
}

.ym-excerpt {
	width: 50%;
  height: 223px;
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 125px;
}

/*--------------------------------------------------------------
## SUBSCRIBE TEMPLATE
--------------------------------------------------------------*/
body.page-template-template-subscribe h1,
body.page-template-template-subscribe div#mc_embed_signup {
	width: 50%;
	max-width: 425px;
}

img.letters {
	width: 320px;
	display: block;
	position: fixed;
	mix-blend-mode: difference;
}

img.LS {
	bottom: 30px;
	left: -70px;
}

img.LI {
  bottom: 120px;
  left: -40%;
  right: 0;
  margin: auto;
}

img.LSS {
	bottom: 0;
	left: 0;
	right: -30px;
	margin: auto;
}

img.LY {
	bottom: 0;
	right: -80px;
	transform: rotate(165deg);
}

img.heart {
	width: 370px;
	right: -20px;
  top: 20px;

}

@media screen and (min-width: 1024px) {
body {
  padding-top: 77px;
	padding-right: 53.5px;
}
/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/
.mobile-menu {
	display: none;
}

.desktop-menu {
	display: block;
	background: #f1f0f0;
}

.desktop-menu, .desktop-menu a {
	color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'benton-sans-wide', sans-serif;
}

.desktop-menu ul, .desktop-menu li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.desktop-menu, .desktop-menu a {
	font-size: 9px;
	line-height: 11px;
}

.desktop-menu {
	clear: both;
	overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 58px 10px 10px;
	border-bottom: 1px solid black;
	z-index: 11;
}

.m-sec {
  float: left;
  width: 10%;
}

.m-sec.caption {
  float: right;
  width: auto;
	padding-right: 5px;
}

.m-sec a:hover, footer a:hover {
	text-decoration: underline;
	font-style: italic;
}

.l-title:hover, .strip-wrap a:hover, body.home .strip-wrap:hover, .strip-wrap.close-s:hover {
  font-style: italic;
}

.m-sec.filter {
	width: 20%;
  column-count: 2;
  column-gap: 0;
}

.m-sec.primary {
  margin-left: 10%;
}

.m-sec.social {
  margin-left: 10%;
}

.site-branding {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 54.5px;
	height: 100%;
	z-index: 15;
	background-image: url("images/Logo.svg");
	background-repeat: repeat;
	background-size: 55.5px auto;
	background-color: #f1f0f0;
	border-left: 1px solid black;
}
/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
body.single-post footer {
	display: block;
}

footer {
	position: relative;
	z-index: 10;
}

body.post-template footer {
	position: fixed;
	z-index: 10;
	left: 0;
	bottom: 0;
	width: 100%;
}

.f-sec {
	border-bottom: none;
	display: block;
}

.f-sec.policy {
	border-bottom: none;
	width: 25%;
}

.f-sec.credit {
	border-top: 1px solid black;
}

.newsletter-foot {
	display: none;
}

.next-trigger {
  bottom: 45px;
	border-right: 1px solid black;
}
/*--------------------------------------------------------------
## CUSTOM SCROLLBAR
--------------------------------------------------------------*/
.column-list::-webkit-scrollbar-track,
.column-snippet::-webkit-scrollbar-track,
.entry-content .column::-webkit-scrollbar-track {
	background-color: #f1f0f0;
	border-left: 1px solid black;
}

.entry-content .column.visual::-webkit-scrollbar-track {
	border-right: 1px solid black;
}

.column-list::-webkit-scrollbar,
.column-snippet::-webkit-scrollbar,
.entry-content .column::-webkit-scrollbar
{
	width: 7px;
	background-color: #f1f0f0;
}

.column-list::-webkit-scrollbar-thumb,
.column-snippet::-webkit-scrollbar-thumb,
.entry-content .column::-webkit-scrollbar-thumb
{
	background-color: #cdcdcd;
	border-left: 1px solid black;
}

.entry-content .column.visual::-webkit-scrollbar-thumb {
	border-right: 1px solid black;
}

.ym-excerpt::-webkit-scrollbar-track {
	background-color: black;
}

.ym-excerpt::-webkit-scrollbar {
	width: 7px;
}

.ym-excerpt::-webkit-scrollbar-thumb {
	border-right: 1px solid white;
	background: white;
}
/*--------------------------------------------------------------
## HOME
--------------------------------------------------------------*/
.mobile-strip {
  display: none;
}

.prev_Wrap {
	display: block;
	text-transform: uppercase;
	font-family: 'benton-sans-wide', sans-serif;
	font-size: 9px;
	float: left;
	width: 50%;
	padding: 5px 10px 3px 10.25%;
	border-left: 1px solid black;
}

.cat_Wrap {
	float: left;
	width: 50%;
}

.cap_Wrap {
  position: fixed;
  top: 54px;
  left: 0;
  right: 0;
  padding-right: 56px;
	z-index: 10;
}

body.single-post .cap_Wrap {
	position: relative;
  padding-right: 0px;
  margin-right: 1px;
  top: -1px;
  z-index: 10;
  border-top: 1px solid;
}

body.single-post {
  padding-top: 54px;
}

.contact-block .cap_Wrap {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	padding-right: 0;
	z-index: 0;
}

.cat-hash {
  width: 20%;
}

.cat {
  width: 20%;
}

main#main {
  position: relative;
	height: calc(100vh - 77px);
}

.column-list {
	border-right: 1px solid black;
	position: absolute;
	overflow-y: scroll;
	height: calc(100vh - 77px);
}

.column-snippet {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
	padding-right: 110px;
	height: calc(100vh - 77px);
	overflow-y: scroll;
}

.column-list, .column-snippet {
	width: 50%;
	width: calc(50vw - 26.75px);
}

/* .feature-visual {
  margin-bottom: 35px;
} */

.entry-content .column {
	padding: 0px 0 45px 0;
}

.entry-content .column.visual {
	padding-bottom: 35px;
}

/*--------------------------------------------------------------
## SIDEBAR
--------------------------------------------------------------*/
body.single-post article aside.sidebar,
body.single-post #content aside.sidebar {
	display: block;
}

aside.sidebar {
	width: auto;
  bottom: auto;
  left: auto;
  top: 150px;
  right: -19.5px;
  transform: rotate(90deg);
	background: transparent;
	z-index: 10;
}

body.post-template-template-multi-feature aside.sidebar,
body.post-template-template-multi-interview aside.sidebar,
article.post-template-multi-feature-template aside.sidebar,
article.post-template-multi-interview-template aside.sidebar,
body.category aside.sidebar, body.home aside.sidebar {
	right: -12.5px;
}

aside.sidebar.close-s {
	right: -20.5px!important;
}

.strip-single.mail.sp {
  background: white;
  width: 108px;
}

.strip, a.sp-strip {
	border: none;
	width: 255.38px;
}

.f-strip {
	display: block;
  position: fixed;
  top: 77px;
  right: 89px;
  width: 1px;
  height: 100vh;
  background: black;
	z-index: 9;
}

body.single-post .f-strip {
	top: 54px!important;
	right: 89px!important;
}

body.single-post .f-strip.T {
  right: 125px!important;
}

body.single-post .f-strip.Th {
  right: 162px!important;
}

body.post-template-template-multi-feature .f-strip,
body.post-template-template-multi-interview .f-strip,
body.category .f-strip, body.home .f-strip {
  right: 96px;
}

body.post-template-template-multi-feature .f-strip.T,
body.post-template-template-multi-interview .f-strip.T,
body.category .f-strip.T, body.home .f-strip.T {
  right: 132px;
}

body.post-template-template-multi-feature .f-strip.Th,
body.post-template-template-multi-interview .f-strip.Th,
body.category .f-strip.Th, body.home .f-strip.Th {
  right: 169px;
}

.strip-bg, .strip-single {
  display: block;
  position: fixed;
  right: 54px;
  top: 0;
  width: 110px;
  height: 100vh;
  z-index: 6;
}

.sp.strip-bg, .sp.strip-single {
  width: 36px;
}

.prev.sp.strip-bg, .prev.sp.strip-single{
	right: 90px;
}

.next.sp.strip-bg, .next.sp.strip-single {
	right: 126px;
}

.strip-single a {
	display: block;
	width: 100%;
	height: 100%;
}

body.post-template-template-multi-feature .back.sp.strip-single,
body.post-template-template-multi-interview .back.sp.strip-single,
body.post-template-template-multi-feature .back.sp.strip-single,
body.post-template-template-multi-interview .back.sp.strip-single {
	border-right: 1px solid black;
}

body.post-template-template-multi-feature .prev.sp.strip-bg,
body.post-template-template-multi-interview .prev.sp.strip-bg,
body.post-template-template-multi-feature .prev.sp.strip-single,
body.post-template-template-multi-interview .prev.sp.strip-single {
	right: 97px;
}

body.post-template-template-multi-feature .next.sp.strip-bg,
body.post-template-template-multi-interview .next.sp.strip-bg,
body.post-template-template-multi-feature .next.sp.strip-single,
body.post-template-template-multi-interview .next.sp.strip-single {
	right: 133px;
}

body.post-template-template-multi-feature .strip-bg,
body.post-template-template-multi-interview .strip-bg,
body.post-template-template-multi-feature .strip-single,
body.post-template-template-multi-interview .strip-single,
body.category .strip-bg, body.category .single-bg, body.home .strip-bg {
  right: 60px;
}

.snippet_Wrap > div  {
	display: none;
	position: relative;
}

.snippet_Wrap > div:first-child  {
	display: block;
}


.snippet_Wrap {
  position: relative;
  width: 100%;
}

.excerpt_Wrap {
  position: absolute;
  top: 0;
  left: 0;
	background: white;
}

.main-feat {
  margin-bottom: 10px;
}

img.m-feat {
  display: block;
  width: 100%;
  max-width: none;
}

.excerpt {
  padding: 0 10px;
}

.excerpt p {
  margin: 0;
}

.image-wrap {
  margin: 10px 0 0 0;
  clear: both;
  overflow: hidden;
	padding: 0 10px;
}

img.home-image {
  width: 50%;
  float: left;
}

img.home-image {
  padding-right: 5px;
  margin-bottom: 10px;
}

img.home-image:nth-child(even) {
  padding-left: 5px;
  padding-right: 0;
}

.l-b-wrap:last-child > .list-block {
  border-bottom: none;
}

aside.sidebar {
	background: transparent!important;
}

.column-list > .l-b-wrap:last-child .list-block {
  border-bottom: none;
}

body.archive .column-list > .l-b-wrap:last-child {
	border-bottom: 1px solid black;
}
/*--------------------------------------------------------------
## SLIDEHSOW
--------------------------------------------------------------*/
aside.sidebar.close-s {
  top: 95px;
}

.slideshow-Wrap {
  top: 107px;
}

img.slider {
	padding: 54px 0 35px 0;
}

span.carousel-status {
  padding: 10px;
}

.s.f-strip {
	z-index: 11;
	background: white;
}

.s.strip {
	border: none;
}

.next-pane, .prev-pane {
  top: 77px;
	width: calc(50% - 82px);
}

.prev-pane {
  left: 0;
	cursor: w-resize;
}

.next-pane {
  right: 163px;
	cursor: e-resize;
}
/*--------------------------------------------------------------
## DEFAULT PAGE
--------------------------------------------------------------*/
article.page .entry-content {
  column-count: 3;
}

body.post-template.merch .text-wrap span.upper {
	color: white;
	text-shadow: -.5px -.5px 0 #f0404a, .5px -.5px 0 #f0404a, -.5px .5px 0 #f0404a, .5px .5px 0 #f0404a;
}

article.category-merch .text-wrap span.upper {
	color: white!important;
	text-shadow: -.5px -.5px 0 #f0404a, .5px -.5px 0 #f0404a, -.5px .5px 0 #f0404a, .5px .5px 0 #f0404a!important;
}

article.category-article .text-wrap span.upper, .article .text-wrap span.upper {
	color: white!important;
	text-shadow: -.5px -.5px 0 #78abdb, .5px -.5px 0 #78abdb, -.5px .5px 0 #78abdb, .5px .5px 0 #78abdb!important;
}

article.category-interview .text-wrap span.upper, .interview .text-wrap span.upper {
	color: white!important;
	text-shadow: -.5px -.5px 0 black, .5px -.5px 0 black, -.5px .5px 0 black, .5px .5px 0 black!important;
}

article.category-review .text-wrap span.upper, .review .text-wrap span.upper {
	color: white!important;
	text-shadow: -.5px -.5px 0 #3d4fc7, .5px -.5px 0 #3d4fc7, -.5px .5px 0 #3d4fc7, .5px .5px 0 #3d4fc7!important;
}

article.category-video .text-wrap span.upper, .video .text-wrap span.upper {
	color: white!important;
	text-shadow: -.5px -.5px 0 #f994b2, .5px -.5px 0 #f994b2, -.5px .5px 0 #f994b2, .5px .5px 0 #f994b2!important;
}

article.category-photography .text-wrap span.upper, .photography .text-wrap span.upper {
	color: white!important;
	text-shadow: -.5px -.5px 0 #32b88c, .5px -.5px 0 #32b88c, -.5px .5px 0 #32b88c, .5px .5px 0 #32b88c!important;
}
/*--------------------------------------------------------------
## DEFAULT TEMPLATE
--------------------------------------------------------------*/
body.post-template-default, article.post-template-default {
  padding-top: 122px;
}
/*--------------------------------------------------------------
## MULTI-FEATURE TEMPLATE
--------------------------------------------------------------*/
body.single-post, body.page-template-template-studio {
  margin-bottom: 0;
}

.author_Wrap {
	float: left;
	width: 50%;
	border: none;
	padding: 5px 10px 3px 10.25%;
	border-left: 1px solid black;
}

.auth-hash {
	padding: 0;
}

article.post-template-multi-feature-template .column.text {
	padding-right: 117px;
}

.short-title {
  /* position: fixed; */
	width: calc(100% - 110px);
	margin-top: -1px;
	/* width: 100%; */
  /* z-index: 5;
  left: 0;
  top: 77px; */
  background: white;
}

/*--------------------------------------------------------------
## VISUAL-FEATURE TEMPLATE
--------------------------------------------------------------*/
article.post-template-visual-feature-template .image-container {
	padding-right: 52px;
}

article.post-template-visual-feature-template .image-container:last-child {
	padding-bottom: 17px;
}

.main-visual {
  margin: 45px 56px 0 0;
}

article.post-template-visual-feature-template .main-visual {
  margin: 0;
}

body.page-template-template-studio .secondary-image.image-container {
	padding-right: 0;
}

article.post-template-visual-feature-template .secondary-image.image-container {
	padding-right: 0;
}

article.post-template-visual-feature-template > .image-container:first-child {
	padding-right: 109px;
}
/*--------------------------------------------------------------
## WRITTEN-FEATURE TEMPLATE
--------------------------------------------------------------*/
article.post-template-written-feature-template .text-wrap {
	padding-right: 110px;
}

article.post-template-written-feature-template .column {
	position: relative;
	float: left;
	height: auto;
}
/*--------------------------------------------------------------
## INTERVIEW-FEATURE TEMPLATE
--------------------------------------------------------------*/
article.post-template-interview-feature-template .qa-Wrap {
	padding-right: 110px;
	padding-bottom: 45px;
}

article.post-template-interview-feature-template .text-wrap {
	padding-right: 120px;
}

.no, .ini {
	width: 23%;
}

/* .answ-wrap .ini {
	margin-left: 11.5%;
} */

.block-wrap h1 {
	padding-left: 23%;
}
/*--------------------------------------------------------------
## MULTI-INTERVIEW TEMPLATE
--------------------------------------------------------------*/
article.post-template-multi-interview-template .column.text {
	padding-right: 103px;
}
/*--------------------------------------------------------------
## EVENTS TEMPLATE
--------------------------------------------------------------*/
.e.cap_Wrap {
	position: static;
}

.upcoming-events.row .cat-col {
	padding-left: 14.5px;
}

.e.u.cap_Wrap .cat_Wrap, .e.cap_Wrap .cat_Wrap {
	border: none;
}

.e.u.cap_Wrap, .e.cap_Wrap {
  border-bottom: 1px solid black;
}
/*--------------------------------------------------------------
## CONTACT TEMPLATE
--------------------------------------------------------------*/
.spacer {
	width: 10%;
}

.c-link {
	width: 90%;
}

.n-strip input[type="email"], .n-strip input[type="submit"] {
  padding-left: calc(10% + 7px);
}
/*--------------------------------------------------------------
## NEWSLETTER POP-UP
--------------------------------------------------------------*/
.newsletter-popup {
  z-index: 6;
  top: 76px;
	/* margin-right: 170px; */
	overflow: hidden;
}

.newsletter-popup .cat-col {
  padding-left: 3.5px;
}

.newsletter-popup .cap_Wrap {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	padding: 0;
	border-top: 1px solid black;
}

.newsletter-popup .cat-hash {
	padding-right: 87.5px;
}

#mc_embed_signup {
	border-right: 1px solid black;
}

body.page-template-template-subscribe div#mc_embed_signup {
	border-right: none;
}

/*--------------------------------------------------------------
## VIDEO CATEGORY TEMPLATE
--------------------------------------------------------------*/
body.archive.category.category-video main#main {
  height: auto;
}

/*--------------------------------------------------------------
## YMAL STRIP
--------------------------------------------------------------*/
/* .ymal {
	margin-bottom: 44px;
} */

/*--------------------------------------------------------------
## SUBSCRIBE TEMPLATE
--------------------------------------------------------------*/
/* body.page-template-template-subscribe .mc-statement {
	width: 40%;
	width: calc(40% + 5px);
	float: left;
	border-bottom: none;
}

body.page-template-template-subscribe h1 {
	height: 316px;
}

body.page-template-template-subscribe div#mc_embed_signup {
  width: 60%;
	width: calc(60% - 5px);
  float: left;
  border-left: 1px solid;
	border-right: none;
	float: left;
} */

.mc-f-wrap {
  /* padding-top: calc(100vh - 534px); */
}

img.letters {
	/* width: 370px; */
	display: block;
}

img.LY {
	right: 20px;
	-webkit-animation: warp 80s reverse infinite;
	-moz-animation: warp 80s reverse infinite;
	-o-animation: warp 80s reverse infinite;
	animation: warp 80s reverse infinite;
}

img.LI {
	-webkit-animation: warp 190s reverse infinite;
	-moz-animation: warp 190s reverse infinite;
	-o-animation: warp 190s reverse infinite;
	animation: warp 190s reverse infinite;
}

img.LS {
	-webkit-animation: warp 190s linear infinite;
	-moz-animation: warp 190s linear infinite;
	-o-animation: warp 190s linear infinite;
	animation: warp 190s linear infinite;
}

img.LSS {
	-webkit-animation: warp 120s reverse infinite;
	-moz-animation: warp 120s reverse infinite;
	-o-animation: warp 120s reverse infinite;
	animation: warp 120s reverse infinite;
}

img.heart {
	right: 30px;
	top: 30px;
	-webkit-animation: warp 80s linear infinite;
	-moz-animation: warp 80s linear infinite;
	-o-animation: warp 80s linear infinite;
	animation: warp 80s linear infinite;
}

@keyframes warp {
	0% { transform: rotate(0deg); }
	50% { transform: rotate(360deg); }
	100% { transform: rotateY(0deg); }
}
/*--------------------------------------------------------------
## EVENTS TEMPLATE
--------------------------------------------------------------*/
body.page-template-template-events .desktop-menu {
	background: black;
	color: #1ac193;
}

body.page-template-template-events .desktop-menu a,
body.page-template-template-events .desktop-menu li {
	color: #1ac193;
}
	
/*--------------------------------------------------------------
## SISSY STUDIOS TEMPLATE
--------------------------------------------------------------*/
body.page-template-template-sissy-studio .desktop-menu {
	background: black;
	color: #ff3ba4;
}

body.page-template-template-sissy-studio .desktop-menu a,
body.page-template-template-sissy-studio .desktop-menu li {
	color: #ff3ba4;
}

img.mob-pr-image {
	display: none;
}

.project-row {
	clear: both;
	overflow: hidden;
}

.ss-pr-col {
  width: 50%;
  float: left;
}

/* .ss-pr-wrap:nth-child(2n) > .project-row > .ss-pr-col {
  float: right;
} */

span.mob.ss-see-more {
	display: none;
}

span.desktop.ss-see-more {
	display: block;
	margin-top: 60px;
}

.pr-img-wrap img, .pr-img-wrap iframe {
	height: 320px;
}

.pr-img-wrap iframe {
	min-width: 500px;
}

.desc-bg-image {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.ss-pr-slideshow {
	position: fixed;
	left: 0;
	top: 76px;
	background: black;
	width: 100%;
	width: calc(100% - 54px);
	height: 100%;
	height: calc(100% - 76px);
}
	
.ss-pr-slide-wrap {
  position: fixed;
  width: 100%;
  max-width: calc(100% - 54px);
  height: 100%;
  max-height: calc(100% - 76px);
  background-color: black!important;
  display: none;
}

.ss-pr-slide {
  max-width: 100%;
  max-height: 100%;
}

.ss-pr-slide-wrap.ss-first {
	display: block;
}

.ss-pr-close {
	display: block;
}

.ss-collaborators {
	top: 53px;
}

.head-collab-row .cat-hash {
  width: 10%;
  width: calc(10% - 5px);
}

.c-r-col {
  width: 20%;
  width: calc(20% - 10px);
}

.c-r-col:nth-last-child(2) {
  margin-left: 20%;
  margin-left: calc(20% - 10px);
}

.c-r-col:last-child {
  text-align: right;
}

.ss-cr-close {
	top: 57px;
  right: 59px;
}

}

@media screen and (min-width: 1100px) {
/*--------------------------------------------------------------
## GLOBALS
--------------------------------------------------------------*/
.c-link, .c-link a, .n-strip input[type="email"], .n-strip input[type="submit"] {
	font-size: 54px;
	line-height: 50px;
}

.c-strip, .blank-c-strip, .n-strip input[type="email"], .n-strip input[type="submit"] {
	height: 56px;
}

/*--------------------------------------------------------------
## VIDEO CATEGORY TEMPLATE
--------------------------------------------------------------*/
body.archive.category.category-video  {
  height: auto;
}

body.archive.category-video .list-block {
  min-height: 66px;
}

/*--------------------------------------------------------------
## MANIFESTO TEMPLATE
--------------------------------------------------------------*/
.c-strip img.socio {
	height: 45px;
}

}

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

}
