/*
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.
 */
/*center Title*/

img {
     filter: brightness(110%);
}
 a:focus, 
 button:focus, 
 .button.alt:focus, 
 input:focus, 
 textarea:focus, 
 input[type="button"]:focus, 
 input[type="reset"]:focus, 
 input[type="submit"]:focus, 
 input[type="email"]:focus, 
 input[type="tel"]:focus, 
 input[type="url"]:focus, 
 input[type="password"]:focus, 
 input[type="search"]:focus{
         outline-color: transparent !important;
 }

.storefront-primary-navigation{
    background-color: white;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
}
.site-header .site-branding img{
    max-width: 150px;
}
.site-branding{
    padding: 15px 0px;
}
header#masthead {
    padding-top: 0px;
    margin-bottom: 0px;
    border: none;
    padding-bottom: 0px;
}
.site-branding, 
.site-search {
    margin: 0px;
}
 
.storefront-full-width-content .content-area{
    padding-top: 30px;
}
 
 
.site-footer{
    padding: 0px;
}
.site-info {
    padding: 10px;
}
 
.footer-widgets{
    padding: 0px 20px;
}
 
.site-info p{
    margin: 0px;
}
 
.site-main ul.products li.product a{
    position: relative;
    display: block;
}
.site-main ul.products li.product a i{
    padding-right: 5px;
}
.site-main ul.products li.product a span.onsale{
    position: absolute;
    top: 5px;
    left: 5px;
}
.site-footer .widget .widget-title {
    margin-bottom: 0px;
}
.site-main ul.products li.product{
    background: white;
    padding: 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15); 
}

.site-main ul.products li.product h2{
    margin-top: 10px;
    height: 40px;
    overflow: hidden;
}
.lmp_products_loading {
    background: white;
    padding: 10px 0px;
}
.storefront-handheld-footer-bar ul li > a{
    height: 50px;
}

.site-header-cart .widget_shopping_cart, .site-header .product_list_widget li .quantity {
    color: #000000;
}
.site-header-cart .widget_shopping_cart ,
.site-header-cart .widget_shopping_cart .buttons, .site-header-cart .widget_shopping_cart .total {
    background-color: #ffffff;
}
a.button.wc-forward:not(.checkout) {
    display: none;
}
ul.products::before, ul.products::after{
    display: none;
}
ul.products, .wc-block-grid__products { 
    display: grid;
    grid-template-columns: repeat(4,1fr);
}
.site-main ul.products li.product{
    width: auto !important;
    margin-bottom: 20px;
}
.main-navigation ul.menu ul.sub-menu, 
.main-navigation ul.nav-menu ul.children{
    background-color: white; 
}
@media (min-width: 320px) and (max-width: 700px) {
  /*centertitle for phone*/.site-branding img.custom-logo {
margin: 0 auto;
	
}
.site-branding {
	text-align: center;
width: 100% !important;
}
	/*centertitle for phone end*/
    ul.products, .wc-block-grid__products { 
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    nav#site-navigation {
        padding-top: 15px;
    }
    .site-content .col-full {
        margin: 5px;
    }
     
    .storefront-full-width-content .content-area {
        padding-top: 0px;
    }
    .storefront-sorting{
        margin-bottom: 10px;
    }
    .storefront-handheld-footer-bar a {
        color: #6EC1E4 !important;
    }
  
}
.woocommerce-order-received .entry-content{
    background: whitesmoke;
    text-align: center;
    padding: 50px;
    color: green;
    font-size: 20px;
}
.woocommerce-order-received .entry-header{
    display: none;    
}
header#masthead .col-full {
    display: flex;
    justify-content: center;
    align-items: center;
}
.wpsisac-clearfix {
    margin-top: 10px; 
}
.site-main ul.products li.product{
    margin:0px !important;
}
.storefront-primary-navigation{
   background-image: linear-gradient(to right, #441083 , #df7ec1);
}
.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a ,.site-header-cart .cart-contents{
color:white;
    
}
/* #4459d8

-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.15); */
