/*
Theme Name:   Roots (Storefront-Child)
Theme URI:    http://pianoartistrystudio.com/roots/
Description:  Roots -- Storefront Child Theme
Author:       Joel Abshier
Author URI:   http://joelabshier.com
Template:     storefront
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  storefrontchild
*/

.site-header {
	margin-bottom: 4em;
}


@media (max-width: 768px) {
	.site-header {
		margin-bottom: 1em;
	}
}

.right-sidebar .widget-area {
    display: none;
}

.right-sidebar .content-area {
    width: 100%;
}

.site-search {
    display: none;
}

@media (min-width: 768px) {
    .site-header-cart .cart-contents {
        padding-top: 8px;
    }
}