/*
 Theme Name:   Storefront Child
 Description:  Demo child theme of Strorefront WooCommerce theme
 Author:       Isaac English
 Template:     storefront
 Version:      1.0.0
*/
.site-header .site-branding {
    width: auto;
}


/* SECOND MENU RELOCATION AND TOGGLE */
.mobile-relocation {display: none;}

/* BREAKING POINT ADJUSTMENTS */
@media (max-width: 600px){
	.mobile-relocation {display: revert;}
	.original-location {display: none;}
	header {margin-bottom: .25em !important;}
	#content {
		padding-left: 2em;
		padding-right: 2em;
	}
	.site-header {padding-bottom: 1em;}
	div.mobile-relocation div.mega-menu-wrap {
		padding-left: 8.5% !important;
		padding-right: 8.5% !important;
	}
	
}

 