/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:root {
	--crm-link-color:#FAE099;
	--crm-link-hover-color:#FAE099;
    --crm-link-decoration-hover:underline;
	--crm-border: 1px solid #2a2a2a;
	--crm-font: "Rethink Sans", sans-serif;
	--crm-dashlet-header-bg-color: #444444;
	--crm-heading-bg-color: transparent;
	--crm-striped-bg-color: #444444;
	--crm-table-row-hover-color: #000000;
	--crm-menubar-highlight-text-color: #ffffff;
	--crm-menubar-highlight-color:#000000;
	--wp-admin-theme-color:#FAE099;
}
.dc-chart .pie-slice,
.dc-chart rect.bar {
	fill:#FAE099!important;
}

#civicrm-menu {
	border-bottom: none;
}
#civicrm-menu li.crm-menu-border-bottom + li, #civicrm-menu li + li.crm-menu-border-top {
	border:none!important;
}
.crm-footer{
	display:none;
}
#civicrm-menu-nav .crm-logo-sm {
    background-image: url("https://engage.bprevival.com/wp-content/uploads/2026/08/cropped-bprevival-2-64x64.png");
}