/*
Theme Name:     Kleo Child
Theme URI: 		https://themeforest.net/item/kleo-pro-community-focused-multipurpose-buddypress-theme/6776630?ref=SeventhQueen
Description:    Child theme for Kleo
Author:         SeventhQueen
Author URI:     https://seventhqueen.com
Template:       kleo
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
*/

/*
* Please add your custom styles below
*/


/*.field-visibility-settings-toggle {
display:none;
}
.field-visibility-settings-notoggle {
display:none;
}*/

/* To hide pmpro membership level
*/
span.label.radius.pmpro_label {
    display: none;
}

/* To hide activity latest update
*/
div#latest-update {
    display: none !important;
}

/* To hide member count, added a snippet to customization
 * the codes below do not work!*/
/*#yz-members-directory .item-list-tabs li span{ display: none; }*/
/* This is recommended by Youzer but dosent work either*/
/*.item-list-tabs.activity-type-tabs li span{
	display: none !important;
	}*/

/*.widget-title {
	color:red;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:1em;
	text-transform:uppercase;
}*/
