html {
  height: 100%;
}
body{
	font-family: "CochinBlack";
	text-align:center;
	min-height: 100%;
	margin:0px;
	background: #efe8e0;
}
/*
#backgroundContainer{
	position: fixed;
	width:100%;
	top:0px;
	bottom:0px;
	background-size:cover;
	background-position: center;
	background-image:url('../gfx/background.jpg');
	z-index:0;
}
*/
#_evh-button{
	display: none!important;
	opacity: 0!important;
	height: 0px!important;
	width: 0px!important;
	visibility: none!important;
}
#backgroundContainer {
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	z-index: 0;
}
.backgroundInner {
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;    	
}
.backgroundInner1 {
	background-size: cover;
	background-position: center;
	background-image: url(../gfx/1.png);
	z-index: 1;
}
.backgroundInner2 {
	background-size: cover;
	background-position: center;
	background-image: url(../gfx/2.png);
	z-index: 2;
}
.backgroundInner3 {
	background-size: cover;
	background-position: center;
	background-image: url(../gfx/3.png);
	z-index: 3;
}
.backgroundInner4 {
	background-size: cover;
	background-position: center;
	background-image: url(../gfx/4.png);
	z-index: 4;
}

body.page-template-page-news .backgroundInner,
body.page-template-page-releases .backgroundInner,
body.page-template-page-videos .backgroundInner,
body.single-post .backgroundInner,
body.video-playlists-template-default .backgroundInner,
body.page-template-page-live .backgroundInner,
body.single-umg_live .backgroundInner,
body.page-template-page-live-archive .backgroundInner {
	display: none;
}

/* ---- */

body.page-template-page-news #backgroundContainer,
body.single-post #backgroundContainer{
	background-image:url('../gfx/backg2.jpg');
}

body.page-template-page-releases #backgroundContainer{
	background-image:url('../gfx/backg3.jpg');
}

body.page-template-page-videos #backgroundContainer,
body.video-playlists-template-default #backgroundContainer{
	background-image:url('../gfx/backg4.jpg');
}


body.page-template-page-live #backgroundContainer,
body.single-umg_live #backgroundContainer,
body.page-template-page-live-archive #backgroundContainer{
	background-image:url('../gfx/backg5.jpg');
}

body.single-post nav.socials a,
body.page-template-page-news nav.socials a,
body.page-template-page-releases nav.socials a,
body.page-template-page-videos nav.socials a,
body.video-playlists-template-default nav.socials a,
body.page-template-page-live nav.socials a,
body.single-umg_live nav.socials a,
body.page-template-page-live-archive nav.socials a{
	color:#000!important;
}

body.single-post .hamburger-inner, body.single-post .hamburger-inner:after, body.single-post .hamburger-inner:before,
body.page-template-page-news .hamburger-inner, body.page-template-page-news .hamburger-inner:after, body.page-template-page-news .hamburger-inner:before,
body.page-template-page-releases .hamburger-inner, body.page-template-page-releases .hamburger-inner:after, body.page-template-page-releases .hamburger-inner:before,
body.page-template-page-videos .hamburger-inner, body.page-template-page-videos .hamburger-inner:after, body.page-template-page-videos .hamburger-inner:before,
body.video-playlists-template-default .hamburger-inner, body.video-playlists-template-default .hamburger-inner:after, body.video-playlists-template-default .hamburger-inner:before,
body.page-template-page-live .hamburger-inner, body.page-template-page-live .hamburger-inner:after, body.page-template-page-live .hamburger-inner:before,
body.single-umg_live .hamburger-inner, body.single-umg_live .hamburger-inner:after, body.single-umg_live .hamburger-inner:before,
body.page-template-page-live-archive .hamburger-inner, body.page-template-page-live-archive .hamburger-inner:after, body.page-template-page-live-archive .hamburger-inner:before{
    background-color: #000!important;
        border-radius: 0px!important;
}

a{
	text-decoration:none;
	color:black!important;
}
*{
	outline:none;
}
#paging{
	display:none;
}
#container{
	position: relative;
	z-index:1;
}
header#header{
	width: 100%;
    height: 74px;
    background: #efe8e0;
}
header#header2{
	width:100%;
	height: 55px;
	position: fixed;
    z-index: 4;
    top: -65px;
    transition: top, 0.5s;
    background-color: #efe8e0;
    box-shadow: 0px 5px 25px rgba(0,0,0,0.1);
}
header#header2 button.hamburger{
	margin-top: 1px;
    margin-right: 0px;
    padding-right: 7px;
}
body.scrolled header#header2{
	top:0px;
	transition: top, 0.5s;
}
	#header nav.socials{
		float:left;
		margin-left:15px;
		padding-top:25px;
	}
	#header2 nav.socials{
		float:left;
		margin-left:15px;
		padding-top:18px;
	}
	#header2 nav.socials a{
		color: #6e4f4b;
	}
	button.hamburger{
		margin-top: 10px;
		z-index: 9999999999999999999999999999;
		position: absolute;
		top: 0px;
		right: 10px;
	}
	body.scrolled button.hamburger{
		position: fixed;
	}
	body.scrolled button.hamburger.overlayHamburger {
		position: fixed;
		right: 2px;
	    top: -9px;
	}
	
	body.scrolled .hamburger.is-active .hamburger-inner, 
	body.scrolled .hamburger.is-active .hamburger-inner:after, 
	body.scrolled .hamburger.is-active .hamburger-inner:before{
		background-color: #000!important;
		transition: all 0.3s;
		    border-radius: 0px!important;
	}
	
	body.scrolled .hamburger-inner, 
	body.scrolled .hamburger-inner:after, 
	body.scrolled .hamburger-inner:before{
		background-color: #000!important;
		transition: all 0.3s;
		    border-radius: 0px!important;
	}
	
	#header2 .hamburger-inner, 
	#header2 .hamburger-inner:after, 
	#header2 .hamburger-inner:before{
		background-color: #000!important;
		border-radius: 0!important;
		    border-radius: 0px!important;
	}
	
	#header2 .hamburger.is-active .hamburger-inner, 
	#header2 .hamburger.is-active .hamburger-inner:after, 
	#header2 .hamburger.is-active .hamburger-inner:before{
		background-color: #000!important;
		border-radius: 0!important;
		transition: all 0.3s;
		    border-radius: 0px!important;
	}
	
	#header2 h1{
		clear: both;
		width: 80%;
		max-width: 137px;
		margin: auto;
		position: relative;
		top: -23px;
	}
	#header2 nav.socials a {
		font-size: 17px;
	}
	body.menuopen{
		overflow:hidden;
	}
	body.menuopen .hamburger.is-active .hamburger-inner, 
	body.menuopen .hamburger.is-active .hamburger-inner:after, 
	body.menuopen .hamburger.is-active .hamburger-inner:before{
		    transition: all 0.3s;
		    border-radius: 0px!important;
	}
	strong{
		font-weight:bold;
	}
	nav.socials a{
		color:#f8dfdd;
		margin-right:8px;
		display:inline-block;
		font-size:20px;
		transition: all 0.3s;
	}
	nav.socials a:hover{
		color:#fff;
		transition: all 0.3s;
	}
	h1{
		clear:both;
		width:80%;
		max-width:245px;
		margin:auto;
		position: relative;
    	top: -35px;
	}
	h1 img{
		width:100%;
	}
#container {
	 min-height: 100%;
	/* Equal to height of footer */
	/* But also accounting for potential margin-bottom of last child */
}
.footer,
.push {
	height: 25px;
    position: relative;
    z-index: 1;
}
#popup{
	position: fixed;
    bottom: 20px;
    z-index: 3;
    background-color: white;
    width: 145px;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 6px;
    right: 15px;
    text-align: left;
    line-height: 130%;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    background-image: url(../gfx/graph3.jpg);
}
#popup h5{
	font-size: 9px;
    padding: 4px;
    position: relative;
    left: -15px;
}
#popup .signup{
    background-color: #5f3734;
    color: #f8eae7;
    display: inline-block;
    padding: 3px;
    padding-left: 6px;
    padding-right: 6px;
    font-weight: bold;
    font-size: 15px;
    width: auto;
    max-width: 350px;
    text-transform: uppercase;
    margin-bottom: 3px;

    font-size: 10px;
    float: right;
    margin-bottom: -20px;
    position: relative;
    top: -5px;
}
footer.footer{
	font-size:9px;
	text-transform:uppercase;
	font-weight:bold;
	background: #efe8e0;
}
footer.footer a{
	display:inline-block;
	margin-left:2px;
	margin-right:2px;
}
footer.footer nav{
	width: auto;
    display: inline-block;
    padding: 3px;
}
footer.footer nav.lower{
	padding-bottom: 10px;
	background-color:transparent;
}
body.home footer.footer nav.lower{
	padding-bottom:0px;
}
footer.footer nav.lower a{

	color:#d1c3ba;
	 display: inline-block;
    padding: 3px;
}
footer.footer nav a{
	transition: all 0.3s;
	    font-family: 'cochin';
    font-size: 7px;
        margin-left: 1px;
    margin-right: 1px;
}
footer.footer nav a:hover{
	color:#000;
	transition: all 0.3s;
}
body.home #main{
	height: calc(100vh - 135px);
}
body.page-template-page-splash #main{
	height: calc(100vh - 55px);
}
body.page-template-page-splash #backgroundContainer{
    background-image: url('/wp-content/themes/keanemusic/assets2019/gfx/background-splash.jpg')!important;
}
#main{	
	min-height: calc(100vh - 135px);
    margin-bottom: 10px;
    position: relative;
    min-height: 220px;
}
div.introBit{
	max-width: none;
    margin: auto;
    margin-bottom: 20px;
    width: 90%;
    background-color: #4c2f2b;
    padding: 5px;
    padding-bottom: 5px;
    color: white;
    font-family: 'Special Elite', "Courier New", Courier, monospace;
    line-height: 140%;
    padding-top: 8px;
    transform: rotate(0.2deg);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}
div.table{
	display:table;
	width:100%;
	height:100%;
}
div.table-cell {
    display: table-cell;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
   
}
#menu div.table-cell {
	/* background-image: url(../gfx/left-hammers.gif), url(../gfx/right-hammers.gif); */
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: bottom left, bottom right;
}
div.table-cell h5 a{
	color:#f9c608;
}
h2{
	max-width:400px;
	width:90%;
	margin:auto;
	margin-bottom:3px;
}
h2 img{
	width:100%;
}
h4{
	background-color:#5f3734;
	color:#f8eae7;
	display:inline-block;
	padding:4px;
	padding-left:8px;
	padding-right:8px;
	font-weight:bold;
	font-size:20px;
	width:auto;
	max-width:350px;
	margin-bottom:5px;
}
h5{
	background-color:#5f3734;
	color:#f8eae7;
	display:inline-block;
	padding:3px;
	padding-left:6px;
	padding-right:6px;
	font-weight:bold;
	font-size:15px;
	width:auto;
	max-width:350px;
	text-transform:uppercase;
	margin-bottom:3px;
}
nav.CTA{
	width:90%;
	max-width:320px;
	margin:auto;
}
body.page-template-page-live nav.CTA,
body.page-template-page-live-archive nav.CTA{
	margin-bottom:10px;
}
nav.CTA a{
	display: inline-block;
    width: 38%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    transition: all 0.3s;
    margin-left: 4px;
    margin-right: 4px;
    border: 2px solid black;
    border-radius: 4px;
    font-family: 'cochin';
}
nav.CTA a:hover, nav.CTA span{
	display: inline-block;
    width: 38%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    transition: color 0.3s;
    margin-left: 4px;
    margin-right: 4px;
    border: 2px solid black;
    border-radius: 4px;
    font-family: 'cochin';
	color: #efe8e0!important;
	background-color: #000!important;
	background-image: none!important;
}
.liveDatesHolder {
    width: 100%;
    margin: auto;
    max-width: 900px;
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.umg_live_table{
	font-family: 'cochin';
    width: 92%;
    margin: auto;
    text-align: left;
    line-height: 240%;
}
table.umg_live_table td{
	vertical-align: middle;
    line-height: 120%;
    padding-bottom: 15px;
}


.umg_live_date{
	padding-right:15px;
}
nav.main a{
	display: inline-block;
    color: #000;
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 35px;
    padding: 1px;
    transition: all 0.3s;
    font-family: 'Cochin';
}
.umg_live_link {
	text-align:right;
	
}
#track-via-bandsintown a{
	    transform: rotate(+0.3deg);
}
#my-city-bandsintown a{
	    transform: rotate(-0.5deg);
}
.umg_live_link a{
	color: #efe8e0!important;
    background-color: #000;
    display: inline-block;
    padding: 6px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 140%;
    font-family: 'cochin';
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
     transition: all 0.3s;
     border: 2px solid black;
}

.umg_live_link a:hover{
	color: black!important;
   
    background: #efe8e0;
}
#track-via-bandsintown a, #my-city-bandsintown a{
    background-color: #5f3734!important;
    color: #f8eae7!important;
    display: inline-block!important;
    /* padding: 3px; */
    font-family: arial!important;
    font-weight: bold!important;
    text-transform: uppercase!important;
    font-size: 12px!important;
    padding-left: 8px!important;
    padding-right: 8px!important;
    line-height: 140%!important;
    border-radius: 0px!important;
	transition: all 0.3s;
}
#ae-cform-reg-item-email-1 div.cform-required-field{
	font-size: 14px;
    font-family: 'cochin';
    font-weight: bold;
}
#ae-cform-reg-item-email-1 div.cform-required-field{
	display: inline-block;
    background-color: transparent;
    color: #000;
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 15px;
    padding: 4px;
    padding-top: 1px;
    transition: all 0.3s;
    line-height: 130%;
    color: #dfdcd5;
    margin-top: 4px;
    padding: 0px;
       font-size: 18px;
    font-family: 'cochin';
    font-weight: bold;
}
#track-via-bandsintown a:hover, #my-city-bandsintown a:hover{
	color: #fff!important;
	transition: all 0.3s;
}

.liveDatesHolder a.cta{
 	color: #efe8e0!important;
    background-color: #000;
    display: inline-block;
    padding: 6px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 140%;
    font-family: 'cochin';
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.3s;
    border: 2px solid black;
}
.liveDatesHolder a.cta:hover,
nav.main a:hover{
	color:black!important;
	background-color: #efe8e0!important;
}
nav.main a.signup{
	margin-bottom:8px;
	color:#000;
	display:inline-block;
}
#menu nav.socials{
	padding-top: 10px;
}
#menu nav.socials a{
	color:#5a3b38;
	transition: all 0.3s;
}
#menu nav.socials a:hover{
	color:#b60624;
	transition: all 0.3s;
}
#menu{
	position: fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:4;
	background-color:#efe8e0;
	text-align: center;
	background-position: center;
	background-size:cover;
	display:none;
}
#widthContainer{
	width: 95%;
    margin: auto;
    max-width: 1000px;
    padding-top:30px;
}
	body.single-post #widthContainer {
		width: 95%;
		margin: auto;
		max-width: 900px;
		padding-top: 5px;
	}
	body.single-post #widthContainer .holder img{
		width:100%!important;
		height:auto!important;
	    z-index: 3;
    	position: relative;
	}
.newsitem{
	background-size: cover;
    background-position: center;
    width: calc(33% - 15px);
    padding-top: calc(33% - 10px);
    display: block;
    margin-left: 8px;
    margin-right: 8px;
    float: left;
    position: relative;
    margin-bottom: 16px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsitem a:hover span.headline{
	color:white;
	transition: all 0.3s;
}


body.page-template-page-releases .newsitem{
    padding-top: calc(30% - 10px);
}

nav#playlists a{
	color: #000!important;
    display: block!important;
    font-family: 'cochin'!important;
    font-weight: bold!important;
    text-transform: uppercase!important;
    font-size: 20px!important;
    
    line-height: 200%!important;
    text-align: center;

}



.newsHeadlines{
	position: absolute;
    left: 10px;
    top: 10px;
    text-align: center;
    right: 10px;
    width: auto;
    border-radius: 4px;
    bottom: 10px;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsHeadlines.fr{
	text-align:center;
	
}
#_evh-button{
	display:none;
}
#evidon-gdpr-background{
    background: rgba(0,0,0,0.8)!important;
}
.newsHeadlines .headline{
	    float: none;
    display: block;
    background-color: #000;
    color: #efe8e0;
    padding: 4px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;
    padding-right: 10px;
    line-height: 140%;
    font-family: 'cochin';
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.newsHeadlines.fr .headline{
	float:none;
}
.newsHeadlines .date{
	float: none;
    clear: both;
    display: inline-block;
    background-color: #efe8e0;
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    padding: 4px;
    text-transform: uppercase;
    padding-top: 7px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
}
.newsHeadlines.fr .date{
	
}
#ViewMore{
	clear: both;
    font-size: 20px;
    font-weight: bold;
    padding: 8px;
    margin-bottom: 20px;
    display: inline-block;
    transition: all 0.3s;
    font-family: "cochin";
    border: 2px solid black;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
}
#ViewMore:hover{
	background-color:#000!important;
	color: #efe8e0!important;
	transition: all 0.3s;
}
.clear{
	width:100%;
	clear:both;
}
#newsContainer{
	display:table;
	width:100%;
}
#mainNewsContent{
	    clear: both;
    position: relative;
    width: 100%;
    text-align: left;
    font-family: 'cochin';
    margin-left: 0px;
    line-height: 100%;
}
#mainNewsHeadline{
	position: relative;
    z-index:3;
}
#mainNewsHeadline .newsHeadlines {
    position: initial;
    text-align: left;
    display: block;
    max-width: 700px;
    margin: auto;
    padding-top: 10px;
}
#mainNewsHeadline .headline{
	background-color: transparent!important;
    color: black!important;
    text-align: center;
    font-size: 28px;
    line-height: 110%;
    padding: 0px;
    text-align: left;
    width: 100%;
    margin-bottom: 5px;
}
#mainNewsHeadline .date{
	width: 100%;
    display: block;
    text-align: left;
    padding: 0px;
    padding-top: 5px;
    font-family: 'cochin';
    font-size: 18px;
    margin-bottom: 4PX;
}
#mainNewsHeadline .headline{
	background-color: transparent!important;
	color: black!important;
}
.newsInner{
    margin-left: 0px;
    padding-top: 5px;
    line-height: 180%;
    margin-right: 0px;
    font-size: 18px;
    line-height: 160%;
    max-width: 700px;
    margin: auto;
}
.newsInner p{
	margin-bottom:15px;
	text-align: left!important;
}
#socialShares{
	color:#000;
	margin-bottom: 50px;
}
#socialShares a{
	color: #000;
	display:inline-block;
	margin-left: 3px;
    margin-right: 3px;
	transition: all 0.3s;
}
#socialShares a:hover{
	color:#000;
	transition: all 0.3s;
}

#mainNewsContent .newsInner p a{
	color:#000;
}
#mainNewsContent .newsInner p iframe{
	width: 100vw!important;
    height: 36.25vw!important;
    max-width: 100%!important;
}
.share{
        float: none;
    display: block;
    background-color: transparent;
    color: #000;
    background-image: none;
    padding: 10px;
    margin-top: 0px;
    position: relative;
    z-index: 2;
    margin-right: 70px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 15px;
    font-family: 'cochin';
    margin: auto;
}
.imageGap{
	height:47px;
}
#liveToggle{
	width:90%;
	margin:auto;
}

.mapouter{
	width:90%;
	float:left;
	max-width:600px;
    background-size: 900px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    transform: rotate(0.3deg);
    transform: rotate(.9deg);
}
.buyTicket{
	background-color: #5f3734;
    color: #dfdcd5;
    padding: 10px;
    margin-top: -48px;
    position: relative;
    z-index: 2;
    margin-right: 70px;
    padding-left: 15px;
    padding-right: 13px;
    font-family: "CochinBlack";
    padding-bottom: 9px;
    font-weight: bold;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    transform: rotate(0.3deg);
    position: relative;
    top: 10px;
}
.listenLink{
	position: relative;
    display: block;
    background-color: #000;
    color: #eee7df!important;
    padding: 4px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    text-transform: uppercase;
    padding-right: 10px;
    line-height: 140%;
    transition: all 0.3s;
    font-family: 'cochin';
    border-radius: 4px;
    bottom: 15px;
    padding-right: 15px;
}
.listenLink:hover{
	color:white;
	transition: all 0.3s;
}
.listenLink.fl{

}
.listenLink.fr{
}

.mapInfo{
    width: 50%;
    float: right;
    text-align: left;
    margin-top: -70px;
    padding-top: 10px;
    padding-bottom: 4px;
    background-color: white;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    background-image:url('../gfx/graph3.jpg');
    transform: rotate(-0.3deg);
    background-size: 700px;
}
.mapInfoInner{
	margin-left: 12px;
    margin-right: 12px;
    font-family: 'Special Elite', "Courier New", Courier, monospace;
    line-height:180%;
}
.mapInfoInner p{
	margin-bottom:0px;
	padding-top: 6px;
}
.liveDateInfo{
	    display: table;
    position: relative;
    margin-top: -20px;
    left: -20px;
}

body.single-umg_live .holder{
	width: 100%;
    margin: auto;
    max-width: 700px;
}

.videoHolder{
	width: 100%;
    margin: auto;
    max-width: 800px;
}
#widthContainer{
	width: 95%;
    margin: auto;
    max-width: 1000px;
    padding-top: 30px;
    display: table;
}
.mapInfo{
    clear: both;
    margin-bottom: 30px
    
}
.mapInfo h2, .mapInfo h4{
	font-family: "CochinBlack";
}
.mapInfo h2{
	display: block;
    background-color: #5f3734;
    color: #dfdcd5;
    padding: 6px;
    font-size: 22px;
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;
    padding-right: 10px;
    line-height: 140%;
    margin-bottom: 0px;
}

body.single-umg_live .share{
	float: left;
    margin-top: -20px;
    margin-left: 20px;
    margin-bottom: 8px;
}
div.socialInner{
	    text-align: left;
    margin: auto;
    max-width: 700px;
}
body.single-umg_live .share .socialInner a{
	color: #dfdcd5;
	transition: all 0.3s;	
}
body.single-umg_live .share .socialInner a:hover{
	color: #fff;
	transition: all 0.3s;
}
body.single-umg_live .share{
	font-size:13px;
}
body.single-umg_live .share a{
	margin-left:2px;
	margin-right:2px;
}
.mapInfo h4{
    float: left;
    clear: both;
    display: block;
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: bold;
    color: #4f302b;
    padding: 4px;
    text-transform: uppercase;
    padding-right: 10px;
    line-height: 140%;
}
#playlists{
    margin-bottom: 10px;
    text-align: center;
}
.videoHolder .embed-container{
	margin-bottom:10px;
}
.videoHolder h3{
	
    color: #000!important;
    display: blockimportant;
    font-family: 'cochin'!important;
    font-weight: bold!important;
    text-transform: uppercase!important;
    font-size: 20px!important;
    line-height: 200%!important;
    transition: all 0.3s;
    text-align: center;
    margin-bottom:10px;
}
#videoList{
	display:table;
	clear:both;
	width:100%;
}
	#videoList a{
	    width: calc(33% - 8px);
		display: block;
		float: left;
	    padding-top: calc(19.3% - 8px);
		margin-left: 5px;
		margin-right: 5px;
		background-size:cover;
		background-position: center;
		position: relative;
		margin-bottom:10px;
	}
	#videoList a span{
		position: absolute;
	    background-color: #000!important;
	    color: #efe8e0!important;
	    font-weight: bold!important;
	    text-transform: uppercase!important;
	    font-size: 12px!important;
	    padding-left: 12px!important;
	    padding-right: 12px!important;
	    line-height: 125%!important;
	    transition: all 0.3s;
	    text-align: center;
	    padding-top: 8px;
	    padding-bottom: 8px;
	    max-width: 85%;
	    display: block!important;
	    margin: auto;
	    width: auto;
	    border-radius: 4px!important;
	    bottom: 10px;
	    left: 10px;
	    right: 10px;
	    font-family: 'cochin'!important;
	}
	#ae-cform-modal-display-cta-1{
		display:none!important;
	}
	.blocker{
		z-index:8;
		background-size:cover;
		    background-color: #efe8e0!important;
	}
	div.ae-cform-title{
		display: inline-block;
		color: #000;
		margin-bottom: 6px;
		font-weight: bold;
		font-size: 15px;
		padding: 4px;
		transition: all 0.3s;
		line-height: 130%;
	}
	.ae-cform-signin-button{
		display: inline;
		padding: 10px 10px 10px 10px;
		width: 100px;
		text-transform: uppercase;
		font-weight: bold;
	}
	#terms a{
		display: inline-block;
	}	
	#ae-cform-reg-item-email-1 div.cform-required-field{
		display: inline-block;
    background-color: transparent;
    color: #000;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px;
    padding: 0;
    padding-top: 1px;
    transition: all 0.3s;
    line-height: 100%;
    color: #dfdcd5;
    margin-top: 0;
	}
	.ae-cform-item {
		position: relative;
		margin: 0 0 0.8em;
		margin-bottom: 5px;
	}
	div.cform-required-field.ae-cform-item{
		display:none!important;
	}
	span.ae-cform-required-fields{
		display: inline-block;
		width: 38%;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 5px;
		padding-right: 5px;
		text-align: center;
		margin-bottom: 3px;
		font-size: 12px;
		font-weight: bold;
		color: #4f302b;
		text-transform: uppercase;
		transition: color 0.3s;
		box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
		margin-left: 4px;
		margin-right: 4px;
		transform: rotate(-0.3deg);
		font-size: 9px;
		padding: 0px;
		line-height: 197%;
		padding-left: 10px;
		padding-right: 9px;
		width: auto;
	}
	.ae-cform-item.ae-cform-item-submit-button input{	
		display: inline-block;
		background-color: #5f3734;
		color: #dfdcd5;
		margin-bottom: 6px;
		font-weight: bold;
		font-size: 15px;
		padding: 4px;
		transition: all 0.3s;
		line-height: 130%;
		width: auto;
		text-transform: uppercase;
		padding: 10px;
		padding-left: 25px;
		padding-right: 25px;
		border: 0px!important;
		margin-top: 2px;
		transform: rotate(-0.5deg);
	}
	.ae-cform-item input[type="text"], .ae-cform-item input[type="email"], .ae-cform-item input[type="password"]{
	    text-align: center!important;
	}
	li.parsley-custom-error-message{
		text-align: center;
		padding-top: 9px;
		color: white;
		font-weight: bold;
		font-size: 10px!important;
	}
	#ae-cform-reg-item-email-1 div.cform-required-field span{
		color: #dfdcd5;
		font-weight:bold;
	}
	.ae-cform-modal-container hr, .ae-cform-container hr{
		display:none!important;
	}
	a.close-modal{
		display:none!important;
	}
	.ae-cform-modal-container.modal{
		display: inline-block;
		background: transparent;
		-webkit-box-shadow: 0 0 0 0 transparent;
		-moz-box-shadow: 0 0 0 0 transparent;
		-o-box-shadow: 0 0 0 0 transparent;
		-ms-box-shadow: 0 0 0 0 transparent;
		box-shadow: 0 0 0 0 transparent;
		text-align: center;
		font-family: 'cochin';
	}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



body.page-template-page-live-archive #widthContainer,
body.page-template-page-live #widthContainer{
	max-width: 1250px;
}

@media only screen and (max-width: 950px) {
	.newsitem{
		width: calc(49% - 9px);
		padding-top: calc(44% - 10px);
	}
	
}
@media only screen and (max-width: 850px) {
	#videoList a{
		width: calc(49% - 9px);
		padding-top: calc(30% - 10px);
	}
}
@media only screen and (max-width: 767px) {
	#header .socials{
		display:none
	}
	#header2 .socials{
		display:none
	}
	h1{
		float: left;
		margin-left: 8px;
		width: 200px;
	}
	h1{
		float: left;
		    margin-left: 18px;
		    width: 200px;
		    position: absolute;
		    top: 18px;
	}
	body.scrolled #header2 h1{
	    top: 15px;
    	margin-left: 12px;
	}
	
	#popup{
		display:none;
	}
	.newsitem{
		width: calc(49% - 13px);
		padding-top: calc(49% - 13px);
	}
	body.page-template-page-releases .newsitem{
		padding-top: calc(49% - 13px);
	}
}

@media only screen and (max-width: 650px) {
	body.single-post #widthContainer{
		width:90%;
	}
	.newsitem {
		width: calc(90% - 13px);
		margin: auto;
		float: none;
		padding-top: 90%;
		margin-bottom: 12px;
		max-width: 400px;
	}
	
	#videoList a{
		width: calc(90% - 13px);
		margin: auto;
		float: none;
		padding-top: 50%;
		margin-bottom: 12px;
	}
	body.page-template-page-releases .newsitem{
		padding-top: calc(90% - 13px);
	}
	#mainNewsHeadline .headline {
		font-size: 19px;
	}
	#mainNewsHeadline .date {
		font-size: 13px;
		padding: 7px;
	}
	.newsInner {
		font-size: 16px;
	}
	nav.main a {
		font-size: 25px;
	}
	#container {
	min-height: 100%;
	background-size: cover;
	background-position: center;
	}
}
@media only screen and (max-width: 480px){
	table.umg_live_table td,
	table.umg_live_table td:last-child{
	    text-align: center!important;
	}
	table.umg_live_table tr:after{
		display:none!important;
	}
}


@media only screen and (min-width: 1024px){
	#popup{
		position: fixed;
		bottom: 20px;
		z-index: 3;
		background-color: white;
		width: 205px;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		padding: 6px;
		right: 15px;
		text-align: left;
		line-height: 130%;
		box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
		background-image: url(../gfx/graph3.jpg);
	}
	#popup h5{
		font-size: 12px;
		padding: 4px;
		position: relative;
		left: -15px;
	}
	#popup .signup{
		background-color: #5f3734;
		color: #f8eae7;
		display: inline-block;
		padding: 3px;
		padding-left: 6px;
		padding-right: 6px;
		font-weight: bold;
		font-size: 15px;
		width: auto;
		max-width: 350px;
		text-transform: uppercase;
		margin-bottom: 3px;

		font-size: 12px;
		float: right;
		margin-bottom: -20px;
		position: relative;
		top: -5px;
	}
	#popup p{
		margin-bottom: 7px;
		padding-top: 1px;
		line-height: 145%;
	}
}


.umg_live_table tr td {
	vertical-align: top;
}
.umg_live_table tr td .extra-info {
	padding-top: 3px;
	padding-bottom: 10px;
	font-size: 75%;
	line-height: 1.5;
}
.umg_live_table tr td .extra-info a {
	color: #b50724;
}


body.page-template-page-home-php #main .table{
	background: black;
	font-family: cochin;
	color: #efe8e0;
	background-image: url('../gfx/home.jpg');
	background-size: cover;
	background-position: center;
}
body.page-template-page-home-php #main .table h2{
    max-width: 400px;
    width: 90%;
    margin: auto;
    margin-bottom: -7px;
    font-size: 30px;
    line-height: 125%;
}
body.page-template-page-home-php #main .table nav a{
	color: #efe8e0!important;
    border: 2px solid #efe8e0;
    padding: 10px;
    padding-left: 12px;
    padding-right: 12px;
    transition: all 0.3s;
    display: inline-block;
}
body.page-template-page-home-php #main .table nav a:hover{
	color: black!Important;
	background-color: #efe8e0!important;    
}

@media screen and (max-width: 767px) {
	.umg_live_table tr td {
		display: block;
	}
	.umg_live_table tr td .extra-info {
		padding-bottom: 5px;
	}
	.umg_live_table tr td.umg_live_venue,
	.umg_live_table tr td.umg_live_location {
		padding-bottom: 5px;
	}
	.umg_live_table tr td.umg_live_date {
		padding-bottom: 5px;
	}
	.umg_live_table tr td.umg_live_link {
		text-align: left;
		padding-bottom: 0px;
	}	
	div.table-cell {
	    background-size: 100px;
	}
	.umg_live_table tr {
	    padding-bottom: 30px!Important;
    	display: block;
	}
}

@media screen and (max-width: 600px) {
	body.page-template-page-home-php #main .table{
		background-image: url(../gfx/home2.jpg);
	}
	body.page-template-page-home-php #main .table h2{
		font-size: 20px;
	}
	body.page-template-page-home-php #main .table nav a{
	    font-size: 10px;
    	width: 100px;
	}
	#menu div.table-cell{
	    background-size: 140px!important;
	}
}


#_evh-button{
      display: none!important;
    }
    #ae-cform-modal-display-cta-1{
      display: none;
    }
    .blocker{
      background-color: rgb(240 232 224);
      background-color: rgba(240,232,224,0.9);
    }
    .ae-cform-modal-container.modal{
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;
      text-align: center;
      background: transparent;
    }
    .modal a.close-modal{
      display: none!important;
    }
    div#ae-cform-title-1{
      font-family: "CochinBlack";
      font-family: 'cochin';
      letter-spacing: -1px;
      line-height: 130%;
    }
    ..ae-cform-item label{
        font-family: "CochinBlack";
        font-family: 'cochin';
    }
    .ae-cform-optin label span {
      font-weight: bold;
      margin-left: 10px;
      font-size: 100%;
      font-size: 12px;
    }
    .ae-optin-holder {
        margin-bottom: 6px;
    }
    .ae-cform-social-link{
      border: 2px solid black!important;
      background-color: transparent!important;
      color: black!important;
      border-radius: 4px!important;
      font-family: 'cochin'!important;
      text-transform: uppercase!important;
      width: 47%;
      transition:  all 0.3s;
    }
    .ae-cform-social-link:hover{
      background-color: black!important;
      color: #EFE8E0!important;
    }
    .ae-cform-social-link i.socicon, .ae-cform-social-link i.mdi, .ae-cform-social-link i.fa, .ae-cform-social-link i.fab, .ae-cform-social-link i.fas{
      background-color: transparent!important;
      color: inherit!important;
    }
    .ae-cform-email-container .cform-required-field span{
      font-weight: bold;
      color: black;
    }
    .ae-cform-item label {
        display: inline-block;
        width: 100%;
        position: relative;
        margin-bottom: 5px;
            font-family: "CochinBlack";
      color: black;
      font-family: 'cochin';
    }
    div.ae-cform-signin-options{
    	margin-bottom: 10px;
    }
    .ae-cform-item span{
      color: black!important;
      font-weight: bold!Important;
    }
    .ae-cform-item label*{
      color: black!important;
    }
    .ae-cform-item input[type="submit"]{
      border-radius: 4px!important;
      background: black!important;
      border: 0px!important;
      padding: 15px 20px 10px 20px!important;
      width: auto!important;
      font-family: "CochinBlack"!important;
      text-transform: uppercase!important;
      font-size: 18px!important;
      font-family: 'cochin';
      margin-top: 10px;
    }
    .ae-cform-item input[type="text"].parsley-error, .ae-cform-item input[type="email"].parsley-error, .ae-cform-item input[type="password"].parsley-error {
        border: 0px solid #dd4b39;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        font-family: 'cochin';
    }
    .ae-cform-item ul.parsley-errors-list li{
          text-align: center;
      padding-top: 4px;
      font-weight: bold;
      font-size: 8px;
      color: black;
    }
    .ae-cform-item .ae-cform-select{
    	    margin-bottom: 0px;
    }
    .ae-cform-item .ae-cform-select select:hover, .ae-cform-item .ae-cform-select select:focus {
        color: #000;
        background: #fff;
    }
    .ae-cform-item .ae-cform-select select {
        height: auto;
        display: inline-block;
        width: 100%;
        padding: 10px 15px;
        cursor: pointer;
        color: #000;
        border: 0;
        border-radius: 0;
        outline: 0;
        background: #fff;
        appearance: none;
        -webkit-appearance: none;
        font-size: 12px;
        -moz-appearance: none;
        font-size: 14px;
        text-align: left;
    }
    .ae-cform-item .ae-cform-select .select__arrow {
        position: absolute;
        top: 16px;
        right: 12px;
        width: 0;
        height: 0;
        pointer-events: none;
        border-width: 8px 5px 0 5px;
        border-style: solid;
        border-color: #000 transparent transparent transparent;
    }
    .iti input, .iti input[type=tel], .iti input[type=text] {
        height: 34px;
        font-size: 14px!important;
        
        font-family: 'cochin';
        border: 0px solid #d9d9d9!important;
        border-top: 0pc;
        color: #000!important;
        font-weight: bold!important;
        outline: none;
    }
    .iti--separate-dial-code .iti__selected-dial-code{
    	    font-family: 'cochin';
    }
    .ae-cform-item {
    position: relative;
    margin: 0px;
    margin-bottom: 5px;
}
    .ae-cform-item input[type="text"]:hover, .ae-cform-item input[type="email"]:hover, .ae-cform-item input[type="password"]:hover {
        border: 0px solid #b9b9b9;
        border-top: 0px solid #a0a0a0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    *{
      outline: none;
    }
    .ae-cform-item input[type="text"], .ae-cform-item input[type="email"], .ae-cform-item input[type="password"], .ae-cform-item select {
    font-size: 14px;
    font-family: 'cochin';
    border: 0px solid rgba(216, 216, 216, 0.39);
    color: #000;
    text-align: center;
    font-weight: bold;
}
    .ae-cform-modal-container hr, .ae-cform-container hr {
      margin-bottom: 5px;
      margin-top: 0px;
      opacity: 0;
      visibility: hidden;
      line-height: 130%;
    }
    .hamburger, .hamburger.is-active:hover, .hamburger:hover{
    	opacity: 1!important;
    }
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	    position: absolute!important;
    width: 50px!important;
    height: 2px!important;
}


 .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    border-radius: 0px!important;
    background-color: #000!important;
}
