/*
 Theme Name:   HopStorechild 
 Theme URI:    http://hopgardensilver.com/hopgardenchild/
 Description:  Storefront Child Theme
 Author:       Robbie Herd
 Author URI:   http://sevenoakscomputers.com
 Template:     Storefront
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Sevcoms Storefront Child
*/

@import url("../storefront/style.css");

/* =Theme customization starts here*/
/* -------------------------------------------------------------- */

.site-header .site-branding {
    width: 50%;
}

/* -------------------------------------------------------------- */
@media screen and (min-width: 768px) {
    /* LOGO */
    .site-header .site-branding, .site-header .site-logo-anchor, .site-header .site-logo-link
 { width: 70% !important; /* Use px values if you want, eg. 350px */ }
 }
/*--------------------------------------------------------------------------------------------*/