
/* LEGACY - Stylesheet - Default only */




/*---------------------------------------------------------------------
-----------------------------------------------------------------------

 LEGACY - LIST of all dates
 
-----------------------------------------------------------------------
---------------------------------------------------------------------*/

#edit-field-legacy-traits-reference-tid-wrapper {
	float: left; 
	clear: both;
	overflow: hidden;
}
#edit-field-legacy-traits-reference-tid-wrapper .bef-checkboxes .form-item {
	float: left;
	border: 1px solid #bbb;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;	
}

/* submit button */
form#views-exposed-form-legacy-river-page .views-exposed-widget {
	float: left;
}
#views-exposed-form-legacy-river-page .views-submit-button input.form-submit {
	margin: 0;
	width: 90px;
}

/* Checkboxes */
#edit-field-legacy-traits-reference-tid-wrapper .form-item label.option {
	font-size: 14px;
}
#edit-field-legacy-traits-reference-tid-wrapper .form-item:hover {
	background-color: rgba(0,0,0,0.1);
	cursor: pointer;
}

/* Checkbox option icons */
#edit-field-legacy-traits-reference-tid-wrapper .form-item label.option:before {
	font-size: 16px;
	margin-right: 6px;
}

/*-------------------------------------------

 Filter by years 
 
-------------------------------------------*/

.page-live .gallery-years-view .view-header p {
	font-size: 13px;
	margin-bottom: 10px;
}

/*------------------------------------------

 LEGACY EVENT LIST 
 
------------------------------------------*/

/* no float keeps info from wrapping below dateblock */

.page-live .location-venue-wrapper {
	display: block;
}




/*---------------------------------------------------------------------
-----------------------------------------------------------------------

 LEGACY - Archived Event - NODE

-----------------------------------------------------------------------
---------------------------------------------------------------------*/

/* Padding on Anchors to clear navigation and header elements */

.named-anchor-wrapper a {
	position: relative;
	top: -150px;
	display: block;
}

/* Date & Location */

.node-type-event .date-and-location-container {
	border: 0;
	padding-bottom: 0;
}

/* Feature photo & links */

.node-type-event .photo-and-links-container {
	margin-bottom: 30px;
	clear: both;
}
.photo-and-links-container .view-event-assets {
	float: left;
	margin-right: 3%;
	width: 67%;
}
.legacy-links-container {
	float: left;
	width: 30%;
	margin-bottom: 30px;
}

/* share links */

.legacy-node-full div.share-links-container {
	clear: both; /* container outside ul with same class */
}
.legacy-node-full ul.share-links-container {
	border: 0;
	clear: both;
}

/* Show-blog and Playlist */

.playlist-container {
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
}
.legacy-shownotes-item {
	float: left;
	padding-right: 5%;
	width: 50%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0;
}


/*--------------------------------------------------

 ADD TO CART form - top of legacy node

---------------------------------------------------*/

#legacy-buy-show-link-container .add-to-cart-bottom {
	border: 1px solid #aaa;
	padding: 10px;
}
#legacy-buy-show-link-container #edit-display-price {
  	margin: 0 0 20px 0;
  	font-size: 30px;
  	padding: 10px;
  	text-align: center;
  	background-color: #fff;
  	-webkit-border-radius: 4px;
  	border-radius: 4px;
}
#legacy-buy-show-link-container .commerce-add-to-cart .form-submit {
	width: 100%;
}

/*--------------------------------------------------

 LEGACY PURCHASE OPTIONS - merged into music-default.css

---------------------------------------------------*/


/*----------------------------------------------------------

 OFFICIAL Photos & Videos - & - MEET & GREET Photos
 
------------------------------------------------------------*/

/* UNHIDE official photos block (from hide in mobile only) */
.legacy-node-full .official-photos-container {
	display: block;
}

/* "Login To See Photos" Message */
.meet-greet-login-message {
	background-color: #444;
	border-radius: 20px 20px 20px 20px;
	color: #aaa;
	font-size: 18px;
	margin-bottom: 30px;
	padding: 50px;
}
.meet-greet-login-message:before {
	color: #FFFFFF;
	content: "Meet & Greet Photos";
	display: block;
	font-size: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

/* photos grid */

.meetgreet-main-content,
.photos-main-content {
	overflow: hidden;
	padding-bottom: 100px;
}

/* override overflow:hidden from .teaser-grid ul */
div.official-photos-container ul.teaser-grid, 
div.meetgreet-photos-container ul.teaser-grid {
	margin: 0;
	min-height: 106px;
	overflow: visible;
	padding: 0;
}
.official-photos-container ul.teaser-grid li,
.meetgreet-photos-container ul.teaser-grid li {
	margin: 0 10px 10px 0;
	padding: 0;
	width: 106px;
	height: auto;
	overflow: visible;
	border: 1px solid #aaa;
}
.meetgreet-image-links ul.socialitejs {
	min-height: 20px;
	overflow: visible;
}

/* make the link centered in the space */
.meetgreet-photos-container ul.socialitejs li {
	float: none;
	margin: 0 auto;
	padding: 0 10px;
	max-width: 100px;
}

/* Socialite button color */
.meetgreet-image-links ul.socialitejs li a.socialite.facebook-like {
	background-color: #5092C8;
	color: #FFFFFF;
}

/* Meet & Greet - zoom & Facebook reserved links */

.meetgreet-main-content .meetgreet-image-links > div { /* container */
	padding: 20px 0 0 5px;
	min-height: 106px;
	background: url(../../images/transparent_black_60.png) repeat scroll left top;
	width: 106px;
}
/* zoom link */
.meetgreet-main-content .meetgreet-image-links .image_zoom_link a {
	background-color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	display: block;
	margin: 10px auto 0 auto;
	text-align: center;
	height: 0;
	padding-top: 33px;
	width: 40px;
	font-size: 1px;
	position: relative;
}
.meetgreet-main-content .meetgreet-image-links .image_zoom_link a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
/* Zoom Icon */
.meetgreet-main-content .meetgreet-image-links .image_zoom_link a:before {
	content: "A";
	font-family: IcoMoonBasic;
	font-size: 24px;
	left: 8px;
	position: absolute;
	top: 5px;
}


/*-----------------------------------------

 TOUR MERCHANDISE
 
------------------------------------------*/

.legacy-node-full .view-event-assets li.teaser-grid-row {
	margin: 0 1.5% 1.5% 0;
	width: 15%;
}

/*====================================!!! SIDEBAR !!!=========================================*/


/*---------------------------------------------------------------------
-----------------------------------------------------------------------

 LEGACY - SHOWS - SIDEBAR SLIDESHOW block

-----------------------------------------------------------------------
---------------------------------------------------------------------*/

.region-sidebar-second .block-legacy-shows-slideshow-block h2.block-title {
	border-bottom: 0;
	margin-bottom: 0;
}

.block-legacy-shows-slideshow-block .views-slideshow-cycle-main-frame-row {
	width: 100% !important;
	font-family: "Nexa Light", "Helvetica Neue", Helvetica, sans-serif;
	line-height: 140%;
	font-size: 14px;
}
.view-legacy-shows-slideshow {
	color: #ccc;
	position: relative;
}

/*--------------------------------
 TITLE, DATE, VENUE 
---------------------------------*/

.view-legacy-shows-slideshow .views-field-title {
	font-family: "Nexa", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.view-legacy-shows-slideshow .views-field-field-date-hour {
	font-family: "TartineScript", Georgia, "Times New Roman", serif;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: 0;
}

/*-------------------------------
 IMAGES 
-------------------------------*/

.view-legacy-shows-slideshow .views-field-field-images-2 {
	margin-bottom: 10px;
	border: 1px solid #555;
}
.view-legacy-shows-slideshow .views-field-field-images-2 img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	border: 0;
}

/*-------------------------------
 MORE link 
--------------------------------*/

.view-legacy-shows-slideshow .views-field-view-node {
	text-align: right;
	font-size: 17px;
}
.view-legacy-shows-slideshow .views-field-view-node a:hover {
	text-decoration: none;
}
.view-legacy-shows-slideshow .views-field-view-node a:after {
	background-color: transparent;
	content: "\e010";
	display: inline-block;
	font-family: "IcoMoonBasic";
	font-size: 21px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
	width: 20px;
	speak: none;
}

/*-------------------------------
 SLIDESHOW CONTROLS 
------------------------------*/

.view-legacy-shows-slideshow .views-slideshow-controls-text-pause {
	display: none;
}
/*----- PREVIOUS ------*/
.view-legacy-shows-slideshow .views-slideshow-controls-text-previous {
	display: block;
	height: 0;
	padding-top: 42px;
	width: 35px;
	position: absolute;
	left: 1px;
	top: 32%;
	overflow: hidden;
	opacity: .4; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=40); /* IE lt 8 */
	-ms-filter: "alpha(opacity=40)"; /* IE 8 */
	z-index: 499;
	background-color: #000;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}
.view-legacy-shows-slideshow .views-slideshow-controls-text-next:hover,
.view-legacy-shows-slideshow .views-slideshow-controls-text-previous:hover {
	opacity: 1; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=100); /* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	text-decoration: none;
}
.view-legacy-shows-slideshow .views-slideshow-controls-text-previous:before {
	font-family: IcoMoonArrows;
	content: "\2e";
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 30px;
	line-height: 40px;
}
/*----- NEXT -----*/
.view-legacy-shows-slideshow .views-slideshow-controls-text-next {
	display: block;
	height: 0;
	padding-top: 42px;
	width: 35px;
	position: absolute;
	right: 0px;
	top: 32%;
	overflow: hidden;
	opacity: .4; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=40); /* IE lt 8 */
	-ms-filter: "alpha(opacity=40)"; /* IE 8 */
	z-index: 499;
	background-color: #000;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
.view-legacy-shows-slideshow .views-slideshow-controls-text-next:before {
	font-family: IcoMoonArrows;
	content: "\2f";
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 30px;
	line-height: 40px;
}



/*---------------------------------------------------------------------
-----------------------------------------------------------------------

 LEGACY - TOP DOWNLOADS sidebar block

-----------------------------------------------------------------------
---------------------------------------------------------------------*/

#region-sidebar-second .block-views-events-dl-shows {
	line-height: 18px;
}
#region-sidebar-second .legacy-event-location {
	font-size: 18px;
}
#region-sidebar-second .legacy-event-venue {
	font-size: 12px;
}



/*---------------------------------------------------------------------
-----------------------------------------------------------------------

 LEGACY - List of TOUR GROUPS  - PAGE

-----------------------------------------------------------------------
---------------------------------------------------------------------*/

.page-legacy .teaser-grid li {
	margin: 0 3% 3% 0;
	text-align: center;
	float: left;
	border-bottom: 0;
	background: none;
	padding: 0;
	width: 30%;
}
.page-legacy .teaser-grid li:hover {
	background: none;
}
.page-legacy .teaser-grid li img {
	width: 100%;
	height: auto;
}
.event-group-poster-art-item {
	height: 300px;
}
.block-system-main .view-legacy-tours .event-group-body /*text container */ {
	height: 70px;
}


/*---------------------------------------------------------------------
-----------------------------------------------------------------------

 LEGACY - OLD List of TOUR DATES

-----------------------------------------------------------------------
---------------------------------------------------------------------*/

.page-vault .block-system-main .legacy-row {
	margin-bottom: 3%;
	margin-right: 3%;
	width: 30%;
}
h5.legacy-item {
	margin: 7px 0 0;
}



