/* ==========================================================================
   CASH Music Base styles
   ========================================================================== */

html {
    font-size: 1em;
    line-height: 1.4;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*, *:before, *:after {
  box-sizing: inherit;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(34,34,34,0.2);
    margin: 60px 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/* Standard CASH Embeds */
.cashmusic.embed{
  max-width:850px;
  margin:0 auto;
}


fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

a{
  color:#222;
  text-decoration: none;
}

p{
  font-weight: 100;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Nunito', 'Helvetica', arial, sans-serif;
}

small, p.small{
  font-size: 12px;
  line-height: 18px;
}

blockquote{
  margin:0;
  padding:0;
}

blockquote p{
  padding:0;
  margin:0 0 36px 0;
  font-size: 30px;
  line-height: 36px;
}

ul, ol{
  margin:0;
  padding:0;
  list-style-type: none;
  font-weight: 100;
}

ol{
  margin: 0 0 0 30px;
  list-style-type:decimal-leading-zero;
}

img{
  width:100%;
  height: auto;
  margin:0 0 30px 0;
}

strong, b{
  font-weight: 400;
}

textarea {
    resize: vertical;
}

/* Typography standards */


h1,h2,h3,h4,h5,h6{
  margin:0;
  padding:0;
	font-weight: 100;
  font-family: 'Nunito', 'Helvetica', arial, sans-serif;
}

h1 {font-size: 52px; line-height: 58px; font-weight: 700; font-family: 'Montserrat', sans-serif;}
h2 {font-size: 24px; line-height: 30px; margin:0 0 36px 0;}
h3 {font-size: 18px; line-height: 24px; display:inline-block; margin:0 0 36px 0; padding:0 0 6px 0;}
h4 {font-size: 14px; line-height: 18px; display:inline-block; margin:0 0 10px 0; padding:0 0 6px 0;}
h5 {font-size: 14px; line-height: 18px; margin:0 0 18px 0;}
h6 {font-size: 12px; line-height: 14px;}

h3, h4{
  border-bottom: solid 2px rgba(0,0,0,0.2);
}

.light h3, .light h4{
border-bottom: solid 2px rgba(255,255,255,0.2);
}

h3 a, h4 a {
  padding:0 0 8px 0;
  margin:0 0 -8px 0;
}

h6 a{
  opacity: 0.6;
}

h1.page-title{
  font-size:52px;
  line-height: 48px;
  margin:100px 0 60px 0;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Page Setup
   ========================================================================== */

body{
    background:#202020;
    font-family: 'Nunito', 'Helvetica', arial, sans-serif;
    font-size: 1em;
}

/* Site wrapper */

#wrapper{
	max-width:1350px;
  	margin: 0 auto;
}

#main{
    position: relative;
    z-index: 20;
    width:100%;
    height: 100%;
    margin:0 auto;
    padding:0;
    background:#eee;
    color:#222;
    opacity: 0;
    opacity: 1;
    -webkit-overflow-scrolling: touch;
}

#main .article-content{
  padding:30px 15px;
}

/* Hover states */

/* Animated Underline */
footer[role="contentinfo"] nav a:before, .author a:before, h3 a:before, h4 a:before, h6 a:before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: rgba(255,255,255,0.2);
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

footer[role="contentinfo"] nav a:hover:before, footer[role="contentinfo"] nav a:focus:before, footer[role="contentinfo"] nav a:active:before,  .author a:hover:before, .author a:focus:before, .author a:active:before, h3 a:hover:before, h3 a:focus:before, h3 a:active:before, h4 a:hover:before, h4 a:focus:before, h4 a:active:before, h6 a:hover:before, h6 a:focus:before, h6 a:active:before{
    left: 0;
    right: 0;
 }


#main article section a, footer[role="contentinfo"] nav a, .author a{
    color:#222;
    text-decoration: none;
    border-bottom:solid 1px rgba(0,0,0,0.6);
    vertical-align: bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

#main article section a:active, #main article section a:hover, footer[role="contentinfo"] nav a:active, footer[role="contentinfo"] nav a:hover, .author a:active, .author a:hover{
    opacity: 0.6;
}

#main article.dark section p a{
  background:none;
  border-bottom:solid 1px rgba(34,34,34,0.3);
}

#main article.light section p a{
  background:none;
  border-bottom:solid 1px rgba(255,255,255,0.5);
}

#main article section p a:hover{
  background:transparent;
  background:rgba(255,255,255,0);
}

/* Transitions */

a{
	-webkit-transition: 0.3s  ease-in-out;
	transition: 0.3s  ease-in-out;
}

#main article .author img{
  -webkit-transition: 0.5s  ease-out;
  transition: 0.5s  ease-out;
}

/* Color Treatments */

#main article .dark, #main article .dark a, #main article .dark .author a, #main article .dark a, #main article.dark, #main article.dark a, #main article.dark .feature h2{
    color:#222;
    border-color: rgba(34,34,34,0.2);
}

#main article.dark a:before,  #main article .dark .author a:before{
    background:#222;
}

#main article .light, #main article .light a, #main article .light .author a, #main article .light a, #main article.light, #main article.light a, #main article.light .feature h2, .article-content.light{
    color:#f5f5f5;
    border-color: rgba(245,245,245,0.2);
}

#main article.light a:before,  #main article .light .author a:before{
    background:#f5f5f5;
}

#main article.dark .inner h2 a{
    border-bottom: solid 2px rgba(34,34,34,0);
}

#main article.dark section .inner h2 a:hover{
    border-bottom: solid 2px rgba(34,34,34,0.2);
}

#main article.dark section footer .inner h2 a:hover{
    border-bottom: solid 2px rgba(0,0,0,0);
}

#main article.light section .inner h2 a{
    border-bottom: solid 2px rgba(245,245,245,0);
}

#main article.light .inner h2 a:hover{
    border-bottom: solid 2px rgba(245,245,245,0.2);
}

#main article.light section footer .inner h2 a:hover{
    border-bottom: solid 2px rgba(245,245,245,0);
}

/* Site Header */

header[role=banner]{
  color:#fff;
  overflow: hidden;
}

header[role=banner] .header-bg{
  position: absolute;
  top:0;
  left:0;
  height:150vh;
  width:100%;
  z-index: -20;
  display:block;
  overflow: hidden;
}

header[role=banner] .header-bg img{
  height:100%;
  width:auto;
}

header[role=banner].platform:before{
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8c00f7+0,0090ff+100 */
  background: rgb(140,0,247); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(140,0,247,1) 0%, rgba(0,144,255,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(140,0,247,1)), color-stop(100%,rgba(0,144,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(140,0,247,1) 0%,rgba(0,144,255,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(140,0,247,1) 0%,rgba(0,144,255,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(140,0,247,1) 0%,rgba(0,144,255,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(140,0,247,1) 0%,rgba(0,144,255,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c00f7', endColorstr='#0090ff',GradientType=0 ); /* IE6-9 */
  opacity: 0.5;
  z-index: -10;
}

/* Hero */

 #hero{
    margin:68px 0px 74px 0px;
    padding:30px;
    position: relative;
    text-align: center;
    z-index: 10;
}

 #hero h1{
    text-align: center;
    padding:0 0 36px 0;
    max-width:900px;
    margin:0 auto;
    font-family:'Montserrat', sans-serif;
    word-wrap: break-word;
}

 #hero h1 a{
    color:#fff;
    border-bottom: solid 5px;
    display:inline-block;
}

 #hero h2{
    max-width:850px;
    text-align: center;
    margin:0 auto;
}

/* Hero call to action */

#hero .actions{
    text-align: center;
}

#hero  a{
    display: block;
    border: solid 5px;
    padding:12px;
    font-size: 12px;
    width:250px;
    margin:36px auto;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

#hero a:hover{
  background:#f5f5f5;
  color:rgba(34,34,34,0.5);
  border-color:#f5f5f5;
}

#hero .preview{
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width:90%;
  margin:0 0 -50% 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

/* Hero Inline */

#hero-inline{
  background:#eeeeee url('https://static-cashmusic.netdna-ssl.com/www/img/constant/texture/hash-pattern.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: 70%;
  background-attachment: fixed;
  color:#ff475b;
  padding:100px 30px 100px 30px;
  margin:0;
  text-align: center;
  display: block;
}

#hero-inline h1{
  margin:0 auto;
  padding:0;
  font-family:'Montserrat', sans-serif;
  font-weight: bold;
}

#hero-inline h2{
  max-width: 800px;
  margin: 30px auto 50px auto;
}

/* Quote Section */

#main .quote-emphasis{
  margin:0 0 60px 0;
  font-size: 30px;
  line-height: 36px;
}

#main .quote-emphasis blockquote{
  padding:60px 15px 30px 15px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 100;
  text-align: left;
}

#main .quote-emphasis p{
  font-family: 'Playfair Display', serif;
}

/* Material */

.paper{
  padding:30px;
  margin:0 auto 60px auto;
  background:#fff;
  color: #ff475b;
  height:100%;
  opacity: 1;
  -webkit-transition: 0.3s  ease-in-out;
  transition: 0.3s  ease-in-out;
}

.hide .paper{
  opacity: 0;
  height:0;
  margin:0 auto;
  pointer-events: none;
  padding:0 120px;
}

.hide .paper p{
  opacity: 0;
  height:0;
  padding:0;
}

.paper a{
  color:#ff475b;
  text-decoration: underline;
}

.paper h3{
  border-bottom:none;
}

/* More-link */

#main .more-link.menutoggle{
  position: initial;
  display: inline;
  padding:12px 36px;
}

#main .more-link{
  border: solid 5px;
  padding: 12px;
  font-size: 12px;
  width: 250px;
  margin: 36px auto;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

#main .more-link:hover{
  color:#fe5c71;
  cursor: pointer;
}

#main #hero-inline .more-link{
  color:#fe5c71;
}

#main #hero-inline .more-link:hover{
  color:#fe5c71;
  background:#fff;
}

/* Fullbleed helper */

#main .fullbleed, #main .gallery, #main .carousel, #main .quote-emphasis{
  margin-left: -15px!important;
  margin-right: -15px!important;
}

/* Tables */

table{
width:100%;
margin:30px auto;
border:solid 1px rgba(34,34,34,0.1);
}

table th{
   background-color: rgba(34,34,34,0.2);
}

table th, table td{
  text-align: center;
   padding:20px;
}

table tr td:first-child{
  text-align: left;
}

table tr{
  background-color:rgba(34,34,34,0.1);

}

table tr:nth-child(odd){
 background-color:rgba(34,34,34,0.05);
}

/* Scroll hint */

header .scroll{
    position: fixed;
    bottom:8%;
    display: inline-block;
    left:50%;
    height: 40px;
    width: 30px;
    font-size: 30px;
    text-align: center;
    margin:0 0 0 -15px;
    opacity: 0;
    pointer-events: none;
}

/* Carousel */

#main section.carousel{
  padding:40px 0 0 0;
  margin:0 0 60px 0;
  overflow: hidden;
  position:relative;
}

#main section.carousel .slick-prev, #main section.carousel .slick-next{
  position:absolute;
  left:25px;
  top:50%;
  background:none;
  border:none;
  padding:0;
  margin:-150px 0 0 0;
  text-indent: -5000em;
  height:300px;
  width:50px;
  display: block;
  background: url('https://static-cashmusic.netdna-ssl.com/www/img/constant/icon/carousel-arw.svg') 50% 50% no-repeat;
  z-index: 30;
  -webkit-filter: invert(1);
  filter: invert(1);
  opacity: 0;
}

#main section.carousel .slick-prev:focus, #main section.carousel .slick-next:focus, #main section.carousel img:focus{
  border: none;
  outline: none;
}

#main section.carousel .slick-prev{
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

#main section.carousel .slick-next{
  left: auto;
  right:25px;
}

/* Inline gallery  */

#main .gallery{
  margin:30px 0;
  padding:30px 0;
}

#main .gallery img:focus{
  outline:none;
  border:none;
}

#main .gallery.dark{
    color:#f5f5f5;
}

#main .gallery.dark h5{
    color:#f5f5f5;
    padding:10px;
}

#main .gallery a{
  margin:0;
  padding:0;
}

#main .gallery img{
  margin:0!important;
  padding:0;
}

/* Grid Gallery */

#main .gallery.grid{
  margin:0 0 60px 0;
  padding:30px 0;
}

#main .gallery.grid a{
  margin:0;
  padding:0;
}

#main .gallery.grid a:hover img{
  opacity: 0.6;
}

#main .gallery.grid.dark{
  background:#222;
  color:#f5f5f5;
}

/* Preserve Aspect Ratio*/

#main article .feature{
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}

#main article .feature iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#main article .feature p.credit, #main .gallery p.credit{
  opacity: 0;
  position: absolute;
  bottom: 0;
  right:0;
  padding:5px 10px;
  margin:0;
  background:rgba(0,0,0,0.9);
  font-size: 10px;
}

#main article .feature:hover p.credit, #main .gallery img:hover p.credit{
  opacity: 1;
}

#main article .feature img, #main article .feature a{
  position: absolute!important;
  top: 0;
  left: 0;
  width:100%;
  height:auto;
  min-height: 100%;
}

#main article .feature p.credit a{
  position: initial!important;
}

/* Site Footer */

footer[role=contentinfo]{
	display: block;
	padding:30px;
  background:#202020;
  color:#999;
  overflow:auto;
  text-align: center;
  position: relative;
  z-index: 30;
}

footer[role=contentinfo] .supporters{
	padding:30px;
	border-top:solid 1px rgba(102,102,102,0.2);
	border-bottom:solid 1px rgba(102,102,102,0.2);
}

footer[role=contentinfo] a{
	text-align: left;
	padding:0 0 0px 0;
	color:#999;
 	vertical-align: baseline;
  opacity: 1;
}

footer[role=contentinfo] a:hover{
  opacity: 0.6;
}

footer[role=contentinfo] .supporters a img{
  width:80%;
  height:auto;
}

footer[role=contentinfo] .supporters a:first-child img{
  width:100%;
  margin-bottom: 10px;
}

footer[role=contentinfo] nav{
	padding:30px;
}

footer[role=contentinfo] nav h6{
  /*text-align: center;*/
  text-align: left;
  font-weight: 400;
  display: block;
  margin:0 0 10px 0;
}

footer[role=contentinfo] nav ul{
	text-align: left;
	list-style-type: none;
	margin:0 0 20px 0;
	padding:0;
  font-size: 11px;
}

footer[role=contentinfo] nav ul li a{
	color:#666;
  font-weight: 100;
  position: relative;
  border: none;
}

footer[role=contentinfo] h5{
  margin:0;
  padding:30px 0 0 0;
  font-size:12px;
  text-transform: uppercase;
  text-align: center;
  border-top:solid 1px rgba(102,102,102,0.2);
}

footer[role=contentinfo] h5 a{
  color:#666;
  border-bottom:1px solid rgba(102,102,102,1);
  vertical-align: baseline;
}

footer[role=contentinfo] h5 a:hover{
  opacity:0.6;
  border-bottom:1px solid rgba(102,102,102,0);
}

footer[role=contentinfo] h6{text-align: center; margin-bottom: 0;}
footer[role=contentinfo] h6 .icon{font-size: 30px; margin:30px 0 0 0;}

footer[role=contentinfo] a{display: inline-block;}

/* ==========================================================================
   Responsive
   ========================================================================== */

/* Screen height restriction */
@media screen and (min-height: 42.6em){

header .scroll, header .credit{
    opacity: 1;
    pointer-events: auto;
}

}

/* Pure Medium + */
@media screen and (min-width: 48em) {

/* Background Image */

body{
  background-color: #101010;
  background-image:url('https://static-cashmusic.netdna-ssl.com/www/img/constant/texture/hash-pattern.png');
  background-attachment: fixed;
  background-size: 70%;
  background-blend-mode:overlay;
}

/* Page Title */

h1.page-title{
  font-size:90px;
  line-height: 86px;
  margin:30px 0 100px 0;
}

/* Paper */

.paper{
  padding:60px 120px;
}

/* Hero Exhibit State */

.exhibit #main{
margin:94vh auto 0 auto;
}

#main section.section-title{
  padding:0 60px 30px 60px;
}

/* Header Background */

header[role=banner] .header-bg, header[role=banner] .header-bg img{
  display: none;
}

#hero .actions a{
    display: inline-block;
}

/*  Article Page */

#main .article-content{
  padding:0px;
}

#main article section{
	padding:0 60px;
  margin:0 0 30px 0;
}

#main .article-content{
	padding:150px 0 0 0;
}

/* Article Footer */
#main article footer{
  padding:60px;
}

/* Page Hero Area */

#hero{
	position: fixed;
	top:0;
	display:block;
  width:100%;
  max-width:1350px;
  height:100vh;
  padding:0 30px;
  margin:0 auto;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}

 #hero .inner{
	margin:143px auto 74px auto;
	padding:30px 30px;
  height:70%;
	max-width:1320px;
}

 #hero h1{
  font-size: 48px;
  font-size: 4.4vw;
  line-height: 7vh;
}

/* Inline Hero */

#hero-inline{
  padding: 120px 30px;
}

/* Inline Credit */

.inline-credit{
  display: inline-block;
  opacity: 0.6;
}

/* Fullbleed helper */

#main .fullbleed, #main .gallery, #main .carousel, #main .quote-emphasis{
  margin-left: 0!important;
  margin-right: 0!important;
}

/* Carousel Controls */

#main section.carousel .slick-prev, #main section.carousel .slick-next{
  opacity: 1;
}

/* Quote Emphasis */
#main .quote-emphasis{
  margin:0 0 60px 0;
}

/* Site Footer */

footer[role=contentinfo] nav ul, footer[role=contentinfo] nav h6, footer[role=contentinfo] .supporters a{text-align: left;}

footer[role=contentinfo] .supporters a{padding:0;}


footer[role=contentinfo] .supporters a img{
  width:40%;
  height:auto;
}

footer[role=contentinfo] .supporters a:first-child img{
  width:50%;
  margin-bottom: 0;
}

}/* END Pure Medium */


/* Table Breakdown */

@media screen and (max-width: 48em) {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	table th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid rgba(34,34,34,0.2);
		position: relative;
		padding-left: 50%;
	}

	td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 20px;
		left: 0px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

	/* Label the data */
	td:nth-of-type(1) { background-color: rgba(34,34,34,0.2); }
	td:nth-of-type(2):before { content: "Cash Music"; }
	td:nth-of-type(3):before { content: "Bandcamp Pro"; }
	td:nth-of-type(4):before { content: "Soundcloud Pro"; }
	td:nth-of-type(5):before { content: "Patreon"; }
	td:nth-of-type(6):before { content: "Bandzoogle"; }
	td:nth-of-type(6) { border:none; }

}  /* END Table Breakdown */


/* Tablet Landscape */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {

body{
  background: transparent;
}

 #hero h1{
  font-size: 48px;
  line-height: 58px;
}

header[role=banner] .header-bg, header[role=banner] .header-bg img{
  display: block;
}

} /* END Tablet Landscape */

/* Tablet Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1){

body{
  background: none;
}

 #hero h1{
  font-size: 48px;
  line-height: 58px;
}

header[role=banner] .header-bg, header[role=banner] .header-bg img{
  display: block;
}

} /* END Tablet Portrait */

/* Mobile Landscape */

@media screen and (min-device-width: 320px) and (max-device-height: 736px) and (orientation: landscape){

header[role=banner] .header-bg{
  width:100%;
  height:auto;
}

} /* END Mobile Landscape */
