/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
/*Product page customization*/
.woocommerce #tab-description > h2 {
	display: none;
}
.woocommerce #tab-description {
	margin:15px;
}
.woocommerce #tab-local_1 {
	margin:15px;
}
.product {
	margin-left: 300px;
	margin-right: 300px;
	margin-top:50px;
	background:#fff
}
.attachment-shop_single.size-shop_single {
	width: 500px !important;
	height: 500px;
	margin-top:15px;
	margin-left:15px;
}
.product_title.entry-title {
	margin-top:10px !important;
}
.woocommerce.single-product {
 background: #f7f7f7; 
	/* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#f7f7f7, #414141); 
	/* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f7f7f7, #414141);
	/* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f7f7f7, #414141); 
	/* For Firefox 3.6 to 15 */
    background: linear-gradient(#f7f7f7, #414141); 
	/* Standard syntax */

}

.woocommerce.single-product section.related {
    margin:15px;
}

/*Shop background*/
body.woocommerce-page #main {
	background: #f7f7f7; 
    background: -webkit-linear-gradient(#f7f7f7, #414141); 
    background: -o-linear-gradient(#f7f7f7, #414141); 
    background: -moz-linear-gradient(#f7f7f7, #414141); 
    background: linear-gradient(#f7f7f7, #414141); 
}

.woocommerce-page #main .wrapper {
	background: #fff;
}
/*Shop layout*/
.woocommerce-page #main .wrapper .products {
	margin:5px;
}

/*Woocommerce breadcrumbs*/
nav.woocommerce-breadcrumb {
	padding-left:10px !important;
	padding-top:10px !important;
	color: #000 !important;
	font-size:14px !important;	
}
/*Background for stories on WHO page*/
.page-id-557 .wrapper,
.page-id-500 .wrapper,
.page-id-562 .wrapper {
	color: #fff;
	background:url(/wp-content/themes/georgecarlin/includes/images/who/Who-background.jpg) 
		repeat center center fixed !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body.page-id-557,
.page-id-500,
.page-id-562 #main {
	background: #f7f7f7; 
    background: -webkit-linear-gradient(#f7f7f7, #414141); 
    background: -o-linear-gradient(#f7f7f7, #414141); 
    background: -moz-linear-gradient(#f7f7f7, #414141); 
    background: linear-gradient(#f7f7f7, #414141); 
}

