/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 11pt/1.4 'Source Sans Pro', Helvetica, Arial, sans-serif;
	color:#444;
	background: #1a1a1a;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.content { padding: 30px 0; }
.content h2, .content h3, .content h4 { margin-bottom: 20px; }
.content a { text-decoration: underline; }
.content a:hover { text-decoration: none; }

.content-wrap { background: #ededed; }

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.header-wrap {
	background: url(img/main-bg.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 30px;
	position: relative;
}
.header-wrap .bg-fader { 
	background: url(img/fader-bg.png) repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	z-index: 0;
}
/* nav */
.nav-wrap {
	background: url(img/nav-bg.png) repeat;
	color: #FFF;
	font-size: 11pt;
	position: relative;
	z-index: 999;
	margin-bottom: 0;
	min-height: 80px;
}
.nav {
	float: right;
	list-style: none;
	padding: 25px 0;
}
.navbar-brand { padding: 0; height: auto; }
.navbar-toggle { margin: 25px auto; }

.nav li { display: inline-block; padding-left: 20px; line-height: 30px; }
.nav li a { padding: 0; color: #FFF; text-transform: uppercase; }
.nav li a:hover,
.nav li.current-menu-item a { background: none; color: #1b9a93; }
.nav li.search { line-height: 10px; }
.nav li.search a { width: 15px; height: 15px; background: url(img/icons/search-icon.png) no-repeat; }
.nav li.search a:hover { background-position: 0 -21px; }
.nav li.search input {
	display: none;
	background: transparent;
	border: none;
	border: 1px solid #646a6d;
	height: 28px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	background: url(img/icons/search-icon.png) no-repeat 7px 7px;
	padding-left: 30px; 
	padding-right: 10px;
}

.header-content { padding-top: 40px; color: #FFF; position: relative; z-index: 999; }
.header-content h2 { font-size: 16pt; margin: 50px 0 20px 0; }
.header-content h3 { font-size: 14pt; line-height: 24px;}
.header-content a { color: #FFF; text-decoration: underline; }
.header-content a:hover { text-decoration: none; }
.header-content .next-show {
	 font-size: 12pt;
	 border-top: 1px solid #6d6d6d; 
	 padding-top: 10px;
	 margin-top: 10px;
}
.header-content .next-show .counter {
	display: block;
	clear: both;
	font-weight: 300;
	padding-top: 15px;
	margin-bottom: 20px;
}
.header-content .latest-show h3 { font-size: 16pt; margin-bottom: 5px; margin-top: 0; }
.header-content .latest-show .description { font-size: 10pt; margin-bottom: 20px; display: block; }

.header-content .next-prev {
	border-top: 1px solid #6d6d6d;
	padding-top: 10px;
	margin: 50px 0;
}
.header-content .next-prev span { font-size: 10pt; }
.header-content .next-prev a { color: #FFF; font-size: 13pt; text-decoration: none; }

.header-content .next-prev .prev { 
	display: block;
	background: url(img/prev-show.png) no-repeat left center; 
	padding-left: 60px;
}
.header-content .next-prev .next { 
	display: block;
	background: url(img/next-show.png) no-repeat right center; 
	padding-right: 60px;
	float: right;
	text-align: right;
}
.header-content .show-content-wrap { height: 200px; overflow: auto; }

.header-content .upcoming-shows { padding-bottom: 20px; }
.header-content .upcoming-shows a { text-decoration: none; }
.header-content .upcoming-shows img { float:left; margin: 4px 10px 0 0; }

.counter div {
  display: inline-block;
  margin-right: 10px;
  font-size: 48pt;
  font-weight: 100;
  line-height: 1;
  text-align: right;
}
/* IE7 inline-block hack */
*+html .counter div{
  display: inline;
  zoom: 1;
}
.styled counter:first-child {
  margin-left: 0;
}
.counter div span {
  display: block;
  border-top: 1px solid #cecece;
  padding-top: 3px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
}


/* SERIES & PAST EPISODES */
.series-past-episodes h2 { text-align: center; margin: 50px 0; }
#series-slider { margin-bottom: 40px; }
#series-slider ul { list-style: none; padding: 0; }
#series-slider li { padding: 20px; height: 300px; overflow: hidden; }
#series-slider li img { width: 100%; }
#series-slider .el { padding: 20px; }

/* OTHER SERIES & PAST EPISODES */
#other-series-slider div { text-align: center; }
.other-series-slider-wrap { background: #0d171b; padding: 20px 0; color: #FFF; cursor: pointer; }
.other-series-slider-wrap .wrap { display: none; padding-top: 30px; }
.other-series-slider-wrap h3 { font-size: 14pt; margin: 0; }
.other-series-slider-wrap h3 img { margin-right: 5px; }
.other-series-slider-wrap a img { border: 1px solid #FFF; }
.other-series-slider-wrap a:hover img { border: 1px solid #1b9994; }
.other-series-slider-wrap .owl-pagination { margin-top: 20px; }
.other-series-slider-wrap .owl-controls .owl-page span { width: 8px; height: 8px; }


/* SPLIT BG SECTION */
.split-bg-wrap { background: url(img/split-bg.png) repeat-y center top; }

/* PREV ARTISTS SECTION */
h2.prev-artists-title { 
	font-size: 24pt;
	color: #1b9994;
	background: url(img/icons/prev-artists-icon.png) no-repeat left center;
	padding-left: 60px;
	margin: 40px 0;
}
.prev-artists { 
	margin: 0 0 40px 0;
	padding: 10px 20px 0 0;
	list-style: none;
	max-height: 500px;
	overflow: scroll;
	font-size: 10pt;
}
.prev-artists li { 
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #cccccc;
}
.prev-artists li a { 
	padding-left: 50px;
	background: url(img/icons/play-icon.png) no-repeat left top; 
	display: block;
}
.prev-artists li a span.title { font-size: 14pt; display: block; clear: both; margin-bottom: 10px; }
.prev-artists li em { display: block; clear: both; text-align: right; margin: 10px 0; }

/* COMMENTS */
.comments-wrap { padding: 0 20px 40px 20px; }
.join-discussion-title {
	font-size: 24pt;
	color: #1b9994;
	background: url(img/icons/join-discussion-icon.png) no-repeat left center;
	padding-left: 60px;
	margin: 40px 0;
	line-height: 50px;
}
.comments-wrap ul { padding: 0; margin: 0; list-style: none; }
.comments-wrap li { margin-bottom: 20px; }
.comments-wrap li .comment-content { 
	background: #ededed;
	padding: 20px;
	margin-bottom: 15px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.comments-wrap li cite { display: block; clear: both; text-align: right; }
.comments-wrap li a.date,
.comments-wrap li a.comment-edit-link { display: block; clear: both; text-align: right; font-style: italic; }
.comments-wrap li a.comment-reply-link { 
	display: block;
	clear: both;
	text-align: right;
	font-style: italic;
	margin: 10px 0 20px 0;
}
.comments-wrap ul.children { padding-left: 40px; }
#commentform p input,
#commentform p textarea { 
	background: #e4e4e4;
	border: 1px solid #b2b2b2;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 11pt;
    padding: 5px 10px;
    width: 80%;
}
#commentform p textarea { width: 90%; }
#commentform #submit { background: #1b9994; border: none;  }
#commentform #submit:hover { background: #2ab0aa; }


/* PAYPAL BOX */
.paypal-box{
	background: url(img/paypal-box-bg.png) repeat;
	padding: 40px 30px;
	text-align: center;
	color: #FFF;
	margin: 30px 0;
}
.paypal-box h3 { margin: 0 0 20px 0; font-size: 20pt; }
.paypal-box p { margin-bottom: 30px; font-size: 12pt; }

/* logo */
.logo-small {
	margin: 20px;
}

/* footer */
.footer {
	background: #1a1a1a;
	color: #FFF;
	padding: 20px 0;
}
.footer .container { background: url(img/footer-borders-lg.png) no-repeat center top; }
.footer h4 { font-size: 16pt; margin-bottom: 20px; }
.footer ul.social { list-style: none; padding: 25px 0 0 0; }
.footer ul.social li { line-height: 30px; padding-bottom: 10px; font-size: 11pt; }
.footer ul.social li img { margin-right: 8px; }
.footer ul.social li a { color: #FFF; }
.footer .donation { background: #097f95; }
.footer .donation:hover { background: #0f90a8; }
.footer .subscribe-email
{
	display: inline-block;
	background: url(img/icons/envelope-icon.jpg) no-repeat 10px center #e1e1e1;
	color: #333;
	font-size: 11pt;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 0;
    padding: 5px 20px 5px 35px;
    width: 250px;
    margin-right: 5px;
}
.subscribe-submit { background: #1b9994; border: none; margin: 15px 0; }
.subscribe-submit:hover { background: #2ab0aa; }

.footer .mc4wp-error { color: #e03f3f; }

.footer .footer-nav { margin: 15px 0; padding:0; list-style: none; }
.footer .footer-nav li { 
	float: left;
	padding-right: 7px;
	margin: 5px 7px 5px 0;
	border-right: 1px solid #999;
	line-height: 14px;
	font-size: 10pt;
}
.footer .footer-nav li a { color: #999; }
.footer .footer-nav li.copyright{ color: #999; border: none; }

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #333;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #333;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #333;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #333;
}

/* Category Listing */
.category-description { background: #1b9994; color: #FFF; padding: 10px 0; position: relative; z-index: 999; }
.category-description h2 { margin: 0;}
.category-description p { margin: 0; }
.category-description p.date { font-size: 12pt; }


/* Search Results */
.search-wrap { padding: 20px 0; }
.search-wrap .col-md-5 { border-left: 1px dashed #cccccc; padding-left: 20px; padding-top: 20px; }

/* Sponsors */
.sponsors-list { padding: 50px 0; }
.sponsors-list div { padding: 0; }
.sponsors-list .content { 
	text-align: center;
	padding: 40px 20px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.sponsors-list .no-border-right .content { border-right: none; }
.sponsors-list .no-border-bottom .content { border-bottom: none; }


/* UPCOMING SHOWS PAGE */
.page-template-tpl-upcoming-shows-php .upcoming-date {
	background: #1b9996;
	color: #FFF;
	padding: 5px 10px;
	font-size: 16pt;
	margin-top: 40px;
	-webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}

.page-template-tpl-upcoming-shows-php .upcoming-shows { margin-bottom: 30px; }
.page-template-tpl-upcoming-shows-php .upcoming-shows h2 { font-size: 16pt; margin: 20px 0 10px 0; }


/*------------------------------------*\
   Contact Form
\*------------------------------------*/

.contact-form input,
.contact-form textarea {
	width: 100%;
	border: 1px solid #dfdfdf;
	padding: 10px
}

.contact-form input:focus,
.contact-form textarea:focus {
	border: 1px solid #dfdfdf!important;
}

.contact-form input {
	height: 40px;
	margin-bottom: 24px;
}

.contact-form textarea {
	height: 145px;
	padding: 10px;
}

div.wpcf7-mail-sent-ok {
	border: 0!important;
	font-size: 13pt!important;
}

.contact-form #submit-button input {
	float: right;
	width: auto;
	text-transform: uppercase;
	color: #fff;
	background-color: #2ab0aa;
	padding: 15px 15px;
	font-size: 11pt;
	margin-top: 20px;
	border:0!important;
	height: auto!important;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#submit-button input:focus,
#submit-button input:hover {
	border:0!important;
	opacity: .9;
}

div.wpcf7-validation-errors {
	border: 0;
	display: none!important;
}

.wpcf7-not-valid {
	border-color: #ac1e01!important;
}

span.wpcf7-not-valid-tip {
	display: none!important;
}

.contact-form {
	margin-top: 50px;
	margin-bottom: 20px;
}

.contact-form p {
	font-size: 11pt;
	text-transform: uppercase;
	color: #4d4d4d;
	margin-bottom: 10px;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:768px) {
	.nav { float: none; padding: 0; margin: 10px; }
 	.nav li { display: block; clear: both; padding: 5px 20px; text-align: center; }
 	.nav-wrap .search a { display: none; }
 	.nav-wrap .search input { display: block !important; margin: 0 auto; }

 	.header-content .next-prev .prev { padding: 50px 0 0 0; background-position: left top; text-align: left; }
 	.header-content .next-prev .next { padding: 50px 0 0 0; background-position: right top; text-align: right; }
}
 	
@media only screen and (max-width:992px) {
 	.owl-buttons { display: none; }
 	.counter div { font-size: 36pt }
 	.footer .container { background: none; text-align: center; }
 	.footer .footer-nav li { float: none; text-align: center; border: none; }
 	
 	.split-bg-wrap { background: #e4e4e4; }
 	
 	.sponsors-list .content { border: none; border-bottom: 1px solid #cccccc !important; }
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.button
{
	display: inline-block;
	padding: 5px 20px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #FFF;
    font-size: 12pt;
}
.button:hover { text-decoration: none; color: #FFF; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}