/*
Theme Name: 	BuddyBoss Child
Theme URI: 		https://www.buddyboss.com/
Description: 	A child theme of BuddyBoss Theme. To ensure easy updates, make your own edits in this theme.
Author: 		BuddyBoss.com
Author URI: 	https://www.buddyboss.com/
License: 		GNU General Public License v3 or later
License URI: 	http://www.gnu.org/licenses/gpl-3.0.html
Template: 		buddyboss-theme
Version: 		1.0.0
*/

/*

-- Stylesheet locations --

Add your own customizations into /css/custom.css in this child theme.

Parent styles are called from /buddyboss-theme/inc/theme/functions.php in the 
parent theme and are located in /buddyboss-theme/assets/css/ in the parent theme.


--- If you are editing CSS via the WordPress admin, do the following ---

1. Install the plugin WP Editor: http://wordpress.org/plugins/wp-editor/
2. Navigate to Appearance > Theme Editor in the WordPress admin.
3. Navigate into the /css/ folder of your child theme to edit custom.css.

*/
.buddypanel {
    background: #b98b59 !important;
}
.buddypanel .bb-toggle-panel{ color:#fff !important;}
.bp-feedback.bp-sitewide-notice button{
    position: absolute;
    top: 9px;
    right: 13px;
}
#export-personal-li{display:none;}

.notification-list .unread {
    background: #f7fafe;
    font-weight: bold;
}

body.groups .groups-header #cover-image-container #item-header-content .group-actions-absolute .groups-meta .generic-button>* {
    background: #c1895f;
}
body.groups  .buddypress-wrap .bp-invites-search-form:before, 
body.groups  .buddypress-wrap form.bp-dir-search-form:before, 
body.groups  .buddypress-wrap form.bp-messages-search-form:before {
    left: auto;
    top: 4px;
    right: 12px;
}
body.groups #content .buddypress-wrap .subnav-filters div button#user_messages_search_submit, 
body.groups #content .buddypress-wrap .bp-invites-search-form .nouveau-search-submit {
    padding: 0;
    position: absolute !important;
    width: 40px;
    height: 33px;
    opacity: 1;
    left: auto;
    z-index: 10;
    overflow: hidden;
    right: 1px !important;
    background: #5a365b !important;
    /* color: #333 !important; */
    border-radius: 0px 30px 30px 0px;
}
.bb-groups-invites-left input#group_invites_search{
    background-color:transparent!important;
}
.bbfix-load-more-btn{
    background: #5a365b!important;
}

/* Hide footer in app WebView */
body.is-app footer,
body.is-app .footer,
body.is-app #footer {
    display: none !important;
}