@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Josefin+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap');

*,
*:hover,
*:active,
*:focus {
    outline: 0;    
}

.bg {
    filter: none !important;
    -webkit-filter: none !important;
    -moz-filter: none !important;
}

body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: 'Josefin Sans', sans-serif;
}

div {
	/*transition:all 0.3s ease;*/
}

img.heroimg {
	min-width:100%;
	height:auto;
	position:relative;
	margin:0 auto;
}

.hero {
	background-color:#26242f;
}

.bg {
   /* Background image and gradient */
  background:  #26242f;
  
  transition: none;
} 

#site_wrapper {
    transition: none;
}

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.clear {
	clear: both;
}


.container {
	width:100%!important;
	margin-top: -65px;
	
}

h1,h2,h3,h4 {
font-family: 'Archivo Black', sans-serif;

}

h2 {
	font-size:24px;
	margin-top:40px;
	margin-bottom:40px;
	display:block;

}

h2.listennow {
	color:#fff;
	margin-top:20px;
}

h3 {
	margin-top:40px;
	margin-bottom:40px;
	display:block;
	font-size:16px;

}

h4 {
	font-size:14px;
}


.white, .white a {
	color:#fff;
}

a, a:hover, a:visited {
	text-decoration:none;
	outline:none;
}

.newsfeed a,
.merch h4 a {
	color:#000!important;
}
.row {
	padding:40px 0;
	width:100%;
	margin:0 auto;
}
.container {
	width:100%;
	padding-left:0;
	padding-right:0;
	
}



a.white:hover {
	color:#fff;
}

.button {
	display:inline-block;
	padding:10px 20px;
	border:1px solid #fff;
	font-family: 'Archivo Black', sans-serif;


}

.button:hover {
	background:#fdc65f;
	color:#000;
	border:1px solid #fdc65f;
}

.button:hover a {
	color:#000;
}

.yel, .bit-nav-bar{
	color:#fdc65f!important;
}

.bit-nav-bar, .bit-event {
	font-family: 'Archivo Black', sans-serif;
    letter-spacing: 2px;
    
   
    font-size:12px!important;
    text-transform:uppercase;
}


.desaturate img {
	filter: grayscale(100%);
	opacity:0.9;
	cursor:pointer;
}

.desaturate img:hover, .desaturate.active {
	opacity:1;
	filter: grayscale(0%);
	cursor:pointer;
}

.grow:hover {
		cursor:pointer;
			transition:all 0.3s ease;

		-webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        }


.grey, .grey a {
	color:#000;
	
}

button.grey {
	border:1px solid #ccc;
	font-family: 'Archivo Black', sans-serif;
    padding:10px 20px;
}

.upper {
	text-transform:uppercase;
}

.padtop {
	margin-top:40px;
}



/* ---------------  HEADER -------------------- */

.navbar-default {
	background-image:none;
	background:#fdc65f;
	border:0px;
	border-radius:0px;
	box-shadow:none;
	z-index: 10;
	position:relative;
	margin:0;
	height:auto;
	width:100%;
}

.navbar-default .navbar-nav>li>a {
	font-family: 'Archivo Black', sans-serif;
   
    text-transform:uppercase;
    font-size:28px;
    color:#000;
}

.navbar-nav {
    float: right;
    margin: 0 10% 0 0;
    text-align:right;
}   

.navbar-nav li {
        display:inline-block;
        float:none;
        margin-left: -5px 10px 10px 0;
        color:#000;
		font-weight:300;
		text-shadow:0px;
		
}




.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.active>a:hover {
	background-image:none;
	box-shadow:none;
	font-weight:700;
	background-color:transparent;
	color:#000;
	text-shadow:0px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color:#000;
	opacity:0.7;
	text-shadow:0px;
	
}

#myHeader{
	display:none;
}

#myHeader.sticky {
	display:none;
	z-index:4000;
	width:100%;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background:#000;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}

.logo {
	position:relative;
	margin:10px;
	max-width:7%;
	min-width:80px;
	height:auto;
	z-index:999;
	float:left;
	margin-left:10%;
}
    
img {
	max-width:100%;
	height:auto;
}

ul {
	list-style:none;
	margin-left:0;
	padding-left:0;	
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

#header_socials {
	position: absolute;
	top: 12px;
	right: 20px;
	z-index: 10;
}

.header_socials ul {
	list-style-type: none;
	padding: 0px;
	margin: 0p;
}

.header_socials ul li {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

.header_socials ul li a {
	display: block;
	width: 15px;
}

#responsive_menu {
	display: none;
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	z-index: 10;
}

#responsive_menu table {
	width: 100%;
}

#responsive_menu table td {
	width: 33%;
}

#responsive_menu table td#responsive_menu_logo img {
	width: 60px;
	margin: 0 auto;
}

#responsive_menu td#responsive_menu_socials {
    width: 1px;
    white-space: nowrap;
}

#menu_pill {
	width: 30px;
	cursor: pointer;
}

#menu_pill .bar {
	width: 100%;
	height: 2px;
	background-color: #fdc65f;
	margin-top: 4px;
	margin-bottom: 4px;
}

.navbar-brand, .navbar-nav>li>a{	text-shadow:none!important;
}

/* ---------------- MOBILE MENU -------------------- */
#mobile_menu {
	display: none;
	position: fixed;
	z-index: 100000;
	background: #000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	transition:none;
}

#mobile_menu_content {
	display: none;
	text-align: center;
	position: relative;
	width: 80%;
	margin-left: 10%;
  	top: 50%;
  	transform: translateY(-50%);
  	transition:none;
}

#mobile_menu_content ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#mobile_menu_content ul li {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#mobile_menu_content ul li a {
	display: block;
	
    text-transform: uppercase;
    font-size: 24px;
    color: #fdc65f;
}	

#mobile_menu_content ul li:hover,
#mobile_menu_content ul li:hover a,
#mobile_menu_content ul li a:hover {
	background: none;
}

#mobile_menu_content ul li a:hover,
#mobile_menu_content ul li a:focus {
	color: #333;
}

#mobile_menu_close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	color: #fdc65f;
	font-size: 80px;
	line-height: 1;
	font-family: 'PT Sans Caption', sans-serif;
}

/* ---------------- FRONT PAGE -------------------- */
.hero {
	width:100%;
	margin:0 auto;
	min-height:40vh;
	position:relative;	
	
}

.hero img {
	min-width:100%;
	height:auto;
}

.heroposter {
	padding:100px 0 0 0;
}

.loader {
	position:absolute;
	top:30%;
	left:50%;
	width:260px;
	margin-left:-140px;
	background:#000;
	height:260px;
	
	text-align:center;
	z-index:9999;
}

.loader img {
	width:100%!important;
	height:auto!important;
	margin:20px auto;
}

.loader h5 {
	font-family: 'Kanit', sans-serif;
    letter-spacing: 5px;
    font-weight: 700;
	 -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

ul.listen {
	margin:60px auto 0 auto;
	list-style:none;
}

ul.listen li {
	display:inline-block;
	margin:5px;
}

ul.listen li a {
	float:left;
	width:60px;
	height:60px;
	margin:0;
}
/*-----------------  BUY NOW ----------------- */

ul.buylinks {
	list-style:none;
	margin-left:0;
	padding-left:0;
	margin-top:-20px;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;

}

ul.buylinks li {
	display:inline-block;
	margin:0 20px;
	font-family: 'PT Sans Caption', sans-serif;
    letter-spacing: 8px;
    font-weight: 300;
    font-size:12px;
	
}

ul.buylinks li a {
	float:left;
	color:#fff;
	padding-left:8px;
}

.buynow {
	position: relative;
	z-index: 1;
	margin-top:96vh;
	padding-bottom:100px;
}


#featured_banner {
	background:#000;
}

/* ---------------- VIDS -------------------- */
.row.vids {
	
	
	position:relative;	
	background:#bad8b4;
}

.vidbg-container {
background-color: #041926!important;
}

.row.vids h2 {
	padding-top:10%;
}

.row.vids .col-md-12 {
	margin-top:-60px;
}

.vidbg-container {
	opacity: 0;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	-webkit-box-shadow: 2px 14px 67px -15px rgba(0,0,0,0.87);
	-moz-box-shadow: 2px 14px 67px -15px rgba(0,0,0,0.87);
	box-shadow: 2px 14px 67px -15px rgba(0,0,0,0.87);
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0px;
}

.fullscreen-bg {
    position: relative;
    top: 0vh;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
    text-align: center;
}

.fullscreen-bg__video {
	opacity: 0;
  	margin: 0 auto;
  	text-align: center;
  	width: 100%;
	height: auto;
}

#landing_hero_gif {
	display: none;
	margin-top: 50px;
}

/*------------------ TOUR DATES ---------------  */

.dates {
	padding:40px 0;
}
.dates .col-md-4 img {
	width:100%;
	height:auto;
}

.bit-widget .bit-upcoming-events-show-all-button, .bit-widget .bit-past-events-show-all-button {
    font-size: 0.88em;
   font-weight:300!important;
   
    line-height: 36px;
    background-color: transparent;
    text-align: center;
    cursor: pointer;
    letter-spacing:5px;
    text-transform: uppercase;
    margin: 10px 10px 0px 10px!important;
    display: inline-block!important;
    padding: 5px 20px!important;
}

.bit-widget {
	font-family: 'Josefin Sans', sans-serif!important;
}
/* ---------------- LYRICS-------------------- */
.lyrics_overlay {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	min-height: 100vh;	
	background-size:cover;
	z-index: 5000;
	overflow: hidden;
}

.lyrics_content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;	
	overflow-y: auto;
	z-index: 5001;
	padding-right: 17px;
    box-sizing: content-box;
}

.lyrics_content .container {
	max-width: 1170px;
	margin: 0 auto;
}

.lyrics_close {
	position: absolute;
	right: 25px;
	top: 25px;
	color: #fff;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	z-index: 5002;
}

.lyrics_content {
	opacity: 0;
}

.lyrics_content * {
	color: #fff;	
}

.song_lyric_entry {
    cursor: pointer;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.song_lyric_entry.active, .song_lyric_entry:hover  {
	color: #fff;
}

.song_lyric_block {
	display: none;
}

.song_lyric_block.active {
	display: block !important;
}

.mobile_current_song,
.mobile_open_songlist {
	display: none;
}






/*------------------  MERCH -------------------- */

.merch {
	background:#fff url('../img/merchback.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	z-index:99;
}

.shopify_image_link {
	padding-top: 100%;
	display: block;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;	
}

.shopify_item_details h4 {
	letter-spacing: 1px;
	text-align: center;
	margin: 30px auto;
}

button.merchlink {
	border:1px solid #000;
	
	background:#fff;
	margin-top:60px;
}

button.merchlink a {
	color:#000;
	padding:20px 40px;
	line-height:50px;
	text-decoration:none;
}


/*-----------------  MUSIC --------------------- */
.albums {
	padding:100px 0 200px 0;
	
}
.album {
	
}
.albumart img {
	width:100%;
	height:auto;
	transition:all 0.3s ease;
	-webkit-box-shadow: 2px 14px 67px -15px rgba(0,0,0,0.87);
	-moz-box-shadow: 2px 14px 67px -15px rgba(0,0,0,0.87);
	box-shadow: 2px 14px 67px -15px rgba(0,0,0,0.87);
}

.albumart img:hover {
	transition:all 0.3s ease;
}

.shares {
	transition:all 0.3s ease;
	opacity: 0;
}

.albumart:hover .shares {
	opacity: 1;
}

.shares.show {
	display:block;
}

.shares ul {
	list-style:none;
	margin-left:-20px;
	margin-top:20px;
}

.shares {
	text-align:center;
}
.shares ul li {
	display:inline-block;
	text-align:center;
	margin:5px 0;
}

.shares ul li a {
	font-size:12px;
	letter-spacing:2px;
	color:#999;
	padding:5px 10px;
}

#album_carousel_prompt {
	display: none;
	color: #fdc65f;
	font-style: italic;
	text-align: center;
}

.row.merch {
	margin-right:0;
	margin-left:0;
}

ul.slick-dots {
	list-style-type:none;
	width:100px;
	position:relative;
	display:block;
	margin:20px auto;
	text-align:center;
}

.slick-dots button {
	width: 10px;
    height: 12px;
    border-radius: 50%;
    display: block;
    border: 0px;
    font-size: .00000001px;
    background: #333;
}

.slick-dots li.slick-active button {
	background: #fdc65f;
}

.slick-dots li {
	cursor: pointer;
	display: inline-block;
    width: 20px;
    height:20px;
	color:#fff;
	
}
.slick-prev.slick-arrow {
	position:absolute;
	left:-50px;
	top:50%;
	margin-top:-10px;
	background:transparent;
	color:#fff;
}
.slick-next.slick-arrow {
	position:absolute;
	right:-50px;
	top:50%;
	margin-top:-10px;
	background:transparent;
	color:#fff;
}

.slick-dots li {
	font-size:24px;
	color:#253346;
}

.slick-dots li.slick-active {
color: #fdc65f;
}

slick-dots li:hover {
cursor: pointer!important;
}

button.slick-next.slick-arrow, button.slick-prev.slick-arrow {
	font-size:0;
	border:0;
	
}
button.slick-next.slick-arrow:before {
	
	content: attr(data-background-icon);
  	font-family: "FontAwesome";
  	font-size:24px;
  	color:#fff;
}

/* ---------------  Sticky Footer ---------------- */
#site_wrapper {
	min-height: 100%;
	height: auto !important;
	margin: 0 auto;
}
#footer {	
	background-size:cover;
	background-position:center center;
	color:#fff;
	padding:40px 0;
}

#footer a {
	color:#fff;
}

#footer p {
	font-style:italic;
	line-height:1.6em;
}

#newsletter {
	text-align: center;
}

.tm-widget {
	display: block;
	position: relative;	
	max-width: 670px;
	margin: 0 auto;	
}

.tm-widget iframe {
	min-height: 200px;
	border: 1px red solid;
}

#footer_contact p {
	line-height: 2;
}

.no_top_padding {
	padding-top: 0px;
}

.no_bottom_padding {
 	padding-bottom: 0px;
 }
 
h6 {
    font-size: 14px!important;
    letter-spacing: 2px!important;
    line-height: 24px!important;
    text-transform: uppercase!important;
}


ul.contacts {
	list-style:none;
}

ul.contacts li {
	display:inline-block;
	margin:10px 20px;
}

.monster {
	margin-top:80px;
}

.openfan_lb_overlay,
.openfan_lb_body {
	transition:all 0.3s ease;
	display: none !important;
}

.openfan_lb_overlay.opened,
.openfan_lb_body.opened {
	display: block !important;
} 

#newsletter_signup_wrap {
	display: block;
	text-align: center;
	margin-bottom: 40px;
}

#newsletter_signup_prompt {
	display: inline-block;
	margin: 0 auto;	    
    margin: 0 40px;
    font-family: 'PT Sans Caption', sans-serif;
    letter-spacing: 8px;
    font-weight: 300;
    font-size: 12px
    color: #fff;
    text-decoration: none;
    border: 1px #fff solid;
    padding: 10px 20px;
	
}

#newsletter_signup_prompt:hover {
	background-color: #fdc65f;
	border: 1px #fdc65f solid;
	color: #000;
}



.modalContent {
	position: relative;
	overflow: hidden;
	background: #000!important;
}

.modalContent__content h3, .modalContent label {
	color:#fff!important;
}
/* ---------------  Bootstrap Table Columns ---------------- */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
	position: relative;
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

/**** MAILCHIMP ******/

.modalContent {background:#000!important;}
/*********** Added by Joshua ***************/



@media only screen and (min-width 600px) and (max-width: 800px) {
    .buynow {
        bottom: -100px;
        position: absolute;
        width: 100%;
    }
}

@media only screen and (min-width: 1001px) {
    .buynow {
        bottom: -220px;
        position: absolute;
        width: 100%;
    }
}


/*********** Added by Joshua 3/02/2021 ***************/

@media only screen and (min-width: 960px){
     .merch_grid {
        display: flex;
        justify-content: space-around;
    }
    .merch_grid > div {
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 960px) {
    #responsive_menu table td#responsive_menu_logo img {display:none;}
    button.merchlink {
        margin-top: 30px;
    }    
}


    button.merchlink {
        margin-left: 1rem;
        margin-right: 1rem;
    }   