/* ================ Fonts ================ */


/* ================ General ================ */
body, html {
	margin: 0px;
	padding: 0px;
	
}

html {
	position: relative;
  	min-height: 100%;
}

.hidden {
	visibility:hidden;

}
body {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 12px;
	line-height:16px;
	color: #fff;
	background-color:#000;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    
}

ul {
	list-style:none;
}

.leftback {
	background:url('../img/backleft.jpg');
	background-size:contain;
	background-repeat:no-repeat;
	height:100%;
	min-height:800px;
	display:block;
}

.rightback {
	background:url('../img/backright.jpg');
	background-size:contain;
	background-repeat:no-repeat;
	height:100%;
	min-height:800px;
	display:block;
}

.embed-container { 
		border-top:1px solid #8c181B;
		padding-top:10px;
		position: relative; 
		padding-bottom: 56.25%;
		height: 0;
		margin-bottom:20px;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 

	.embed-container iframe,
	.embed-container object,
	.embed-container embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

h1, h2, h3, h4, h5 {
	font-family: 'BenchNine', sans-serif;
	font-weight:bold;
}

a, a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
}

a{color:#fff;}

a:hover {
	color:#742702;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align:right;
}

.clear {
	display:block;
	clear:both;
}

p {
	margin:0;
	padding:0;
}

p.staticp {
	margin:1em 0;
}

.center-justified {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}

.linebreaker {
	background:#8c181B;
	width:100%;
	text-align:center;
	padding:5px;
	
}

.col-md-12 {
	width:100%;
	padding:0;
}

/* ================ Header ================ */
.navbar-default .navbar-toggle {
    border-color: #8c181B;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color:#fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
background: none !important;
}

#header_socials {
	display: none;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	position: absolute;
	top: 13px;
	left: 10px;
}

#header_socials li {
	float: left;	
}

#header_socials li a {  
	display: block;  
    margin: 0 5px;
    width: 26px;
    height: 26px;
}

.cbp-spmenu li a {
	text-transform: uppercase;
	text-align: center;
}

/* ================ Main menu ================ */
#main_menu_wrapper {
	background: #8c181B;
	border-bottom:2px solid #fff;
	
}

#main_menu_wrapper a {
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-family: 'BenchNine', sans-serif;
	font-size: 20px;
	line-height: 24px;
		
}

#main_menu_wrapper .navbar.navbar-default {
	border: none;
	background: none;
	box-shadow: none;
	margin: 0px;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

#menu-main-menu li a {
    
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-weight:bold;
}

#menu-menu-1 li a:hover {
	opacity:0.8;
	cursor:pointer;
}

#menu-menu-1 li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 8px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}


#menu-menu-1 li > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



#top_nav_bar span {
	
	text-transform: uppercase;
	font-size: 16px;	
	line-height: 16px;
	font-weight: 400;
	vertical-align: middle;
}
	


.navbar-default .navbar-nav a:hover,
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
	background: none !important;
	box-shadow: none !important;
	text-shadow: none !important;	
}


#site_wrapper, .container, .row {
	width:100%;
	padding:0;
	margin:0;
}
/* ================ Home page ================ */


#newsletter {
	width:100%;
	max-width:800px;
	color:#000;
	text-align:center;
	margin-bottom:10px;
}

#newsletter input[type="text"]{
	padding:5px 10px;
	border:1px solid #fff;
	font-size:10px;
	color:#000;
	width:50%;	
}

#newsletter input[type="submit"]{
	background:#000;
	color:#fff;
	padding:5px 20px;
	border:1px solid #fff;
	font-size:10px;
	margin-left:-5px;
}

img {
	display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.front-post {
	padding:20px 0;
	border-top:1px solid #8c181B;
	border-bottom:1px solid #8c181B;
}

.front-post img {
	border:1px solid #fff;
}

.front-post a  {
	color:#fff;
	text-transform:uppercase;
	
}

.front-post h3 {
	font-weight:normal;
	margin:0;
	
}

.front-post span {
	font-size:10px;
	font-style:italic;
}

h3.linebreaker  {
	font-weight:normal;
	font-size:22px;
}

h3.linebreaker:hover {
	color: #fff;
}

.tour-dates {
		margin-top:40px;
}



/* ================ Footer ================ */

.footwrap {
	text-align:center;
	margin-bottom:40px;
	margin-top:10px;
}

ul.socials {
	margin:30px auto;
	padding:0px;
}
ul.socials li{
	display:inline-block
}

ul.socials li a {
	float:left;
	margin:0 5px;
	width:26px;
	height:26px;
}

.facebook a {
	background:url('../img/facebook.png');
	background-repeat:no-repeat;
}

.twitter a {
	background:url('../img/twitter.png');
	background-repeat:no-repeat;
}

.instagram a {
	background:url('../img/instagram.png');
	background-repeat:no-repeat;
}

.spotify a {
	background:url('../img/spotify.png');
	background-repeat:no-repeat;
}

.footwrap p {
	margin: 20px auto;
}


/* ================ Releases ================ */

.releasegrid {
	text-align:center;
	text-transform:uppercase;
	min-height:300px;
	margin-bottom: 30px;
}

.releasegrid img {
	border:1px solid #fff;
}

.releasegrid span {
	font-size:9px;
	font-style:italic;
	display: block;
	margin-bottom: 20px;
}
.releasegrid h4 {
	font-weight:normal;
	font-size:18px;
	
}

ul.release_shop {
	list-style-type: none;
	margin: 7px auto;
	padding: 0px;
	text-align: center;
	height: 30px;
}

ul.release_shop li {
	display: inline-block;
}

ul.release_shop li a {
	margin-left: 5px;
	margin-right: 5px;
	display: block;
	width: 55px;
	height: 30px;	
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0.7;
}	

ul.release_shop li a:hover {
	opacity: 1;
}

ul.release_shop li a.itunes {
	background-image: url('../img/release_itunes.png')	
}


ul.release_shop li a.spotify {
	background-image: url('../img/release_spotify.png')	
}

ul.release_shop li a.amazon {
	background-image: url('../img/release_amazon.png')	
}	

/* ================ Videos ================ */

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

#view_more_videos {
	display: block;
	color: #fff;
	font-size: 32px;
	line-height: 1;
	margin: 30px auto;
	font-family: 'BenchNine', sans-serif;
}

#view_more_videos img {
	width: auto;
	height:65px;
	display: inline-block;
}


/* ================ Videos ================ */
.staticp p {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* ================ Photoso ================ */
.gallery_archive_item.col-md-12 {
	margin-bottom: 30px;
	height: 150px;
	position: relative;
}

.gallery_archive_item a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.gallery_archive_title {
	background: rgba(0,0,0,.7);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	line-height: 150px;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	font-family: 'BenchNine', sans-serif;
	font-size: 22px;
	visibility: visible;
  	opacity: 1;
  	transition: visibility 0.2s, opacity 0.2s linear;
}

.gallery_archive_item a:hover .gallery_archive_title {
	visibility: hidden;
  opacity: 0;
}

.gallery_block .gallery {
	margin: 1.5em auto !important;
	width: 100% !important;
}

.gallery_block .gallery figure.gallery-item {
  width: -moz-calc(33% - 20px) !important;
  width: -webkit-calc(33% - 20px) !important;
  width: -o-calc(33% - 20px) !important;
  width: calc(33% - 20px) !important;
  
  max-width: -moz-calc(33% - 20px) !important;
  max-width: -webkit-calc(33% - 20px) !important;
  max-width: -o-calc(33% - 20px) !important;
  max-width: calc(33% - 20px) !important;

   margin-left:-1px;
   transform:translateX(1px);
   min-width: 0px !important;  
   background: #000; 
}

.gallery_block .gallery figure.gallery-item img { 
	max-width: 100% !important;
	min-width: 0px !important;	
}	

/* ================ News ================ */
ul#posts {
	margin: 0px;
	padding: 0px;
}

ul#posts li {
	margin: 0px; 
	margin-bottom: 40px;
}

.post p {
		font-size:14px;
		line-height:20px;
		margin-bottom:10px;
}
	
/* ================ Vertical Align ================ */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  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;
  }
}

/* ================ Vertical Align ================ */
.vertical-container {
  height: 100%;
}

.vertical-align-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: table;
}

.vertical-align {  
  display: table-cell;
  text-align: center;
}

.vertical-align--middle {
  vertical-align: middle;
}

.vertical-align--bottom {
  vertical-align: bottom;
}

/* ================ Welcome Popup ================ */
#welcome_overlay {	
	display: none;	
	position: fixed;
	background: rgba(0,0,0,0.8);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
}

#welcome_popup {
	display: none;
	visibility: hidden;
	position: fixed;
	background: #fff;
	padding: 30px;
	width: auto;	
	top: 50%;	
	left: 50%;	
	z-index: 99999999;
	text-align: center;
}	

#welcome_popup img {
	max-height: -moz-calc(100% - 94px);
	max-height: -webkit-calc(100% - 94px);
	max-height: -o-calc(100% - 94px);
	max-height: calc(100% - 94px);
	width: auto;
	max-width: 100%;
}

#welcome_popup .popup_button {
	margin-top: 20px;
	display: inline-block;
	padding: 20px 40px;
	text-align: center;
	color: #fff;
	background-color: #8c181B;
	color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'BenchNine', sans-serif;
    font-size: 20px;
    line-height: 24px; 
    width: 45%;
}

#welcome_popup #left_button {
	margin-right: 30px;
	float: left;
}

#welcome_popup #righ_button {
	float: right;	
}

/* ================ Featured Overlay ================ */
#featured_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: -moz-calc(100% - 100px);
	height: -webkit-calc(100% - 100px);
	height: -o-calc(100% - 100px);
	height: calc(100% - 100px);
	background-color: #000;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;	
	z-index: 999999999;
	cursor: pointer;
} 

#featured_overlay_continue {
	position: fixed;
	left: 0px;
	right: 0px;
	top: -moz-calc(100% - 100px);
	top: -webkit-calc(100% - 100px);
	top: -o-calc(100% - 100px);
	top: calc(100% - 100px);
	bottom: 0px;
	text-align: center;
	z-index: 999999999;
	background: #000;
}

#featured_overlay_continue a {
	cursor: pointer;
	margin: 10px auto;
	display: inline-block;
	padding: 20px 40px;
	text-align: center;
	color: #fff;
	background-color: #8c181B;
	color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'BenchNine', sans-serif;
    font-size: 20px;
    line-height: 24px;     
}

