/*
	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: 'Source Sans Pro', sans-serif;
	color:#fff;
	background-image: url(/wp-content/uploads/2021/01/bg.jpg);
	background-repeat: repeat;
	font-size: 16px;
	line-height: 22px;
}

.gradient-bg {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 47%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(47%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 47%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 47%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 47%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 47%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#00000000', GradientType=0);
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height: auto !important;
}
a {
	color:#2c93dc;
	text-decoration:none;
}
a:hover {
	transition: 0.3s;
}
a:focus {
	outline:0;
}

a:hover {
	opacity: 0.9;
	transition: 0.3s;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #2c93dc;
}

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

/* wrapper */
.wrapper {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background-color: rgba(0,0,0,0.9);
	padding: 30px 20px
}

h1.page-title {
	font-family: 'alternate_gothic_no2_d';
}

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

.header {
	height: 230px;
}

.logo {
	position: absolute; 
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 300px; 
	top: 30px;
}

.logo img {
	width: 100%;
}

.left-nav {
	float: left;
	margin-top: 65px;
}

.left-nav ul, .right-nav ul {
	border-top: 1px solid #2c93dc;
	border-bottom: 1px solid #2c93dc;
}

.left-nav ul li::after, .right-nav ul li::after {
	content: "•";
    font-size: 28px;
    color: rgb(44, 147, 220);
    margin: 0px 5px;
}

.left-nav ul li:last-of-type::after, .right-nav ul li:last-of-type::after {
	content: none;
}

.right-nav {
	float: right;
	margin-top: 65px;
}

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

.header ul li {
	float: left;
	position: relative;
	list-style: none;
}

.header ul li a {
	color: #fff;
	padding: 7px 5px 5px 5px;
	font-size: 28px;
	letter-spacing: 1px;
	font-family: 'alternate_gothic_no2_d';
}

.header ul li a:hover {
	color: #2c93dc;
}

.full-nav {
	width: 100%;
	text-align: center;
	display: none;
	margin-top: 20px;
}

/*------------------------------------*\
    SLIDER
\*------------------------------------*/ 

.featured-slider {
	margin-bottom: 20px;
}

.psac-post-title a {
	font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    margin: 0;
    text-align: left;
    font-weight: 600;
}

.psac-post-title a:hover {
	opacity: 0.9;
	color: #2c93dc;
}

p.psac-post-date {
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
}

.psac-post-slider.psac-design-1 .psac-post-overlay {
	background: rgba(0,0,0,0.5);
	border: 0px;
	text-align: left;
	max-width: 100%;
	top: 81%;
}

.psac-slider-and-carousel .owl-nav {
	display: none;
}

.psac-slider-and-carousel .owl-dots .owl-dot.active {
    background: #2c93dc;
}

.owl-carousel .owl-stage-outer {
	border: 1px solid #333;
}

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

article.event-card {
	width: 100%;
	clear: both;
	padding: 10px;
	border-bottom: 1px #333 solid;
	margin: 15px auto;
}

a.button.events-ticket-button {
    background-color: #6C1A22;
    color: #fff;
    font-size: 22px;
    border-radius: 3px;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: bold;
}

a.button.events-ticket-button.hide {
	display: none !important;
}

article.event-card h1 {
	margin-bottom: 5px;
	margin-top: 0px;
	line-height: 16px;
}

article.event-card h1 a {
	font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
}

.event-image {
	float: left;
	display: block;
	width: 40%;
	border: 1px solid #333;
}

.event-date {
	width: 100%;
	background-color: #feeddb;
	color: #4f4537;
	text-align: center;
	padding: 4px 0;
	font-weight: bold;
	text-transform: uppercase;
}
.event-info {
	float: left;
    width: 58%;
    padding: 0 5px;
    margin-left: 2%;
}

.buy-mobile a.button.events-ticket-button {
	display: block;
	width: 130px; 
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
}

.event-info p {
	margin-top: 0px;
	margin-bottom: 5px;
}

p.event-header {
	margin-bottom: 5px;
	font-size: 14px; 
}

p.subtitle {
	font-weight: bold;
}


/*------------------------------------*\
    PAGE
\*------------------------------------*/

main {
	width: 69%;
	float: left;
}

.sidebar {
	width: 28%;
	float: left;
	margin-left: 3%;
	padding-bottom: 30px;
}

/*------------------------------------*\
    SINGLE
\*------------------------------------*/

.single-event-top {
}

.single-event-info {
	width: 50%;
	float: left;
}

.single-event-info p.header {
	margin-top: 0px;
}

.single-event-info p.subtitle {
	margin-top: 5px;
}

.single-event-info h1 {
	font-size: 22px;
	line-height: 26px;
	margin: 5px 0;
}

.single-event-image {
	width: 48%;
	float: left;
	margin-right: 2%;
}

.single-event-content {
	width: 100%;
	clear: both;
	margin-top: 30px;
}

.single-event-info p.ticket-price {
	text-align: left;
}

/*------------------------------------*\
    PAGE
\*------------------------------------*/

.sidebar h3 {
	font-size: 30px;
    border-bottom: solid 2px #6C1A22;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
    line-height: 1.25;
    font-family: 'alternate_gothic_no2_d';
}

div#recent-posts-3, div#text-2, div#fbw_id-2, div#custom-twitter-feeds-widget-2, .hive-signup-form {
	margin-bottom: 20px;
}

div#recent-posts-3 ul {
	margin: 0;
	padding: 0;
}

div#recent-posts-3 ul li {
	list-style: none;
	line-height: 30px;
}

div#recent-posts-3 ul li a {
	color: #fff;
}

i.fab.fa-facebook-f, i.fab.fa-twitter, i.fab.fa-instagram {
	font-size: 18px;
    padding: 5px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 23px;
    border-radius: 7px;
    margin-right: 5px;
    color: #fff;
}

i.fab.fa-facebook-f {
	background-color: #3B5998;
}

i.fab.fa-twitter {
	background-color: #55ACEE;
}

i.fab.fa-instagram {
	background-color: #9C644F;
}

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

.footer {
	border-top: solid 1px #333;
	padding: 30px 0;
}

.footer-logo {
	float: left;
}

.footer-logo img {
	width: 80px;
}

.footer-nav {
	float: left;
}

.footer-nav ul {
	display: inline-block;
}

.footer-nav ul li {
	list-style: none;
	float: left;
	position: relative;
}

.footer-nav ul li::after {
	content: "•";
    color: #ccc;
    margin: 0px 10px;
}

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

.footer-nav ul li a {
	color: #ccc;
	font-size: 16px;
}

.footer-nav ul li a:hover {
	color: #fff;
}

.footer-social {
	float: right;
}
/*------------------------------------*\
	MOBILE MENU
\*------------------------------------*/

#mobmenuright li a {
	font-family: 'alternate_gothic_no2_d' !important;
}

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

@font-face {
	font-family: 'alternate_gothic_no2_d';
    src: url('fonts/alternate-gothic-no2-d/alternate-gothic-no2-d.woff2') format('woff2'),
         url('fonts/alternate-gothic-no2-d/alternate-gothic-no2-d.woff') format('woff'),
         url('fonts/alternate-gothic-no2-d/alternate-gothic-no2-d.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
.animatedfsmenu .animatedfsmenu-navbar-toggler {
	display: none;
}

@media only screen and (max-width:960px) {
.header ul li a {
	font-size: 22px;
}

.logo {
	width: 260px;
}

.right-nav, .left-nav {
	margin-top: 55px;
	display: none;
}
.animatedfsmenu .animatedfsmenu-navbar-toggler {
	display: block !important;
}
}

@media only screen and (max-width:850px) {
.logo {
	top: 60px;
}

.header {
	height: 190px;
}
.animatedfsmenu .animatedfsmenu-navbar-toggler {
	display: block !important;
}
}

@media only screen and (max-width:800px) {
main, aside.sidebar {
	width: 100%;
	clear: both;
}

aside.sidebar {
	text-align: center;
}

.footer-nav {
	display: none;
}
.animatedfsmenu .animatedfsmenu-navbar-toggler {
	display: block !important;
}
}

@media only screen and (max-width:600px) {
.single-event-image {
	width: 100%;
	margin-right: 0;
}

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

.single-event-info {
	width: 100%;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #6C1A22;
}
.animatedfsmenu .animatedfsmenu-navbar-toggler {
	display: block !important;
}
}
@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;
	}
}
