/*
	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: 400 14px/1.4 'Source Sans Pro', Helvetica, Arial, sans-serif;
	color: #666;
	background: url(images/body-bg.gif) repeat;
}

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

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

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

a {
	color: #cf1010;
	text-decoration: none;
}

a:hover {
	color: #cf1010;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

input:focus {
	outline: 0;
	border: 1px solid #666;
}

.clear-b {
	clear: both;
}

h1 {
	margin: 0;
	padding: 20px 0;
}

.grecaptcha-badge {
	display: none !important;
}

.d-none {
	display: none;
}

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

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

/* header */
.header {
	background-color: #000;
	position: relative;
	z-index: 3;
}

.header-top {
	padding: 10px 0;
}

.email-list {
	float: right;
}

.email-list label {
	margin-right: 5px;
}

.email-list input {
	background-color: transparent;
	border: 1px solid #666;
	color: #fff;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	height: 24px;
	padding: 0 5px;
	font-size: 12px;
}

.email-list button {
	background-color: #cf1010;
	color: #fff;
	border: none;
	border-radius: 2px;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	margin: 0 5px;
	height: 24px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 10px;
}

.email-list p {
	margin: 0;
}

.header-bottom {
	background-color: #666;
	border-radius: 10px 10px 0 0;
}

/* logo */
.header .logo {
	float: left;
	margin: -12px 0 -10px 20px;
}

.header .logo a {
	width: 323px;
	height: 74px;
	display: block;
	text-indent: -9999px;
	outline: none;
	background: url(images/logo.png) no-repeat;
}

/* nav */
.nav {
	float: right;
}

.nav ul {
	margin: 19px 0 0 0;
	padding: 0;
	list-style: none;
}

.nav ul li {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	padding-right: 16px;
}

.nav ul li a {
	color: #d2d2d2;
	text-shadow: 1px 1px 0px #2c2c2c;
	letter-spacing: 0.75px;
}

.mobile-nav {
	display: none;
	background-color: #cf1010;
	width: 100%;
	padding: 10px 2%;
}

.nav-button {
	width: 20px;
	float: right;
}

.bar {
	width: 100%;
	border-radius: 20px;
	height: 3px;
	margin-bottom: 4px;
	background-color: #fff;
}

.nav-button .bar:last-child {
	margin-bottom: 0;
}

.mobile-menu {
	height: 0;
	overflow: hidden;
}

.mobile-menu ul {
	list-style: none;
	width: 100%;
	text-align: center;
}

.mobile-menu ul li {
	padding: 10px 0;
	font-size: 16px;
}

.mobile-menu ul li a {
	color: #fff;
	font-weight: 600;
}

.nav-show {
	height: 100% !important;
}

/* sidebar */
.sidebar {}

/* footer */
.footer {
	width: 100%;
}

.footer-top {
	background-color: #bbb;
	padding: 50px 0 20px;
	margin-top: -30px;
}

.footer .logo {
	width: 20%;
	float: left;
}

.footer .logo a {
	display: block;
	width: 263px;
	height: 56px;
	text-indent: -9999px;
	background: url(images/logo2.gif) no-repeat;
	background-size: 100%;
}

#menu-footer-nav {
	list-style: none;
	float: right;
	margin: 20px 0 0 0;
	padding: 0;
}

#menu-footer-nav li {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	padding-right: 16px;
}

#menu-footer-nav li a {
	color: #666;
	text-shadow: 2px 2px 0px #bfabab;
}

.footer-bottom {
	margin-top: 10px;
}

.footer input {
	color: #666;
}

.copyright {
	float: left;
	font-size: 12px;
}

/* social icons */
.social {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.social li {
	float: left;
	margin: 0 0 0 12px;
	display: inline;
}

.social li a {
	display: block;
	height: 24px;
	text-indent: -9999px;
}

/* facebook icon */
.social .facebook-client a {
	width: 23px;
	background: url(images/facebook-brands.png) no-repeat;
	background-size: 100%;
}

/* twitter icon */
.social .twitter-client {
	margin-top: 3px;
}

.social .twitter-client a {
	width: 24px;
	background: url(images/twitter-brands.png) no-repeat;
	background-size: 100%;
}

/* instagram icon */
.social .instagram-client a {
	width: 23px;
	background: url(images/instagram-brands.png) no-repeat;
	background-size: 100%;
}

/* spotify icon */
.social .spotify-client a {
	width: 23px;
	background: url(images/spotify-brands.png) no-repeat;
	background-size: 100%;
}

.address {
	background-color: #fff;
	z-index: 2;
	position: relative;
	padding-top: 20px;
	margin-bottom: -19px;
}

address {
	font-size: 12px;
	font-style: normal;
	margin-left: 55px;
}

address a {
	color: #666;
}

main {
	background-color: #fff;
	padding: 0 2%;
	border-radius: 0 0 10px 10px;
}

.body-content {
	width: 65%;
	float: left;
	margin-top: 40px;
}

.body-content-full {
	width: 100%;
	float: none;
}

.sidebar {
	width: 30%;
	float: right;
}

/*------------------------------------*\
    POPUP
\*------------------------------------*/
.mtsnb .mtsnb-text,
.mtsnb a {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}


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

.list-view-title-alt {
	float: left;
	font-size: 18px;
	margin: 0;
}

.calendar-link {
	margin: 0;
	text-align: center;
	padding-bottom: 8px;
}

.list-view .calendar-link {
	float: right;
}

.calendar-link a {
	color: #cf1010;
	font-size: 14px;
}

.list-view .list-view-item {
	border-top: 1px solid #DDD;
	padding: 10px;
}

.image-url {
	float: left;
	width: 30%;
	margin-right: 2%;
}

.list-view-details {
	float: left;
	width: 40%;
	margin-right: 2%;
}

.ticket-price {
	float: right;
	width: 20%;
}

.artist-info {
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

a.tickets.eb.soldout {
	font-size: 0px;
}

a.tickets.eb.soldout::after {
	font-size: 14px;
	content: 'Sold Out';
}

.event-name {
	font-size: 18px;
	margin: 0;
	color: #333;
	padding: 0;
}

.artist-info h3 {
	font-size: 14px;
	margin: 0;
}

.ticket-link {
	text-align: right;
}

.ticket-link a {
	background-color: #cf1010;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 3px;
	padding: 5px 10px;
	display: inline-block;
}

.price-range {
	text-align: right;
	margin-top: 5px;
	float: right;
	font-size: 12px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

body.history h2 {
	letter-spacing: 2px;
	margin: 0px 0px 15px 0px;
	padding: 5px;
	font-size: 13px;
	line-height: 17px;
	color: white;
	background: #cf1010;
	width: 45px;
	border-bottom: solid 2px #9f0c0c;
	border-right: solid 2px #9f0c0c;
	text-shadow: 2px 2px 2px #9f0c0c;
}

body {
	background: url('http://staging-troubadour.kinsta.cloud/wp-content/uploads/2021/10/troubadour-bg.jpeg') no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}

.page-template-template-calendar .body-content-full {
	padding-top: 5px;
}

#seetickets h2.month-name {
	background-color: #cf1010;
	color: #fff !important;
	margin-top: 40px;
	padding-top: 10px;
	font-size: 30px;
	line-height: 1.2;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 10px;
}


/*------------------------------------*\
	GALLERY
\*------------------------------------*/

.gallery-thumb-wrap {
	width: 25%;
	float: left;
	min-height: 250px;
}

.gallery-thumb-wrap img {
	border: 1px solid #a9a9a9;
	padding: 4px;
	border-radius: 2px;
}

.body-content-full h1 {
	padding-top: 40px;
}

/*------------------------------------*\
	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 screen and (max-width: 960px) {}

@media screen and (max-width: 960px) {
	.header-top {
		padding-bottom: 20px;
	}

	.header-bottom {
		padding-bottom: 10px;
	}

	.address {
		padding-top: 10px;
		margin-bottom: 0;
		text-align: right;
		padding-right: 2%;
	}

	#menu-footer-nav {
		width: 100%;
	}
}

@media screen and (max-width: 610px) {
	.nav {
		display: none;
	}

	.header-top {
		margin-top: 38px;
	}

	.mobile-nav {
		display: block;
		position: absolute;
		z-index: 10;
	}

	.body-content,
	.body-content-full {
		width: 100%;
		float: none;
		margin-top: 0;
	}

	.sidebar {
		width: 100%;
		float: none;
		text-align: center;
		padding-bottom: 30px;
	}

	.footer .logo {
		float: none;
		width: 100%;
		max-width: 200px;
		margin: 0 auto;
	}

	.footer .logo a {
		width: 100%;
		height: auto;
		min-height: 50px;
	}

	.copyright {
		text-align: center;
		float: none;
		clear: both;
	}

	.gallery-thumb-wrap {
		width: 50%;
		min-height: 250px;
	}

	.body-content-full h1 {
		padding-top: 0;
		margin-top: 0;
	}
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #666;
	color: #FFF;
	text-shadow: none;
}

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

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


/*** cp4wp ***/
section.featured-shows-home {
	width: 100%;
	max-width: 65%;
	float: left;
}

.calendar article {
	margin-top: 50px;
}

#list-view-events,
.seetickets-calendar-container,
.seetickets-list-events {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 !important;
	display: block !important;
}

#list-view-events .mdc-card {
	padding: 0 0 20px 0 !important;
	margin-bottom: 20px !important;
	flex-direction: initial !important;
	width: 100% !important;
	border: 0;
	box-shadow: none;
	border-bottom: 1px solid #DDD;
}


.seetickets-calendar-container td .mdc-card {
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	border: 0;
	box-shadow: none;
	border-bottom: 1px solid #DDD;
}

.page .buy-and-share-block {
	flex-direction: column-reverse;
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: flex-end;
	align-items: flex-start;
}

@media (min-width:601px) {
#list-view-events .event-info-block { max-width: 100% !important; }
}

@media (min-width: 841px) {
.page .buy-and-share-block {
	position: absolute;
	right: 0;
	top: 0;
}
#list-view-events .event-info-block { max-width: 60% !important; }
}

#list-view-events .event-info-block p:first-of-type {
	display: none;
}

.seetickets-calendar-event-title a,
.seetickets-list-event-content-container .event-info-block a {
	font-size: 18px;
	margin: 0;
	color: #cf1010;
	padding: 0;
}

.event-info-block p.bold a {
	display: block;
	max-width: 60%;
	border-bottom: 0 !important;
	font-weight: 700;
}

.event-info-block p.bold {
	color: #333;
	font-weight: 400;
	font-size: 12px;
}

.seetickets-list-view-event-image-container,
img.seetickets-list-view-event-image {
	width: 150px !important;
	height: 150px !important;
	margin: 0 !important;
}

.seetickets-social-media-container.mb-12 {
	margin-top: 12px;
	font-size: 10px;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #333;
}

a.seetickets-buy-btn {
	text-align: center;
}

span.see-times-divider,
span.see-showtime {
	display: none;
}

@media (min-width: 841px) {
	.calendar #list-view-events.with-calendar {
		display: none !important;
	}

	.calendar .seetickets-calendar-container {
		display: inherit !important;
	}
}

@media (max-width: 840px) {
	.calendar #list-view-events.with-calendar {
		display: block !important;
	}

	.calendar .seetickets-calendar-container {
		display: none !important;
	}

	#list-view-events .mdc-card {
		flex-direction: row;
		border: 0 !important;
		box-shadow: none !important;
		max-width: 100%;
		width: 100% !important;
	}
}

/* @media (max-width:840px) {
	.seetickets-calendar tbody {
		display: flex;
		flex-direction: column;
	}
	.seetickets-calendar tr {
		width: 100% !important;
		display: block !important;
		min-height: 100% !important;
		height: auto !important;
	}
	.seetickets-calendar th { display: none; }
	.seetickets-calendar td {
		display: block !important;
		min-width: 100%;
		border: 0;
		min-height: 100% !important;
		height: auto !important;
		text-align: center;
	}
} */

@media (max-width: 600px) {
	.calendar #list-view-events.with-calendar {
		display: block !important;
	}

	.calendar .seetickets-calendar-container {
		display: none !important;
	}

	#list-view-events .mdc-card {
		flex-direction: column !important;
	}

	.page .buy-and-share-block {
		position: relative;
		right: auto;
		top: auto;
		flex-direction: column !important;
		display: flex;
		margin: 12px 0 0;
		padding: 0;
	}

	.seetickets-list-view-event-image-container,
	img.seetickets-list-view-event-image {
		width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
	}

	.event-info-block p.bold a {
		max-width: 100%;
		border-bottom: 0;
	}
	section.featured-shows-home { max-width: 98%; float: none; }
}


.calendar .seetickets-calendar-year-month-container {
	background-color: #cf1010;
	color: #fff !important;
	width: 100%;
	text-align: center;
	justify-content: center;
	padding: 10px;
}

.seetickets-calendar-event-picture {
	width: 100% !important;
	max-width: 100%;
	height: auto !important;
}

.calendar-body .seetickets-calendar-event-title a {
	font-size: 14px;
	font-weight: 700;
	color: #cf1010;
	line-height: 15px;
}

.calendar-body {
	max-width: 100%;
	width: 100%;
	text-align: center;
}

.calendar-body div.seetickets-buy-btn {
	border-radius: 5px;
	padding: 6px 6px;
	width: 100%;
	display: block;
}

.calendar-body div.seetickets-buy-btn a {
	padding: 0;
	display: block;
	width: 100%;
}

.seetickets-calendar-event-date {
	display: none;
}

div.seetickets-buy-btn:not(.button-gettickets),
.seetickets-buy-btn:not(.button-gettickets) {
	background-color: #999 !important;
}

div.seetickets-buy-btn a:hover {
	color: #FFF;
}
.single-seetickets-event article h1 { display: none !important;}
.single-seetickets-event #list-view-events {
	padding: 4rem;
	max-width: 600px !important;
	width: auto !important;
	margin: 0 auto !important;
}
.single-seetickets-event #list-view-events .event-info-block { max-width: 100% !important; }

.single-seetickets-event #list-view-events .mdc-card { border-bottom: 0; }

.single-seetickets-event .event-info-block p.bold a { max-width: 100%; }