/*
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
*/


/*
 * DOCUMENTATION
 * . MENU MOREMARS & DISTRIBUTION
 * . MENU GENRES
 * . THUMBNAIL PRODUCTS 
 * . PRODUCT PAGE
 *  + product order number button
 */




/*
 * MENU MOREMARS & DISTRIBUTION 
 */


/* hide envelope image */
.widget_nav_menu ul li::before {
  visibility: hidden;
}

/* menu padding */
.widget_recent_entries ul li, .widget_pages ul li, .widget_categories ul li, .widget_archive ul li, .widget_recent_comments ul li, .widget_nav_menu ul li, .widget_links ul li, .widget_product_categories ul li, .widget_layered_nav ul li, .widget_layered_nav_filters ul li {
    padding-left: 0.4em;
}

/* font rules */
.widget-area .widget a:not(.button):not(.components-button) {
    font-weight: normal;
    text-decoration: none;
	font-size: 14pt;
}


/*
* WIDGETS
*/

/* widget title under-line */
.widget .widget-title, .widgettitle {
    border-bottom: 1px solid rgba(91, 82, 66, 0.6)!important;
}
/*
 * GENRES 
 */

.site-header{
    border-bottom: 1px solid rgba(91, 82, 66, 0.6)!important;
}
/* title padding & margin */
.widget .widget-title, .widget .widgettitle {
	margin-bottom: 0pt;
	padding: 0 0 0.4em;
}

/* tagcloud seira */

.tagcloud a {
	/*visibility: hidden;*/
    display: block;
    
}

.widget_tag_cloud .tagcloud a {
    font-size: 16px !important;
}

/* FONT */

body, button, input, textarea {
    /*font-family: 'Baloo Da 2', cursive;*/
    font-family: 'Poppins', sans-serif;
}

/*
 * THUMBNAIL PRODUCTS 
 */

/* Thumbnail fonts */

.artist {
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    padding-top: 10px;
    letter-spacing: 0.5px;
    margin-bottom: 0.24em;
}
.title {
    font-size: 12px;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0.8px;
    margin-bottom: 2em;
    font-family: Avant Garde,Avantgarde,Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}
.record_label {
    font-size: 10px!important;
    text-align: left;
    text-decoration-color: none;
    
}
.availability {
    font-size: 12px!important;
    text-align: left;
    text-decoration-color: none;
    color: red!important;
    
}
.excerp {
    font-size: 12px;
    text-align: left;
    letter-spacing: 0.3px;
}
a .excerp {
    color: #333333;
}
.onsale {
  display: none;
}

.woocommerce-loop-product__title {
	text-align: left;
}

.price {
	text-align: left;
}

/* Thumbnail master */

.entry-summary {
    display: block;
}

/* button add to cart */
button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.added_to_cart {
    
  	border: 0px;
  	/*border-radius: 0.7;*/
  	background: none;
  	background-color: transparent;
    outline: 0.1px solid #000000;;
  	/*border-color: #000000;*/
  	color: #000000;
  	cursor: pointer;
 	/* Improves usability and consistency of cursor style between image-type 'input' and others */
  	padding: 0.1em 0.2em;
  	text-decoration: none;
    font-size: 10px;
  	/*font-weight: 50;*/
  	text-shadow: none;
  	display: inline-block;
  	-webkit-appearance: none;
    font-weight: 50;
 }
ul.products li.product, ul.products .wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products .wc-block-grid__product {
    text-align: left;
}


/*
* PRODUCT PAGE
*/

/* product order number button*/
input[type='text'], input[type='number'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='search'], textarea, .input-text {
padding: 0.01em;
background-color: #ffffff;
color: #43454b;
border: 0;
-webkit-appearance: none;
box-sizing: border-box;
font-weight: normal;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
}

.summary entry-summary {
    display: block;
}

