/*
Theme Name: wordpress-bootstrap-master-child
Version: 1.0
Description: A child theme of wp-bootstrap
Template: wordpress-bootstrap-master
*/



@import url("../wordpress-bootstrap-master/style.css");

@font-face {
	font-family:'gothammedium';
	src: url('fonts/gotham-medium-webfont.eot');
	src: url('fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/gotham-medium-webfont.woff') format('woff'),
		url('fonts/gotham-medium-webfont.ttf') format('truetype'),
		url('fonts/gotham-medium-webfont.otf') format('opentype'),
		url('fonts/gotham-medium-webfont.svg#gotham-medium-webfont') format('svg');
}

@font-face {
	font-family:'gothambold';
	src: url('fonts/gotham-bold-webfont.eot');
	src: url('fonts/gotham-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/gotham-bold-webfont.woff') format('woff'),
		url('fonts/gotham-bold-webfont.ttf') format('truetype'),
		url('fonts/gotham-bold-webfont.otf') format('opentype'),
		url('fonts/gotham-bold-webfont.svg#gotham-medium-webfont') format('svg');
}



@font-face {
	font-family:'litera';
	src: url('fonts/LiteraSerialBold_gdi.eot');
	src: url('fonts/LiteraSerialBold_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/LiteraSerialBold_gdi.woff') format('woff'),
		url('fonts/LiteraSerialBold_gdi.ttf') format('truetype'),
		url('fonts/LiteraSerialBold_gdi.otf') format('opentype'),
		url('fonts/LiteraSerialBold_gdi.svg#LiteraSerialBold-Regular') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2122;
}

@font-face {
	font-family:'literaheavy';
	src: url('fonts/LiteraSerialHeavy_gdi.eot');
	src: url('fonts/LiteraSerialHeavy_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/LiteraSerialHeavy_gdi.woff') format('woff'),
		url('/fontsLiteraSerialHeavy_gdi.ttf') format('truetype'),
		url('fonts/LiteraSerialHeavy_gdi.otf') format('opentype'),
		url('fonts/LiteraSerialHeavy_gdi.svg#LiteraSerialHeavy-Regular') format('svg');
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-02DC;
}

@font-face {
	font-family:'museo';
	src: url('fonts/MuseoSansDisplay-Black_gdi.eot');
	src: url('fonts/MuseoSansDisplay-Black_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/MuseoSansDisplay-Black_gdi.woff') format('woff'),
		url('fonts/MuseoSansDisplay-Black_gdi.ttf') format('truetype'),
		url('fonts/MuseoSansDisplay-Black_gdi.otf') format('opentype'),
		url('fonts/MuseoSansDisplay-Black_gdi.svg#MuseoSansDisplay-Black') format('svg');
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-00FE;
}

html, body {height: 100%;margin:0;padding:0;overflow: auto;width:100%;-webkit-overflow-scrolling: touch;}

body {
font-family: 'gothammedium', 'Helvetica', Arial, sans-serif;		
   -webkit-font-smoothing: antialiased;
   text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
   font-style: normal;
   opacity:0.9999;
   font-weight: normal;
width: 100%;
height: 100%;
margin: 0;
padding:0;
}

 
#fountainG{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);    
	width:234px;
	height:28px;
	margin:auto;
	position: relative;
}

.fountainG{
	position:absolute;
	top:0;
	background-color:rgb(0,0,0);
	width:28px;
	height:28px;
	animation-name:bounce_fountainG;
		-o-animation-name:bounce_fountainG;
		-ms-animation-name:bounce_fountainG;
		-webkit-animation-name:bounce_fountainG;
		-moz-animation-name:bounce_fountainG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:19px;
		-o-border-radius:19px;
		-ms-border-radius:19px;
		-webkit-border-radius:19px;
		-moz-border-radius:19px;
}

#fountainG_1{
	left:0;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#fountainG_2{
	left:29px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#fountainG_3{
	left:58px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#fountainG_4{
	left:88px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#fountainG_5{
	left:117px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#fountainG_6{
	left:146px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#fountainG_7{
	left:175px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}

#fountainG_8{
	left:205px;
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}



@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:rgb(255,255,255);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(0,0,0);
	}
}

@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
		background-color:rgb(255,255,255);
	}

	100%{
	-o-transform:scale(.3);
		background-color:rgb(0,0,0);
	}
}

@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
		background-color:rgb(255,255,255);
	}

	100%{
	-ms-transform:scale(.3);
		background-color:rgb(0,0,0);
	}
}

@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
		background-color:rgb(255,255,255);
	}

	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(0,0,0);
	}
}

@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
		background-color:rgb(255,255,255);
	}

	100%{
	-moz-transform:scale(.3);
		background-color:rgb(0,0,0);
	}
}	

#loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}


/* --------- TOP SECTION  --------- */


.heading {
	width: 100%;
	padding-bottom: 100px;
}

.heading img {
	height: 90px; 
	width: auto;
	margin: 0 auto;
}

.heading-iframe {
	width: 100%;
	padding-bottom: 30px;
	padding-top: 30px;
}

.heading-iframe img {
	height: 70px; 
	width: auto;
	margin: 0 auto;
}

#flushright {
	float: right;
	margin-right: 50px;
}

.toplogo {
	width: 100%;
	margin-top: 50px;	
}

.toplogo img {
	height: 200px; 
	width: auto;
}

#topmenu-container {
	margin: 90px 0px 0px 0px;
}	

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

ul#topmenu {
	list-style: none;
	list-style-type: none;
	width: 277px;
	margin: 0 auto;
	float: right;
}

ul#topmenu li {
	list-style: none;
	list-style-type: none;
	margin: 0 auto;
	text-align: center;
}	

ul#topmenu li a {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 35px;
	font-family: museo, Helvetica, Arial, sans-serif;
	color: #fff;
	text-shadow: 0px 0px 3px #f5f4c4;
}

ul#topmenu li a:hover {	
	text-shadow: none;
}	

.topsocials {
	width: 277px;
	float: right;
	margin: 90px auto 0px auto;
}	

.topsocials .center {
	margin: 0 auto;
}

.topsocials i, .topsocials a, .topsocials a:hover {
	color: fff !important;
}

.topsocials i {
	padding: 10px;
	font-size: 25px;
	opacity: 1;
	text-align: center;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;	
}

.topsocials i:hover {
	opacity: 0.8;
}


@media (min-width: 801px) and (max-height: 569px){
#topmenu-container {
	margin: 10px 0px 0px 0px;
}	
.topsocials {
	margin: 10px auto 0px auto;
}
.toplogo {
margin-top: 10px
}	
}




@media (min-width: 801px) and (min-height: 570px){
#topmenu-container {
	margin: 30px 0px 0px 0px;
}	
.topsocials {
	margin: 10px auto 0px auto;
}
.toplogo {
margin-top: 20px
}	
}



@media (min-width: 801px) and (min-height: 610px){
#topmenu-container {
	margin: 50px 0px 0px 0px;
}	
.topsocials {
	margin: 30px auto 0px auto;
}
.toplogo {
margin-top: 20px
}	
}


@media (min-width: 801px) and (min-height: 640px){
#topmenu-container {
	margin: 50px 0px 0px 0px;
}	
.topsocials {
	margin: 30px auto 0px auto;
}	
}




@media (min-width: 801px) and (min-height: 670px){
#topmenu-container {
	margin: 70px 0px 0px 0px;
}	
.topsocials {
	margin: 50px auto 0px auto;
}	
}




@media (min-width: 801px) and (min-height: 700px){
.toplogo {
margin-top: 60px
}	
#topmenu-container {
	margin: 90px 0px 0px 0px;
}	
.topsocials {
	margin: 40px auto 0px auto;
}	
}





@media (min-width: 801px) and (min-height: 780px){
.toplogo {
margin-top: 60px
}	
#topmenu-container {
	margin: 120px 0px 0px 0px;
}	
.topsocials {
	margin: 70px auto 0px auto;
}	
}



@media (min-width: 801px) and (min-height: 860px){
#topmenu-container {
	margin: 160px 0px 0px 0px;
}	
.topsocials {
	margin: 10px auto 0px auto;
}
.toplogo {
margin-top: 120px
}	
}



@media (min-width: 801px) and (min-height: 940px){
#topmenu-container {
	margin: 200px 0px 0px 0px;
}	
.topsocials {
	margin: 10px auto 0px auto;
}
.toplogo {
margin-top: 160px
}	
}



@media (min-width: 801px) and (min-height: 1020px){
#topmenu-container {
	margin: 240px 0px 0px 0px;
}	
.topsocials {
	margin: 10px auto 0px auto;
}
.toplogo {
margin-top: 240px
}	
}


/* --------- GENERAL  --------- */


.container-fluid {
padding-left: 0px;
padding-right: 0px;
}

h1, h2, h3 {
font-family: 'gothammedium', 'Helvetica', Arial, sans-serif !important;		
	color: #fff !important;
	text-shadow: none;
	font-weight: normal !important;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 60px;
	line-height: 60px;	
	text-align: center;
	border: 0;
	margin-top: 70px;
	margin-bottom: 90px;
	border-bottom: 0px;
   -webkit-font-smoothing: antialiased !important;	
}

h1 {
font-size: 20px;
letter-spacing: 3px;
color: #222;
text-transform: none;
}

h2 {
font-size: 20px;
letter-spacing: 3px;
color: #222;
text-transform: none;
text-align: center;
}


img.thumb {
opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;	
}

img.thumb:hover {
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}



a {
	color: #fff;
	text-decoration: none !important;
-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;		
}

#iframe{display: -webkit-flex;
    -webkit-align-items: center;

display: flex;
    align-items: center;
}

#iframe > div:nth-child(2){display:none;}

.column2a{ display: block !important; }

#iframe #wrapper-news a {
text-decoration: underline !important;
}

a:hover, a:focus, a:active {
color: #a6a6a6;
text-decoration: none;
-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  }

a.black {
color: #222;
}

a.black:hover {
color: #000;
}
  
a.button {
  display: block;
  color: #222;
  background: #fff;
  padding: 12px 20px;
  float: left;
  margin-right: 20px;
  text-transform: uppercase;
  font-family: 'gothammedium' !important;
}  

a.button:hover {
display: block;
background: rgba(255,255,255,0.8);
padding: 12px 20px;
float: left;
margin-right: 20px;
}  

.smalltext {
font-size: 15px; letter-spacing: 5px;color: #fff;
    line-height: 25px;
    vertical-align: middle;
}

@media (max-width: 480px) {

#merch .smalltext {
font-size: 13px; letter-spacing: 3px;color: #fff;
    line-height: 25px;
    vertical-align: middle;
}
}

.track {
padding-top: 10px;width: 70%;margin: 0 auto;
}

.border {
border-top: 2px solid #fff;padding-top: 10px;width: 100px;margin: 0 auto;
}

@media (max-width: 800px) {
.border {display: none;}
}

.black {
color: #000;
}

.black:hover {

}

.fa {font-size: 25px;padding: 10px;}

#sbar1 .fa {padding: 0;}

.smalltext .fa {    line-height: 25px;
    vertical-align: middle;}


div.margin5 {
	margin-top: 5px;
}

div.margin15 {
	margin-top: 15px;
}

div.margin25 {
	margin-top: 25px;
}

div.margin30 {
	margin-top: 30px;
}

div.margin40 {
	margin-top: 40px;
}

div.margin50 {
	margin-top: 50px;
}

div.margin100 {
	margin-top: 100px;
}

div.margin150 {
	margin-top: 150px;
}

div.margin200 {
	margin-top: 200px;
}


.page-header {
	border: 0px;
}

#abox {
      width: 475px;
    height: 230px;
    background: rgba(0,0,0,0.6);
    margin-left: 33px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 0;
	font-size:20px;
}

#right {
	display:inline-block; 
	padding:15px;
    margin-top: 23px;
	width: 218px;
    vertical-align: top;
	color:#fff;
	text-align: center;
}

#left {
	background-image:url("http://thestrokes.com/img/square200.jpg");
	width:200px;
	height:200px;
	display:inline-block;
	margin:15px;
}


.topbar {
    text-align: center;
    padding: 15px;
    background-color: #E40202;
    color: #fff;
    font-size: 15px;
}

#lefttop {
    background-image: url("http://thestrokes.com/img/square86.jpg");
    width: 86px;
    height: 86px;
    display: inline-block;
    margin-left: 35px;
	
}

#righttop {
    display: inline-block;
    width: 56%;
    vertical-align: top;
    color: #fff;
}


/* --------- IFRAME / LIGHTBOX --------- */

html {overflow: auto !important;}

#iframe {
background: transparent;
color: #fff;
height: 100%;
width: 100%;
margin: 0;
padding:0;
overflow: auto;
font-family: 'gothammedium';
}

#iframe #wrapper {
  
  clear: left;
  float: left;
  width: 100%;
  overflow: hidden;
  background: transparent;

}

#iframe #wrapper #container {
  float: left;
  width: 100%;
  position: relative;
  background: transparent;
}

#iframe .column1 {
  float: left;
  width: 46%;
  position: relative;
  overflow: hidden;
}

#iframe .column2 {
float: left;
  width: 46%;
  padding-left: 50px;
  position: relative;
  overflow: hidden;
}

#iframe .columnfull {
float: left;
  width: 100%%;
  padding-left: 0px;
  position: relative;
}

#iframe .column2a {
float: left;
  width: 46%;
  padding-left: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: scroll;
}

#iframe a {font-family: 'gothambold';}

#iframe h2 {font-family: 'gothammedium' !important; font-size: 3em;text-transform: uppercase;letter-spacing: 0px;margin-bottom: 30px; margin-top: 0px; line-height: 1em;  border-top: 2px solid #fff;  border-bottom: 2px solid #fff;  padding-top: 20px;  padding-bottom: 20px;}
#iframe h2.margin {margin-bottom: 30px}
#iframe p {font-family: 'gothammedium';font-size: 1.1em;margin-top: 20px; margin-bottom: 20px;clear: both}
#iframe ul, #iframe ul li, #iframe ol, #iframe ol li {font-family: 'gothammedium'; font-size:1em;line-height: 1.7em;font-weight: bold;}
#iframe #container img {display: block; width: 100%; height: auto;margin: 0px;}
#iframe #container img.small {display: block; width: 80%; height: auto;margin: 0 auto;}
#iframe #container img.smaller {display: block; width: 65%; height: auto;margin: 0 auto;}
#iframe ol {display: block;list-style-type: decimal;-webkit-margin-before: 0em;-webkit-margin-after: 0em;-webkit-margin-start: 0px;-webkit-margin-end: 0px;-webkit-padding-start: 20px;}
@media (max-width: 800px) { #iframe ol {display: block;list-style-type: decimal;-webkit-margin-before: 0em;-webkit-margin-after: 0em;-webkit-margin-start: 0px;-webkit-margin-end: 0px;-webkit-padding-start: 30px;}}

#iframe ol {
margin-top: 30px;
}




#wrapper-news {
height: 80vh;
  clear: left;
  float: none;
  width: 70%;
  background: transparent;
  position: relative;
  overflow: auto;
  margin: 0 auto;
  min-height: auto;
}

#vidwrapper {top: 10%;bottom: 10%;}

#wrapper-news #container {width: 100%;display: block; margin: 0 auto;font-size: 15px; line-height: 30px;}


.nivo-lightbox-item img {
max-width: 100% !important;
width: 100% !important;
height: auto;
position: relative !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  }

span.postdate {font-size: 0.8em;line-height: 1em;letter-spacing: 3px;margin: 0 auto;display: block;text-align: center;font-family: 'gothambold';padding-bottom: 20px;text-transform: uppercase;}
span.videotitle {position: fixed;z-index: 10000 !important;font-family: bold;font-size: 0.9em;text-transform:uppercase;margin: 0 auto; text-align: center;}
span.albuminfo, span.date {font-family: 'gothammedium';font-size: 1em;text-transform:uppercase;}

.video-wrapper, .video-container {margin-bottom: 0px !important;}


.collapseomatic, .colomat-close, .colomat-visited {
background-image: none;
}

.collapseomatic {
  color: #fff;
background: rgba(150,150,150,0.3);
  padding: 5px 7px;
  font-family: light;
  letter-spacing: 1px;
  font-size: 0.8em;
  margin-left: 10px;
  text-decoration: none;
}

.colomat-close {
background: rgba(255,255,255,0.9);
color: #222;
}

.collapseomatic:hover {
background: rgba(255,255,255,1);
color: 222;
 -webkit-transition: all 0.2s ease  !important; -moz-transition: all 0.2s ease  !important; -o-transition: all 0.2s ease !important; transition: background-color all 0.2s ease !important;
}

.discobuttonwrap {
display: block;
margin-top: 10px;
}

.discobutton {
  color: #222;
background: rgba(255,255,255,1);
  padding: 7px 10px;
  font-family: bold;
  font-size: 0.9em;
  margin-left: 5px;
  text-decoration: none !important;
}

.discobutton:hover {
background: rgba(255,255,255,0.4);
color: #fff;
 -webkit-transition: all 0.2s ease  !important; -moz-transition: all 0.2s ease  !important; -o-transition: all 0.2s ease !important; transition: background-color all 0.2s ease !important;  
  }

.blackbg {background: #000 !important}
.parent-pageid-15 {background: #000}
.nivo-lightbox-item .page-template-photos-page {background: transparent !important;}

.gallery-item, .gallery-icon, .gallery-item img, .gallery-icon img, .gallery-item:hover, .gallery-icon:hover, .gallery-item img:hover, .gallery-icon img:hover {
opacity: 1 !important;
-webkit-transition: 0s !important;
-moz-transition: 0s !important;
-ms-transition: 0s !important;
transition: 0s !important;
} 

@media (max-width: 800px) {

#gallery-1 .gallery-item {
    float: none;
    margin-top: 10px;
    text-align: center;
    width: 100% !important;
}
}


/* ---------  "RESPONSIVE LIGHTBOX" WP PLUGIN HACK  --------- */

.nivo-lightbox-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  right: 10%;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
  display: block;
  background: url(images/lightbox-close.png) no-repeat 5px 5px !important;
  width: 32px !important;
  height: 32px !important;
  text-indent: -9999px;
  padding: 5px;
  opacity: 0.5;
  background-size: 100% !important;
    background-position: top left !important;
}

@media (-webkit-min-device-pixel-ratio: 1.3), not all, not all, not all, (min-resolution: 1.3dppx) {
.nivo-lightbox-theme-default .nivo-lightbox-close {
  background: url(images/lightbox-close.png) no-repeat 5px 5px !important;
  background-size: 100% !important; 
  width: 32px !important;
  height: 32px !important;
  background-position: top left !important;   
}
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: #666;
  background: rgba(0,0,0,0.9) !important;
}

@media (max-width: 800px) {
.nivo-lightbox-content {
overflow: scroll !important;
}

.photoslogo {
display: none;
}

}

#iframe::-webkit-scrollbar {
      width:  16px;
  }

  #iframe::-webkit-scrollbar-thumb {
      background: #959595;
  }

  #iframe::-webkit-scrollbar-track {
      background: #4d4d4d;
  }

  // For Internet Explorer
  #iframe{
    scrollbar-face-color: #959595;
    scrollbar-track-color: #4d4d4d;
  }
  
  #wrapper-news::-webkit-scrollbar {
      width:  16px;
  }

  #wrapper-news::-webkit-scrollbar-thumb {
      background: #959595;
  }

  #wrapper-news::-webkit-scrollbar-track {
      background: #4d4d4d;
  }

  // For Internet Explorer
  #wrapper-news{
    scrollbar-face-color: #959595;
    scrollbar-track-color: #4d4d4d;
  }



/* ---------  INSTAGRAM FEED PLUGIN HACKS ---------- */

.sbi_lb-data .sbi_lb-number, #sbi_lightbox .sbi_lightbox_action {
display: none;
}


/* ---------  WP MASONRY PLUGIN HACKS ---------- */

.wmle_container .wmle_item {
  padding: 40px !important;
}
/* PR change was 80 */

.wmle_container .wmle_item_holder.col2 {
  width: 50%;
}

@media (max-width: 1400px) {
.wmle_container .wmle_item_holder.col2 {
    width: 45%;
}
}

#wmle_container {
width: 80%;
margin: 0px auto 50px auto;
}

.wmle_container .wmle_item .wmle_post_title {
  text-transform: uppercase;
  font-size: 1.4em !important;
  letter-spacing: 0px !important;
  border-bottom: none !important;
  border-top: none !important;
  line-height: 1.1em !important;
  padding-top: 10px !important;
}

.wmle_container .wmle_item .wmle_post_title .newsdate {
font-size: 12px !important;
display: block;
}

.wmle_item .wpme_image {
opacity: 1;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;	
}  

.wmle_item:hover .wpme_image {
opacity: 0.7;
}

.wmle_loadmore .wmle_loadmore_btn {
color: #fff !important;
border: none !important;
text-transform: uppercase;
box-shadow: none !important;
  background: url('/wp-content/themes/wordpress-bootstrap-master-child/images/downarrow.png') !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
  padding-bottom: 20px !important;
  background-size: 30% !important;
}




/************* STICKYBARS WP PLUGIN HACK (STICKY MENU)  *************/

.sbar-light {
  background: rgba(0,0,0,0.8);
}

.sbar-horizontal .sbar-inner-button {
  padding: 10px 20px 10px 20px;
}

.sbar-close {
  display: none;
}

.sbar .sbar-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 10000px;
  margin: 0 auto;
  padding: 10px 0;
  height: 60px;
}

.menu a {
font-family: 'gothambold';
font-size: 1.1em !important;
color: #fff;
display: inline-block;
float: left;
opacity: 0.8;
  margin: 0 10px;
  text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;		
}

.menu a:hover {
opacity: 1;
color: #fff;
}

.menu a.logo {
background: url('http://350.d89.myftpupload.com/wp-content/uploads/2015/07/strokes-logo-mobile1.png');
background-repeat: no-repeat;
background-size: 100%;
height: 40px;
width: 55px;
display: block;
}

.menu i {
font-size: 1.3em;
color: #fff;
float: right;
  margin: 0 -10px;
}

.menu ul {
float: right;
padding-right: 20px;
}


/************  EVERSLIDER WP PLUGIN HACK  ************/

.everslider {
margin: 30px 0;
}



/************  JQUERY MASONRY IMAGE GALLERY PLUGIN HACK  ************/

.gallery-item {
background-color: transparent !important;
opacity: 1;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;		
}

.gallery-item:hover {
opacity: 0.8;
}


/************ BANDSINTOWN HACKS ************/

tr.bit-header, a.bit-track-artist-header, tr.bit-header td, th.bit-description-links, th.bit-date, th.bit-venue, th.bit-location, th.bit-artist-event-link, th.bit-tickets {
display: none !important;
border-top: none !important;
border-bottom: none !important;
}

.bit-widget-container {width: 60% !important;margin: 0px auto 0px auto !important;font-family:'gothammedium',helvetica,sans-serif!important; font-size:1.3em!important; color: #222!important;text-transform: uppercase !important; letter-spacing: 0px !important;}
table.bit-events {margin-top: 50px;}
.bit-events, .bit-events-narrow {overflow: hidden!important;}
.bit-events th, .bit-events td {width: auto!important;text-align: left!important; vertical-align:top!important;}
.bit-events td {min-height: 40px !important; background:none!important; height: auto !important;}
.bit-events-narrow td {width:auto!important; height:57px!important; background:none!important;padding:4px!important;vertical-align:middle!important;}

#bit-events td.bit-artist-event-link { text-align: right!important; }
#bit-events td.bit-artist-event-link a { float: right!important;}
#bit-events td.bit-actions a, #bit-events td.bit-rsvp a { float: right!important; }
#bit-events td.bit-rsvp {display: none !important;}
#bit-events td.bit-comment { width: 21px!important; padding-left: 8px!important; padding-right: 8px!important; }
#bit-events td .bit-uiButton { display:inline-block!important; padding: 1px 6px!important; height: 16px!important; line-height: 2em !important!important; cursor: pointer!important; font-family: 'gothammedium',helvetica,arial,sans-serif !important}
#bit-events td .bit-uiButton { background: transparent !important; border none!important; border-bottom-color: none !important; box-shadow:none!important; -moz-box-shadow:none!important; font-size:0.7px!important; font-weight:bold!important; text-align:center!important; text-decoration:none!important; vertical-align:top!important; white-space:nowrap }
#bit-events td .bit-uiButton:active{background: transparent important;border-bottom-color:transparent!important;box-shadow:none!important;-moz-box-shadow:none !important)}
#bit-events td .bit-uiButtonSpecial{background-image:url("http://d38hmgjgf0kofx.cloudfront.net/images/facebook/silver-blue-bg.png")!important; background-repeat:no-repeat!important;background-position:0px -96px!important;background-color:#69a74e!important;border-color:#3b6e22 #3b6e22 #2c5115!important;}
#bit-events td .bit-uiButtonSpecial:active{background: transparent !important;border-bottom-color:transparent!important;}
#bit-events td .bit-uiButton a, .bit-uiButton a:hover { text-decoration: none!important; display: inline-block!important; }
#bit-events td .bit-uiButtonSpecial a { color: #FFFFFF!important; }
#bit-events td .bit-uiButtonDefault a { color: #333333 !important; }
#bit-events td.bit-comment a.bit-comment { background: transparent url('http://d38hmgjgf0kofx.cloudfront.net/images/facebook/comments_icon.gif') 0px 0px no-repeat!important; width: 15px!important; height: 16px!important; display: inline-block!important; margin-top: 2px!important; float: right!important; }
#bit-events td.bit-comment a:hover, #bit-events td.bit-comment a.bit-comment-open { background-position: 0px -16px!important; }
#bit-events td.bit-location {font-weight:normal!important;}
#bit-events td.bit-description, #bit-events th.bit-description {font-size: 1.3em!important; left: 8px 4px!important; }
#bit-events td.bit-description-links, #bit-events th.bit-description-links {padding-left: 8px!important; width: 6px!important;}
#bit-events td.bit-description-links {display: none !important;}
#bit-events .bit-hidden {display: none !important;}
#bit-events .bit-bottom td {padding-left:8px!important;height:36px!important;}
#bit-events .bit-bottom td.concerts-by-bandsintown {text-align:right!important;}
#bit-events .bit-bottom a { vertical-align: middle!important; border: none!important; display: inline-block!important; }
#bit-events table a { text-align: left!important; float: left!important; width:auto!important; }
#bit-events table a:hover { -webkit-transition: none!important; -moz-transition: none!important; -o-transition: none!important; transition: none!important; }
#bit-events td.bit-description a { float: none!important; }
#bit-events a.bit-event-description-link { text-decoration: none!important; margin: 0!important; padding: 0!important; display: inline-block!important; height: 9px!important; width: 9px!important; line-height: 9px!important; font-size: 9px!important; text-align: center!important; vertical-align: middle!important; border: none!important;}
.bit-events tr.bit-dashed-border td.bit-description-links, .bit-events tr.bit-dashed-border td.bit-date, .bit-events-narrow tr.bit-dashed-border td { border-top: 0px solid transparent!important;}
#bit-events td.bit-concert a { float: none!important; }
tr.bit-header th, tr.bit-header-narrow { line-height: 26px!important; }
#bit-events tr.bit-header a, #bit-events tr.bit-header-narrow a { float: none!important; font-weight: normal!important; }
#bit-events tr.bit-header-narrow th { text-align: left!important; padding: 4px!important;}
#bit-events .bit-header-links { margin-right: 15px!important; }
#bit-events .bit-share-text { float:right!important; }
#bit-events .bit-share-links { float: right!important; }
#bit-events .bit-share-links a { display: inline-block!important; width: 26px!important; height: 26px!important; vertical-align: middle!important; }
#bit-events .bit-fb-share { background: transparent url('http://d38hmgjgf0kofx.cloudfront.net/images/facebook/icons/fb_share.gif') top left no-repeat!important; margin-left: 4px!important; display: inline-block!important; width: 26px!important; height:26px!important; vertical-align: middle!important;}
#bit-events .bit-twitter-share { background: transparent url('http://d38hmgjgf0kofx.cloudfront.net/images/facebook/icons/twitter_share.gif') top left no-repeat!important; display: inline-block!important; width: 26px!important; height:26px!important; vertical-align: middle!important;}
.bit-header-overflow-fix { height: 26px!important; overflow: hidden!important; }
#bit-events iframe { border: none!important; }
#bit-events .comments-title, #bit-events .description-title { color: #323232!important; font-size: 11px!important; font-weight: bold!important; margin: 0px 0px 4px 0px!important;}
#bit-events .bit-event-details { color: #000000!important; }
#bit-events .bit-details-title { background-color: #ffffff!important; font-weight: bold!important; padding: 4px 8px 0px 20px!important; color: #0e0e0e!important; font-size: 11px!important; }
#bit-events .bit-details-title a { float: right!important; color: #8296cc!important; text-decoration: none!important; }
#bit-events .bit-details-title a:hover { color: #ffffff!important; text-decoration: none!important; }
#bit-events .bit-details-text { background-color: #ffffff!important; margin-bottom: 1px!important; padding: 5px 8px 5px 20px!important; color: #1A1A1A!important; }
#bit-events .bit-details-comments { background: transparent!important; padding: 0px!important; margin: 0px!important; }
#bit-events .bit-details-text a { color: #3857a0!important; float: none!important; }
#bit-events a.bit-fb-event-link { font-weight: bold!important; display: block!important; text-decoration: none!important; margin: 4px 0px!important; }
#bit-events tr td.bit-details { padding: 0px!important; }
#bit-events .venue, #bit-events .location, #bit-events .lineup { display: block!important; clear: left!important; font-size: smaller!important; line-height: 100%!important; width: 100% !important;}
#bit-events .venue, #bit-events .location, #bit-events .lineup a {font-size: 1em !important; width: 100% !important;}
#bit-events .location { font-weight: bold }
#bit-events a.bit-track-artist-header .bit-invert { display: none!important;}
#bit-events tr[data-bit-event-id] td { cursor: pointer!important; }
.bit-events tr td {padding: 20px 25px 20px 0 !important; line-height: 1em !important;}
.bit-events tr td.bit-date {padding-right: 50px !important; width: 45px!important; text-align: center !important;}
.bit-events tr td.bit-date a {vertical-align: top !important; text-align: center !important;}
#bit-widget-dialog-container { position: fixed!important; width: 100%!important; height: 100%!important; margin: auto!important; }
#bit-widget-dialog { color: #333333!important; direction: ltr!important; font-family: 'gothammedium',arial,sans-serif!important; font-size: 11px!important; text-align: left!important; }
#bit-widget-dialog label { color: #666666!important; cursor: pointer!important; font-weight: bold!important; vertical-align: middle!important; }
body#bit-widget-dialog { margin: 0px!important; padding: 0px!important; }
#bit-widget-dialog-loading .loading { height: 32px!important; width: 100%!important; background: transparent url('http://d38hmgjgf0kofx.cloudfront.net/images/facebook/ajax-loader-large.gif') no-repeat scroll center center!important; }
#bit-widget-dialog .pop_content{direction:ltr}
#bit-widget-dialog {height:0!important;left:0!important;overflow:visible!important;outline:none!important;position:absolute!important;top:0!important;width:100%!important;z-index:250}
#bit-widget-dialog .generic_dialog_popup{height:0!important;overflow:visible!important;position:relative!important;width:520px!important;margin:auto}
#bit-widget-dialog .pop_content h2.dialog_title{background:#6d84b4!important;border:0px solid #3b5998!important;border-bottom:none!important;color:#fff!important;font-size: 14px!important;font-weight:bold!important;margin:0!important;}
#bit-widget-dialog .pop_content h2 span{display:block!important;padding:5px 10px}
#bit-widget-dialog .pop_content .dialog_content{background:#fff!important;border:0px solid #555!important;border-top-width:0}
#bit-widget-dialog .pop_content .dialog_body{padding:10px!important;border-bottom:0px solid #ccc}
#bit-widget-dialog .pop_content .dialog_buttons{background:#f2f2f2!important;padding:8px 10px 8px 10px!important;position:relative!important;text-align:right}
#bit-widget-dialog .pop_container_advanced{border-radius:8px!important;-webkit-border-radius:8px!important;-moz-border-radius:8px!important;padding:10px}
#bit-widget-dialog .uiButton,#bit-widget-dialog .uiButtonSuppressed:active,#bit-widget-dialog .uiButtonSuppressed:focus,#bit-widget-dialog .uiButtonSuppressed:hover{background:#eee url('http://d38hmgjgf0kofx.cloudfront.net/images/facebook/silver-blue-bg.png') repeat 0 0!important;border:0px solid #999!important;border-bottom-color:#888!important;box-shadow:0 1px 0 rgba(0, 0, 0, .1)!important;-moz-box-shadow:0 1px 0 rgba(0, 0, 0, .1)!important;cursor:pointer!important;display:-moz-inline-box!important;display:inline-block!important;font-size:11px!important;font-weight:bold!important;line-height:normal !important!important;padding:2px 6px!important;text-align:center!important;text-decoration:none!important;vertical-align:top!important;white-space:nowrap}
#bit-widget-dialog .uiButtonConfirm{background-color:#5b74a8!important;background-position:0 -48px!important;border-color:#29447e #29447e #1a356e}
#bit-widget-dialog .uiButton:active,#bit-widget-dialog .uiButtonDepressed{background:#ddd!important;border-bottom-color:#999!important;box-shadow:0 1px 0 rgba(0, 0, 0, .05)!important;-moz-box-shadow:0 1px 0 rgba(0, 0, 0, .05)}
#bit-widget-dialog .uiButton .uiButtonText,#bit-widget-dialog .uiButton input{background:none!important;border:0!important;color:#333!important;cursor:pointer!important;display:-moz-inline-box!important;display:inline-block!important;font-family:'gothammedium', 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif!important;font-size:11px!important;font-weight:bold!important;margin:0!important;outline:none!important;padding:1px 0 2px!important;white-space:nowrap}
#bit-widget-dialog .uiButtonLarge,#bit-widget-dialog .uiButtonLarge .uiButtonText,#bit-widget-dialog .uiButtonLarge input{font-size:13px}
#bit-widget-dialog .uiButtonSpecial .uiButtonText,#bit-widget-dialog .uiButtonSpecial input,#bit-widget-dialog .uiButtonSpecial.uiButtonDisabled .uiButtonText,#bit-widget-dialog .uiButtonSpecial.uiButtonDisabled input,#bit-widget-dialog .uiButtonConfirm .uiButtonText, #bit-widget-dialog .uiButtonConfirm input, #bit-widget-dialog .uiButtonConfirm.uiButtonDisabled .uiButtonText, #bit-widget-dialog .uiButtonConfirm.uiButtonDisabled input { color: #FFFFFF!important; }
#bit-widget-dialog .uiButtonConfirm:active{background:#4f6aa3!important;border-bottom-color:#29447e}
#bit-widget-dialog .popup-border-outer { z-index: 1!important; background: none!important; position: relative!important; }
#bit-widget-dialog .popup-border-inner { background-color: #525252!important; -moz-opacity: 0.7!important; opacity: 0.7!important; position: absolute!important; top: 0!important; left: 0!important; width: 100%!important; height: 100%!important; z-index: 1!important; padding: 0!important; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70)!important; }
#bit-widget-dialog .popup-content { position: relative!important; z-index: 2!important; }
#bit-widget-dialog h2 { padding: 0px!important; }
#bit-widget-dialog .clear { clear: both!important; }
* html #bit-widget-dialog .popup-border-inner  { display: none!important; }
* html #rsvp-dialog-container { position: absolute!important; }
#bit-events[data-bit-widget-id='1431547831943'] { width:100%!important;}
#bit-events[data-bit-widget-id='1431547831943'] {}
#bit-events[data-bit-widget-id='1431547831943'] .bit-events, .bit-events-narrow { width:100%!important;}
#bit-events[data-bit-widget-id='1431547831943'] .bit-events td { border-top: none!important;}
#bit-events[data-bit-widget-id='1431547831943'] .bit-events-narrow td { border-top: none!important;}
#bit-events[data-bit-widget-id='1431547831943'] td{}
#bit-events[data-bit-widget-id='1431547831943'] th{}
#bit-events[data-bit-widget-id='1431547831943'] td{}
#bit-events[data-bit-widget-id='1431547831943'] th{}
#bit-events[data-bit-widget-id='1431547831943'] a{}
#bit-events[data-bit-widget-id='1431547831943'] .bit-events tr.bit-dashed-border td { border-top: none !important;}
#bit-events[data-bit-widget-id='1431547831943'] .bit-events-narrow tr.bit-dashed-border td.bit-description { border-top: none important;}
#bit-events[data-bit-widget-id='1431547831943'] table { border-bottom: 1px solid #E9E9E9!important;}
#bit-events[data-bit-widget-id='1431547831943'] a.bit-track-artist-header {border-top:  none!important; border-bottom: none !important; }
.bit-events tr td.bit-date a {vertical-align: top !important; text-align: center !important;}
#bit-events td.bit-tickets {max-width: 140px !important}
#bit-events td.bit-concert a.bit-buy-tix, #bit-events td.bit-concert a, #bit-events td.bit-tickets a  {color: #222 !important; font-size: 0.8em !important; background: transparent !important; padding: 15px 20px !important; text-align: center !important;border: 2px solid #222;	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;}
#bit-events td.bit-concert a.bit-buy-tix, #bit-events td.bit-concert a:hover , #bit-events td.bit-tickets a:hover {color: #fff !important; background: rgba(0,0,0,0.8) !important;}
#bit-events[data-bit-widget-id='1425621096080'] .bit-events td {border-top: none !important;}
#bit-events[data-bit-widget-id='1425621096080'] {border: none !important;}
#bit-events[data-bit-widget-id='1425621096080'] a.bit-track-artist-header {border: none !important;border-top: none !important; border-bottom: none !important;}
#bit-events a .bit-notify {color: #222 !important;}
#bit-events a.bit-track-artist-header .bit-invert {padding: 10px 20px !important;}
#bit-events a.bit-track-artist-header, #bit-events[data-bit-widget-id='1425672439346'] a.bit-track-artist-header {border-top: none !important; border-bottom: none !important;padding-bottom: 20px !important;}
table, tr, td {border-color: transparent !important; border-top: none !important, border-bottom: none !important}
.no-dates {display: none !important}




@media (max-width: 800px) {
.bit-widget-container td{
display: inline-block !important;
}


table.bit-events {margin-top: 0px;}


.bit-widget-container,  .bit-events, .bit-events-narrow, .bit-events td, .bit-events-narrow td {
width: 100% !important;
display: inline-block !important;
text-align: center !important;
padding: 0px !important;
border-top: none !important;
border-bottom: none !important;
min-height: 0px !important;
font-size: 22px !important;
text-transform: uppercase !important
}


.bit-events tr td {
padding: 3px 0px 0px 0px !important;
min-height: 0px !important;
margin: 0 auto !important;
width: 100%;
text-align: center;
}

#bit-events table a {
    text-align: center!important;
    float: none!important;
    width: 100% !important;
    margin: 0 auto !important;
}

.bit-date, .bit-venue {
width: auto !important;
display: inline-block !important;
text-align: center !important;
}

td.bit-artist-event-link {
display: none !important;
}

.bit-events tr td.bit-date {
width: 100% !important;
min-height: 0px !important;
padding-top: 30px !important;
font-family: 'gothambold';
padding-right: 0px !important;
border-top: 0px solid rgba(0,0,0,0.5) !important;
}

#bit-events td.bit-tickets {
    padding: 3px 0px 30px 0 !important;
    margin-top: 5px !important;
}

#bit-events td.bit-concert a.bit-buy-tix, #bit-events td.bit-concert a, #bit-events td.bit-tickets a  {}
#bit-events td.bit-concert a.bit-buy-tix, #bit-events td.bit-concert a:hover , #bit-events td.bit-tickets a:hover {background: transparent !important;}

.bit-events tr td.bit-date a {
font-family: 'gothammedium', 'Helvetica', Arial, sans-serif;	
font-size: 16px !important;
  letter-spacing: 0px !important;
}

.bit-events th {
display: none !important;
}

.bit-events tr {
padding-top: 5px !important;
}

#bit-events td.bit-concert a.bit-buy-tix, #bit-events td.bit-concert a, #bit-events td.bit-tickets a {
  color: #000 !important;
font-size: 15px !important;
letter-spacing: 2px;
font-family: 'gothammedium', 'Helvetica', Arial, sans-serif;	
  background: transparent !important;
  padding: 5px 15px !important;
  width: 100%;
  text-align: center !important;
}

div.no-dates-new {
width: 100% !important;
}

.bit-widget-container {
text-transform: none !important;
margin: 0px auto 0px auto !important;
}
}


/* _________________ FOOTER _________________ */



				
#footer {
		z-index: 99;
		padding: 30px 3.5% 0px;
		text-align: left;
		position: relative;
		font-family: 'gothammedium', 'Helvetica', Arial, sans-serif !important;				
	}
	


		
		
#footer .footerheading {
			color: #fff;
			font-family: 'gothammedium', 'Helvetica', Arial, sans-serif !important;		   
		font-size: 13px !important;
		font-weight: bold;
		margin-bottom: 5px !important;
		margin-top: 20px;
		letter-spacing: 1px;
   -webkit-font-smoothing: antialiased;
   text-transform: uppercase;
}		

		#footer, #footer a {
			color: #a9a9a9;
			font-family: 'gothammedium', 'Helvetica', Arial, sans-serif !important;		   
		font-size: 13px !important;
		margin-bottom: 5px !important;
		letter-spacing: 1px;
   -webkit-font-smoothing: antialiased;		
		}

		
	#footer a:hover {
		color: #fff;
	}
	
	.clear-me {
		height: 0;
		clear: both;
		content: "";
		display: block;
		visibility: hidden;
	}
	.Hidden {
		visibility: hidden;
	}
	
.contacts {
width: 950px;
display: block;
margin: 0 auto;
}

#row {
display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;   
  }
  
.col {
 -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;         /* OLD - Firefox 19- */
  width: 50%;               /* For old syntax, otherwise collapses. */
  -webkit-flex: 1;          /* Chrome */
  -ms-flex: 1;              /* IE 10 */
  flex: 1;         
padding: 30px;
text-align: left;
vertical-align: middle;
}

.footerlogo {
padding-left: 0px;
}





/* SECTION BACKGROUNDS DESKTOPS */


#home  {
padding-top: 0px;
height: 790px !important;
height: 100vh !important;
background-color: #000;
background-image: url('images/loading.gif');
background-repeat: no-repeat;
background-position: 50% 50% !important;
background-size: 32px;
}

#news  {
min-height: 400px !important;
height: auto;
background-color: #0D0101 !important;
background: url('images/news-bg-1920a.jpg');
background-repeat: no-repeat;
background-position: top center !important;
padding: 150px 0px 150px 0px;
background-size: 100%;
}

#shows  {
min-height: 400px !important;
height: auto;
background-color: #aaacb8 !important;
background: url('images/shows-bg-1920a.jpg');
background-repeat: no-repeat;
background-position: top center !important;
padding: 130px 0px 150px 0px;
background-size: 100%;
}

#merch  {
min-height: 957px !important;
background: url('images/merch-bg-1920a.jpg');
background-repeat: no-repeat;
background-position: top center !important;
padding: 130px 0px 150px 0px;
background-size: cover;
}

#videos  {
min-height: 957px !important;
background: url('images/videos-bg-1920a.jpg');
background-repeat: no-repeat;
background-position: top center !important;
padding: 130px 0px 150px 0px;
background-size: cover;
}

#discography  {
min-height: 957px !important;
background: url('images/disco-bg-1920a.jpg');
background-repeat: no-repeat;
background-position: top center !important;
padding: 130px 0px 150px 0px;
background-size: cover;
}

#photos  {
min-height: 957px !important;
background: url('images/photos-bg-1920a.jpg');
background-repeat: no-repeat;
background-position: top center !important;
padding: 130px 0px 150px 0px;
background-size: cover;
}

#photos-page  {
min-height: 400px !important;
height: auto;
background: url('images/photos-page-1920a.jpg');
background-repeat: no-repeat;
background-position: top center !important;
padding: 150px 0px 200px 0px;
background-size: cover;
}

#footer  {
min-height: 170px !important;
background: #0d0d0d;
padding: 70px 0;
}

#footer img.footerpic {
width: 100%;
margin: 0 0 -20px 0;
padding: 0;
}

#footer img.footerlogo {
width: 100%;
height: auto;
display: block;
padding: 0;
}

#footer .fb-like {
display: block;
width: 80px;
margin: 0 auto 30px auto;
}

#footer .mailinglistlink {
margin: 0 auto;
display: block;
margin-top: 10px;
text-align: center;
}

#mc_embed_signup {
width: 400px;
text-transform: uppercase;
display: block;
margin: 0 auto;
}	

.mc-field-group label {
width: 200px;
}	

.mc-field-group {
margin: 10px 0;
}

.mc-field-group input {
color: #000 !important;
width: 100%;
font-size: 1em;
padding: 5px;
}	

#mc_embed_signup h2 {
text-transform: uppercase;
}			
	
					
.indicates-requires {
color: #999;
}	
						
#mc-embedded-subscribe {
padding: 10px 25px;
background: #999;
color: #fff;
text-transform: uppercase;
border: none;
width: 400px;
}

@media (max-width: 800px) {
#mc_embed_signup {
width: 80%;
text-transform: uppercase;
display: block;
margin: 0 auto;
}	

.mc-field-group label {
width: 100%;
display: block;
}	

.mc-field-group input {
width: 100%;
display: block;
}	

#mc_embed_signup h2 {
text-transform: uppercase;
}			
	
					
.indicates-requires {
color: #999;
}	
						
#mc-embedded-subscribe {
padding: 10px 25px;
background: #999;
color: #fff;
text-transform: uppercase;
border: none;
width: 100%;
}	
}

.photoslogo {
width: 300px;
height: auto;
display: block;
padding: 0;
margin: 30px auto 0 auto;
}					
	
.fancybox-title-over {
width: 90%;
width: calc(100vw - 40px);
}	

#gallery-1 img {
border: 0px !important;
display: inline-block;
max-width: 90% !important;
height: auto !important;
margin: 0 auto !important;
}

#gallery-1 {
display: block;
margin: 0 auto;
}

.wp-caption-text {
color: #fff;
}

					

/* --------- MEDIA QUERIES ----------- */

@media (min-width: 801px) {
.accordion, .menu-collapsed, .menu-expanded, .topbar {
display: none !important;
}
}


@media (min-width: 1921px) {

#news  {
min-height: 400px !important;
height: auto;
background-color: #1f1f1f !important;
background: url('images/news-bg-2560.jpg');
background-repeat: no-repeat;
background-position: top center !important;
padding: 150px 0px 150px 0px;
background-size: 100%;
}

#shows  {
min-height: 400px !important;
height: auto;
background-color: #aaacb8 !important;
background: url('images/shows-bg-2560.jpg');
background-repeat: no-repeat;
background-position: top center !important;
padding: 130px 0px 150px 0px;
background-size: 100%;
}
}

@media (min-width: 1441px) {

#photos  {
min-height: 957px !important;
background: url('images/photos-bg-2560.jpg');
background-repeat: no-repeat;
background-position: top center !important;
padding: 130px 0px 150px 0px;
background-size: cover;
}
}


@media (max-width: 800px) {

html, body {height: 100%;margin:0;padding:0;overflow: visible !important}

body {min-width: 300px !important;}


/* SECTION BACKGROUNDS MOBILE */


#home  {
padding-top: 0px;
height: 100% !important;
height: 100vh !important;
background-color: #000;
background-image: url('images/bg.gif');
background-repeat: no-repeat;
background-position: 50% 50% !important;
background-size: cover;
}

#news  {
min-height: 100px !important;
height: auto;
background-color: #1f1f1f;
background: url('images/news-bg-mobile.jpg');
background-repeat: no-repeat;
background-position: top center !important;
padding: 100px 0;
background-size: 100%;
}
    
#shows  {
min-height: 100px !important;
height: auto;
background-color: #A94815 !important;
background: url('images/shows-bg-1920a.jpg');
background-repeat: no-repeat;
background-position: top center !important;
padding: 100px 0;
background-size: 100%;
}    

#merch  {
min-height: 100px !important;
background: url('images/merch-bg-mobile.jpg');
background-repeat: no-repeat;
background-position: top center !important;
padding: 100px 0;
background-size: cover;
}

#videos  {
min-height: 100px !important;
background: url('images/videos-bg-mobile.jpg');
background-repeat: no-repeat;
background-position: top center !important;
padding: 100px 0;
background-size: cover;
}

#discography  {
min-height: 100px !important;
background: url('images/disco-bg-mobile.jpg');
background-repeat: no-repeat;
background-position: top center !important;
padding: 100px 0;
background-size: cover;
}

#photos  {
min-height: 100px !important;
background: url('images/photos-bg-mobile.jpg');
background-repeat: no-repeat;
background-position: top center !important;
padding: 100px 0;
background-size: cover;
}

#photos-page  {
min-height: 100px !important;
height: auto;
background: url('images/photos-page-mobile.jpg');
background-repeat: no-repeat;
background-position: top center !important;
padding: 100px 0;
background-size: cover;
}

.heading img {
width: 70%;
height: auto;
margin: 0 auto;
}

#discography .heading img {
width: 90%;
}

#news .heading img {
width: 50%;
}

.heading {
padding-bottom: 30px;
}






/* MOBILE TOP */


#flushright {
float: none;
width: 100%;
margin-right: 0;
height: 100%;
height: 100vh;
}

#topmenu-container, .topsocials {
display: none;
}

#abox {
display: none;
}

.toplogo {
	margin-top: 0px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.toplogo img {
width: 80%;
height: auto;
margin: 0 auto;
display: block;
}





/* MOBILE NEWS */

.wmle_container.responsive .wmle_item_holder.col2 {
width: 100% !important;
}

.wmle_container .wmle_item {
padding: 10px !important;
margin: 20px 0 !important;
}

/*PR changed padding from 0 to 10px */

.es-custom-slider span p {
top: 45% !important; 
font-size: 1.5em;
line-height: 1.2em;
}

.es-custom-slider span {
background: rgba(0,0,0,0.3) !important;
}

.nivo-lightbox-wrap {
left: 0;
right: 0;
}

#iframe {
width: 100%;
margin: 0 auto;
background: transparent;
position: relative;
display: block;

-ms-align-items: center;


display: -webkit-flex;
    -webkit-align-items: center;

display: flex;
    align-items: center;

}


#iframe p {font-family: 'gothammedium';font-size: 1em; line-height: 1.7em; margin-top: 20px; margin-bottom: 20px;clear: both}

span.postdate {letter-spacing: 1px;font-size: 0.7em;}


/* MOBILE MERCH */

.merchiframe {overflow: scroll !important}


/* MOBILE MENU */    

#sbar1 {
display: none !important;
}
    
  
.menu-collapsed {
  transition: all .25s;
  -webkit-transition: all .25s;    
  position: fixed;
  top: 55px;
  left: 15px;
  height: 36px;
  width: 36px;
  z-index: 999;
  cursor: pointer;
}
.menu-collapsed ul {
  transition: all .05s;
  -webkit-transition: all .05s;        
  position: fixed;
  left: -9000px;
  list-style: none;    
}

.bar, .bar::before, .bar::after {
    box-shadow:  0px 0px 2px rgba(0,0,0,0.5);
}

.bar {
  position: fixed;
  height: 5px;
  width: 30px;
  background-color: #fff;
}
.bar:before {
  transition: all .25s;
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  height: 5px;
  width: 30px;
  background-color: #fff;     
}
.bar:after {
  transition: all .25s;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 5px;
  width: 30px;
  background-color: #fff;         
}

.menu-expanded {
  transition: all .25s;
  text-align: center;
  line-height: calc(12vh);
  height: 100%;
  width: 100%;
  border-radius: 0px;
  top: 0;
  left: 0;
  background-color: #000;
}

.menu-expanded .bar {
  top: 40px;
  left: 40px;    
}

.menu-expanded ul {
  transition: all .05s;
  position: relative;
  left: 0;
  z-index: 2;
}
.menu-expanded a {
  text-decoration: none;
  text-transform: uppercase;    
  color: #fff;
  font-size: 1.5em;
  letter-spacing: 3px;
  padding: 5px;  
    transition: all .5s ease;    
-webkit-transition: all .5s ease;
font-weight: normal;    
    
}
.menu-expanded a:hover {
  font-size: 2.3em;
    letter-spacing: 3px;

}
.menu-expanded .bar {
  background-color: transparent;
  transition: all .25s;
    color: #fff;
}
.menu-expanded .bar:before {
  transition: all .25s;
  content: "";
  transform: rotate(45deg);
  top: -0px;
    background-color: #fff;
}
.menu-expanded .bar:after {
  transition: all .25s;
  content: "";
  transform: rotate(-45deg);
  top: 0px;
   background-color: #fff
}

.icons {
    width: 50%;
    display: block;
    margin: 0 auto;
    min-width: auto;
}

.icons img {
    height: 25px;
    width: auto;
    margin: 20px;
}

.singleicon {
    height: 25px !important;
    width: auto !important;
    margin: 0 auto 0 auto !important;
}
    




/* MOBILE SHOWS */

.track {
border-top: 2px solid #fff;padding-top: 10px;width: 90%;margin: 0 auto;
}


/* MOBILE NEWS */


#wrapper-news {
  clear: left;
  float: none;
  width: 80%;
  background: transparent;
  position: relative;
  overflow: auto;
  margin: 0 auto;
  height: 90vh;
}


/* MOBILE PHOTOS */

.heading-iframe img {
	width: 90%;
	height: auto; 
	margin: 0 auto;
}


figure {
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.gallery-caption {
opacity: 1 !important;
visibility: visible !important;
display: block !important;
margin: 0 auto !important;
text-align: center;
}


/* MOBILE FOOTER */

.contacts {
width: 100%;
display: block;
margin: 0 auto;
}

#row, .col {
display: block;
width: 100%;
padding: 0px 20px;
text-align: center;
box-sizing: border-box;
}

#row {
margin: 40px 0 80px 0;
}

.footerlogo {
padding-left: 30px;
}

#footer .fb-like {
margin: 0 auto 80px auto
}


/* MOBILE DISCOGRAPHY */


#iframe .column1,#iframe .column2, #iframe .column2a  {
  float: none;
  width: 90%;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
  padding-left: 0px;
  padding-right: 0px;
}

#iframe .column1 {
margin: 30px auto;
}

.discobody {
display: block !important;
}


}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
.topbar {
    font-size: 21px !important;
}
}



@media (max-width: 639px) {

h1 {
letter-spacing: 1px;
margin-top: 0px !important;
}

h2 {
font-size: 23px !important;
line-height: 28px;
}

h3 {
font-size: 20px;
margin-top: 10px;
}

}



	
	
@media (max-width: 480px) {

.icons {
    width: 100%;
    display: block;
    margin: 0 auto;
    min-width: 300px;
}
    
.icons a {
    width: 16.6%;
}

.icons img {
    height: 30px;
    width: auto;
    margin: 5px;
    display: inline-block;
}
}


/* Landscape */
@media only screen 
  and (max-device-width: 960px)
  and (orientation: landscape) {

.toplogo img {
width: 50%;
height: auto;
margin: 0 auto;
display: block;
}
}

/* Firefox Fix */
a:focus { 
    outline: none; 
}
button::-moz-focus-inner {
	border: 0;
}
