/*!
Theme Name: SPIRIT
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: spirit
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
--------------------------------------------------------------*/

@media screen and (min-width: 0) {
/*--------------------------------------------------------------
# GLOBAL
--------------------------------------------------------------*/
html, body, div, a, p, span, h1, h2, h3, h4, h5, h6 {
	font-family: 'Helvetica', sans-serif;
	color: black;
	text-decoration: none;
}

html, body {
	-webkit-text-size-adjust: 100%;
}

body {
  padding: 10px;
  margin: 0;
}

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

.hidden {
	opacity: 0;
	transition: opacity 300ms ease;
}
/*--------------------------------------------------------------
# CURSORS
--------------------------------------------------------------*/
body, html {
	cursor: url('images/cursors/Default.png') 0 0, default;
	cursor: -webkit-image-set( url('images/cursors/Default.png') 1x, url('images/cursors/Default@2x.png') 2x ) 0 0, default;
}

a:hover, .a-close:hover, nav.main-navigation .col-Th span:hover, #mc_embed_signup .button:hover, span.about:hover, .dismiss h1:hover {
	cursor: url('images/cursors/Pointer.png') 0 0, pointer;
	cursor: -webkit-image-set( url('images/cursors/Pointer.png') 1x, url('images/cursors/Pointer@2x.png') 2x ) 0 0, pointer;
}

.a-close:hover {
	font-style: italic;
}

a.mail:hover {
	cursor: url('images/cursors/Mail.png') 0 0, pointer;
	cursor: -webkit-image-set( url('images/cursors/Mail.png') 1x, url('images/cursors/Mail@2x.png') 2x ) 0 0, pointer;
}

input:hover {
	cursor: url('images/cursors/Type.png') 0 0, text;
	cursor: -webkit-image-set( url('images/cursors/Type.png') 1x, url('images/cursors/Type@2x.png') 2x ) 0 0, text;
}

.sq:hover {
	cursor: url('images/cursors/Magnify.png') 0 0, zoom-in;
	cursor: -webkit-image-set( url('images/cursors/Magnify.png') 1x, url('images/cursors/Magnify@2x.png') 2x ) 0 0, zoom-in;
}

.menu-items span.about {
	cursor: url('images/cursors/AB.png') 38 50, pointer;
	cursor: -webkit-image-set( url('images/cursors/AB.png') 1x, url('images/cursors/AB@2x.png') 2x ) 38 50, pointer;
}

a.m-ig {
	cursor: url('images/cursors/IG.png') 48 40, pointer;
	cursor: -webkit-image-set( url('images/cursors/IG.png') 1x, url('images/cursors/IG@2x.png') 2x ) 48 40, pointer;
}

a.m-fb {
	cursor: url('images/cursors/FB.png') 53 50, pointer;
	cursor: -webkit-image-set( url('images/cursors/FB.png') 1x, url('images/cursors/FB@2x.png') 2x ) 53 50, pointer;
}

a.m-merch {
	cursor: url('images/cursors/Merch.png') 60 28, pointer;
	cursor: -webkit-image-set( url('images/cursors/Merch.png') 1x, url('images/cursors/Merch@2x.png') 2x ) 60 28, pointer;
}

a.m-sc {
	cursor: url('images/cursors/SC.png') 53 50, pointer;
	cursor: -webkit-image-set( url('images/cursors/SC.png') 1x, url('images/cursors/SC@2x.png') 2x ) 53 50, pointer;
}

a.m-bc {
	cursor: url('images/cursors/BC.png') 43 30, pointer;
	cursor: -webkit-image-set( url('images/cursors/BC.png') 1x, url('images/cursors/BC@2x.png') 2x ) 43 30, pointer;
}

a.m-yt {
	cursor: url('images/cursors/YT.png') 47 50, pointer;
	cursor: -webkit-image-set( url('images/cursors/YT.png') 1x, url('images/cursors/YT@2x.png') 2x ) 47 50, pointer;
}

/*--------------------------------------------------------------
# HOVERS
--------------------------------------------------------------*/
.col.links a {
  position: relative;
}

img.loop, svg.loop {
	position: absolute;
	top: 5px;
	width: 47px;
	left: 0;
	z-index: 0;
}

img.under_2, svg.under_2 {
  position: absolute;
  bottom: -2px;
  width: 130px;
	height: 7px;
  left: 35px;
	z-index: 0;
}

.feat-title h1 a {
	position: relative;
}

img.big_under, svg.big_under {
  width: 300px;
  height: 17px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.col.intro a, span.hl {
  position: relative;
}

img.scribs, svg.scribs {
	position: absolute;
	left: -10px;
	bottom: 6px;
	width: 95px;
	height: 13px;
}

span.hl img.scribs, span.hl svg.scribs {
	height: 20px;
	bottom: 5px;
}

nav.main-navigation.desktop {
	display: none;
}

nav.main-navigation {
	position: relative;
}

nav.main-navigation .col-Th img {
	position: absolute;
	z-index: -1;
}

nav.main-navigation .col-Th:first-child img {
  top: 4px;
  left: 8px;
  width: 167px;
  height: 14px;
}

nav.main-navigation .col-Th:nth-child(2) img {
  top: 6px;
	left: auto;
  right: 8px;
  width: 167px;
  height: 14px;
}

nav.main-navigation .col-Th:last-child img {
  position: fixed;
  width: 120px;
	height: 27px;
  top: 55px;
  left: 0;
  right: 0;
  margin: auto;
}

.hli {
	display: none;
}

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.site-branding, nav.main-navigation {
	clear: both;
	overflow: hidden;
}

.site-branding, .site-branding a {
  font-weight: bold;
  text-transform: uppercase;
	font-size: 24px;
}

.site-branding .col-Th:first-child {
	display: none;
}

.site-branding .col-Th {
	width: 100%;
	float: left;
	min-height: 1px;
	text-align: center;
}

.site-branding .col-Th:nth-child(2) a, span.subscribe {
	padding-left: 10px;
}

.site-branding .col-Th:last-child a, span.menu {
	padding-right: 10px;
}

.site-branding .col-Th:last-child {
	display: none;
}

header#masthead {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: white;
  padding: 6px 0;
	width: 100%;
}

img.menu-line, img.art-line {
	display: none;
}
/*--------------------------------------------------------------
# NAVIGATION
--------------------------------------------------------------*/
.menu-panel {
  position: fixed;
  top: 0;
  left: 0px;
  padding: 0;
  width: 100%;
  height: 100%;
  background: white;
  overflow-y: auto;
	display: none;
	z-index: 9;
}

.m-p-wrap {
  padding: 0 10px 0 10px;
  height: 100%;
	min-height: 540px;
	position: relative;
}

.menu-items {
  position: absolute;
  top: 113px;
  left: 10px;
}

.m-image {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 240px;
  height: 113px;
}

.subscribe-panel {
  position: fixed;
  top: 0;
  left: 0px;
  padding: 0;
  width: 100%;
  height: 100%;
  background: white;
	display: none;
	z-index: 9;
}

.s-p-wrap {
	padding: 0 10px 0 10px;
	height: 100%;
  position: relative;
}

.s-p-wrap h1 {
  margin-bottom: 20px;
  width: 100%;
  max-width: 350px;
}

.subscribe-panel .form {
  top: 15px;
  position: absolute;
  left: 10px;
}

.f-image {
  width: 102px;
	height: 190px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.about-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	background: white;
	display: none;
	z-index: 9;
}

.a-p-wrap {
  padding: 114px 10px 10px 10px;
  clear: both;
  overflow: hidden;
}

.about-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.artist-panel {
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
	background: white;
	display: none;
	z-index: 9;
}

.ar-p-wrap {
  padding: 114px 10px 10px 10px;
  clear: both;
  overflow: hidden;
}

.ar-p-wrap a:hover {
	font-style: italic;
}

nav.main-navigation {
  text-transform: uppercase;
	font-size: 24px;
}

nav.main-navigation .col-Th {
  width: 50%;
  float: left;
	line-height: 24px;
}

nav.main-navigation .col-Th:nth-child(2) {
	text-align: right;
}

nav.main-navigation .col-Th:last-child {
	width: 100%;
	text-align: center;
}

.strip {
	display: none;
}

.menu-items, .menu-items a {
  text-transform: uppercase;
	font-size: 40px;
	line-height: 38px;
}

.col-One {
  margin-bottom: 25px;
}

.col-One p a:hover, .cool-list p a:hover {
	text-decoration: underline;
}

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

.col-One sup {
  font-size: 8px;
  margin-left: 1px;
}

h1 {
	font-size: 27px;
	line-height: 26px;
	font-weight: normal;
}

.overview h1 {
	font-size: 27px;
	line-height: 26px;
	font-weight: normal;
	margin: 0 0 25px 0;
}

p {
  font-size: 13px;
	margin: 0;
  text-indent: 40px;
}

p:first-child {
	text-indent: 0;
}

p.upper {
	text-transform: uppercase;
	text-indent: 0;
}

p.upper.cap {
	margin-bottom: 10px;
}

.aoc {
	margin-right: 5%;
}

.aoc p {
	text-indent: 0;
}

.aoc, .cool-list {
    width: 45%;
    float: left;
}

.artist-panel a {
	font-size: 27px;
	line-height: 26px;
	text-transform: uppercase;
}

.site-branding .col-Th a.ico, img.m-icon {
	display: inline-block;
	padding: 0!important;
}

img.m-icon {
	height: 18px;
	width: auto;
}

.site-branding .col-Th:first-child {
	text-align: left;
}

.site-branding .col-Th:first-child img.m-icon {
	margin-right: 2px;
}

.sb-icon-wrap {
	padding: 0 20px;
}

.site-branding .col-Th:last-child {
	text-align: right;
}

.site-branding .col-Th:last-child img.m-icon {
	margin-left: 2px;
}

img.m-icon.ibs {
	height: 17px;
}

.a-close {
	margin-top: 20px;
}

/*--------------------------------------------------------------
# FEATURE
--------------------------------------------------------------*/
.feature {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
}

.fe-wrap {
  overflow-y: scroll;
  height: 100%;
}

.e-img, .e-fill {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
	height: 100%;
	z-index: 9;
}

.e-img video {
	object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

img.big.arrow, svg.big.arrow {
  height: 26px;
  width: 26px;
}

.feat-content {
	position: relative;
	height: calc(100% - 115px);
	padding: 113px 10px 0px 10px;
	min-height: 485px;
}

.feat-title h1{
	text-transform: uppercase;
	font-size: 40px;
	line-height: 38px;
}

.feat-title {
	margin-bottom: 20px;
}

.feat-text .col.links {
	margin-bottom: 20px;
}

.feat-text .col.text p {
	text-indent: 0;
}

.dismiss {
	text-transform: uppercase;
  font-size: 24px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 7px;
}

.dismiss h1 {
	font-weight: bold;
}

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.deets {
  display: none;
}

.f-d-col {
	font-size: 13px;
	margin-bottom: 20px;
	width: 110px;
}

.f-d-col:last-child {
	margin-bottom: 0;
}

.f-d-col a {
	text-transform: uppercase;
}

.f-d-col a:hover {
	text-decoration: underline;
}

#mc_embed_signup form {
	padding: 0!important;
}

#mc_embed_signup .mc-field-group input {
  display: block!important;
	width: 183px!important;
	padding: 2px 2px 0px 2px!important;
  text-indent: 0!important;
	outline: none!important;
	height: 25px!important;
	background: transparent!important;
	margin-bottom: 1px!important;
}

#mc_embed_signup .button {
	background: transparent!important;
	font-size: 27px!important;
	line-height: 26px!important;
	height: 25px!important;
	margin: 0!important;
	padding: 0!important;
	color: black!important;
	outline: none!important;
	border: none!important
}

#mc_embed_signup .mc-field-group {
  width: 100%!important;
  padding-bottom: 0!important;
  min-height: auto!important;
}

.form {
  margin: 100px 0 50px 0;
}

.form h1, .form span, input[type="submit"] {
  font-size: 27px;
  line-height: 26px;
  text-transform: uppercase;
}

input {
	font-size: 27px;
	line-height: 26px;
	border: 1px solid black!important;
	border-radius: 5px!important;
	padding: 0!important;
	display: inline-block;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  margin: 0!important;
  padding: 0!important;
  background-color: transparent!important;
  -webkit-border-radius: 0!important;
  -moz-border-radius: 0!important;
  border-radius: 0!important;
  font-size: 13px!important;
  color: grey!important;
  text-transform: uppercase!important;
}

img.hand {
  width: 75px;
  margin-bottom: 25px;
}

footer, footer a {
  font-size: 27px;
  line-height: 26px;
  text-transform: uppercase;
}

.f-col {
  margin-bottom: 25px;
}

.f-col:last-child {
  margin-bottom: 0;
}

.f-col a:hover, .f-col span.about:hover {
	text-decoration: underline;
}
/*--------------------------------------------------------------
# ENTRY BLOCK
--------------------------------------------------------------*/
main#primary {
  margin-top: 107px;
}

.album-art, .sq video.yt-preview {
	display: none;
	opacity: 0;
}

.sq img {
  border-radius: 10px;
}

.sq video {
	display: none;
	width: 100%;
  border-radius: 10px;
}

.sq img.arrow, .sq svg.arrow {
	border-radius: 0;
}

.sq a {
	font-size: 13px;
	text-transform: uppercase;
}

a.website {
	display: inline-block;
	position: relative;
}

img.w-loop, svg.w-loop {
	position: absolute;
  bottom: -2px;
  width: 80px;
  height: 19px;
  left: 30px;
  z-index: 0;
}

.illus {
  margin: 10px 0;
}

.bio {
  margin-bottom: 18px;
}

p.upper.loca {
	margin-top: 21px;
}

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

.disco, .gen {
    width: 45%;
    float: left;
}

.disco {
	margin-right: 5%;
}

.album p.track {
	padding-left: 25px;
	text-indent: 0;
}

.gen p {
  text-indent: 0;
	margin-bottom: 10px;
}

.gen p.upper {
	margin-bottom: 0;
}

.block {
	margin-top: 10px;
}

.black {
	color: black!important;
}

.info-panel {
	padding: 15px;
	border-radius: 10px;
	display: none;
}

h1.title {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

h1 {
	margin: 0;
}

img.icon, svg.icon {
  display: inline-block;
  width: auto;
}

img.im.icon, img.isp.icon,
svg.im.icon, svg.isp.icon {
	height: 19px;
	width: 19px;
}

img.iap.icon, svg.iap.icon {
  height: 24px;
	width: 19.56px;
}

img.ibs.icon, svg.ibs.icon {
  height: 17px;
	width: 52px;
  margin-bottom: 1px;
}

img.iys.icon, svg.iys.icon {
  height: 20px;
  width: 28px;
}

img.ics.icon, svg.ics.icon {
  height: 19.5px;
  margin-bottom: 1px;
	margin-left: 1px;
	width: 35px;
}

img.arrow, svg.arrow {
  display: inline-block;
  width: 9px;
	height: 9px;
  margin-bottom: 0px;
  margin-right: 25px;
}

.col.links, .col.links a {
	font-size: 13px;
	text-transform: uppercase;
}

.col.intro {
	margin-bottom: 20px;
}

}

@media screen and (min-width: 568px) {
/*--------------------------------------------------------------
# ENTRY BLOCK
--------------------------------------------------------------*/
main#primary {
  clear: both;
  overflow: hidden;
}

.entry-content {
	clear: both;
	overflow: visible;
}

.illus {
	margin: 0;
}

.illus, .ar-block {
  width: 49%;
  float: left;
}

article:nth-child(2n - 1) .illus, article:nth-child(2n) .ar-block {
	float: right;
}

article:nth-child(2n - 1) .ar-block {
	margin-top: 0!important;
}

.ar-block {
  margin-top: -50%;
}

.ar-block.illus-only {
	position: relative;
}

.t-illus {
	max-width: 400px;
	position: absolute;
	top: 1px;
	right: 0;
}

.b-illus {
  position: absolute;
  left: 0;
  bottom: 0;
	max-width: 400px;
}

.article-wrap {
  clear: both;
  overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}

.article-wrap:first-child article:first-child .illus {
	margin-top: 0!important;
}

.sq {
	position: relative;
}

.info-panel {
  position: absolute;
	padding: 0;
  top: 0;
  left: 0;
  height: 100%;
	width: 100%;
	overflow-y: scroll;
}

.col.biog {
  padding: 12px 15px 0px 15px;
}

.col.disgen {
	padding: 0 15px 15px 15px;
}

/*--------------------------------------------------------------
# FEATURE
--------------------------------------------------------------*/
.feat-text {
  clear: both;
  overflow: hidden;
}

.feat-text .col.links, .feat-text .col.text {
  width: 49%;
  float: left;
  margin-right: 1%;
	clear: none;
	overflow: visible;
}

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.f-news .form h1, .f-news .form span, .f-news input, .f-news input[type="submit"] {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 38px;
}

.f-news #mc_embed_signup .button {
	font-size: 40px!important;
	line-height: 38px!important;
	height: 34px!important;
}

.f-news #mc_embed_signup .mc-field-group input {
	height: 31px!important;
	width: 270px!important;
}

.f-c-wrap {
	clear: both;
	overflow: hidden;
}

.f-col {
  width: 49%;
  margin-right: 1%;
  float: left;
}

.foot-logo {
  margin-top: 50px;
  text-align: right;
}

.foot-logo img {
  width: 49%;
	display: inline-block;
	max-width: 400px;
}

}

@media screen and (min-width: 768px) {
/*--------------------------------------------------------------
# GLOBAL
--------------------------------------------------------------*/
body {
	padding: 20px;
}

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
.site-branding .col-Th:first-child {
  display: block;
  width: 33%;
}

.site-branding .col-Th:first-child a {
	padding-left: 10px;
}

.site-branding .col-Th:last-child {
	display: block;
	width: 33%;
}

.site-branding .col-Th:nth-child(2) a {
	padding: 0;
}

.site-branding .col-Th:nth-child(2) {
  width: 34%;
  text-align: center;
}

nav.main-navigation .col-Th:last-child {
  width: 100%;
  width: 33%;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 44px;
}

nav.main-navigation .col-Th:last-child img {
  top: 43px;
}

header#masthead {
	padding: 16px 0;
}

.site-branding .col-Th:nth-child(2) a, span.subscribe,
.site-branding .col-Th:first-child a {
	padding-left: 20px;
}

.site-branding .col-Th:last-child a, span.menu {
	padding-right: 20px;
}

.menu-items {
	left: 20px;
}

.m-image {
	left: 20px;
}

.ar-p-wrap {
  padding: 114px 20px 10px 20px;
}

.subscribe-panel .form {
  top: 115px;
	left: 20px;
}

/*--------------------------------------------------------------
# ENTRY BLOCK
--------------------------------------------------------------*/
.info-panel {
  position: absolute;
	padding: 0;
  top: 0;
  left: 0;
  height: 100%;
	overflow-y: scroll;
}

.info-panel .col {
	padding: 0;
}

.col.biog {
	float: right;
	width: 49%
}

.bio {
  padding: 15px 15px 0 0;
}

.disco {
	padding: 15px 0 0 15px;
}

.gen {
	margin-top: 30px;
	padding: 0 0 12px 15px;
}

.col.disgen {
	clear: none;
	float: left;
	width: 51%;
}

.disco, .gen {
  width: 130px;
  float: none;
}

.album-art {
  opacity: 1;
  position: absolute;
  width: 70%;
  margin: auto;
}

.sq video.yt-preview {
	opacity: 1;
	position: absolute;
	width: 70%;
	margin: auto;
}

/*--------------------------------------------------------------
# FEATURE
--------------------------------------------------------------*/
.feat-content {
	padding: 113px 20px 0px 20px;
}

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.deets {
	display: block;
}

.form {
	margin-top: 0;
}

.f-news {
	clear: both;
	overflow: hidden;
	margin: 100px 0;
}

.deets, .form {
	width: 49%;
	margin-right: 1%;
	float: left;
}

}

@media screen and (min-width: 860px) {
/*--------------------------------------------------------------
# ENTRY BLOCK
--------------------------------------------------------------*/
.article-wrap:first-child article:first-child .illus img {
	margin-right: 0;
  margin-left: auto;
}

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

.col.intro, .col.links {
	width: 49.5%;
	clear: none;
	overflow: visible;
}

.col.intro {
	float: right;
	margin-bottom: 0;
}

.col.links {
	float: left;
}

.illus img {
  max-width: 400px;
}

}

@media screen and (min-width: 830px) {
/*--------------------------------------------------------------
# FEATURE
--------------------------------------------------------------*/
.feat-title, .feat-text {
	width: 50%;
}

}

@media screen and (min-width: 1024px) {
/*--------------------------------------------------------------
# GLOBAL
--------------------------------------------------------------*/
main#primary {
  margin-top: 65px;
}

/*--------------------------------------------------------------
# NAVIGATION
--------------------------------------------------------------*/
img.menu-line, img.art-line {
  position: fixed;
  top: 81px;
  height: calc(100vh - 90px);
  z-index: 10;
  width: 20px;
}

img.menu-line {
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
}

img.art-line {
	left: 24%;
}

.m-image {
  position: absolute;
  bottom: 40px;
  left: 2%;
  width: 310px;
	height: 146px;
}

.menu-items, .menu-items a {
  text-transform: uppercase;
  font-size: 64px;
  line-height: 59px;
}

.menu-items {
	top: 81px;
	left: 10px;
}

.m-p-wrap {
	padding-left: 1%;
	min-height: 735px;
}

.strip {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 2%;
	font-size: 27px;
  line-height: 26px;
	white-space: nowrap;
	width: 100%;
}

ul.movline {
  margin: 0;
  padding: 0;
  list-style: none;
	position: relative;
	display: inline-block;
	clear: both;
	overflow: visible;
}

ul.movline li {
	float: left;
	padding-right: 6px;
}

ul.movline.cloned {
  position: absolute;
  top: 0;
  left: 0px;
}

.menu-panel {
	width: 50%;
	right: 0;
	left: auto;
}

.about-panel {
	width: 50%;
}

.a-p-wrap {
  clear: both;
  overflow: hidden;
  padding: 83px 2% 11px 20px;
}

.col-One, .col_Two {
	width: 49%;
	float: left;
	clear: none;
}

.col-One {
	float: right;
	margin-bottom: 0;
}

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

.aoc, .cool-list {
  width: 100%;
	max-width: 200px;
  float: none;
}

.aoc {
  margin-bottom: 100px;
}

.subscribe-panel {
	width: 50%;
}

.subscribe-panel .form {
	top: 84px;
	left: 20px;
	width: 100%;
}

.f-image {
  width: 140px;
  height: 260px;
  right: auto;
  bottom: 13px;
  left: 20px;
}

.artist-panel {
	width: 25%;
	z-index: 9;
}

.ar-p-wrap {
  padding: 84px 10px 10px 20px;
}

/*--------------------------------------------------------------
# FEATURE
--------------------------------------------------------------*/
.feat-title h1 {
  font-size: 64px;
  line-height: 59px;
}

img.big.arrow, svg.big.arrow {
  height: 43px;
  width: 43px;
}

.feat-content {
  padding: 80px 20px 0px 20px;
	height: calc(100% - 90px);
	min-height: 610px;
}

/*--------------------------------------------------------------
# ENTRY BLOCK
--------------------------------------------------------------*/
.sq video {
	display: block;
}

img.mobile {
	display: none;
}

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
.f-news .form h1, .f-news .form span, .f-news input, .f-news input[type="submit"] {
  text-transform: uppercase;
  font-size: 64px;
  line-height: 59px;
}

.f-news #mc_embed_signup .button {
	font-size: 64px!important;
  line-height: 59px!important;
}

.f-news #mc_embed_signup .button, .f-news #mc_embed_signup .mc-field-group input {
	height: 52px!important;
}

.f-news #mc_embed_signup .mc-field-group input {
	width: 435px!important;
}

.f-news .form h1 {
  margin-bottom: 28px;
}

.deets {
	width: 24%;
}

.f-news .form {
	width: 74%;
}

.f-col {
  width: 24%;
  margin-right: 1%;
  float: left;
	margin-bottom: 0;
}

.f-col.last {
	margin-left: 25%;
}

}

@media screen and (min-width: 1024px) {
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
nav.main-navigation.mobile {
	display: none;
}

nav.main-navigation.desktop {
	display: block;
}

}
