/*
	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 {
	height: 100%;
	margin: 0;
}
body {
	font:400 15px/1.4 'AvenirNextCondensed-regular', Helvetica, Arial, sans-serif;
	color:#000;
	min-height: 100%;
	background: #e9e9e9;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #b90000;
	text-decoration:none;
}
a:hover {
	color: #b90000;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

input, textarea, select {
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	box-shadow: none!important;
	border-radius: 0!important;
}

input:focus, textarea:focus, select:focus {
	outline:0;
	border:1px solid #04A4CC;
}

main {
	height: 100%;
	margin: 0 auto;
	max-width: 1200px;
	padding: 80px 20px 0px 20px;
	margin-top: 0;
}

main.homepage {
	max-width: 100%;
	background: none;
	padding: 0px;
	margin-top: 0;
}

.home-vid-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

main img {
	height: auto;
}

h1 {
	font-size: 36px;
	margin: 5px 0;
	font-weight: normal;
    font-family: 'ImpactLabelReversed', sans-serif !important;
    color: #fff;
    background: url(/wp-content/uploads/2018/11/09151854/h1-bg-new.png);
    background-size: contain;
    padding: 3px;
    display: inline;	
}

h2 {
	font-size: 32px;
	font-family: 'The National Bold Aged', Helvetica, sans-serif;
	margin: 5px 0;
	font-weight: normal;
}

h3 {
	font-size: 24px;
	font-family: 'AvenirNextCondensed-Bold', Helvetica, sans-serif;
	margin: 5px 0;
	font-weight: normal;
}

h4 {
	font-family: 'AvenirNextCondensed-Bold', Helvetica, sans-serif;
	font-size: 20px;
	margin: 5px 0;
	font-weight: normal;
}

h5 {
	font-family: 'AvenirNextCondensed-Bold', Helvetica, sans-serif;
	font-size: 18px;
	margin: 5px 0;
	font-weight: normal;
}

h6 {
	font-family: 'AvenirNextCondensed-Bold', Helvetica, sans-serif;
	font-size: 18px;
	border-bottom: 2px solid #000;
	margin: 5px 0;
	font-weight: normal;
}

p, ul, ol {
	font:400 15px/1.4 'AvenirNextCondensed-regular', Helvetica, sans-serif;
}

.page-id-1495 {
	margin-top: 125px;
}

.float-r {
	float: right;
}

.float-l {
	float: left;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	margin:0 auto;
	position:relative;
	height: 100%;
}

.container {
	width: 100%; 
	max-width: 1200px; 
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
}

.clear-b {
	clear: both;
}

.clear-l {
	clear: left;
}

.clear-r {
	clear: right;
}

.float-l {
	float: left;
}

.float-r {
	float: right;
}

a.red-button {
	color: #faedbd;
    font-family: 'The National Bold Aged', Helvetica, sans-serif;
    background: #b90000;
	font-size: 20px;
	text-align: center;
	padding: 5px 10px;
	text-transform: uppercase;
	background-size: cover;
	letter-spacing: 1px;
}

a.red-button:hover {
	color: #000;
}

main a em strong, main em strong a, main a strong em {
	color: #faedbd;
    font-family: 'The National Bold Aged', Helvetica, sans-serif;
	font-size: 20px;
	background: #b90000;
	text-align: center;
	padding: 5px 10px;
	text-transform: uppercase;
	background-size: cover;	
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
}

main a em strong:hover, main em strong a:hover {
	color: #fbbe06;	
}

.m-t-25 {
	margin-top: 25px;
}

.m-t-15 {
	margin-top: 15px;
}

.p-r-5 {
	padding-right: 5%;
}

.p-l-5 {
	padding-left: 5%;
}

.m-r-2 {
	margin-right: 2%;
}

.m-l-2 {
	margin-left: 2%;
}

.m-r-10 {
	margin-right: 10px;
}

.m-l-10 {
	margin-left: 10px;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

main.homepage-new {
	max-width: none; 
	padding: 0; 
	margin-top: 53px;
}

.header {
	background: url(https://www.punkrockbowling.com/wp-content/uploads/2017/11/new-header-bg.jpg) top center;
	max-height: 175px;
	padding: 10px 20px 30px 0px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.header .container {
	padding: 0px;
}

.logo {
	float: left;
	position: absolute;
	z-index: 999;
	width: 80%;
	max-width: 540px;
}

.logo img {
	width: 540px;
}

.header-yellow {
	width: 100%; 
	position: fixed; 
	top: 0; 
	height: 80px; 
	background-size: auto 80px; 
	background-image: url(/wp-content/uploads/2018/11/09141345/header-yellow-2000.png); 
	z-index: 9999;
} 

.header-menu-2019 {
	float: left;
}
			
.header-menu-2019 ul {
	display: inline-block; 
	margin-top: 30px;
}
			
.header-menu-2019 ul li {
	position: relative; 
	float: left; 
	list-style: none; 
	margin: 0 5px;
}

.header-menu-2019 ul li ul {
	display: none;
}

.header-menu-2019 ul li a {
	color: #fff; 
	font-family: 'ImpactLabelReversed'; 
	font-size: 21px; 
	padding: 7px 3px; 
	background-color: #000;
	letter-spacing: 1px;
	line-height: 22px;
}

.header-menu-2019 ul li:hover {
	transform: skewY(1deg); 
	position: relative;
}

.header-menu-2019 ul li.menu-item-3095 > a:hover:after {
	content: ""; 
	background: url(/wp-content/uploads/2018/11/12103713/home-hover.png); 
	display: block; 
	position: absolute; 
	z-index: 99999; 
	height: 24px; 
	width: 100%; 
	background-size: 100%; 
	background-repeat: no-repeat;
}

.header-menu-2019 ul li.menu-item-3496 > a:hover:after {
	content: ""; 
	background: url(/wp-content/uploads/2018/11/12103705/events-hover.png); 
	display: block; 
	position: absolute; 
	z-index: 99999; 
	height: 24px; 
	width: 100%; 
	background-size: 100%; 
	background-repeat: no-repeat;
}			

.header-menu-2019 ul li.menu-item-2938 > a:hover:after {
	content: ""; 
	background: url(/wp-content/uploads/2018/11/12103712/info-hover.png); 
	display: block; 
	position: absolute; 
	z-index: 99999; 
	height: 24px; 
	width: 100%; 
	background-size: 100%; 
	background-repeat: no-repeat;
}
	
.header-menu-2019 ul li.menu-item-2940 > a:hover:after {
	content: ""; 
	background: url(/wp-content/uploads/2018/11/12103709/shop-hover.png); 
	display: block; 
	position: absolute; 
	z-index: 99999; 
	height: 24px; 
	width: 100%; 
	background-size: 100%; 
	background-repeat: no-repeat;
}	

.header-menu-2019 ul li.menu-item-5134 > a:hover:after {
	content: ""; 
	background: url(/wp-content/uploads/2018/11/12103710/photos-hover.png); 
	display: block; 
	position: absolute; 
	z-index: 99999; 
	height: 24px; 
	width: 100%; 
	background-size: 100%; 
	background-repeat: no-repeat;
}						
	
.header-menu-2019 ul li.menu-item-4323 > a:hover:after {
	content: ""; 
	background: url(/wp-content/uploads/2018/11/12103707/upcoming-hover.png);
	display: block; 
	position: absolute; 
	z-index: 99999; 
	height: 24px; 
	width: 100%; 
	background-size: 100%; 
	background-repeat: no-repeat;
}		

.header-menu-2019 ul li.menu-item-5419 > a:hover:after {
	content: ""; 
	background: url(/wp-content/uploads/2018/11/12103707/upcoming-hover.png); 
	display: block; 
	position: absolute; 
	z-index: 99999; 
	height: 24px; 
	width: 100%; 
	background-size: 100%; 
	background-repeat: no-repeat;
}	

.header-bottom {
    width: auto;
    float: right;
    position: relative;
    clear: both;
    margin-right: 20px;
    margin-top: 15px;
}

.buy-btn {
	float: right;
	margin-top: 4px;
}
		
.buy-btn ul {
	display: inline-block;
}
		
.buy-btn ul li {
	float: left;
	list-style: none;
	position: relative;
	margin: 0 4px;	
}
		
.buy-btn ul li a {
	color: #faedbd;
	font-family: 'The National Bold Aged', Helvetica, sans-serif;
	background: #b90000;
	font-size: 24px;
	letter-spacing: 1px;
	padding: 2px 10px;
}		

.buy-btn ul li a:hover {
	color: #fbbe06;
}
		
.coa-red {
	text-align: center;
	width: 100%;
}
		
.coa-red ul {
	display: inline-block;
	padding-left: 0px;
}
		
.coa-red ul li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0 5px;
}
		
.coa-red ul li a {
	color: #faedbd;
	font-family: 'The National Bold Aged', Helvetica, sans-serif;
	background: #b90000;
	font-size: 35px;
	letter-spacing: 1px;
	padding: 2px 10px;
}
		
.coa-red ul li a:hover {
	color: #fbbe06;
}
		
p.days_text {
	padding-left: 4px;
}

.header .buy-button {
	padding: 20px 0px 20px 16px;
}

.header .social {
	padding: 20px 5px 0px 0px;
}

.header .social a:hover {
	opacity: 0.7;
}

.social {
	display: block;
}

.social ul {
	padding-left: 0px;
	margin: 0px;
}

.social ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}

.social ul li a {
	color: black;
	font-size: 16px;
}

.button {
	position: relative;
	display: block;
}

.nav {
	position: relative;
	float: right;
}

.nav ul li {
	display: inline-block; 
	list-style-type: none;
	background-size: cover;
    text-align: center;
    line-height: 48px;
    height: 60px;
}

.nav ul li a {
	color: white;
	font-family: 'ImpactLabelReversed', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

.nav ul li a:hover {
	color: #F2E6B0;
}

.bottom-border {
    background: url(https://www.punkrockbowling.com/wp-content/uploads/2017/11/header-bottom-border.png);
    width: 100%;
    position: absolute;
    top: 147px;
    height: 34px;
    z-index: 998;
}

li.header-festival {
	background: url(https://www.punkrockbowling.com/wp-content/uploads/2017/11/header-festival.png);
    width: 96px;
}

li.header-festival a {
	font-size: 23px !important;
}

li.header-what-is {
	background: url(https://www.punkrockbowling.com/wp-content/uploads/2017/11/header-20yr.png);
    width: 130px;
}
li.header-what-is a span {
	font-size: 23px !important;
}

li.header-bowling {
	background: url(https://www.punkrockbowling.com/wp-content/uploads/2017/11/header-bowling.png);
    width: 90px;
}

li.header-bowling a {
	font-size: 23px !important;
}

li.header-prb-presents {
	background: url(https://www.punkrockbowling.com/wp-content/uploads/2017/11/header-prbpresents.png);
    width: 120px;
}

li.header-prb-presents a span {
	font-size: 23px !important;
}

li.header-contact {
	background: url(https://www.punkrockbowling.com/wp-content/uploads/2017/11/header-prbpresents.png);
    width: 120px;
}

li.header-contact a {
	font-size: 23px !important;
}

li.header-shop {
	background: url(https://www.punkrockbowling.com/wp-content/uploads/2017/11/header-shop.png);
    width: 70px;
    background-position: -23px 0;
}

li.header-shop a {
	font-size: 23px !important;
}

li.header-byo {
	background: url(https://www.punkrockbowling.com/wp-content/uploads/2017/11/header-byo.png);
    width: 125px;
}

li.header-byo a {
	font-size: 23px !important;
}

.header ul.sub-menu {
    position: absolute;
    top: 47px;
    background: #000;
    padding: 10px;
    display: block;
    z-index: 999999;
    display: none;
    margin-left: 5px;
}

.header ul li:hover ul.sub-menu {
	display: block;
}

.header ul.sub-menu li {
    position: relative;
    display: block;
    text-align: left;
    line-height: 30px;
    height: auto;
}

.header ul.sub-menu li a {
	font-size: 20px !important;
}

.header-menu-new ul li a:hover {
	color: #fbf4d3;
}

.header-menu-new ul li ul, .header-menu-2019 ul li ul {
	position: absolute; 
	left: 0px; 
	background: #000; 
	padding: 10px 0; 
	display: none; 
	min-width: 160px;
}

 .header-menu-2019 ul li ul {
	 margin-top: 0;
}

.header-menu-new ul li:hover ul, .header-menu-2019 ul li:hover ul {
	display: block;
}

.header-menu-new ul li ul li, .header-menu-2019 ul li ul li {
	padding: 8px 20px;
}

li.mobile-buy {
	display: none;
}

ul#countdown2 {
	padding: 0px;
}

.countdown {
	float: none;
	background: none;
	width: 280px;
	margin: 0 auto;
}

.countdown ul li {
	margin-left: -3px;
	list-style: none;
	float: left;
	line-height:60px;
}

.countdown p {
	float: left;
	font-family: 'The National Bold Aged', Helvetica, sans-serif;
	padding: 5px;
	letter-spacing: 1px;
	color: #fff;
	background-color: #000;
	padding: 5px 7px;
}

span.days, span.hours, span.minutes, span.seconds {
	border: 0px;
	background: #000;
	font-family: 'ImpactLabelReversed', sans-serif !important;
	padding: 4px 4px !important;
	width: 50px;
	color: #fff;
	line-height: 62px;
	font-size:23px;
}

/* HOMEPAGE MAP */

.map {
	width: 100%;
	text-align: center;
}

.map img {
	width: 90%;
	max-width: 750px;
}

/*------------------------------------*\
    HOMEPAGE
\*------------------------------------*/

.lineup-main {width: 100%; background-repeat: repeat; text-align: center;}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.iframe-style {width: 100%; max-width: 1200px; margin: 0 auto; padding:30px 0;}

.lineup-main img {width: 100%;}

.lineup-main article {max-width: 1200px; margin: 0 auto;}

.lineup-main p {margin: 0;}

.thank-you {width: 95%; margin: 0 auto !important; text-align: left; padding: 30px 0 50px 0;}

.thank-you h1 {text-align: center; text-transform: uppercase; margin-bottom: 15px; font-size: 40px;}

.thank-you h4 {font-family: 'AvenirNextCondensed-regular', Helvetica, sans-serif !important;}

.registration {width: 100%;}

.reg {width: 50%; float: left;}

.reg img {width: 100%;}

.reg:hover {opacity: 0.8;} 

main.homepage-new .home-slider {margin-top: 0px;}

main.homepage-new .home-slider .slider-date {width: 100%; text-align: center; position: absolute; margin-top: -165px; color: #fff;}

main.homepage-new .rslides {max-height: none; padding: 0px; margin: 0px;}

main.homepage-new .metaslider.metaslider-responsive.metaslider-259.ml-slider {top: 0px;}

.connect-social {text-align: center;}

.connect-social ul {display: inline-block; margin: 20px 0px; padding: 0px;}

.connect-social ul li {position: relative; float: left; list-style: none;}

.connect-social .fab {color: #333;  display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: 40px; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); padding: 0px 10px;}

.load-app {text-align: center;}

.load-app ul {display: inline-block; margin: 20px 0px; padding: 0px;}

.load-app ul li {position: relative; float: left; list-style: none; margin: 0 15px;}

.load-app ul li img.apple {width: 160px;}

.load-app ul li img.google {width: 182px;}

.header-black {width: 100%; padding: 15px 10px 12px; background-color: #000; position: fixed; top: 0px; z-index: 9999;} 

.header-menu-new {position: relative; float: left;}

.header-menu-new ul {display: inline-block; padding: 0; margin: 0;}

.header-menu-new ul li {position: relative; float: left; list-style: none; line-height: 22px; padding: 0px 20px;}

.header-menu-new ul li a {color: #fff; font-family: 'ImpactLabelReversed', sans-serif; font-size: 22px; text-transform: uppercase; letter-spacing: -0.1em;}

a.buy-button {color: #faedbd; font-family: 'The National Bold Aged', Helvetica, sans-serif; font-size: 20px; background: #b90000; text-align: center; padding: 5px 15px; text-transform: uppercase; background-size: cover; line-height: normal; margin-left: 10px; letter-spacing: -0.1em;}

a.buy-button:hover {opacity: .7;}

/*------------------------------------*\
    SLIDER
\*------------------------------------*/

.home-slider {
	margin-top: 55px;	
}

.rslides_nav {
	top: 65%;
    font-family: 'ImpactLabelReversed', sans-serif;
    letter-spacing: -0.1em;
    font-size: 36px;
    background-color: transparent!important;
}

.metaslider.metaslider-responsive.metaslider-259.ml-slider {
	top: -16px; 
	z-index: 9;
}

.rslides {
	max-height: 450px;
}

.slider-border {
    background: url(https://www.punkrockbowling.com/wp-content/uploads/2017/11/slider-border-bot.png);
    width: 100%;
    height: 20px;
    background-repeat-x: repeat;
    margin-top: -16px;
}

/*------------------------------------*\
    LINEUP
\*------------------------------------*/

.lineup img, img.lineup-bottom {
	width: 100%;
}

.lineup-buttons {
    text-align: center;
    margin: 0 auto;
    padding-top: 40px;
}

.lineup-buttons a.red-button {
	max-width: 30%;
	font-size: 40px;
}

.lineup-buttons-nobg a.red-button {background-image: none; background-color: #b90000;}

.lineup-buttons-nobg.lineup-btn-top {padding-top: 50px;}

.lineup-buttons-nobg a.red-button {max-width: 30%; font-size: 40px;}

.announcement {
	width: 96%;
	margin: 40px auto;
	max-width: 1200px;
	float: none;
}

.announcement img, .announcement-video {
	width: 30%;
	float: left;
	margin-right: 2%;
}

.announcement article p {
	width: 50%;
	float: left;
	margin: 0;
}

.announcement-video p {
	width: 100%!important;
	margin-right: 0!important;
}

.announcement-video img {
	width: 100%;
}

.announcement article h3 {
	width: 68%;
	float: left;
	text-align: left;
	line-height: 32px;
}

.announcement article h3 a {
	color: #000;	
}

.announcement .section-header {
	background-image: none!important;
	background-color: #000!important;
}

hr {
    background: url(https://www.punkrockbowling.com/wp-content/uploads/2017/10/headline-border-1.png);
    height: 35px;
    border-width: 0;
    background-repeat: repeat-x;	
}

.band-days {
    background-color: #000;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    padding: 5px 0;
    font-family: 'AvenirNextCondensed-regular', Helvetica, sans-serif;
    font-size: 20px;
}

.band-day {
	width: 33.33333%;
	float: left;
}

/*------------------------------------*\
    NEW TO
\*------------------------------------*/

.new-to {
	float: left;
}

.new-to.new_to_prb {
	width: 160px;
	background-image: url('/wp-content/uploads/2018/12/12091458/new-to-band-pg-v2.png');
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 20px;
}

.new-to-overlay.new_to_prb {
	position:absolute;
	top:0;
	background-image: url('/wp-content/uploads/2018/12/12085949/debut-badge.png');
	height: 100%;
	width: 100%;
	background-size: cover;
}

/*------------------------------------*\
    PHOTOS
\*------------------------------------*/

.photos-nav ul {
	background-color: #000;
	padding: 0;
}

.photos-nav ul li {
	float: left;
	width: 16%;
	text-align: center;
	list-style: none;
	font-family: 'ImpactLabelReversed', sans-serif;
	font-size: 30px;
}

.photos-nav ul li a {
	color: #fff;
	opacity: .7
}

.photos-nav ul li a:hover {
	opacity: 1;
}

.postid-2703 .photos-nav ul li:nth-child(1) a, .postid-2704 .photos-nav ul li:nth-child(2) a, .postid-2705 .photos-nav ul li:nth-child(3) a, .postid-2706 .photos-nav ul li:nth-child(4) a, .postid-2707 .photos-nav ul li:nth-child(5) a {
	opacity: 1!important;
}


/*------------------------------------*\
    CLUB SHOWS
\*------------------------------------*/

.type-clubshows {
	float: left;
	margin: 20px 1% 0;
	width: 31%;
}

.type-clubshows .img-overlay {
	width: 100%;
	height: 100%;
    font-size: 28px;
    line-height: 30px;
	font-family: 'AvenirNextCondensed-Bold', Helvetica, sans-serif;
}

.type-clubshows h5 {
	text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    min-height: 50px;	
    font-size: 18px;
    line-height: 20px;
    margin-top: 5px;
}

.type-clubshows h5 a {
	color: #000;
	font-family: 'AvenirNextCondensed-Bold', Helvetica, sans-serif;
}

.type-clubshows h5 .show-date {
	padding-top: 5px;
	font-family: 'AvenirNextCondensed-Bold', Helvetica, sans-serif;
	font-size: 18px;
}

.show-pg .type-clubshows {
	float: none;
	margin: 0;
	width: 100%;
}

.show-info .show-item {
	width: 50%;
	float: left;
    font-family: 'AvenirNextCondensed-Bold', Helvetica, sans-serif ;
    font-size: 30px;
    line-height: 30px;
}

.show-info .show-item:nth-child(odd) {
	text-align: left;
}

.show-info .show-item:nth-child(even) {
	text-align: right;
}

.talent, .talent p {
	margin-top: 10px;
    font-family: 'AvenirNextCondensed-regular', Helvetica, sans-serif;
    font-size: 30px;
}

.talent p {
	margin: 0!important;
}

.show-buy {
	text-align: center;
}

.show-buy a.red-button {
	font-size: 40px;
    padding: 8px 20px;
}

.buytickets .onsale-date {
	display: none;
}

.onsaledate .onsale-date:before {
	content: "Tickets on Sale "
}

.onsaledate .buy-text {
	display: none;
}

.onsaledate a.red-button {
	background: transparent;
	background-color: #000;
	width: 100%;
	display: block;
	padding: 4px 20px 8px 20px;
}

.onsaledate a.red-button:hover {
	color: #fff;
}

.soldout a.red-button {
	background: url(https://www.punkrockbowling.com/wp-content/uploads/2018/01/button-grey.png);
	background-size: cover;
	opacity: .5;
}

.soldout a.red-button:hover {
	color: #fff;
}

.soldout .buy-text {
	font-size: 0;
}

.soldout .buy-text:after {
	font-size: 40px;
	content: "Sold Out";
}

.soldout .onsale-date {
	display: none;
}

.club-home {
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	padding: 60px 0 0;
	margin: 60px 0 0;
}

.club-slider {
	width: 100%;
}

.club-slider .owl-item {

}

.club-slider .type-clubshows {
	width: 100%;
	float: none;
	margin: 0;
}

.club-slider .type-clubshows h5 {
	margin-top: 10px;
}

.club-slider .type-clubshows h5 a {
	color: #fff;
}

.owl-nav {
	display: none;
}

.show-details {
	display: table;
	width: 100%;
	height: 100%;
}

.show-details-inner {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
}


/*------------------------------------*\
    3 COLUMN
\*------------------------------------*/

.column-3 {
	width: 100%;
	clear: both;
	position:relative;
}

.col-1, .col-2, .col-3 {
	width: 29%;
	float: left;
	text-align: center;
	height: auto;
	margin: 2%;
}

.col-1 .button, .col-2 .button, .col-3 .button {
	float: none !important;
	padding: 0px !important;
}

.column-3 .button a {
	font-size: 30px;
	padding: 5px 36px;
	font-family: 'ImpactLabelReversed', sans-serif;
	letter-spacing: -0.1em;
}


/*------------------------------------*\
    SECTIONS
\*------------------------------------*/

.section-35 {
	width: 35%;
    float: left;
    height: auto;
    padding: 20px 20px 0 20px;
} 

.section-35 .button {
	padding: 0px;
}

.section-35 a.red-button {
	font-size: 27px;
}

.section-35 .social ul li a {
	font-size: 22px;
}

.section-65 {
    width: 65%;
    float: left;
    height: auto;
    padding: 20px 20px 20px 20px;
}

.section-header {
	position: relative;
    background: url(https://www.punkrockbowling.com/wp-content/uploads/2017/11/section-top.png);
    top: 0;
    height: 40px;
    margin-bottom: 10px;
}

.section-header h2 {
	font-family:'AvenirNextCondensed-Bold', Helvetica, sans-serif;
	color: white;
	font-size: 25px;
	padding-left: 15px;
}

.section-65 article h2 a {
	color: #000 !important;
}

.section-65 article p {
	margin: 20px 0;
}

.timeline-Widget--edge {
	background-color: black !important;
	border-radius: 0px !important;
	background: black !important;
}

.social.feed {
	padding: 0px;
	float: right;
}

.timeline-Widget, .timeline-Widget--edge, .timeline-InformationCircle-widgetParent, .timeline-Tweet {
	background-color: #000 !important;
	border-radius: 0px;
}

.column-50 {
	width: 48%;
	float: left;
	margin: 0 1%
}

.page-id-2829 .column-50:nth-child(even) {
	margin-right: 2%;
}

.page-id-2829 .column-50:nth-child(odd) {
	margin-right: 0;
}

.column-50 ul {
	min-height: 180px;
}

.column-50 img {
	margin: 0!important;
}

.post-521 .column-50 {
	margin-right: 2%;
}

.post-521 .column-50:nth-child(even) {
	margin-right: 0;
}

.tier-table {
	width: 100%;
	padding: 30px 0;
}

.tier-left, .tier-right {
	width: 50%;
	margin: 0 auto;
	float: left;
}

.inner-90 {
	width: 90%;
	max-width: 410px; 
	margin: 0 5px;
}

.big-btns {
	width: 100%;
	padding: 20px 0;
}

.btn-column {
	width: 33%;
	float: left;
}


/*------------------------------------*\
    20 YEARS
\*------------------------------------*/

.what-is {
	width: 100%;
	height: 660px;
	overflow: hidden;
	margin-top: 60px;
}

.what-is .container {
	position: relative;
	margin-top: -35%;
}

.what-is .logo {
	position: relative;
    z-index: 99;
    margin: 0 auto;
    float: none;
    width: 100%;
    margin-bottom: -50px;
}

.what-is .widget_text {
    background-color: rgba(0,0,0,0.65) !important;
    padding: 10px 20px;
}

.what-is .widget_text p {
	font-weight: bold;
}
.what-is-inner {
    max-width: 350px;
    float: right;
    color: white;
}

.what-is-inner .widget_text h3 {
    font-family: 'AvenirNextCondensed-Bold', Helvetica, sans-serif;
    font-size: 28px;
    line-height: 26px;
    text-align: center;
}

.what-is a.red-button {
	font-size: 27px;
}

.what-is-bg .metaslider .slides {
	display: block;
}

.what-is-bg .flexslider {
	background: #000;
	border: none;
}

/*------------------------------------*\
    LINEUP PG
\*------------------------------------*/

.img-holder {
	position: relative;
}

.img-overlay {
	display: none;
    position: absolute;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    text-align: center;
    color: #fff;
    width: 100%;
}

.img-overlay a {
	color: #fff;
	text-align: center;
	font-family: 'AvenirNextCondensed-Bold', Helvetica, sans-serif;
	width: 100%;
}

.img-holder:hover .img-overlay {
	display: block!important;
	opacity: 1;
}

.lineup-pg article.type-bands {
	width: 31.33333%;
	float: left;
	margin: 0 1%;
}

.lineup-pg h5 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
	min-height: 20px;
}

.lineup-pg h5 a {
	color: #000;
}

.band-index-btns {
	display: block;
	margin: 40px auto;
	text-align: center;
}

.band-index-btns a {
	background-color: #000;
	color: #fff;
	padding: 2px 20px 5px;
	text-transform: uppercase;
	margin: 0 5px;
	display: inline-block;
	font-family: 'AvenirNextCondensed-Bold', Helvetica, sans-serif ;
	border: 2px solid #000;
	font-size: 20px;
}

.band-index-btns a:hover, .band-index-btns a.active {
	color: #000;
	background-color: transparent;
	border: 2px solid #000;
}

.day-venue {
	display: table;
	height: 100%;;
	text-align: center;
	width: 100%;
	font-size: 36px;
}

.day-venue-align {
	display: table-cell;
	vertical-align: middle;
}

/*------------------------------------*\
    STAY CONNECTED
\*------------------------------------*/

main.stay-connected {
    text-align: center;
    margin-top: 30px;
    min-height: 700px;
}

.social-follow ul {
	display: inline-block;
	padding: 0;
}

.social-follow ul li {
	list-style: none;
	margin: 0 10px;
	float: left;
}


.social-follow ul li i {
	font-size: 30px;
}

main.stay-connected #mc_embed_signup {
	background: none;
	width: 100%;
}

main.stay-connected #mc_embed_signup input.email {
	border-radius: 0px !important;
	width: 250px;
	height: 32px;
	margin: 0 auto 6px;
}

main.stay-connected #mc_embed_signup input.button {
	width: 250px;
	margin: 0 auto;
}

main.stay-connected #mc_embed_signup .button {
    color: #faedbd;
    font-family: 'The National Bold Aged', Helvetica, sans-serif;
    background: #b90000;
    font-size: 22px;
    text-align: center;
    padding: 6px 10px;
    text-transform: uppercase;
    background-size: cover;
    background-color: none !important;
    line-height: 25px;
    margin-top: -3px;
    height: 36px;
    border-radius: 0px;
    width: 250px;
}

main.stay-connected #mc_embed_signup .button:hover {
	color: #fbbe06;
}


/*------------------------------------*\
    SINGLE BAND
\*------------------------------------*/

.band-social {
	float: left;
	margin-top: 20px;
}

.band-social > div {
	margin-left: 20px;
}

.band-social .fa {
	font-size: 30px;
	color: #000;
}

.band-social .fa:hover {
	opacity: .5;
}

article.bands h1 {
	text-align: left;
	float: left;
	font-size: 60px;
	line-height: normal;
	background: transparent;
}

article.bands h1 a {
	color: #f7ba00 !important;
	text-transform: lowercase;
}

.band-bio {
	width: 100%;
	padding: 20px 0;
	
}


/*------------------------------------*\
    NEWS
\*------------------------------------*/

.news article {
    border-top: 5px solid #000;
    padding-top: 20px;
}

.news article h4 {
	margin-top: 20px;
	margin-bottom: 5px;
}

.news article h4 a {
	color: #000;
}

.news article h4 a:hover {
	color: #b90000;
}


/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/

.sidebar-widget.ads h3 {
	display: none;
}

.rl-image-widget, .widget_media_image {
	margin-bottom: 10px;
}

.section-header.feed {
	margin-bottom: 0px;
}

.sidebar2 a.red-button {
	width: 100%;	
	display: block;
	font-size: 30px;
    background-size: 60%;
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/

.contact-us main input, .contact-us main select, .contact-us main textarea, .vendor-application main input, .vendor-application main select, .vendor-application main textarea {
	width: 100%;
	background-color: #fff;
	border: 1px solid #F2E6B0;
	padding: 10px;
	height: 40px;
}

.contact-us main textarea {
	height: 200px;
}

.vendor-application main textarea {
	height: 100px;
}

.wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 10px;
}

.contact-us main input[type="submit"], .vendor-application main input[type="submit"] {
    color: #faedbd;
    font-family: 'The National Bold Aged', Helvetica, sans-serif;
    background: #b90000;
    font-size: 30px;
    text-align: center;
    padding: 5px 10px;
    text-transform: uppercase;
    background-size: cover;	
    border: none;
    max-width: 200px;
    border-radius: 0;
    height: auto;
}

.contact-us main input[type="submit"]:hover, .vendor-application main input[type="submit"]:hover {
	color: #000;
}

.contact-us main label, .vendor-application main label {
	font-family: 'AvenirNextCondensed-Bold', Helvetica, sans-serif ;
	color: #000;
	font-size: 16px;
}

div.wpcf7-response-output {
	font-family: 'AvenirNextCondensed-Bold', Helvetica, sans-serif ;
	background-color: #a0c0a9;
	margin: 0;
	border: none;
}

div.wpcf7-validation-errors {
	border: none;
    background-color: #f00;
    color: #fff;
}

span.wpcf7-not-valid-tip {
	font-family: 'AvenirNextCondensed-Bold', Helvetica, sans-serif ;
}

.wpcf7 input:focus, .wpcf7 textarea:focus {
	border: 1px solid #a0c0a9;
}


.tier-left, .tier-right {
	text-align: center;
}

.tier-table h2 {
	font-size: 45px;
	color: #faedbd;
	background: #b90000;
	width: 100%;
	margin: 1px 0;
}

.tier-table a {
	color: #faedbd!important;
}

.tier-table a:hover {
	color: #fbbe06!important;
}

.tier-content {
	background: none !important;
	padding: 0px !important;
	margin-top: 1px;
}

.tier-content ul {
	display: inline-block;
	text-align: center;
	padding: 0;
	margin: 0;
}

.tier-content ul li {
	list-style: none;
	float: left;
	margin: 0 10px;
}

.tier-content h1 {
	background: #000;
	font-size: 28px;
}

.tier-content span {
	font-family: 'AvenirNextCondensed-Bold', Helvetica, sans-serif;
	font-size: 50px;
}

.btn-column img:hover {
	opacity: 0.9;
}

.what-is-prb {
	background: url(/wp-content/uploads/2018/11/19115530/what-is-bg.png);
	padding: 20px 0;
	width: 100%;
	background-size: contain;
	margin: 25px 0;
}

.what-is-prb strong {
	font-family: 'AvenirNextCondensed-Bold', Helvetica, sans-serif;
}

.what-is-header {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.what-is-header img {
	width: 90%; 
	max-width: 500px;
}

.what-is-prb p {
	color: #fff;
	font-family: 'AvenirNextCondensed-regular', Helvetica, sans-serif;
	font-size: 21px;
}
 
.what-is-prb h3 {
	color: #75948b;
	text-transform: uppercase;
	line-height: 15px;
	margin-top: 10px;
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/

.footer {
	width: 100%;
	position: absolute;
	margin-top: 40px
}

.twitter-mobile {
	display: none;
}

.footer-top {
	width: 100%;
	background-repeat-x: repeat;
	background-image: url(/wp-content/uploads/2018/11/09141347/footer-top-2000.png); 
	height: 70px; 
	background-size: auto 71px; 
	margin-top: 40px;
}

.footer-top-content {
	padding: 20px 20px 10px 20px;
	background: black;
}

.footer-shop {
	float: left;
	padding: 0px 30px 0px 30px;
}

.footer-shop img {
	width: 170px;
	margin-top: -20px;
}

.footer-form {
	float: left;
	color: white;
	margin-top: -10px;
	padding: 0px 20px 0px 20px;
}

.footer-form p {
	font-size: 11px;
	margin: 5px 0px;
}

.footer-form span {
	font-family:'AvenirNextCondensed-Bold', Helvetica, sans-serif;
}

.footer-top-content .button {
	float: left;
	padding: 10px 20px 0px 40px;
}

.footer-top-content a.red-button {
	font-size: 30px;
}

.footer-social {
	display: block;
	float: left;
	padding: 20px 20px 20px 20px;
}

.footer-social ul {
	padding-left: 0px;
	margin: 0px;
}

.footer-social ul li {
	position: relative;
	list-style: none;
	display: inline-block;
	margin-right: 5px;
}

.footer-social ul li a {
	color: white;
	font-size: 16px;
}

.footer-bottom {
	clear: both;
	padding: 10px 20px 10px 20px;
	background: black;
}

.footer-logo {
	float: left;
	position: relative;
	height: 100%;
	border-right: 2px solid #282828;
	padding-right: 40px;
	min-height: 188px;
}

.footer-logo img {
	float: left; 
	width: 120px;
}

.footer-logo p {
	text-align: center;
	font-size: 16px;
	font-family:'AvenirNextCondensed-Regular', Helvetica, sans-serif;
	color: #999;
	float: left;
}

.footer-logo p.copy {
	color: #999;
	font-size: 12px !important; 
	clear: both !important;
	float: left !important;
	width: 100% !important;
	font-family:'AvenirNextCondensed-Regular', Helvetica, sans-serif;
}

.widget_nav_menu {
	float: left;
	padding: 0 40px 0 40px;
	border-right: 2px solid #282828;
	min-height: 188px;
	
}

.widget_nav_menu h3 {
	font-family:'AvenirNextCondensed-Bold';
	color: #999;
	font-size: 21px;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul#menu-footer-shop-menu li a {
	font-family:'ImpactLabelReversed' !important;
	font-size: 21px !important;
	letter-spacing: -0.1em;
}

.widget_nav_menu:nth-of-type(5) {
	border: none;
}

.widget_nav_menu ul {
	list-style-type: none;
	padding-left: 0px;
}

.widget_nav_menu ul li a {
	color: #999;
	font-size: 16px;
	font-family:'AvenirNextCondensed-Regular', Helvetica, sans-serif;
	text-transform: none;
}

.footer-bottom .button {
	float: right;
}

.footer-bottom a.red-button {
	font-size: 30px;
}

.footer-bottom a:hover {
	color: white;
}


.footer-bottom a.red-button:hover {
	color: #000;
}

/*------------------------------------*\
    SPONSORS
\*------------------------------------*/

.sponsors-ad {
	width: 100%;
	position: relative;
}

.sponsor-logos {
	width: 100%;
	background: black;
}

.sponsor-logos ul {
	display: inline-block;
	list-style: none;
	padding-left: 0px;
	margin: 0px;
}

.sponsor-logos ul li {
    float: left;
    position: relative;
    margin: 10px 6px 20px 6px;
    height: 70px;
    vertical-align: middle;
    display: block;
    line-height: 70px;
}

.sponsor-logos .owl-item {
	display: table;
	height: 100px;
}

.sponsor-logos .owl-item div {
	display: table-cell;
	vertical-align: middle;
}

.sponsor-logos img {
	margin: 0 auto;
}

.sponsor-logos .sz {
	max-width: 55px;
}

.type-sponsors {
	width: 23.5%;
	background-color: #000;
	float: left;
	text-align: center;
	margin: 2% 2% 0 0;
	padding: 10px;
}

.type-sponsors:nth-child(4n) {
	margin-right: 0!important;
}

.type-sponsors .img-holder {
	height: 180px;
	display: table;
	width: 100%;
}

.type-sponsors .img-holder img {
	max-height: 140px;
}

.type-sponsors .img-holder a {
	display: table-cell;
	vertical-align: middle;
}

.sponsor-pg .metaslider {
	margin-top: 20px;
}

.ig-slider {
	text-align: center;
	padding: 30px 0;
}


/*------------------------------------*\
    GALLERY
\*------------------------------------*/

.what-is-slider {
	width: 100%;
	margin-top: 55px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.what-is-slider .metaslider {
	max-width: none!important;
	width: 100%;
}

.what-is-slider-logo {
    text-align: center;
    margin-top: -360px;
    position: relative;
}

.what-is-prb main {
	background-color: transparent;
	margin-top: 70px;
	padding-top: 0;
}

.collage-nav {
	margin-top: 20px;
}

.collage-nav a.red-button {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 30px;
	min-width: 200px;
}

.photo-cover {
	float: left;
	position: relative;
	width: 46%;
	margin-right: 1%;
}

.mix-cover {
	float: left;
	width: 53%;
	margin-bottom: 1%;
}

.poster-cover {
	float: left;
	position: relative;
	width: 49%;
	margin-right: 1%;
}

.about-cover {
	width: 49%;
	margin-left: 1%;
	float: left;
}

.whatis-cover {
	position: relative;
	height: 49%;
	width: 100%;
	margin-bottom: 4%;
}

.champs-cover {
	position: relative;
	height: 49%;
	width: 100%;
}

.video-cover {
	float: left;
	position: relative;
	width: 53%;
}

.video-cover .fve-video-wrapper iframe {
	height: 344px!important;
}

.fve-video-wrapper {
	margin: 0!important;
	padding-bottom: 0!important;
	height: 344px!important;
}

.insta-feed {
	margin-top: 20px;
}

.insta-feed h3 {
	text-align: center;
	margin: 0;
}

.ri-shadow:after, .ri-shadow:before {
	display: none;
}

.photos h2 {
    background: url(https://www.punkrockbowling.com/wp-content/uploads/2017/11/section-top.png);
    height: 40px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    font-size: 30px;	
    margin: 10px 0;
}

.insta-feed h2 {
    background: url(https://www.punkrockbowling.com/wp-content/uploads/2017/11/section-top.png);
    height: 40px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-top: 5px;	
}

.insta-feed .fa {
	color: #fff;
	margin-top: 2px;
}

.envira-gallery-item-inner:hover {
	background-color: #000!important;
}

.envira-gallery-item a:hover {
	opacity: .5!important;
	display: block!important;
}

.textwidget .envira-gallery-item a:hover {
	opacity: 1!important;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


/*
@font-face {
	font-family:'Revelstoke-Bold';
	src:url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/revelstoke-bold/Revelstoke-Bold.eot');
	src:url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/revelstoke-bold/Revelstoke-Bold.eot#iefix') format('embedded-opentype'),
		url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/revelstoke-bold/Revelstoke-Bold.woff') format('woff'),
		url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/revelstoke-bold/Revelstoke-Bold.ttf') format('truetype'),
		url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/revelstoke-bold/Revelstoke-Bold.svg#Revelstoke-Bold') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
	font-family:'HighVoltageRough';
	src:url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/highvoltage-rough/HighVoltageRough.eot');
	src:url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/highvoltage-rough/HighVoltageRough.eot#iefix') format('embedded-opentype'),
		url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/highvoltage-rough/HighVoltageRough.woff') format('woff'),
		url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/highvoltage-rough/HighVoltageRough.ttf') format('truetype'),
		url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/highvoltage-rough/HighVoltageRough.svg#HighVoltageRough') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
	font-family:'HelveticaNeue-CondensedBold';
	src:url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/HelveticaNeue-CondensedBold/HelveticaNeue-CondensedBold.eot');
	src:url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/HelveticaNeue-CondensedBold/HelveticaNeue-CondensedBold.eot#iefix') format('embedded-opentype'),
		url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/HelveticaNeue-CondensedBold/HelveticaNeue-CondensedBold.woff') format('woff'),
		url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/HelveticaNeue-CondensedBold/HelveticaNeue-CondensedBold.ttf') format('truetype'),
		url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/HelveticaNeue-CondensedBold/HelveticaNeue-CondensedBold.svg#HelveticaNeue-CondensedBold') format('svg');
    font-weight:normal;
    font-style:normal;
}
*/

@font-face {
    font-family: 'ImpactLabelReversed';
    src: url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/impact-label-reversed/ImpactLabelReversed.eot');
    src: url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/impact-label-reversed/ImpactLabelReversed.eot#iefix') format('embedded-opentype'),
/*         url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/impact-label-reversed/ImpactLabelReversed.woff2') format('woff2'), */
        url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/impact-label-reversed/ImpactLabelReversed.woff') format('woff'),
        url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/impact-label-reversed/ImpactLabelReversed.ttf') format('truetype'),
        url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/impact-label-reversed/ImpactLabelReversed.svg#ImpactLabelReversed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'The National Bold Aged';
    src: url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/The-National-Bold-Aged/TheNational-Bold-Aged.eot');
    src: url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/The-National-Bold-Aged/TheNational-Bold-Aged.eot#iefix') format('embedded-opentype'),
        url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/The-National-Bold-Aged/TheNational-Bold-Aged.woff2') format('woff2'),
        url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/The-National-Bold-Aged/TheNational-Bold-Aged.woff') format('woff'),
        url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/The-National-Bold-Aged/TheNational-Bold-Aged.ttf') format('truetype'),
        url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/The-National-Bold-Aged/TheNational-Bold-Aged.svg#TheNational-Bold-Aged') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextCondensed-regular';
    src: url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/AvenirNextCondensed-Regular/AvenirNextCondensed-Regular.eot');
    src: url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/AvenirNextCondensed-Regular/AvenirNextCondensed-Regular.eot#iefix') format('embedded-opentype'),
        url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/AvenirNextCondensed-Regular/AvenirNextCondensed-Regular.woff') format('woff'),
        url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/AvenirNextCondensed-Regular/AvenirNextCondensed-Regular.ttf') format('truetype'),
        url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/AvenirNextCondensed-Regular/AvenirNextCondensed-Regular.svg#AvenirNextCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirNextCondensed-Bold';
    src: url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/avenirnext-condensed-bold/AvenirNextCondensed-Bold.eot');
    src: url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/avenirnext-condensed-bold/AvenirNextCondensed-Bold.eot#iefix') format('embedded-opentype'),
        url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/avenirnext-condensed-bold/AvenirNextCondensed-Bold.woff') format('woff'),
        url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/avenirnext-condensed-bold/AvenirNextCondensed-Bold.ttf') format('truetype'),
        url('https://www.punkrockbowling.com/wp-content/themes/html5blank-stable/fonts/avenirnext-condensed-bold/AvenirNextCondensed-Bold.svg#AvenirNextCondensed-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.mob_menu, .mob_menu_left_panel, .mob_menu_right_panel, .mobmenu {opacity: 1!important;}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media screen and (max-width:1800px) {
	.flexslider .slides img {width: 1800px!important; max-width: none!important;}	
	.what-is .container	{margin-top: -640px;}
	.metaslider .flexslider .slides > li {}
}

@media screen and (max-width:1205px) {
	header {display: block!important}
	.header .social, .header form#mc-embedded-subscribe-form {display:none;}
	.header-top {margin-top: 80px; margin-right: 0px; float: none; position: relative; z-index: 999;}
	.nav {display: none;}
	.metaslider.metaslider-responsive.metaslider-259.ml-slider {top: 0px;}
	.header .buy-button {padding: 10px 0px 20px 20px;}
	.body-timer {display: block;}
	.header .logo {top: 0px;}
	.mob-menu-logo-holder {display: none;}
	.mob-menu-header-holder {height: 0!important; display: block!important; opacity: 1!important;}
	.mobmenur-container {background-color: #000; margin-right: 2%!important;}
	.show-nav-right .mobmenur-container {right: 195px!important;}
	#mobmenuright li a {font-family: 'ImpactLabelReversed'!important; font-size: 21px!important;letter-spacing:-0.1em!important;}
	.mobmenu .sub-menu li a {padding-left: 0!important;}
	.menu-item-243 {border-top: 2px solid #fff;}
	.what-is-prb main {margin-top: 0;}
	.slider-border {margin-top: 0;}
	.show-nav-right .mobmenu-push-wrap {z-index: 9999; position: relative;}
	.show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay {background: rgba(0, 0, 0, 0.5)!important;}
	.mob-menu-slideout .mob-menu-header-holder {display: block!important; opacity: 1!important;}
	.mobmenu-push-wrap {padding-top: 0!important;}
	.header-black {height: 54px;}
	.header-menu-new, .header-black .button {display: none;}
	li.mobile-buy {display: block;}
	.header-menu-2019 {display: none;}
	.buy-btn {float: left; padding-left: 5px;}
	.buy-btn ul li a {font-size: 21px;}
	.buy-btn ul {padding-left: 5px; margin-top: 19px;}
}

@media screen and (max-width:1203px) {
	.slider-border {margin-top: 0px;}
}

@media screen and (max-width:1200px) {
	.iframe-style {padding: 0px 0px 30px 0px;}
	.thank-you {padding: 0px 0 30px 0;}
	.thank-you h1 {font-size: 30px !important;}
	.thank-you h4 {font-size: 16px !important;}
}

@media screen and (max-width:1058px) {
	.footer-top-content .button {display: none;}
}

@media screen and (max-width:1146px) {
	div#nav_menu-3 {display: none;}
}

@media screen and (max-width:1178px) {
	.lineup-buttons a.red-button {font-size: 35px;}
}

@media screen and (max-width:1100px) {
	.lineup-buttons a.red-button {display: block; margin: 0 auto; float: none; width: 80%; max-width: none; margin-bottom: 20px;}
	.band-index-btns {margin: 20px auto;}
	.band-index-btns a {width: 30%; margin-bottom: 10px; padding: 2px 0 5px;}
}

@media screen and (max-width:1024px) {
	.mobile-header {display: block!important;}
	.header .container {display: none;}
	.bottom-border {display: none;}
	.header {padding: 0; min-height: 0; position: relative; background: transparent; display: block; max-height: none;}
	main {margin-top: 0;}
	.what-is-slider {display: none;}
	.home-slider {margin-top: 0;}
	.page-id-1495 main {margin-top: 20px;}
}

@media screen and (max-width:1011px) {
	.lineup-buttons a.red-button {font-size: 30px;}
}

@media screen and (max-width:999px) {
.sponsor-logos img {
	max-width: 100px;
}	
}

@media screen and (max-width:985px) {
	.section-65 {width: 100%;}
	.section-35 {display: none;}
	.twitter-mobile {display: block;}
	.what-is-inner {float: none; margin-right: 0; margin: 0 auto;}
}

@media screen and (max-width:980px) {
	.col-1, .col-2, .col-3 {width: 100%;}
}


@media screen and (max-width:964px) {
	div#nav_menu-4 {display: none;}
	div#nav_menu-2 {border-right: none;}
}

@media screen and (max-width:960px) {
.lineup-pg h5 {min-height: 65px;}
}

@media screen and (max-width:953px) {
	.what-is-prb {background-size: cover;}
	.what-is-prb h3 {font-size: 17px; line-height: 20px;}
}

@media screen and (max-width:950px) {
	.collage-nav a.red-button {font-size: 24px; min-width: 160px;}
	.type-clubshows .img-overlay {font-size: 21px; line-height: 23px;}
	.type-sponsors .img-holder {height: 140px;}
	.day-venue {font-size: 24px;}
	.tier-table h2 {font-size: 30px;}
	.tier-content h1 {font-size: 20px;}
	.tier-content span {font-size: 30px;}
}

@media screen and (max-width:824px) {
	.footer-shop {text-align: center; width: 100%; margin-bottom: 20px;}
}

@media screen and (max-width:795px) {
	img.lineup-bottom {margin-top: 15px;}
}

@media screen and (max-width:774px) {
	div#nav_menu-2 {display: none;}
	.footer-logo {border-right: none;}
}

@media screen and (max-width:754px) {
	div#nav_menu-2 {display: none;}
	.footer-logo {border-right: none;}
}

@media screen and (max-width:738px) {
	.lineup-buttons {width: 95%}
	.lineup-pg h5 {min-height: 100px;}
}

@media screen and (max-width:733px) {
	.btn-column {width: 50%;}
	.club-shows-right {float: right;}
	main.homepage-2019 {padding: 80px 0 0 0;}
}

@media screen and (max-width:695px) {
	img.lineup-bottom {margin-top: 15px;}
	.collage-nav a.red-button {min-width: 0; width: 100%; font-size: 20px;}
}

@media screen and (max-width:693px) {
	.inner-90 {width: 99%;}
}

@media screen and (max-width:652px) {
	.announcement article h2 {font-size: 38px; line-height: 20px;}
	.announcement article img {width: 38%;}
	.announcement  article h2, .announcement .article-header-border, .announcement  article p {width: 60%;}
	article.band img {width: 100%;}
}

@media screen and (max-width:630px) {
	.tier-content span {font-size: 20px;}
	.tier-content h1 {font-size: 13px;}
	.tier-table h2 {font-size: 26px;}
}

@media screen and (max-width: 603px) {
	.announcement article img, .announcement article h2, .announcement .article-header-border, .announcement article p, .announcement article h3 {width: 100% !important;}
	.announcement article h2 {margin-top: 15px;}
}

@media screen and (max-width:605px) {
	.footer-social {width: 100%; clear: both; text-align: center;}
	.column-50 {width: 100%; margin: 0;}
	.column-50 ul {min-height: 0;}
	.day-venue {font-size: 18px;}
}

@media screen and (max-width:600px) {
.registration .reg-1, .registration .reg-2, .registration .reg-3, .registration .reg-4 {width: 100%;}
.stay-connected h1 {font-size: 30px;}
.stay-connected h3 {font-size: 22px; margin: 0;}
.connect-social ul {margin: 0;}
.load-app ul {margin: 20px 0 0 0;}
.announcement article h3 {font-size: 32px; line-height: 30px;}
}

@media screen and (max-width:575px) {
	.footer-logo {border-right: none; width: 100%; padding-right: 0px; text-align: center;}
	.footer-logo p {float: none; clear: both;}
	.footer-logo img {float: none;}
	.footer .button {display: none;}
	.sponsors-ad {display: none;}
	.lineup-pg h5 {font-size: 16px; line-height: 18px; margin-top: 5px; min-height: 40px;}
	.lineup-buttons .button {width: 100%; background: #b90000; margin-left: 0px; margin-right: 0px; padding: 5px 0px;}
	.lineup-buttons {position: relative;}
	.l-b-right, .l-b-left {width: 100%;}
	.show-info .show-item {width: 100%; text-align: center!important}
	.type-sponsors .img-holder {height: 100px;}
	.announcement img, .announcement-video {width: 100%; margin: 0;}
	.band-index-btns a {width: 47%;}
}

@media screen and (max-width:565px) {
	.lineup-buttons {margin-top: 13px;}
	.photo-cover {width: 100%; margin-right: 0; margin-bottom: 2%;}
	.mix-cover {width: 100%;}
	.video-cover {width: 100%;}
}

@media screen and (max-width:505px) {
	.lineup-pg h5 {min-height: 65px; font-size: 12px; line-height: 14px;}
	.type-clubshows .img-overlay {font-size: 14px; line-height: 16px;}
	.type-clubshows h5 .show-date {font-size: 16px; line-height: 18px;}
	.photos-nav ul li {font-size: 22px;}
}

@media screen and (max-width:504px) {
	.footer-form {padding: 0px;}
	article.bands h1 {font-size: 30px;}
	h1 {background-size: cover;}
}

@media screen and (max-width:487px) {
	.what-is-prb p {font-size: 16px;}
}

@media screen and (max-width:470px) {
	.tier-content ul li {margin: 0 2px;}
}

@media screen and (max-width:470px) {
	.coa-red ul li a {font-size: 40px;}
}

@media screen and (max-width:442px) {
	.band-index-btns a {width: 46%; font-size: 18px;}
}

@media screen and (max-width:414px) {
	.container.column-3, .container.lineup-cont {padding: 10px 0px;}
	.col-1, .col-2, .col-3 {padding: 2% 0px; margin: 0px;}
	.logo {margin-top: 10px;}
	.type-sponsors .img-holder {height: 70px;}
	.day-venue {font-size: 14px;}
}

@media screen and (max-width:401px) {
.load-app ul li img.apple {width: 135px;}
.load-app ul li img.google {width: 150px;}
.load-app ul li {margin: 0 10px;}
.coa-red ul li {width: 100%; margin: 5px 0;}
.what-is-prb p {font-size: 15px;}
.tier-content h1 {font-size: 10px;}
.tier-content span {font-size: 15px;}
.inner-90 {margin: 0 1px;}
.tier-table h2 {font-size: 21px;}
.tier-content {padding: 5px 0;}
}

@media screen and (max-width:350px) {
	.what-is-inner {padding-top: 80px;}
}

@media screen and (max-width: 320px) {
	.lineup-pg h5 {font-size: 14px;}
	.type-clubshows .img-overlay {font-size: 16px; line-height: 18px;}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#fff5d4;
	color:#000;
	text-shadow:none;
}
::-webkit-selection {
	background:#fff5d4;
	color:#000;
	text-shadow:none;
}
::-moz-selection {
	background:#fff5d4;
	color:#000;
	text-shadow:none;
}

/*------------------------------------*\
    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;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    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;
	}
}



/*
     FILE ARCHIVED ON 13:25:30 Apr 06, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:21:08 May 06, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 67.878 (3)
  esindex: 0.008
  captures_list: 86.513
  CDXLines.iter: 14.427 (3)
  PetaboxLoader3.datanode: 137.712 (5)
  exclusion.robots: 0.188
  exclusion.robots.policy: 0.175
  RedisCDXSource: 0.757
  PetaboxLoader3.resolve: 54.275 (2)
  load_resource: 219.555
*/