/*!
Theme Name:   Storefront Child
Template:     storefront
Theme URI:    https://extremepickle.com
Author:       Extreme Pickle LLC.
Author URI:   https://extremepickle.com
Description:  This is a child theme for the Storefront theme. It has been built for Extreme Pickle LLC. and extremepickle.com
Version:      1.0.0
Tested up to: 6.8.1
Requires PHP: 8.0.0
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  storefront-child
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Storefront is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.

Storefront Child is based on Storefront https://woocommerce.com/products/storefront/

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer https://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

All sizing (typography, layout, padding/margins, etc) are inspired by a modular scale that uses 1em as a base size with a 1.618 ratio.
You can read more about the calculator we use in our Sass here: https://github.com/modularscale/modularscale-sass

FontAwesome License: SIL Open Font License - http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
Images License: GNU General Public License v2 or later
*/

/*!
 * normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
 */

 .home .site-main {
    padding-top: 0 !important;
 }

 .home .site-main > div:first-child {
    padding-top: 0 !important;
 }

 .site-header .site-branding {
    margin-bottom: 0 !important;
 }

.site-footer .widget {
    margin-bottom: 0;
}

.site-footer .widget:last-child {
    margin-bottom: 0;
}  

@media (min-width: 768px) {
    .site-header {
        padding-top: 0.6rem;
    }
}