/*
	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: #111641;
	font-size: 16px;
	line-height: 24px;
	background-color: #fafafb;
	background-position: center;
	background-repeat: no-repeat;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

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

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.65em !important;
	line-height: 1.2em;
}

button {
	font-weight: 600;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

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

section {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.header .wrapper {
	max-width: 1100px;
}

main {
	padding: 30px 0;
}

/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* sidebar */
.sidebar {

}

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

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

.logo img {
	width: 100%;
}

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

.left-nav ul li {
	margin-right: 25px;
}

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

.right-nav ul li {
	margin-left: 25px;
}

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

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

.header ul li:hover a, .header ul li a:hover {
	transition: 0s;
}

.header ul li ul {
	display: none;
	position: absolute;
	right: 0;
	background-color: #111641;
	padding: 10px;
	z-index: 99999;
	border-radius: 5px 0px 5px 5px;
}

.header ul li:hover ul {
	display: block;
	transition: 0s;
}

.header ul li a {
	color: #111641;
	font-size: 20px;
	font-weight: 600;
	padding: 7px 15px;
	border-radius: 5px;
}

.header ul > li:hover > a {
	background-color: #111641;
	color: #fff;
	opacity: 1;
	transition: 0s;
}

.header ul li ul li {
	margin: 0;
	line-height: 30px;
}

.header ul li ul li a {
	white-space: nowrap;
	color: #fff;
}

.header ul li ul li a:hover {
	background: none;
}

li.current-menu-item a {
	background-color: #111641;
	color: #fff !important;
}

.header-social {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.header-social a {
	margin: 0 12px;
	font-size: 20px;
}

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

/*------------------------------------*\
    FEATURED EVENTS SLIDER
\*-----------------------------------*/

.slider-button {
    clear: both;
    display: block;
    margin-top: 30px;
}

.psac-post-slider.psac-design-1 .psac-post-title {
	color: #fff;
}
.psac-post-title a, .psac-post-categories a {
	color: #fff;
}

.psac-post-slider a.button.events-ticket-button {
	width: 164px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

.psac-post-title {
	margin-top: 130px !important;
}

.psac-post-slides p, .psac-post-slides a, .psac-post-slides h1 {
	text-transform: none;
	margin: 5px 0;
}

.psac-post-slides p {
	font-size: 18px;
	color: #fff;
}

h2.psac-post-title {
	margin-bottom: 0px;
}

.psac-post-slides p h1 {
	font-size: 26px;
	color: #fff;
}

.owl-carousel .owl-stage-outer {
	border-radius: 10px;
}

.featured-slider {
	margin-bottom: 30px;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.psac-post-slider.psac-design-1 .psac-post-image-bg {
	background-position: 0 20%;
}

.psac-post-slider.psac-design-1 .psac-post-overlay {
    background: rgba(0,0,0,0.4);
    border: none;
    max-width: 100%;
    height: 100%;
}

.psac-slider-and-carousel .owl-nav .owl-next, .psac-slider-and-carousel .owl-nav .owl-prev {
	border: none;
	background: none;
}

.psac-slider-and-carousel .owl-nav .owl-next:hover, .psac-slider-and-carousel .owl-nav .owl-prev:hover {
	background: none;
}

.psac-slider-and-carousel span.owl-prev span, .psac-slider-and-carousel span.owl-next span {
	font-size: 0px;
}

.psac-slider-and-carousel .owl-nav .owl-prev {
    border: none;
    background-image: url(/wp-content/uploads/2020/12/arrow.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.psac-slider-and-carousel .owl-nav .owl-prev:hover {
    border: none;
    background-image: url(/wp-content/uploads/2020/12/arrow.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

.psac-slider-and-carousel .owl-nav .owl-next {
    border: none;
    background-image: url(/wp-content/uploads/2020/12/arrow.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}

.psac-slider-and-carousel .owl-nav .owl-next:hover {
    border: none;
    background-image: url(/wp-content/uploads/2020/12/arrow.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}

.psac-post-meta {
    color: #fff;
    width: 100%;
    position: absolute;
    margin-left: 0;
    margin-right: 0;
    top: 50%;
}

.psac-slider-and-carousel .owl-nav {
	margin-top: 0px;
}

/*------------------------------------*\
    NEWS LISTINGS
\*------------------------------------*/ 

.news-listings {
	font-family: 'Source Sans Pro', sans-serif;
}

.news-listings ul {
	padding: 0;
}

.news-listings ul li {
	list-style: none;
	width: 100%;
    clear: both;
    padding: 40px 0;
    border: 1px solid #111641;
    border-radius: 10px;
    padding: 15px;
    margin: 30px auto;
    background-color: #fff;
    display: block;
}

.news-listings a.post_title.w4pl_post_title {
	font-family: 'Source Sans Pro', sans-serif;
    color: #111641;
    float: left;
    clear: both;
    font-size: 22px;
    font-weight: bold;
}

.news-listings abbr.published.post-date {
	float: left;
	clear: both;
	text-decoration: none;
}

.news-listings .post-excerpt, a.read_more {
	float: left;
	clear: both;
}

a.button.events-ticket-button.free {
    font-size: 0px;
    display: block;
    WIDTH: 162px;
    height: 42px;
} 

a.button.events-ticket-button.free::after {
    font-size: 17px;
    content: 'FREE';
}

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

article.event-card {
	width: 100%;
	clear: both;
	padding: 40px 0;
	border: 1px solid #111641;
	border-radius: 10px;
	padding: 15px;
	margin: 15px auto;
	background-color: #fff;
}

article.event-card:hover {
	background-color: rgba(255,255,255,0.55);
	transition: 0.3s;
}

a.button.events-ticket-button {
    background: #0194C6;
    color: #fff;
    padding: 10px 40px;
    font-size: 17px;
    text-align: center;
    border-radius: 5px;
    font-weight: 600;
}

a.button.events-ticket-button.soldout {
    font-size: 0px;
    display: block;
    padding: 8px 40px 5px;
    width: 163px;
    margin: 0 auto;
}

a.button.events-ticket-button.soldout::after {
	font-size: 17px;
	content: 'Sold Out';
}

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

article.event-card h1 a {
	font-family: 'Source Sans Pro', sans-serif;
	color: #111641;
}

.event-image {
	float: left;
	display: block;
	width: 200px;
	height: 200px;
	background-size: cover;
	background-position: center;
	border-radius: 10px;
}

.image-date {
	width: 100%;
	background-color: rgba(17,22,65,0.83);
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 3px 0;
	border-radius: 10px 10px 0px 0px;
}

.event-info {
	float: left;
    display: block;
    text-align: left;
}

.border {
	height: 200px;
    width: 1px;
    background-color: purple;
    display: block;
    float: left;
    margin: 0 15px;
}

.event-info .ticket-mobile, .event-info p.ticket-price {
	display: none;
}

.event-info .ticket-mobile {
	margin-top: 35px;
}

.buy {
	float: right;
	margin-top: 10px;
}

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

p.organizer {
	text-transform: uppercase;
	margin-bottom: 5px;
}

p.ticket-price {
	margin-top: 20px;
	text-align: center;
}

.year {
	width: 4ch;
	overflow: hidden;
	white-space: nowrap;
}


#year {
	width: 4ch;
	overflow: hidden;
	white-space: nowrap;
}

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

.single-event-img {
    width: 350px;
    float: left;
}

.single-event-info {
	width: auto;
	float: left;
	margin-left: 2%;
}

.single-content {
	width: 100%;
	padding: 20px 0;
	clear: both;
}

.single main {
	margin-top: 20px;
}

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

.single .single-event-info h1 {
	margin-top: 0;
}

.single p.organizer {
	margin-top: 0px;
}

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

.subscribe {
	width: 100%;
	padding: 40px 0;
	background-color: #2A2C48;
	color: #fff;
	text-align: center;
}

.subscribe input, .subscribe button {
	float: left;
}

.iscwp-gallery-grid.iscwp-image-fit .iscwp-col-4 .iscwp-img-wrp, .iscwp-image-fit.slidestoshow-4 .iscwp-img-wrp, .iscwp-gallery-grid.iscwp-image-fit .iscwp-col-6 .iscwp-img-wrp, .iscwp-image-fit.slidestoshow-6 .iscwp-img-wrp {
	height: auto !important;
}

.iscwp-gallery-slider .iscwp-cnt-wrp.slick-slide {
	padding: 0;
}

#text-2 > div > div.wrapper > h1 {
	margin-top: 40px;
}

/*------------------------------------*\
    BOOKING
\*------------------------------------*/

input.wpcf7-form-control.wpcf7-submit {
	padding: 10px 24px;
    border-radius: 4px;
    background-color: #0194C6;
    border: none;
    cursor: pointer;
    max-width: 400px;
    color: #fff;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	line-height: 1.4;
}

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

/*------------------------------------*\
    FORMS
\*------------------------------------*/

.wpcf7-form {
	width: 300px;
	margin: 0 auto;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output  {
    border-color: none;
    border: 0px;
    width: 300px;
    margin: 0;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

/*------------------------------------*\
    HISTORY
\*------------------------------------*/

.year-btns a {
    padding: 10px 24px;
    border-radius: 4px;
    background-color: #0194C6;
    border: none;
    cursor: pointer;
    color: #fff;
    float: left;
    margin: 5px;
}

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

/* footer */
.footer {
	background-color: #111641;
	padding: 30px 0;
	color: #fff;
}

.footer p {
	color: #fff;
}

.footer-left {
	float: left;
}

p.small {
	font-size: 14px;
	line-height: 18px;
}

.footer-right {
	float: right;
	text-align: right;
}

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

.footer-social {
	clear: both;
	margin-top: 20px;
}

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

.footer-bottom {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

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

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

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

.footer-nav-1 ul li a {
	color: #fff;
	font-size: 18px;
}

.footer-nav-2 {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

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

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

.footer-nav-2 ul li a {
	color: #fff;
	font-size: 15px;
}
/*------------------------------------*\
	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:1130px) {
	.logo {
		width: 300px;
	}
	
	.right-nav ul li {
		margin-left: 0px;
	}
	
	.left-nav ul li {
		margin-right: 0px;
	}
}

@media only screen and (max-width:1023px) {
	.iscwp-image-fit.slidestoshow-6 .iscwp-img-wrp {
		height: 200px !important;
	}
	
	.iscwp-image-fit img.iscwp-img {
		object-position: center;
		object-fit: contain;
		background-color: #000;
	}
}

@media only screen and (max-width:910px) {
 	.full-nav {
	 	display: block;
 	}
 	
 	.left-nav, .right-nav {
	 	display: none;
 	}
 	
 	.logo {
	 	position: relative;
	 	margin-bottom: 55px;
 	}
 	
 	.header ul li {
	 	margin: 0 10px;
 	}
}

@media only screen and (max-width:890px) {
	a.button.events-ticket-button.free {
		margin: 0 auto;
	}
	.event-info .ticket-mobile, .event-info p.ticket-price {
		display: block;
	}
	
	.buy {
		display: none;
	}
	
	article.event-card {
	    width: 46%;
	    clear: none;
	    float: left;
	    margin: 2%;
	}
	
	.event-info .ticket-mobile {
		margin-top: 20px;
	}
	
	.border {
		display: none;
	}
	
	.event-image {
		float: none;
		margin: 0 auto;
	}
	
	.event-info {
		width: 100%;
		text-align: center;
		margin-top: 15px;
		height: 335px;
		overflow: scroll;
	}
}

@media only screen and (max-width:700px) {
	.footer-right {
		width: 100%;
		text-align: center;
	}
	
	.footer-social a {
		margin: 0 15px;
	}
	
	.footer-left {
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}
	
	.single-event-img {
		clear: both;
		margin: 0 auto;
		width: 100%;
	}
	
	.single-event-info {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
}

@media only screen and (max-width:540px) {
	article.event-card {
		width: 76%;
		margin-bottom: 15px !important;
		margin: 0 auto;
		float: none;
	}
	
	.event-info {
		height: auto;
	}
	
	.event-listings a.button.events-ticket-button {
		display: block;
		width: 100%;
	}
}

@media only screen and (max-width:500px) {
	.psac-post-meta {
		width: 90%;
	}
}

@media only screen and (max-width:420px) {
	article.event-card {
		width: 95%;
	}
	
	.event-image {
		width: 100%;
		height: 340px;
	}
}

@media only screen and (max-width:375px) {
	.event-image {
		height: 300px;
	}
	
	.footer-nav-2 {
		display: none;
	}
}

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

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

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