/*
Theme Name: MRG Concerts
Author: Ticketfly MKS
Description: Starter theme for Ticketfly Platinum or Gold sites
Version: 1.5
Domain Path: /languages/

contractor_s is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/

Other styles towards the bottom have been pulled from "html5 shell by mimoYmima.com: a Framework for rapidly developing HTML5 based WordPress Themes".
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
13.0 - mimoYmima
14.0 - Gallery Post Format
15.0 - Theme Styles
--------------------------------------------------------------*/


/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

#post-703 > section.ticket-price.external-ticket > article > a::after {
	content: 'Free' !important;
}
article.external.ticket-link.primary-link.soldout a {
	font-size: 0px;
}

a.tickets.free {font-size: 0px !important;}
a.tickets.free::after {content: 'Free' !important; font-size: 14px;}

a.tickets.doortickets {font-size: 0px !important;}
a.tickets.doortickets::after {content: 'Tickets at the Door'; font-size: 14px;}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.clear-b {
	clear: both;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {margin: 0 0 1.5em;}

/* Make sure select elements fit in widgets */
.widget select {max-width: 100%;}

/* Search widget */
.widget_search {
	color: #000;
}
.widget_search .search-submit, .search-submit {
	background-color: #cf9e5f;
	color: #fff;
	font-weight: bold;
}

.search-header {
	background-color: transparent;
	color: #111111;
}

.search-header h1 {
    background-color: transparent;
    color: #111111;
    font-size: 16px;
    font-style: italic;
}

.search-box {
    float: right;
    margin-top: 20px;
}

.search-box input {
	border: none!important;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {}
.hentry {margin: 0 0 1.5em;}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,.archive .format-aside .entry-title {display: none;}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {word-wrap: break-word;}
.bypostauthor {}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {display: block;}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {text-align: center;}
.wp-caption .wp-caption-text {margin: 0.8075em 0;}
.site-main .gallery {margin-bottom: 1.5em;}
.gallery-caption {}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd,.site-main .gallery figcaption {margin: 0;}
.site-main .gallery-columns-4 .gallery-item {}
.site-main .gallery-columns-4 .gallery-item img {}
/* Make sure embeds and iframes fit their containers */
embed,iframe,object {max-width: 100%;}

/*--------------------------------------------------------------
13.0 mimoYmima
--------------------------------------------------------------*/
/* mobile table scroll fix */
table {
  display:block;
  overflow-x:auto;
  width:100%;
  -webkit-overflow-scrolling:touch;
  font-size:80%;}
  @media (min-width: 40.625em;){table{font-size:90%;display:table;}}
th {font-weight:600;white-space:nowrap;padding:.5em;}
td {padding:.5em;}

/* Fixes a bug in webkit with fonts being animated */
html {-webkit-font-smoothing: antialiased;}

/* Prevent font scaling in landscape mode on phones */
@media all and (orientation:landscape) {
	html {
    	-webkit-text-size-adjust: none;
    }
}

/* Removes inner padding and border in Firefox 4+ to make heights consistant across webkit and FF */
button::-moz-focus-inner, input::-moz-focus-inner {border: 0;padding: 0;}

/* More image alignment rules */
img.aligncenter.size-full {
  max-width:100%;
  display:block;
  margin:5px auto;
}
img.alignright.size-full {
  padding:4px;
  margin:0 0 2px 15px;
  display:inline;
  max-width:100%;
}
@media (min-width: 40.625em;){img.alignright.size-full{max-width:40%;}}
img.alignleft.size-full {
  padding:4px;
  margin:0 15px 2px 0;
  display:inline;
  max-width:100%;
}
@media (min-width: 40.625em;){img.alignleft.size-full{max-width:40%;}}
.alignright{float:right}
.alignleft{float:left}
.flush-margin{margin:0 !important}

/*--------------------------------------------------------------
14.0 Gallery Post Format
--------------------------------------------------------------*/
div.format-gallery {
  border: 1px solid #ccc;
  padding: 10px;
  -webkit-box-shadow: -2px 2px 5px 2px #b3b3b3;
  box-shadow: -2px 2px 5px 2px #b3b3b3;
  border-radius:8px;
  margin: 10px 1% 30px;
  overflow:auto;
  }
  p.gallery {
    font-size: 13px;
    color: #666;
    }
  div.gallery-thumb-wrap {
    width: 128px;
    float: left;
    padding: 5px;
    margin: 0px 0px 10px;
    display: block;
    }
  h4.gallery-title {
    font-size: 15px;
    line-height: 22px;
    margin: 8px 0 0 4px;
    font-weight: bold;
    }
  a.gallery-thumb img {
    background-color: #fff;
    border: 1px solid #a9a9a9;
    width:110px;
    height:85px;
    display: block;
    margin: 4px;
    padding: 4px;
    position: relative;
    border-radius:3px;
    }
  a:hover.gallery-thumb img {background-color: #ccc;}
  p.gallery-text {
    font-style:italic;
    font-size:0.8em;
    margin: 0px 8px;
    }
div.gallery {
  margin: 10px auto 0;
}
  dt.gallery-icon {}
  dt.gallery-icon img {
    padding: 3%;
    border-radius:3px;
    background-color: #fff;
    border: 1px solid #a9a9a9 !important;
    display: block;
    margin: 10px auto;
  }
  .gallery-caption {
    font-size:0.9em;
    line-height: 1.4;
  }


/*--------------------------------------------------------------
15.0 Theme Styles
--------------------------------------------------------------*/
#tfly-featured-events ul li img,
#eb-featured-events ul li img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  }


  /**
*	Ticketfly Basic Layout Stylesheet
*	Version: v1.06
*	Author: Bill Rousseau
**/


/*GLOBAL*/
.ticket-link a, button.ticket-link, .sold-out, .sales-ended, .unavailable, .cancelled, .postponed, .free, .tickets-at-the-door, .future-sale a, .on-sale-soon, .custom {
	display:block;
	border:solid 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:5px;
	margin:0 0 5px 0;
	text-align:center;
}
/*Clears*/
.list-view-item:after, .list-view-heading:after, .event-detail .event-info:after, .share-text, .tfly-calendar .calendar-list-flip:after, .calendar-view .calendar-list-flip:after, .event-detail .related-events:after, .event-detail .artist-boxes .artist-box-headliner:after, .event-detail .artist-boxes .artist-box-support:after, .event-detail .artist-boxes ul.links:after, .event-detail .sponsor-info:after {
	content:" ";
	display:block;
	clear:both;
}
.list-view-item, .event-detail .event-info, .share-text, .list-view-heading, .calendar-list-flip {
	height:1%;
}
/*END GLOBAL*/

/*LIST VIEW*/
.list-view {
}
.list-view .list-view-title {
	float:left;
	display:inline;
}
.list-view .calendar-link {
	float:right;
	display:inline;
}
.list-view-item {
	border:solid 1px gray;
	margin-bottom:-1px;
	border-collapse:collapse;
	position:relative;
	padding:10px;
}
.list-view-details {
	float:left;
	max-width:45%;
}
.list-view img {
	float:left;
	margin:0 10px 0 0;
}
#primary .list-view .covid-notice { display: inline-block; font-size: inherit; font-weight: 700; padding: 0; margin: 1em 0; font-size: .75rem; line-height: 1rem; }
#primary .list-view .covid-notice h3 { font-weight: 700; font-size: 1em !important; }
.list-view .ticket-price {
	float:right;
	text-align:center;
}
.list-view .ticket-link a, .list-view button.ticket-link, .list-view .sold-out, .list-view .sales-ended, .list-view .unavailable, .list-view .cancelled, .list-view .postponed, .list-view .free, .list-view .tickets-at-the-door, .list-view .future-sale a, .list-view .on-sale-soon, .list-view .custom {
	width:100px;
}
 .list-view .end ul.pages, .venue-list ul.pages {
	list-style-type: none;
	background: none;
	margin: 0px;
	padding: 10px 0;
	float: none;
	text-align: right;
}
.list-view ul.pages li, .venue-list ul.pages li {
	list-style-type: none;
	background: none;
	margin: 0px 5px;
	padding: 0px;
	display: inline;
	font-size: 1.5em;
	font-weight: bold;
}
.list-view ul.pages li.selected a, .venue-list ul.pages li.selected a {
	color: #444;
}
.list-view .more-info, .list-view .city-state {
	display: none;
}
.list-view .doors:before {content: "Doors: ";}

.list-view .doors:after {content: " / ";}

.list-view .start:before {content: "Show: ";}
/*END LIST VIEW*/

/* LIST VIEW CAROUSEL */
.tns-controls {
	position: relative;
}
.tns-controls button {
	position: absolute;
	margin-top: 23%;
	z-index: 100;
	font-size: 3em;
	background-color: transparent;
	color: #FFF;
	border: 0;
	opacity: 0.4;
}

@media all and (max-width:991px) {
	.tns-controls button { margin-top: 10%; }
}

@media all and (max-width:768px) {
	.tns-controls button { margin-top: 20%; }
}

@media all and (max-width:600px) {
	.tns-controls button { margin-top: 30%; }
}

@media all and (max-width:450px) {
	.tns-controls button { margin-top: 20%; }
}
	
.tns-controls button:nth-of-type(1) {
	float: none;
	left: 0;
}

.tns-controls button:nth-of-type(2) {
	float: right;
	right: 0;
}



.list-view-carousel {
	padding: 0;
	overflow: hidden;
	background-color: #000;
}
.list-view-carousel .list-view-item {
	border: 0;
	padding: 0;
	height: 350px;
}

@media all and (max-width:991px) {
.list-view-carousel .list-view-item { height: 33vh; }
}

.list-view-carousel img {
	width: 100%;
}

.list-view-carousel .list-view-details {
	max-width: none;
	width: 100%;
	height: 75px;
	background: rgba(0,0,0,0.75);
	position: absolute;
	bottom:0;
	padding: 10px;
}

.list-view-carousel .ticket-price {
	right: 0;
	float: right;
	position: absolute;
	bottom: 25px;
	width: 180px;
}

.list-view-carousel .primary-link a {
	background-color: #cf9e5f;
	color: #fff;
	font-weight: bold;
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	width: auto;
	margin-right: 10px;
line-height: 1.75;}

.list-view-carousel .artist-info, .list-view-carousel .date-age {
	width: 75%;
	float: left;
}


.list-view-carousel h1.headliners, .list-view-carousel .headliners a {
	color: #FFF;
	font-size: 21px;
	line-height: 1;
	margin: 0;
}

.list-view-carousel .date-time {
	color: #cf9e5f;
	font-weight: bold;
}

.list-view-carousel .times, .list-view-carousel .age-restriction, .list-view-carousel .price-range, .list-view-carousel h2.supports, .list-view-carousel .location, .list-view-carousel .topline-info {
	display: none;
}
@media(max-width:600px) { .list-view-carousel .artist-info, .list-view-carousel .date-age {
	width: 50%; float: none }
.list-view-carousel h1.headliners, .list-view-carousel .headliners a {
	font-size: 16px;
}
.list-view-carousel .ticket-link a {
	width: auto;
	display: inline-block;
	margin-right: 10px;
}

.list-view-carousel .ticket-price {
	width: auto;
}
	}
	

/*VENUE LISTING*/
.venue-list-item {
    padding: 0 0 15px 0;
}
.venue-list-details {
	float:left;
}
.map-directions {
    float:right;
}
.venue-list-item .map {
    width: 200px;
    height: 133px;
}

.tfly-venuedetails-map {
    width: auto;
    height: 150px;
}

/*END VENUE LISTING*/

/*EVENT DETAIL*/

.event-detail {
	position:relative;
	width:100%;
}
.event-detail img {
	float:right;
}
.event-detail .event-info {
	padding:0 320px 0 0px;
	margin:0 0 20px 0;
	overflow:visible;
}
.event-detail .ticket-link a, .event-detail button.ticket-link, .event-detail .sold-out, .event-detail .sales-ended,.event-detail .unavailable, .event-detail .cancelled, .event-detail .postponed, .event-detail .free, .event-detail .tickets-at-the-door, .event-detail .future-sale a, .event-detail .on-sale-soon, .event-detail .custom {
	width:100px;
	text-align:center;
}
.share-facebook a, .share-twitter a , .share-email a {
	display:block;
	width:45px;
	height:44px;
    text-indent:-10000px;
	overflow:hidden;
	float:left;
}

.share-facebook a {
	background:url(images/facebook.png) no-repeat;
	margin:0 10px 5px 0;
}
.share-twitter a {
	background:url(images/twitter.png) no-repeat;
	margin:0 10px 5px 0;
}
.share-email a {
	background:url(images/email-icon.png) no-repeat;
}
.share-text{
	display:block;
	clear:left;
	margin:0 0 10px 0;
}

/*Share Plus*/
.share-plus .share-facebook a,.share-plus .share-twitter a,.share-plus .share-email a,.share-plus .share-gplus{width:32px;height:20px;float:left;margin:0 3px 0 0;}
.share-plus .share-facebook a{background:url('images/tf-share-plus-sprite.png') no-repeat -66px 0;}
.share-plus .share-facebook a:hover{background:url(images/tf-share-plus-sprite.png) no-repeat -33px 0;}
.share-plus .share-facebook a:active{background:url(images/tf-share-plus-sprite.png) no-repeat 0 0;}
.share-plus .share-twitter a{background:url(images/tf-share-plus-sprite.png) no-repeat -66px -21px;}
.share-plus .share-twitter a:hover{background:url(images/tf-share-plus-sprite.png) no-repeat -33px -21px;}
.share-plus .share-twitter a:active{background:url(images/tf-share-plus-sprite.png) no-repeat 0px -21px;}
.share-plus .share-email a{background:url(images/tf-share-plus-sprite.png) no-repeat -66px -42px;}
.share-plus .share-email a:hover{background:url(images/tf-share-plus-sprite.png) no-repeat -33px -42px;}
.share-plus .share-email a:active{background:url(images/tf-share-plus-sprite.png) no-repeat 0px -42px;}
.share-plus .share-gplus {background:url(images/tf-share-plus-sprite.png) no-repeat 0px -106px;text-indent:0;}
/*Calendar*/
.calendar-sync {position:relative;}
.calendar-sync:after{content:"";display:block;clear:both;}
.calendar-sync .ical-sync a,.calendar-sync .gcal-sync a{display:block;float:left;margin:0 4px 0 0;width:19px;height:19px;position:relative;}
.calendar-sync .ical-sync a{background:url(images/tf-share-plus-sprite.png) no-repeat -42px -86px;}
.calendar-sync .ical-sync a:hover{background:url(images/tf-share-plus-sprite.png) no-repeat -21px -86px;}
.calendar-sync .ical-sync a:active{background:url(images/tf-share-plus-sprite.png) no-repeat 0px -86px;}
.calendar-sync .gcal-sync a{background:url(images/tf-share-plus-sprite.png) no-repeat -40px -63px;}
.calendar-sync .gcal-sync a:hover{background:url(images/tf-share-plus-sprite.png) no-repeat -20px -63px;}
.calendar-sync .gcal-sync a:active{background:url(images/tf-share-plus-sprite.png) no-repeat 0px -63px;}
/*Tooltips*/
.tf-tooltip span{margin-left:-999em;position:absolute;opacity:0.5;border:solid #ccc 1px;}
.tf-tooltip:hover span{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;font-size:11px;font-family:Helvetica,Arial sans-serif;background:#fff;position:absolute;left:0px;top:22px;z-index:99;margin-left:0;;padding:5px;opacity:.9;transition:opacity .3s ease-in;-moz-transition:opacity .3s ease-in;-webkit-transition:opacity .3s ease-in;color:#333;text-decoration:none;white-space: nowrap; text-shadow:none; }
.tf-tooltip:link{text-decoration:none}
/* hide addthis promo div */
div#at_promo { display:none !important; }

.event-detail .related-events {
	margin-bottom: 10px;
}

.event-detail .related-events-item {
	display: inline;
	float: left;
	margin: 10px;
	width: 200px;
}

.event-detail .related-events-item img {
	float:left;
	margin:0 4px 0 0;
}

.event-detail .related-events-item .item-details {
  margin:0 0 0 104px;
  line-height: 12px;
  font-size: 9px;
  vertical-align: text-top;
}

.event-detail .related-events-item .item-details .headliners {
	font-weight: bold;
}

.event-detail .artist-boxes .artist-name, .event-detail .artist-boxes .artist-start-time {
	font-weight: bold;
}

.event-detail .artist-boxes .artist-box-headliner, .event-detail .artist-boxes .artist-box-support {
	margin-bottom: 25px;
}


.event-detail .artist-boxes img.bio-image-right {
	position:relative;
	float:right;
	margin: 0 0 15px 15px;
}

.event-detail .artist-boxes img.bio-image-no-float {
	position:relative;
	float:none;
}

.event-detail .artist-boxes ul.links {
	list-style-type: none;
	margin-bottom: 10px;
}

.event-detail .artist-boxes ul.links li {
	float: left;
	font-weight: bold;
	padding-right: 10px;
}

.event-detail .artist-boxes ul.links li a {
	display:block;
	text-indent: 12px;
	background-color: transparent;
	background-image: url("images/list-arrow.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
}

/* EVENT DETAIL - Social Share Buttons */
.event-detail .stButton .stBubble_count {
	height: 19px;
	margin-top: 8px;
	line-height: 8px;
font-weight: normal;
font-family: Arial, sans-serif;
font-size:15px;
/*	width: 62px;*/
-moz-border-radius: 0px 0px 3px 3px;
-webkit-border-radius: 0px 0px 3px 3px;
border-radius: 0px 0px 3px 3px;
}

.event-detail .st_email_vcount {
	margin-left:-5px;
}
/*.stButton .st-twitter-counter, .stButton .st-facebook-counter {
width: 62px;
}*/
.event-detail .stButton .stBubble {
	background: url(http://w.sharethis.com/share4x/images/bubble_arrow_below.png) no-repeat 27px 38px;
}
.event-detail .st_twitter_vcount .stBubble,.st_email_vcount .stBubble {
	background-image: url("http://w.sharethis.com/share4x/images/Twitter_arrow_below.png");
}
.event-detail .st_facebook_vcount .stBubble, .st_fb_like_vcount .stBubble {
	background-image: url("http://w.sharethis.com/share4x/images/Facebook_arrow_below.png");
}
.event-detail .st_email_vcount .stBubble {
	width: 53px;
	background: url(http://w.sharethis.com/share4x/images/bubble_arrow_below.png) no-repeat 23px 37px;
}
.event-detail .st_email_vcount .stBubble_count {
	width: 51px;
	margin-top:8px;
}
.event-detail .st_email_vcount .stBubble {
	background-image: url("http://w.sharethis.com/share4x/images/Twitter_arrow_below.png");
}
.event-detail .stButton .stBubble + .stButton_gradient {
	min-width: 47px;
}

.event-detail .stButton .stBubble {
	height: 45px;
}

.event-detail span.chicklets.email {
	width:20px;
	font-size:10px;
	text-indent:-3px;
}

/* EVENT DETAIL - OVERLAY (Artist URLs, Video, etc.) */
.ui-dialog {
	padding: 5px!important;
	box-shadow: 1px 2px 40px black;
	-webkit-box-shadow: 1px 2px 40px black;
	-moz-box-shadow: 1px 2px 40px black;
}

.ui-dialog .ui-dialog-content {
	padding: 0px!important;
	padding-top: 10px!important;
}

/* Layout helpers
----------------------------------*/
/* Orig. from JQuery CSS */
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

.ui-corner-all { -moz-border-radius: 6px/*{cornerRadius}*/; -webkit-border-radius: 6px/*{cornerRadius}*/; border-radius: 6px/*{cornerRadius}*/; }

/* Icons
----------------------------------*/
/* Orig. from JQuery CSS */

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/
/* Orig. from JQuery CSS */

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Dialog
----------------------------------*/
/* Orig. from JQuery CSS */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; background: white;  border: 3px solid #ddd;}
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  background: none; padding: 0px; border: none; text-indent: -10000px;}
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; }
.ui-dialog .ui-dialog-titlebar-close { background-color: #fff; position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px;  border: none;}
.ui-dialog .ui-dialog-titlebar-close span { text-indent: -9999px; display: block; margin: 1px; background: url(images/close-icon.png) no-repeat -4px 2px;}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 1px; border: none;}
.ui-dialog .ui-dialog-content { border: 0; padding: 10px; background: none; overflow: hidden; zoom: 1; } /* overflow: auto; */
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; background: url(images/move-icon.png); }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move;
	background: url(images/move-icon.png) no-repeat right;
}
/*
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
*/


ul.tfly-more a {
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	border: none;
}

ul.tfly-more a:focus, ul.tfly-more, ul.tfly-more li {
	border: none;
}

ul.tfly-more li {
	border: none;
}

ul.tfly-more a:hover {
	color: #000;
}

div#fancy_div {
	background: #fff!important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	 border-radius: 3px;

}

a#fancy_left, a#fancy_right {
	display: none!important;
}


ul.tfly-more {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

ul.tfly-more li {
	margin-top:5px;
	text-indent: 30px;
	height: 26px;
	margin-left: 0px;
	padding-right: 10px;
}

ul.tfly-more li a {
	text-decoration: none;
	padding-top: 5px;
	display: block;
	color: #535353;
}

li.web {
	background: url(images/more-web.png) no-repeat;
}

li.facebook {
	background: url(images/more-facebook.png) no-repeat;
}

li.myspace {
	background: url(images/more-myspace.png) no-repeat;
}

li.twitter {
	background: url(images/more-twitter.png) no-repeat;
}

li.buy-music {
	background: url(images/more-buymusic.gif) no-repeat;
}

/* Youtube video overlay */

.youtube-video {
width:500px;
height:304px;
float:left;
margin:0 20px 0 0;
}
.youtube-playlist {
float:left;
width:300px;
height:304px;
overflow-x: hidden;
overflow-y: auto;
}
.youtube-thumb {
height:64px;
width:105px;
background:white;
border:#d3d3d3 solid 1px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;

position:relative;
float:left;
margin:0 10px 0 0;
}
.youtube-thumb img{
width:96px;
height:72px;
top:-4px;
left:4px;
clip:rect(8px,96px,64px,0px);
position:absolute;
}

a.youtube-playlist-link:hover {
background-color: #D1E1FA;
}

a.youtube-playlist-link {
font:12px arial,sans-serif;
color:#005ae0;
text-decoration:none;
background: #FFF;
display: block;
margin:0 0 10px 0;
}

.youtube-playlist-link:after {
content:" ";
display:block;
clear:both;
}

.youtube-video-sidebar {
margin:0;
}

.youtube-video-sidebar iframe { min-height:225px; }

.youtube-playlist-sidebar {
max-height: 200px;
overflow-x: hidden;
overflow-y: auto;
}

/* @end EVENT DETAIL - OVERLAY*/

.event-detail .sponsor-info {
	float: right;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

/*END EVENT DETAIL*/


/*SIDEBAR WIDGETS */
.sidebar-list {
	padding:10px;
}

.just-announced article {
	font-size: .9em;
	margin: 10px;
}
.sidebar-list ul {
	list-style:none;
	margin:0;
	padding:0;
}
.sidebar-list li {
	margin:0;
}
.sidebar-list li a {
	display:block;
}
.sidebar-list li a {
	display:block;
	padding:5px 0 5px 0;
}
.sidebar-list .date {
	text-transform:capitalize;
}
.sidebar-list .on-sale {
	font-style: italic;
	display:block;
}

/* PSAC SLIDER */

.psac-post-slider.psac-design-1 .psac-post-overlay {
	top: auto;
	bottom: -36px;
	width: 100%;
	max-width: none;
	background: rgba(0,0,0,0.75);
	border: none;
	text-align: left;
	padding: 10px;
}

.psac-post-slider.psac-design-1 .psac-post-title {
	margin-bottom: 0!important;
}

.psac-post-slider.psac-design-1 .psac-post-overlay .date-venue {
	color: #cf9e5f;
	font-size: 14px;
	font-weight: bold;
}

.psac-post-slider.psac-design-1 .psac-post-overlay .slider-left {
	float: left;
	width: 80%;
}

.psac-post-slider.psac-design-1 .psac-post-overlay .primary-link {
	float: right;
	width: 20%;
}

.psac-post-slider.psac-design-1 .psac-post-overlay .primary-link a {
	background-color: #cf9e5f;
	color: #fff;
	font-weight: bold; 
	border: none;
	border-radius: 0;
	text-transform: uppercase;
}

.psac-post-title a, .psac-post-categories a {
	color: #fff;
}

.psac-slider-and-carousel .owl-dots .owl-dot {
	background: rgba(0,0,0,0.3);
}

.psac-slider-and-carousel .owl-dots .owl-dot.active {
	background: rgba(0,0,0,0.5)
}
.psac-post-slider.psac-design-1 .psac-post-image-bg {
	height: 400px;
}
	
@media screen and (max-width: 990px) {
	.psac-post-slider.psac-design-1 .psac-post-image-bg {
		height: 333px;
		margin-top: 45px;
	}
}

/*END SIDEBAR WIDGETS */

/*BEGIN CALENDAR*/

.tfly-calendar .calendar-sync,
.calendar-view .calendar-sync {
float:right;
width:46px;
margin:0 0 0 10px;
}
.tfly-calendar .tf-tooltip:hover span,
.calendar-view .tf-tooltip:hover span {
left:-85px;

}

.tfly-calendar,
.calendar-view {
	border-collapse: collapse;
}
.tfly-calendar table,
.calendar-view table {
	width: 100%;
	border: 1px solid;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px 0px;
	border-collapse: collapse;
	margin-top: 10px;
}
.tfly-calendar table tr,
.calendar-view table tr {
	padding: 0px;
	margin: 0px;
	border: 1px solid;
}
.tfly-calendar .data .ticket-link a, .tfly-calendar .data button.ticket-link, .tfly-calendar .data .sold-out, .tfly-calendar .data .sales-ended, .tfly-calendar .data .unavailable, .tfly-calendar .data .cancelled, .tfly-calendar .data .postponed, .tfly-calendar .data .free, .tfly-calendar .data .tickets-at-the-door, .tfly-calendar .data .future-sale a, .tfly-calendar .data .on-sale-soon, .tfly-calendar .data h1, .tfly-calendar .data h2, .tfly-calendar .data h3,
.calendarview .data .ticket-link a, .calendar-view .data button.ticket-link, .calendar-view .data .sold-out, .calendar-view .data .sales-ended, .calendar-view .data .unavailable, .calendar-view .data .cancelled, .calendar-view .data .postponed, .calendar-view .data .free, .calendar-view .data .tickets-at-the-door, .calendar-view .data .future-sale a, .calendar-view .data .on-sale-soon, .calendar-view .data h1, .calendar-view .data h2, .calendar-view .data h3 {
	font-size: 11px;
}
.tfly-calendar table tr td,
.calendar-view table tr td {
	padding: 5px;
	margin: 0px;
	height: auto;
	line-height: 1;
}
.tfly-calendar .one-event, .tfly-calendar .date,
.calendar-view .one-event, .calendar-view .date {
	padding: 0px 0px 15px 0px;
}
.tfly-calendar .last-event {
}
.tfly-calendar table tr td.data,
.calendar-view table tr td.data {
	vertical-align: top;
	width: 14%;
	border: 1px solid;
	margin: 0px;
}
.tfly-calendar .ticket-link a, .tfly-calendar button.ticket-link, .tfly-calendar .sold-out, .tfly-calendar .sales-ended,  .tfly-calendar .unavailable, .tfly-calendar .cancelled, .tfly-calendar .postponed, .tfly-calendar .free, .tfly-calendar .tickets-at-the-door, .tfly-calendar .future-sale a, .tfly-calendar .on-sale-soon,
.calendar-view .ticket-link a, .calendar-view button.ticket-link, .calendar-vie .sold-out, .calendar-view .sales-ended,  .calendar-view .unavailable, .calendar-view .cancelled, .calendar-view .postponed, .calendar-view .free, .calendar-view .tickets-at-the-door, .calendar-view .future-sale a, .calendar-view .on-sale-soon {
	width:50px;
	text-align:center;
}
.tfly-calendar .calendar-list-flip,
.calendar-view .calendar-list-flip {
	float: right;
}
.tfly-calendar .calendar-list-flip a,
.calendar-view .calendar-list-flip a {
}
.tfly-calendar .topline-info, .tfly-calendar .start-time,
.calendar-view .topline-info, .calendar-view .start-time { display:none; }

/* BEGIN CAROUSEL */

#tfly-featured-events,
#eb-featured-events {
	width: 100%;
	padding: 5px 0px;
	overflow: hidden;
	height: 333px;
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background: #000;
}
#tfly-featured-events ul,
#eb-featured-events ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#tfly-featured-events #grey-back,
#eb-featured-events #grey-back {
	background: #000;
	z-index: 10;
	position: absolute;
	bottom:0px;
	height: 90px;
	width: 100%;
	opacity: 0.4;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
#tfly-featured-events #overlay,
#eb-featured-events #overlay {
	z-index: 20;
	position: absolute;
	bottom:10px;
	margin:0px 10px;
	width: 100%;
    /* fix colliding style in jQ lightbox CSS */
    display: block;
    top: auto;
    height: auto;
    background-color: transparent;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
#tfly-featured-events #overlay h1,
#eb-featured-events #overlay h1 {
	color: #fff;
	font-size: 20px;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-transform: capitalize;
	display: block;
}
#tfly-featured-events #overlay h1 a,
#eb-featured-events #overlay h1 a {
	color: #fff;
}
#tfly-featured-events #overlay h1 a:hover,
#eb-featured-events #overlay h1 a:hover {
	color: #ccc;
}
#tfly-featured-events #overlay h2,
#eb-featured-events #overlay h2 {
	color: #fff;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 11px;
	line-height:22px;
	float: left;
	margin-right: 10px;
}
#tfly-featured-events #overlay .ticket-link a,
#tfly-featured-events #overlay button.ticket-link,
#eb-featured-events #overlay .ticket-link a,
#eb-featured-events #overlay button.ticket-link {
	width: 50px;
	text-align: center;
	display: block;
	float: left;
	font-size: 11px;
	padding:2px;
	color:white;
	text-decoration:none;
}
#tfly-featured-events ul.nav,
#eb-featured-events ul.nav {
	position: absolute;
	z-index: 10;
	bottom:10px;
	right:20px;
	list-style-type: none;
}
#tfly-featured-events ul.nav li,
#eb-featured-events ul.nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 11px;
}
#tfly-featured-events ul.nav li a, #eb-featured-events ul.nav li a #prev_carousel, #next_carousel {
	border: 1px solid #888;
	padding: 3px;
	margin: 1px;
	background: #666666;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	font-size: 11px;
}
#tfly-featured-events ul.nav li a:hover,
#eb-featured-events ul.nav li a:hover {
	border: 1px solid #ccc;
}
#tfly-featured-events ul.nav li a,
#eb-featured-events ul.nav li a {
	color: #fff;
	text-decoration: none;
}
#tfly-featured-events ul.images li,
#eb-featured-events ul.images li {
	background: none;
	padding-left: 0px;
	width: 100%;
	margin: 0px;
}
#tfly-featured-events ul.images li a,
#eb-featured-events ul.images li a {
	width: 100%;
}
#overlay-content {
	display: none;
}
#tfly-featured-events ul.nav li a.selected,
#eb-featured-events ul.nav li a.selected {
	background: #373737;
}
#tfly-featured-events ul li img,
#eb-featured-events ul li img {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	border:none;
}
#tfly-featured-events ul li img a,
#eb-featured-events ul li img a {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	border:none;
}
/* END CAROUSEL */

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 14px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 14px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/* END jScrollPane */

/* Ticketfly Mobile Link */
#tfly-mobile-link {
    clear:both;
}
/* END Ticketfly Mobile Link */
