/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */

 a:focus, button:focus, input:focus, textarea:focus {
 	outline: none;
 }

 strong{
 	font-weight: 900;
 }


 .site-header{
 	margin-bottom: 0;
 	padding: 0;
 }

 .site-header > div.col-full{
 	margin: 30px auto;
 }

 .home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header{
 	margin-bottom: 0;
 	border-bottom: none;
 }
 .woocommerce-active .site-header .site-branding{
 	margin-bottom: 0;
 }

 .storefront-primary-navigation{
 	background-color: #1F3668;
 }

 .site-header ul.menu > li > a{
 	padding: 15px 20px;
 	color: #fff;
 	border-bottom: 4px solid #1F3668;
 }

 .site-main .hentry {
    margin-bottom: 0;
}

.entry-header h1.entry-title{
	text-transform: uppercase;
	font-size: 1.6rem;
	letter-spacing: 2px;
	font-weight: bold;
}

.entry-content h2{
	font-size: 1.5rem;
	font-weight: bold;
	color: #fc4a02;
}

 .site-header ul.menu > li:hover > a,
 .site-header ul.menu > li.current-menu-item > a,
 .site-header ul.menu > li.current-menu-item:hover > a,
 .woocommerce ul.menu > li#menu-item-2423 > a {
 	background-color: #17284d;
 	color: #fff;
 	border-bottom: 4px solid #FC4A02;
 }

 .site-header ul.menu > li:hover > a{
 	border-bottom: 4px solid #fff;
 }

 .empty_title.title_container {
 	display: none;
 }

 .woocommerce-info, .woocommerce-noreviews, p.no-comments {
 	background-color: #aaa;
 }

 .woocommerce-page .empty_title.title_container {
 	display: block;
 }

 .site-content{
 	padding-top: 80px;
 }

 .storefront-breadcrumb{
 	margin-bottom: 0;
 	background-color: #918f99;
 	color: #ccc;
 	padding: 1rem 0;
 }

 .storefront-breadcrumb a{
 	color: white;
 	text-decoration: none;
 }

 .header-widget-region .widget{
 	padding: 0;
 }
 .widget-area .widget a{
 	font-size: 1.2rem;
 	font-weight: 300;
 	color: black;
 	text-decoration: none;
 }

 ul.product-categories li.current-cat a {
 	font-weight: 600;
 }

 ul.product-categories li ul li.current-cat:before{
 	color: #FC4A02;
 }

 body:not(.home) ul.products li.product img{
 	max-height: 150px;
 	width: auto;
 }

 .page:not(.woocommece) .storefront-breadcrumb{
 	display: none;
 }
 .wc-block-grid__product-onsale, .onsale{
 	background-color: #FC4A02;
 	color: white;
 	border: none;
 }



 .home.post-type-archive-product .content-area {
 	float: left;
 	margin-left: 0;
 	margin-right: 0;
 	width: 100%;
 }

 .woocommerce-message{
 	background-color: #17284d;
 }

 .page.contact h2{
 	text-transform: uppercase;
 	font-size: 1.5rem;
 	color: black;
 }
 
 #woocommerce-product-search-field-0{
 	box-shadow: none;
 }

 @media (min-width: 768px){
 	.site-header .site-branding img {
 		max-width: 345px;
 	}
 	.main-navigation ul.menu, .main-navigation ul.nav-menu{
 		margin-left: 0;
 	}
 }