/* * * * 
 *	Theme Name:     BeadCo 
 *	Description:    Child theme for the StoreFront theme.
 * 	Author:         Semantica 
 *	Author URI:     http://www.semantica.co.za
 * 	Template:       storefront
 *	Version:        1.0.1
 * */

.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
    padding: 10px 0;
    border-bottom: 3px solid #000;
    margin: 5px 15px 0;
}

ul.retailer-logos {
	margin: 0;
	padding: 0;
}
ul.retailer-logos li {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 25%;
	height: 300px;
}
ul.retailer-logos li div {
	display: table;
	width: 100%;
	height: 100%;
}
ul.retailer-logos li div a {
	display: table-cell;
	vertical-align: middle;
}
ul.retailer-logos li div a img {
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
	display: block
}


.product_title {
	font-weight: 700;
    font-size: 3em;
}



.gallery-columns-4 .gallery-item:nth-of-type(4n+1) {
	clear: both;
}


#comments { display: none; }