/*
Theme Name: The Blow
Author: Max Ellinger
*/

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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

html {
	height: 100%;
}

body {
	margin:0;
	padding:0;
	background:#000;
	height: 100%;
	font-family: "Helvetica";
	font-weight: 200;
	font-size: 14px;
}

.preload {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

.page-template-page-images-php, .page-template-page-videos-php, .shirts, .page-template-page-bio-php  {
	background: #FFF!important;
}

.page-template-page-images-php .blow-header, .page-template-page-videos-php .blow-header, .shirts .blow-header, .page-template-page-bio-php .blow-header {
	color: #000!important;
	background: #FFF;
}

.page-template-page-images-php .blow-header ul, .page-template-page-videos-php .blow-header ul, .shirts .blow-header ul, .page-template-page-bio-php .blow-header ul {
	color: #000
}

.shirts .blow-header {
	width: 200px;
	right: 0px;
}

.page-template-page-images-php .page-content, .page-template-page-videos-php .page-content, .shirts .page-content, .page-content.about {
	background: #FFF;
	color: #000;
}

a {
	color: inherit;
}

h2, h4, h5 {
	font-family: "helvetica";
}

.cf:before,.cf:after {
	content:" ";
/* 1 */
	display:table;
/* 2 */
}

.cf:after {
	clear:both;
}

.site-wrapper {
	height: 100%;
	width: 100%;
}


#the-blow-text {
	position:relative;
	width: 120px;
	height: auto;
	cursor:pointer;
	float: right;
}

.logo {
	margin-bottom: 30px;
}

.menu-main-menu-container {
	float: right;
}

#big-video-wrap {
	overflow: hidden;
}

#big-video-vid {
	width:100%!important;
	position: relative!important;
	left: 0px!important;
}

.vjs-control-bar, .vjs-big-play-button, .vjs-loading-spinner, .vjs-text-track-display, #big-video-control-container {
	display: none!important;
}

#big-video-image {
	width:100%!important;
	height:auto!important;
	position:absolute;
	bottom:0!important;
	top:auto!important;
	left:0!important;
	right:0!important;
	margin:auto!important;
}

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


.blow-header {
	position: relative;
	width: 15%;
	height: 100%;
	float: right;
	background: #000;
	text-align: right;
	margin-right: 0px;
	padding: 40px 40px 0px 0px;
	z-index: 4;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing:border-box;
}

.blow-header ul {
	list-style: none;
	position: relative;
	width: 100%;
	font-family: "Courier";
	font-size: 12px;
	color: #f8f7f0;
	margin-top: 20px;
}

.blow-header ul li {
	float: left;
	text-transform: uppercase;
	cursor: pointer;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 0px!important;
}

.blow-header ul li.blow-video {
	margin-bottom: 20px;
}

.blow-header ul li.selected {
	text-decoration: underline;
}

.blow-header ul li.active {
	text-decoration: underline;
}

.blow-header ul li:last-of-type {
	margin-right: 0px;
}

.page-template-page-home .blow-header {
	background: none;
}

.page-template-page-home video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

.page-template-page-home .page-content {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}

.news-item a {
	text-decoration: underline;
}

#play-button {
	position: absolute;
	width: 100px!important;
	height: 100px!important;
	z-index: 999;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	cursor: pointer
}

#big-video-vid_html5_api {
	width: 100%!important;
	position: absolute;
	bottom: 0px;
	top: 0px;
	margin: auto;
}

#big-video-image {
	position: relative!important;
}



.page-content {
	float: left;
	display: block;
	width: 85%;
	background: #000;
	box-sizing:border-box;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing:border-box;
	color: #f8f7f0;
}

.page-content.active {
	display: block;
}

.payment-popup, .newsletter-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 320px;
  height: auto;
  display: none;
  padding: 20px;
  z-index: 2000;
  background: #f8f7f0;
  color: #000;
}

.payment-popup select {
	max-width: 100%;
}

.newsletter-form {
	margin-top: 10px;
	margin-bottom: 10px;
}

.newsletter-form h5 {
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 0px;
}

.item-field_price, .item-field_quantity, input[type="submit"] {
	margin-top: 10px;
}


.page-content.tour-dates {
	background: rgba(0,0,0,0.7);
	position: relative;
}

.page-content.news {
	background: #000;
	color: #f8f7f0;
}

.page-content.about, .page-content contact {
}

.page-content .wrapper {
	position: relative;
	padding:44px 50px 100px 50px;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing:border-box;
}

.page-content .wrapper.about-wrapper {
	padding: 44px 40px 100px 50px;
}

.page-template-page-news-php .page-content .wrapper, .page-template-page-press-php .page-content .wrapper, .page-template-page-tour-php .page-content .wrapper {
	padding:85px 50px 100px 50px;
}

.page-content h2 {
	font-size: 40px;
	margin-bottom: 40px;
}

.news-item {
	margin-bottom: 30px;
}

.page-content ul {
	
}

.shirts {
	min-width: 1350px;
}

.shirts .page-content {
	width: 100%;
}

.shirts .shirts-wrapper {
	float: left;
	padding-top: 40px;
	padding-left: 20px;
}

.shirts .blow-header {
	width: 200px;
	right: 20px;
	top:40px;
	background: none!important;
	padding: 0px!important;
	position: fixed;
}

.shirts .person {
	cursor: pointer;
}

.shirts .person p:hover {
	text-decoration: underline;
}

.page-content ul li {
	margin-bottom: 10px;
}

.tour-year {
	margin-bottom: 20px;
	font-weight: bold;
}

.tour-dates ul li {
	margin-bottom: 20px;
}

li.press-link h3 {
	font-size: 14px!important;
	text-transform: uppercase;
}

.tour-dates ul li h3 {
	font-size: 14px;
	margin-bottom:2px;
}

.tour-dates ul li h5 {
	margin-bottom: 10px;
}

.news-item h4 {
	font-size: 26px;
	margin-bottom: 10px;
}

.news-item h5 {
	font-size: 14px;
	text-transform: uppercase;
	display: inline;
	float: left;
	line-height:130%;
	margin-right:10px;
}

.news-item p, .about-wrapper p {
	margin-bottom: 20px;
	line-height: 140%;
}

.news-item p {
	max-width: 700px;
}

.carousel-image {
	float: left;
	position: relative; 
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center; 
}

.feature-carousel {
	position: relative;
	overflow: hidden;
	width: 100%; 
	height: 100%;
}

.feature-carousel-wrapper {
	width: 10000px;
	position: relative;
	height: 100%; 
}

.shirt-nav {
	font-family: "Helvetica";
	line-height: 100%;
	font-weight: 200;
	color: #f8f7f0;
	font-size: 13px;
	padding: 20px 40px 20px 20px;
	display: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing:border-box;
}

.feature-carousel-navigation {
	position: relative;
	z-index: 2;
	color: yellow;
	padding:20px 0px 20px 20px;
	cursor: pointer;
}

.feature-carousel-navigation h4 {
	text-transform: uppercase;
}

.feature-carousel-navigation h4:last-of-type {
	margin-right: 0px;
}

.merch-graphics img {
	width: 100%;
}

.bd-lightbox-cloak {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	display: none;
	z-index: 5;
	cursor: pointer;
}

.submit-stuff {
	float: right;
}

.submit-stuff input {
	margin: 0px;
}

input[type="email"] {
	width: 314px;
	margin-bottom: 10px;
}

.images-grid .image-link {
	display: block;
	margin: 0px 0px 10px 10px;
	width: 300px;
}

.images-grid img {
	width: 100%;
	height: auto;
}

.video-item img {
	width: 500px;
	height: auto;
}

.video-item h5 {
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 3px;
}

.video-item {
	margin-bottom: 20px;
}

.image-nodownload {
	background-size: cover;
}

.bio-cv h3 {
	width: 100%;
	margin-bottom: 15px;
	float: left;
}

.bio {
	max-width: 580px;
	margin-bottom: 100px;
}

.bio-row {
	width: 100%;
	float: left;
	margin-bottom: 80px;
}

.about-wrapper img.bio-photo {
	width: 38.2%;
	max-width: 350px;
	float: left;
	margin-right: 10px;
}

.bio-paragraph {
	width: calc(61% - 20px);
	max-width: 575px;
	float: left;
	margin-left: 10px;
	font-size: 12px;
}

.bio-paragraph p em {
	font-style: italic;
}

.bio-paragraph h3 {
	font-size: 14px;
	margin: 0px 0px 2px 0px;
}

.video-wrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.announcement {
	color: #FFF;
	font-size: 18px;
	text-transform: uppercase;
	width: 100%;
	line-height: 26px;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	text-align: center;
	bottom: 100px;
	z-index: 9999;
}

.content a {
	text-decoration: underline;
}

@media only screen and (min-width : 480px) 
and (max-width : 910px) {
	.blow-header {
		width: 25%;
	}
	
	.page-content {
		width: 75%;
	}
	
	.page-content img {
		width: 100%;
		height: auto;
	}
}


.single-videos {
	text-align: center;
}

@media only screen 
and (min-width : 320px) 
and (max-width : 480px) {

	.announcement {
		top: auto;
		bottom: 0px;
		font-size: 14px;
		line-height: 16px;
	}

	.blow-header {
		height: auto;
		width: 100%;
		padding: 40px 40px 40px 40px;
		text-align: left;
		float: none;
	}
	
	iframe {
		width: 100%!important;
	}
	
	.bio-paragraph {
		width: 100%;
		margin-top: 20px;
		margin-left: 0px;
	}
	
	.menu-main-menu-container {
		float: left;
	}
	
	.blow-header ul {
		width: 100%;
		float: left;
	}
	
	#the-blow-text {
		float: none;
	}
	
	.blow-header ul li {
		margin-right: 10px;
		margin-bottom: 5px;
		width: auto;
	}
	
	.page-content .wrapper {
		padding: 0px!important;
	}
	
	.page-content {
		padding: 0px 40px 0px 40px;
		width: 100%;
		height: auto;
	}
	
	.images-grid .image-link {
		width: 100%;
		margin: 0px;
	}
	
	.page-content img {
		width: 100%!important;
		height: auto;
	}
	
	#big-video-vid {
		height: 285px!important;
	}

}
