/*
Theme Name:     Black & Gold
Theme URI:      
Description:    Storefront child theme.
Author:         Me
Author URI:     
Template:       storefront
Version:        0.1.0
*/

/* Font size... Many things don't inherit from body */
body, ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2, ul.products li.product h3, ul.products li.product.product-category .woocommerce-loop-category__title, ul.products li.product.product-category h2, ul.products li.product.product-category h3 {
	font-size: 120%;
}

/* A light colour from the logo diamond, for background of inputs */
.input-text, input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], textarea {
	background-color: #DFDFE1;
}

/* Products displayed on home page sometimes have long titles that wrap and make the display uneven. This makes them all the same height, allowing for two lines  */
.woocommerce-loop-product__title {
	height: 2.2em;
	line-height: 1.1em;
	overflow: hidden;
}

/* There's a function in functions.php that removes the sidebar, but without the following you get a phantom one. */
.single-product #primary {
	width: 100%;
}

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