/*
Theme Name:   KBW
Version:      1.0.0
Description:  A Storefront child theme 
Author:       K. Bradley Washburn
Author URI:   https://www.kbradleywashburn.com
Template:     storefront
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway');

.site-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}

.site-description {
	font-family: 'Raleway', sans-serif;	
	font-weight: 200;
}

.site-header {
	border-bottom: #0099ff 3px solid;
}

/*
.site-footer {
	color: #fff;
	background-color: #0099ff;
}

.site-footer a:not(.button):not(.components-button) {
	color: #fff;
}
*/

.storefront-popular-products, .storefront-best-selling-products {
	 display:none;
}

.single-product div.product .product_meta .tagged_as, .single-product div.product .product_meta .posted_in {
	display: none;
}

.woocommerce-variation-price .price {
	font-size: 1.5em;
	font-weight: bold;
}

