/*
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.1481360712
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
Updated: 2016-12-10 09:05:12
*/
/*
 * Add your own custom css below this text.
 */
.site {
overflow-x: visible;
}
.storefront-product-pagination { display: none;}
.site-header {
    padding-top: 1em;
    padding-bottom: 0;
}


/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
body {

font:  'PT Sans', sans-serif;
}
ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2, ul.products li.product h3 {
min-height: 3em;
}
ul.products li.product img {
margin-bottom: .3em;}
.site-branding .site-title a, table caption {
font-weight: normal;
text-transform: uppercase;
color: #616A40;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments, .demo_store {
    background-color: #929F5F;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments {   
    background-color: #9C5E80;
}

@media (min-width: 768px) {
.storefront-primary-navigation {
color: #fff;
background: #929F5F;
}


#site-header-cart .cart-contents {
color: white;
visibility: hidden;
}
.site-header-cart .cart-contents {
    padding: .1em 0;
}
.site-header .site-branding {
    margin-bottom: 1em;
	width: 300px;
}
.site-search {
   visibility: hidden;
   display: none;
}

.main-navigation ul li a:hover, .main-navigation ul li:hover > a, .site-title a:hover, a.cart-contents:hover, .site-header-cart .widget_shopping_cart a:hover, .site-header-cart:hover > li > a, .site-header ul.menu li.current-menu-item > a, .site-header ul.menu li > a {
    color: #777;
font-weight: normal;
text-transform: uppercase;
font-size: 1.1em;	
}
.woocommerce-breadcrumb {

     margin-bottom: 1em; 
}
}

h1.page-title {display: none;}

.button-wide-fixed-width {
min-width: 250px;
}
.product_title {
font-size: 2em;
}

.wccpf_label label {
font-weight: normal;
font-size: .8em;
}
.wccpf_fields_table td, .wccpf_fields_table tr {
padding: 0px;
margin: 0px;
}
.wccpf_fields_table {
margin-top: 0;
}
.wccpf-fields-group-1,.wcff-label-info {
margin-top: 1em;

}
#paypal_ec_button {
    float: left;
    width: 150px;
    background: white;
    padding: 10px;
}
.woocommerce-info {
margin-bottom: 0;
}
p.checkoutStatus {
margin-bottom : 0;
}
#paypal_box_button {
}
ul.products li.product .price {
margin-bottom: .2em;
}
table.buynow h3,table.buynow h4 {
margin: 0;}

.woocommerce-breadcrumb .breadcrumb-separator {
     padding: 0 .2em; 
}

/* hide external product buy now links */
.product-type-external
a.single_add_to_cart_button  {
display: none;
}
#checkout_paypal_message {
display: none;
}
.storefront-primary-navigation {
padding-left: 2%;
}

.entry-content hr {
    clear: both;
}

.entry-content h5 {
	clear: none;
	font-size: 2em;
	
}

hr {
	clear: both;
	margin: 20px;
}

img {
	margin: 0.5em;
}


.site-branding .site-title a, .site-description {
	font-variant: small-caps;
	font-weight: normal;
}