/*
	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 {
	scroll-behavior: smooth;
}
body {
	font-family: 'Roboto', sans-serif;
	color: #444;
}
h1 {
	color: #b7ada4;
	font-size: 40px;
	font-family: atrament-web, sans-serif;
	letter-spacing: 2px;
}
h2 {
	font-family: atrament-web, sans-serif;
	color: #000;
	font-size: 30px;
}
h3 {
	color: #003a5d;
	font-size: 35px;
	font-family: atrament-web, sans-serif;
	letter-spacing: 2px;
	margin: 15px;
}
h4 {
	color: #e24308;
	font-size: 25px;
	font-family: atrament-web, sans-serif;
	letter-spacing: 2px;
	margin: 15px;
}
p {
	font-size: 16px;
	line-height: 28px;
}
a {
	color: #e24308;
	transition: all 0.2s linear;
	text-decoration: none;
}
a:hover {
	color: #000;
}
.mapframe {
	width: 100%;
	height: 400px;
	filter: grayscale(1);
	margin-top: 25px;
	margin-bottom: 25px;
}
hr {
	margin-top: 50px;
	margin-bottom: 50px;
}
/* h3 {
	font-family: atrament-web, sans-serif;
	color: #000;
	font-size: 20px;
	text-align: center;
	font-weight: 200;
	margin-bottom: 10px;
}
h3 a {
	color: #000;
} */
/* h3 a:hover {
	color: #e24308
} */
/* clear */
.clear:before,
.clear:after {
	content: ' ';
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
	*zoom: 1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
	max-width: 1280px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}
/* header */
.header {}
/* logo */
.logo {}
.logo-img {}
/* nav */
.nav {}
/* sidebar */
.sidebar {}
/* footer */
.footer {}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
	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 (min-width:320px) {}
@media only screen and (min-width:480px) {}
@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;
	}
}
/*------------------------------------*\
Template Overrides
\*------------------------------------*/
/*------------------------------------*\
Navigation
\*------------------------------------*/
@media only screen and (min-width:1024px) and (max-width: 1099px) {
	.nav {
		list-style: none;
		margin-bottom: 86px;
		padding: 0;
		text-align: left;
		margin-right: 0px;
		position: sticky;
		clear: both;
		display: block;
	}
	.nav li {
		display: inline;
	}
	.nav a {
		display: inline-block;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 20px;
		text-transform: uppercase;
		transition: all 0.2s linear;
		font-family: atrament-web, sans-serif;
		color: #000;
	}
	.nav a:hover {
		color: #e24308;
	}
	.toplogo {
		width: 156px;
		height: 156px;
		margin-bottom: -65px;
		transition: all 0.2s linear;
	}
	.toplogo:hover {
		filter: invert(28%) sepia(100%) hue-rotate(-40deg) saturate(4);
	}
}
@media only screen and (min-width:1100px) {
	.nav {
		list-style: none;
		margin-bottom: 86px;
		padding: 0;
		text-align: center;
		margin-right: 75px;
		position: sticky;
		clear: both;
		display: block;
		justify-content: center;
	}
	.nav li {
		display: inline;
	}
	.nav a {
		display: inline-block;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 20px;
		text-transform: uppercase;
		transition: all 0.2s linear;
		font-family: atrament-web, sans-serif;
		color: #000;
	}
	.nav a:hover {
		color: #e24308;
	}
	.toplogo {
		width: 156px;
		height: 156px;
		margin-bottom: -65px;
		transition: all 0.2s linear;
	}
	.toplogo:hover {
		filter: invert(28%) sepia(100%) hue-rotate(-40deg) saturate(4);
	}
}
/*------------------------------------*\
Footer
\*------------------------------------*/
.footerwrap {
	background-color: #fff;
	border-top: 1px solid #e24308;
	height: auto;
	width: 100%;
	z-index: 1000;
	/* position: fixed; */
	left: 0;
	bottom: 0;
	padding-bottom: 15px;
	margin-top: 40px;
}
.footerwrap h3 {
	text-align: center;
	font-weight: 300;
}
.social {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.socialfb {
	width: 21%;
	height: 33px;
	margin-left: 6%;
	margin-right: 6%;
	float: left;
	background-image: url("http://papertiger.kinsta.cloud/wp-content/uploads/2021/07/fb.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.socialfb:hover {
	filter: invert(28%) sepia(100%) hue-rotate(-40deg) saturate(4);
}
.socialtw {
	width: 21%;
	height: 33px;
	margin-left: 6%;
	margin-right: 6%;
	float: left;
	background-image: url("/wp-content/themes/html5blank-stable/img/X-blk.svg");
	background-size: contain;
	background-repeat: no-repeat;
}
.socialtw:hover {
	filter: invert(28%) sepia(100%) hue-rotate(-40deg) saturate(4);
}
.socialig {
	width: 21%;
	height: 33px;
	margin-left: 6%;
	margin-right: 6%;
	float: left;
	background-image: url("http://papertiger.kinsta.cloud/wp-content/uploads/2021/07/ig.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.socialig:hover {
	filter: invert(28%) sepia(100%) hue-rotate(-40deg) saturate(4);
}
#seetickets table.calendar {
	width: 100%;
}
#seetickets .calendar-event .detail_seetickets_eventtitle h1 {
	font-size: 16px;
	color: #000;
}
#seetickets .calendar-event .detail {
	display: none;
}
#seetickets.list-view h1.headliners a {
	color: #000;
	padding-bottom: 0;
	margin-bottom: 0;
}
#seetickets .list-view-item .event-name.headliners {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
}
#seetickets.list-view h1.headliners a:hover {
	opacity: .8
}
.list-view-item, .see-event-id-35 {
	width: 31%;
	float: left;
	display: block;
}
#seetickets .list-view-item .list-img {
	width: 100%;
	max-height: 50%;
	height: auto;
	overflow: hidden;
}
#seetickets .list-view-item {
	display: block;
	margin: 1%;
}
#seetickets .list-view-item .dates {
	width: 100%;
}
#seetickets .list-view-item .list-right {
	width: 100%;
	display: block;
	justify-content: space-between;
}
.list-view-details {
	max-width: 100%;
}
#seetickets .list-view-item .list-view-details {
	width: 100%;
	float: none;
	max-width: 100%;
	text-align: center;
}
#seetickets.list-view .ticket-price {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	letter-spacing: 1px;
}
#seetickets .list-view-item .ticket-price a {
	background: #000;
	border: none;
	border-radius: 3px;
}
#seetickets .list-view-item .ticket-price a:hover {
	opacity: .8;
	background: #000;
	color: #fff;
}
#seetickets.list-view h1.headliners a {
	color: #000;
	display: block;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-top: 0;
	letter-spacing: 1px;
}
.label {
	display: none;
}
.name {
	width: 100%;
	font-size: 16px;
	text-align: center;
}
.event-info-block h2 {
	text-align: center;
	margin-bottom: 0;
}
#seetickets .list-view-item {
	border-bottom: none;
}
#seetickets .list-view-item .list-view-details .detail {
	grid-template-columns: 100%;
}
#seetickets.list-view h1.headliners a {
	margin-top: 10px;
	text-transform: lowercase;
	font-weight: 400;
	font-size: 30px;
	font-weight: 300;
	transition: 0.3s;
}
#seetickets.list-view h1.headliners a {
	text-transform: capitalize;
	margin-bottom: 10px;
}
.seetickets.list-view h1.headliners a:hover {
	opacity: 0.7;
}
.dates {
	display: none;
}
.calendarbtn {
	padding: 10px 24px;
	border-radius: 3px;
	background-color: #000;
	cursor: pointer;
	width: 100%;
	max-width: 200px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	display: block;
	color: white;
	border: none;
	clear: both;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 10px;
}
.detail.detail_price {
	width: auto !important;
}
.detail.detail_age {
	width: auto !important;
	float: left;
}
.detail.detail_age .name::after {
	content: ',';
	margin-right: 5px;
}
#seetickets .list-view-item img {
	border-radius: 3px;
	margin-top: 0;
	transition: all 0.2s linear;
	opacity: .8;
}
.imgctr {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#seetickets .list-view-item img:hover {
	opacity: 1;
}
#seetickets .list-view-item {
	height: auto;
	background-color: #fff;
}
@media only screen and (max-width: 300px) {
	#seetickets .list-view-item {
		height: auto;
	}
	.list-view-item, .see-event-id-35 {
		width: 100%;
		float: left;
	}
	#seetickets .list-view-item {
		display: block;
		margin: 0;
		padding: 25px;
	}
}
@media only screen and (min-width: 301px) and (max-width: 400px) {
	#seetickets .list-view-item {
		height: auto;
	}
	.list-view-item, .see-event-id-35 {
		width: 100%;
		float: left;
	}
	#seetickets .list-view-item {
		display: block;
		margin: 0;
		padding: 25px;
	}
}
@media only screen and (min-width: 401px) and (max-width: 500px) {
	#seetickets .list-view-item {
		height: auto;
	}
	.list-view-item, .see-event-id-35 {
		width: 100%;
		float: left;
	}
	#seetickets .list-view-item {
		display: block;
		margin: 0;
		padding: 25px;
	}
}
@media only screen and (min-width: 501px) and (max-width: 600px) {
	#seetickets .list-view-item {
		height: auto;
	}
	.list-view-item, .see-event-id-35 {
		width: 100%;
		float: left;
	}
	#seetickets .list-view-item {
		display: block;
		margin: 0;
		padding: 25px;
	}
}
@media only screen and (min-width: 601px) and (max-width: 700px) {
	#seetickets .list-view-item {
		height: auto;
	}
	.list-view-item, .see-event-id-35 {
		width: 100%;
		float: left;
	}
	#seetickets .list-view-item {
		display: block;
		margin: 0;
		padding: 25px;
	}
}
@media only screen and (min-width: 701px) and (max-width: 800px) {
	#seetickets .list-view-item {
		height: auto;
	}
	.list-view-item, .see-event-id-35 {
		width: 98%;
		float: left;
	}
	#seetickets .list-view-item {
		display: block;
		margin-top: 20px;
		padding: 25px;
	}
}
@media only screen and (min-width: 801px) and (max-width: 900px) {
	#seetickets .list-view-item {
		height: 35em;
		margin-top: 20px;
	}
}
@media only screen and (min-width: 901px) and (max-width: 1000px) {
	#seetickets .list-view-item {
		height: 39em;
	}
}
@media only screen and (min-width: 1001px) and (max-width: 1100px) {
	#seetickets .list-view-item {
		height: 39em;
	}
}
@media only screen and (min-width: 1101px) and (max-width: 1200px) {
	#seetickets .list-view-item {
		height: 40em;
	}
}
@media only screen and (min-width: 1201px) {
	#seetickets .list-view-item {
		height: 43em;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}
#seetickets .calendar-link:hover {
	color: #fff;
}
#seetickets .pagination .page-numbers {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
	background-color: #000;
}
#seetickets .pagination {
	margin: 0 auto;
	text-align: center;
	clear: both;
	display: block;
}
.hiveformwrap {
	background-color: #ed5149;
	background-image: url('/wp-content/themes/html5blank-stable/img/peachbg.png');
	background-repeat: repeat;
	background-attachment: fixed;
	padding: 25px;
	min-height: 300px;
}
.hiveformwrap iframe {
	filter: contrast(200%)grayscale(1);
	width: 100%;
}
.copyright {
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.copywrap {
	background-color: #202020;
	padding: 10px;
	margin-top: 55px;
}
.socialwrap {
	width: 80px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 20px;
}
.fb {
	width: 20px;
	height: 20px;
	margin-right: 15px;
	background-image: url('/wp-content/themes/html5blank-stable/img/fb.png');
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 0.2s linear;
	float: left;
}
.fb:hover {
	opacity: .8
}
.tw {
	width: 20px;
	height: 20px;
	margin-left: 15px;
	background-image: url('/wp-content/themes/html5blank-stable/img/tw.png');
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 0.2s linear;
	float: left;
}
.tw:hover {
	opacity: .8
}
.calendarbtn {
	padding: 10px 24px;
	border-radius: 3px;
	background-color: #EFC401;
	cursor: pointer;
	width: 100%;
	max-width: 200px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	display: block;
	color: white;
	border: none;
	clear: both;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 10px;
}
#seetickets .calendar-link a {
	color: #fff;
	transition: all 0.2s linear;
	text-align: center;
}
#seetickets .calendar-link a:first-of-type {
	margin-right: auto;
	margin-left: auto;
}
#seetickets .calendar-link a:hover {
	color: #9e8b3d !important;
}
#seetickets .calendar-event .detail {
	display: none;
}
#seetickets .calendar-event .detail_seetickets_eventtitle h1 {
	font-size: 16px;
	color: white;
}
#seetickets .calendar-event .detail_seetickets_eventtitle h1:hover {
	color: #9e8b3d;
}
#seetickets .event_tickets {
	background: #9e8b3d;
}
#seetickets td.calendar-day-np {
	background-color: transparent;
}
#seetickets table.calendar {
	border-left: 1px solid #999;
	margin: 0 auto;
	width: 100%;
	border-top: 1px solid #999;
}
#seetickets h2.month-name {
	text-align: center;
	color: #fff;
}
#seetickets .calendar-link a:first-of-type {
	color: #000;
}
/* #seetickets .list-view-item .list-view-details {
	min-height: 180px;
} */
#seetickets .calendar-link {
	display: block;
}
.detail.detail_event_time .name::before {
	content: 'Show:';
	margin-right: 5px;
	text-transform: uppercase;
}
.detail.detail_door_time .name::before {
	content: 'Doors:';
	margin-right: 5px;
	text-transform: uppercase;
}
.detail.detail_door_time .name::after {
	content: ' / ';
}
.detail.detail_event_time .name {
	text-transform: uppercase;
	padding-left: 5px;
}
.detail.detail_event_time,
.detail.detail_door_time {
	margin: 0 auto;
}
.detail_door_time {
	padding-right: 5px;
}
/* .detail.detail_event_time .name {
	display: inline-block;
	float: left;
} */
/* .detail.detail_event_date {
	margin-right: 5px;
} */
/* .detail.detail_event_date, .detail.detail_event_time {
	width: auto !important;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	float: left;
} */
/* .detail .name, .event-info-block p {
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	color:#444;
	line-height: 1.5;
	text-align: center;
} */
article .list-view-events, .list-view-events > .seetickets-list-events {
	max-width: 100% !important;
	margin: 0 auto !important;
	justify-content: center;
}
.mdc-card.mdc-card--outlined {
	border: 0 !important;
	transition: 1s ease max-width;
}
body:not(.single-seetickets-event) .list-view-events .mdc-card.mdc-card--outlined {
	margin: 1%;
	transition: 1s ease max-width;
}
.single-seetickets-event .mdc-card.seetickets-list-event-container:not(.grid-item) {
	flex-direction: column-reverse !important;
	max-width: 70%;
	margin: 0 auto;
}
.mdc-card .seetickets-list-view-event-image-container {
	overflow: hidden;
	aspect-ratio: 1/1;
}
.mdc-card .seetickets-list-view-event-image-container img {
	object-fit: cover;
	aspect-ratio: 1/1;
	max-width: 100%;
	max-height: 100%;
	width: 100% !important;
	height: 100% !important;
}
.list-view-events .event-info-block p {
	font-size: 16px;
	line-height: 1.1;
	font-family: "Roboto", sans-serif;
	color: #444;
	line-height: 1.5;
	font-weight: 400 !important;
	text-align: center;
}
#seetickets.list-view h1.headliners a, .event-title, .event-title a {
	font-size: 30px;
	line-height: 1.1;
	color: #444;
	font-weight: 400;
	font-family: atrament-web, sans-serif;
}
.event-title, .event-info-block p {
	padding-top: 0;
	margin-top: 0;
}
p.supporting-talent {
	font-size: 20px;
	line-height: 1.1;
}
#seetickets.list-view .ticket-price {
	padding: 0 10px !important;
	display: flex;
	position: absolute;
	bottom: 50px;
	margin: 0 20%;
}
p.headliners, p.genre, p.venue, p.subtitle, p.ages-price {
	display: none;
}
.mdc-card .buy-and-share-block {
	position: relative;
	bottom: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.seetickets-social-media-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 1;
	margin-top: 12px;
}
.seetickets-social-media-container svg {
	height: 25px;
	width: 25px;
	margin: 5px auto;
}
a.seetickets-buy-btn, .seetickets-list-view-load-more-button {
	border-radius: 3px;
	padding: 12px 24px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 14px !important;
	align-self: center;
	text-align: center;
	max-width: 200px;
	width: 100%;
	background-color: #000;
	color: #fff;
}
.seetickets-list-view-load-more-button {
	width: initial;
	max-width: none;
}
div.seetickets-buy-btn {
	border-radius: 3px;
	padding: 6px 12px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 11px !important;
	align-self: center;
	text-align: center;
	max-width: 100%;
	width: 100%;
}
.seetickets-buy-btn:not(.button-gettickets) {
	border: 1px solid #000;
	color: #444 !important;
	background: #FFF;
	transition: 1s ease all;
}
div.seetickets-buy-btn:not(.button-gettickets) a {
	color: #444 !important;
	transition: 1s ease all;
}
.seetickets-buy-btn:not(.button-gettickets):hover,
.seetickets-buy-btn:not(.button-gettickets):focus {
	border: 1px solid #000;
	color: #FFF !important;
	background: #000;
	transition: 1s ease all;
}
.seetickets-buy-btn:not(.button-gettickets):hover a,
.seetickets-buy-btn:not(.button-gettickets):focus a {
	color: #FFF !important;
	transition: 1s ease all;
}
.seetickets-calendar p.fs-12 {
	padding: 0 0 5px 0 !important;
	margin: 0 auto !important;
	text-align: center;
	line-height: 1.2;
}
.seetickets-calendar .event-title a {
	font-size: 24px;
	line-height: 1;
}
.seetickets-calendar .supporting-talent {
	font-size: 16px !important;
	line-height: 1;
}
.seetickets-calendar-event-date {
	display: none;
}
@media all and (max-width: 800px) {
	#seetickets.list-view .ticket-price {
		position: relative;
		bottom: auto;
	}
	body:not(.single-seetickets-event)  #list-view-item .mdc-card.mdc-card--outlined {
		border: 0 !important;
		max-width: 47% !important;
		margin: 1% !important;
		flex: 47% !important;
		transition: 1s ease max-width;
	}
}
@media all and (max-width:600px) {
	#seetickets .list-view-item .list-img {
		max-height: 100%;
		height: auto;
	}
	body:not(.single-seetickets-event)  #list-view-item .mdc-card.mdc-card--outlined {
		border: 0 !important;
		max-width: 100% !important;
		margin: 1% auto !important;
		flex: 100% !important;
		transition: 1s ease max-width;
	}
}