/*
Theme Name: Emmet Lite Child
Theme URI: https://patch79-84.co.ke/wp-content/themes/emmet-lite-child
Author: Ed Moseka
Author URI: https://patch79-84.co.ke
Description: My WordPress Emmet Lite child theme.
Template: emmet-lite
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: emmet-lite-child
*/

.footer-inner {
    padding: 26px 0 0 0;
    background: #303044;
    font-size: 16px;
}

/*Following should be inserted in build-in CSS editor under customize
 * to align left the Memphis Docs tables. 
 * 
 * table thead th, table tbody td,table tbody th,table tfoot td,table tfoot th{text-align:left;padding:14px;border:1px solid #d9dbde} * 
 * 
*/

/*This is to make private group visible in my-profile/group
 * 
*/

li.item-entry.odd.hidden.is-admin.is-member.group-has-avatar {
display: block !important;
visibility: visible !important;
}