/*==============================================================================
Reset
==============================================================================*/

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,iframe,main,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/*==============================================================================
Fonts
==============================================================================*/

@font-face {
	font-family: 'encodewf';
	src: url('../fnt/encodesans-thin-webfont.woff2') format('woff2'),
		 url('../fnt/encodesans-thin-webfont.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'encodewf';
	src: url('../fnt/encodesans-extralight-webfont.woff2') format('woff2'),
		 url('../fnt/encodesans-extralight-webfont.woff') format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'encodewf';
	src: url('../fnt/encodesans-light-webfont.woff2') format('woff2'),
		 url('../fnt/encodesans-light-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'encodewf';
	src: url('../fnt/encodesans-regular-webfont.woff2') format('woff2'),
		 url('../fnt/encodesans-regular-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'encodewf';
	src: url('../fnt/encodesans-medium-webfont.woff2') format('woff2'),
		 url('../fnt/encodesans-medium-webfont.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'encodewf';
	src: url('../fnt/encodesans-semibold-webfont.woff2') format('woff2'),
		 url('../fnt/encodesans-semibold-webfont.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'encodewf';
	src: url('../fnt/encodesans-bold-webfont.woff2') format('woff2'),
		 url('../fnt/encodesans-bold-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'encodewf';
	src: url('../fnt/encodesans-extrabold-webfont.woff2') format('woff2'),
		 url('../fnt/encodesans-extrabold-webfont.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'encodewf';
	src: url('../fnt/encodesans-black-webfont.woff2') format('woff2'),
		 url('../fnt/encodesans-black-webfont.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

/*==============================================================================
General
==============================================================================*/

*,
*:before,
*:after {
	box-sizing: border-box;
	transition-duration: 300ms;
	transition-property: none;
}

body {
	background: #ddc4ad url(../img/bg-repeat.jpg);
	background-size: 750px auto;
	color: #fff;
	font: 400 100%/1.5 'encodewf', helvetica, arial, sans-serif;
	min-height: 100vh;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
}

/*==============================================================================
Main
==============================================================================*/

.main-wrap {
	background: #1e0f26;
	padding: 30px 50px 0;
}

.main {
	display: flex;
	margin: 0 auto;
	max-width: 1200px;
}

.main-band-wrap {
	flex: 0 0 50%;
	min-height: 700px;
	position: relative;
	width: 50%;
}

.main-band {
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.main-content {
	display: flex;
	flex: 0 0 50%;
	flex-direction: column;
	justify-content: center;
	padding: 30px 0 60px 30px;
	width: 50%;
}

.main-title {
	font-size: 32px;
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 1.2;
	margin: 0 0 20px;
	text-align: center;
}

.main-subtitle {
	color: #f1e1d1;
	font-size: 25px;
	font-weight: 400;
	letter-spacing: -0.025em;
	line-height: 1.2;
	margin: 0 0 40px;
	text-align: center;
}

@media ( max-width: 1300px ) {
	.main-band-wrap {
		min-height: 0;
	}
}

@media ( max-width: 800px ) {
	.main-wrap {
		padding: 30px;
	}

	.main {
		display: block;
	}

	.main-band-wrap {
		display: block;
		width: auto;
	}

	.main-band {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		position: static;
	}

	.main-content {
		padding: 40px 0 0;
		width: auto;
	}
}

/*==============================================================================
CTA - Call to Action
==============================================================================*/

.cta-wrap {
	padding: 50px;
}

.cta {
	display: flex;
	margin: 0 auto;
	max-width: 1200px;
}

.cta-buttons {
	align-items: center;
	display: flex;
	flex: 0 0 50%;
	flex-direction: column;
	justify-content: center;
	padding-right: 40px;
	width: 50%;
}

.button {
	background: #1e0f26;
	box-shadow: 7px 7px 0 rgba( 0, 0, 0, 0.4 );
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 40px;
	max-width: 440px;
	padding: 35px 40px;
	text-align: center;
	text-decoration: none;
	transition-property: background, color;
	vertical-align: top;
	width: 100%;
}

.button.buy-button {
	background: #dcc1ab;
	color: #1e0f26;
	margin: 0 auto 25px;
}

.button:last-child {
	margin-bottom: 0;
}

.button-text {
	display: block;
}

.button-text-small {
	font-size: 19px;
	font-weight: 500;
	letter-spacing: -0.025em;
	line-height: 1;
	margin-bottom: 3px;
}

.button-text-large {
	font-size: 22px;
	font-weight: 900;
	letter-spacing: -0.025em;
	line-height: 1;
}

/*.button-text-large.first {
	line-height: 2;
}*/

.button:hover {
	background: #580d43;
	color: #fff;
}

.cta-bundle-wrap {
	flex: 0 0 50%;
	min-height: 380px;
	position: relative;
	width: 50%;
}

.cta-bundle {
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

@media ( max-width: 1000px ) {
	.button {
		/*padding: 20px;*/
		/*min-height: 90px;*/
	}

	.button-text-small {
		font-size: 14px;
	}

	.button-text-large {
		font-size: 15px;
	}
}

@media ( max-width: 800px ) {
	.cta-wrap {
		padding: 30px 30px 60px;
	}

	.cta {
		display: block;
	}

	.cta-buttons {
		display: block;
		padding: 0 0 60px;
		width: auto;
	}

	.button {
		margin: 0 auto 30px;
	}

	.cta-bundle-wrap {
		display: block;
		min-height: 0;
		width: auto;
	}

	.cta-bundle {
		display: block;
		margin: 0 auto;
		max-width: 440px;
		position: static;
		width: 100%;
	}
}

/*==================================================
SCP General
==================================================*/

.scp,
.scp * {
	box-sizing: border-box;
}

.scp {
	background: #1e0f26;
	border: 1px solid #d8bfa4;
	color: #d8bfa4;
	margin: 0 auto;
	max-width: 410px;
	width: 100%;
}

.scp:last-child {
	margin-bottom: 0;
}

.can-scp .scp iframe {
	border: 0;
	clip: rect(0 0 0 0);
	height: 50px;
	margin: -1px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	width: 50px;
}

.cant-scp .scp iframe {
	height: 500px;
	width: 100%;
}

@media ( max-width: 1100px ) {
	.scp {
		margin-bottom: 20px;
	}
}

/*==================================================
SCP Top
==================================================*/

.scp-top {
	/*
	align-items: center;
	display: flex;
	margin-bottom: 1.5rem;
	*/
	display: none;
}

/*
.scp-image-wrap {
	box-shadow: 0 0 0 1px #fff;
	flex: 0 0 auto;
	max-width: 150px;
	width: 100%;
	display: none;
}

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

.scp-info {
	display: flex;
	flex: 0 1 auto;
	flex-direction: column;
	justify-content: center;
	padding: 2rem 3rem;	
	width: 100%;
}

.scp-track-artist {
	display: none;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -0.025em;
	line-height: 1.1;
	margin-bottom: 0.5rem;
}

.scp-track-title {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -0.025em;
	line-height: 1.3;
}

@media( max-width: 500px ) {
	.scp-top {
		display: block;
	}
	
	.scp-image-wrap {
		margin-bottom: 1.5rem;
		max-width: none;
	}
	
	.scp-info {
		margin-bottom: 1.5rem;
		padding: 0;
	}

	.scp-track-title {
		font-size: 1.1em;
	}
}
*/

/*==================================================
SCP Middle
==================================================*/

.scp-mid {
	padding: 1.5rem;
}

.scp-is-multi .scp-mid {
	/*
	margin-bottom: 1.5rem;
	*/
}

.scp-controls {
	display: flex;
}

.scp-control {
	background: none;
	color: #fff;
	cursor: pointer;
	display: block;
	flex: 0 0 auto;
	font-family: inherit;
	font-size: 0.9em;
	font-weight: bold;
	height: 32px;
	outline: none;
	position: relative;
	transition: background 300ms;
	width: 32px;
}

.scp-control:hover {
	background: #fff;
}

.scp-control svg {
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 50%;
	max-width: 50%;
	position: absolute;
	right: 0;
	top: 0;
}

.scp-control path {
	fill: #fff;
	transition: fill 300ms;
}

.scp-control:hover path {
	fill: #1e0f26;
}

.scp-play-toggle {
	background: #d8bfa4;
	margin-left: 0;
}

.scp-play-toggle .scp-icon-play {
	display: none;
}

.scp-play-toggle path {
	fill: #1e0f26;	
}

.scp-play-toggle .scp-icon-pause {
	display: block;
	max-height: 40%;
	max-width: 40%;
}

.scp-is-paused .scp-play-toggle .scp-icon-play {
	display: block;	
}

.scp-is-paused .scp-play-toggle .scp-icon-pause {
	display: none;
}

.scp-mute-toggle {
	display: none;
}

.scp-is-muted .scp-mute-toggle {
	opacity: 0.25;
}

.scp-dec-vol {
	display: none;
}

.scp-is-muted .scp-dec-vol {
	opacity: 0.25;
}

.scp-inc-vol {
	display: none;
}

.scp-is-muted .scp-inc-vol,
.scp-is-max-vol .scp-inc-vol {
	opacity: 0.25;
}

.scp-progress-bar {
	background: #d8bfa4;
	cursor: pointer;
	flex: 0 1 auto;
	height: 32px;
	margin: 0 0 0 0.5rem;
	position: relative;
	width: 100%;
}

.scp-playhead {
	background: #fff;
	cursor: pointer;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scaleX( 0 );
	transform-origin: 0% 50%;
	width: 100%;
}

.scp-time-wrap {
	/*
	display: flex;
	font-size: 0.9em;
	margin-bottom: 1rem;
	*/
	display: none;
}

.scp-time-wrap .scp-colon {
	margin: 0 1px;
	opacity: 0.5;
}

.scp-time-divider {
	line-height: 1;
	margin: 0 8px;
}

.scp-time-current {
	line-height: 1;
}

.scp-time-total {
	line-height: 1;
}
/*
@media( max-width: 500px ) {
	.scp-controls {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.scp-control {
		height: 44px;
		margin-left: 0;
		width: 44px;
	}

	.scp-progress-bar {
		height: 44px;
		margin: 1.5rem 0;
		order: 2;
	}

	.scp-time-wrap {
		font-size: 0.8em;
	}
}
*/

/*==================================================
SCP Bot
==================================================*/

.scp-bot {
	display: none;
}

.scp-is-multi .scp-bot {
	display: block;
}

.scp-item {
	border-top: 1px solid #d8bfa4;
	color: #d8bfa4;
	display: flex;
	font-size: 0.8em;
	padding: 0.75rem 1rem;
	text-decoration: none;
}

.scp-item.scp-is-current {
	background: #d8bfa4;
	color: #580d43;
}

.scp-item:last-child {
	margin-bottom: 0;
}

.scp-item-artist {
	display: none;
	font-weight: 600;
	line-height: 1.2;
}

.scp-item-title {
	display: block;
	flex: 0 1 auto;
	font-weight: 600;
	line-height: 1.2;
	padding: 0 1.5rem 0 0;
	width: 100%;
}

.scp-item-time {
	display: block;
	flex: 0 0 auto;
	line-height: 1.2;
	margin-left: auto;
}

.scp-item-time .scp-colon {
	line-height: 1.2;
	margin: 0 1px;
	opacity: 0.5;
}

@media( max-width: 700px ) {
	.scp-item {
		font-size: 0.9em;
	}
}

@media( max-width: 500px ) {
	.scp-item {
		display: block;
		font-size: 0.8em;
	}

	.scp-item-title {
		display: block;
		margin-bottom: 0.25rem;
		padding: 0;
	}

	.scp-item-time {
		display: block;
	}
}