/*
Theme Name:     Broken Bow Records Artist Site
Description:    A custom child theme for quick and easy Musician wordpress sites.
Author:         brkstn
Template:       twentytwelve                             
Version:        0.1.0
*/

@import url("../twentytwelve/style.css");

/*********************************
	Site Layout
*********************************/
/* Automatically clear elements for standards-compliant browsers */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}
/* Trigger has-layout for IE compatibility */
.clearfix {
	zoom: 1;
}

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	font-size: 100%;
	height: 100%;
}

body{
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	color: #efefef;
}

body .site {
	max-width: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	box-shadow: none;
	background: none;
}

.site-container{
	max-width: 1140px;
	max-width: 71.25rem;
	margin: 0 auto;
	padding: 0 40px;
	padding: 0 2.5rem;
	zoom: 1;
}

.site-container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

footer[role="contentinfo"] a:hover,
.widget-area .widget a:hover,
.entry-header .entry-title a:hover,
.entry-content a:hover,
.comments-link a:hover,
.entry-meta a:hover,
a{
	color: #3F6677;
}

footer[role="contentinfo"] a,
.widget-area .widget a,
.widget-area .widget a:visited,
.entry-header .entry-title a,
.entry-header .entry-title a:visited,
.entry-content a,
.comments-link a,
.entry-meta a,
a:hover{
	color: #21759B;
	color: #9FC6D7;
}

/*********************************
	Header and Nav
*********************************/
.site-header{
	padding: 20px 0;
	padding: 1.25rem 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 99;
	border-bottom: 2px solid #6A5B54;
}

.admin-bar .site-header{
	top: 28px;
}

img.header-image{
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	max-width: 350px;
	width: 100%;
}

.artist-socials ul li{
	display: inline-block;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.75;
}

.artist-socials ul li a{
	text-decoration: none;
	display: inline-block; /*fixes webkit link issue, when icon font is used as the link content*/
}

.artist-title{
	float: left;
}

.artist-socials{
	float: right;
}

.artist-socials .social_vevo_icon{
	background: url('img/vevo.png') no-repeat center top 16px scroll transparent;
	height: 33px;
	width: 38px;
	display: block;
	background-size: 50% auto;
	opacity: 1;
	transition: opacity 500ms linear;	
}

.artist-socials a:hover .social_vevo_icon{
	opacity: 0.25;
}

.artist-socials .social_newsletter_icon:after{
	content: "Sign Up";
	font-style: normal;
	font-size: 14px;
	font-size: 0.875rem;
	text-transform: uppercase;
}


.main-navigation{
	clear: both;
	margin-top: 0;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
	border: none;
	display: inline-block !important;
	text-align: left;
	width: 100%;
}




/*********************************
	Main Content
*********************************/
.image-block{
	margin: 0 auto;
	text-align: center;
	background: #fff;
	position: fixed;
	width: 100%;
	margin-top: 95px;
	margin-top: 5.9375rem;
	font-size: 0;
	border-bottom: 2px solid #fff;
}

.image-block img{
	max-width: 100%;
}

#main{
	position: relative;
	margin-top: 95px;
	margin-top: 5.9375rem;
	margin-bottom: 0;
}
.template-front-page .widget-area,
.widget-area,
.site-content,
footer[role="contentinfo"]{
	float: right;
	width: 100%;
	max-width: 530px;
	max-width: 33.125rem;
	border: none;
	padding-top: 0;
}

.archive-header, .page-header,
footer[role="contentinfo"],
.widget-area .widget,
.site-content article{
	background: #262B33;
	background: #32373F;
	padding: 20px;
	padding: 1.25rem;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	border-bottom: none;
}

.template-front-page .widget-area .widget, .template-front-page.two-sidebars .widget-area .front-widgets {
  float: none;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  width: 100%;
}

.template-front-page .widget-area .widget:nth-child(2n), .template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
  float: none;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  width: 100%;
}

.widget-area .widget_sp_image{
	background: transparent;
	padding: 0;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
	border-radius: 0;
	box-shadow: none;
}

.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
	margin: 0 0 20px;
	margin: 0 0 1.25rem;
}

.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th {
	color: #efefef;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.25;
	text-transform: uppercase;
}

.widget-area .widget h3 {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	color: #efefef;
}

.nav-single{
	display: none;
}

.entry-header .entry-title {
	font-size: 1.57143rem;
	font-weight: 700;
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	text-transform: uppercase;
}

.site-content #nav-below{
	background: #262B33;
	background: #32373F;
	padding: 20px;
	padding: 1.25rem;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.site-content #nav-below a{
	color: #efefef;
	text-decoration: none;
}

.nav-previous,
.nav-next,
.return-home-archive{
	float: left;
	width: 33.3333%;
}

.nav-previous:before,
.nav-next:before{
	content: '.';
	visibility: hidden;
}

.return-home-archive{
	text-align: center;
}

.return-home a:before,
.return-home-archive a:before{
	font-family: fontello;
	content: '\e827\0020';
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
}

.return-home a{
	text-decoration: none;
	color: #efefef;
}

footer.entry-meta{
	color: inherit;
}

/*********************************
	Latest News
*********************************/
.widget-area .widget.widget_recent_entries ul {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.widget-area .widget.widget_recent_entries li {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
	list-style-type: none;
	margin: 0 0 10px 0;
	margin: 0 0 0.625rem 0;
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
}

.widget-area .widget.widget_recent_entries li a {
	text-decoration: none;
	font-weight: 700;
	color: #efefef;
	display: block;
	text-transform: uppercase;
}

.widget-area .widget.widget_recent_entries li a:hover{
	color: #3F6677;
}

.entry-date,
.widget-area .widget.widget_recent_entries li span {
	color: #9FC6D7;
	font-style: italic;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-left: 0;
}


/*********************************
	ArtistData
*********************************/
.brkstn_ad_widget_content{

}

.show-list{
	display: table;
	width: 100%;
	padding: 10px;
	padding: 0.625rem;
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

.show-list li{
	border-bottom: 1px solid #fff;
	margin: 0;
	list-style-type: none !important;
	position: relative;
}

.show-info{
	padding: 15px 0;
	width: 70%;
}

.show-tickets{
	text-align: center;
	vertical-align: middle;
	padding: 15px 0;
	position: absolute;
	right: 0;
	top: 0;
}

.show-description{
	padding-bottom: 15px;
	display: none;
}

.noJS .show-description{
	display: block;
}

.show-more-details{
	cursor: pointer;
	padding-bottom: 15px;
}

.noJS .show-more-details{
	display: none;
}

.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{
	text-decoration: none;
	background: #3F6677;
	padding: 4px 8px;
	color: #fff;
}

.show-tickets a:before{
	font-family: fontello;
	content: '\e826\0020';	
}

.show-date{
	font-size: 16px;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
}

.show-date span{
	color: #3F6677;
	color: #9FC6D7;
}

.show-venue{
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
}

.widget-area .widget_recent_entries .brkstn-ad-view-all a,
.widget-area .widget_brkstn_ad_widget .brkstn-ad-view-all a{
	text-decoration: none;
	background: #3F6677;
	padding: 4px 8px;
	color: #fff;
	font-weight: bold;
	display: block;
	text-align: center;
}

.widget-area .widget .brkstn-ad-view-all{
	margin-bottom: 0;
}


/*********************************
	Footer
*********************************/
footer[role="contentinfo"] {
	border-top: none;
	clear: both;
	font-size: 0.857143rem;
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

.footer-copy{
	float: left;
	width: 68%;
}

.footer-label{
	float: right;
	width: 30%;
}

footer[role="contentinfo"] a:hover{
	cursor: pointer;
}


/*********************************
	Media Queries
*********************************/
@media screen and (max-width: 1000px){
	.image-block img {
		left: -340px;
		position: relative;
		max-width: none;
	}
	footer[role="contentinfo"],
	.template-front-page .widget-area,
	.widget-area, .site-content {
		width: 50%;
	}
}

@media screen and (max-width: 767px){
	
	.site-header{
		position: relative;
	}
	
	.artist-title,
	.artist-socials{
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.artist-socials ul li{
		font-size: 1.25rem;
	}
	
	.site-container{
		padding: 0 1.25rem;
	}
	
	footer[role="contentinfo"],
	.template-front-page .widget-area,
	.widget-area, .site-content {
		width: 100%;
		max-width: none;
	}
	
	.image-block{
		display: none;
	}
	
	#main{
		margin-top: 0;
	}
	
	.brkstn_ad_widget_content{
		max-height: 100%;
	}	
}

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

	.show-info{
		display: block;
		text-align: left;
		vertical-align: baseline;
	}
	
	.show-tickets{
		position: relative;
		padding-top: 0;	
	}
	
	.show-tickets a{
		display: block;
		text-align: center;
	}
	
	.footer-label,
	.footer-copy{
		float: none;
		width: 100%;
	}
	
}

.widget_brkstn_instagram_recent_widget .brkstn-adtbox,
.widget_brkstn_instagram_recent_widget .textwidget a[href^="https://scontent.cdninstagram.com/"]{
	display: none;
}