/*
Theme Name: One Child theme
Theme URI: http://thehappybit.com
Template: one
Author: The Happy Bit
Author URI: http://thehappybit.com
Description: Creative Responsive Multi purpose theme
Version: 1.8
License URI: http://themeforest.net/licenses/regular_extended
Tags: black, white, light, one-column, fluid-layout, custom-menu, featured-images, post-formats, translation-ready
*/

#header { margin-bottom: 16px; }

.layerslider_widget > header > h1.widgettitle 
 {                                             
   border-bottom: none;                  
   border-top-style: solid;                    
   border-top-color: #E5E5E5;                  
   border-top-width: 1px;                      
   padding: 0px;                               
   margin-top: 0px;                            
   margin-bottom: 5px;                         
 }                                             

section.related div.thb-product-description h2.woocommerce-loop-product__title {font-size: 18px;}

li.product-category a h3 { text-align: center; }

#main-content > div > div.woocommerce.columns-3 > ul > li { width: 31%; }

li.product-category.product { margin-top:5px; width: 31%; }

.layerslider_widget { margin-bottom: 30px; }

h1.widgettitle { text-align: center; margin-top: 10px; }

/* this is for the product page description that appears under "Description"->"Product Description" */

#tab-description > p
{
    margin-top: 12pt;
    margin-bottom: 12pt;
}

div.rsOverflow
{
    margin-bottom: 12pt;
}

.body-description
{
    margin-top: 10px;	
    margin-bottom: 10px;	
}

.ul-description li
{
    font-size: 14px;
}

/* chb: fix blurring that occurs as result of upsizing with 'width: 100%' in layout.css */     
div.item-thumb > a:nth-child(2) > img { width: auto; float: left; }                            

