/*=================================*/
/* Pico Default Theme
/* By: Gilbert Pellegrom
/* http: //dev7studios.com
/*=================================*/

@import url('basics.css');


@font-face {
	font-family: 'FuturaExtraBold';
	src: url('./Futura-ExtraBold.otf');
}

.feb {
	font-family: 'FuturaExtraBold', 'Futura Extra Bold', 'Futura';
	text-transform: uppercase;
	font-weight: 1000;
}
body {
	margin-top: 0;
	background: #5e4dd4;
	background: -moz-linear-gradient(45deg, #5e4dd4 0%, #4a1e45 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #5e4dd4), color-stop(100%, #4a1e45));
	background: -webkit-linear-gradient(45deg, #5e4dd4 0%, #4a1e45 100%);
	background: -o-linear-gradient(45deg, #5e4dd4 0%, #4a1e45 100%);
	background: -ms-linear-gradient(45deg, #5e4dd4 0%, #4a1e45 100%);
	background: linear-gradient(45deg, #5e4dd4 0%, #4a1e45 100%);
	background-attachment: fixed;
	text-align: center;
	color: white;
  font: 14px/1.8em 'Open Sans', Helvetica, Arial, Helvetica, sans-serif;
  font: 18px/1.8em 'Apple LiGothic', 'Open Sans', Helvetica, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

#content {
	background-image: url('../../assets/noise.png');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: 100px 100px;
}

#header, #footer {
	display: none !important;
}

#content .inner {
	width: 100%;
	max-width: 560px;
	padding: 90px 15px 30px;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.5);
	box-sizing: border-box;
}

@media (min-width: 900px) {
	#content .inner {
		padding: 30px;
	}
}

#logo {
	margin-bottom: 50px;
	max-width: 100%;
	height: auto;
}

#links {
	margin-bottom: 30px;
/* 	margin-top: 25px; */
	margin-top: 3px;
/* 	width: 100% */
}
#links img {
	margin: 0 0 0 14px;
	width: 35px;
	height: auto;
}

#music {
	padding: 0;
	margin: 0 0 60px 0;
	border: 0;
}
#music .text {
/* 	padding: 20px 0 0 20px; */
		padding: 0 0 0 36px;
/* 	font-size: 17px; */
	font-size: 22px;
}
#music h2 {
	margin-bottom: 0.5em;
}
#music h2 b {
/* 	font-size: 32px; */
	font-size: 44px;
	line-height: 1.2em;
}
h2 {
	font-size: 22px;
	line-height: 1.3em;
	color: white;
}
b {
	font-weight: bold !important;
}

iframe {
	margin-bottom: 60px;
}

a, a:visited {
	color: white;
	text-decoration: underline;
}
a:active, a:hover {
	color: #CCC !important;
	text-decoration: underline;
}

#mc-embedded-subscribe {
	background: black;
	color: white;
	border-radius: 10px;
	border: 0;
	box-shadow: none;
/*   font: 14px/1.8em 'Open Sans', Helvetica, Arial, Helvetica, sans-serif; */
  font: 16px/1.8em 'Apple LiGothic', 'Open Sans', Helvetica, Arial, Helvetica, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
/* 	padding: 5px 12px;	 */
	padding: 2px 12px;
}
#mc_embed_signup .email {
	font: 16px/1.8em 'Apple LiGothic', 'Open Sans', Helvetica, Arial, Helvetica, sans-serif;
}

#mc_embed_signup {
	margin-bottom: 30px;
}
#mc_embed_signup * {
  -webkit-font-smoothing: antialiased;
}

#contact {
	font-size: 14px;
	line-height: 1.3em;
}

small {
	font-size: 0.63em;
}



.cover {
	max-width: 100%;
	height: auto;
}

.iframe-wrapper {
	position: relative;
	padding-top: 56.25%;
	margin-bottom: 2em;
}

.iframe-wrapper::before {
	position: absolute;
	content: '';
}

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

#responsive-table {
	overflow: scroll;
}

.purchase {
	display: table;
	table-layout: fixed;
	margin-bottom: 2em;
	width: 100%;
}

.purchase-badge {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0 10px;
}

.purchase-badge:first-child {
	padding-left: 0;
}

@media (min-width: 480px) {
	.purchase-badge {
		padding: 0 30px;
	}
	.purchase-badge:first-child {
		padding-left: 5px;
	}
}

.purchase-badge img {
	width: 100%;
	height: auto;
}
