@charset "UTF-8";
/* CSS Document */

/* --------------------==================== FONTS ====================-------------------- */

@font-face {
    font-family: 'GillSans';
    src: url('/assets/fonts/gill_sans_mt.otf') format('opentype'),
		 url('/assets/fonts/gill_sans_mt.eot') format('embedded-opentype'), 
		 url('/assets/fonts/gill_sans_mt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GillSansBold';
    src: url('/assets/fonts/gill_sans_mt_bold.otf') format('opentype'),
		 url('/assets/fonts/gill_sans_mt_bold.eot') format('embedded-opentype'), 
		 url('/assets/fonts/gill_sans_mt_bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/*@font-face {
    font-family: 'Bangla';
    src: url('/assets/fonts/bangla_sangam_MN.otf') format('opentype'),
		 url('/assets/fonts/bangla_sangam_MN.eot') format('embedded-opentype'), 
		 url('/assets/fonts/bangla_sangam_MN.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}*/


/* --------------------==================== GLOBAL HTML STYLES ====================-------------------- */

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased;
}

sup {
	font-size: 65%;
	line-height: 0;
}

ul {
	margin: 0;
}

ol {
	padding-left: 32px;
}

h1 {
	margin: 0;
	font-family: "GillSansBold";
	color: #e33627; /* Red */
	font-size: 28px;
	line-height: 34px;
	font-weight: normal;
	font-variant: small-caps;
	margin-bottom: 17px;
	text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.5);
}

h2 {
	margin: 0;
	font-family: "GillSansBold";
	color: #e33627; /* Red */
	border-bottom: 2px solid #e33627; /* Red */
	font-size: 14px;
	line-height: 14px;
	padding-right: 4px;
	margin-bottom: 4px;
}

h3 {
	margin: 0;
	font-family: "GillSansBold";
	color: #244eb1; /* blue */
	font-size: 22px;
	line-height: 22px;
	font-weight: normal;
	margin-bottom: 12px;
	margin-top: 25px;
}
	h3:first-child {
		margin-top: 0;
	}

	.news-content h3 {
		margin-bottom: 0;
	}
	.news-content h4 {
		margin-top: 0;
		margin-bottom: 12px;
		font-style: italic;
		padding-left: 20px;
	}
	
	.artist-info h3, .song-info h3 {
		margin-top: 0;
	}


p, li, .news-content {
	font-family: "Barlow", arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	margin-bottom: 12px;
	
}
	p.last {
		margin-bottom: 0;
	}
	
	p.footnote {
		font-size: 12px;
		line-height: 14px;
		margin-top: 20px;
	}

	p#resultText {
		font-weight: bold;
		display: none;
	}
	p#resultText.active {
		display: block;
	}

p.time-of-show {
	font-size: 20px;
	line-height: 22px;
	font-family: "GillSansBold";
	color: black;
}

a {
	font-family: "Barlow", arial, sans-serif;
	font-weight: 500; 
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;

	overflow-wrap: break-word;
	word-wrap: break-word;
	
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
}

	p a, h3 a, a  {
		font-weight: bold;
		color: #244eb1; /* blue */
		text-decoration: underline;
		cursor: pointer;
	}
	
	div.song-info h3 {
		font-family: "Barlow", arial, sans-serif;
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 0;
	}
	
	span.feature-text {
		font-family: "Barlow", arial, sans-serif;
		font-weight: bold;
		font-size: 13px;
		line-height: 13px;
		font-style: italic;
		color: #56514f;
		display: block;
	}
	
.blue-content {
	margin: 30px 20px;
	position: relative;
}
	.blue-content.embed {
		padding: 10px;
		background-color: #244799;
		border-radius: 5px;
		border-top: 2px solid #0f1d3e;
		border-bottom: 2px solid #9babd1;
	}
	.blue-content.link {
		cursor: pointer;
	}
	.blue-content p, .blue-content label {
		color: white;
	}
	.blue-content h2 {
		color: white;
		font-size: 18px;
		border-bottom: 2px solid white;
		padding: 2px 0;
	}
	
	.blue-content textarea, #podcaster-form textarea, #radio-form textarea, #sideshow-artist-form textarea, textarea.inline {
		display: inline-block;
		width: 68%;
		margin-bottom: 0;
	}
		textarea.inline.large {
			height: 150px;
		}
	
	div.terms {
		display: inline-block;
		width: 68%;
		max-height: 150px;
		overflow-x: hidden;
		overflow-y: scroll;
		border: 1px solid lightgrey;
		padding: 2px;
	}
		div.terms p, div.terms a {
			font-size: 14px;
			line-height: 18px;
		}
		
	div.form-right {
		display: inline-block;
		width: 68%;
		padding: 2px;
	}
	
#cover-container {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 250px;
	height: 160px;
	overflow: hidden;
}

#cover-header {
	position: relative;
	z-index: 20;
}

#cover-spacer {
	height: 135px;
}

.cover-img-container {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #244799;
}
	.cover-img-container > img {
		width: 100%;
	}

img.photo-banner {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}

img.full {
	width: 100%;
}

.news-content img {
	max-width: 100%;
}

div.banner-container {
	/*max-height: 90px;*/
	text-align: center;
	margin-bottom: 45px;
}

div.banner-container-mobile {
	display: none;
}

table {
	border: 0;
	padding: 0;
	width: 100%;
}

td {
	font-family: "Barlow", arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	margin-bottom: 12px;
	padding: 10px;
}

th {
	font-family: "Barlow", arial, sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	margin-bottom: 12px;
	padding: 10px;
	border-bottom: 2px solid black;
}

	td, th {
		width: 10%;
		text-align: left;
	}
	td:first-child, th:first-child {
		width: 70%;
	}
		table.fump-dates td, table.fump-dates th, table.auto td, table.auto th {
			width: auto;
		}
	
	.subtotal-left {
		background-color: white;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		border-top: 1px solid lightgrey;
	}
	.subtotal-right {
		background-color: white;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		border-top: 1px solid lightgrey;
	}

div.callout {
	background-color: white;
	padding: 10px;
	border-radius: 5px;
	border-top: 1px solid lightgrey;
	margin-bottom: 30px;
}
	div.callout p:last-child {
		margin-bottom: 0;
	}
	
div.flex {
	display: flex;
	justify-content: space-between;
}
	div.flex > div {
		width: 48%;
	}

.explicit {
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
	padding: 1px 4px 2px;
	background-color: black;
	color: white;
	margin-left: 5px;
	vertical-align: middle;
}

.squick {
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
	padding: 1px 4px 2px;
	background-color: #e33627;
	color: white;
	margin-left: 5px;
	vertical-align: middle;
}

.nobreak {
	white-space: nowrap;
}

hr {
	border: 0;
	border-bottom: 1px solid #e33627;
	margin: 30px 0;
}
	hr.grey {
		border-top: 2px solid lightgrey;
		border-bottom: 2px solid white;
	}

span.red {
	color: #e33627;
}


#loader {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	background-image: url("../images/backgrounds/loading-screen.png");
	background-size: cover;
	background-position: center;
	z-index: 20;
	display: none;
}

#loader.loading {
	display: block;
}


/* --------------------==================== HEADER AND NAV ====================-------------------- */

header {
	background-color: #0000c5;  /* Gradient: #0000c5 to #00008c; */
	/*padding: 10px;*/
	height: 150px;
	position: relative;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0000c5+0,00008c+100 */
	background: #0000c5; /* Old browsers */
	background: -moz-linear-gradient(top, #0000c5 0%, #00008c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0000c5 0%,#00008c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0000c5 0%,#00008c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000c5', endColorstr='#00008c',GradientType=0 ); /* IE6-9 */
}

#fump-logo {
	/*height: 66%;
	margin: 15px 0 0 25px;*/
	height: 70%;
    margin: 0 70% 0 30%;
    display: block;
    padding-top: 10px;
}

#mobile-nav-button {
	display: none;
}

nav {
	display: flex;
	justify-content: space-between;
	/*width: 72%;*/
	position: absolute;
	left: 30px;
	right: 330px;
	bottom: -2px;
	z-index: 10;
}

	nav a {
		background-color: #324dea;
		text-decoration: none;
		font-family: "GillSansBold", arial, sans-serif;
		font-size: 16px;
		line-height: 18px;
		font-variant: small-caps;
		font-weight: normal;
		color: white;
		margin-bottom: 2px;
		padding: 4px 14px 0;
		border-top-left-radius: 7px;
		border-top-right-radius: 7px;
	}
	
	nav a:hover {
		background-color: #e33627;
	}
	
	nav a.active {
		border: 2px solid #a5c0f6;
		border-bottom: 2px solid #324dea;
		margin-bottom: 0;
	}
		nav a.active:hover {
			background-color: #324dea;
		}

#divider {
	height: 10px;
	background-color: #324dea;
	position: relative;
	border-top: 2px solid #a5c0f6;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.75);
}

#admin-nav {
	position: absolute;
	display: flex;
	justify-content: space-around;
	/*width: 75%;*/
	left: 25px;
    right: 325px;
}
	a.undertab {
		background-color: #324dea;
		padding: 3px 15px;
		color: white;
		text-decoration: none;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	
	a.undertab:hover {
		background-color: #00008c;
	}


/* --------------------==================== FOOTER ====================-------------------- */
#footer-content {
	display: flex;
	align-items: center;
}

#fidim_logo {
	height: 58px;
	width: auto;
	margin-right: 20px;
}


/* --------------------==================== MAIN STRUCTURE ====================-------------------- */
#container {
	width: 100%;
	position: relative;
	background-color: grey;
} 

.content-area {
	width: 100%;
	height: 100%;
	/*padding: 10px;*/
	max-width: 1800px;
	margin: 0 auto;
	position: relative;
}

#page-content {
	display: flex;
	min-height: 88vh;
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
}


#blue-column {
	background-color: #244eb1; /* blue */
	width: 300px;
	flex: none;
	padding-top: 20px;
}

.inner-content {
	width: 100%;
	margin: 0 auto;
	background-color: lightyellow;
	padding: 30px;
}

.left-half {
	width: 47%;
	padding-right: 2%;
	display: inline-block;
	vertical-align: top;
}

.right-half {
	width: 47%;
	padding-left: 2%;
	display: inline-block;
	vertical-align: top;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

section {
	margin-bottom: 45px;
}

	section.banner-margin {
		margin-top: 45px;
	}

.content-box {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,ececec+40,ececec+40 */
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #ececec 40%, #ececec 40%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fefefe 0%,#ececec 40%,#ececec 40%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fefefe 0%,#ececec 40%,#ececec 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
	
	-webkit-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.35);

	padding: 20px;
	padding-bottom: 50px;
	border-radius: 10px;
	margin-bottom: -10px;
	position: relative;
}
	.content-box.first {
		margin-top: 40px;
	}
	.content-box.comedy-shows.first {
		margin-top: 20px;
	}
	.content-box p:last-child {
		margin-bottom: 0;
	}
	
	.content-box.last {
		margin-bottom: 10px;
		padding: 20px;
	}

	.content-box:after {
		content: " ";
		display: block;
		clear: both;
	}
	
	.content-box.comment {
		padding-bottom: 30px;
	}
	
	.content-box.separate {
		margin-bottom: 25px;
		padding-bottom: 25px;
	}

.content-box .show-content {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.content-box .show-content img {
	width: 100%;
	height: auto;
	max-width: 150px;
	margin-right: 25px;
}


.content {
	padding-bottom: 20px;
}

footer {
	background-color: #00008c;
	padding: 20px;
	padding-bottom: 100px;
}
	footer p {
		color: white;
		font-weight: 500;
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 0;
	}
	
	footer p a {
		color: white;
		display: inline-block;
		margin-right: 15px;
		font-size: 14px;
		line-height: 18px;
	}

/* --------------------==================== LOGIN AREA ====================-------------------- */
#login-area {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 300px;
	height: 135px;
	background-image: url(/assets/images/backgrounds/login-shape.svg);
	background-position: top center;
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 10;
}
	#login-area form {
		position: absolute;
		width: 100%;
		bottom: -24px;
	}
	
	#login-area p {
		text-align: center;
		font-family: "Barlow", arial, sans-serif;
		font-weight: bold;
		font-size: 18px;
		line-height: 22px;
		color: #f4f4e0; /* Beige */
		margin-top: 75px;
	}

.form-group {
	padding: 5px 10px;
}

.checkbox-group {
	margin: 0 0 10px 0;
}

label {
	font-family: "Barlow", arial, sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	width: 25%;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}
	label.full {
		width: auto;
	}

	#login-area label {
		color: white;
		font-weight: bold;
	}
	
	span.label {
		font-family: "Barlow", arial, sans-serif;
		font-weight: 500;
		font-size: 14px;
		line-height: 20px;
		vertical-align: top;
	}

input[type=text], input[type=password], input[type=email], input[type=numeric], input[type=date] {
	width: 68%;
	font-family: "Barlow", arial, sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	display: inline-block;
	padding: 2px;
	border: 1px solid lightgrey;
}
	input[type=text].length {
		max-width: 50px;
	}

	.radio-group {
		width: 68%;
		display: inline-block;
	}
		.radio-group label {
			width: auto;
			margin-right: 30px;
		}
		
	input[type=text].auto, input[type=password].auto, input[type=email].auto, input[type=numeric].auto, input[type=date].auto {
		width: auto;
	}
	
	input[type=text].other {
		display: none;
	}
	
		select.other ~ input[type=text].other {
			display: block;
		}
	
		/*input[type=text].other.active {
			display: block;
		}*/

input[type=checkbox], input[type=radio] {
	margin-right: 5px;
}

#sideshow-agree:after {
	display: inline-block;
	content: "I agree to the above terms and conditions.";
	width: 250px;
	margin-left: 20px;
}

.error {
	border: 1px solid #e33627 !important;
}
p.form-error {
	margin-left: 26%;
	font-size: 12px;
	line-height: 14px;
	color: #e33627;
	display: none;
}
.error + p {
	display: block;
}
	.blue-content p.form-error {
		color: white;
	}

p.form-help {
	margin-left: 26%;
	font-size: 12px;
	line-height: 14px;
	color: grey;
	margin-bottom: 10px;
}

div.form-content {
	display: inline-block;
	margin-bottom: 10px;
}

select {
	font-family: "Barlow", arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	max-width: 68%;
}

input[type=submit], a.button, input[type=reset], input[type=button] {
	-webkit-appearance: none;
	display: inline-block;
	font-family: "GillSansBold";
	font-size: 16px;
	line-height: 18px;
	background-color: #e33627; /* Red */
	border-radius: 20px;
	border: 2px solid #f4f4e0; /* Beige */
	color: white;
	text-decoration: none;
	padding: 2px 15px;
	outline: transparent;
	margin-left: 5px;
}
	input[type=submit]:disabled {
		opacity: 0.5;
	}
	a.button.small {
		font-size: 12px;
		line-height: 14px;
		padding: 2px 6px;
	}
	
	a.button.disabled {
		opacity: 0.5;
		cursor: default;
	}
	
	a.button.right {
		float: right;
	}
	
	a.button.icon {
		padding: 4px 15px 2px;
	}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color: white !important;
}

#rememberme {
	text-align: right;
	padding-right: 15px;
}
	#rememberme label {
		width: auto;
		font-size: 12px;
	}
	
textarea {
	display: block;
	width: 50%;
	margin-bottom: 10px;
	font-family: "Barlow", arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	border: 1px solid lightgrey;
}

	#contact-form textarea {
		display: inline-block;
		width: 68%;
		margin-bottom: 0;
	}
	
	textarea.full {
		width: 100%;
		height: 350px;
	}


/* --------------------==================== PLAYER ====================-------------------- */
#player-container {
	position: fixed;
	bottom: 0px;
	background-color: #d1d3d4; /* grey */
	width: 100%;
	height: 80px;
	-webkit-box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.4);
	box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.4);
	z-index: 25;
}

#player-container label {
	display: inline;
	font-family: "Barlow", arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
}

#player-album-cover {
	display: inline-block;
	width: 70px;
	height: 70px;
	margin: 5px 10px;
}

#song-info {
	display: inline-block;
	vertical-align: top;
}

#player-buttons {
	position: absolute;
	right: 130px;
	top: 10px;
}

#song-info-btn {
	padding: 2px 20px 2px 14px;
	vertical-align: bottom;
	border: 2px solid white;
	display: inline-block;
	border-radius: 20px;
	background-color: #e33627; /* red */
	line-height: 18px;
	background-image: url(/assets/images/icons/question-mark.svg);
	background-position: bottom right 6px;
	background-repeat: no-repeat;
	background-size: 13px;
}
	#song-info-btn a {
		color: white;
		text-decoration: none;
	}
	
	#song-info-btn.disabled {
		display: none;
	}

	
#shopping-cart-btn {
	display: inline-block;
}
	#shopping-cart-btn a {
		display: inline-block;
		width: 32px;
		height: 32px;
		border-radius: 20px;
		border: 2px solid white;
		background-color: #e33627; /* red */
		background-image: url(/assets/images/icons/shopping-cart.png);
		background-position: center;
		background-size: 60%;
		background-repeat: no-repeat;
		text-decoration: none;
	}

#play-pause {
	display: inline-block;
	background-color: #e33627; /* red */
	border-radius: 20px;
	border: 2px solid white;
	font-family: "GillSansBold";
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
	color: white;
	padding: 2px 40px 2px 20px;
	background-image: url(/assets/images/icons/play.svg);
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 15px 15px;
	cursor: pointer;
	vertical-align: top;
}
	#play-pause.playing {
		background-image: url(/assets/images/icons/pause.svg);
	}
	
#next-song {
	display: inline-block;
	background-color: #e33627; /* red */
	border-radius: 20px;
	border: 2px solid white;
	font-family: "GillSansBold";
	line-height: 18px;
	font-weight: bold;
	color: white;
	padding: 2px 28px 2px 14px;
	cursor: pointer;
	vertical-align: bottom;
	background-image: url(/assets/images/icons/next-song.svg);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 12px 12px;
}
	#next-song a {
		color: white;
		text-decoration: none;
	}
	
.sample-player {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-color: #e33627; /* red */
	border-radius: 24px;
	border: 2px solid white;
	background-image: url(/assets/images/icons/play.svg);
	background-position: left 7px center;
	background-repeat: no-repeat;
	background-size: 12px;
	cursor: pointer;
	vertical-align: middle;
}
	.sample-player:active {
		background-color: #bd2417; /* dark red */
	}

span.blank-player {
	display: inline-block;
	width: 28px;
	height: 24px;
	vertical-align: middle;
}

#player-area {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	background-color: #ececec; /* grey */
}

#player-prefs-button {
	display: none;
}

#player-prefs {
	position: absolute;
	top: 0;
	right: 0;
	height: 80px;
	background-color: #bdbdbd;
	padding: 0 10px;
}

#progress-bar {
	position: absolute;
	bottom: 15px;
	left: 95px;
	right: 147px;
	height: 1px;
	border-top: 1px solid #7b7b7b;
	border-bottom: 1px solid #f4f4f4;
}

#scrubber {
	position: absolute;
	top: -5px;
	left: 25%;
	width: 20px;
	height: 10px;
	background-color: #e33627; /* red */
	border-radius: 3px;
	cursor: pointer;
}

#progress {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 2px;
	background-color: #e33627; /* red */
	width: 25%;
}

div.form-divider {
	font-family: "GillSansBold";
	border-bottom: 1px solid #555555;
	margin: 0 4px;
	height: 1px;
	width: 100%;
}

h4 {
	margin: 0;
	font-family: "GillSansBold";
	color: #244eb1; /* blue */
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 10px;
	/*width: 775px;*/
	height: 24px;
	overflow: hidden;
}
	h4 a, h5 a {
		text-decoration: underline;
		cursor: pointer;
	}
	
	h4.form-header, p.form-content {
		padding-left: 26%;
	}

	h4.inline {
		display: inline;
	}

h5 {
	margin: 0;
	font-family: "GillSansBold";
	color: #244eb1; /* blue */
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}


/* --------------------==================== SONG TABS ====================-------------------- */
div.featured-song {
	position: relative;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

div.song-date {
	position: absolute;
	top: -24px;
	left: 20px;
	background: #fefefe; /* Old browsers */
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-box-shadow: 0px -4px 5px -2px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px -4px 5px -2px rgba(0,0,0,0.35);
	box-shadow: 0px -4px 5px -2px rgba(0,0,0,0.35);
}
	div.song-date p {
		font-size: 14px;
		padding: 3px 8px;
	}
	
div.comments-link {
	position: absolute;
	top: -25px;
	right: 20px;
}
	div.comments-link a, div.comments-link p {
		font-size: 14px;
	}
	
div.song-content, div.song-content-2 {
	display: flex;
	justify-content: space-between;
}
	div.artist-title {
		display: flex;
		width: 100%;
	}
	div.audio-buttons {
		display: flex;
	}
	
	div.artist-info {
		flex-grow: 2;
	}
	div.song-info {
		flex-grow: 4;
	}
	div.button {
		/*flex-grow: 1;
		width: 120px;*/
		text-align: center;
	}
		div.play.button {
			min-width: 90px;
		}
		
	div.content-box a.button {
		/*-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);
		box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.35);*/
		white-space: nowrap;
		margin: 0 5px;
	}
		div.content-box a.button.flat {
			-webkit-box-shadow: none;
			box-shadow: none;
			margin: 0;
		}
	
	div.play a.button {
		padding-right: 30px;
		background-image: url(/assets/images/icons/play.svg);
		background-position: right 10px center;
		background-repeat: no-repeat;
		background-size: 11px auto;
	}
		
div.song-content-2 {
	margin: 10px 0;
}
	
div.additional-buttons {
	margin-left: 125px;
}
	div.additional-buttons a.button {
		margin-left: 10px;
	}

div.notes-area {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

div.notes-area iframe {
	margin-top: 15px;
	margin-left: 15px;
}


div.artist-info {
	/*margin-right: 20px;*/
	min-width: 135px;
	max-width: 135px;
}

div.reply {
	padding: 15px;
	background-color: #fefefe;
	border: 1px solid #cccccc;
	border-radius: 10px;
	margin-bottom: 10px;
}

p.reply, p.reply a {
	font-size: 11px;
	color: #7b7b7b;
}

div.reply-form {
	display: none;
}
	div.reply-form.active {
		display: block;
		margin-bottom: 15px;
	}

p.comment-credit {
	font-size: 13px;
    line-height: 15px;
    margin-bottom: 5px !important;
    background-color: lightgrey;
    padding: 3px 6px;
    border-radius: 5px;
}

img.artist-icon {
	border: 1px solid #e33627; /* Red */
	border-radius: 5px;
	width: 125px;
	height: 125px;
	margin-right: 10px;
}

#next-random-back {
	display: flex;
	justify-content: space-between;
}

#embed-code {
	margin-top: 15px;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 375ms;
	transition: max-height 375ms;
}
	#embed-code.active {
		height: auto;
		max-height: 150px;
	}

	#embed-code textarea {
		width: 99%;
	}
	
	#embed-code p {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 5px;
	}
	
#embedded-video {
	text-align: center;
	background-color: #cccccc;
	border-top: 1px solid #767676;
	border-bottom: 1px solid #ffffff;
	padding: 10px;
}


/* --------------------==================== ARTISTS PAGE ====================-------------------- */
.artist-banner {
	width: 100%;
	max-width: 1250px;
	margin: 0 auto 20px;
	height: auto;
	display: block;
	/*max-height: 250px;
	margin-bottom: 20px;*/
}

.artist-pic {
	width: 35%;
	height: auto;
	float: right;
	margin-left: 20px;
}

.artist-box {
	display: inline-block;
	width: 175px;
	margin: 0 15px 30px; 
	vertical-align: top;
	border: 1px solid #244eb1;
}

	.artist-box img {
		width: 100%;
		height: auto;
		display: block;
	}
	
	.artist-box p {
		text-align: center;
		background-color: #244eb1;
	}
	
	.artist-box p a {
		color: white;
		text-decoration: none;
		display: inline-block;
		padding: 6px 2px;
	}
	
	
div.merch-preview {
	display: inline-block;
	width: 250px;
	text-align: center;
	vertical-align: top;
}
	
	
img.available-thumbnail {
	margin-right: 20px;
	border: 1px solid black;
}
	
/* --------------------==================== STORE ====================-------------------- */
.album-row {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.album-thumbnail {
	width: 30%;
	position: relative;
	margin: 10px;
}

	.album-thumbnail.sale {
		border: 1px solid #e33627;
		background-color: white;
		padding-bottom: 5px;
	}

	.album-thumbnail img {
		display: block;
		width: 100%;
		height: auto;
	}
	
	.album-thumbnail h3 {
		font-size: 18px;
		line-height: 20px;
		margin: 8px 0 0;
		text-align: center;
	}

	.album-thumbnail h3.sale {
		margin: 0;
		color: #e33627;
	}

	.album-thumbnail h3 a {
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
		text-decoration: none;
	}
	
	.album-thumbnail p {
		text-align: center;
		font-size: 14px;
		line-height: 16px;
		font-weight: bold;
		font-style: italic;
		margin: 0;
	}
	
	.album-thumbnail p.salespitch {
		position: absolute;
		top: 5px;
		left: 0px;
		color: white;
		background-color: rgba(227, 54, 39, 0.65);
		width: 100%;
		padding: 2px 0;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
	}
	
	.album-thumbnail a {
		text-align: center;
		font-size: 14px;
		line-height: 16px;
		font-weight: normal;
		display: block;
	}

a.free {
	position: relative;
}

a.free img.free {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 55px;
	height: 55px;
}
	
h1.albumTitle {
	margin-bottom: 0;
}

p.artistByLine {
	margin-bottom: 25px;
	text-indent: 20px;
}

p.text-header {
	font-weight: bold;
	border-bottom: 1px solid black;
}

p.track-entry {
	margin-bottom: 8px;
	padding-left: 32px;
	text-indent: -32px;
}

#store-content-area {
	display: flex;
	align-items: flex-start;
}

#store-filter {
	width: 24%;
	margin-right: 20px;
}

#store-filter a {
	display: block;
	text-decoration: none;
	color: black;
	padding: 5px 0;
}

#store-filter a:hover {
	color: #e33627;
}

#store-filter a.active {
	color: #e33627;
	background-image: url("/assets/images/backgrounds/store-active-filter.png");
	background-size: auto 100%;
	background-position: right center;
	background-repeat: no-repeat;
}

#store-filter a.artists.active {
	background-image: none;
}

#store-filter a.artist-name {
	padding-left: 15px;
	font-size: 15px;
	line-height: 16px;
}

#list-of-artists {
	height: 0;
	overflow: hidden;
}

#store-filter a.artists.active + #list-of-artists {
	height: auto;
}

#store-content {
	width: 75%;
}

.store-pagination {
	text-align: center;
	border-top: 2px solid #e33627;
	padding-top: 20px;
	margin-top: 20px;
}

span.artist-indicator {
	display: none;
	width: 14px;
	height: 14px;
	margin-left: 4px;
	background-image: url("/assets/images/icons/artist-indicator.png");
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: auto 100%;
	transition: transform 125ms linear;
}

#store-filter a:hover span.artist-indicator {
	display: inline-block;
}

#store-filter a.artists.active span.artist-indicator {
	display: inline-block;
	transform: rotate(90deg);
}

#store-filter a:last-of-type {
	margin-bottom: 20px;
}

div.release-info {
	display: flex;
	position: relative;
}

div.flex-form {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

img.large-cover {
	margin: 0 25px 25px 0;
	max-width: 320px;
}

a.large-cover-zoom {
	display: block;
	width: 100%;
	max-width: 320px;
	height: 100%;
	max-height: 320px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("/assets/images/icons/zoom-icon.png");
	background-size: 100%;
	background-position: center;
	opacity: 0;
}

a.large-cover-zoom.hidden {
	display: none;
}

a.large-cover-zoom:hover {
	opacity: 0.4;

}

#album-zoom {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 20;
	cursor: pointer;
	display: none;
}

#album-zoom.show {
	display: block;
}

#album-zoom img {
	width: auto;
	height: 80vh;
	display: block;
	margin: 5vh auto;
	border: 1px solid white;
}


#available-formats {
	margin-right: 25px;
}

div.format-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: white;
	padding: 4px;
	border-radius: 5px;
	border-top: 1px solid lightgrey;
	margin-bottom: 10px;
}
	div.format-row p {
		margin-bottom: 0;
	}
	
p.subscriberDiscount {
    margin-bottom: 0;
    font-size: 13px;
    color: #e33627;
    font-weight: bold;	
	font-style: italic;
}

div.store-nav {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

#user-message {
	height: 0px;
	overflow: hidden;
	transition: height 750ms;
}
	#user-message.active {
		height: 20px;
	}
	
#shopping-cart-buttons {
	display: flex;
	justify-content: space-between;
	padding: 25px;
}

div.item-row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
	div.item-row div.item {
		width: 70%;
	}
	div.item-row div.item-options {
		width: 30%;
		display: flex;
	}
	div.item-row div.quantity, div.item-row div.amount, div.item-row div.action {
		width: 33%;
	}

#shipping-table td {
	width: 50%;
	vertical-align: top;
}
	#shipping-table td:first-child {
		width: 48%;
		padding-right: 2%;
		text-align: right;
	}
	
	#shipping-table label {
		font-size: 16px;
		text-align: left;
		margin-right: 25px;
		margin-left: 5px;
		vertical-align: middle;
	}
	
	#shipping-table.domestic #zipcoderow {
		display: table-row;
	}
	#shipping-table.intl #zipcoderow {
		display: none;
	}
	#shipping-table.domestic #countryrow {
		display: none;
	}
	#shipping-table.intl #countryrow {
		display: table-row;
	}
	
	#shipping-table tr.subtotal {
		display: none;
	}
		#shipping-table.showTotal tr.subtotal {
			display: table-row;
		}
	
.store-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

p.error {
	color: #e33627;
	font-weight: bold;
	display: none;
}

p.error.on {
	display: block;
	border: none !important;
}

a.shopping-cart {
	display: block;
	border-radius: 4px;
	margin: 20px;
	padding: 5px 15px;
	background-image: url(/assets/images/icons/shopping-cart.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 20px;
	position: relative;
}
	div.badge {
		position: absolute;
		top: 3px;
		right: -11px;
		width: 18px;
		height: 18px;
		background-color: #e33627;
		border-radius: 20px;
		border: 2px solid #f4f4e0;
		text-align: center;
		font-size: 12px;
	}
	
#shopping-cart-static {
	opacity: 1;
}

#shopping-cart-fixed {
	position: fixed;
	width: 300px;
	top: 0px;
	right: 0px;
	display: none;
	z-index: 100;
}
	#cart-buttons.stick #shopping-cart-fixed {
		display: block;
	}
	#cart-buttons.stick #shopping-cart-static {
		opacity: 0;
	}

/* --------------------==================== VIDEOS ====================-------------------- */
div.video-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

div.video-box {
	width: 25%;
	margin: 0 10px 20px 10px;
	border: 1px solid #244eb1;
	cursor: pointer;
}
	div.video-box:first-child {
		margin-left: 0;
	}
	div.video-box:last-child {
		margin-right: 0;
	}
	div.video-box img {
		width: 100%;
		max-width: 100%;
		display: block;
	}
	
	div.video-box div.credits {
		padding: 10px;
		min-height: 72px;
		background-color: #244eb1;
	}
		div.video-box div.credits p {
			text-align: center;
			color: white;
			margin-bottom: 6px;
		}
		

/* --------------------==================== SUBSCRIPTIONS ====================-------------------- */
#subscription-chart {
	display: flex;
	justify-content: space-between;
}

	#level-1-chart, #level-2-chart {
		width: 49%;
	}
	
		#level-1-chart img, #level-2-chart img {
			display: block;
			margin: 0 auto 10px;
		}

	#subscription-chart table {
		border-collapse: collapse;
		margin-bottom: 20px;
	}
	#subscription-chart table td {
		border: 1px solid #e33627;
	}
#subscription-chart table td.checked {
	background-color: rgba(227, 54, 39, .15);
}
	
/* --------------------==================== SEARCH ====================-------------------- */
div.title-bar {
	display: flex;
	justify-content: space-between;
}

div.search {
	float: right;
}
div.search input[type=text] {
	width: auto;
}

img.artist-result {
	width: 125px;
	height: 125px;
	float: left;
	margin-right: 20px;
	border: 1px solid black;
}

div.content-box.artist h3 {
	margin-top: 0;
}


/* --------------------==================== BLUE COLUMN ====================-------------------- */
#fumpcast-banner {
	background-image: url(/assets/images/backgrounds/devo-and-luke.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 80px;
}
	#fumpcast-banner p {
		padding-right: 68px;
	}

#live-shows-callout {
	background-image: url(/assets/images/backgrounds/guitar-icon.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 80px;
}
	#live-shows-callout p {
		padding-right: 70px;
	}
	
#radio-program-banner {
	background-image: url(/assets/images/backgrounds/dj-icon.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 80px;
}
	#radio-program-banner p {
		padding-right: 85px;
	}
	
#podcast-program-banner {
	background-image: url(/assets/images/backgrounds/podcast.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 70px;
}
	#podcast-program-banner p {
		padding-right: 85px;
	}
	
	
.submission-explanation {
	display: flex;
	justify-content: space-between;
}
	.submission-explanation > div {
		width: 49%;
	}


a.button.mobile-only {
	display: none;
}

a.mobile-only, div.mobile-only {
	display: none;
}
