/* 
Theme Name: Storefront Child 
Version: 1.0 
Description: Child theme for Storefront. 
Author: Ted Burmas
Author URI: https://www.sonicnuance.com/tedsstory
Template: storefront 
Text Domain: storefront-child
*/  

/* --------------- Theme customization starts here ----------------- */
/* Header changes */

/* look of header */
.site-header {
    margin-bottom: 0px;
    border-bottom-color: black;
    padding-bottom: 0px;
}

/* remove empty space below logo */
.woocommerce-active .site-header .site-branding {
    margin-bottom: 0;
}

.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header
{
    margin-bottom: 10px;
}

/* Footer changes */
/* social icons and border */
.footer-widgets {
    padding-top: 0;
    border-bottom: 1px solid black; 
}
/* center and separate copyright and privacy policy */
.site-info {
    padding: 20px 20px 40px;
	text-align: center;	
}
/* top and bottom of footer */
.site-footer {
    padding: 1.618em 0 1.6183em;
	color: black;
}
.widget {
    margin: 0 0 13px;
}

