/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/*Lighten "Do you even know" pane on front page #14904431-hc */
.home #post-172 {
	background-color: #ced7ee;
}

/* Change Background color of footer | #14904431-hc KEF */
aside#tertiary {
	background-color: #363839;
	color: #FFFFFF;
}

aside#tertiary a {
	color: #FFFFFF;
}

aside#tertiary a:hover {
	color: #DDDDDD;
}

aside#tertiary h2 {
	color: #FFFFFF;
}

/*  END Change Background color of footer | #14904431-hc KEF */
/* Background colour of main content area on https://robertbrickman.com/home/558-2/ / 16803075-hc kp */
.page-id-558 .post-558 {
	background-color: #770923;
	color: #CED7EE;
}

/* set panel that starts with "factoid" on the front page to have a red background color | #16803075-hc eD */
.home .post-558 {
	background-color: #770923;
}

/* set first panel on the front page to have a blue background color | #16803075-hc eD */
.home .post-32 {
	background-color: #ced7ee;
}

/* Copyright info | #17378665-hc | AY */
.site-info:before {
	content: "©2020-2025 Brickman Consulting Group (BCG) & Robert I. Brickman, P.C. All rights reserved. The OMC Edge™ is a trademark of Robert I. Brickman. The OMC Edge™ website design by Fit Diva Wellness, Inc. of North Carolina.";
	display: block;
	color: #363839;
}

.site-info a {
	display: none;
}

/* set bottom border for menu and associated elements to custom color | 10286698-hc */
.featured-content .flex-control-paging a,
.main-navigation .primary-menu .current-menu-item > a,
.main-navigation .primary-menu .current_page_ancestor > a,
.main-navigation .primary-menu .current_page_item > a,
blockquote,
#comments #respond #comment-form-comment.active,
#comments #respond .comment-form-fields div.comment-form-input.active {
	border-color: #770923;
}

/* set site title and menu hover colors | 10286698-hc */
.main-navigation a:hover,
.main-navigation .menu-item-has-children > a::after,
.site-title a {
	color: #770923;
}

/* change color on menu toggle and dropdowns buttons for mobile menu - 18744896-hc */
button.menu-toggle, button.dropdown-toggle {
	background-color: #770923;
}