
/****     DEFAULT    ****/
html{font-size:62.5%;-webkit-text-size-adjust:none;/* -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale; */}
body{word-wrap:break-word;/* This is a small security for too long strings titles */}
[canvas=container] { background: none; }
a { -o-transition: color 0.3s ease; -moz-transition: color 0.3s ease; -khtml-transition: color 0.3s ease; -webkit-transition: color 0.3s ease; -ms-transition: color 0.3s ease; transition: color 0.3s ease; }

/* Apply a natural box layout model to all elements: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
/* * {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;} */

/* JS required warning */
.javascript-required {background:#a00;color:#fff;font-size:2rem;line-height:1.3;text-align:center;padding:15px 0;}
.javascript-required p{margin:0;padding:0;}

/* Clearfix */
.clearfix:before,.clearfix:after{content:' ';display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}

/* Helper classes */
.nobr,.phone{white-space:nowrap;}
.uppercase{text-transform:uppercase;}
.no-margin{margin:0 !important;}
.transition-opacity{-o-transition:opacity 0.25s linear;-moz-transition:opacity 0.25s linear;-khtml-transition:opacity 0.25s linear;-webkit-transition:opacity 0.25s linear;-ms-transition:opacity 0.25s linear;transition:opacity 0.25s linear;-webkit-transform:translateZ(0); }

/* General font styles */
b,strong,.strong,.bold { font-weight: 600; }
.large { font-size: 1.8rem; }
.thin { font-weight: 400; }
.small,small { font-size: 80%; /* display: inline-block; */ line-height: 1.4; }
.lead { font-size: 1.6rem; line-height: 1.7; font-weight: 600; }

/* sup i.fa-external-link-alt { font-size: 50%; opacity: 0.5; filter: alpha(opacity=50); } */

label { font-family: 'misobold'; text-transform: uppercase; letter-spacing: 0.075em; font-size: 1.6rem; margin: 0 0 0 0.333em; }
.form-control { font-size: 1.5rem; height: calc(3.5rem + 2px); }
.form-group { margin-bottom: 1em; }
.form-group label .required,
.form-group label.error { color: #892348; }

#contactForm { margin-top: 4em; }
.bullet { padding: 0 0.25em; }

/****     THEME BASICS    ****/
body { color: #222; background: #3a445c; font-size: 1.6rem; line-height: 1.5; font-family: 'Lato', sans-serif; font-weight: 400; }

a { color: #02a7c3; text-decoration: none; }
a:hover { color: #02a7c3; text-decoration: underline; }

::-moz-selection {color: #ffffff; background: #02a7c3 !important; } 
::selection {color: #ffffff; background: #02a7c3 !important; }

p, ul, ol { margin-bottom: 1.75em; }
ul.no-disc { list-style-type: none; margin: 0; padding: 0; }

.col-zero-padding { padding: 0; }

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 { color: #02a7c3; font-family: 'Neuton', serif; font-weight: 300; }
h1,.h1 { font-size: 5rem; }
h2,.h2 { font-size: 4rem; padding-bottom: 0.5em; margin-bottom: 1em; }
h3,.h3 { font-size: 2.5rem; font-weight: 400; }


/****     CONTENT CONTAINERS    ****/
#content > .container { background: #fefefe; padding: 15px 30px; }


/****     HEADER    ****/
#site-header { font-size: 1.4rem; line-height: 1.75; color: #b0b4be; background: #3a445c; }
#site-header-logo {
	display: block;
	width: 275px;
	height: 60px;
	margin: 25px 0 0 0;
}
#site-header-logo a {
	display: inline-block;
	overflow: hidden;
	text-indent: -999em;
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: opacity 0.5s ease;
}
#site-header-logo a:hover { opacity: 0.75; filter: alpha(opacity=75); }
#site-header-logo a {
	background: transparent url(/themes/user/site/default/assets/img/header.gif) 0 0 no-repeat;
	width: 275px; height: 60px; background-size: 275px 60px;
}

#site-header #header-search { margin: 30px 0; padding: 0; }
#site-header .form-control { font-size: 1.5rem; height: 2em; border-radius: 2.5px; }
#site-header label { color: #fff; }

#header-hamburger { position: absolute; top: 25px; right: 25px; display: block; }

#nav-mobile {
display: none;
text-transform: uppercase;
font-weight: 700;
font-size: 1.5rem;
line-height: 1;
letter-spacing: 1px;
background: #fff;
}
#nav-mobile .form-group {
margin: 0;	
}
#nav-mobile .form-control {
margin: 0;	
font-size: 1.5rem;
height: 2em;
border: 2px solid #7e7f27;
border-radius: 2.5px;
}
#nav-mobile ul { margin: 0; padding: 0; list-style-type: none; }
#nav-mobile ul li { margin: 0; padding: 0; list-style-type: none; position: relative; }
#nav-mobile ul ul { padding: 0.5em 25px; display: none; background: #e1e1e1; font-size: 1.4rem; line-height: 1.5; text-transform: none; letter-spacing: 0; }
#nav-mobile ul ul li { }
#nav-mobile ul ul li a { color: #033; text-decoration: none; padding: 10px 5px; display: block; border-bottom: 1px solid #fff; }
#nav-mobile ul ul li:last-child a { border-bottom: none; }
#nav-mobile > ul > li { }
#nav-mobile a { color: #fff; text-decoration: none; }
#nav-mobile > ul > li > a { 
	background: rgb(40,47,63,);
	background: linear-gradient(0deg, rgba(40,47,63,1) 0%, rgba(58,68,92,1) 100%);
	padding: 15px 30px; display: block; border-top: 1px solid #fff;
}
#nav-mobile > ul > li.open > a {
	background: rgb(40,47,63,);
	background: linear-gradient(0deg, rgba(40,47,63,1) 0%, rgba(58,68,92,1) 100%);
}
#nav-mobile > ul > li > a.sb-arrow { opacity: 0.75; filter: alpha(opacity=75); }
#nav-mobile > ul > li > a.sb-arrow:hover { opacity: 1; filter: alpha(opacity=100); }
#nav-mobile > ul > li > a.sb-arrow { height: 50px; background: none; padding: 15px 25px 10px 25px; display: inline-block; position: absolute; top: 1px; right: 0; border: none; text-align: right; }
#nav-mobile > ul > li.open > a.sb-arrow {
	padding: 5px 25px 15px 25x
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari */
	transform: rotate(180deg); /* Standard syntax */
}

#nav-primary .sf-menu { background: #3a445c; width: 100%; z-index: 1001; }

/* first level style override */
#nav-primary .sf-menu > li > a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.6rem;
	padding: 0.5em 1em;
	border-left: none;
	border-top: none;
	background: #3a445c;
	letter-spacing: 1px;
}
/* hide first level arrows */
#nav-primary .sf-arrows > li > .sf-with-ul:after {
	display: none;
}
/* right align last menu */
#nav-primary .sf-menu > li:last-child > ul {
	left: auto;
	right: 0;
}
/* demo skin updates */
#nav-primary .sf-menu {
	float: left;
	margin-bottom: 0;
	margin: 0 auto;
	width: 100%;
	/* display: table; */
    font-weight: 400;
    font-size: 1.4rem;
}
#nav-primary .sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}

#nav-primary .sf-menu a {
	border-left: 1px solid #333; /* fallback colour must use full shorthand */
	border-left: 1px solid rgba(0, 0, 0, 0.15);
	border-top: 1px solid #333; /* fallback colour must use full shorthand */
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	padding: 0.2em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
	color: #fff;
}
#nav-primary .sf-menu li.sfHover > a,
#nav-primary .sf-menu li > a:hover {
	color: #fff;
	background: #2b3345;
}
#nav-primary .sf-menu li > a:hover {
	color: #fff;
	background: #02a7c3;
}
#nav-primary .sf-menu li {
	background: none;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
	text-align: left;
}
#nav-primary .sf-menu > li {
	text-align: center;
    float: none;
    display: table-cell;
}
#nav-primary .sf-menu ul li,
#nav-primary .sf-menu ul ul li {
	background: #444;
}



#nav-primary .sf-menu li:hover,
#nav-primary .sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}
/* #nav-primary .sf-menu li.active a { color: #fff; background: #2b3345; } */









section.breadcrumb { color: #b05700; font-size: 1.1rem; line-height: 1.5; margin: 0 0 30px 0; }
.breadcrumb a { color: #b05700; text-decoration: underline; }
.breadcrumb a:hover { color: #b05700; text-decoration: none; }
.breadcrumb ul { list-style-type: none; margin: 0; padding: 0; }
.breadcrumb ul li { list-style-type: none; margin: 0; padding: 0; display: inline; }
.breadcrumb-item.active { color: #b05700; }

.breadcrumb { color: #b05700; background: #fff; font-size: 1.1rem; line-height: 1.5; padding: 0; margin: 0; }

.breadcrumb-item + .breadcrumb-item::before {
	color: #b05700;
	content: "\003E"; 
}



.sidenav { background: #ccdae1; margin: -30px 15px -80px -15px; padding: 25px 25px 100px 25px; }

.sidenav ul { font-size: 1.8rem; line-height: 1.3; color: #286680; font-family: 'misobold', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif; list-style-type: none; margin: 0; padding: 0; }
.sidenav ul li { list-style-type: none; margin: 0; padding: 0; border-top: 1px dotted #acacac; }
.sidenav ul li:first-child { border-top: none; }
.sidenav ul li a, .sidenav ul li a:link, .sidenav ul li a:visited { color: #286680; text-decoration: none; width: 100%; display: inline-block; padding: 10px 20px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.sidenav ul li a:hover, .sidenav ul li a:active { color: #b05700; text-decoration: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.sidenav ul li a.active, .sidenav ul li.parent-active a { color: #b05700; }
.sidenav ul ul { margin: -5px 0 10px 20px; padding: 0; list-style-type: none; font-size: 12px; line-height: 15px; color: #333; font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif; }
.sidenav ul ul li { list-style-type: none; margin: 0; padding: 0; border-top: none; }
.sidenav ul ul li a, .sidenav ul ul li a:link, .sidenav ul ul li a:visited { background: transparent; color: #333; text-decoration: none; width: 100%; display: inline-block; padding: 10px 0; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.sidenav ul ul li a:hover, .sidenav ul ul li a:active { color: #b05700; text-decoration: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.sidenav ul ul li a.active:before { content: '\0BB \020'; }
.sidenav ul ul li ul a.active:before { content: ''; }
.sidenav ul ul li a.active { color: #b05700; font-weight: bold; }

.sidenav ul ul li li a.active, .sidenav ul ul li li a.active:link, .sidenav ul ul li li a.active:visited { font-weight: normal; background: transparent; color: #333; text-decoration: none; width: 100%; display: inline-block; padding: 10px 0; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.sidenav ul ul li li a.active:hover, .sidenav ul ul li li a.active:active { font-weight: normal; color: #b05700; text-decoration: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }







/****     FOOTER    ****/
#site-footer { font-size: 1.4rem; line-height: 1.75; color: #b0b4be; background: #3a445c; }
#site-footer .container { padding-top: 25px; padding-bottom: 50px; }
#site-footer .small { font-size: 1.2rem; line-height: 1.5; margin: 0; }

#site-footer a { color: #b0b4be; text-decoration: underline; }
#site-footer a:hover { color: #ffff; text-decoration: none; }

#site-footer ul { font-size: 1.6rem; list-style-type: none; margin: 0 0 1.5em 0; padding: 0; }
#site-footer ul	li { display: inline; padding-right: 0.5em; color: #b0b4be; }
#site-footer li:after { content: "/"; padding-left: 0.5em; }
#site-footer li:last-child:after { content: ""; }
#site-footer ul a { color: #b0b4be; text-decoration: underline; }
#site-footer ul a:hover { color: #fff; text-decoration: none; }
#site-footer ul.ul-nav-footer ul { display: none; }



.btn { border-radius: 2.5px; }

.btn-primary { color: #fff; text-decoration: none; padding: 5px 15px; font-family: 'misoregular'; text-align: left; text-transform: uppercase; font-size: 1.6rem; line-height: 1; letter-spacing: 0.0375em; }


.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	border-color: #286680;
	background: #286680;
}



#nav-mobile-toggle {
    position: relative;
    display: block;
    width: 25px;
    height: 20px
}

#nav-mobile-toggle span {
    margin: 0 auto;
    position: relative;
    top: 15px;
    right: 0;
}

#nav-mobile-toggle span:before, #nav-mobile-toggle span:after {
    position: absolute;
    content: ''
}

#nav-mobile-toggle span, #nav-mobile-toggle span:before, #nav-mobile-toggle span:after {
    width: 25px;
    height: 4px;
    background-color: #aebfc3;
    border-radius: 1px;
    display: block
}

#nav-mobile-toggle span:before {
    margin-top: -10px
}

#nav-mobile-toggle span:after {
    margin-top: 10px
}

#nav-mobile-toggle span {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

#nav-mobile-toggle.active span {
    background-color: rgba(0, 0, 0, 0.0);
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

#nav-mobile-toggle span:before {
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-delay: .2s, 0s;
    transition-delay: .2s, 0s
}

#nav-mobile-toggle.active span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, .2s;
    transition-delay: 0s, .2s
}

#nav-mobile-toggle span:after {
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-delay: .2s, 0s;
    transition-delay: .2s, 0s
}

#nav-mobile-toggle.active span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, .2s;
    transition-delay: 0s, .2s
}




.samples, .references, .notes, .lyrics, .player, .tracklist { margin-bottom: 3em; }
.samples ul, .references ul { list-style-type: none; margin: 0; padding: 0; }
.samples ul li, .references ul li { list-style-type: none; margin: 0; padding: 0.3em 0; }
.lyrics { font-size: 1.3rem; }
section.track h2 { color: #02a7c3; border-bottom: 3px solid #02a7c3; }
section.track h2 .small { color: #999; font-size: 66%; }

select.track-select { margin: 0 0 2em 0; }

.tracklist ul,
.tracklist ol { color: #02a7c3; }
.tracklist ol { padding-left: 2em; }

#footer-ad { }
#header-ad { color: #fff; background: #2b3345; box-shadow: inset 0 0 15px #111; }
.ad { padding-top: 10px; padding-bottom: 10px; }

a.nav-track { color: #999; font-size: 1.5rem; }
a.nav-track:hover { color: #02a7c3; }

#pb_player_controls,
#pb_player { display: none; vertical-align: middle; }
#pb_player_controls a { text-decoration: none; color: #999; }
#pb_player_controls a:hover { text-decoration: none; color: #02a7c3; }

#pb_player_controls { font-size: 1.4rem; text-transform: uppercase; font-weight: 700; }



#pb_player_controls .fa-2x {
  vertical-align: middle;
}

/* Print styles!
-------------------------------------------------------------------------------*/
@media print {

	html, body, .container { width: 1140px !important; }
	body { background: none; }
	.player { display: none; }
}


/*==================================================
=            Bootstrap 4 Media Queries             =
==================================================*/
@media only screen {
	#nav-primary { display: none; }
	#nav-primary { display: none; }
	#site-header-logo {
		width: 184px;
		height: 40px;
	}
	#site-header-logo a {
		width: 184px;
		height: 40px;
		background-size: 184px 40px;
	}
}
@media only screen and (min-width: 375px) {
	#site-header-logo {
		width: 275px;
		height: 60px;
	}
	#site-header-logo a {
		width: 275px;
		height: 60px;
		background-size: 275px 60px;
	}
}

@media only screen and (min-width: 576px) {
}

@media only screen and (min-width: 768px) {
	#nav-primary { display: block; }
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1200px) {
}
