/*
Theme Name:     AZR/Jejulicious
Theme URI:      http://paullombardi.com/store/
Description:    storefront child theme
Author:         Paul Lombardi
Author URI:     http://paullombardi.com
Version:        3.0
Template:       storefront
*/

.woocommerce-breadcrumb {
display: none;
}

/*hides shop title page*/
.woocommerce-products-header__title {
display: none;
}

.storefront-sorting {
display: none;
}

#woocommerce-product-search-field-0 {
background-color: white;
box-shadow: 0;
}

/*removes posted in category below SKU*/
.posted_in {
display: none !important;
}

body, button, input, select, textarea {
font-family: Courier,Source Sans Pro,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Lucida Grande,sans-serif;
}

/*removes page titles*/
.entry-header {
display: none;
}

/*removes extra space below logo for better design*/
.site-branding {
margin-bottom: 0 !important;
}

/*my account form styles*/
input[type=text] {
background-color: #fff;
}

/*contact form 7 styles*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
background-color: #fff;
color: #000;
width: 50%;
}

/*removes storefront pagination*/
.storefront-product-pagination {
display: none;
}

