/*
	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-family: 'Fira Sans', sans-serif;
	color:#fff;
	font-size: 16px;
	background: #0e0e0e;
	line-height: 24px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

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

h1.page-title {
	font-weight: 400;
	text-align: center;
	margin: 40px 0;
}

h2 {
	font-weight: 400;
}

.clear-b {
	clear: both;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1150px;
	width:95%;
	margin:0 auto;
	position:relative;
}

main {
	padding-bottom: 100px;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

.header-hive form.hive-signup-form {
    width: 100%;
    max-width: 390px;
    float: right;
} 

.logo {
	width: 100%;
	padding: 30px 0 20px;
	text-align: center;
}

.logo img {
	width: 90%;
	max-width: 400px;
}

.nav {
	width: 100%;
	float: left;
	padding: 20px 0;
	border-bottom: 1px solid #363636;
}

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

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

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

.header-social {
	float: right;
}

.header-social a {
	color: #fff;
	font-size: 18px;
	margin-left: 12px;
}

/*------------------------------------*\
    EVENT LISTINGS
\*------------------------------------*/

.event-listings {
	margin-top: 30px;
}

article.event-card {
    width: 33%;
    float: left;
    padding: 1% 1%;
}

.event-image {
	width: 100%;
	height: 356px;
	background-size: cover!important;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	background-position: top center;
}

a.button.events-ticket-button {
    background-color: #ca0000;
    color: #fff;
    border-radius: 4px;
    padding: 10px 30px;
    clear: both;
    float: left;
    margin: 10px 0;
}

p.price {
    float: left;
    clear: both;
}

article.event-card p {
    margin: 5px 0;
}

article.event-card h2 {
    margin: 10px 0;
    line-height: 32px;
}

article.event-card h2 a {
    color: #fff;
    font-weight: bold;
}

.event-right {
    /* height: 320px; */
	height: 200px;
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/

form.wpcf7-form.init {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
}

input.wpcf7-form-control.wpcf7-text {
    height: 30px;
    border-radius: 0px;
    border: 0px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
	border: 0px;
}

input.wpcf7-form-control.wpcf7-submit {
	background-color: #ca0000;
	color: #fff;
	border: 0px;
	border-radius: 4px;
}

input.wpcf7-form-control.wpcf7-submit {
    background-color: #ca0000;
    color: #fff;
    border: 0px;
    border-radius: 4px;
    font-size: 18px;
    width: 100%;
    padding: 10px 0;
}

/*------------------------------------*\
	FOOTER
\*------------------------------------*/

.footer {
	width: 100%;
	background-color: #151515;
	padding-bottom: 30px;
}

.footer-logo {
	width: 100%;
	text-align: center;
}

.footer-logo img {
	width: 90%;
	max-width: 270px;
	margin-top: -40px;
}

.footer-left {
	margin-top: 30px;
	float: left;
}

.footer-right {
	float: right;
	margin-top: 30px;
}

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

.footer-right ul li {
	float: left;
	list-style: none;
	position: relative;
	margin-left: 12px;
}

.footer-right ul li a {
	color: #c2c2c2;
	font-size: 14px;
}

/*------------------------------------*\
	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:1000px) {
	.event-image {
		height: 294px;
	}
}

@media only screen and (max-width:880px) {
	.nav ul li {
		margin-right: 20px;
	}
}

@media only screen and (max-width:800px) {
	.event-image {
		height: 235px;
	}
}

@media only screen and (max-width:740px) {
	.header-social {
		float: none;
		margin: 0px auto;
		width: 100px;
	}
}

@media only screen and (max-width:720px) {
	.footer-left, .footer-right {
		width: 100%;
		text-align: center;
	}
	
	.hive-signup-form p {
		text-align: center !important; 
	}
	
	form.hive-signup-form {
    max-width: 400px;
    margin: 0 auto;
	}
}

@media only screen and (max-width:700px) {
	
	article.event-card {
		width: 50%;
	}
	
	.event-image {
		height: 319px;
	}
}

@media only screen and (max-width:500px) {
	article.event-card {
		width: 100%;
	}
	
	.event-image {
		height: 427px;
	}
	
	.event-right {
    height: auto;
	}

}

@media only screen and (max-width:415px) {
	.event-image {
		height: 353px;
	}
	
	.footer-right ul {
	}

}

@media only screen and (max-width:375px) {
	.event-image {
		height: 320px;
	}

}

@media only screen and (max-width:320px) {
	.event-image {
		height: 273px;
	}

}
@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:#ca0000;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#ca0000;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#ca0000;
	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;
	}
}


@media (max-width: 1024px){
	nav.nav {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
	}
}

@media (max-width: 840px){
nav.nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right { justify-content: center; }
.header-social {
	float: none;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 20%;
}
.header-social a {
	margin-left: 0;
}
}
