@import url(https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,700,900);
@import url('styles/boots-bones.css'); 
/*
Theme Name: Mainstage Multimedia - Naked Wordpress Single Row Header Template
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman
Author URI: http://bckmn.com
Description: MAINSTAGEMULTIMEDIA.COM - Single Row Menu Template - Forked from Naked Wordpress,a super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */
#eg-post-cat-wrap{
	display:block !important;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
ol,ul {
	list-style: none;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
code,kbd,tt,var {
	font: 15px Monaco, Consolas, "Montserrat", "DejaVu Sans Mono", monospace;
}
abbr,acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,input,select,textarea {
	font-size: 100%;
	/* Corrects font size not being inherited in all browsers */
	margin: 0;
	/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline;
	vertical-align: middle;
	/* Improves appearance and consistency in all browsers */
}
button,input {
	line-height: normal;
	/* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	overflow: visible;
	/* Corrects inner spacing displayed oddly in IE6/7 */
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
	border: none;
	border-radius: 10px;
	background: #ccc;
	color: rgba(0, 0, 0, 0.8);
	cursor: pointer;
	/* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button;
	/* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 1.12em 1.5em 1em;
}
button:hover,html input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,html input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,button:active,html input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active {
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	/* Addresses box sizing set to content-box in IE8/9 */
	padding: 0;
	/* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield;
	/* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],input[type=email],textarea {
	color: #888888;
	border: 1px solid #dddddd;
	border-radius: 5px;
}
input[type=text]:focus,input[type=email]:focus,textarea:focus {
	color: #101010;
}
input[type=text],input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto;
	/* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 10px;
	vertical-align: top;
	/* Improves readability and alignment in all browsers */
	width: 98%;
}
/* styles-------------------------------------------------------------- */
body,button,input,select {
	padding: 0;
	margin: 0;
	background: #1d1d1d;
	font-family: "Montserrat", Helvetica, sans-serif;
	line-height: 26.64px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
}
/* typography-------------------------------------------------------------- */
/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: "Montserrat", Helvetica, sans-serif;
}
h1 {
	line-height: 71px;
	font-size: 48px;
	font-size: 4.8rem;
}
h2 {
	line-height: 50px;
	font-size: 34px;
	font-size: 3.4rem;
}
h3 {
	line-height: 41px;
	font-size: 28px;
	font-size: 2.8rem;
}
h4 {
	line-height: 26px;
	font-size: 18px;
	font-size: 1.8rem;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
/* Text elements */
p {
	/* margin-bottom: 1.5em;
	*/
}
ul,ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul,ol ol,ul ol,ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b,strong {
	font-weight: bold;
}
dfn,cite,em,i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Montserrat", Courier, monospace;
	font-size: 0.7em;
	line-height: 1.5em;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
	box-shadow: 0 3px 5px #ddd inset;
}
/* Links */
a {
	color: #007998;
	-webkit-transition: color 0.25s ease-in-out;
	-moz-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	-ms-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
	text-decoration: none;
}
a:hover,a:focus,a:active {
	color: rgba(0, 121, 152, 0.5);
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.center {
	text-align: center;
}
/* Header-------------------------------------------------------------- */
.site-title a{
	text-transform: uppercase;
	font-size: 4em;
	text-align: center;
}
.site-title a:hover{
}
.site-description{
	font-style: italic;
}
header {
	background: transparent;
	overflow: hidden;
	height: 81px;
	padding: 0!important;
}
header .gravatar {
	overflow: hidden;
	width: 100px;
	height: 100px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0;
	float: right;
}
header #brand {
	margin:1em 0;
	display:none;
}
header #brand h1 {
	font-weight: 900;
	color: #565656;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.45em;
}
header #brand h1 a {
	color: #565656;
	text-decoration: none;
}
header #brand h1 span {
	font-weight: 200;
	color: #888888;
	text-transform: lowercase;
}
header nav {
	font-family: "Montserrat", Helvetica, sans-serif;
}
.menu-main-nav-container, .menu-main-container {
	float: right;
}
header nav ul {
	list-style: none;
	margin: 0;
}
header nav ul li {
	float: left;
	margin: 0px 10px 0 0;
}
header nav ul li a {
	/* color: #888888;
	*/
	/* font-size: 14px;
	*/
}
/* Posts/Articles-------------------------------------------------------------- */
article {
	background: transparent;
	padding: 0;
	margin-bottom: 80px;
	border-bottom: 1px solid #dddddd;
}
article .title {
	color: #404040;
	line-height: 56.24px;
	font-size: 38px;
	font-size: 3.8rem;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.1em;
}
article .title a {
	text-decoration: none;
	color: #404040;
}
article .title a:hover {
	color: #007998;
}
article .post-meta {
	margin-bottom: 40px;
	font-size: 14px;
	text-align: center;
	font-family: "Karla", Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}
article .post-meta a {
	color: #888888;
	text-decoration: none;
}
article .post-meta a:hover {
	color: rgba(136, 136, 136, 0.5);
}
article .the-content a {
	font-weight: 900;
	text-decoration: none;
}
article .the-content p {
	color: #191919;
	text-align: none;
}
article .the-content img {
	width: 100%;
	height: auto;
}
article .meta {
	line-height: 14.8px;
	font-size: 10px;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: .9px;
}
article .meta div {
	margin:1px auto;
}
article .meta .post-categories {
	list-style: none;
	margin: 0 0 10px 0;
}
article .meta .post-categories li {
	display: inline-block;
	margin-right: 10px;
}
/* Page loop styling */
.page article {
	border-bottom: none;
}
.page article .title {
	margin-bottom: 40px;
}
/* Pagination */
#pagination {
	margin-bottom: 40px;
	width: 100%;
}
#pagination .past-page {
	float: right;
	width: 49%;
	text-align:right;
}
#pagination .next-page {
	float: left;
	width: 50%;
	border-right: 1px solid #ccc;
	height: 200px;
}
.next-page a, .past-page a {
	font-size: 2em;
	font-family: "Montserrat", Helvetica, sans-serif;
	font-weight: 400;
	font-style: italic;
	padding: 10%;
}
/* Comments */
h3#comments {
	margin-bottom: 80px;
	font-size: 16px;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist .comment {
	margin: 0 0 40px 50px;
	padding: 20px;
	position: relative;
	list-style: none;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment .children {
	margin-top: 40px;
}
.commentlist .comment-author {
	float: left;
	margin-right: 10px;
}
.commentlist .comment-author img {
	position: absolute;
	left: -50px;
	top: 5px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment-author .says {
	display: none;
}
.comment-meta {
	font-size: 12px;
	margin-bottom: 10px;
}
.comment-subscription-form,.comment-subscription-form {
	margin-bottom: 0;
	font-size: 14px;
}
#respond {
	margin-bottom: 80px;
}
#respond > h3 {
	font-size: 16px;
	margin-bottom: 20px;
}
#respond form label {
	color: #888888;
}
footer {
	text-align: center;
	padding-bottom: 40px;
	font-size: 12px;
}
/* Misc & mixens-------------------------------------------------------------- */
.site-footer{
	border-top: 1px solid #da373b;
	background: #000000;
	background: -moz-linear-gradient(top, #000000 0%, #262626 100%);
	background: -webkit-linear-gradient(top, #000000 0%,#262626 100%);
	background: linear-gradient(to bottom, #000000 0%,#262626 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#262626',GradientType=0 );
}
.hide-text {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.clear {
	clear: both;
}
/* clear floats */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* #Menu Amendents================================================== */
/*/
/Color Variables#E84545: #E84545;
//Red#53354A: #53354A;
//Plum#903749;
: #903749;
//Maroon// Base Styles*/
h1 {
	font-size: 2em;
	padding: 0em 0 0em 0;
}
.navBar {
	background-color: #000;
	position: fixed;
	min-width: 100%;
	border-bottom: 1px solid #D9383C;
	max-height: 91px;
	z-index: 10;
	-webkit-box-shadow: 0 -40px 60px 40px rgba(0,0,0,.7);
	box-shadow: 0 0px 31px 29px rgba(0,0,0,.7);
}
#survey{
	display:none;
}
.logo {
	display: inline-block;
	height: 80px;
	padding: 0 0 0 5%;
	width: 151px;
	overflow: hidden;
	/* background:#ccc;
	*/
}
.logo img{
	max-height: 80px;
	width: 151px;
}
/*/
/ Content Wrapper*/
.wrapper {
	margin: 0 auto;
	/* max-width: 960px;
	*/
	padding: 0 1%;
}
#menu-ticket li{
	background:#D9383C;
}
/*/
/ Full Navigation, including mobile menu*/
header nav ul {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	width: 100%;
	height: 100%;
}
header nav a {
	color: #ffffff;
	text-decoration: none;
	transition: all .5s ease;
	font-size: calc(6px + .81vw);
	font-family: Montserrat;
	line-height: 72px;
	display: block;
	font-weight: 400;
	border-bottom: 3px solid #000000;
	padding: 4px 0 0 0;
}
header nav a:hover {
	font-weight:500;
	color:#fff;
	border-bottom: 3px solid #E84545;
}
.current-menu-item a{
	font-weight: 500!important;
	color: #fff;
}
header nav li {
}
#menu-toggle {
	display: none;
}
.label-toggle {
	display: none;
}
.wrapper {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	nav {
		ul {
			a {
				color: #53354A;
			}
		}
	}
	ul {
		/* background-color: #E84545;
		*/
		display: block;
		height: 0;
		list-style-type: none;
		opacity: 0;
		text-align: center;
		transition: all 1s ease;
		width: 100%;
		visibility: hidden;
	}
	li {
		display: block;
		font-size: 1.5em;
		padding: 2em 0;
	}
	#menu-toggle:checked ~ ul {
		opacity: 1;
		height: 100vh;
		visibility: visible;
	}
	.label-toggle {
		background: linear-gradient(to bottom, #E84545 0%, #E84545 20%, transparent 20%, transparent 40%, #E84545 40%, #E84545 60%, transparent 60%, transparent 80%, #E84545 80%, #E84545 100%);
		cursor: pointer;
		display: block;
		float: right;
		height: 35px;
		margin-top: 1em;
		width: 35px;
	}
	.wrapper {
		display: block;
	}
	.accordion .tab-label {
		font-size: 16px;
		line-height: 24px;
	}
	#survey{
		position:absolute;
		border-bottom:0px;
		left:20px;
		top: 20px;
		display:block;
	}
	#survey img{
		width: 38px;
	}
}
#survey a{
	border:none;
}
/*======================== #Page Amendents ========================== */
#covid h4{
	font-weight:700;
	font-size:19px;
	padding:0 0 10px 0;
}
#covid p {
	font-size: 15px;
	line-height: 16px;
}
.covid-desktop {
	display: block!important;
}
.covid-mobile {
	display: none!important;
}
#strong {
	font-weight: 600;
}
.fit-vids-style {
	display: none;
}
.main-fluid {
	overflow: hidden;
}
.menu-menu-1-container {
	width: 70%;
	height: 100%;
}
#masthead {
	display: block;
	position: relative;
}
.page-template-page-sidebar .row-fluid .span8 {
	width: 65.81196581196582%;
}
.header-image {
	background-position: center top!important;
}
#menu-item-24 {
	background: #da373a;
	padding: 0 11px;
}
#menu-item-24 a{
	border-bottom:0;
}
.gradient-bg{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,262626+100 */
	background: #000000;
	/* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #262626 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #000000 0%,#262626 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #000000 0%,#262626 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#262626',GradientType=0 );
	/* IE6-9 */
	border-top: 1px solid #da373b;
	border-bottom: 1px solid #da373b;
	font-weight: 100;
}
.gradient-bg h1{
	font-weight:600;
}
.two-column-gradient-bg{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,262626+100 */
	background: #000000;
	/* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #262626 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #000000 0%,#262626 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #000000 0%,#262626 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#262626',GradientType=0 );
	/* IE6-9 */
}
.two-column-gradient-bg p, #locations-venue-info-location p, .venue-info, #locations-tour p{
	color:#fff!important;
	padding: 0 0 47px 0;
	font-size: 19px!important;
	font-weight: 400;
	line-height: 39px;
	margin: 0!important;
}
.half-black-gradient{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+60,262626+100 */
	background: #000000;
	/* Old browsers */
	background: -moz-linear-gradient(top, #000000 60%, #262626 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #000000 60%,#262626 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #000000 60%,#262626 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#262626',GradientType=0 );
	/* IE6-9 */
}
#about-legends-header, #location-header-info {
	margin-top: -177px!important;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+32,262626+100&0+0,0.67+19,1+38 */
	padding: 86px!important;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.67) 19%, rgba(0,0,0,0.9) 32%, rgba(3,3,3,1) 38%, rgba(38,38,38,1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 19%,rgba(0,0,0,0.9) 32%,rgba(3,3,3,1) 38%,rgba(38,38,38,1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 19%,rgba(0,0,0,0.9) 32%,rgba(3,3,3,1) 38%,rgba(38,38,38,1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#262626',GradientType=0 );
	/* IE6-9 */
	border-bottom: 16px solid #da373b;
}
.big-red-heading {
	font-weight: 600;
}
#reviews .esg-entry-media {
	/* width: 38%;
	*/
	/* margin: -43px auto;
	*/
}
article {
	background: transparent;
	padding: 0;
	margin-bottom: 0px;
}
h1, #legends-news h1,#partners h1,#about-legends-header h1,#performers-header-info h1,#location-header-info h1, #locations-info h1, #locations-info,#faq-seating-chart h1,#locations-venue-info-location h1,#locations-ticket-prices h1,.video-title {
	font-size: 38px;
	font-weight: 700;
	text-align: center;
	color: #da373b!important;
	line-height: 38px!important;
	text-transform:uppercase;
}
/*{
	font-size:30px;
	line-height:42px
}
*/
#tropicana-featured-post .flex-control-paging li a {
	background: rgb(255, 0, 0);
}
#Performer-Main-Image img {
	border: 1px solid #d8373c;
}
#locations-info{
	text-align:center!important;
	padding: 73px 0px 0px!important;
	z-index: 9!important;
	margin-top: -82px!important;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+32,262626+100&0+0,0.67+19,1+38 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.67) 19%, rgba(0,0,0,0.9) 32%, rgba(0,0,0,1) 38%, rgba(0,0,0,1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 19%,rgba(0,0,0,0.9) 32%,rgba(0,0,0,1) 38%,rgba(0,0,0,1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 19%,rgba(0,0,0,0.9) 32%,rgba(0,0,0,1) 38%,rgba(0,0,0,1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#262626',GradientType=0 );
	/* IE6-9 */
}
#locations-info h1:before{
	content:"";
	color:#da373b;
	position:absolute;
	margin:-2px 0 0 0px
}
h6, #legends-news h6, #partners h6, #about-legends-header h6, #performers-info h6, #location-header-info h6,#location-header-info h6, #locations-info h6, .venue-info-subtitle, .venue-address,#faq-seating-chart h6,#locations-venue-info-location h6,#locations-ticket-prices h6,.video-subtitle, #locations-performers-header-info h6 {
	font-size: 25px!important;
	line-height: 40px!important;
	font-weight: 300;
	text-align: center;
	color: #ffffff;
	padding: 20px 0 20px!important;
}
#locations-performers-header-info h6 {
	padding:20px 0 0px 0!important
}
#locations {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.67) 19%, rgba(0,0,0,0.9) 32%, rgba(3,3,3,1) 38%, rgba(38,38,38,1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 19%,rgba(0,0,0,0.9) 32%,rgba(3,3,3,1) 38%,rgba(38,38,38,1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.67) 19%,rgba(0,0,0,0.9) 32%,rgba(3,3,3,1) 38%,rgba(38,38,38,1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#262626',GradientType=0 );
	/* IE6-9 */
	margin-top: -100px!important;
}
#locations h1{
	color: #fff!important;
	font-weight:100;
	text-align:center;
}
/*#field_5d9bab6f975a7 {
	z-index: 99999999;
	position: relative;
}
.vc_tta-panel-body {
	margin-top: -49px;
	padding: 0 0 0 22px!important;
	font-size: 14px;
}
*/
#home-header {
	-webkit-box-shadow:inset 0 0 31px 29px rgba(0,0,0,.7);
	box-shadow:inset 0 0 31px 29px rgba(0,0,0,.7);
	min-height: 600px!important;
}
.simple-light .esg-navigationbutton {
	background:none!important;
	border:1px solid #d9373b!important;
	border-radius: 33px;
	color:#d9373b;
	padding: 8px 15px!important;
}
#worlds-greatest h3 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.2em!important;
	padding: 0;
	margin: 0;
}
.simple-light .esg-navigationbutton *{
	color: #d9373b!important;
	font-weight: 100!important;
	font-size: 12px;
	font-family: montserrat!important;
}
.flex-caption, .wpb_posts_slider .nivo-caption {
	background-color: #f000!important;
	border-top:1px solid #da373b;
	padding: 20px 0 0 0!important;
	margin:0!important;
}
.flexslider {
	margin: 0px 0 60px;
	background: #ffffff00!important;
	border:0!important;
	border-radius: 0px!important;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0)!important;
	-o-box-shadow: 0 1px 4px rgba(0,0,0,0)!important;
	box-shadow: 0 1px 4px rgba(0,0,0,0)!important;
}
.flexslider p{
	color:#fff;
}
#tropicana-featured-post h2.wpb_heading.wpb_posts_slider_heading{
	font-size:2.3rem;
	color:#fff;
	line-height:2.3rem;
	text-transform:uppercase;
	font-weight:600;
	padding:15px 0!important;
}
#tropicana-featured-post h2{
	padding:0!important;
	margin:0!important;
	line-height: 1.5rem;
}
#tropicana-featured-post h2 a {
	color:#fff;
	font-size:1.5rem;
	font-weight:600;
}
#tropicana-featured-post p {
	color:#fff;
	font-size:1.3rem;
	font-weight: 500;
	line-height: 2.3rem;
	margin-top: 20px;
}
#legends-news .vc_gitem-col{
	background: #000;
	color:#fff;
	padding: 20px 0px 0px!important;
	margin-bottom: 0px;
}
#legends-news .vc_gitem-post-data {
	padding: 0 20px;
}
#legends-news h4{
	color:#da373b;
	font-size: 13px;
	line-height: 16px;
	font-weight: 600;
}
#legends-news p{
	color: #cacaca;
	font-size: 14px;
	line-height:18px;
	font-weight: 500;
}
#legends-news .vc_grid-item.vc_clearfix.vc_col-sm-4.vc_grid-item-zone-c-bottom.vc_visible-item {
}
#legends-news .vc_grid-item-mini.vc_clearfix {
	border: 1px solid #da373b;
}
#legends-news .vc_btn3-left {
	/* position:absolute;
	*/
	bottom:0;
	margin: 0;
}
#legends-news .vc_btn3-color-juicy-pink {
	background-color:#da373b;
	width:100%;
	border-radius: 0;
	font-weight: 300;
	text-align: left;
}
.featured-post .vc_gitem-row-position-top .vc_gitem-col{
	background:none!important;
}
.featured-post .vc_gitem-row-position-top .vc_gitem-col a{
	background: #da373b!important;
	color: #fff!important;
	padding: 10px 25px!important;
	width: 100px;
	text-align: center!important;
	font-weight: 500;
}
.wtpsw-post-items ul {
	margin: 0px!important;
}
.formEl.fieldtype-checkbox.required {
	float: right;
}
.formEl.fieldtype-input.required {
	float: left;
	width: 80%!important;
	display: inline-block!important;
	margin: 0!important;
	padding: 0!important;
}
.submit-container {
	display: inline-block!important;
	float: right;
	width: 20%;
	margin: -2px 0 0 0!important;
	padding: 0!important;
}
#ic_signupform .elcontainer .submit-container input[type="submit"] {
	background: #D8373B!important;
	border: none!important;
	width: 100%!important;
	max-height: 3em!important;
	border-radius: 0 15px 15px 0!important;
	line-height: 2.6em;
	padding: 0!important;
	margin: 0!important;
	color: #fff;
}
#ic_signupform .elcontainer .formEl.fieldtype-input input[type="text"], #ic_signupform .elcontainer .formEl.fieldtype-dropdown select {
	border: none!important;
	border-radius: 15px 0px 0px 15px!important;
}
#contact-details {
	text-align:center;
	color:#fff
}
#contact-details h1{
	font-size: 1em;
}
#contact-details h6{
	font-size:15px
}
#contact-details a{
	font-weight:100;
	color:#fff;
	text-decoration:underline;
}
#site-info container {
	overflow: hidden;
}
#site-info {
	/* padding: 12px 100%;
	*/
	margin: 0 auto;
	display: block;
	background: #000;
}
#site-info p{
	padding:0!important;
	margin:0!important;
	text-align: left;
}
#site-info ul{
	padding:0!important;
	margin:0!important;
}
#contact-form-holder {
	background: #0513338f;
	color: #fff;
	max-width: 470px;
	float: right;
}
#contact-form-holder p{
	color: #fff;
	font-size:12px;
}
#contact-form-holder textarea {
	width: 100%;
	padding:0!important;
	margin:0 0 20px 0;
	position:relative;
	border-radius: 0;
}
#contact-form-holder .wpcf7-text {
	width: 100%;
	padding:0!important;
	margin:0 0 20px 0;
	position:relative;
	background: #fff;
	border-radius: 0;
}
#contact-form-holder .wpcf7-submit {
	background:#da383c;
	color:#fff;
}
.g-recaptcha {
	display:none!important;
}
.legends-button a {
	font-weight: 500!important;
	font-size: 20px!important;
}
#big-red-button {
	padding: 30px 0;
}
#big-red-button {
	line-height: 30px;
	font-size: 24px;
}
#big-red-button a{
	font-weight:300!important;
	padding: 10px 0px;
}
#leach-comment {
	font-size: 23px!important;
	font-weight: 400;
	font-style: italic;
	text-align: center!important;
	line-height: 40px!important;
	color: #000;
}
#leach-comment img {
	align:bottom;
}
#leach-name {
	font-weight: 600;
	font-size: 28px!important;
	text-align: center!important;
	font-style: italic;
	color: #000;
}
#performer-page, #legends-page {
	background-position: center top!important;
}
#performers-biography-bg{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#151515+19,333333+100 */
	background: #151515;
	/* Old browsers */
	background: -moz-linear-gradient(top, #151515 19%, #333333 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #151515 19%,#333333 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #151515 19%,#333333 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#151515', endColorstr='#333333',GradientType=0 );
	/* IE6-9 */
}
#Performer-sidebar {
	/* border: 1px solid #d8373b;
	*/
}
#performer-photo .vc_column-inner {
	padding: 0!important;
	margin: 0!important;
}
.performer-thumbnails img {
	border:1px solid #d8373b;
}
#performers-photo-row-1 {
	margin: 19px 0 0 0!important;
	padding: 20px!important;
}
#performers-photo-row-1 img{
	width:100%;
	margin:0!important;
	padding:0!important
}
#small-button a {
	font-weight: 300!important;
}
h2#comment-text-weight {
	font-weight: 500;
	padding:0 0 20px 0;
}
h3#publication-text-weight {
	font-style: italic;
	font-weight: 600;
}
.type-url a{
	font-size: 12px;
	font-weight: 500!important;
	color: #e04d50;
}
.biography {
	padding: 30px!important;
	color: #fff!important;
}
.biography p {
	color: #fff!important;
	font-size:14px;
	padding:30px 0 0 0;
	line-height: 31px;
}
.starting-time {
	color: #fff;
	float: left;
	padding-left: 30px;
	font-size:12px;
}
#separator-hiphen {
	color: #fff!important;
	float: left;
	margin: 0 10px;
	display: none;
}
#separator-hiphen p{
	color:#fff;
	font-size:10px
}
.ending-time {
	color: #fff;
	float: left;
	font-size:12px;
	display:inline-block;
	position:relative;
}
.vc_empty_space.shadow {
	margin: -80px auto 76px;
	width: 66%;
	height: 30px!important;
	background: #000000 37% 54% no-repeat padding-box;
	opacity: 1;
	filter: blur(40px);
}
.performers-bg{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f0f0f+0,1e1e1e+100 */
	background: #0f0f0f;
	/* Old browsers */
	background: -moz-linear-gradient(top, #0f0f0f 0%, #1e1e1e 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0f0f0f 0%,#1e1e1e 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #151515 0%,#333333 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#1e1e1e',GradientType=0 );
	/* IE6-9 */
	border-top: 1px solid #da383c;
	border-bottom: 1px solid #da383c;
	min-height: 500px;
}
.performer-name-heading {
	font-size: 40px;
	font-weight: 700;
	color: #D8373B;
	text-transform: uppercase;
	line-height: 40px;
}
.performed-by {
	color: #fff;
	font-size: 17px;
	font-weight:300;
	text-transform: uppercase;
}
#performers-template {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+19,2b2b2b+100 */
	background: #000000;
	/* Old browsers */
	background: -moz-linear-gradient(top, #000000 19%, #2b2b2b 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #000000 19%,#2b2b2b 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #000000 19%,#2b2b2b 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2b2b2b',GradientType=0 );
	/* IE6-9 */
}
.legend-header ul {
	list-style-type:none;
	padding:0!important;
	margin:0!important;
}
.legend-header, .legend-header a {
	color:#d8373b;
	font-size:48px;
	font-weight:600!important;
	line-height: 48px;
	text-transform: uppercase;
}
#locations-header img {
	width: 100%;
	height: auto;
}
.buy-tickets {
	position: relative;
	margin: 0 auto;
	width:150px;
	display:block;
	min-height: 80px;
}
.buy-tickets span {
	color: #fff;
	background:#d8373b;
	position: absolute;
	text-align: center;
	border-radius:5px;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:600;
	padding: 8px 20px;
	min-width: 169px;
	margin-left: -35px;
	line-height: 30px;
}
.buy-tickets a {
	color: #ffffff1f;
	position:absolute;
	overflow: hidden;
	text-align: center;
	font-size: 0px;
	display: inline-block;
	width: 209px;
	font-family: montserrat!important;
	margin-left: -35px;
	line-height: 50px!important;
}
.buy-tickets-float {
	position: relative;
	margin: 0 auto;
	width:150px;
	display:block;
}
.buy-tickets-float span {
	color: #fff;
	background:#d8373b;
	position: absolute;
	text-align: center;
	border-radius:5px;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:600;
	padding: 8px 20px;
	min-width: 169px;
	margin-left: -105px;
}
.buy-tickets-float a {
	color: #ffffff1f;
	position:absolute;
	overflow: hidden;
	text-align: center;
	font-size: 0px;
	height: 53px;
	display: inline-block;
	width:209px;
	font-family: montserrat!important;
	margin-left: -105px;
}
.location-price:before {
	content: "$";
	color: #fff;
	font-size: 10px;
	vertical-align: super;
}
.price-table {
	color: #fff!important;
	font-size: 16px;
	line-height: 48px;
}
.sidebarbox {
	border: 1px solid #d8373b;
	padding: 20px;
	margin-bottom: 22px;
}
.sidebarbox h5{
	color:#d2d2d2;
	font-size: 23px;
	text-align:center;
	padding: 0 0 10px 0;
}
.sidebarbox a{
	background:#d8373b;
	display: block;
	padding: 0px 59px;
	border-radius: 5px;
	color:#fff;
	font-weight:100!important;
	font-size: 19px;
	margin: 10px auto;
	position: relative;
	max-width: 100px;
	text-align: center;
}
.sidebarbox img{
	margin:10px 0;
	width: 100%;
}
#news-sidebar #searchform {
	margin: 54px 0;
}
.wtpsw-post-items ul h6{
	text-align:left!important;
	margin: 0!important;
	padding: 0!important;
	line-height: 7px!important;
}
.wtpsw-post-items ul a{
	font-size: 11px!important;
	font-weight: 400!important;
	text-align: left!important;
	line-height: 12px!important;
	margin:0!important;
	padding:0!important;
	color: #fff!important;
}
.wtpsw-date-post {
	margin: 5px 0 0 0!important;
	line-height: 10px;
	font-size: 9px;
	color: #d9363a;
	font-weight: 600;
}
.wtpsw-post-cnt {
	font-size: 10px;
	line-height: 12px;
	font-weight: 500;
}
#news-sidebar {
	color: #fff;
}
label.screen-reader-text {
	display: none;
}
input[type=text] {
	width: 85%;
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 39px;
	border: none;
	background: #ccc;
}
input[type="submit"] {
	width: 25%;
	background: #d9363a;
	padding: 0;
	line-height: 39px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	margin: 0 0 0 -11px!important;
	color: #fff;
}
.side-title {
	background: #404040;
	padding: 13px;
	font-size: 11px!important;
	font-weight: 500!important;
	text-transform: uppercase;
	border-left: 5px solid #d33539;
}
.wtpsw-post-li {
	border-bottom: 1px solid #3a3a3a;
	list-style: outside none none !important;
	margin: 10px 0px !important;
}
#ul_pis_posts_in_sidebar-2 {
	margin: 0px!important;
}
#ul_pis_posts_in_sidebar-2 li {
	list-style-type:none;
	border-bottom: 1px solid #3a3a3a;
	padding: 10px 10px;
}
#ul_pis_posts_in_sidebar-2 a{
	color:#fff;
	font-size: 13px;
	display: block;
	font-weight: 500;
	line-height: 17px;
}
.vc_tta-panel-heading {
	border-color: #da373b!important;
	color: #ccc!important;
}
/* Event on */
.eventon_events_list .eventon_list_event .desc_trig, .evopop_top {
	background-color: #00000000!important;
}
.eventon_list_event a {
	border: none!important;
	border-radius: 0!important;
}
#evcal_list {
	border-top:0!important;
	border-right:0!important;
	border-bottom: 1px solid #353535!important;
	border-left: 0px!important;
	overflow: hidden!important;
}
.evcal_desc_info {
	font-size: 18px!important;
}
.eventon_events_list .eventon_list_event .evcal_list_a {
	min-height: 146px!important;
	padding: 41px 0px!important;
	z-index: 99!important;
}
.eventon_events_list .eventon_list_event .ev_ftImg {
	height: 100%!important;
	max-height: 125px!important;
	width: 250px!important;
	border-bottom: 9px solid #da373b!important;
	border-radius: 0!important;
}
.eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock, .evo_pop_body .hasFtIMG .evcal_cblock {
	left: 285px!important;
	padding-top: 29px!important;
}
#evcal_list .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {
	padding-left: 367px!important;
	padding-top: 50px!important;
}
.eventon_list_event:after {
	content:"buy tickets";
	position:absolute!important;
	color:#fff!important;
	right:0px!important;
	margin-top:-130px!important;
	text-transform:uppercase;
	background:#d8363c;
	border-radius:4px;
	font-size:16px;
	font-weight:500;
	padding:0 20px;
}
em.day {
	font-size: 20px!important;
}
em.date {
	font-size: 34px;
}
em.month {
	font-size: 20px!important;
}
#legends-news-header {
	padding: 50px 0 0 0!important;
}
/* Ess. Grid Tweaks */
/*.filter-partners .esg-media-poster {
	max-height: 30px;
}
*/
.filter-partners .esg-bc.eec {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+86&0+0,0.75+87 */
	background: none!important;
	/* FF3.6-15 */
	background: none!important;
	/* Chrome10-25,Safari5.1-6 */
	background: none!important;
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: none;
	/* IE6-9 */
}
.esg-grid .mainul li.eg-performers-skin-wrapper {
	background: none!important;
}
.eg-georgebush-wrapper .esg-entry-cover {
	background: rgba(0,0,0,0.0);
	border-top: 1px solid #da383c;
}
.eg-georgebush-container {
	margin-top: -2px!important;
}
.esg-filter-wrapper.eg-search-wrapper.esg-fgc-9 {
	min-width: 400px;
	padding: 50px 0 20px;
}
.esg-navigationbutton.esg-filterbutton.esg-pagination-button {
	min-width: 20px!important;
	min-height: 20px!important;
	line-height: 20px!important;
	background: #000!important;
	font-size: 8px;
}
.esg-container-fullscreen-forcer input.eg-search-input {
	line-height: 24px;
	font-size: 13px;
}
.esg-filter-wrapper.eg-search-wrapper.esg-fgc-5 {
	margin: 0!important;
}
/* Change the "data-selectedfilter" name with the "slug" name */
/* Example: [data-selectedfilter="filter-my-filter-slug"] */
/* Change the "background: url("");
" link with the your preferred image link */
/* Example: background: url("http://www.themepunch.com/my-image.png");
*/
.esg-filterbutton[data-filter="filter-classic-legends"] {
	background: #fff url("https://legendsinconcert.com/wp-content/uploads/2019/10/Mask-Group-7.svg")!important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	content: "";
}
.esg-filterbutton[data-filter="filter-country-legends"] {
	background: #fff url("https://legendsinconcert.com/wp-content/uploads/2019/10/Mask-Group-15.svg")!important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	content: "";
}
.esg-filterbutton[data-filter="filter-performers"] {
	background: #fff url("https://legendsinconcert.com/wp-content/uploads/2019/10/show-all-button.jpg")!important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	content: "";
}
.esg-filterbutton[data-filter="filter-in-the-making"] {
	background: #fff url("https://legendsinconcert.com/wp-content/uploads/2019/10/lady-gaga.svg")!important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	content: "";
}
.esg-filterbutton[data-filter="filter-living-legends"] {
	background: #fff url("https://legendsinconcert.com/wp-content/uploads/2019/10/Mask-Group-8.svg")!important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	content: "";
}
.esg-filterbutton {
	float:left;
	border: 1px solid #D8373B!important;
	border-radius: 0!important;
	min-width: 200px!important;
	min-height: 266px!important;
	background:#fff!important;
	padding: 0!important;
}
.esg-filterbutton span {
	position: relative;
	background:#D8373B;
	display: block;
	top: 228px!important;
}
.esg-navigationbutton {
	border:1px solid #D8373B!important;
	border-radius:26px!important;
}
.flat-dark .esg-navigationbutton * {
	color:#D8373B!important;
}
.esg-overflowtrick {
	margin-bottom: 0px;
}
#performers article.esg-filters.esg-singlefilters {
	margin: 37px 0!important;
}
.esg-navigationbutton.esg-left.esg-fgc-5 {
	margin: 0;
	padding: 0 10px 0;
}
.esg-pagination.esg-fgc-5 {
	margin: 0px 0 0!important;
	padding: 0px 0 0px 0!important;
}
.esg-bc.eec {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 49%, rgba(0,0,0,0.8) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 49%,rgba(0,0,0,0.8) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 49%,rgba(0,0,0,0.8) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
	/* IE6-9 */
	padding:10px 0;
}
.on-tour {
	z-index: 1!important;
	position: relative;
}
#permanent-venue .esg-bc.eec, #seasonal-venue .esg-bc.eec {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+86&0+0,0.75+87 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.74) 86%, rgba(0,0,0,0.75) 87%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.74) 86%,rgba(0,0,0,0.75) 87%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.74) 86%,rgba(0,0,0,0.75) 87%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
	/* IE6-9 */
}
#locations-venue-info-location p{
	padding:0!important;
	margin:0!important;
}
.ui-widget.ui-widget-content {
	border: 1px solid #d9363a!important;
	background: #000!important;
	padding: 15px;
	z-index: 99999999!important;
}
.datepicker {
	margin: 0px auto!important;
	padding: 0px 7px 0 48px!important;
	border-radius: 3px!important;
	line-height: 39px!important;
	color: #d8373c!important;
}
.ui-datepicker th {
	font-size:18px!important;
}
.ui-datepicker {
	width: 421px!important;
	font-family: "Montserrat", Helvetica, sans-serif!important;
	margin-top: 0px!important;
}
.ui-widget-header {
	background: #d9363a!important;
	color: #fff!important;
	font-family: "Montserrat", Helvetica, sans-serif!important;
	font-size:18px!important;
	margin: 0 0 13px 0;
}
a.ui-state-default {
	background: #000!important;
	color: #fd7a7d!important;
	font-weight: 900!important;
	font-size: 21px;
	border: 0px solid #d9363a!important;
}
table.ui-datepicker-calendar {
	font-size:18px!important;
	text-align:center!important;
}
table.ui-datepicker-calendar thead{
	line-height:14px!important;
	background: #ffffff2e!important;
	font-size: 15px;
	color: #fff;
	font-weight: 500!important;
}
a.ui-state-default {
	text-align: center!important;
}
.venue-info-link span {
	color: #fff!important;
	padding: 0 0 47px 0;
	font-size: 12px!important;
	font-weight: 100;
	line-height: 31px;
	margin: 0!important;
}
.venue-info-link a {
	color: #da373b!important;
	font-size: 14px!important;
	font-weight: 500!important;
}
.single-post #primary {
	width: 68%;
	display: block!important;
	position: relative;
	float: left;
	padding: 0!important;
	margin: 0!important;
}
.single-post #sidebar {
	width: 30%;
	display: block;
	position: relative;
	float: right;
}
.single-post .main-fluid {
	padding: 50px 5%;
}
.single-post #content {
	margin: 0;
	width: 100%;
}
.single-post p{
	color:#fff!important;
	font-size:14px;
	font-size: 16px!important;
	font-weight: 100;
	line-height: 31px;
	padding:15px;
}
.single-post h1 {
	font-size: 22px!important;
	text-align: left;
	line-height: 29px!important;
	padding:0 0 10px 0;
	margin:0 0 10px;
	border-bottom:1px solid #d4d4d4;
}
.single-post .post-meta{
	text-align:left;
	color:#ccc;
	font-weight:100;
	font-size:14px
}
.single-post p{
	padding:0 0 20px;
}
/* Footer */
footer {
	text-align: center;
	padding: 0;
	font-size: 12px;
	background: #000;
	color:#fff;
}
.site-info.container p {
	color: #8c8c8c;
	margin: 0!important;
	font-size: 10px;
	float: left;
}
#privacy{
	float:right;
}
#company-info {
	width: 65%;
	float: right;
	text-align: left;
	font-size: 30px!important;
}
#company-info .textwidget{
	padding:0 0 10px 0
}
#company-info p{
	font-size:10px;
	text-align:left;
	line-height: 10px;
	padding: 0!important;
	margin: 0!important;
	color:#a7a7a7;
}
#company-info #headquarters p {
}
#company-info #address p {
}
#company-info #city p {
}
#company-info #number p {
}
#max-width {
	max-width: 1500px;
	margin: 0 auto;
}
#widgetholder {
	overflow: hidden;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,262626+100 */
	/* background: #000000;
	*/
	/* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #262626 100%);
	/* FF3.6-15 */
	/* background: -webkit-linear-gradient(top, #000000 0%,#262626 100%);
	*/
	/* Chrome10-25,Safari5.1-6 */
	/* background: linear-gradient(to bottom, #000000 0%,#262626 100%);
	*/
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#262626',GradientType=0 );
	/* IE6-9 */
	padding: 26px 6% 0px;
	max-width: 1500px;
	margin: 0 auto;
}
#footer-left {
	width: 45%;
	float: left;
}
#footer-logo {
	float: left;
	width: 34%;
}
#footer-right {
	width: 55%;
	float: right;
	padding: 0;
	margin: 0;
}
#footer-newsletter-text {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin: 13px 0 0 0;
}
#footer-newsletter {
	width: 69%;
	display: inline-block;
	margin: 20px 0 0px 0!important;
	padding: 0 0 14px 0px;
}
#footer-newsletter-text p{
	text-align:left;
	font-size:10px;
	line-height:10px
}
#footer-menu {
	border-top: 1px solid #444;
}
#footer-menu .menu-menu-1-container {
	width: 100%;
}
#footer-menu ul {
	padding: 0!important;
	margin: 0!important;
	width: 100%;
	display: inline-block;
	max-height: 49px;
}
#footer-menu li{
	float:left;
	width: auto;
	font-size: 11px;
	list-style-type: none;
	padding: 10px 3.4% 3px 3.4%;
}
#footer-menu li:first-child{
	padding-left: 10px;
}
#footer-menu li:last-child{
	padding-right:0px;
}
#footer-menu li a{
	color:#c4c4c4;
	font-weight: 500;
	font-size: .631vw;
	display: inline-block;
}
#footer-copyright {
	width: 48%;
	display: inline-block;
	padding: 0;
	margin: 0;
	position: relative;
	font-size:8px;
	color:#c4c4c4;
}
#footer-privacy-menu {
	width: 48%;
	display: inline-block;
	padding: 0;
	margin: 0;
	position: relative;
}
#footer-privacy-menu li{
	list-style-type:none;
	display:inline-block;
	border-right:1px solid #ccc;
	line-height:10px;
	padding: 0px;
	font-size:10px;
	margin:0;
	float: right;
}
#footer-privacy-menu li:last-child{
	border-right:none;
}
#footer-privacy-menu li a{
	color:#ccc;
	padding: 0 5px 0 3px;
}
.wpb_text_column.wpb_content_element form {
	width: 316px!important;
	margin: 0 auto;
}
.wpb_text_column.wpb_content_element input[type="submit"] {
	width: 41%;
}
#custom-event-header {
	padding-top: 650px!important;
}
#artists-submissions {
	border: 1px solid #cf3438;
	padding: 20px 30px;
}
#artists-submissions label {
	font-size: 16px!important;
	font-weight: 100!important;
}
#artists-submissions label input[type=text], input[type=email] {
	border-radius:1px!important;
	background:#fff!important;
	line-height: 39px!important;
	padding: 0px 0px !important;
	margin: 0px 0px 27px!important;
	width: 100%;
	font-size: 1.8rem;
	border: 1px solid #848484;
}
#artists-submissions td {
	padding:0px 20px!important;
	margin:0px!important;
}
#artists-submissions h3{
	text-transform:uppercase;
	font-size:20px;
	padding:20px 0;
}
#artists-submissions li{
	font-size:13px;
	font-weight:300;
}
.wpcf7-sliding-captcha .bgSlider {
	box-shadow: inset -15px 16px 7px -15px #9c9c9c;
	overflow: hidden;
}
.wpcf7-sliding-captcha .default {
	box-shadow: 6px 3px 9px 0px #0000006b;
	z-index: 999;
}
.wpcf7-sliding-captcha .default:after {
	background:#000;
	content:">";
	width: 2px;
	position:relative;
	float:right;
	color:#fff;
	font-weight: 800!important;
	height: 38px;
	line-height: 38px;
	padding: 0 13px 0 4px;
	margin-right: -17px!important;
	z-index:99;
	font-size: 20px;
	font-weight: 100!important;
}
span.TxtStatus.dropError {
	margin: -38px 78px;
	position: absolute;
	z-index: 99;
}
span.TxtStatus.dropSuccess {
	margin: -38px 18px;
	position: absolute;
}
.flex-direction-nav .flex-prev {
	left: -50px!important;
}
.flex-direction-nav .flex-next {
	right: -50px!important;
	text-align: right;
}
.flex-direction-nav a {
	color: rgba(255, 0, 0, 0.8)!important;
}
.esg-filter-wrapper{
	margin: 50px!important;
	width: auto;
}
#fan-clubs {
	padding-left: 10%!important;
	padding-right: 10%!important;
}
#fan-clubs img {
	max-width: 1px!important;
}
#fan-clubs #all-location {
	padding: 3% 0;
}
#fan-clubs .vc_tta-panels {
	background: #000000de!important;
}
#fan-clubs li.vc_tta-tab {
	background: #da373aeb;
}
#fan-clubs li.vc_tta-tab.vc_active {
	background: #313131eb;
}
#fan-clubs form#ic_signupform {
	width: 100%!important;
}
#fan-clubs .elcontainer.normal.hidden-label.left-aligned {
	max-width: 1000px!important;
}
#fan-clubs .elcontainer.normal.hidden-label.left-aligned {
	background: none!important;
	border: none!important;
}
#fan-clubs #ic_signupform .elcontainer .formEl.fieldtype-input input[type="text"], #ic_signupform .elcontainer .formEl.fieldtype-dropdown select {
	border: none!important;
	border-radius: 0px 0px 0px 0px!important;
	font-size: 1.3em;
	color: #000;
	margin: 10px 0px 0px!important;
}
#fan-clubs .formEl.fieldtype-input.required {
	width:98%!important;
}
#fan-clubs #ic_signupform .elcontainer {
	text-align:left;
}
#fan-clubs label.checkbox {
	width: 50%;
	float: left;
	font-size: .91vw!important;
	line-height:1.5vw!important;
	padding:7px 0!important;
	margin:0!important;
	font-weight:900!important;
}
#fan-clubs h3 {
	font-size: 2vw!important;
	color: #d0393e!important;
}
#fan-clubs #ic_signupform .elcontainer .formEl.fieldtype-checkbox .option-container input {
	margin-top:-10px;
}
#fan-clubs #ic_signupform .elcontainer .submit-container input[type="submit"] {
	padding:10px!important;
	margin-left: 7px!important;
	border-radius:0px!important;
}
#fan-clubs .submit-container {
	float:left;
	padding:20px 0px 0px!important;
}

.Tropicana_image_wrapper{
	position:absolute;
	top:0px;
	margin-right:25px;
}

.Tropicana_image_wrapper_mobile{
	margin-top:50px;
}












/* #Media Queries================================================== */
/* Those wide screens above 1280px */
@media only screen and (min-width: 1281px) {
	body{
		font-size: 2.5em;
		line-height: 1.5em;
	}
	article .title{
		font-size: 1.8em;
		line-height: 1.5em;
	}
	article .post-meta{
		font-size: 0.7em;
		line-height: 1em;
	}
	.menu-main-nav-container a, .side-title, .menu-main-container a{
		font-size: 1em;
		line-height: 1.5em;
	}
	#sidebar{
		font-size: 0.7em;
		line-height: 1.5em;
	}
	#sidebar h3{
		font-size: 1.5em;
		line-height: 1.5em;
	}
	#locations-header {
		max-height: 62vh;
	}
	#contact-top {
		padding: 0% 15%;
	}
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	.side-title{
		font-size: 1em;
		line-height: 1.5em;
	}
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.side-title{
		font-size: 1em;
		line-height: 1.5em;
	}
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.side-title{
		font-size: 1em;
		line-height: 1.5em;
	}
	.vc_row {
		padding: 0!important;
		margin:0!important;
	}
	#home-header {
		background-size: cover!important;
		background-position-y: top!important;
		min-height: 236px!important;
	}
	#locations {
		margin-top: 7px!important;
	}
	#locations h1 {
		line-height: 30px!important;
		font-size: 23px;
	}
	#reviews .esg-entry-media {
		margin: -22px auto;
	}
	#reviews {
		padding: 75px 0!important;
	}
	#about-legends-header, #location-header-info {
		margin-top: -60px!important;
		padding: 41px 0px 0px 0px!important;
	}
	h1, #legends-news h1, #partners h1, #about-legends-header h1, #performers-header-info h1, #location-header-info h1, #locations-info h1, #locations-info, #faq-seating-chart h1, #locations-venue-info-location h1, #locations-ticket-prices h1, .video-title {
		font-size: 6vw;
		font-weight: 700;
		text-align: center;
		color: #da373b!important;
		line-height: 38px!important;
		text-transform: uppercase;
		margin: 26px 0 0 0!important;
	}
	#esg-grid-1-3 {
		margin-top: -34px!important;
	}
	.vc_column-inner.vc_custom_1569276402828 {
		padding: 0 5%!important;
	}
	#tropicana-featured-post {
		padding: 0 5%!important;
		text-align: left!important;
	}
	#tropicana-featured-post h2, #tropicana-featured-post p {
		text-align: left;
		padding: 0 0 20px 0!important;
		font-size: 15px;
		font-weight: 400;
	}
	.vc_column-inner {
		padding: 0 5%!important;
		padding-right: 0!important;
	}
	.flex-direction-nav {
		display: none;
	}
	.flex-control-nav {
		margin-top: -13px!important;
	}
	#header-logo {
		padding: 40px 0px!important;
	}
	.vc_column-inner.vc_custom_1570134420328 {
		padding: 0!important;
	}
	#leach-comment-holder{
		padding:0 5%!important
}
	#leach-comment {
		font-size: 13px!important;
		font-weight: 400;
		font-style: italic;
		text-align: center!important;
		line-height: 20px!important;
		color: #000;
	}
	.gradient-bg {
		/* margin: 30px 0 0!important;
		*/
	}
	#comment-text-weight {
		padding: 20px 0 20px 0!important;
		font-weight: 300!important;
		font-size: 17px!important;
		line-height: 20px!important;
	}
	.legends-button a {
		font-size: 15px!important;
		margin:30px 0 30px 0!important;
	}
	.two-column-gradient-bg p, #locations-venue-info-location p, #locations-tour p {
		padding: 32px 0 0px 0;
		text-align: left;
	}
	#leach-name {
		padding:0 0 20px;
	}
	#performer-page, #legends-page {
		background-position: center top!important;
		padding: 12% 2%!important;
	}
	.biography {
		padding:30px 0px!important;
		margin:0!important;
	}
	.biography p {
		font-size: 12px;
		line-height: 21px;
	}
	#custom-events-header {
		padding:0!important;
		margin:0!important;
	}
	#custom-event-header {
		padding-top: 335px!important;
	}
	#custom-events-header .vc_column-inner {
		padding:0!important;
		margin:0!important;
	}
	#custom-events-header img{
		height:100%!important;
		width: 100%!important;
		padding:0!important;
		margin:0!important;
	}
	.ajde_evcal_calendar {
		z-index: 9!important;
	}
	.performer-name-heading {
		font-size: 28px;
		line-height: 40px;
		margin-left: -5%;
	}
	.performed-by {
		font-size: 13px!important;
		margin-left: -5%!important;
	}
	#biography {
		padding: 20px 0 34px !important;
	}
	.performers-bg {
		min-height: 200px!important;
	}
	.esg-filter-wrapper {
		margin:10px 10px 0!important;
	}
	.esg-filterbutton {
		min-width: 48%!important;
		min-height: 34px!important;
		margin: 2px 0;
	}
	.esg-filterbutton span {
		position: relative;
		background: #D8373B;
		display: block;
		top: 0px!important;
	}
	#Performer-Main-Image img {
		border: 1px solid #d8363b;
	}
	#performer-photo {
		order: 1!important;
		display:block;
	}
	#Performer-right {
		order: 2!important;
		display:block;
	}
	#performers-photo-row-1 {
		order: 3!important;
		display:block;
	}
	#performers-photo-row-2 {
		order: 4!important;
		display:block;
	}
	#locations-header {
		max-height: 62vh;
	}
	#locations-header .vc_column-inner {
		padding: 0 0!important;
	}
	#locations-header-image .vc_column-inner {
		padding: 0!important;
		margin: 0!important;
	}
	#locations-info {
		margin-top: -45px!important;
	}
	#locations-ticket-prices .vc_col-sm-3 {
		width: 50%;
		float: left;
	}
	.vc_sw-align-right {
		text-align: center!important;
	}
	#locations-ticket-prices .vc_column-inner {
		padding: 0!important;
		text-align:center;
		border-right:1px solid #252525;
		line-height: 60px;
	}
	#panorama .vc_column-inner {
		padding:0!important;
		margin:0!important
}
	#legends-news {
		margin-top: 50px;
	}
	#legends-news-header {
		padding: 20px 0 25px 0!important;
	}
	#news-featured {
		padding: 0 0 37px;
	}
	#news-featured .vc-gitem-zone-height-mode-auto .vc_gitem-zone-img{
		display: inline-block!important;
		overflow: hidden;
		height: 200px;
	}
	#news-featured .vc_gitem-post-data {
		margin:0!important;
		padding-bottom:0px;
	}
	#news-featured p{
		padding: 10px 0 0px 0px;
	}
	.single-post #primary {
		width: 100%;
		display: block!important;
		position: relative;
		float: left;
		padding: 0!important;
		margin: 0!important;
	}
	.single-post h1 {
		font-size: 15px!important;
		text-align: left;
		line-height: 18px!important;
		padding: 0 0 10px 0;
		margin: 0 0 10px;
		border-bottom: 1px solid #d4d4d4;
	}
	.single-post #sidebar {
		width: 100%;
		display: block;
		position: relative;
		float: right;
		margin:50px 0 0 0;
		overflow:hidden;
	}
	.wpb_text_column.wpb_content_element form {
		width: 100%!important;
		margin: 0 auto;
	}
	.wpb_text_column.wpb_content_element input {
		font-size: 13px;
	}
	.ui-datepicker {
		font-family: "Montserrat", Helvetica, sans-serif!important;
		margin-top: 124px!important;
		width: 82%!important;
		left: 5%!important;
	}
	#performers-header-image {
		/* max-height: 440px!important;
		*/
		padding-top: 195px!important;
		padding-bottom: 100px!important;
	}
	#fan-clubs #ic_signupform .elcontainer .formEl.fieldtype-input input[type="text"], #ic_signupform .elcontainer .formEl.fieldtype-dropdown select {
		width: 100%!important;
	}
	#ic_signupform .elcontainer .formEl {
		width: 65%!important;
	}
	#fan-clubs h3 {
		font-size: 1.4em!important;
	}
	#fan-clubs label.checkbox {
		width: 100%!important;
		font-size: 1.5em!important;
		line-height: 6vw!important;
		border-top:1px solid #da373b78;
		padding:20px 0px!important;
	}
	#fan-clubs #ic_signupform .elcontainer .formEl.fieldtype-checkbox .option-container input {
		margin-left: 0px;
		margin-top:-2px;
	}
	#fan-clubs .vc_column-inner{
		padding:0!important;
	}
	#ic_signupform .elcontainer {
		padding:10px!important;
		margin:0!important;
	}
	/* Event on */
	.eventon_events_list .eventon_list_event .desc_trig, .evopop_top {
		background-color: #00000000!important;
	}
	.eventon_list_event a {
		border: none!important;
		border-radius: 0!important;
	}
	#evcal_list {
		border-top:0!important;
		border-right:0!important;
		border-bottom: 1px solid #353535!important;
		border-left: 0px!important;
		overflow: hidden!important;
	}
	.eventon_events_list .eventon_list_event .evcal_list_a {
		min-height: 146px!important;
		padding: 41px 0px!important;
		z-index: 99!important;
	}
	.eventon_events_list .eventon_list_event .ev_ftImg {
		height: 100%!important;
		max-height: 125px!important;
		width: 250px!important;
		border-bottom: 9px solid #da373b!important;
		border-radius: 0!important;
	}
	.eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock, .evo_pop_body .hasFtIMG .evcal_cblock {
		left: 275px!important;
		padding-top: 29px!important;
	}
	#evcal_list .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {
		padding-left: 7px!important;
		padding-top: 144px!important;
	}
	.eventon_events_list:after {
		margin-top: 249px!important;
		width: 95%;
		text-align: center;
		padding: 11px 11px!important;
		display: none;
	}
	em.day {
		font-size: 20px!important;
	}
	em.date {
		font-size: 34px;
	}
	em.month {
		font-size: 20px!important;
	}
	.eventon_list_event:after {
		margin-top: -48px!important;
		padding: 8px 23px;
		width: 209px;
		text-align: center;
	}
	#faq-seating-chart .vc_column-inner {
		padding: 0!important;
	}
	#footer-newsletter-text {
		width: 100%;
		margin: 69px 0 19px 0!important;
	}
	#footer-menu {
		padding: 16px 0 0 0!important;
	}
	#legends-news p {
		color: #fff;
		font-size: 14px;
		line-height: 22px;
		font-weight:500;
	}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	body, article .post-meta{
		font-size: 1.2em;
		line-height: 1.5em;
	}
	article .title{
		font-size: 2em;
		line-height: 1.5em;
	}
	.site-title{
		font-size: 10px !important;
		line-height: 50px;
	}
	.menu-main-nav-container a, .side-title, .menu-main-container a{
		font-size: 1em;
		line-height: 1.5em;
	}
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	body, article .post-meta{
		font-size: 1.2em;
		line-height: 1.5em;
	}
	article .title{
		font-size: 2em;
		line-height: 1.5em;
	}
	.site-title{
		font-size: 6px !important;
		line-height: 30px;
	}
	.menu-main-nav-container a, .side-title, .menu-main-container a{
		font-size: 1em;
		line-height: 1.5em;
	}
}
/* Accordion CSS Added By Torrento on 13th Nov*/
.accordion input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}
.accordion .row {
	display: flex;
}
.accordion .row .col {
	flex: 1;
}
.accordion .tab {
	width: 100%;
	overflow: hidden;
	border: 1px solid #da373b;
	border-radius: 5px;
	margin-bottom: 10px;
}
.accordion .tab-label {
	display: flex;
	justify-content: space-between;
	padding: 14px 40px 14px 20px;
	cursor: pointer;
	color: #ccc!important;
	background-color: transparent;
	margin-bottom: 5px;
	font-family: Montserrat;
	font-size: 18px;
}
.accordion .tab-label::after {
	content: "\276F";
	width: 1em;
	height: 1em;
	color: #da373a;
	text-align: center;
	transition: all .35s;
	transform-origin: center center;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	line-height: 1;
	position: absolute;
	right: 3%;
	font-size: 28px;
	font-weight: 100;
	top: 14px;
}
.accordion .tab-content {
	max-height: 0;
	padding: 0 20px;
	/*transition: all 0.35s;
	*/
	font-size: 14px;
	/*transition: all 0.55s ease-in-out;
	*/
	transition: all 0.35s ease-in-out;
	transform: translate(0, 50%);
	position: relative;
	overflow: hidden;
}
.accordion input:checked ~ .tab-content{
	margin-bottom: 5px;
	transform: translate(0, 0);
}
.accordion .tab-close {
	display: flex;
	justify-content: flex-end;
	padding: 1em;
	font-size: 0.75em;
	background: #2c3e50;
	cursor: pointer;
}
.accordion .tab-close:hover {
	background: #1a252f;
}
.accordion input:checked + .tab-label::after {
	transform-origin: center center;
	transform: translateY(-50%);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.accordion input:checked ~ .tab-content {
	max-height: 100vh;
	padding: 10px 20px;
	padding-top: 0px;
}
.tabs .tab {
	animation: flipdown 0.5s ease both;
}
@keyframes flipdown {
	0% {
		opacity: 0;
		transform-origin: top center;
		transform: rotateX(-90deg);
	}
	5% {
		opacity: 1;
	}
	80% {
		transform: rotateX(8deg);
	}
	83% {
		transform: rotateX(6deg);
	}
	92% {
		transform: rotateX(-3deg);
	}
	100% {
		transform-origin: top center;
		transform: rotateX(0deg);
	}
}
@media screen and (max-width: 768px) {
	.accordion .tab-label {
		font-size: 16px;
		line-height: 24px;
	}
}
#eg-post-cat-wrap{
	display:block !important
}
#evcal_calendar_857 {
	z-index: 9!important;
}
@media(max-width:768px){
	.navBar {
		z-index: 9999999999999 !important;
	}
	#footer-right {
		width: 100%;
		float: unset;
	}
	header nav .wrapper{
		padding:0px !important;
	}
	#footer-left {
		width: 100%;
		float: unset;
	}
	#footer-logo {
		float: unset;
		width: 100%;
	}
	#company-info {
		text-align:center !important;
		width: 100%;
		float: unset;
	}
	#footer-newsletter-text {
		width: 100%;
		margin: 60px 0 0 0;
	}
	#footer-newsletter {
		width:100%;
	}
	.formEl.fieldtype-input.required {
		float: left;
		width: 67%!important;
		display: inline-block!important;
		margin: 0!important;
		padding: 0!important;
	}
	.site-footer #ic_signupform .elcontainer.inline-button .submit-container {
		box-sizing: border-box;
		right: 0;
		position: relative;
		vertical-align: bottom;
	}
	.site-footer #ic_signupform .elcontainer .formEl{
		right: 0 !important;
	}
	.submit-container {
		display: inline-block!important;
		float: left;
		width: 33%;
		margin: 0!important;
		padding: 0!important;
	}
	#company-info p {
		font-size: 14px;
		text-align: center !important;
		line-height: 22px;
		padding: 0!important;
		margin: 0!important;
		color: #a7a7a7;
	}
	#footer-newsletter-text p {
		text-align: center !important;
		font-size: 14px;
		line-height: 20px;
	}
	#footer-copyright {
		width: 95%;
		display: inline-block;
		position: relative;
		font-size: 8px;
		color: #c4c4c4;
		margin-bottom: 10px;
		line-height:12px;
		padding:9px 0 5px 3px;
	}
	#footer-privacy-menu li a {
		color: #ccc;
		padding: 0 5px 0 3px;
		font-size: 8px;
		margin-bottom: 13px !important;
	}
	.label-toggle {
		background: unset !important;
	}
	.site-footer .lsi-social-icons{
		display: flex !important;
		justify-content: center;
	}
	#footer-privacy-menu {
		width: 100%;
	}
	/*#ic_signupform .elcontainer .submit-container input[type="submit"] {
		left: -51px;
		position: relative;
		width: 100px !important;
	}
	#ic_signupform .elcontainer .formEl.fieldtype-input input[type="text"]{
		left: -10px;
		position: relative;
	}
	*/
	#mobmenuleft li:hover a, #mobmenuleft li.current-menu-item a {
		color: #ffffff;
		background: #666666;
	}
	#footer-menu ul {
		text-align: center;
		height: auto;
		background: none;
		margin-top: 15px;
	}
	.site-footer .lsi-social-icons li, #footer-menu ul li, #site-info ul li {
		float: none;
		display: inline-block;
		padding-top: 0;
	}
	.site-footer .lsi-social-icons li{
		margin: 4px !important;
	}
}
@media(max-width:350px){
	.mob-menu-logo-holder {
		margin-left: 0;
		margin-right: 1px !important
}
	.mobmenul-container {
		width: 35px !important;
	}
}
@media only screen and (max-width: 1024px){
	.mobmenu-content #mobmenuleft > li > a:active {
		color: #fff;
	}
	.icon-set-lsi_widget-2 a, .icon-set-lsi_widget-2 a:visited, .icon-set-lsi_widget-2 a:focus {
		border-radius: 0px;
		background: #000000 !important;
		color: #FFFFFF !important;
		font-size: 12px !important;
	}
}
/* Mobile Menu SCC Code*/
@media screen and (max-width: 768px){
	ul {
		opacity: 1;
		visibility: visible;
	}
	#footer-menu li {
		padding-left: 0;
	}
	.logo {
		padding-top: 10px !important;
		margin:auto;
		padding-left:7% !important;
	}
	/*@media only screen and (max-width: 767px){
		h6, #legends-news h6, #partners h6, #about-legends-header h6, #performers-info h6, #location-header-info h6, #location-header-info h6, #locations-info h6, #faq-seating-chart h6, .venue-address, #locations-venue-info-location h6, #locations-ticket-prices h6, .video-subtitle, #locations-performers-header-info h6, .venue-info-subtitle {
			font-size: 5vw!important;
			line-height: 21px!important;
			font-weight: 300;
			text-align: center;
			color: #ffffff;
			padding: 20px 0 11px!important;
		}
	}
	*/
	#menu-menu-1 {
		background-color: transparent !important;
		display: block;
		height: 0;
		list-style-type: none;
		text-align: center;
		transition: all 1s ease;
		width: 100%;
		visibility: hidden;
		opacity: 0;
		top: -4px;
		position: relative;
	}
	.menushow {
		opacity: 1 !important;
		visibility: visible !important;
	}
	.navBar{
	}
	header nav #menu-menu-1 a {
		color: #ffffff;
		text-decoration: none;
		transition: all .5s ease;
		font-family: Montserrat;
		line-height: 70px;
		font-size: 23px;
		display: block;
		font-weight: 400;
		border-bottom: 1px solid #e84545;
		padding: 0px 0 0 0;
		background: black;
	}
	#menu-menu-1 li {
		border-bottom: 0px solid #53354A;
		color: #53354A;
		display: inline-block;
		font-size: 1.5em;
		padding: 0px;
		width: 100%;
	}
	header nav #menu-menu-1 #menu-item-24 a{
		background: #e84545;
		/* padding-bottom: 100px;
		*/
		padding: 14px 0;
	}
	.menu-menu-1-container {
		width: 100%;
		height: 100%!important;
	}
	.site-header .container{
		width:100%;
	}
	.label-toggle {
		margin-top: 28px;
		margin-right:10px;
	}
	.esg-navbutton-solo-right {
		margin-right:-25px !important;
		margin-top: 14px;
	}
	.esg-navbutton-solo-left{
		margin-left: -25px !important;
		margin-top: 14px;
	}
	.site-footer .lsi-social-icons {
		opacity: 1 !important;
		visibility: visible;
	}
	#footer-menu ul {
		padding: 0;
		margin: 0;
		width: 100%;
		opacity: 1;
		visibility: visible;
	}
	#site-info ul {
		visibility: visible;
		opacity: 1;
	}
	.site-footer .lsi-social-icons li, #footer-menu ul li, #site-info ul li{
		border-bottom: 0px solid #53354A;
	}
	.simple-light .esg-filterbutton, .simple-light .esg-navigationbutton, .simple-light .esg-sortbutton, .simple-light .esg-cartbutton a {
		color: #000;
		margin-right: 5px;
		cursor: pointer;
		padding: 0px !important;
		border: 1px solid #e5e5e5;
		line-height: 16px !important;
		font-size: 12px;
		font-weight: 400;
		font-family: \"Open Sans\",sans-serif;
		display: inline-block;
		background: #eee;
		margin-bottom: 5px;
	}
	label.label-toggle:before {
		content: url(https://legendsinconcert.com/wp-content/uploads/2019/10/Hamburger_icon.svg-1.png);
		position: absolute;
		width: 70px;
		/* height: 50px;
		*/
		background-position: center;
		right: 6px;
	}
}
@media screen and (max-width: 424px){
	.navBar {
	}
	.label-toggle{
		right: 10px;
		position: relative;
	}
	.logo {
		padding: 0 0 0 0px;
	}
}
@media screen and (max-width: 770px){
	.covid-desktop {
		display: none!important;
	}
	.covid-mobile {
		display: block!important;
	}
	h4.mobile-alert {
		font-size: 22px!important;
		line-height: 24px!important;
	}
	p.vc_custom_heading.mobile-alert.vc_custom_1592438417056 {
		font-weight: 100!important;
		line-height: 16px!important;
		font-size: 14px!important;
	}
}
@media screen and (max-width: 700px){
	label.label-toggle:before {
		content: url(https://legendsinconcert.com/wp-content/uploads/2019/10/Hamburger_icon.svg-1.png);
		position: absolute;
		width: 70px;
		/* height: 50px;
		*/
		background-position: center;
	}
}
@media screen and (max-width: 380px){
	.logo {
		padding-left: 9% !important;
	}
	.logo img {
		width: 130px;
	}
}


@media only screen and (max-width: 767px) {
	img{}
    }

.phone_number_header{
padding-top:20px;
	padding-bottom:20px;
	    font-size: 25px!important;
    line-height: 40px!important;
    font-weight: 300;
    text-align: center;
    color: #ffffff;
	text-decoration:underline;
}

.phone_number_header a{
	font-weight: 300 !important;
	color:#ffffff;
}

.phone_number_header a:hover{
	font-weight: 300 !important;
	color:#efefef !important;
}

@media only screen and (max-width: 767px){
.venue_name_header_wrapper	.vc_column-inner{
	padding-left:0px !important;
	
}
}