h2.home-title {
	font-weight: 400;
	font-size: 27px;
	letter-spacing: .19em;
	text-transform: uppercase;
	/* color: #babbbb; */
	color: #d7ad4f;
	margin-top: 0.25em;
}
.hero-main-link {
	display: block;
	border: 1px solid #2b2b2b;
}
.hero-main-link:hover,
.hero-main-link:focus {
	border-color: #fff;
}
.hero-main-image {
	position:relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.2162162%;
	background: black center center no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
.singleConcert {
	border: 1px solid #000;
	padding: 20px 20px 100px 20px;
	display:block;
	color:#000;
	min-height: 160px;
}
.singleConcert:hover {
	background-color:#eee;
	color:#000;
}

.carousel-control  {
	display:block;
	height:62px;
	width:62px;
	padding:0;
	margin:0;
	text-indent:-9999px;
	opacity:.8;
	border-radius:0;
	border:0;
	left:10px;
	position: absolute;
	top: 44%;
}

.carousel-control.left{ background:url(/images/_pages/_global/events_arrows.png) no-repeat; }

.carousel-control.right {
	background:url(/images/_pages/_global/events_arrows.png) no-repeat -62px 0;
	right:0;
	left: auto;
	right: 10px;
}
.carousel-control:hover {opacity:1;}

.ticketBox {
	background: url("/images/_pages/_global/tickets_on_sale_graphic.png") no-repeat scroll right top #191b1b;
	border-top: 2px solid #415f54;
	display: block;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 16px;
	padding: 30px 0 10px;
}
.showBox {
	background: #191B1B url("/images/_pages/_global/upcoming_artist_graphic.png") no-repeat scroll right top;
	border-top: 2px solid #3F4D17;
	display: block;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 16px;
	padding: 30px 0px 10px;
}
.announcementBox {
	background:url("/images/_pages/_global/announcements_graphic.png") no-repeat top right #191b1b;
	border-top: 2px solid #5d4245;
	display: block;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 16px;
	padding: 30px 0 20px;
	height: calc(100% - 35px);
}


@media (min-width: 1170px) {
	.announcementBox {
		font-size: 1.5em;
	}
}

.announcementBox p {
	line-height: 1.2em;
}
.announcementBox .secondPar {
	font-size: .7em;
}

/* home hero special show setup */
span.buyAfter {margin-right:0px;}
span.buyAfter:after {
	content: "\25BA \0020";
	color:#fff;
	margin-left:10px;
}

.admatShow:hover .eventDetails, .admatShow:hover .eventDetails:after  {color:#fff;}

.buyTixAdmat {
	position: absolute;
	bottom:20px;
	background: #586b25; /* Old browsers */
	background: -moz-linear-gradient(top, #586b25 0%, #4e611b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#586b25), color-stop(100%,#4e611b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #586b25 0%,#4e611b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #586b25 0%,#4e611b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #586b25 0%,#4e611b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #586b25 0%,#4e611b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#586b25', endColorstr='#4e611b',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 0px 3px #000;
	-webkit-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
	color:#c5e4d7;
	font-size:16px;
	padding:20px;
	text-transform: uppercase;
	right:20px;
}
span.buyAfter {margin-right:0px;}
span.buyAfter:after {
	content: "\25BA \0020";
	color:#c5e4d7;
	margin-left:10px;
}
.buyTixAdmat:hover, .buyTixAdmat:hover span.buyAfter:after {color:#fff;} 

.icon-bullhorn {font-size:55px; margin-top:7px; display:block;}
/* end home hero special show setup */


.nextShowContainer {
	padding:5px;
	background:#1f1f1f;
}

.nextShowContainer .innerPad {padding:15px 15px 0;}

.nextShowContainer h2.home-title {
	font-size:24px;
	margin:0 0 15px;
	text-align: center
}

.upcoming-title-date {
	color: #fff;
}
.upcoming-wrapper {
	border: 2px solid #2b2b2b;
}
.next-event a {
	display: block;
	position: relative;
}
.next-event a.next-event-image-link:hover::before {
	content: 'DETAILS';
	background: rgba(0,0,0,.7);
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-top: 46%;
	text-align: center;
}
.next-event-ticket {
	font-size: 20px;
	display: block;
	padding: 20px 10px;
	position: relative;
	line-height: 22px;
	margin:15px 0;
}
.next-event-chev {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 10%;
	background: #3e4d16;
}
.next-event-chev .fa {
	position: relative;
	left: 3px;
	line-height: 46px;
	vertical-align: middle;
}
/*trying flexbox */
.upcoming-event {
	display: inline-block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color:#000;
	padding:15px 5px;
	position: relative;
}
.upcoming-event:nth-child(3) {
	background: #191919;
}
.upcoming-event-col {
	padding: 7px;
}

.upcoming-event-col.ue-date { width: 13.5%; }
.upcoming-event-col.ue-image { width: 28%; }
.upcoming-event-col.ue-title { width: 58%; line-height: 1.25; }

.ue-date-link {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #cbcccc;
	text-align: center;
	display: block;
}
.ue-date-num {
	display: block;
	font-size: 22px;
}
.ue-title-link {
	font-size: 15px;
	font-weight: 400;
	color: #cbcccc;
}
.ue-links {
	margin-top: 5px;
}
.ue-ticket {
	display: block;
}
.ue-all-concerts {
	display: block;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	padding: 9px 4px;
	clear: both;
}


/* ---------- NEWS ----------- */

.newsContainer {padding:0 20px;}

.entry .text-block {padding:20px 10px 10px;
	font-size:12px;
}

.entry {border:0;}


.entry h2.home {
    color: #babbbb;
    font-size: 21px;
    line-height:1.3em;
    }
    
    
    
/* ---------2019 LAYOUT UPDATES ------------ */
    
    .carousel {
    position: relative;
    margin-top: 13px;
}

/* ---------- TIMELINE ----------- */

.timeline-cta {
	padding-left:55px;
	padding-right:5px;
}
.timeline-cta-wrap {
	background: url(/images/_pages/_global/timeline_admat_bg.jpg) no-repeat center center;
	background-size: cover;
	display: block;
	position: relative;
	color: #dfc7a4;
}
.timeline-cta-item {
	text-align: center;
	padding: 6px;
}
.timeline-heading {
	text-align: center;
	line-height: 0;
}
.timeline-heading span {
	color:#1f1f1f;
	font-weight:500;
	line-height: 1.3;
}
.timeline-heading span.titleBig {
	font-size:32px;
	text-transform: uppercase;
}
.timeline-heading span.titleMedium {
	font-size:21px;
	text-transform: uppercase;
}
.timeline-heading span.titleSmall {font-size:20px;}
.timeline-box {
	background:rgba(0,0,0,.3);
	padding:20px 0px 15px;
	margin:30px calc();
	text-align: center;
	color:#dec7a6;
	border:4px solid #895e4f;
}
.timeline-date {
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
}

.timeline-title {font-size: 25px;}



/* ---------- SPONSORS ----------- */

.sponsorsWidth {
	padding-left:50px;
	padding-right:35px;
}
.sponsor-cycle-wrap {
	float: left;
	width: 49%;
	margin-right: 1%;
	margin-bottom: 1%;
}
.sponsor-cycle-featured {
	float: left;
	width: 99%;
	margin-right: 1%;
	margin-bottom: 1%;
}
.sponsor-wrap {
	width: 100%;
}
.sponsor-item {
	display: block;
	border: 1px solid #424242;
	background: #181818;
	text-align: center;
	padding-bottom: 100%;
	height: 0;
	position: relative;
}
.sponsor-item:hover,
.sponsor-item:focus {
	border-color: #fff;
}
.sponsor-item img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* ---------- SOCIAL FEED ----------- */

.social-feed-container {padding:0 100px;}
.social-feed-wrap {
	border: 1px solid #424242;
	background: #181818;
	text-align: center;
	width: 100%;
	height: auto;
}
.social-feed-item {
	position:relative;
	height: 0;
	padding-bottom: 100%;
}
.social-feed-tweet,
.social-feed-ig {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
}
.social-feed-ig .fa {
	position: absolute;
	bottom: 3px;
	right: 3px;
}
.social-feed-tweet {
	font-size: 16px;
	font-weight: 400;
	padding: 10px;
}
.social-feed-tweet .fa {
	font-size: 36px;
	padding: 5px;
	margin:15px 0 20px;
}
@media (min-width: 600px) {
	.news-section {
		margin-left: -8px;
		margin-right: -8px;
	}
	.news-section .col-sm-6 {
		padding-left: 8px;
		padding-right: 8px;
		float: left;
		width: 50%;
	}
	.news-section > .col-sm-6:last-child {
		position: relative;
		left: -1%;
	}
	.next-event {
		float: left;
		width: 46.7%;
	}
	.upcoming-event:nth-child(4) {
		border-bottom: none;
	}
	.sponsor-cycle-featured {
		width: 49%;
	}
	.sponsor-cycle-wrap {
		width: 23.9%;
	}
	.social-cycle-wrap {
		float: left;
		width: 49%;
		margin-right: 1%;
		margin-bottom: 1%;
	}
}
@media (min-width: 768px) {
	.next-event {
		width: 42.7%;
	}
	.social-feed-tweet {
		font-size: 12px;
	}
}
@media (min-width: 920px) {
	.social-feed {
		width: 100%;
	}
	.social-cycle-wrap {
		width: 24%;
	}
}
@media (min-width: 992px) {
	.noPadLeft {padding-left:0;}
	.next-event {
		float: none;
		width: 100%;
	}
	.upcoming-event:nth-child(4) {
		border-bottom: 1px solid #2B2B2B;
	}
}
@media (min-width: 1030px) {
	.timeline-heading {
		font-size: 42px;
	}
}

@media (max-width: 1200px) {
	.nextShowContainer h2.home-title {font-size:20px;}
}

@media (max-width: 1150px) {
	.newsContainer {padding:0;}
	.entry {
	    padding-bottom: 160%;
	}
	.upcoming-event {padding:5px;}
	.timeline-cta {
		padding-left:15px;
		padding-right:15px;
	}
	.timeline-title {font-size:20px;}
	.timeline-box {margin:15px calc();}

	.social-feed-container {
		padding:0 ;
	}
	.nextShowContainer h2.home-title {font-size:20px;}
}

@media (max-width: 600px) {
	.entry {padding-bottom: inherit;}
	.sponsorsWidth {
		padding-left:15px;
		padding-right:15px;
	}
}

/* 2019 slider updates */



.entry {
    display: block;
}

.newClear {clear:both;}

.entry .blog-image {
    width:100%;
    height:auto;
    display:block;
    padding-bottom:0;
}


.blog-image img {
    width:100%;
    height:auto;
    max-width:705px;
    
}

/*
.slideshow {
    position: relative;
    overflow: hidden;
    margin: 0;
    height: 100vh;
    width: 100%;
    height: calc(100vh - 10rem) !important;
    display: grid;
    grid-template-columns: auto 100% !important;
    grid-column-gap: 0.5% !important;
    grid-template-rows: 100% !important;
    grid-template-areas: '... slide ...';
}
*/

.slide__img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

h3.slide__title {font-size:30px;}


	

#hero-main-slider {padding:10px;}

.mediaLeft {float:left;}
		.mediaRight {float:right;}
		

		
		@media (max-width: 991px) {
	.mediaLeft {float:none;}
		.mediaRight {float:none;}
		}


		.mediaSection {
			background: #191b1b;
		    border-top: 2px solid #415f54;
		    display: block;
		    font-size: 20px;
		    margin-bottom: 20px;
		    margin-top: 16px;
		    padding: 40px 40px 10px;
		}
		.mediaBG_1 {
			background: url("/images/_pages/_global/tickets_on_sale_graphic.png") no-repeat scroll right top #191b1b;
			 border-top: 2px solid #415f54;
		}
		.mediaBG_2 {
			background: url("/images/_pages/_global/announcements_graphic.png") no-repeat scroll right top #191b1b;
			 border-top: 2px solid #5D4144;
		}
		
		.mediaBG_3 {
			background: url("/images/_pages/_global/upcoming_artist_graphic.png") no-repeat scroll right top #191b1b;
			 border-top: 2px solid #3F4E12;
		}
		
		.social-feed-tweet, .social-feed-ig {
		    overflow: hidden;
		}
		

/*
.mediaLeft
.mediaRight
.mediaBG_1
.mediaBG_2
.mediaBG_3
*/

.mediaSection {margin-top:80px;}

.mediaBG_1 .topImage {margin:-100px auto 0; border: 2px solid #415f54;}
.mediaBG_2 .topImage {margin:-100px auto 0; border: 2px solid #5D4144;}
.mediaBG_3 .topImage {margin:-100px auto 0; border: 2px solid #3F4E12;}

.mediaLeft .vid-container {margin-right:-100px; margin-left:100px;}
.mediaRight .vid-container {margin-left:-100px; margin-right:100px;}
.mediaBG_1 .vid-container iframe {border: 2px solid #415f54;}
.mediaBG_2 .vid-container iframe{border: 2px solid #5D4144;}
.mediaBG_3 .vid-container iframe{border: 2px solid #3F4E12;}