/*
 Theme Name:     Storefront Child Theme
 Theme URI:      https://www.woothemes.com/storefront
 Description:    Storefront Child Theme
 Author:         WooThemes
 Author URI:     https://www.woothemes.com
 Template:       storefront
 Version:        1.0.0
*/
 
/* =Theme customization starts here */

.site-branding {
width: 100% !important;
}

.site-title a {
font-size: 1em;
}

.mfp-title {
display: none;
}

#title #description .headerblock {
 display: none;
 visibility: hidden;
}

.site-header {
   padding-top: 2em;
   padding-bottom: 0em;
   line-height: .5;
}

.entry-header {
display: none;
}

.shop .entry-header {
display: none;
}

@media screen and (min-width: 768px) {
    /* LOGO */
    .site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link { width: 80% !important; }

    /* SECONDARY NAVIGATION */
    .site-header .secondary-navigation { width: 10% !important; }
}
