/*
Theme Name:   	Sarge's 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.
 */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Stardos+Stencil:wght@700&family=Oswald:wght@500&display=swap');

body { font-family: 'Roboto',sans-serif; }

h1,h2,h3,h4,h5,h6, .widget-title {font-family: 'Oswald',sans-serif; }

.widget .widget-title, .widget .widgettitle {
padding: 0 0 .3em;
margin-bottom: .3em;
}

#secondary-sidebar { 
	background-color: #344a33; 
	border-bottom: 1px solid #31291f; 
	text-align: right;
	padding: .5em;
	}
#secondary-sidebar .widget { margin-bottom: 0 !important; }
#secondary-sidebar .widget_nav_menu ul li::before { content: ""; }
#secondary-sidebar .widget_nav_menu li { display: inline; text-transform:uppercase; }
#secondary-sidebar .widget_nav_menu ul.menu li.current-menu-item > a {  
padding-top: 1em !important;
padding-bottom: 1em; }

.site-title {
	font-family: "Stardos Stencil", Times, Serif;
	text-transform:uppercase; 
	letter-spacing: 3px;
	font-size: 3em !important;
	text-shadow: 3px 3px 4px rgba(49,41,31,0.75);
	}

.site-branding .site-description { font-size: 1em; text-transform:uppercase; }
	
.storefront-primary-navigation { 
	background-image: linear-gradient(#a99a69, #82704b); 
	color: #31291f; 
	}

.secondary-navigation ul.menu a { color: #FFFFFF; }

.main-navigation ul li a, .site-header-cart.menu > li > a { color: #31291f;}
.main-navigation ul.sub-menu > li > a {color: #a99a69; }
.main-navigation ul.sub-menu > li > a:hover { color: #82704b; }

.site-branding .site-title {padding-top: 25px;}

.site-branding .site-description  {padding-bottom: 25px;}

.woocommerce-info, .woocommerce-noreviews, .woocommerce-message, p.no-comments { background-color: #758949; }
.woocommerce-error { background-color: #CC0000; }

@media (min-width: 768px) {

	.main-navigation ul.menu > li > a, 
	.main-navigation ul.nav-menu > li > a,
	.site-header-cart.menu > li > a {  padding: 1em 1em; }
	ul.menu li.current-menu-item > a { color: #dbd6c2; }
}

/* Phones & Tablets */
@media screen and (max-width: 480px) {

.site-branding .site-title { padding-top: 5px; }
.site-title { font-size: 2em !important; }
#secondary-sidebar { 
	text-align: center;
	font-size: 12px; }

#secondary-sidebar .widget_nav_menu li {
padding-left: .875em;
}

.storefront-primary-navigation { background: transparent; }
.storefront-primary-navigation .toggled { background-color: #31291f;}
.main-navigation ul li a { color: #a99a69; padding: .5em;}

}


/* --- */

/*
.secondary-navigation ul.menu a { color: #FFFFFF; }

.home.page:not(.page-template-template-homepage) .site-header, 
.home.post-type-archive-product .site-header { margin-bottom: 0; }

@media only screen and ( max-width: 440px ) {    

	div#n2-ss-3, div#n2-ss-3-placeholder { display: none; }
	
	}


.wp-block-nextend-smartslider3 { margin-bottom: 30px; }

div.mc_form_inside input[type="text"] { padding: 0; }

div.mc_merge_var { padding: 5px 0; }
*/
