/* Single Artist Page */

/* new color scheme: #61FFC8(97,255,200), #3D49A6(61,73,166) */

body {	
    background: #F2F2F2;
    font-family: 'Futura', sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
}

.artist {
	font-family: 'Futura', sans-serif;
	color: #222222;
}

.artist-header {
    position: relative;
    margin-bottom: 10px;
}

.artist .page_content h2.db-block-label {
    font-style: normal;
    font-size: 14px ;
    margin: 0;
    font-weight: 300;
    display: inline-block;
    float: right;
    position: absolute;
    bottom: 0;
    right: 35px;
    color: #3D49A6;
}

.artist h1.artist-page-title {	
	font-size: 22px;
    font-weight: 700;
}

.artist h1.content-heading {
    font-weight: 700;
	font-size: 16px;
    letter-spacing: 2px;
}



/* Artist Page Styles */

.www, .fb, .tw, .sc, .ig, .yt {
  width: 60px;
  height: 60px;
  float: left;
  text-indent: -9999px;
  margin-right: 3px; }

.www:hover, .fb:hover, .tw:hover, .sc:hover, .ig:hover, .yt:hover {
  background-position: 0 -60px; }

.www {
  background: url(../../images/artist_www.png) -60px 0; }

.fb {
  background: url(../../images/artist_facebook.png) -60px 0; }

.tw {
  background: url(../../images/artist_twitter.png) -60px 0; }

.sc {
  background: url(../../images/artist_soundcloud.png) -60px 0; }

.ig {
  background: url(../../images/artist_instagram.png) -60px 0; }

.yt {
  background: url(../../images/artist_youtube.png) -60px 0; }

.artist-page {
    padding: 0px;
    }

.artist h1.artist-title {
    text-transform: uppercase;
    font-size: 48px;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.artist-page-img-wrapper, .artist-page-venue-map-wrapper {
    max-height: 400px;
    overflow: hidden;
    position: relative;
    }

.artist-page-venue-map-wrapper iframe {
	max-width: 770px;
}

.artist-tw {
    background: transparent url(images/twitter_artist.png);
    }

.artist-fb {
    background: transparent url(images/facebook_artist.png);
    }

.artist-yt {
    background: transparent url(images/youtube_artist.png);
    }

.artist-as {
    background: transparent url(images/as_artist.png);
    }

.artist-sc {
    background: transparent url(images/soundcloud_artist.png);
    }

.artist-www {
    background: transparent url(images/web_artist.png);
    }

.artist-pf {
    background: transparent url(images/pf_artist.png);
    }

.artist-page iframe, .artist-page object {
    width: 100% !important;
    height: 400px !important;
    }

.artist .artist-secondary-content
{padding-top: 10px;}

.artist .artist-thumbnail img {
	width:100%;
}

.artist .db-block-label span {
	color: #3D49A6;
}

div[class$="sidebar"] .blogwidget, .sidebar-button h1 {
  box-shadow: none;
  margin-top: 0px;
 }

 .artist .sidebar-button h1 {
 	background: #232F87;
 	padding: 12px;
 	margin-bottom: 20px;
 }

 .artist-listen{
 	clear: both ;
 }

@media (max-width: 767px) {
    .artist .page_content h2.db-block-label {
        display: block;
        float: none;
        position: relative;
    }
}

/*.next-prev-links {
	float:right;
}

 .next-prex-nav a {
 font-size:14px;
 text-transform: uppercase;
 }
 */