/*
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
*/

  .site-header {
    padding-top: 1.0em;
    padding-bottom: 0; }
    .site-header .site-branding {
      display: block;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      clear: both; }
      .site-header .site-branding img {
        height: auto;
        max-width: 175px;
        max-height: none; }
		
.big-icon{
color: #0057b0;
font-size: 6em;
text-align: -webkit-center;
text-align: center;
}
.storefront-primary-navigation {
	background-color: #002f5e;
}
.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
     margin-bottom:0em;
}
  .storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
    width: auto;
    float: right;
    margin-right: 0%; }

  .secondary-navigation {
    margin: 25px 10px 0px 10px;;
    width: auto;
    clear: none;
    line-height: 1; }

.site-search {
  font-size: 14px;
  clear: both;
  display: block;
  margin: 28px 8px 0px 5px;}
  .site-search .widget_product_search input[type=text],
  .site-search .widget_product_search input[type=search] {
    padding: 0.5em 0.5em;
    line-height: 1.5; }
  .site-search .widget_product_search form::before {
    top: 0.8em;
    left: 1.0em; }

 .storefront-breadcrumb {
    padding: 1.41575em 0;
    margin: 0 0 1em; }

.widget-area{
	background-color: rgb(246, 246, 246);
	padding: 20px;
	margin: 0px;
	margin: 0px;margin-top: -83px;}
}
.button {
  background-color: #e7e7e7;
  border: none;
  border-radius: 4px;
  color: white;
  padding: 15px 32px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
	transition-duration: 0.4s;
	width: 100%;
}
.button {
  background-color: #003366;
  color: white;
}
 .footer-widgets {
    padding-top: 1.1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  
.widget .widget-title,
  .widget .widgettitle {
    font-size: 1.41575em;
    letter-spacing: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0 0 0em;
    margin-bottom: 0.2em;
    font-weight: 600; }
  .widget_recent_entries ul li,
  .widget_pages ul li,
  .widget_categories ul li,
  .widget_archive ul li,
  .widget_recent_comments ul li,
  .widget_nav_menu ul li,
  .widget_links ul li,
  .widget_product_categories ul li,
  .widget_layered_nav ul li,
  .widget_layered_nav_filters ul li {
    list-style: none;
    margin-bottom: 0.2em;
    line-height: 1.5; }

.site-info {
  padding: 0.5em 0;font-size: 12px; }