/*
Theme Name: Happy Kids Child Theme
Theme URI: http://themeforest.net/item/happy-kids-children-wordpress-theme/4452871
Description: Child theme for the Happy Kids - Children WordPress Theme
Author: Creative Web Solutions
Author URI: www.cwsthemes.com
Template: happykids
Version: 3.3.0
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/* hide single item's featured image */
.single .content-wrapper {
 display: none;
}

/* hide category item's featured image */
.category .content-wrapper {
 display: none;
}

.footer ul li:before {
    content: "";
    padding: 0;
    margin: 0;
    left: 0;
    display: initial;
}

.et_social_sidebar_networks ul li:before {
    content: none;
}

.et_social_networks ul li:before,
.et_social_sidebar_networks ul li:before {
    content: none;
}

/* Tables inside content */

.rTable    { 
display: table; 
width: 100%;
}

.rTableRow { 
display: table-row; 
}

.rTableHeading   { 
display: table-header-group; 
background-color: #fff;
font-weight: bold;
text-align: center;
}

.rTableBody    { 
display: table-row-group; 
text-align: center;
}

.rTableFoot    { 
display: table-footer-group; 
}

.rTableCell, .rTableHead  { 
display: table-cell; 
padding: 3px 10px;
text-align: center;
}

.crp_related li:before { content: none; }