/*
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.
 */
#gtm-ecommerce-woo-event-inspector{
	display: none;
}
#saleshero {
  padding-top: 40px;
}
.bigbox {
  padding: 40px 40px 300px;
  color: #fff;
      box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
}
.toprightbox, .btmrightbox {
  text-align: center;
  color: #fff;
  padding: 79px 0;
  margin-bottom: 20px;
      box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
}
.toprightbox h2, .btmrightbox h2 {
  font-weight: bold;
      text-transform: uppercase;
}
.catrowbox {
  text-align: center;
  padding: 75px 0;
  color: #fff;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
}
.catrowbox h3{
     font-weight: bold;
      text-transform: uppercase; 
}
.catrowbox:hover,
.toprightbox:hover,
.btmrightbox:hover,
.bigbox:hover{
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.1);
}
#aboutliberal {
  padding: 70px 0;
  text-align: center;
}
.libsub {
  text-transform: uppercase;
  color: #2181c0;
}

.bigbox h2 {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 5%;
}
#saleshero h2, #saleshero h3 {
  color: #fff;
}
.home .col-full {
  max-width: 100%;
}
#flashsale .products.columns-4 {
  width: 100%;
  display: flex;
}

.product {
  background: #fff;
  border: 1px solid #ccc;
  margin: 0 15px;
    margin-bottom: 0px;
    margin-left: 15px;
  padding: 20px;
}

#content a {
  text-decoration: none !important;
}
.sbbox {
  display: block;
  padding: 50px 0;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.boxslider li{
	margin: 0 10px;
}
.ctabtn {
  display: block;
  width: 50%;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
}
.fas.fa-chevron-right.slick-arrow {
  color: #fff;
  font-size: 24px;
  width: 36px;
  height: 36px;
  position: absolute;
  border: 2px solid #fff;
  padding-top: 5px;
  text-align: center;
  border-radius: 50px;
  top: -90px;
  right: 100px;
  cursor: pointer;
}
.fas.fa-chevron-left.slick-arrow {
  color: #fff;
  font-size: 24px;
  width: 36px;
  height: 36px;
  position: absolute;
  border: 2px solid #fff;
  padding-top: 5px;
  text-align: center;
  border-radius: 50px;
  top: -90px;
  right: 200px;
  cursor: pointer;
}
#flashsale{
	padding: 50px 0;
}
#flashsale h2, #liberaltears h2{
	padding-bottom: 40px;
}
#liberaltears {
  padding: 50px 0;
}
#shopbyuse {
  background: #000;
  color: #fff;
  padding: 100px 0;
}
#shopbyuse h2 {
  padding-bottom: 50px;
}