/**
 * Theme Name:   Storefront Child
 * Theme URI:    https://woocommerce.com/storefront/
 * Author:       Jan Boddez
 * Author URI:   https://janboddez.be/
 * Description:  Child theme for Storefront.
 * Version:      0.1.1
 * License:      GNU General Public License v3 or later
 * License URI:  https://www.gnu.org/licenses/gpl-3.0.html
 * Text Domain:  storefront-child
 * Template:     storefront
 * 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
 */

.home.page:not(.page-template-template-homepage) .site-header {
	margin-bottom: 0 /*!important*/;
}

@media (min-width: 768px) {
	.site-header {
		padding-top: 2em;
	}

	.site-branding,
	.site-search,
	.site-header-cart,
	.site-logo-anchor,
	.site-logo-link,
	.custom-logo-link {
		margin-bottom: 0.5em;
	}

	.woocommerce-active .site-header .main-navigation {
		width: auto;
		float: none;
		margin-right: 0;
	}

	.woocommerce-active .site-header .primary-navigation > ul {
		display: flex;
		justify-content: space-between;
	}

	#topbar {
		background: #333;
		padding: 0.5em 0;
	}

	#topbar .site-search {
		width: 21.7391304348%;
		float: right;
		margin-right: 0;
		margin-bottom: 0;
	}

	#topbar .site-search .widget {
		margin-bottom: 0;
	}
/*
	.site-footer {
		padding-bottom: 1.618em;
	}
*/
	.storefront-breadcrumb {
		padding: 1.5em 0;
		margin: 0 0 0.5em;
	}

	.storefront-full-width-content.woocommerce-cart .entry-header,
	.storefront-full-width-content.woocommerce-checkout .entry-header,
	.storefront-full-width-content.woocommerce-account .entry-header,
	.storefront-full-width-content .woocommerce-products-header {
		padding: 0 0 2em;
	}
}
