/*
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.
 */
.site-header .site-branding {
  width: auto;
  margin-right: 0; }
  .site-header .site-branding a {
    color: #fff; }

@media (max-width: 576px) {
  .site-header .site-branding {
      width: 60%;
  }
}

.site-header .site-description {
  margin-top: -24px;
  padding-left: 60px; }

.site-header .main-navigation {
  width: 100% !important; }

.storefront-primary-navigation {
  background: #19466e; }
  .storefront-primary-navigation ul li a {
    color: #fff; }
    .storefront-primary-navigation ul li a:hover {
      color: #dd0; }
  .storefront-primary-navigation ul li.current_page_item > a, .storefront-primary-navigation ul li.current-menu-item > a {
    color: #fff !important;
    background: #98c00b; }

@media screen and (max-width: 782px) {
  .storefront-primary-navigation {
    background: #98c00b !important; } }

.secondary-navigation {
  margin-right: 0 !important;
  float: right !important; }
  .secondary-navigation ul.menu li a {
    padding: 0px 3px;
    padding-right: 6px;
    padding-left: 0;
    margin-left: 3px;
    border-right: #7baa1f solid 1px;
    color: #fff; }
    .secondary-navigation ul.menu li a:hover {
      color: #19466e; }
  .secondary-navigation ul.menu li:last-child a {
    border-right: #7baa1f solid 0px;
    padding-right: 0px; }

.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
  padding: 12px 8px; }

.woocommerce-breadcrumb {
  margin-bottom: 0; }

.widget {
  margin-bottom: 12px; }
  .widget .widget-title, .widget .widgettitle {
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
    color: #fff;
    background: #19466e;
    padding: 3px 8px; }
  .widget > ul, .widget .textwidget, .widget .tnp-widget {
    padding: 8px;
    background: #f9f8ee; }

.my_account_orders .button:after, .woocommerce-MyAccount-downloads .button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "";
  margin-left: 0; }



.ucols {
  display: block;
  margin-bottom: 2rem;
  float: left;
}

.ucols .ucol-1 {
  float: left;
  width: 48%;
  margin-right: 2%;
}

.ucols .ucol-2 {
  float: right;
  width: 48%;
}

@media (max-width: 576px) {
  .ucols .ucol-1 {
    float: left;
    width: 100%;
    margin-bottom: 1rem;
  }

  .ucols .ucol-2 {
    float: left;
    width: 100%;
  }
}




.list-grid-con {
  text-align: center;
  margin-top: 2rem;
}

.list-grid {
  margin: 0;
  padding: 0;
  text-align: center;
}

.list-grid li {
  display: block;
  padding: 0;
  background: #19466e;
  margin: 0;
  margin-left: 1% !important;
  margin-right: 1% !important;
  margin-bottom: 2% !important;
}
.columns-3.list-grid li {
 xmargin-right: 0 !important;
}

.list-grid li a {
  display: block;
  background: #19466e;
  padding: 2rem 1rem;

  font-weight: bold;
  color: #fff;
  font-size: 1.5rem;

}
.list-grid li a:hover {
  background: #98C00B;  
}
