/*
	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 11px/1.4 'Oswald', sans-serif;
	color:#fff;
	background-color: #222;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#f80605;
	text-decoration:none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h1 {
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.clear-b {
	clear: both;
}

.clear-l {
	clear: left;
}

.clear-r {
	clear: right;
}

p {
	font-size: 15px;
}

main {
	min-height: 630px;
}

/*------------------------------------*\
    MAILCHIMP FORM
\*------------------------------------*/

#mc_embed_signup form{
	text-align: left !important;
}

#mc_embed_signup{
	background: transparent !important;
}

#mc_embed_signup .button{
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
}

#mc_embed_signup input.email{
	font-family: 'Oswald', sans-serif !important;
}

form#mc4wp-form-1 input[type=submit], #mc_embed_signup .button{
	background-color: #f80605 !important;
    font-size: 15px;
    margin-left: -2px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000 !important;
    border-radius: 0;
}

form#mc4wp-form-1 input[type=email]{
	min-width: 200px;
}

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

/* wrapper */
.wrapper {
	max-width:1100px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	padding: 20px 0;
	background-color: #111;

}
/* logo */
.logo {
	float: left;

}
.logo-img {
	width: 95%;
	max-width: 220px;
}

/* header social */

.header-social {
	float: right;
}

.header-social ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.header-social ul li {
	float: left;
	position: relative;
	list-style: none;
	background-color: #fff;
	border-radius: 100px;
	margin: 0 5px;
	height: 25px;
	width: 25px;
	line-height: 28px;
	text-align: center;
}

.header-social ul li i {
	font-size: 17px;
	color: #111;
}

.header-social ul li:hover {
	background-color: #f80605;
}

footer .fa-facebook-f:before, footer .fa-facebook:before{
	content: "\f39e";
}

/* nav */
.nav {
	float: right;
	clear: right;
	margin-top: 20px;
}

.nav ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.nav ul li {
	float: left;
	list-style: none;
	position: relative;
	margin: 0 10px;
}

.nav ul li a {
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
}

.nav ul li a:hover {
	color: #f80605;
	border-bottom: 1px solid #f80605;
}

.nav ul li ul {
	display: none;
	background-color: #111;
	padding: 30px 10px 10px 10px;
	left: -18px;
	position: absolute;
	z-index: 99999;
}

.nav ul li:hover ul {
	display: block;
	position: absolute;
}

.nav ul li ul li {
	line-height: 25px;
}

.current-menu-item a {
	color: #f80605 !important;
	border-bottom: 1px solid #f80605;
}

/* metaslider */
.home-slider .metaslider {
	height: 250px;
	overflow: hidden;
}

.home-slider .metaslider .slides img {
	width: 100% !important;
}

.venue-info {
	width: 100%;
	background-color: #111;
	padding: 20px 0;
}

.contact-form input {
	border: none;
}

.contact-form input.wpcf7-form-control.wpcf7-submit {
	background-color: #f80605;
	font-size: 15px;
	margin-left: -2px;
	font-weight: 600;
}

.contact-form input.wpcf7-form-control.wpcf7-submit:hover {
	opacity: 0.9;
}

div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ng, div.wpcf7-aborted {
	border: none;
}

div.wpcf7-response-output {
	margin: 0;
	padding: 0;
	color: #f80605;
	font-size: 15px;
}

.info-col {
	width: auto;
	float: left;
	padding-right: 80px;
}

.close-info button {
	float: left;
	color: #f80605;
	font-size: 16px;
	background: none;
	border: none;
}

.rotate {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    
}
.rotate.down {
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

/* events head */
.events-head {
	width: 100%;
	padding: 20px 0;
}

.events-head h1 {
	float: left;
}

a.see-all {
	font-size: 14px;
	font-weight: 400;
}

a.see-all:hover {
	border-bottom: 1px solid #f80605;
	transition: none;
	color: #f80605;
}

/* featured event */
.featured-event {
	height: 300px;
	overflow: hidden;
	margin-bottom: 30px;
}

.featured-event img {
	width: 100%;
	margin-top: -10%;
}

.featured-event-info {
	position: absolute;
	top: 260px;
}

.featured-event-info a {
	background-color: #f80605;
	padding: 5px 15px;
	margin: 0;
	color: #111;
}

.featured-event-info h2 {
	background-color: #f80605;
	padding: 5px 15px;
	margin: 0;
	width: 140px;
	color: #111;
}

.featured-event-info h1 {
	margin: 0;
}

/* event listings */
article.event-card {
	background-color: transparent;
    padding: 5px;
    margin-bottom: 15px;
}

.event-listings {
	margin-top: 50px;
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));}
	
article.event-card {
	width:100%;
	position: relative;
}

article.event-card a.button{
	width: 50%;
    text-align: center;
    min-width: 150px;
    text-transform: uppercase;
    color: #111;
    background-color: #F8060E;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 15px;
}

article.event-card a.button:hover{
	background-color: #cc0000;
}

article.event-card img{
	display: block;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.event-card-image{
	height: 250px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #111;
}

article.event-card:hover .get-tickets-overlay {
	display: block !important;
}

.get-tickets-overlay {
	position: absolute;
	width: 96.3%;
	height: 100%;
	max-height: 250px;
	background-color: rgba(0,0,0,0.7);
	top: 5px;
	display: none;
	padding: 45% 3% 0 3%;
	text-align: center;
}

.event-info {
	text-align: center;
}

.view-all-events {
	text-align: center;
	padding: 40px 0;
	margin-bottom: 20px;
}

a.view-all {
	font-size: 18px;
	padding: 20px;
	color: #111;
	background-color: #F8060E;
	font-weight: 600;
	text-transform: uppercase;
}

a.view-all:hover {
	opacity: 0.9;
}

/* weekly playlist */
.playlist-parallax {
	background-image: url(https://threelinksdeepellum.kinsta.cloud/wp-content/uploads/2019/05/bar-overlay.png);
	padding: 100px 0;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

/* instagram feed */
.ig-feed {
	width: 100%;
	padding: 20px 0;
	text-align: center;
}

.iscwp-img-wrp {
	height: auto !important;
}

/* about page */
body.about {
	background-image: url(https://threelinksdeepellum.kinsta.cloud/wp-content/uploads/2019/05/crowd-surf.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.wrapper.about-pg {
	background-color: rgba(17,17,17,0.95);
    margin-top: 40px;
    padding: 20px; 
}

/* photos page */
.photos-pg h1 {
	margin-top: 30px;
}

.photos-pg iframe {
	border: none;
	padding-bottom: 50px;
	border-bottom: 1px solid #fff;
}

.photos-pg #footer a.logo img {
	display: none;
}

.wrapper.photos-pg {
	background-color: rgba(17,17,17,0.95);
    margin-top: 40px;
    padding: 20px;
}


/* footer */
.footer {
	margin-top: 50px;
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,0.03);
}

.cc {
	float: left;
}

.footer-social {
	float: right;
}

.footer-social ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.footer-social ul li {
	float: left;
	position: relative;
	list-style: none;
	background-color: #fff !important;
	border-radius: 100px;
	margin: 0 5px;
	height: 25px;
	width: 25px;
	line-height: 28px;
	text-align: center;
}

.footer-social ul li i {
	font-size: 17px;
	color: #222;
}

.footer-social ul li:hover {
	background-color: #f80605;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

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

@media only screen and (max-width:945px) {
	.info-col {padding-right: 50px;}
}

@media only screen and (max-width:831px) {
	.get-tickets-overlay {width: 97.5%;}
}

@media only screen and (max-width:820px) {
	.info-col {padding-right: 10px; width: 50%;}
}

@media only screen and (max-width:675px) {
	.logo {width: 100%; text-align: center; clear: both;}
	.header-social {width: 100%; text-align: center; clear: both; padding-top: 30px;}
	.nav {width: 100%; text-align: center; clear: both;}
	.cc {width: 100%; text-align: center; clear: both;}
	.footer-social {width: 100%; text-align: center; clear: both; padding-top: 15px;}
	.nav ul li {margin: 0 5px;}
	.nav ul li a {font-size: 14px;}
	.logo-img {max-width: 150px;}
	p {font-size: 14px;}
	h1 {font-size: 1.75em;}
	.contact-form input.wpcf7-form-control.wpcf7-submit {font-size: 14px;}
}

@media only screen and (max-width:585px) {
	.home-slider .metaslider {height: 180px;}
	.featured-event-info {top: 200px;}
}

@media only screen and (max-width:500px) {
	.get-tickets-overlay {width: 98%; padding: 25% 3% 0 3%;}
}

@media only screen and (max-width:375px) {
	.home-slider .metaslider {height: 130px;}
	.featured-event-info {top: 150px;}
}

@media only screen and (max-width:375px) {
	.home-slider .metaslider {height: 130px;}

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    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;
}

/*------------------------------------*\
    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;
	}
}
