body{
	background-color: #5b6670;
	color: white;
	font-family: 'Siri';
	margin: 0px;
}
#_evidon_banner button{
	font-family: 'VibrationGothic'!important;
	text-transform: uppercase;
}
#_evidon_banner{
	font-family: 'Siri'!important;
}
h1,h2,h3,h4,h5, .button{
	font-family: 'VibrationGothic';
	
}
p {
    font-family: 'Siri';
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 10px;
}
a{
	color: white;
	text-decoration: none;
}
header.scroll{
	width: 100%;
	background-color: white;
	display: table;
	box-shadow: 0px 0px 30px rgb(0 0 0 / 30%);
	position: fixed;
	top: -70px;
	z-index: 3;
	transition: top 0.3s;
}
header.scroll a{
	color: black;
}
header.scroll nav.socials{
	margin-left: 20px;
	padding-top: 28px;
	float: left;
}
header.scroll nav.socials a{
	display: inline-block;
	margin-right: 6px;
}
header.scroll h2{
	    margin-left: 17px;
    padding-top: 0px;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
header.scroll h2 img{
	width: 160px;
}
.main a{
	position: relative;
    padding-bottom: 5px;
}
	.main a:after {    
	  background: none repeat scroll 0 0 transparent;
	  bottom: 0px;
	  content: "";
	  display: block;
	  height: 3px;
	  left: 50%;
	  position: absolute;
	  background: #fff;
	  transition: width 0.3s ease 0s, left 0.3s ease 0s;
	  width: 0;
	}
	.main a:hover:after { 
	  width: 100%; 
	  left: 0; 
	}

header.scroll button.hamburger{
	float: right;
	right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#panel1 header{
	width: 100%;
	display: table;
	padding-top: 20px;
}
#panel1 header nav.socials{
	float: left;
	margin-left: 20px;
}
#panel1 header nav.socials a{
	margin-right: 5px;
}
nav.main{
	font-family: 'VibrationGothic';
	float: right;
	margin-right: 20px;
}
nav.main a{
	display: inline-block;
	margin-left: 10px;
}
h1{
	width: 90%;
	max-width: 400px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
h1 img{
	width: 100%;	
}
div.pane{
	
	text-align: center;
	position: relative;
}
div.pane h2{
	font-size: 45px;
	margin-bottom: 20px;
}
div.holder{
	width: 95%;
	max-width: 900px;
	margin: auto;
}
div.holder .item{
	width: 33.3%;
	float: left;
}
div.holder .item img{
	width: 92%;
	margin-bottom: 10px;
}
div.pane#panel1{
	min-height: 100vh;
	background-image: url('../gfx/header-image.jpg?v=4');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
div.pane#panel2{
	padding-top: 80px;
	padding-bottom: 200px;
	display: table;
	width: 100%;
	background-image: url('../gfx/fade.png');
	background-size: auto 200px;
	background-position:  bottom;
	background-repeat: repeat-x;
}
div.pane#panel3{
	padding-top: 50px;
	padding-bottom: 160px;
	display: table;
	width: 100%;
	background-color: white;
    color: #5b6670;
    background-image: url('../gfx/fade2.png');
	background-size: auto 200px;
	background-position:  bottom;
	background-repeat: repeat-x;
}
div.pane#panel4{
	padding-top: 80px;
	padding-bottom: 80px;
	display: table;
	width: 100%;
	color: #5b6670;
	background-color: #fdf0c7;
}
div.pane#panel4 div.holder{
	max-width: 700px;
	line-height: 130%;
}

div.pane .subPanel{
	position:  absolute;
	bottom: 40px;
	width: 100%;
}
div.pane .subPanel h2{
	font-size: 50px;
	margin-bottom: 4px;
}
div.pane .subPanel h3{
	font-size: 28px;
	margin-bottom: 6px;
}
div.pane .subPanel h4{
	font-size: 21px;
	margin-bottom: 9px;
}
a.button{
	padding: 8px;
	padding-bottom: 9px;
	border: 2px solid white;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 40px;
	display: inline-block;
	transition:  all 0.3s;
}
a.button:hover{
	background-color: white;
	color: #5b6670;
}

footer{
	text-align: center;
	background-color: #5b6670;
	color: #fff;
	font-family: 'Siri';
}
footer a{
	color: #fff;
}
.legals{
	display: inline-block;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: 'VibrationGothic';
	text-transform: uppercase;
	font-size: 9px;
}
.legals a{
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}
.aboutImage{
	width:100%;
	margin-bottom: 8px;
}
.umg-live-no-gigs p span{
	font-family: 'VibrationGothic';
	text-transform: uppercase;
	font-weight: normal!important;
}
body.scrolled header.scroll{
	top: 0px;
}
.ae-cform-item input[type="submit"] {
    border: 2px solid #5b6670!important;
    color: #5b6670!important;
    text-shadow: 0 1px rgb(0 0 0 / 10%)!important;
    background-color: white!important;
    background-image: none!important;
    background-image: none!important;
    background-image: none!important;
    background-image: none!important;
    background-image: none!important;
    background-image: none!important;
    font-size: 18px!important;
    padding: 10px!important;
    width: 200px!important;
    font-family: 'VibrationGothic'!important;
    text-transform: uppercase!important;
    border-radius: 40px!important;
    transition: all 0.3s;
}
.ae-cform-item input[type="submit"]:hover {
    border: 2px solid #5b6670!important;
    color: #fff!important;
    text-shadow: none!important;
    background-color: #5b6670!important;
    
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	height: 3px!important;
	border-radius: 0px!important;
}

#menu{
	position: fixed;
    top: 0px;
    background: white;
    width: 100%;
    bottom: 0px;
    z-index: 9;
    color: black;
    text-align: center;
    display: none;
}
	#flx{
		position: fixed;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		display: flex;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#flx2 nav.main{
		width:250px;
		margin:auto;
		padding-top:60px;
		padding-bottom:20px;
	}
	
	#flx2 nav.main a {
		display: block;
		width: 250px;
		padding-bottom: 5px;
		padding-top: 5px;
		padding-left: 0px;
		margin-left: 0px;
		font-size: 35px;
	}
	#flx2 nav.socials{
		font-size: 18px;
    	padding-bottom: 70px;
    	font-size: 23px;
	}
	#flx2 nav.socials a{
		margin-left: 3px;
		margin-right: 3px;
	}
	#menu nav a{
		color: black;
	}
	#hamburgerMain{
		float: right;
		right: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	footer .socials a{
		font-size: 20px;
		display: inline-block;
		margin: auto;
		margin-left: 2px;
		margin-right: 2px;
	}
	#_evh-link{
		position: fixed!important;
		padding: 0px 10px!important;
		border: 0px solid rgb(170, 170, 170)!important;
		border-radius: 5px!important;
		cursor: pointer!important;
		line-height: 30px!important;
		text-decoration: none!important;
		background: rgb(91 102 112)!important;
		font-size: 10pt!important;
		color: rgb(255 255 255)!important;
		z-index: 500000000!important;
		bottom: 0px!important;
		right: 5px!important;
		vertical-align: middle !important;
		font-family: 'VibrationGothic'!important;
		text-transform: uppercase!important;
		font-size: 10px!important;
		padding: 5px!important;
		line-height: 10px!important;
		border-radius: 0px!important;
		bottom: 5px!important;
		opacity: 0.5!important;
		transition: all 0.3s;
	}
	.umg_live_table{
		width: 100%;
		max-width: 640px;
		margin: auto;
		font-family: 'VibrationGothic';
		text-transform: uppercase;
		text-align: left;
	}
	table.umg_live_table td{
		height: 30px;
	}
	td.umg_live_tickets{
	    text-align: right;
	}
	table.umg_live_table a.umg_live_ticket_link {
		white-space: nowrap;
		padding: 6px;
		padding-bottom: 6px;
		border: 2px solid #5b6670;
		padding-left: 15px;
		padding-right: 15px;
		border-radius: 40px;
		display: inline-block;
		transition: all 0.3s;
		color: #5c6670;
		font-size: 14px;
		transition: all 0.3s;
	}
	table.umg_live_table a.umg_live_ticket_link:hover{
		background-color:#5b6670;
		color: #fff;
	}
	#_evh-link:hover{
		opacity: 1!important;
	}
	#charity{
		padding-top:20px;
	}
		#charity .button{
			color:#5b6670;
			border: 2px solid #5b6670;
			margin-left: 3px;
			margin-right: 3px;
			text-transform: uppercase;
			margin-bottom: 8px;
		}
		#charity .button:hover{
			color:#fdf0c7;
			background-color: #5b6670;
		}
		
		
#preloader {
    display: block;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    background-color: rgb(91 102 112);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,1) 0%, rgba(22,16,10,1) 100%);
        background: -webkit-radial-gradient(center, ellipse cover, rgba(91,102,112,1) 0%,rgba(91,102,112,1) 100%);
    background: radial-gradient(ellipse at center, rgba(91,102,112,1) 0%,hsl(209deg 10% 20%) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#16100a',GradientType=1 );
}

#preloaderInner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    height: 100%;
    background-image: url(../gfx/preloader.gif);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
}


.blocker{
	background-color: rgb(255,255,255);
    background-color: rgba(255, 255, 255, 0.8);
    z-index:9;
    background-image: url(../gfx/close.gif);
    background-position: 100% 16px;
    background-repeat: no-repeat;
    background-size: 55px;
    backdrop-filter: blur(3px);
}
.modal a.close-modal{
	display:none!important;
}
.ae-cform-modal-container.modal {
    padding: 20px 30px 25px!important;
    -webkit-border-radius: 1px!important;
    -moz-border-radius: 1px!important;
    -o-border-radius: 1px!important;
    -ms-border-radius: 1px!important;
    border-radius: 1px!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -o-box-shadow: none!important;
    -ms-box-shadow: none!important;
    box-shadow: none!important;
    text-align: center!important;
    background: none!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
div.ae-cform-modal-container .modal{
	    display: inline-block;!important;
}
.ae-cform-optin label span{
	color:black!important;
}
div.ae-cform-title{
    font-family: 'VibrationGothic';
    color: #5b6670;
    font-size: 22px;
    line-height:120%;
}


.ae-cform-modal-container hr, .ae-cform-container hr{
	margin-bottom: 0px!important;
    opacity: 0!important;
    margin-top: 12px!important;
}
.ae-cform-signin-button{
	display: inline!important;
    padding: 10px 10px 10px 10px!important;
    width: 100px!important;
    font-family: 'VibrationGothic'!important;
    text-transform: uppercase!important;
}
.ae-cform-item ul.parsley-errors-list li {
    margin-left: 0!important;
    padding-top: 4px!important;
    text-align: center!important;
    font-family: 'VibrationGothic'!important;
}
.ae-cform-item .ae-cform-select select{
	font-family: 'VibrationGothic'!important;
    text-transform: uppercase;
}
.ae-cform-item input[type="text"], .ae-cform-item input[type="email"], .ae-cform-item input[type="password"], .ae-cform-item input[type="tel"]{
	    font-family: 'VibrationGothic'!important;
    text-transform: uppercase;
    color: #7d7d7d;
}
.ae-cform-item .ae-cform-select select {
    height: 38px!important;
    display: inline-block!important;
    width: 100%!important;
    padding: 10px 15px!important;
    cursor: pointer!important;
    color: #7b7b7b!important;
    border: 0!important;
    border-radius: 0!important;
    outline: 0!important;
    background: #ffffff!important;
    appearance: none!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    border: 1px solid #d9d9d9!important;
    padding-top: 8px!important;
}
.ae-cform-item .ae-cform-select {
    position: relative!important;
    display: inline-block!important;
    width: 100%!important;
    margin-bottom: 0px!important;
}
.ae-cform-item span{
	display: inline;
    font-family: 'VibrationGothic'!important;
    text-transform: uppercase!important;
}
.ae-cform-social-link{
	width:48%!important;
}

.ae-cform-item .ae-cform-select select:hover, .ae-cform-item .ae-cform-select select:focus {
    color: #7d7d7d!important;
    background: #c0c0c03b!important;
}
.ae-cform-item .ae-cform-select .select__arrow {
    position: absolute;
    top: 17px!important;
    right: 12px!important;
    width: 0!important;
    height: 0!important;
    pointer-events: none;
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #5b5b5b transparent transparent transparent;
}
.umg_live_rsvp{
	display:none!important;
}
div.owl-carousel img{
	height: 500px;
    width: auto!important;
}
.subPanel a.button{
	font-size: 23px;
    padding-top: 9px;
    padding-bottom: 10px;
}
#panel6{
		background-image: url('../gfx/bottomFade.png');
		background-size: 290px;
	background-repeat: repeat-x;
	background-position:  top;
	padding-top: 90px;
    padding-bottom: 140px;
}
#panel6.pane h2{
	padding-bottom: 50px;
}
@media only screen and (max-width: 700px) {
	.umg_live_table{
		font-size: 12px;
	}
	table.umg_live_table a.umg_live_ticket_link{
		font-size: 10px;
	   	padding-bottom: 5px;
    	padding-top: 5px;
	}
	table.umg_live_table td{
		height: 25px;
	}
}
@media only screen and (max-width: 600px) {
	header.scroll {
    	top: 0;
  	}
  	div.holder{
  		max-width: 380px;
  		width:90%;
  	}
  	div.holder .item {
		width: 100%;
		padding-bottom: 22px;
	}
	.umg_live_table{
		font-size: 11px;
	}
	table.umg_live_table a.umg_live_ticket_link{
		font-size: 9px;
		padding-bottom: 4px;
    	padding-top: 4px;
	}
	table.umg_live_table td{
		height: 22px;
	}
	div.ae-cform-title{
		font-size: 18px;
	}
}

@media only screen and (max-width: 480px) {
	h1{
		display:none;
	}
    /*
	table.umg_live_table td{
		text-align: center!important;
		
	}
	table.umg_live_table tr:after{
		margin: 0px;
		display:none!important;
	}
	table.umg_live_table tr{
		margin-bottom:0px!important;
	}
    */
    div.owl-carousel img{
		height: 400px;
	}
    table.umg_live_table tr {
        display: flex !important;
        flex-direction:  column;
    }
    table.umg_live_table tr td {
        text-align: center;
        height: auto;
    }
	table.umg_live_table td.umg_live_date{
		font-style: normal!important;
	}
}
@supports (-webkit-touch-callout: none) {
	div.pane#panel1{
		min-height: -webkit-fill-available;
	}
}


.umg_live_date {
    padding-right: 1rem !important;
    white-space: nowrap !important;
}

table.umg_live_table td {    
    height: 40px !important;
}

@media only screen and (max-height: 800px) {
	div.owl-carousel img{
		height: 300px;
	    width: auto!important;
	}
}

@media only screen and (max-width: 800px) {
	div.owl-carousel img{
		height: 250px;
	    width: auto!important;
	}
}
