@import url("https://use.typekit.net/alj5fdr.css");


/*
Theme Name: Midnight Oil
Description: The Midnight Oil theme for WordPress.
Author: Next Episode <work@nextepisode.co>
Version: 2.0
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */




html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, ul, li, center, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.3em;
	font-family: lores-12, sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* background-image: url(images/background.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed; */
	background-color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
.entry-content ul {
	padding: 10px
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}

p, h2, h3 {
    orphans: 3;
    widows: 3;
    }

	
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;/*  background: #ffffff;*/
}
#header {
	position: relative;
	margin: 0 auto;
	width: 950px;
}
#mobile-navigation {
	position: relative;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
#main {
    padding-top: 20px;
    background: #c9151e;
    float: left;
}
#footer {
	clear: both;
	width: 950px;
}
#container {
	padding: 0px;
}
#content {
	float: right;
	width: 665px;
	padding: 0 20px 20px 0;
}
#sidebar {
	float: left;
	width: 220px;
	margin: 0 0 20px 20px;
}
/* =Store
-------------------------------------------------------------- */


#content-store {
	float: right;
	width: 910px;
	margin: 0 20px 20px 0;
	text-align: center;
}
#content-store .button {
	display: inline-block;
	padding: 12px 15px 0 15px;
	margin: 10px 10px 0 0;
	font-size: 12px;
	line-height: 12px;
}
#content-store p {
	font-size: 14px;
	margin-bottom: 10px;
}
#content-store .header {
	margin: 0 0 0 0;
}
#content-store img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#content-store .product .clearfix {
	overflow: auto;
}
#content-store .product {
	width: 440px;
	height: 680px;
	position: relative;
	margin: 25px 0 0 0
}
#content-store .product:nth-child(odd) {
	float: left
}
#content-store .product:nth-child(even) {
	float: right
}
#content-store .product-small .clearfix {
	overflow: auto;
}
#content-store .product-small {
	width: 440px;
	height: 615px;
	position: relative;
	margin: 25px 0 0 0
}
#content-store .product-small:nth-child(odd) {
	float: left
}
#content-store .product-small:nth-child(even) {
	float: right
}

/* =Typography
-------------------------------------------------------------- */


h1, h2, h3, h4, h5, h6, a.button {
	color: #ffffff;
	font-family: lores-12, sans-serif;
	font-weight: 700;
	font-style: normal;
}
h1 {
	font-size: 22px;
	line-height: 1em;
	margin-bottom: 10px;
}
h2 {
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 10px;
}
h3 {
	font-size: 16px;
	line-height: 1.2em;
	margin-bottom: 10px;
}
h4 {
	font-size: 14px;
	line-height: 1em;
	margin-bottom: 10px;
}
h5 {
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 10px;
}
p {
	margin-bottom: 5px;
	margin-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
a, a:focus, a:visited {
	color: #ffffff;
	outline: 0;
	text-decoration: none;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}
a:hover {
	color: #000000;
	outline: 0;
	text-decoration: none;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out
}
/* =Global Elements
-------------------------------------------------------------- */
a.button {
	display: block;
	color: #000000;
	background: #ffffff;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
a.button:hover {
	color: #c9151e;
}
.header, .pagination {
	float: left;
	width: 100%;
	margin: 0 0 20px;
}
.header h1, .header h2 {
	float: left;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.page-id-2893 .header,
.page-id-2747 .header,
.page-id-4739 .header {
    text-align: center;
}

.page-id-2893 .header h1,
.page-id-2747 .header h1,
.page-id-4739 .header h1 {
    width: 100%;
}


.wp-pagenavi {
    float: right;
    font-family: lores-12, sans-serif;
    height: 25px;
    line-height: 25px;
    background: #ffffff;
    color: #c9151e;
    padding: 0 12px;
    font-size: 12px;
    text-transform: uppercase;
}
.wp-pagenavi a {
	color: #c9151e;
	text-decoration: none;
}
.wp-pagenavi a, .wp-pagenavi .current {
	padding: 0 3px;
}
.wp-pagenavi .current {
	color: #000000;
}
.wp-pagenavi a:hover {
	color: 	#000000;
;
}
.pagination {
	font-family: lores-12, sans-serif;
}
#content .post {
    clear: both;
    float: left;
    width: 100%;
    padding: 24px 0;
    border-top: solid 2px #ffffff;
}
.single .post .image-container, .category .post .image-container, .category .post .youtube {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	background: #000000;
	line-height: 0;
	margin: 15px 0;
}
.debug {
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px;
	z-index: 1000;
	padding: 20px;
	background: #181818;
	color: #c1ac7a;
	text-align: left;
	text-transform: none !important;
}
/* =Fancy Box
-------------------------------------------------------------- */
#fancybox-inner #container, #fancybox-inner #content, .home #fancybox-inner #content .entry-content, .home #fancybox-inner #content .page {
	float: left !important;
	clear: both !important;
	text-align: left !important;
	width: 480px !important;
	height: auto !important;
	margin: 0 !important;
	border: 0 !important;
	overflow: visible !important;
}
.home #fancybox-inner #content .entry-content {
	margin-top: 15px !important;
}
#fancybox-inner .header {
	width: 450px;
	padding: 25px 15px;
	background: #000;
}
#fancybox-inner .header h1 {
	font-size: 4em;
	color: #ffffff;
	background: 0;
	width: 430px !important;
	border-bottom: solid 1px #ffffff;
	padding: .2em 0 .3em;
}
#fancybox-inner .formcontainer {
	margin: 5px 0 0;
	width: 100%;
}
#fancybox-inner .form-submit {
	background: #ffffff;
	float: left;
	width: 100%;
	margin: 15px 0 0 !important;
	height: auto;
}
#fancybox-inner .form-submit input {
	float: right;
	background: #000;
	border: 0;
	color: #ffffff;
	text-transform: uppercase;
	padding: 6px 15px;
	margin: 0;
	font-family: lores-12, sans-serif;
}
#fancybox-inner .form-submit input:hover {
	color: #ffffff;
}
#fancybox-inner .information, #fancybox-inner .form-label, #fancybox-inner .form-input, #fancybox-inner .form-textarea, #fancybox-inner .form-select {
	margin-left: 30px;
}
#fancybox-inner .information {
	margin-bottom: 15px;
	font-size: 11px;
}
#fancybox-inner .entry-content {
	float: left;
	clear: both;
	width: 100%;
}
#fancybox-inner .entry-content p {
	padding: 0 30px;
}
#fancybox-inner .formcontainer p, #fancybox-inner form p {
	padding: 0 !important;
}
.page-template-gallery-php #fancybox-title {
	background: #000;
	width: 100%;
	color: #ffffff;
	margin-top: 60px;
}
.page-template-gallery-php #fancybox-title .fancybox-title, .page-template-gallery-php #fancybox-title .fancybox-counter {
	width: 100%;
	padding: 10px 0;
	font-family: lores-12, sans-serif;
}
.page-template-gallery-php #fancybox-title .fancybox-counter {
	border-top: solid 1px #ffffff;
	color: #ffffff;
}
/* =Slider
-------------------------------------------------------------- */



.rsDefault {
	margin-bottom: 40px;
	margin-top: 10px;
}
.rsDefault .rsThumb.rsNavSelected {
	background: #ffffff !important;
}
/* =Mobile Menu
-------------------------------------------------------------- */


.button_container {
	position: relative;
	top: -50px;
	left: -50px;
	height: 24px;
	width: 28px;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: opacity .25s ease;
	transition: opacity .25s ease;
}
.button_container:hover {
	opacity: .7;
}
.button_container.active .top {
	-webkit-transform: translateY(11px) translateX(0) rotate(45deg);
	transform: translateY(11px) translateX(0) rotate(45deg);
	background: #ffffff;
}
.button_container.active .middle {
	opacity: 0;
	background: #ffffff;
}
.button_container.active .bottom {
	-webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
	transform: translateY(-11px) translateX(0) rotate(-45deg);
	background: #ffffff;
}
.button_container span {
	background: #ffffff;
	border: none;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.button_container span:nth-of-type(2) {
	top: 11px;
}
.button_container span:nth-of-type(3) {
	top: 22px;
}
.overlay {
	position: fixed;
	background: #000000;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	font-family: lores-12, sans-serif;
	visibility: hidden;
	-webkit-transition: opacity .35s, visibility .35s, height .35s;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow: hidden;
	z-index: 99
}
.overlay.open {
	opacity: .9;
	visibility: visible;
	height: 100%;
}
.overlay nav {
	position: relative;
	top: 90px;
	text-align: left;
	margin-left: 20px;
	font-size: 20px;
	line-height: 23px
}
.overlay ul {
	list-style: none;
	padding: 0;
	margin: 5px 0 auto;
	display: inline-block;
	position: relative;
	height: 100%;
}
.overlay ul li {
	display: block;
	height: 100%;
	min-height: 26px;
	position: relative;
}
.overlay ul li a {
	display: block;
	position: relative;
	color: #ffffff;
	text-decoration: none;
	overflow: hidden;
}
.overlay ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	overflow: hidden;
}
/* =Forms
-------------------------------------------------------------- */
.page-template-subscribe-php form {
	margin: 30px 0 0;
}
.error {
	padding: 3px 0 0;
	color: #8a1f11;
}
.formcontainer {
	clear: both;
	float: left;
	margin: 30px 0 0;
}
.contact-form legend {
	display: none;
}
.contact-form .form-input {
	margin: 0 0 10px;
}
.contact-form textarea {
	height: 100px;
}
.nobackground {
	background: none !important;
}


/*Form Styling
================================== */


::placeholder {
	color: #666666;
  }
  
  ::-webkit-input-placeholder {
	color: #666666;
  }
  
  :-moz-placeholder {
	color: #666666;
  }
  
  :-moz-placeholder {
	color: #666666;
  }
  
  :-ms-input-placeholder {
	color: #666666;
  }


input[type=email], input[type=number], input[type=password], input[type=submit], input[type=tel], input[type=text], textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-family: lores-12, sans-serif;
	font-weight: 700;
	font-style: normal;
}	

input, textarea, select {
    outline: none;
    border-radius: 0;
}

input, input[type=email], input[type=text], input[type=tel], input[type=password], input[type=date], textarea {
    float: left;
    color: #000000;
    width: 100%;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    border: none;
    padding: 8px 15px 9px;
    border: 1px solid #ffffff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 0px;
	margin-bottom: 10px;
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: auto;
    margin-right: 7px;
    margin-bottom: 0px;
    height: 20px;
}

select {
	background: url(images/down-arrow.svg) no-repeat right;
    width: 100%!important;
    color: #414141;
    height: 50px;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    border: none;
    padding: 8px 15px 9px;
    border: 1px solid #ffffff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
	border-radius: 0px;
	margin-bottom: 10px;
}

input:focus, textarea:focus, select:focus {
    background-color: #ffffff;
    border-color: #000000;
}

#mc_embed_signup input {
    box-sizing: border-box;
}

input#mc-embedded-subscribe {
	font-family: lores-12, sans-serif;
	font-weight: 700;
	font-style: normal;
	background-color: #000000;
	border: 1px solid #000000;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
}

#mc_embed_signup br {
    display: none;
}

#mc_embed_signup .indicates-required {
    margin-bottom: 10px;
}

input.datepart {
    width: calc(33.333% - 10px);
    margin: 0px 10px 0px 0px;
}

#mce-MMERGE5-year {
	width: calc(33.333%);
	margin: 0px;
} 

.small-meta.nowrap {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px 0px 10px 0px;
}




/* =Header Elements
-------------------------------------------------------------- */
#subscribe, #navigation {
	text-decoration: none;
	font-size: 14px;
	position: absolute;
	top: 20px;
}
#navigation {
	left: 0px;
	font-family: lores-12, sans-serif;
	font-weight: 700;
}
#navigation li {
	display: inline;
	padding: 0 7px;
}
#navigation li:first-child {
	padding: 0px 7px 0px 0px;
}
#navigation a {
	text-decoration: none;
	color: #ffffff;
}
#navigation a:hover, #navigation a.current, #navigation li.current-menu-item a {
	color: #c9151e;
}
#masthead {
    margin: 0px auto;
    padding: 60px 0px 50px 0px;
}
#masthead img {
    max-width: 100%;
	height: auto
}
#touts {
	position: absolute;
	background-image: url(images/transparent-tile.png);
	bottom: 20px;
	height: 100px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
}
#touts-banner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 90%;
}
#touts-banner h1 {
	margin-top: 2px;
	color: #ffffff;
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 0px;
}
#touts-banner h1 a {
	color: #c9151e;
	text-decoration: none;
}
#touts-banner h1 a:hover {
	color: #c9151e;
	text-decoration: none;
}
#touts-banner h1 a:visited {
	color: #c9151e;
	text-decoration: none;
}
#touts-banner h3 {
	color: #ffffff;
	font-size: 18px;
	margin-top: 5px;
	line-height: 16px;
}


/* =Tour Dates Pages
-------------------------------------------------------------- */

#tour-dates h1{
	margin-top: 40px;
	margin-bottom: 1px;
}

#tour-dates h3{
	font-family: lores-12, sans-serif;
	margin-top: 24px;
	margin-bottom: 1px;
}

#tour-dates h4{
	font-family: lores-12, sans-serif;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 1.2em;
}

#tour-dates .button {
	font-family: lores-12, sans-serif;
	display: inline-block;
	padding: 12px 15px 0 15px;
	margin: 10px 10px 0 0;
	font-size: 12px;
	line-height: 12px;
}

#tour-dates ul {
    padding: 0px;
}

#tour-dates li {
	font-family: lores-12, sans-serif;
	font-size: 12px;
    line-height: 12px;
	display: inline-block;
    padding: 12px 15px 0 15px;
    margin: 10px 5px 20px 0;
	background: #000000;
	height: 25px;
}


/* =Audio Player
-------------------------------------------------------------- */


.entry-content img {
    max-width: 100%;
    height: auto;
}

.wp-audio-shortcode {
    width: 100% !important;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #c9151e !important;
}


/* =Pre-Sale Banner
-------------------------------------------------------------- */

#sign-up-banner {
    width: 100%;
    text-align: center;
	
}
#sign-up-banner p {
	font-size: 14px;
	margin-bottom: 10px;
}
#sign-up-banner .header {
	margin: 0 0 0 0;
}
#sign-up-banner img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#sign-up-banner .product .clearfix {
	overflow: auto;
}

.home #content #sign-up-banner  h1 {
    width: 100%;
}

#sign-up-banner .product {
	width: 504px;
    height: auto;
    position: relative;
    padding: 18px 80px 8px 80px;
    margin: 0px 0 25px 0;
    border: solid 1px #ffffff;
    background-color: #000000;
}

.product {
    position: relative;
}

.product .link-area-01 {
    height: 53%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.product .link-area-02 {
    height: 47%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}




/* =Sales Banners
-------------------------------------------------------------- */

#sales-banner {
    width: 950px;
    margin: 0 auto;
}
#sales-banner p {
	font-size: 14px;
	margin-bottom: 10px;
}
#sales-banner .header {
	margin: 0 0 0 0;
}
#sales-banner img {
	max-width: 100%;
	height: auto;
}
#sales-banner .product .clearfix {
	overflow: auto;
}
sales-banner .product {
    width: 100%;
    margin: 20px 0;
}

#sales-banner .product:hover {
}

#sales-banner h1 {
    margin-bottom: 5px;
}

#sales-banner h4 {
    margin-bottom: 0px;
}

#products {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}







#store-base-banner {
	float: right;
	position: relative;
	width: 100%;
	background: #000000;
	height: 40px;
}
#store-base-banner h1 {
	color: #ffffff;
	margin-top: 10px;
	font-size: 18px;
	line-height: 17px;
}
#store-base-banner h1 a {
	color: #ffffff;
}
#store-base-banner h1 a:hover {
	color: #c9151e;
	text-decoration: none;
}
#store-base-banner h1 a:visited {
	color: #ffffff;
}
#social {
	position: absolute;
	right: 0;
	top: 18px;
	text-align: right
}
#social a {
	color: #ffffff;
	font-size: 22px;
	margin: 0 0 0 10px
}
#social a:hover {
	color: #c9151e
}
#social .fa-twitter {
	font-size: 22px
}
/* =Content
-------------------------------------------------------------- */
.home .entry-image {
	float: left;
	width: 200px;
	height: 155px;
	overflow: hidden;
}
.home .entry-image img {
	display: block;
	width: 200px;
	height: auto;
}
.home #content h1 {
	width: 300px;
}
.home #content .header .button {
	float: right;
	padding: 0 15px;
}
.home #content .entry-content {
	width: 445px;
	height: auto;
	overflow: hidden;
	float: right;
}
.home #blog {
	float: left;
	width: 880px;
	margin: 0 35px 5px;
	border-bottom: solid 1px #ffffff;
}
.home #blog h2 {
	padding: 0 10px;
}
.home #blog .button {
	float: left;
	padding: 0 19px;
}
.home #blog .content {
	float: left;
	width: 100%;
	border-top: solid 1px #ffffff;
}
.home #blog .post {
	float: left;
	width: 200px;
	padding: 0 9px;
	margin: 10px 0;
	border-right: solid 1px #ffffff;
}
.home #blog .post:last-child {
	border-right: 0;
}
.home #blog .entry-image {
	margin-bottom: 100px;
}
#page-nav {
	clear: both;
	float: left;
	width: 100%;
	font-family: lores-12, sans-serif;
	font-size: 10px;
	padding: 5px 0 0;
	border-top: solid 1px #ffffff;
	line-height: 10px;
}
#page-nav a {
	text-decoration: none;
}
#page-nav .previous {
	float: left;
	width: 45%;
}
#page-nav .next {
	float: right;
	text-align: right;
	width: 45%;
}
.gallery-content {
	float: left;
	clear: both;
	width: 100%;
	padding: 20px 0;
	border-top: solid 1px #ffffff;
}
.gallery-content h2 {
	text-indent: 3px;
}
.gallery-item {
	width: 20% !important;
}
.gallery-item img {
	border-color: #ffffff !important;
}
.category-music .post .entry-image {
	float: left;
	width: 200px;
}
.category-music .post .entry-content ul {
	padding: 0px
}
.category-music .post .entry-image img {
    display: block;
    width: 200px;
    height: auto;
}
.category-music .post .image-container {
	margin: 0;
}
.category-music .post .entry-content {
	float: right;
	width: 445px;
}
.category-music .post .button {
    display: inline-block;
    padding: 12px 15px 0 15px;
    margin: 10px 10px 0 0;
    font-size: 12px;
    line-height: 12px;
}
.category-music .post h3 {
	margin: 0 0 10px;
}
.category-music .post h5 {
	color: #666;
	margin: 0 0 3px;
	float: left;
	width: 60%;
}
.category-music .post ol {
	clear: both;
}
.category-music .post li {
    list-style-type: decimal-leading-zero;
    list-style-position: inside;
    border-bottom: solid 1px #ffffff;
    height: auto;
    line-height: 18px;
    padding: 4px 0px;
}
/* =Sidebar
-------------------------------------------------------------- */
.widget {
	position: relative;
}
.widget h2 {
    padding: 0px;
    margin: 15px 0px 15px 20px;
	text-transform: uppercase;
}
.widget h2 a {
    color: #000000;
	
}


.widget .entry {
	float: left;
	width: 100%;
}
.widget .button {
	position: relative;
	padding: 0px 20px 10px 20px;
}
.widget ul {
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden;
}
.widget ul li, #sidebar #gigpress .gigpress-empty {
    background: #ffffff;
    color: #000000;
    padding: 0 20px 20px;
}
#sidebar #gigpress {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 12px;
	margin-bottom: 20px;
	background: #000000;
}
#sidebar #instagram {
	float: left;
	width: 100%;
	height: auto;
/*	padding-top: 12px;
*/	margin-bottom: 20px;
	background: #ffffff;
}
#sidebar #gigpress #bit-events td.bit-rsvp {
	display: none;
}
#sidebar #gigpress #bit-events td.bit-concert a.bit-buy-tix {
	display: none;
}
#sidebar #gigpress #bit-events td.bit-description-links, #bit-events th.bit-description-links {
	display: none;
}



#store-link {
	float: left;
	width: 100%;
	height: auto;
    margin-bottom: 20px;
	background: #ffffff;
}

#store-link h2 {
    margin: 15px;
    text-align: center;
}

#store-link .album-cover img {
    max-width: 100%;
    height: auto;
    padding: 0px 5px 0px 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#store-link a {
	color: #000000
  }


#twitter {
	float: left;
	width: 100%;
	height: auto;
	background: #ffffff;
	font-size: 14px;
}

#twitter a {
  color: #000000
}
#twitter ol {
	list-style-type: none;
	padding: 0;
	overflow: hidden;
}
#twitter ul {
	height: auto;
	list-style-type: none;
	padding: 0;
	overflow: hidden;
}
#twitter li {
	float: left;
}
#twitter .time-meta a,
#twitter .entry-content a,
#twitter .intent-meta a {
	color: #c9151e;
	text-decoration: none;
}
#twitter .time-meta a:before {
	content: ": ";
}

#twitter .intent-meta a {
	padding-right: 4px
}

#twitter .from-meta {
	display: none;
}
#twitter .twitterwidget-title {
	display: none;
}
/* =Videos
-------------------------------------------------------------- */

.videoWrapper {
	position: relative;
	padding-bottom: 53.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* =Bands In Town
-------------------------------------------------------------- */

#tour {
	width: 100%;
	padding: 0 0 20px;
}
#tour #bit-events tr:nth-child(2) {
	display: none
}
#tour #bit-events td {
	font-family: lores-12, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 5px 0
}
#tour .bit-description-links, #tour .bit-header {
	display: none
}
#tour #bit-events tr.no-dates td a {
	color: #d5d2c1
}
#tour #bit-events .bit-events td {
	border-top: none
}
#tour #bit-events .bit-events td.bit-date {
	border-top: none;
	min-width: 70px
}
#tour #bit-events .bit-events td.bit-venue {
	border-top: none;
	min-width: 200px
}
#tour #bit-events .bit-events td.bit-tickets {
	border-top: none;
	min-width: 100px
}
#tour #bit-events .bit-events td.bit-artist-event-link {
	display: none
}
#tour #bit-events .bit-rsvp {
	text-align: right
}
#bit-events a.bit-track-artist-header {
	font-family: lores-12, sans-serif;
}
/* =Bands In Town Sidebar
-------------------------------------------------------------- */

#tour-sidebar {
	width: 100%;
	margin-bottom: 10px;
}
#tour-sidebar #bit-events tr:nth-child(2) {
	display: none
}
#tour-sidebar #bit-events td {
	font-family: lores-12, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 2px 20px 2px 20px;
	float: left;
	width: 100%;
	height: 17px;
	display: block;
	text-align: left;
	background-color: #000000;
	color: #ffffff;
}
#tour-sidebar .bit-description-links, #tour-sidebar .bit-header {
	display: none
}
#tour-sidebar #bit-events tr.no-dates td a {
	color: #ffffff
}
#tour-sidebar #bit-events tr.no-dates td {
	display: none
}
#tour-sidebar #bit-events .bit-events td {
	border-top: none;
	min-width: 0
}
#tour-sidebar #bit-events .bit-events td.bit-date {
	border-top: none;
	min-width: 0px
}
#tour-sidebar #bit-events .bit-events td.bit-venue {
	border-top: none;
	min-width: 0px
}
#tour-sidebar #bit-events .bit-events td.bit-tickets {
	border-top: none;
	min-width: 0px;
	text-align: left;
	margin-bottom: 8px;
}
#tour-sidebar #bit-events .bit-events td.bit-artist-event-link {
	display: none
}
#tour-sidebar #bit-events .bit-rsvp {
	text-align: left
}
#tour-sidebar #bit-events .bit-events td.bit-rsvp {
	text-align: left
}
#tour-sidebar #bit-events table a {
	width: 100%;
	text-align: left;
	color: #ffffff;
	font-family: lores-12, sans-serif;
}
#tour-sidebar .bit-bottom {
	display: none
}
/* =Footer
-------------------------------------------------------------- */
#footer {
	position: relative;
	font-family: lores-12, sans-serif;
	font-size: 10px;
	color: #ffffff;/*  background: url('images/footer-bg.jpg') no-repeat scroll left top;*/
}
.home #footer {
/*  background: url('images/bkg-footer-home.png') no-repeat scroll left top;*/
}
#footer a {
	color: #ffffff;
	text-transform: uppercase;
}
#copyright {
	position: absolute;
	margin: 20px 0px;
	left: 0px;
}
a.bit-buy-tix, .bit-bottom a {
	color: #c9151e !important;
}
iframe.twitter-follow-button {
	display: none;
}
/* =Splash
-------------------------------------------------------------- */
.splash {
	background: #000000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 100;
}
.splash-container {
	display: block;
	background: url(images/splash-bg.jpg);
	width: 1276px;
	height: 992px;
	margin: 0 auto;
}
.splash-container .splash-video {
	margin-left: 318px;
	position: absolute;
	top: 109px;
	z-index: 2
}
.splash-container .itunes-btn {
	display: block;
	height: 37px;
	margin-left: 587px;
	position: absolute;
	top: 563px;
	width: 101px;
	z-index: 2
}
.splash-container .enter-site {
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/* =Responsive (WIP)
-------------------------------------------------------------- */

	
@media only screen and (max-width:949px) {
.button_container {
	top: 20px;
	left: 20px;
}
#main {
	padding-top: 0px
}
#mobile-navigation {
	width: 90%;
}
#container {
	padding: 20px;
}
#wrapper {
	width: 90%;
}
#header {
	width: 100%;
}

#masthead {
	width: 90%;
}

#navigation {
	display: none;
}

.category-music .post .entry-image {
    margin-bottom: 16px;
}

.home #content .entry-content {
	width: 62%;
}
#touts {
	width: 90%;
}
#touts-banner h1 {
	margin-top: 3px;
	font-size: 18px;
	line-height: 24px;
}
#touts-banner h3 {
	margin-top: 0px;
	font-size: 14px;
	line-height: 14px;
}

#sign-up-banner .product {
	width: 100%;
    padding: 18px 0 8px 0;

}
#content {
	float: left;
	width: 100%;
	margin: 0
}
#footer {
	width: 100%;
}

#content-store .product {
	height: auto;
}
#content-store .product-small {
	height: auto;
}
#content-store {
	width: 100%;
	margin: 0
}
#content-store .product {
	width: 100%;
	position: relative;
}
#content-store .product-small {
	width: 100%;
	position: relative;
}
#content-store p {
	font-size: 12px;
}


#sales-banner .product {
	height: auto;
}
#sales-banner .product-small {
	height: auto;
}
/*#sales-banner {
	margin: 0;
	position: absolute;
	top: 220px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 90%;
}*/
#sales-banner {
    width: 90%;
}

.entry-content img {
	width: 100%;
	height: auto;
}
#sidebar {
	position: relative;
	margin: 0;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.widget h2 {
	font-size: 16px;
}
h1 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
	line-height: 16px;
}
#social {
	right: 20px;
	top: 22px
}
	
i.fa.fa-apple {
    font-size: 20px;
}
#tour #bit-events .bit-events td {
	border-top: none;
	min-width: 0
}
#tour #bit-events td {
	font-size: 12px
}
#tour #bit-events .bit-events td.bit-date {
	min-width: 70px
}
#tour #bit-events .bit-events td.bit-tickets, #tour #bit-events .bit-events td.bit-venue {
	min-width: 0
}
#post-68 .entry-content {
	margin-top: 0px;
}
#sidebar #gigpress {
	width: 30.3%;
	margin-right: 11px;
	margin-left: 20px;
}
#sidebar #instagram {
	width: 30.3%;
	margin-right: 11px;
}
#twitter {
	width: 30.3%;
	margin-right: 11px;
	margin-bottom: 20px;
}
.category-music .post .entry-content {
	width: 100%;
}
}


	
@media only screen and (max-width:600px) {
	
body {
	background-size: contain;
}
#touts {
	height: 100px;
}
#touts-banner h1 {
	font-size: 16px;
	line-height: 16px;
}
	
#masthead {
    padding: 40px 0px 20px 0px;
}

#sign-up-banner h2{
    font-size: 14px;
}

 #tour-dates li {
    display: block;
    margin: 10px 5px 10px 0;
}

#tour-dates .button {
    font-size: 10px;
}

#tour-dates h3 {
    font-size: 16px;
	line-height: 1.1em;
}

.home .entry-image {
	height: auto;
}
.home #content .entry-content {
	width: 100%;
}
.home .entry-image {
	float: none;
	width: 100%;
}
.home .entry-image {
	width: 100%;
	margin-bottom: 10px;
}
.home .entry-image img {
	width: 100%;
}
.home #content .entry-content {
	height: auto;
}
.home #content h1 {
	width: auto;
}

#tour #bit-events .bit-events td {
	float: left;
	width: 100%;
	height: 12px;
	display: block;
	text-align: center
}
#tour #bit-events .bit-events td.bit-date, #tour #bit-events .bit-events td.bit-venue {
	min-width: 0
}
#tour #bit-events .bit-events td.bit-tickets {
	min-width: 0;
	text-align: center
}
#tour #bit-events .bit-events td.bit-rsvp {
	text-align: center
}
#tour #bit-events table a {
	width: 100%;
	text-align: center
}
#sidebar #gigpress {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
#sidebar #instagram {
	width: 100%;
	margin-right: 0px;
}
#twitter {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
}
}
