/* 
Theme Name: Storefront Child 
Version: 1.0 
Description: Child theme for BuyFrom.Biz 
Author: Locke Crawford
Author URI: Lokk@LokkDesign.com
Template: storefront */

body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
}

.storefront-breadcrumb {
	margin: 20px 0px 10px 0px;
	padding: 0px;
}
.front-end-reports-wrapper h1{
	display: none;
}
.storefront-full-width-content .woocommerce-products-header {
	padding: 0px;
}
ul.products li.product .button, .hentry .entry-content .wp-block-button .wp-block-button__link {
	width: 100%!important;
}
.site-info {
	display: none;
}
.home.post-type-archive-product .site-header {
	margin-bottom: 0px;
}
.col-full h6{
	text-align: center!important;
}
.site-branding img {
	margin: 0 auto;
}	

h1.woocommerce-products-header__title.page-title {
	margin: 20px 0px 10px 0px;	
}
.site-footer h6 {
	text-align: center;
	margin: 40px 0px 40px 0px;
}

.type-product {
	margin-top: 20px;
}
.storefront-sorting {
	margin-bottom: 0px!important;
}
.footer-widgets {
	margin-bottom: 30px;
	border-bottom: none;
}
.footer-widgets .block .widget {
	margin: 0px;
}	
.widget .widget-title {
	padding: 0px!important;
}
.site-header {
	background-repeat-y: no-repeat; 
	background-position: center top;
	
}
@media screen and (max-width: 767px) {
	.site-header {
		background-size: auto 205px;
	}
	.main-navigation .menu {
		text-align: center;
		
	}
	.main-navigation .menu ul , .handheld-navigation ul {
		padding-top: 30px;
	}
	.main-navigation .menu ul li ul.sub-menu, .handheld-navigation ul li ul.sub-menu {
		padding-top: 0px;
		margin: 0px;
	}
	.main-navigation .menu ul li a, .handheld-navigation ul li a{
		font-size: 1.5em;
		padding: 10px 0px;
	}	
	.main-navigation .menu ul li ul li a, .handheld-navigation ul li ul li a{
		padding: 0px 0px 10px 0px!important;
		font-size: 1.25em!important;
	}
}
.handheld-navigation .dropdown-toggle {
	top: 5px;
}
.widget_nav_menu {
	text-align: center;
}
.widget_nav_menu ul li {
	padding-left: 0px;
}

.widget_nav_menu ul li:before {
	content: none;	
}	


h1, h2, h3, h4, h5, h6, .primary-navigation, .main-navigation .menu, .handheld-navigation, .widget_nav_menu, .secondary-navigation, .wp-block-woocommerce-product-categories, .wc-block-grid__product-title, a.wc-block-grid__product-link {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .5px;
}
p, body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}


.storefront-full-width-content.woocommerce-cart .entry-header {
	padding: 0px 0px 30px 0px;
}
.site-content>.col-full>.woocommerce>.woocommerce-message:first-child {
	margin-top: 20px;
}

.page-template-template-home h1.entry-title, .page-template-template-home .storefront-breadcrumb  {
	display: none;
}
.page-template-template-home .site-header, .page-template-template-categories .site-header {
	margin-bottom: 0px!important;
}
.footer-widgets a {
	text-decoration: none;
}
.footer-widgets a:hover {
	text-decoration: underline;
}
a.buyfromtag {
	text-decoration: none;
}
a:hover.buyfromtag {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.25em;
}
a:hover {
	cursor: pointer;
}

.fourohfour-columns-2 .col-2{padding:1.618em;background-color:rgba(0,0,0,.025); margin: 0px 0px 30px 0px;}

.shop-all {
	width: 100%;
	text-align: center;
}

.col-2-categories-home-wrapper {
	display: flex;
	flex-direction: column;
}
.col-1-categories-home {
	width: 100%;
}
.site-main, .footer-widgets, .site-header .col-full, .wp-block-cover.alignfull, .page-template-template-categories-php .wp-block-columns .wp-block-columns, .kwsns-home-page-text, .storefront-breadcrumb  {
	padding: 0 20px;
}

@media screen and (min-width: 768px) {
	.col-2-categories-home-wrapper {
		flex-direction: row;
	}
	.col-1-categories-home {
		width: 35%;
		min-width: 35%;
	}
	.site-main, .footer-widgets, .site-header .col-full, .kwsns-home-page-text, .storefront-breadcrumb {
		max-width: 66.4989378333em;
	    margin-left: auto;
	    margin-right: auto;
	    padding: 0 2.617em;
	    box-sizing: content-box;
	}
	.wp-block-cover.alignfull {
		padding: 0 15em;
	}	
}	

.col-full {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    box-sizing: content-box;
}
.wp-block-columns p+h2 {
	margin-top: 0px;
}

.single .content-area {
	margin-bottom: 0px;
}
.single .fourohfour-columns-2 .col-1 > h2 {
    display: none;
}
.single-product .wc-block-components-notice-banner.is-success {
	width: 94%;
	max-width: 1060px;
	margin: 0px auto 16px auto;
}