/*
Theme Name:     Graphene Child
Theme URI:      http://example.com/
Description:    Child theme for the Graphene theme
Author:         Your name here
Author URI:     http://example.com/about/
Template:       graphene
Version:        1.0
*/
@import url("../graphene/style.css");
/* Your modification goes here */

.homepage_panes .omega {
    clear: both;
    float: left;
    margin-left: 0;
}
.homepage_panes .alpha {
    clear: both;
    float: left;
    margin-left: 0;
}
.two-columns .homepage_pane {
	width: 100% !important;
}
.page-title {
	display: none;
}
.homepage_pane{
	margin-bottom: 20px;
	margin-top: 20px;
	vertical-align: top;
	background: #FFFFFF;
	border: 3px solid #CCCCFF;
	border-radius: 15px;	
}
.homepage_pane img{
	-moz-box-shadow: -2px 2px 5px #777;
	-webkit-box-shadow: -2px 2px 5px #999;
	box-shadow: -2px 2px 5px #999;
	margin: 0 auto 5px auto;
	max-width: 300px;
	height: auto;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;

}
.homepage_pane .post-title{
	margin-bottom: 5px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.homepage_pane .post-excerpt{
	color: #696a6a;
	font: normal 12px/18px arial;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.homepage_pane .post-excerpt p{
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.featured_slider .sharing {
display: none;
}
.slider-entry-wrap .sharing {
display: none;
}
.slider-content-wrap .sharing {
display: none;
}

add_filter('woocommerce_show_variation_price’, function() { return TRUE;});