@import url('https://fonts.googleapis.com/css?family=Racing+Sans+One');
/*
Theme Name:   	Shop Isle Child
Theme URI:    	http://localhost/localpirstore/theme/shop-isle-child/
Author:       	Brian Mann
Author URI:		  http://localhost/localpirstore/
Description:  	Child theme for Shop Isle theme
Template: 		  shop-isle
Text Domain:  	mannMade
*/

/*
* Custom Styles
* *Special note, nothing here worked until I added PHP_INT_MAX into functions.php
  *DRP - Don't Repeat Yourself
*/

/* Fonts */
font-family: 'Racing Sans One', cursive;

/* Navbar font size */
.navbar-custom .nav li > a {
/*     font-size: 22px !important; */
    font-family: 'Racing Sans One', cursive;
}
.nav.navbar-nav.navbar-right { font-size: 22px !important; }

/* Header styles - tire - NOT USED */
.module-title {
  font-size: 60px;
  text-shadow: 3px 2px green;
/*  font-family: "bauhaus"; */
  font-family: 'Racing Sans One', cursive;
  /* border-radius: 10px/30px;
  background: url(images/tireTread.png); */
  }

/* Product font sizes - overrides woocomm css */
ul.products li.product h2,
ul.products li.product h3,
.wccm-td div {
  font-size: 20px;
}

/* Social media icons in main nav - font awesome */
.fa::before {
	float: left;
  margin-top: 7px;
}

/*
 * WooComm Sidebar and Widget styles
*/

/* Remove space on top of WooComm sidebar */
.sidebar {
  margin-top: 0px;
}

.sidebar-shop {
  padding-top: 15px;
  padding-bottom: 15px;
}

section.module-small.module-small-shop {
  padding: 35px 0;
}

.product_list_widget li {
  border-bottom: none;
}

.product_list_widget li img {
   max-width: 300px;
   width: 150px;
   border-radius: 3px;
}

.widget .widget-title {
  margin: 0 0 0px;
  border-bottom: 0px;
  font-family: "Bauhaus", sans-serif; /* default is Roboto Condensed*/
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* got rid of bullets by removing 00BB in content property */
  .sidebar-shop .widget.widget_products ul li:before,
  .sidebar-shop .widget.widget_recent_reviews ul li:before,
  .sidebar-shop .widget.widget_recently_viewed_products ul li:before,
  .sidebar-shop .widget.widget_top_rated_products ul li:before,
  .sidebar-shop .widget.widget_product_categories  ul li:before,
  .sidebar-shop .widget.widget_layered_nav .chosen:before {
  	/* float: left; */
  	position: absolute;
  	top: 9px;
  	left: 0;
  	padding-right: 5px;
  	color: #666;
  	content: "";
  }

/* ~~~~~~~~~~Style sidebar for tablet and below ~~~~~~~~~~~~~~~~~~~~~~~
   in wooComm functions.php made
   col-sm 12 wide to make sidebar full width */
@media only screen and (max-width: 992px) and (min-width: 100px)  {

  /* Header styles */
  .module-title {
    font-size: 38px;
    text-shadow: 3px 2px green;
    font-family: "bauhaus";
    }

  .sidebar {
    /* border: 1px solid #ccc; Looks cleaner without*/
    border-radius: 10px;
    border-bottom-left-radius: 40px;
  }

  .widget .widget-title {
  	margin: 0 0 0px;
  	border-bottom: 0px;
  	font-family: "Bauhaus", sans-serif; /*default is Roboto Condensed*/
  	font-size: 25px;
    text-align: center;
  	letter-spacing: 2px;
  	text-transform: uppercase;
  }

  .widget ul li {
    padding-bottom: 10px;
  }

  .widget.woocommerce li {
    display: block;
    padding-right: 12px;
  }

  ul.product_list_widget {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 40px;
    background-color: #f00;
    background-image: linear-gradient(to bottom, #5580AB 0%, #fff 100%);
  }

/* got rid of bullets by removing 00BB in content property */
  .sidebar-shop .widget.widget_products ul li:before,
  .sidebar-shop .widget.widget_recent_reviews ul li:before,
  .sidebar-shop .widget.widget_recently_viewed_products ul li:before,
  .sidebar-shop .widget.widget_top_rated_products ul li:before,
  .sidebar-shop .widget.widget_product_categories  ul li:before,
  .sidebar-shop .widget.widget_layered_nav .chosen:before {
  	/* float: left; */
  	position: absolute;
  	top: 9px;
  	left: 0;
  	padding-right: 5px;
  	color: #666;
  	content: "";
  }

/* BROWSE - category links within widget */

  .widget.woocommerce li {
    text-align: center;
    font-size: 20px;
    width: 65%;
    /* keep on sale text in area */

    /* Center the cat buttons */
    margin-left: auto;
    margin-right: auto;
  }

  li.cat-item {
    height: 50px;
    background-color: #ccc;
    background-image: linear-gradient(to top, #868787 0%, #fff 100%);
    border-radius: 10px;
    box-shadow: 3px 3px 4px #888888;
    overflow: hidden;
  }

  li.cat-item a {
    display: block;
    vertical-align: text-top;
  }

  .widget.woocommerce a:hover {
    color: #fff;
  }

  .widget.woocommerce a:hover .product-title {
    color: #88888;
  }

  .product_list_widget li img {
     max-width: 300px;
     width: 50%;
     border-radius: 3px;
  }

} /* Close @ media rules for tablet and below */
