/*
	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: 'Roboto Condensed', sans-serif;
    background: linear-gradient(to bottom, rgba(42,60,80,0.7) 20%, rgba(28,38,53,0.7) 40%, rgba(28,38,53,0.7) 70%, rgba(0,0,0,0.4) 90%) #1c2635 fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    color: #EEE;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.01em;
    font-size: 16px;
    line-height: 1.6;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #fafe50;
	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 #04A4CC;
}

.clear-b {
	clear: both;
}

h1, h2, h3 {
	font-weight: 400;
	text-transform: uppercase;
}

a.blue-btn {
	padding: 10px 24px;
    border-radius: 3px;
    background-color: #323e56;
    cursor: pointer;
    color: #fff;
    border: 0px;
    text-transform: uppercase;
}

h1.page-title {
	margin-top: 0;
}

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

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

main {
    background-color: rgba(0,0,0,.25);
    margin-top: -1px;
    padding: 10px;
}

section.primary {
	width: 73%;
    padding: 2%;
    margin: 1%;
    float: left;
    background: rgba(0,0,0,.25);
    border: 0;
}

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

.header-hours {
    position: absolute;
    right: 0;
    text-align: right;
    top: 40px;
    width: 510px;
}

.logo {
    width: 100%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 30px;
}

.logo img {
	width: 96%;
	max-width: 600px;
}

.header-social {
    position: absolute;
    top: 160px;
    right: 0px;
}

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

.header-social ul li {
	float: left;
	position: relative;
	list-style: none;
	line-height: 66px;
	width: 45px;
	height: 45px;
	background-color: #323e56;
	border-radius: 50px;
	line-height: 45px;
	text-align: center;
	margin: 0 6px;
}


.header-social i {
    font-size: 25px;
    color: #fff;
}

.header-social a {
    color: #fff;
}

.nav {
    background: rgba(0,0,0,.8);
    height: 60px;
    width: 100%;
}

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

.nav ul li {
	float: left;
	position: relative;
	list-style: none;
	line-height: 60px;
	margin-right: 10px;
}

.nav ul li::after {
    content: '|';
    margin-left: 5px;
    font-size: 20px;
    color: rgba(255,255,255,.6);
    margin-left: 15px;
}

.nav ul li:last-of-type::after {
    display: none;
}

.nav ul li a {
	font-size: 18px;
	color: rgba(255,255,255,.6);
	text-transform: uppercase;
}

.nav .current-menu-item a {
	color: #fafe50 !important;
}

.nav ul li a:hover {
	color: #fafe50;
}

/*------------------------------------*\
	HOME SLIDERS
\*------------------------------------*/

.psac-post-slider.psac-design-1 .psac-post-overlay {
    background: rgba(0,0,0,.5);
    border: 0px;
    max-width: 100%;
    margin: 0 auto;
    top: 84%;
    text-align: left;
    height: 130px;
}

.psac-post-slider.psac-design-1 .psac-post-overlay p, .psac-post-slider.psac-design-1 .psac-post-overlay h2 {
	margin: 0;
}

a.slider-button {
    background-color: #2a3c50;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 10px;
    margin: 10px 0;
    display: block;
    width: 120px;
    text-align: center;
    letter-spacing: 0.05em;
    float: right;
    margin-top: -47px;
}

.home-slider {
	clear: both;
	margin-top: 30px;
}

.cycloneslider-template-standard .cycloneslider-slide {
	background: none !important;
}

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

.event-left {
    float: left;
    width: 42%;
}

.event-right {
	float: left;
	width: 55%;
	margin-left: 3%;
}

.image-date {
	text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 6px 10px;
    background-color: #535555;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
}

article.event-card {
	width: 100%;
	padding: 20px;
	background: rgba(0,0,0,.5);
    border: 5px solid rgba(0,0,0,0);
    margin-bottom: 20px;
}

.event-image img {
	width: 100%;
}

p.subtitle {
    text-transform: uppercase;
    margin: 0;
}

h2.event-name {
	margin: 0;
	line-height: 26px;
}

h2.event-name a {
    color: #fff;
    font-weight: 600;
}

a.button.events-ticket-button {
    background-color: #2a3c50;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 10px;
    margin: 10px 0;
    display: block;
    width: 120px;
    text-align: center;
    letter-spacing: 0.05em;
    clear: both;
}

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

p.age.yes {
	display: none;
}

a.button.events-ticket-button.yes {
	display: none
}

.event-listings {
	margin-bottom: 50px;
}

/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/

.sidebar-widget-left {
    width: 18%;
    padding: 1% 0;
    float: left;
    min-height: 50px;
    background-color: transparent;
    border: 0;
}

.sidebar-widget-right {
    width: 25%;
    padding: 1% 0;
    float: right;
    min-height: 50px;
    background-color: transparent;
    border: 0;
}

.hive { margin-bottom: 20px; }

.sidebar-widget-left h3, .sidebar-widget-right h3 {
    font-size: 23px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 1rem 0;
    color: #ccc;
    text-transform: uppercase;
    line-height: 1;
}

div#fbw_id-2, .now-offering, .sidebar-event-listings, div#jr_insta_slider-2 {
    background-color: rgba(0,0,0,.2);
    padding: 10px;
    margin-bottom: 20px;
}

.sidebar-event-listings a {
	color: rgba(255,255,255,.6);
	font-size: 14px;
	text-transform: none;
}

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

input.wpcf7-form-control.wpcf7-submit {
	padding: 10px 24px;
    border-radius: 3px;
    background-color: #323e56;
    cursor: pointer;
    color: #fff;
    border: 0px;
    text-transform: uppercase;
}

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

.footer {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 30px 0;
}

.footer img {
	width: 95%;
	max-width: 300px;
}

.footer-social {
	padding-top: 40px;
	padding-bottom: 20px
}

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

.footer-social ul li {
	float: left;
	position: relative;
	list-style: none;
	line-height: 66px;
	width: 45px;
	height: 45px;
	background-color: #323e56;
	border-radius: 50px;
	line-height: 45px;
	text-align: center;
	margin: 0 6px;
}


.footer-social i {
    font-size: 25px;
    color: #fff;
}

.footer-social a {
    color: #fff;
}

.footer p a {
	color: rgba(255,255,255,.5);
}

/*------------------------------------*\
	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:1200px) {
	.logo {
		text-align: center;
		margin-bottom: 0px;
	}
	
	.logo img {
		max-width: 350px;
	}
	
	.header-hours {
		position: relative;
		text-align: center;
		width: 510px;;
		margin: 0 auto;
		margin-top: -30px;
	}
	
	.header-social {
		position: relative;
		width: 100%;
		text-align: center;
		top: 40px;
		clear: both;
		margin-bottom: 60px;
	}
	
	.header {
		margin-bottom: 30px;
	}

}

@media only screen and (max-width:700px) {
	.sidebar-widget-right {
		width: 100%;
		float: left;
		margin-top: 30px;
	}
	
	section.primary {
		width: 100%;
		margin: 0;
	}

}

@media only screen and (max-width:700px) {
	.header-social {
		text-align: center;
		margin-top: 20px;
	}
}

@media only screen and (max-width:500px) {
	.event-left {
		width: 100%;
		text-align: center;
	}
	
	.event-image img {
		width: 100%;
	}
	
	.event-right {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
	}
	
	a.button.events-ticket-button {
		width: 100% !important;
		margin-top: 50px;
	}
	
	.header-hours {
		width: 270px;
	}
	
	.header-hours img {
		margin: 10px 0 !important;
		float: none !important;
	}
}
@media only screen and (max-width:480) {
	a.slider-button {
		margin-top: 0px;
	}

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

.page .grecaptcha-badge { visibility: visible !important; }