/*
Theme Name: My Senior World - BuddyBoss Child
Description: Child theme for BuddyBoss Theme
Author:       Van Leo Adrivan
Author URI:   https://vanleoadrivan.wordpress.com
Template: buddyboss-theme
Version: 1.0.39
Text Domain: buddyboss-child
*/

/* Import parent theme styles */
/* @import url("../buddyboss-theme/style.css"); */

/* 
+63 906 304 4506
=== Custom Styles ===
Add your custom CSS below this line
*/
/* .bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link .user-name, */
/* .bb-template-v2 .site-header .user-wrap.menu-item-has-children .user-link:hover .user-name { */
	/* color: var(--bb-primary-color) !important; */
/* } */
/* .notification-wrap span.count, */

body * {
	font-size: calc(1rem + 2px);
}

.sub-menu span.count,
.notification-wrap span.count {
	background-color: red !important;
	color: white !important;
}

.bb-template-v2 .site-header .user-wrap.menu-item-has-children.selected>.user-link:before, .bb-template-v2 .site-header .user-wrap.menu-item-has-children>.user-link:hover:before {
	background-color: var(--bb-header-links-hover) !important;
}
.sub-menu span.user-name {
    color: var(--bb-headings-color) !important;
}


.search-visible .site-header--bb .header-search-wrap {
	background-color: var(--bb-header-links-hover);
}
.search-visible .site-header--bb .header-search-wrap input,
.search-visible .site-header--bb .header-search-wrap input::placeholder {
	background-color: white;
	color: #333;
}
.search-visible .site-header--bb .header-search-wrap input:focus {
	border-color: var(--bb-header-links-hover);
}

.component-navigation.search-nav li.active a,
.component-navigation.search-nav a:hover,
.component-navigation.search-nav a:hover::before {
	background-color: var(--bb-header-links-hover) !important;
	color: var(--bb-body-background-color) !important;
}

.bp-search-results-wrapper .bp-navs a:hover .count {
	background-color: var(--bb-body-background-color) !important;
	color: #333 !important;
}

body.buddypress.register .register-section-logo img,
body.buddypress.activation .activate-section-logo img {
	width: 100% !important;
	max-width: 100% !important;
}


#tribe-community-events .select2-selection[role=combobox] {
	display: inline-table !important;
}

.tribe_community_edit .button-primary, .tribe_community_edit .tribe-button.tribe-button-primary, .tribe_community_list .button-primary, .tribe_community_list .tribe-button.tribe-button-primary {
	background-color: var(--bb-header-alternate-background) !important;
}
.tribe_community_edit .button-primary:focus, .tribe_community_edit .button-primary:hover, .tribe_community_edit .tribe-button.tribe-button-primary:focus, .tribe_community_edit .tribe-button.tribe-button-primary:hover, .tribe_community_list .button-primary:focus, .tribe_community_list .button-primary:hover, .tribe_community_list .tribe-button.tribe-button-primary:focus, .tribe_community_list .tribe-button.tribe-button-primary:hover {
	background-color: var(--bb-primary-button-background-hover) !important;
}

/* Select first two li elements */
#primary-menu li.bp-login-nav,
#primary-menu li.bp-register-nav {
    /* your styles here */
	display: none;
}

.grecaptcha-badge {
    z-index: 9999;
    top: 150px !important;
}