@font-face {
    font-family: 'bignoodle';
    src: url('bignoodlefont/big_noodle_titling-webfont.eot');
    src: url('bignoodlefont/big_noodle_titling-webfont.eot#iefix') format('embedded-opentype'),
         url('bignoodlefont/big_noodle_titling-webfont.woff') format('woff'),
         url('bignoodlefont/big_noodle_titling-webfont.ttf') format('truetype'),
         url('bignoodlefont/big_noodle_titling-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*********************************
Site
*********************************/

body{
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
}

body.custom-font-enabled{
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

#artist-bg{
	background: url('img/df-bg.jpg') no-repeat left top scroll #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

h1, h2, h3, h4, h5, h6{
	text-transform: capitalize;
	font-family: 'bignoodle', sans-serif;
	font-weight: normal;
	position: relative;
	top: .28em;
	/*letter-spacing: -1px;*/
}

a{
	transition: color 500ms linear;
	-webkit-transition: color 500ms linear;
}


.widget-area .widget a,
.widget-area .widget a:visited,
.entry-content a,
.entry-content a:visited,
.entry-content a:focus,
a:hover{
	color: #222;
}

.widget-area .widget a:hover,
.entry-content a:hover,
a{
	color: #606060;
}

.widget-area .widget-title a:visited,
.widget-area .widget-title a,
.site-header .artist-title a,
.site-header a,
.site-content #nav-below a,
footer[role="contentinfo"] a,
.entry-header .entry-title a,
.entry-header .entry-title a:visited,
.comments-link a,
.entry-meta a{
	color: #fff;
}


.widget-area .widget-title a:visited:hover,
.site-header .artist-title a:hover,
.site-header a:hover,
.site-content #nav-below a:hover,
footer[role="contentinfo"] a:hover,
.entry-header .entry-title a:hover,
.comments-link a:hover,
.entry-meta a:hover{
	color: #606060;
}



/*********************************
Header/Nav
*********************************/

.site-header {
  background: none repeat scroll 0 0 #2b2b2b;
  border-bottom: none;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
}

.site-header .artist-title a{
	text-decoration: none;
}

.site-header h1{
	font-size: 48px;
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 0 !important;
	font-family: 'bignoodle', sans-serif;
	font-weight: normal;
	text-shadow: 0 -1px 0 #000;
	position: relative;
	top: .28em;
}

.artist-title img {
	position: relative;
	top: 3px;
}

.artist-socials ul li {
 font-size: 24px;
  font-size: 1.5rem;
  line-height: 2.5;
}

.main-navigation{
	float: left;
	clear: none;
	padding-left: 15px;
	padding-left: 0.9375rem;
}

.main-navigation li{
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: normal;
	font-family: 'bignoodle', sans-serif;
	position: relative;
	top: .28em;
	font-weight: normal;
	margin: 0;
	line-height: 2.25;
}

.main-navigation li a{
	color: #fff;
	line-height: 1.2;
	padding: 0 15px;
	padding: 0 0.9375rem;
}

.main-navigation li a:hover{
	color: #606060;
}

/*********************************
Header Image
*********************************/

.image-block{
	margin-top: 0;
	position: relative;
}

#header-widgets {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.header-widget-area {
  float: right;
  margin-top: 100px;
  
  width: 50%;
  padding: 0 0 0 40px;
  padding: 0 0 0 2.5rem;
}



/*********************************
Main Content
*********************************/

#main{
	margin-top: 60px;
	margin-top: 3.75rem;
}

.return-home,
.widget-area .widget .widget-title,
.entry-header {
	background: none repeat scroll 0 0 #2b2b2b;
	margin-bottom: 0;
	padding: 20px 20px 10px;
	padding: 1.25rem 1.25rem 0.625rem;
}

.entry-header{
	padding: 20px;
	padding: 1.25rem;
}

.entry-content h1,
.comment-content h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.28571428571429;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.16666666666667;
}
.entry-content h3,
.comment-content h3 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.2;
}
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6{
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
}

.return-home{
	padding: 20px;
	padding: 1.25rem;
}

.widget-area .widget .widget-title,
.entry-header .entry-title {
  color: #FFFFFF;
  font-weight: normal;
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1;
  text-shadow: 0 -1px 0 #000;
  top: 0;
}

.entry-header .entry-title{
	 top: .15em;
}

.widget-area .widget .widget-title{
	margin-bottom: 0;
}


.archive-header, .page-header, footer[role="contentinfo"], .widget-area .widget, .site-content article {
	background: none;
	margin-bottom: 2.5rem;
	padding: 0;
	box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.75);
}

.archive-header {
    display: none;
}

.entry-content, .entry-summary, .mu_register {
	/*border: 1px solid #7f9ba8;*/
	line-height: 1.71429;
	padding: 20px;
	padding: 1.25rem;
}

.show-list li{
	border-bottom: 1px solid #2b2b2b;
	box-shadow: 0px 1px 0 #fff;
	margin: 9px 0 0;
	margin: 0.571429rem 0 0;
}
.show-tickets,
.show-date{
	font-family: 'bignoodle', sans-serif;
	font-weight: normal;
}

.show-list .show-tickets a, .show-list .show-tickets a:hover, .widget-area .widget_brkstn_ad_widget .show-list .show-tickets a, .widget-area .widget_brkstn_ad_widget .show-list .show-tickets a:hover {
  padding: 8px 10px 3px 8px;
}

.show-date{
	font-size: 24px;
	font-size: 1.5rem;
	position: relative;
	top: .28em;
	margin-bottom: 5px;
	/*letter-spacing: normal;*/
}

.show-date span {
  color: #606060
}

.show-venue, .show-tickets{
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.42857142857143;
}

.show-info {	
	padding: 5px 0 10px;
}

.show-more-details {
  font-size: 13px;
  font-size: 0.8125rem;
}

.widget-area .widget_brkstn_ad_widget .brkstn-ad-view-all a,
.widget-area .widget_brkstn_ad_widget .show-list .show-tickets a,
.show-list .show-tickets a{
	background: #2b2b2b;
	color: #fff;
	transition: background 500ms linear;
	-webkit-transition: background 500ms linear;
	font-size: 16px;
	font-size: 1rem;
}

.widget-area .widget_brkstn_ad_widget .brkstn-ad-view-all a:hover,
.widget-area .widget_brkstn_ad_widget .show-list .show-tickets a:hover,
.show-list .show-tickets a:hover{
	background: #606060;
	color: #fff;
}

.return-home a{
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1;
	font-family: 'bignoodle', sans-serif;
	/*letter-spacing: -1px;*/
	font-weight: normal;
	vertical-align: bottom;
}

.return-home a:before, .return-home-archive a:before{
	font-weight: normal;
}

.entry-date, .widget-area .widget.widget_recent_entries li span {
  color: #FFFFFF;
	font-size: 16px;
  font-size: 1rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.entry-date{
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.entry-content img.wp-post-image{
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.site-content #nav-below {
	background: #2b2b2b;
	padding: 15px 30px;
	padding: 0.9375rem 1.25rem;
	font-family: 'bignoodle', sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.75);
}

.nav-previous, .previous-image, .nav-next, .next-image {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
  top: .28em;
}

.return-home-archive{
  position: relative;
  top: .15em;
}

footer.entry-meta{
	margin-top: 0;
}



/********PRIMARY************/

.site-content{
	float: right;
	width: 50%;
	padding: 0;
}

.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
  color: #EFEFEF;
 font-size: 32px;
  font-size: 2rem;
  text-transform: capitalize;
}

.site-content article .entry-summary,
.site-content article .entry-content{
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
}



/********SIDEBAR************/

.template-front-page .widget-area, .widget-area{
  border: medium none;
  float: right;
  max-width: none;
  padding-top: 0;
  width: 50%;
}

.widget_sp_image-image-link,
.template-front-page .widget-area .widget{
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.75);
}

.widget-area .widget p {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  /*letter-spacing: -1px;*/
}


.widget-area .widget_sp_image {
  background: none repeat scroll 0 0 transparent !important;
  padding: 0;
}

.widget_sp_image-image-link,
.widget-area .widget .brkstn_ad_widget_content,
.widget-area .widget .textwidget{
	/*border: 1px solid #7f9ba8;*/
	padding: 20px;
	padding: 1.25rem;
}

.widget_sp_image-image-link img{
	margin: 0;
}

.widget_sp_image-image-link{
	display: block;
}

.widget-area .widget.widget_sp_image{
	box-shadow: none;
	border: none;
}

#header-widgets .widget-text-3{
	border: 10px solid rgb(61, 102, 96);
	border: 10px solid rgba(61, 102, 96, 0.85);
}

#header-widgets .widget-text-3 h3{
	background: rgb(61, 102, 96);
	background: rgba(61, 102, 96, 0.85);
	color: #fff;
	padding: 15px 30px;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: normal;
	text-align: left;
	display: none;
}

.widget-area .widget_recent_entries .brkstn-ad-view-all a, .widget-area .widget_brkstn_ad_widget .brkstn-ad-view-all a {
  font-weight: 400;
}

.widget_brkstn_tweet_widget .social_twitter_icon{
	font-size: 32px;
	font-size: 2rem;
}


/********INSTAGRAMS************/
.type-instagrams .entry-header .entry-title{
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.15;
}

.type-instagrams .entry-header{
	padding: 20px;
	padding: 1.25rem;
}

.brkstn_instagrams_post_widget_view_all a:before,
.brkstn-instagram-post-link a:before{
	content: '\e806\0020';
	font-family: fontello;
}

.brkstn_instagrams_post_widget_view_all a,
.brkstn-instagram-post-link a{
	text-decoration: none;
}

.brkstn_instagrams_post_widget_view_all{
	margin-top: 20px;
	margin-top:  1.25rem;
}

.mejs-container{
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

/********Tweets************/
.brkstn-tweet-text {
	font-size: 20px;
	font-size: 1.25rem;
	font-style: italic;
	line-height: 1.4;
	margin-bottom: 20px;;
	margin-bottom: 1.25rem;
	color: #404040;
}

.brkstn-tweet-date {
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 40px;
}

.link-btn {
	display: block;
	background: #2b2b2b;
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	padding: 10px 10px 7px;
	text-transform: uppercase;
	font-family: 'bignoodle', sans-serif;
	transition: background 500ms ease-in-out;
	-webkit-transition: background 500ms ease-in-out;
	line-height: 1;
}

.link-btn:hover {
	background: #606060;
}

.link-btn .social_twitter_icon{
	font-size: 20px;
	font-size: 1.25rem;
}

.edit-link {
  display: block;
  background: #fff;
  padding: 20px;
}


/*********************************
Footer
*********************************/

footer[role="contentinfo"]{
	padding: 15px 20px;
	padding: 0.9375rem 1.25rem;
	background: #2b2b2b;
	color: #fff;
	width: 50%;
	font-size: 16px;
	font-size: 1rem;
	box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.75);
}

.footer-label{
	text-align: right;
	line-height: 0;
}

.footer-label a img{
	width: 100%;
	max-width: 130px;
}

.footer-copy{
	line-height: 2.8;
}



/*********************************
MEDIA QUERIES
*********************************/

@media screen and (max-width: 960px){
	
	#artist-bg{
		background-position: -150px top;
	}
	
	.footer-label, .footer-copy {
	  float: none;
	  text-align: center;
	  width: 100%;
	}
	
	.footer-copy{
		margin-bottom: 10px;
	}
	
	.footer-label a img{
		max-width: 150px;
	}
	
}

@media screen and (max-width: 768px){
	.site-header{
		position: fixed;
	}
	
	.image-block{
		display: block;
	}
	
	.artist-title, .artist-socials {
	  float: left;
	  text-align: left;
	  width: auto;
	}
	
	.header-widget-area{
		margin-top: 60px;
	}
	
	.header-widget-area,
	.template-front-page .widget-area, .widget-area{
		padding: 0;
	}
	
	.site-content {
	  padding: 0;
	}
	
	.widget-area .widget .brkstn_ad_widget_content, .widget-area .widget .textwidget {
	  padding: 1.25rem;
	}
	
	.entry-content, .entry-summary, .mu_register {
	  padding: 1.25rem;
	}
	
	.return-home-archive a,
	.return-home a,
	.return-home a:before, .return-home-archive a:before,
	.site-content #nav-below,
	.nav-previous, .previous-image, .nav-next, .next-image {
		font-size: 1rem;
		line-height: 1.4;
	}
	
	.artist-socials {
	  clear: both;
	  float: none;
	  text-align: left;
	  width: 100%;
	  margin-left: -5px;
	  margin-top: -10px;
	}
	
	#main{
		margin-top: 130px;
		margin-top: 8.125rem;
	}
}

@media screen and (max-device-width: 768px){

	
}

@media screen and (max-width: 599px) {
	
	#artist-bg{
		/*background-position: -100px top;*/
	}
	
	.header-widget-area,
	.site-content,
	.template-front-page .widget-area, .widget-area{
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	
	.header-widget-area{
		margin-top: 1.875rem;
	}
	
	.header-widget-area .widget{
		margin-bottom: 1.875rem;
	}
	
	.site-content{
		margin-top: 0;
	}
	
	#main{
		margin-top: 1.875rem;
	}
	
	.site-header,
	#header-widgets{
		position: relative;
	}
	
	.site-header h1,
	.artist-title,
	.main-navigation{
		float: none;
		text-align: left;
		padding: 0;
	}
	
	.main-navigation li a:first-child{
		padding-left: 0;
	}
	
	.main-navigation li{
		display: inline-block;
	}
	
	.main-navigation li a{
		text-decoration: none;
		text-transform: uppercase;
	}
	
	.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul{
		display: block !important;
	}
	
	.main-navigation ul.nav-menu.toggled-on, .menu-toggle{
		display: none;
	}
	
	.widget-area .widget .brkstn_ad_widget_content, .widget-area .widget .textwidget,
	.entry-content, .entry-summary, .mu_register {
	  padding: 1.25rem;
	}
	
	footer[role="contentinfo"] {
	  width: 100%;
	}
	
	.footer-copy{
		font-size: 14px;
		font-size: 0.875rem;
	}

	
}

/*********************************
EXPLORER
*********************************/

.ie7 .site,
.ie8 .site{
	min-width: 800px;
}

.ie7 .artist-socials{
	margin-top: 20px;
}

.ie7 .artist-socials li{
	padding: 0 5px;
}

.ie7 #primary,
.ie7 #secondary{
	width: 45%;
}

.ie7 .show-tickets{
	text-align: left;
}

.ie7 .show-list li{
	padding-bottom: 20px;
}