/*
	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: franklin-gothic-urw-cond, sans-serif;
	color: #111;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.3px;
	background-color: #111;
	font-weight: 400;
}

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

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a {
	color: #3cc47c;
	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 #3cc47c;
}

.clear-b {
	clear: both;
}

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

h1.page-title {
	text-transform: uppercase;
}

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

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

#main {
	background-color: #fff;
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	margin-top: 90px;
	padding: 2%;
}

section {
	float: left;
	padding: 0 2% 2% 0;
	width: 70%;
}

aside.sidebar {
	float: right;
	padding: 0 0 0 2%;
	width: 30%;
}

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

.site-header {
	background-color: #111;
	padding: 0 10px;
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.logo {
	float: left;
}

.logo img {
	width: 173px;
	margin-top: -15px;
	margin-left: -8px;
	height: 100px;
}

.header-top {
	float: right;
	font-size: 18px;
	letter-spacing: 0.9px;
	margin-top: 10px;
}

.header-top a.icon {
	font-size: 14px;
	margin-left: 10px;
}

.header-top a.icon:hover {
	color: #fff;
}

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

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

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

.nav ul li a {
	text-transform: uppercase;
	padding: 10px 0;
	font-size: 17px;
	color: #fff;
}

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

.nav ul li ul {
	display: none;
	position: absolute;
	background-color: #3CC47C;
	z-index: 9999;
	margin-right: 2%;
}

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

.nav ul li ul li {
	float: none;
	margin-left: 0;
	padding: 10px 20px;
}

.nav ul li ul li a {
	color: #fff;
	margin: 0;
}



@media all and (max-width:1024px) {
	.featured-event-overlay {
		text-align: center;
		margin: 10px auto;
		padding: 5px;
		display: block;
	}

	.featured-event-image,
	.featured-event-image img {
		max-height: 300px;
	}

	.featured-event-title {
		max-width: 96%;
		margin: 0 auto;
	}

	.featured-event-title h2 {
		margin: 5px auto;
	}

	.featured-event-link.ticket-price {
		position: relative;
		top: 0;
		right: auto;
		margin: 10px auto;
		text-align: center;
		display: block;
	}

	.featured-event-link.ticket-price a {
		max-width: 300px;
		width: 100%;
		display: block;
		margin: 0 auto;
	}

	.tns-nav {
		position: relative;
		text-align: center;
		margin: 0 auto;
		right: 0;
		bottom: 20px;
	}
}


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

body.calendar section {
	width: 100% !important;
}

body.calendar aside.sidebar {
	display: none !important;
}

#seetickets .calendar-event .detail.detail_supporting_talent {
	grid-template-columns: 100%;
	max-width: 100%;
	width: 100%;
	text-align: center;
	line-height: 1.15;
	margin-bottom: 1rem;
}

#seetickets .calendar-event .detail.detail_supporting_talent .name {
	word-break: keep-all !important;
}


@media (max-width:768px) {
	#seetickets table.calendar td.calendar-day, 
	#seetickets table.calendar td.calendar-day-no-events, 
	#seetickets table.calendar td.calendar-day-np { max-width: 80vw; font-size: 21px; }
	#seetickets .calendar-event .detail_seetickets_eventtitle h1 {
		font-size: 21px !important;
	}
	#seetickets .calendar-event .detail_supporting_talent {
		font-size: 16px !important;
	}
}

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

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

a.button.events-ticket-button {
	background-color: #111;
	color: #fff;
	padding: 10px 30px;
	font-size: 16px;
	text-align: center;
	border-radius: 4px;
	text-transform: uppercase;
}

a.button.events-ticket-button:hover {
	background-color: #3cc47c;
}

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

article.event-card h1 a {
	color: #111;
	font-size: 22px;
}

article.event-card h1 a:hover {
	color: #3cc47c;
}

.event-image {
	float: left;
	display: block;
	width: 25%;
	margin: 0 2% 0 0;
}

.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;
	width: 45%;
	padding: 0 5px;
}

.buy {
	float: right;
	width: 20%;
	text-align: center;
}

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

p.organizer {
	text-transform: uppercase;
	margin-bottom: 0px;
	color: #828081;
	font-size: 14px;
	letter-spacing: 1px;
}

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

a.button.events-ticket-button.canceled {
	background: none;
	font-size: 0px;
	pointer-events: none;
}

a.button.events-ticket-button.canceled::after {
	content: 'Canceled';
	font-size: 16px;
	color: #999;
}

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

.sidebar h3 {
	color: #828081;
	font-size: 22px;
	font-weight: 100;
	letter-spacing: 1px;
	margin: 0 auto 2%;
	padding: 10px 0 5px;
	text-align: center;
	text-transform: uppercase;
}

div#search-3 input,
div#search-3 button {
	width: 100%;
}

div#search-3 input {
	border: 2px solid #ededed;
	border-radius: 0px;
	max-width: 245px;
	padding: 8px;
}

div#search-3 button {
	background-color: #ededed;
	border-radius: 0px;
	border: 0px;
	text-transform: uppercase;
	padding: 10px;
	margin-top: 5px;
	max-width: 265px;
}

div#search-3 button:hover {
	background-color: #3cc47c;
}

.sidebar h3 {
	margin-top: 25px;
}

.sidebar-have h3 {
	margin-top: 0px !important;
}

.post-listings a {
	font-size: 18px;
	text-transform: uppercase;
}

.post-listings article {
	border-bottom: 1px solid #EDEDED;
	text-align: center;
	padding: 5px 0;
}

.sidebar form.search {
	margin-top: 20px;
}

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

.single-event-image {
	width: 48%;
	text-transform: uppercase;
	float: left;
}

.single-event-image a.button.events-ticket-button {
	display: block;
	margin-top: 20px;
}

.single-event-image p.ticket-price {
	margin-top: 10px;
	text-align: left;
}

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


.single-event-content {
	width: 100%;
}

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

.single-event-info h1 {
	color: #111;
	font-family: franklin-gothic-urw-cond, sans-serif;
	font-size: 23px;
	margin: 0;
}

.venue-info {
	width: 100%;
	border-top: 2px solid #111;
	margin-top: 40px;
}

.venue-info p {
	margin-top: 50px;
}

.single div#recent-posts-3 h3 {
	font-size: 0px;
}

.single div#recent-posts-3 h3::after {
	font-size: 22px;
	content: 'More Upcoming Shows';
}

/*------------------------------------*\
    CONTACT FORM 7
\*------------------------------------*/

.wpcf7 input,
.wpcf7 textarea {
	border: 2px solid #f0f0f0;
	padding: 5px;
	width: 400px;
	margin-top: 10px;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
	border: 2px solid #3cc47c;
}

div#wpcf7-f67-p21-o1,
div#wpcf7-f67-p23-o1 {
	width: 100%;
	max-width: 400px;
}

.wpcf7-submit {
	background-color: #3cc47c;
	color: #fff;
	border: 0 !important;
	font-size: 18px;
	padding: 10px !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border: none;
	margin: 0;
	padding: 0;
}

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

.footer {
	background-color: #000;
	width: 100%;
	padding: 2% 0;
	color: #fff;
	text-align: center;
}

.footer-contact a.icon {
	margin: 0 5px;
}

.footer-contact a.icon:hover {
	color: #fff;
}

/*------------------------------------*\
    MOBILE MENU
\*------------------------------------*/

.mobmenu-content li a,
.right-menu-icon-text {
	font-family: franklin-gothic-urw-cond, sans-serif !important;
}

.right-menu-icon-text {
	font-size: 22px !important;
	margin-top: -5px;
}

/*------------------------------------*\
	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:980px) {
	section {
		width: 100%;
	}

	aside.sidebar {
		width: 100%;
		float: left;
		text-align: center;
		margin-bottom: 40px;
		margin-top: 30px;
	}

}

@media only screen and (max-width:775px) {
	.header-top {
		display: none;
	}
}

@media only screen and (max-width:500px) {
	.event-image {
		width: 100%;
		margin: 0;
		text-align: center;
	}

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

	.event-info {
		width: 100%;
		padding: 0;
		text-align: center;
		margin-top: 20px;
	}

	.buy {
		width: 100%;
		float: left;
		text-align: center;
	}

	.buy a.button.events-ticket-button {
		display: block;
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}

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

	.single-event-image p.ticket-price {
		text-align: center;
	}

	.single-event-info {
		width: 100%;
		margin-left: 0;
	}

}

@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: #3cc47c;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #3cc47c;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #3cc47c;
	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;
	}
}