/*
Theme Name: Musicmetric 2013
Theme URI: http://www.musicmetric.com
Description: Musicmetric Responsive Theme Template
Version: 1.0
Author: Marty Batten
Author URI: http://martyb.com
*/


#product-overview .image {
  background-color: transparent;
}


#general-content p,
#general-content ul,
#single-content p,
#single-content ul,
.home h3 {
 color: #515151;
}

#home-content h4 {
 color: rgba(255,255,255, 0.5);
}
	
	
#product-overview .row {
	overflow: hidden;	  
}

#product-overview .image {
	height: auto;	  
	width: 100%;
}

.site-nav #menu-main a {
 font-weight: 400;
}
	
	
button, input[type=submit] {
	background: #87A52A;
	border: 1px solid #87A52A;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 15px 15px 15px;
	letter-spacing: 1px;
	font-weight: 300;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, input[type=email]:focus {
	box-shadow: none;
	border: 1px solid #87A52A;
}	


@media only screen and (min-width: 768px){
 .site-nav li {
	margin-right: 10px;
  }
	
  #product-overview {
  	padding: 0;
  }

  #product-overview .image {	  
	  width: 45%;
  }

	#home-content {
		padding: 190px 0 0 !important;
		max-width: none !important;
  		text-align: center !important;
	}
	#home-content h3 {
  		margin: 0 auto 30px !important;
	}
	#home-content h4 {
  		margin: 0 auto !important;
	}
}

@media only screen and (min-width: 900px){
 .site-nav li {
	margin-right: 20px;
  }
	  
 .wrapper.home #placeholder {
	max-width: 800px;
  }
	  
 .wrapper.home #placeholder img {
	margin: 0 auto;
  }
	  
 .wrapper.home h3 {
	width: auto;
	max-width: 800px;
 }
		  
 #home-services {
	max-width: 750px;			
 }

 #home-services h2, #home-services h3 {
 	text-align: center; 
 }

 
header {
  position: fixed;
  z-index: 98;
  width: 100%;
  top: 0;
  left: 0;
  
  height: 100px;
}

/* Branding */

h2.branding {
  margin-top: -9px;
  width: 250px;
  height: 40px;
}

  h2.branding a {
    display: block;
    width: 250px;
    height: 40px;
  }
	 
	  
}