/*
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.1
*/

/*

-- 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.

*/

body {
  background-color: #000000 !important;
}
/*****************************************************************************************************************************************
body,
.bb-profile-wrapper,
.content-area,
.site-content {
  background-color: #000000 !important;
}

.bb-profile-wrapper,
.buddypress-wrap,
#buddypress,
.bbp-wrap {
  background-color: #000000 !important;
  color: #f0c75e; 
}

input,
textarea,
select {
  background-color: #111 !important;
  color: #f0c75e !important;
  border-color: #f0c75e !important;
} */

body.my-profile,
body.profile,
body.profile-edit,
body.pmpro-body-has-access {
    background-color: #000000 !important;
}

/**************************************************Code to modify the Confirmation Page**********************/
/* Color both existing PMPro confirmation links pink */
.pmpro_actions_nav a {
  color: #df087e;
}

/* Color ONLY the new Dashboard link gold */
.pmpro_actions_nav .pmpro_actions_nav-dashboard a {
  color: #d4af37; /* gold */
}
/*****************************************Color the link on the Confirmation Page**************************************************************/
.pmpro-dashboard-link {
    color: #cfa75b; /* Gold color */
    font-weight: bold;
    text-decoration: none;
    padding: 10px 20px;
    border: 2px solid #FFD700;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.pmpro-dashboard-link:hover {
    background-color: #FFD700;
    color: #000;
	}

/* BuddyBoss Theme Menu */
.bb-header .primary-menu a,
.site-header .main-navigation a {
    color: #DF087E !important; /* Pink color for menu items */
}

.bb-header .primary-menu a:hover,
.site-header .main-navigation a:hover,
.bb-header .primary-menu .current-menu-item a,
.site-header .main-navigation .current-menu-item a {
    color: #C1076E !important; /* Slightly darker pink for hover/active */
}

/* Elementor/Ultimate Addons Menu (if applicable) */
.uael-nav-menu .menu-item a {
    color: #DF087E !important; /* Pink color for menu items */
}

.uael-nav-menu .menu-item a:hover,
.uael-nav-menu .menu-item.current-menu-item a {
    color: #C1076E !important; /* Slightly darker pink for hover/active */
}
