/* 
 Theme Name:   Bbh Dark
 Theme URI:    
 Description:  customized for Bluegrass Black Hats
 Author:       LMS Creativity Unleashed
 Author URI:   https://bluegrassblackhats.org
 Template:     formula
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

.header .nav-wrap {
    background: var(--thm-black);
  
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
body.theme-dark #section.site-content {
  background-color: #000;


.ep-dark-mode-enabled .emagic .ep-btn-dark {
  --ep-btn-top-color: #800080;
  --ep-btn-bottom-color: #383838;
  --ep-btn-border-color: #800080;
  --ep-btn-color: #fff;
  --ep-btn-hover-color: #fff;
  --ep-btn-active-color: #fff;
  --ep-btn-hover-border-color: #800080;
}
.ep-dark-mode-enabled #ep_event_calendar.fc .fc-toolbar.fc-header-toolbar .fc-button-primary {
  background-color: #800080;
}


/*breadcrumbs*/

.page-title-module .content-center {
     position: absolute;
    left: 0;
    right:0;
    z-index: 0;
    top: 65%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 12.5rem 0 1.875rem;
}
.page-header-title {
    position: relative;
}

.page-header-title h1 {
    font-size: 50px;
    color: var(--thm-base);
    line-height: 52px;
    font-weight: 900;
    text-transform: var(--thm-text-transform);
    letter-spacing: var(--thm-letter-space-small);
    margin-bottom: 0;
}

.page-breadcrumb {
    list-style: none outside none;
   
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 1.000rem;
}

.page-breadcrumb>li {
    color: #fff;
    display: inline-block;
    color: var(--thm-base);
    font-size: 14px;
    font-weight: 600;
    text-transform: var(--thm-text-transform);
    transition: all 500ms ease;
    letter-spacing: var(--thm-letter-space-big);
}

.page-breadcrumb>li+li:before {
    color: #fff;
    content: "/";
    padding: 0 10px 0 5px;
}

.page-breadcrumb>li a {
    color: #fff;
}