/* 
Theme Name: Storefront Child 
Version: 1.0 
Description: Child theme for Storefront. 
Author: Woo
Author URI: http://woocommerce.com 
Template: storefront 
*/  

body.woocommerce #primary 
{
    float: none;
    width: 100%;
}

.site-info
{
    display:none;
}


header.entry-header
{
    border: solid 0px white !important;
}

header h1.entry-title
{
    font-size:3rem;
    text-align:center;
    border: solid 0px white !important;
}

.content-area
{
    width:100% !important;
}

@media screen and (max-width:750px)
{
    header.site-header
    {
        margin-bottom:0 !important;
    }
}
