/* ==============================
 * /artists/common/css/silver.css
 * ------------------------------
 * - Color Theme Silver
================================= */
/* - Color Theme Silver
--------------------------------- */



/* base */

a {
	color:#000;
}
@media only screen and (min-width:768px) {
a:hover {
	text-decoration: underline;
}
}
a:hover {
	color:#000;
}
/* layout */

.l-main {
	background-color:#f8f8f8;
}



/* widget */
.widget-hero > h1 {
	background-color:#e5e5e5;
}

.widget-hero .hero--no-image {
	background-color:#e9e9e9;
	background-color: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);  /* color-group code: 27 */ /* color-group code: 28 */
	background-color: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);    /* color-group code: 27 */ /* color-group code: 28 */
	background-color: linear-gradient(to bottom, #ffffff 0%, #e9e9e9 100%);    /* color-group code: 27 */ /* color-group code: 28 */
}
.widget-lnav {
	background-color:#fff;
}
.lnav__list > li + li:after {
	background-color:#bfbfbf;
}
.lnav__list > li > a {
	color:#000;
}
.lnav__list > li > a:hover > span:after,
.lnav__list > li > a > span:after {
	background-color:#000;
}

/* widget common set */
.main__inner [class*="widget-"] {
	border-top-color:#000;
	color:#000;
}
.wdg__inner {
	background-color:#e9e9e9;
}
.heading--lv2 {
	border-bottom-color:#b0b0b0;
	color:#000;

}
.heading--lv3 {
	border-left-color:#000;
	color:#000;
}
.buy-modal__head03 {
	border-bottom-color:rgba(176, 176, 176, 0.5);
}

/* product */
.article--product + .article--product,
.column__elm + .column__elm .article--product,
.widget-disco-version .column--3 .column__elm:nth-child(n+4) {
	border-top-color:rgba(176, 176, 176, 0.5);
}
/* program */
.program__item:nth-of-type(1),
.program__item:nth-last-of-type(1) {
	border-color:rgba(176, 176, 176, 0.5);
}
.program__item:nth-of-type(2n+1) {
	background-color:#f8f8f8;
}
.program__number + .program__item-content .program__track {
	border-left-color:rgba(176, 176, 176, 0.5);
}
.program__btn--view > a {
	background-position:0 0;
}
.program__btn--audition > a {
	background-position:0 -50px;
}
.program__btn--itunes > a {
	background-position:0 -100px;
}

/* link */
p.link--arw01:before,
.link--arw01 > li:before {
	border-color:#000;
}

/* btn */
.btn--buy a {
	background-color:#000;
	color:#fff;
	-webkit-transition: background-color 0.3s;
		 -moz-transition: background-color 0.3s;
			-ms-transition: background-color 0.3s;
			 -o-transition: background-color 0.3s;
					transition: background-color 0.3s;
}
@media only screen and (min-width:768px) {
.btn--buy a:hover {
    /* opacity: .7;*/
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8nwYAAmoBZ0eMiB8AAAAASUVORK5CYII=);
}
}



.btn--buy a span:after {
	background-position: 0 0;
}
@media only screen and (max-width:767px) {
.btn--buy a span:after {
	background-position: 0 0;
}
}



.btn--more-link a,
.btn--more-step a {
	background-color:#c8c8c8;
	color:#000;
	-webkit-transition: background-color 0.3s;
		 -moz-transition: background-color 0.3s;
			-ms-transition: background-color 0.3s;
			 -o-transition: background-color 0.3s;
					transition: background-color 0.3s;
}
@media only screen and (min-width:768px) {
.btn--more-link a:hover,
.btn--more-step a:hover {
	/* opacity: .7;*/
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8nwYAAmoBZ0eMiB8AAAAASUVORK5CYII=);*/
    background-color: #d8d8d8;
}
}


.btn--more-link a span:before {
	border-color:#000;
}
.btn--more-step a span:before,
.btn--more-step a span:after {
	background-color:#000;
}

/* column */
.column + .column {
	border-top-color:rgba(176, 176, 176, 0.5);
}
.column--video + .column--video {
	border-top-color:#f8f8f8;
}

/* link */
.link--color a {
	color:#0e98df;
}

/* list-row */
.list-row + .list-row {
	border-top-color:rgba(176, 176, 176, 0.5);
}
@media all and (min-width:768px) {
.list-row > a:hover {
	background-color:#f8f8f8;
}
}

/* tags */
.main-editor-content a{
    color: #0e98df!important;
}
.tags__icon {
	color:#fff;
	background-color:#000;
}
.tags__icon--track {
	background-color:#cdcdcd;
	color:#000;
}
.tags__icon--product {
	background-color:#cdcdcd;
	color:#000;
}

/* product */
.prod-name,
.prod-name a {
	color:#0e98df;
}
.prod-name a:hover {
	color:#0e98df;
}
.prod-data__label {
	color:#000;
	background-color:#cdcdcd;
}
.prod-desc + .prod-desc {
	border-top-color:rgba(176, 176, 176, 0.5);
}

/* playlist */
.playlist {
	border-top-color:rgba(176, 176, 176, 0.5);
}
.playlist > li > a {
	border-bottom-color:rgba(176, 176, 176, 0.5);
}

/* content-tab */
.content-tab__elm {
	border-bottom-color:#000;
}
.content-tab__elm > li {
}
.content-tab__elm > li + li {
	border-left-color:#bfbfbf;
}
.content-tab__elm > li a {
	background-color:#fff;
	color:#000;
}
@media only screen and (min-width:768px) {
.content-tab__elm > li a:hover {
	background-color:#000;
	color:#fff;
}
}
.content-tab__elm > li.current-menu-item a,
.content-tab__elm > li.current-menu-item a:hover {
	background-color:#000;
	color:#fff;
}
/* content-pager */
.content-pager__elm li,
.content-pager__elm a {
	color:#000;
}
.content-pager__item a {
	border-color:#000;
	background-color:#fff;
}
.content-pager__item.current-menu-item a {
	background-color:#000;
	color:#fff;
}
.content-pager__prev i,
.content-pager__next i {
	border-color:#000;
}

/* disco-main */
.disco-main__table,
.disco-main__table tr,
.disco-main__table th,
.disco-main__table td {
	border-color:rgba(176, 176, 176, 0.5);
}
.disco-main__control .slick-prev,
.disco-main__control .slick-next {
	border-color:#000;
}

.disco-main__title .sub,
.disco-main__artist .sub {
    opacity: .3;
}

/* wigdet-social */
.social__balloon > ul {
	background-color:#fff;
	border-color:#bfbfbf;
}
.social__balloon > ul:before {
	border-top-color:#bfbfbf;
}
.social__balloon > ul:after {
	border-top-color:#fff;
}
.social__balloon a {
	color:#000;
}

@media only screen and (max-width:767px) {
/* widget-lnav */
.widget-lnav {
}
.lnav__menu {
	background-color:rgba(0,0,0,0.7);
}
.lnav__menu a {
	color:#fff;
}
.lnav__back-to-top,
.lnav__buynow {
	background-color:#000;
}
.lnav__list {
	background-color:#000;
	border-top-color:#bfbfbf;
}
.lnav__list > li {
	border-right-color:#bfbfbf;
	border-bottom-color:#bfbfbf;
}
.lnav__list > li:nth-child(2):nth-last-child(5):before,
.lnav__list > li:nth-child(3):nth-last-child(4):before,
.lnav__list > li:nth-child(4):nth-last-child(3):before {
	background-color:#bfbfbf;
}
.lnav__list > li > a {
	color:#fff;
}
.lnav__list > li.current-menu-item > a {
	color:#000;
	background-color:#fff;
}
.lnav__logo {
	background-color:#000;
	border-top-color:#333;
}
}
.content-pager__item > span.dots{
     background:#e9e9e9;
 }

 /* BIT embed */

 /*
 data-text-color="#000000"
 data-link-color="#000000"
 data-background-color="rgba(0,0,0,0)"
 data-link-text-color="#0e98df"
 data-separator-color="#f8f8f8"
 */

 .bit-widget-container .bit-widget .bit-top-track-button {
 	color: #0e98df !important;
 }
 .bit-widget-container .bit-widget .bit-top-track-button:hover {
 	color: #193092 !important;
 }
 .bit-widget-container .bit-nav-bar, .bit-widget-container .bit-nav-bar .bit-event-list-title {
 	color:#000000 !important;
 }
 .bit-widget-container .bit-details {
   color:#0e98df !important;
 }
 .bit-widget-container .bit-details:hover {
   color:#193092 !important;
 }
 .bit-widget-container .bit-details .bit-venue {
 	color:#000000 !important;
 }
 .bit-widget-container .bit-widget .bit-offers {
 	background-color: #000000 !important;
 }
 .bit-widget-container .bit-widget .bit-offers {
 	color: #0e98df !important;
 	background-color: #000000 !important;
 	border: 1px solid #000000 !important;
 }
 .bit-widget-container .bit-widget .bit-offers:hover {
 	color: #193092 !important;
 }
 .bit-widget-container .bit-widget .bit-rsvp {
 	background-color: rgba(0,0,0,0) !important;
 	border: 1px solid #000000 !important;
	color: #0e98df !important;
}
.bit-widget-container .bit-widget .bit-rsvp:hover {
	color: #193092 !important;
}
 .bit-widget-container .bit-top-track-button {
 	color: #0e98df !important;
 }
 .bit-widget-container .bit-widget .bit-event {
     border-top: 1px solid #b0b0b0;
 }
 .bit-widget-container .bit-widget .bit-upcoming-events, .bit-widget-container .bit-widget .bit-past-events {
 	border-bottom: 1px solid #b0b0b0 !important;
 }
 .bit-widget-container .bit-widget .bit-upcoming-events-show-all-button, .bit-widget-container .bit-past-events-show-all-button {
 	color: #000000 !important;
 	border: 1px solid #000000 !important;
 }
 .bit-event-lists .bit-events-container .bit-play-my-city-button  {
 	color: #000000 !important;
 	border: 1px solid #000000 !important;
	background-color: rgba(0,0,0,0);
 }

 /* Internet Explorer ONLY */
 @media screen and (-ms-high-contrast: active),
 (-ms-high-contrast: none) {
	 .bit-widget-container .bit-details:first-child {
	   width: 75%;
	 }
	 .bit-widget-container .bit-details .bit-venue {
	   flex: 1 0 auto;
	   width: 100%;
	 }
 }
