/*
Theme Name: KKINGDOMM 2017
Theme URI: http://kkingdomm.com
Description: Theme for DJ and music producer Kingdom.
Version: 5.0
Author: Nick Scholl
Author URI: http://twitter.com/NickScholl_

*/



@font-face{
	font-family:'Choque';
	src:url("no-techn.eot");
	src:url("no-techn.eot?#iefix") format("embedded-opentype"),
			url("no-techn.woff") format("woff"),
			url("no-techn.ttf") format("truetype"),
			url("no-techn.svg#ChoqueDisplaySSiBoldItalic") format("svg");
	font-weight:bold;
	font-style:normal;
}

/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

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

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
	min-height: 100%;
}

body {
	background: #111;
	font-size: 62.5%;
	margin: 0;
	min-height: 100%;
	overflow-x: hidden;
}
 
img {
	max-width: 100%;
	height: auto;
}

#header {
	
}

#fullpage {
	background: #111;
	font-family: 'Didact Gothic', sans-serif;
	opacity: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#logo {
	display: none;
	font-size: 30px;
	height: 30px;
	left: 15px;
	line-height: 32px;
	margin: 0;
	position: absolute;
	right: 15px;
	text-align: center;
	text-transform: uppercase;
	top: 15px;
}
	#logo a {
		color: #FFF;
		display: block;
		text-indent: -6000px;
	}
	#logo svg {
		height: 80vh;
		opacity: 0;
		animation-name: kingdomIn;
		animation-duration: 2s;
		animation-fill-mode: forwards;
		animation-timing-function: ease;
		-webkit-animation-name: kingdomIn;
		-webkit-animation-duration: 2s;
		-webkit-animation-fill-mode: forwards;
		-webkit-animation-timing-function: ease;
		transform: skewX(-37.7deg);
		-mox-transform: skewX(-37.7deg); /* Safari */
		-ms-transform: skewX(-37.7deg); /* IE 9 */
		-o-transform: skewX(-37.7deg); /* Safari */
		-webkit-transform: skewX(-37.7deg); /* Safari */
	}
	
	.kk-logo {
		height: 80vh;
		position: relative;
		top: 10vh;
    left: 120px;
		opacity: 0;
		z-index: 3;
		transform: skewX(-37.7deg);
		-mox-transform: skewX(-37.7deg); /* Safari */
		-ms-transform: skewX(-37.7deg); /* IE 9 */
		-o-transform: skewX(-37.7deg); /* Safari */
		-webkit-transform: skewX(-37.7deg); /* Safari */
	}
	.kk-logo.animated {
		animation-name: kingdomIn;
		animation-duration: 4s;
		animation-fill-mode: forwards;
		animation-timing-function: ease;
		-webkit-animation-name: kingdomIn;
		-webkit-animation-duration: 4s;
		-webkit-animation-fill-mode: forwards;
		-webkit-animation-timing-function: ease;
	}


@keyframes kingdomIn {
  from { opacity: 0; }
  to {
		opacity: .9;
		transform: skewX(0deg);
		-mox-transform: skewX(0deg); /* Safari */
		-ms-transform: skewX(0deg); /* IE 9 */
		-o-transform: skewX(0deg); /* Safari */
		-webkit-transform: skewX(0deg); /* Safari */
	}
}
@-moz-keyframes kingdomIn {
  from { opacity: 0; }
  to {
		opacity: .9;
		transform: skewX(0deg);
		-mox-transform: skewX(0deg); /* Safari */
		-ms-transform: skewX(0deg); /* IE 9 */
		-o-transform: skewX(0deg); /* Safari */
		-webkit-transform: skewX(0deg); /* Safari */
	}
}
@-ms-keyframes kingdomIn {
  from { opacity: 0; }
  to {
		opacity: .9;
		transform: skewX(0deg);
		-mox-transform: skewX(0deg); /* Safari */
		-ms-transform: skewX(0deg); /* IE 9 */
		-o-transform: skewX(0deg); /* Safari */
		-webkit-transform: skewX(0deg); /* Safari */
	}
}
@-o-keyframes kingdomIn {
  from { opacity: 0; }
  to {
		opacity: .9;
		transform: skewX(0deg);
		-mox-transform: skewX(0deg); /* Safari */
		-ms-transform: skewX(0deg); /* IE 9 */
		-o-transform: skewX(0deg); /* Safari */
		-webkit-transform: skewX(0deg); /* Safari */
	}
}
@-webkit-keyframes kingdomIn {
  from { opacity: 0; }
  to {
		opacity: .9;
		transform: skewX(0deg);
		-mox-transform: skewX(0deg); /* Safari */
		-ms-transform: skewX(0deg); /* IE 9 */
		-o-transform: skewX(0deg); /* Safari */
		-webkit-transform: skewX(0deg); /* Safari */
	}
}

.fp-controlArrow {
	width: 70px!important;
	height: 60px!important;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	border: none!important;
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-delay: 0;
	-webkit-animation-play-state: running;
	-webkit-animation-fill-mode: none;

	-moz-animation-name: pulse;
	-moz-animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-moz-animation-delay: 0;
	-moz-animation-play-state: running;
	-moz-animation-fill-mode: none;

	animation-name: pulse;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-delay: 0;
	animation-play-state: running;
	animation-fill-mode: none;
}
	.fp-controlArrow.fp-next {
		background-image: url(/img/arrow-right.svg?v=2);
	}
	.fp-controlArrow.fp-prev {
		background-image: url(/img/arrow-left.svg?v=2);
	}


	@-webkit-keyframes pulse {

	    from {
	        opacity: 0;
	    }

	    to {
	        opacity: 1;
	    }
	}

	@-moz-keyframes pulse {

	    from {
					-moz-box-shadow: none;
	        opacity: 0;
	    }

	    to {
	        opacity: 1;
	    }

	}

	@keyframes pulse {

	    from {
	        opacity: 0;
	    }

	    to {
	        opacity: 1;
	    }

	}

#menu {
	position: fixed;
	left: 16px;
	text-align: left;
	top: 16px;
	z-index: 50;
}
	#menu a {
		text-decoration: none;
	}
		
	
		#menu a span {
			display: none;
		}
	
	#menu > a {
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 16px;
		color: rgba(255,255,255,0.9);
		line-height: 30px;
		text-transform: uppercase;
	}
		#menu > a:hover {
			color: #FFF;
		}
	
	#menu i.fa-bars {
		font-size: 26px;
		text-shadow: 2px 2px 1px rgba(0,0,0,.4);
		vertical-align: middle;
	}
	

#primary-menu,
#biography {
	display: none;
	bottom: 0;
	left: 0;
	overflow: auto;
	position: fixed;
	right: 0;
	text-shadow: none;
	top: 0;
	z-index: 100;
}
	#primary-menu{
		padding: 4em 1em;
	}
		#primary-menu > div  {
			height: 100%;
		}

#biography-text {
	background: #070709 url(/img/kingdom-press-pic-7.7.jpg?v=2) no-repeat center top;
	background-size: 100% auto;
	color: #e1e4e9;
	font-size: 1rem;
	min-height: 100vh;
}
	#biography-text .inner-content {
		padding-top: 75vh;
		padding-bottom: 32px;
		padding-left: 8px;
		padding-right: 8px;
	}

#menu-item-social a {
	display: inline-block!important;
	width: 20%;
	margin-top: 60px;
}

.overlay-container {
	background: #070709;
	color: #c7a299;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 2rem;
	letter-spacing: .2em;

}
	.overlay-container a {
		color: #DAA520;
		text-decoration: underline;
	}
	.overlay-container a:hover {
		color: #121114;
	}

#menu-options {
	height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	display: table;
	width: 100%;
}
	#menu-options li {
		display: table-row;
	}
		#menu-options li a {
			color: #c7a299;
			display: table-cell;
			text-decoration: none;
			vertical-align: middle;
		}
			#menu-options li a:hover {
				color: #FFF;
				text-decoration: underline;
			}

.menu-hide {
	cursor: pointer;
	display: none;
	position: fixed;
	right: 20px;
  top: 20px;
  width: 60px;
}

#tears_splash {
	background: #111;
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 4;
}
	#tears_splash img {
		cursor: pointer;
		position: fixed;
    right: 20px;
    top: 20px;
    width: 60px;
	}

#kit {
	text-transform: uppercase;
}
	#kit a {
		color: #FFF;
	}
	#kit>div {
		color: #fff;
		letter-spacing: 2px;
	}
		#kit .inner-content strong {
			display: block;
			margin-top: 2rem;
			
			text-transform: uppercase;
			white-space: nowrap;
		}
			#kit .inner-content a {
				white-space: nowrap;
			}

#social {
	line-height: 1rem;
	margin: 64px 16px;
	text-align: left;
}
	#social ul {
		letter-spacing: 1rem;
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}
		#social ul li {
			display: inline-block;
			vertical-align: middle;
			font-size: 2.5rem;
		}
			
			#social ul li a {
				color: #FFF;
				opacity: .75;
				transition: all 0.5s ease;
				-moz-transition: all 0.5s ease;
				-o-transition: all 0.5s ease;
				-webkit-transition: all 0.5s ease;
			}
				#social ul li a:hover {
					opacity: 1;
				}

#mc-embedded-subscribe-form {
	border-bottom: 1px solid #FFF;
	box-sizing: border-box;	
	display: block;
	text-align: left;
	height: 24px;
	margin: 16px auto 28px;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
	#mc-embedded-subscribe-form .btn {
		height: 24px;
		border: 1px solid #FFF;
		border-width: 1px 1px 0;
		box-sizing: border-box;
		outline: none;
		vertical-align: middle;
		background: none;
		color: #FFF;
		font-family: 'Didact Gothic', sans-serif;
		font-size: 11px;
		line-height: 18px;
		text-transform: uppercase;
		letter-spacing: 2px;
		width: 25%;
		transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
		#mc-embedded-subscribe-form .btn:hover,
		#mc-embedded-subscribe-form .btn:focus {
			color: #111;
			background: #FFF;
		}
#mce-EMAIL {
	background: none;
	border: none;
	color: #FFF;
	font-family: 'Didact Gothic', sans-serif;
  font-size: 12px;
  height: 24px;
  box-sizing: border-box;
	outline: none;
	text-transform: uppercase;
	letter-spacing: 2px;
  vertical-align: middle;
	width: 75%;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#lilman {
	cursor: pointer;
	width: 60px;
	position: absolute;
	bottom: 0;
	right: 16px;
}
	
#contact-text {
  margin: 0 16px 64px;
}

	

.inner-content {
	font-family: 'Didact Gothic', sans-serif;
  letter-spacing: .2em;
  line-height: 1.5em;
  max-width: 600px;
	padding: 1px 0;
  margin: 0 auto;
  box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
	

#live {
	background: url(/img/bg-peak.jpg?v=2) no-repeat center center;
	background-size: cover;
	color: #FFF;
}
	body.page-template-live #live {
		position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	}
	#live-dates-teaser h3 {
		color: #FFF;
		font-family: 'Choque', sans-serif;
		font-size: 90px;
		line-height: 1em;
		margin: 0;
		position: absolute;
		bottom: 8px;
		top: auto;
		text-align: center;
		text-transform: uppercase;
		-webkit-text-fill-color: rgba(0,0,0,0);
		-webkit-text-stroke-color: #fff;
		-webkit-text-stroke-width: 2px;
	}
	
	#twirl {
		margin: 20px auto 0; 
		width: 120px
	}

#tour_box {
	background: rgba(0,0,0,.6); 
	border: 1px solid #fff; 
	padding: 40px; 
	margin: 0 auto; 
	text-shadow: 1px 1px 0 rgba(0,0,0,.4); 
	font-size: 14px;
}

#bit-events {
	background: rgba(0,0,0,.6);
	margin-top: 40px;
}

#bit-events,
.bit-events {
	color: #FFF;
}
	#bit-events a {
		color: #FFF;	
		cursor: pointer;
	}
	#bit-events table {
		text-shadow: 1px 1px 0 rgba(0,0,0,.4);
	}

.bit-share-text,
.bit-share-links {
	display: none;
}

#live-dates{
	display: none;
	background: rgba(0,0,0,.4);
	color: #FFF;
  font-size: 1rem;
}
	#live-dates h3 {
		display: inline-block;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 13px;
		font-weight: normal;
		letter-spacing: .2em;
		padding: 0 15px 5px;
		border-bottom: 1px solid #FFF;
	  text-transform: uppercase;
	}
		#live-dates p {
			line-height: 1.5rem;
			margin: 2rem 0;
		}
		#live-dates .menu-hide {
			display: inline-block;
			color: #FFF;
			position: absolute;
		}
		
	.page-template-live #live-dates {
		display: table-cell;
	}	

	.bit-widget-container {
		font-family: 'Didact Gothic', sans-serif;
	}
	table.bit-events {
		font-family: 'Didact Gothic', sans-serif;
		text-transform: uppercase;
	}
		table.bit-events th {
			font-family: 'Didact Gothic', sans-serif;
			font-weight: normal;
		}
		table.bit-events td {
			font-family: 'Didact Gothic', sans-serif;
			text-transform: uppercase!important;
		}
		table.bit-events td.bit-date a {
			line-height: 1.25em!important;
		}
		.bit-events-nav,
		.bit-buy-tix,
		.bit-notify {
			color: #FFF;
		}
		
		.bit-notify {
			font-family: 'Didact Gothic', sans-serif;
		}

.release-promo {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;

	overflow: hidden;
	position: relative;
}
	#tears_promo {
		background-image: url(/img/tears-bg-01.jpg);
	}
		#tears_promo .marquee {
			top: 60%;
		}
	#nothin_promo {
		background-image: url(/img/nothin-bg-01.jpg);
	}
		#nothin_promo .marquee {
			top: 20%;
		}
	
	#meltmap {
		opacity: 1;
		width: 100%;
		height: 100%;
		z-index: 4;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		position: absolute;
		-moz-transition: all 1.5s ease-in-out;
		-ms-transition: all 1.5s ease-in-out;
		-o-transition: all 1.5s ease-in-out;
		-webkit-transition: all 1.5s ease-in-out;
	}

	#tears_promo:hover #meltmap {
		opacity:1;
	}

.release-promo-bg {
	position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.release-title {
	color: #FFF;
	font-family: 'Choque', sans-serif;
	font-size: 90px;
	padding-left: 10px;
	position: relative;
	left: 90%;
	text-align: center;
	text-transform: uppercase;
}
	.release-title.marquee {
		cursor: pointer;
		opacity: 0;
		position: ;
		z-index: 2;
		-webkit-text-fill-color: rgba(0,0,0,0);
		-webkit-text-stroke-color: #fff;
		-webkit-text-stroke-width: 2px;
	}
		.release-title.marquee a {
			color: #FFF;
			text-decoration: none;
			-webkit-text-fill-color: rgba(0,0,0,0);
			-webkit-text-stroke-color: #fff;
			-webkit-text-stroke-width: 2px;
		}
		.release-title.marquee::first-letter {
			
		}

.release-cover {
	cursor: pointer;
	float: left;
	height: 75vh;
	margin-bottom: 8px;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 75vh;
}
	.release-cover img {
		display: block;
		width: 100%;
		height: auto!important;
	}
	
	.release-cover .front {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.release-cover .back {
		background: #111;
		color: #FFF;
		font-family: 'Didact Gothic', sans-serif;
		font-size: 11px;
		position: relative;
		text-transform: uppercase;
	}
		.release-cover .back-img {
			background-color: #111;
			background-repeat:  no-repeat;
			background-size: cover;
			position: absolute;
			left: 0;
			right: 0;
			top: 0;
			bottom: 0;
		}
		.release-cover .back-txt {
			padding-right: 16px;
			position: absolute;
			left: 25%;
			right: 16px;
			top: 16px;
			bottom: 16px;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
			.release-cover .back-txt a {
				color: #FFF;
			}
		
	#tears_cover .back-img {
		background-image: url(/img/tears-cover-back-2.jpg);
	}
	#nothin_cover .back-img {
		background-image: url(/img/nothin-cover-back.jpg);
	}
	
	
.release-center {
	border: 8px solid rgba(0,0,0,0);
	border-width: 0 8px 8px;
	float: left;
	height: calc(75vh - 8px);
	overflow: hidden;
	width: calc((100vw - 75vh) * (2/3));
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
	.narrow .release-center {
		width: 70%;
	}
	.narrow .release-feature-scroll {
		width: 30%;
	}

	
.release-label {
	background: #ffff00;
	border: 8px solid rgba(0,0,0,0);
	border-width: 8px 0;
	clear: both;
	color: #ff1414;
	display: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	height: calc(25vh - 8px);
	padding: 16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}	
	.narrow .release-label {
		font-size: 10px;
		padding: 8px 16px 8px 8px;
	}	
	
	.release-label-left {
		width: 16%;
		float: left;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.release-label-center {
		color: #000;
		float: left;
		font-size: 12px;
		font-weight: bold;
		width: 68%;
		text-align: center;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	} 
		.release-label-center .inner {
			border-top: 1px solid #000;
			margin: 0 auto;
			padding: 5px 0 0;
			max-width: 400px;
			text-align: left;
		}
			.release-label-center .inner ul li {
				display: none;
				font-size: 13px;
			}
		
			.narrow .release-label-center {
				font-size: 11px;
				 line-height: 1.1em;
			}
				.narrow .release-label-center .inner {
					padding: 5px 8px;
				}
					.narrow .release-label-center .inner ul li {
						font-size: 11px;
					}
	.release-label-right {
		float: left;
		width: 16%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	
	.release-label h4 {
		background: #ff0000;
    color: #ffff00;
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 8px;
    padding: 7px 5px 5px;
    text-align: left;
    text-transform: uppercase;
	}
		.narrow .release-label h4 {
			font-size: 13px;
		}
		
	.release-label dl {
		margin: 0;
		padding: 0;
	}
		.release-label dt {
			clear: both;
			float: left;
			text-align: left;
			line-height: 1em;
			width: 50%;
			margin-bottom: 4px;
			padding-right: 4px;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
		.release-label dd {
			border: 2px solid #ff0000;
			color: #000;
			float: left;
			font-style: italic;
			font-weight: bold;
			margin: 0 0 4px;
			padding: 5px;
			text-align: center;
			width: 50%;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
			-webkit-box-sizing: border-box;
		}
		
	.release-label-title {
		opacity: 0;
		font-size: 20px;
		line-height: 20px;
	}	
		.narrow .release-label-title {
			font-size: 16px;
		}
	
		.release-label-title img {
			height: 16px;
	    vertical-align: top;
		}
		.warning-mini {
			-webkit-animation: blink 0.7s infinite;
	    -moz-animation: blink 0.7s infinite;
	    animation: blink 0.7s infinite;
		}
	
		#nothin_label {
			background: #f5f5f5;
		}
	
	
.release-info {
	background: #111;
	float: left;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 13px;
	padding: 50px;
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
	.release-info h2 {
		font-family: 'Choque', sans-serif;
		font-size: 18px;
		text-align: center;
		text-transform: uppercase;
	}
	.release-info a {
		color: #FFF;
	}


.release-buy {
	background: #FFF;
	color: #222;
	margin-bottom: 8px;
	padding: 8px;
	font-size: 12px;
	letter-spacing: 2px;
	height: calc( 75vh * (1/3) - 8px  );
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}	
	.release-buy h1,
	.release-buy h2,
	.release-buy h3 {
		letter-spacing: 0;
		margin: 0;
	}
	.release-buy h1,
	.tears-title {
		font-family: 'Choque', sans-serif;
	}
		#tears_buy h1,
		.tears-title {
			transform: skewX(37.7deg);
			-mox-transform: skewX(37.7deg); /* Safari */
			-ms-transform: skewX(37.7deg); /* IE 9 */
			-o-transform: skewX(37.7deg); /* Safari */
			-webkit-transform: skewX(37.7deg); /* Safari */
		}
	
	.wide.short .release-buy {
		padding:8px 16px;
	}
		.wide.short .release-buy h1,
		.wide.short .release-buy h2,
		.wide.short .release-buy h3 {

		}
		.wide.short .release-buy h1 {
			font-size: 20px;
			line-height: 1em;
		}
		.wide.short .release-buy h3 {
			margin-bottom: 8px;
		}

		.short a.btn-buy {
			padding: 12px 16px;
		}
		.narrow a.btn-buy {
			padding: 8px 10px;
	    font-size: 11px;
		}
	
	.narrow .release-buy h1 {
		font-size: 22px;
	}
		
	.release-buy h2 { 
		font-size: 14px; 
		letter-spacing: 2px;
	}
	.release-buy h3 { 
		font-size: 12px; 
		letter-spacing: 2px;
		margin-bottom: 16px;
	}
	.release-buy a {
		color: #222;
		text-decoration: underline;
	}
	a.btn-buy {
		border: 1px solid #222;
		color: #222;
		cursor: pointer;
		display: inline-block;
		font-size: 12px;
		line-height: 1em;
		margin: 0 1px 4px 0;
		padding: 16px 20px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 3px;
	}
		a.btn-buy:hover {
			color: #FFF;
			background: #222;
		}

.release-graphic {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 8px;
	height: calc( 75vh * (1/3) - 16px );
	line-height: 23vh;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
	.release-graphic img {
		height: 75%;
		width: auto;
	}
		.release-graphic a img {
			cursor: pointer;
		}
	#nothing_graphic img {
		height: 45%;
	}
	#tears_graphic a {
		background: url(/img/tears-vinyl-record.jpg) repeat-x center center;
		background-size: auto 100%;
		display: block;
		height: 100%;
	}

.release-mini-preview {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: calc( 75vh * (1/3) - 8px);
	line-height: calc( 75vh * (1/3) - 8px );
	overflow: hidden;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
	.release-mini-preview svg,
	.release-mini-preview img {
		cursor: pointer;
		height: 50%;
	}
	.release-mini-preview .st0 {
		fill: #FFFF00;
	}
	.release-mini-preview:hover .st0 {
		fill: #FF0000;
	}


#tears_header {
	opacity: 0;
	position: relative;
	-moz-transform: skewX(37.7deg); /* Safari */
	-ms-transform: skewX(37.7deg); /* IE 9 */
	-o-transform: skewX(37.7deg); /* Safari */
	-webkit-transform: skewX(37.7deg); /* Safari */
	
	-webkit-text-fill-color: rgba(0,0,0,0);
	-webkit-text-stroke: 2px #fff;
	
	animation-name: tearsHeaderIn;
	animation-duration: 8s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
	-webkit-animation-name: tearsHeaderIn;
	-webkit-animation-duration: 8s;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-timing-function: linear;
}

@keyframes tearsHeaderIn {
  0% { 
		left: 100%;
		opacity: 0; 
		
		
	}
  50% {
		opacity: 1;
		
	}
	100% { 
		left: -100%;
		opacity: 0; 
		
	}
}


.release-feature-scroll {
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: calc(75vh - 16px);
	overflow: hidden;
	position: relative;
	width: calc((100vw - 75vh) * ( 1/3 ) );
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
	#tears_feat_scroll {
		background-image: url(/img/tears-net.jpg);
	}
	#nothin_feat_scroll {
		background-image: url(/img/rain-anim.gif);
		background-repeat: repeat;
		background-size: auto auto;
	}

.release-repeater {
	background-size: auto 95%;
	background-position: 0 center;
}	

#tears_feat_scroll .release-repeater {
	background-image: url(/img/tears-feat-scroll.svg?v=2);
	background-repeat: repeat-x;
	background-size: auto 95%;
	height: 100%;
	
}


/* WebKit and Opera browsers */
  @-webkit-keyframes spinner {
    from { -webkit-transform: rotateY(0deg);    }
    to   { -webkit-transform: rotateY(-360deg); }
  }

  /* all other browsers */
  @keyframes spinner {
    from {
      -moz-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg);
    }
    to {
      -moz-transform: rotateY(-360deg);
      -ms-transform: rotateY(-360deg);
      transform: rotateY(-360deg);
    }
  }

#moto {
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 6s;

    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 6s;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

#nothin {
	color: #FFF;
	margin-top: 8px;
}
#nothin_preview {
	background: url(http://kkingdomm.com/uploads/2016/12/NOTHIN-SINGLE-COVERalt.jpg) no-repeat center center;
	background-size: cover;
}
	#nothin_preview .position {
		background-color: #415fb7;
	}


.release-preview {
	clear: both;
	border-top: 8px solid #111;
	position: relative;
	width: 100%;
}
	.release-preview iframe {
		display: none;
	}


.player {
  cursor: pointer;
  position: absolute;
  top: 0;
	bottom: 0;
  margin: auto;
  width: 100%;  
}
	

.waveform {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: 100% 100%;
  transition: background-image 1s linear;
}

.position {
  opacity: 0.7;
  position: absolute;
  height: 100%;
  width: 0;
  transition: width .1s linear;
  mix-blend-mode: overlay;
}

.player .info {
  user-select: none;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 90px;
  bottom: 120px;
  margin: 0;
  font-size: 5em;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  color: white;
  font-family: 'Choque', sans-serif;
  text-transform: uppercase;

}

#footer {
	display: none;
}

.typed-cursor,
#typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */

.hide {
	display: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.text-center {
	text-align: center;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */



@media only screen and (min-width: 640px), only screen and (orientation: landscape) {

	#menu a span {
		display: inline-block;
		margin-right: 15px;
		vertical-align: middle;
	}
	
	.menu-hide {
		cursor: pointer;
		font-size: 3rem;
		right: 37px;
		left: auto;
		line-height: 32px;
		position: fixed;
		top: 28px;
	}
	
	#social {
		width: 50%;
	}
		#social ul {
			text-align: left;
		}
			#social ul li {
				font-size: 1.5rem;
			}
				
	#contact-text {
		width: 50%;
		margin-left: 37.5%;
	}

}


@media only screen and (max-width: 1000px) {
	.release-label-left,
	.release-label-right {
		width: 25%;
	}
	.release-label-center {
		width: 50%;
	}
}

@media only screen and (max-width: 640px) {
	#live-dates-teaser {
		text-align: center;
	}
	#tour_box {
		padding: 28px;
		text-align: center;
		margin: 44px 16px;
	}
	#twirl {
		display: block;
		float: none;
		margin: 0 auto 16px;
		width: 25%;
	}
}

@media only screen and (min-width: 640px), only screen and (orientation: landscape) {
	.release-buy {

	}
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
