/**
Theme Name: SparkHealthAfrica
Author: Nazmie Thebus
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sparkhealthafrica
Template: astra
*/
/* change the list layout to a three column grid layout
   https://buddyuser.com/buddypress-customisation-tips*/
/*#members-dir-list{
	padding-top: 100;
	
}
*/
/*
#members-dir-list img.avatar {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	box-shadow: 0 1px 0 #fff;
}
*/
#members-dir-list a:hover img.avatar {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
filter: grayscale(100%);
-webkit-transition: -webkit-filter 0.2s ease-in-out;
-moz-transition: -moz-filter 0.2s ease-in-out;
transition: filter 0.2s ease-in-out;
}
/*
#buddypress #members-list li {
	overflow: auto;
	list-style: none;
	float: left;
	width: 30%;
	margin: 20px 20px 28px 0;
	border: 0;
}

#buddypress #pag-bottom{
	float: left;
}
*/
/* Changing the header Colour of Members, Activity and Group Page*/
body.buddypress article.page>.entry-header:not(.alignwide):not(.alignfull) .entry-title{
	color: #14626f;
}
#primary.content-area.primary{
	padding-top: 0px;
	padding-right: 32px;
	padding-left: 32px;
}
.hompageCardText:hover{
	background-color: #e0e8e8 !important;
	margin-top: -24px !important;
}
/* Member page Styling*/
.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links) {
    border-bottom: none;
    border-top: none;
    box-shadow: none;
	margin-top: -20px;
	margin-bottom: 0px;
	border-bottom: 4px solid #F4D06F; 

}
.buddypress-wrap .activity-type-navs {
	margin-top: 0px !important;
	
} 
/*
.buddypress-wrap .bp-navs li.current a, 
.buddypress-wrap .bp-navs li.current a:focus, 
.buddypress-wrap .bp-navs li.current a:hover, 
.buddypress-wrap .bp-navs li.selected a, 
.buddypress-wrap .bp-navs li.selected a:focus, 
.buddypress-wrap .bp-navs li.selected a:hover {
    background: none;
    color: #fec318;
	border-top: 1px solid #fec318;
	border-left: 1px solid #fec318;
	border-right: 1px solid #fec318;
	border-radius: 12px 12px 0px 0px;


}*/	
.buddypress-wrap .main-navs li.current a:focus, 
.buddypress-wrap .main-navs li.current a:hover, 
.buddypress-wrap .main-navs li.selected a, 
.buddypress-wrap .main-navs li.selected a:focus, 
.buddypress-wrap .main-navs li.selected a:hover {
	color: #000000;
	background-color: #F4D06F !important;
	border-top: 1px solid #F4D06F;
	border-left: 1px solid #F4D06F;
	border-right: 1px solid #F4D06F;
	border-radius: 5px 5px 0px 0px;
	
}
.buddypress-wrap .main-navs li:not(.current) a:hover,
.buddypress-wrap .bp-navs li:not(.current) a:focus{
	color: #FFF;
	background-color: #F4D06F;
	border-radius: 5px 5px 0px 0px;
}
.buddypress-wrap .main-navs li a:hover{
	color: red;
}



.buddypress-wrap .bp-subnavs{
	background-color: #F4D06F;
	margin-top: -12px;
	border-radius: 0px 0px 5px 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.buddypress-wrap .bp-subnavs li.current a:focus, 
.buddypress-wrap .bp-subnavs li.current a:hover, 
.buddypress-wrap .bp-subnavs li.selected a, 
.buddypress-wrap .bp-subnavs li.selected a:focus,
.buddypress-wrap .bp-subnavs li.selected a:hover {
	background-color: #F4D06F !important;
	/*border-top: 1px solid #F4D06F;
	border-left: 1px solid #F4D06F;
	border-right: 1px solid #F4D06F;
	border-radius: 12px 12px 0px 0px;*/
	
	
}
.buddypress-wrap .bp-subnavs li:not(.current) a:focus,
.buddypress-wrap .bp-subnavs li:not(.current) a:hover{
	background-color: #F4D06F;
	color: white !important;
}
.bp-navs ul li .count {
    background: #f4d06f;
    border: 1px solid #f4d06f;
    border-radius: 50%;
    color: #000;
    display: inline;
    font-size: 12px;
    margin-left: 2px;
    padding: 3px 8px;
    text-align: center;
    vertical-align: middle;
}
.bp-navs ul li .count:active {
    background: #db3a34;
    border: 1px solid #db3a34;
    border-radius: 50%;
    color: #fff;
    display: inline;
    font-size: 12px;
    margin-left: 2px;
    padding: 3px 8px;
    text-align: center;
    vertical-align: middle;
}
.buddypress-wrap .bp-navs li.selected a .count,{
    background-color: #F4D06F;
}

/* Border around the member list*/
#buddypress #members-dir-list .grid>li .list-wrap {
    background: #fff;
    border: 1px solid #204f57;
    border-radius: 8px;
}
