/*
Theme Name:   Quinn Child
Theme URI:    http://www.bluchic.com
Description:  Sample child theme for Quinn theme
Author:       BluChic Team
Author URI:   http://www.bluchic.com
Template:     Quinn
Version:			16.01
Text Domain:  ace
*/

@import url("../Quinn/style.css");

.gallery-caption {
	padding: 0 20px;
	border-left: 5px solid #F2EDEF;
	text-align: left;
	line-height: 1.7;
	margin-bottom: 20px;
}

/* For displaying single column on mobile */
@media only screen and (max-width: 480px) {
 .gallery-columns-3 .gallery-item {
     max-width: 100%;
 }
}

@media only screen and (max-width: 768px) {
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 46.2% !important;
	margin: 0 1.9% 2.992em 1.9%;
}	
}

.gallery-columns-3 .gallery-item:nth-child(3n+1) {
     clear: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 29.53%;
	margin: 0 1.9% 2.992em 1.9%;
}

.woocommerce #content .products .first {
	clear: none !important;
}

.woocommerce-result-count, .woocommerce-ordering, .ajax_add_to_cart, .woocommerce-breadcrumb, .reviews_tab, #tab-reviews, .related h2, .tabs, #tab-description h2 {
	display: none !important;
}

.woocommerce h1.page-title, h1.product_title {
	margin-bottom: 30px;
    padding-bottom: 20px !important;
    text-align: center;
	border-bottom: double #e8e8e8;
	color: #596575;
}

.woocommerce .product a h3 {
	text-align: center;
	color: #596575;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Lato', sans-serif !important;
text-transform: uppercase;
}