/*
 Theme Name:     South Austin Music
 Description:    Mixed Child Theme
 Template:       mixed
 Version:        1.0.0
*/
 
@import url("../mixed/style.css");
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro");
/* =Theme customization starts here
------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: 'Source Sans Pro', sans-serif !important; }
p.sbi_bio {display:none;}
.clear {clear: both}
/*Mobile and Desktop Designators */
.mobile { display:none;}
.desktop {display: block;}

.related {clear:both !important;}
/*Make the Header Look Pretty */
.top-header {
height:auto !important;}

.top-header .logo img {
  height: 130px !important;
}
address {margin:0px; important; padding:0px !important}
.top-header .nav {font-family: 'Source Sans Pro', sans-serif !important; float:left !important; font-size:18px !important;}
.headerContact {float:right; font-family: 'Source Sans Pro', sans-serif; color:black;font-size:16px; background: #F5F5F5;
    padding: 10px 10px 0 10px;;}
.headerContact.desktop {    position: relative;
    right: -30px;border-bottom-left-radius: 30px;}
    
    .headerContact .social-list ul {float:right !important; margin-bottom: 0px !important;}
 /*We don't need any comments */   
 .closed-comment-p {display: none;}
    
 /*tigheten up woocommerce product display */
 .product_meta .posted_in {display:none;}
 .woocommerce-tabs {padding-top:0em !important; }


.container {width:100% !important}

/* .mg-brand-image img {max-width:200px;} */

.mg-brand-image h3 {display: none;}
.product_meta {float:left; width:75%}
.mg-brand-wrapper {float:left; width:20%}
.product_type_simple {display: none;}
.nav-touch {color:black;background: white;}
.post-content-wrapper {
    margin-top: 1em !important;
}
.widget_mgwoocommercebrands li {width:50%; float:left;}
.widget_mgwoocommercebrands img {width:auto}

@media (max-width: 769px) {
	.desktop {display:none}
	.mobile {display:block;}
	nav .ul {top:58px !important;}

	.headerContact {float:none;}
	.mural {background-size: cover;}
	.logo {background;}
}
/*desktop only */
@media (min-width:769px) {
		.sub-menu {width:205px;}
		nav { padding-top: 14px;}
		nav .ul { top:58px !important;}
		.navbar-nav > li > a {
    padding-top: 15.5px !important;
    padding-bottom: 27.5px !important;
	}
	.mural { min-height: 258px !important;}
}
@media (max-width: 435px) {
.product_meta {float:left; width:100%}
.mg-brand-wrapper {float:left; width:100%}
}

.mural { background: url('south_austin_music_mural.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    height: 175px;
    width: 100%;
    }
/*
.year-youngest, .year-oldest {width:30% !important; float:left; }
.shorttext{width:30%;}
*/

.checkout-button {margin: 20px;
    padding: 20px;
    background: blueviolet;
    clear: both;
    float: left;}

.outofstock {opacity: .5;
	background: darkgrey;
}
.outofstock h2.woocommerce-loop-product__title {color:red;}

/* Make Telephone Type Input Match */
input[type="tel"] {

  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.3;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.about_paypal {display: none;}
.homeBanner {color:white; background-color:#0072e9; border-radius:20px; padding:20px; width:80%; margin: 0 auto; text-align:center; font-size: larger}