/*
 Theme Name:   Storefront Child Theme Starter
 Theme URI:    http://github.com/joshbuchea/storefront-child-theme-starter/
 Version:      1.0.0
 Description:  This is a "getting started" child theme for Storefront.
 Author:       Josh Buchea
 Author URI:   http://joshbuchea.com
 Template:     storefront
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/


/* Add Custom CSS Below
-------------------------------------------------------------- */

/* hide search */

#searchform.srch input#s.srch, #searchform.srch input#searchsubmit.srchbtn {

display: none;

}

/*center cart */

form.srch {

width: 48px;

}