/*
Theme Name: Storefront Child Theme
Theme URI: http://woothemes.com/storefront
Author: WooThemes
Author URI: http://woothemes.com
Template: storefront
Description: Storefront starter child theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: storefront-child
*/

/* write custom css */
body.woocommerce #primary {width: 100%;}

/*Set logo size*/
@media screen and (min-width: 768px) {

    /* LOGO */
    .site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link { width: 100% !important;}
    .site-header {padding-top: 10px !important;}
    .custom-logo-link {width: 100% !important; margin: 0 !important;}
    .custom-logo-link img {margin-left:auto; margin-right: auto;}
}

/*Hide page titles*/
.page-title {display: none;}

.entry-header, .woocommerce-products-header {display:none;}

/*Make content area of of document category display and documents full width*/
.tax-doc_category #primary, .single-doc #primary {width: 100%;}

/*Remove clear style from first h2 heading on documents so that the heading can wrap around TOC+ tables of contents*/
.type-doc h2:first-of-type {clear: none;}

.tax-doc_category .doc .entry-header {margin-bottom:20px !important;}
.tax-doc_category .doc, .tax-doc_category .doc .entry-content {padding:0px !important; margin:0px !important;}

/*Remove the posted on and posted by info from the top of pages that use it*/
.posted-on, .single .byline, .group-blog .byline, .byline .author {display: none; visibility: hidden;}

/*Hide product meta data on product details page*/
.product_meta {display: none;}

/*Text*/
body {line-height: 1.3;}
body p {margin-bottom: 1em;}
h1, h2, h3 {margin-top: 1em !important;}

/*Page content*/
.single-product .content-area, .single-product .site-main, .single-product .woocommerce-tabs {padding-top: 0 !important; padding-bottom: 0 !important; margin-top:0 !important; margin-bottom:0 !important;}
.content-area, .site-main {padding-bottom: 0 !important; margin-bottom:0 !important;}
.woocommerce-breadcrumb {margin-bottom: 0 !important;}

/*Footer*/
.site-footer {padding: 0 !important; margin: 0 !important;}
.footer-widgets {padding: 0 !important; margin: 0 !important;}