@charset "utf-8";
/* CSS Document */

/*
Theme Name:     Divi Child
Theme URI:      http://brickrecycling.com/
Description:    Child theme for the Divi
Author:         Robert Stewart
Author URI:     http://www.ccandg.com/
Template:       Divi                            
Version:        0.1.0
*/

@import url("../Divi/style.css");

/* ============ FIX H1 Padding on Top of Site ============= */

.header-title h1 {
	padding-bottom: 0!important;
}
/* ============ HIDE Category ================= */

.mec-single-event-category {
	display: none;
}

/*=================== NAVIGATION UPDATES - ALL SITES ================ */

.et-show-dropdown .sub-menu{
    display:block!important;
}

.et_pb_menu .et_pb_menu__menu .sub-menu {
    display: none;
}

.et_mobile_menu {
	position: absolute;
	z-index: 9998 !important;
}

.et_pb_menu_0_tb_header {
	z-index: 9999 !important;
}

/*=================== MEC Calendar Helper ================ */
.mec-event-detail {
	display: none;
}

.mec-wrap .col-md-3  {
}

/* ============== BB Footer =================== */

#bb-footer a{
	color: white;
}

#bb-footer a:hover{
	text-decoration: underline;
}

#bb-footer ul li::before {

  color: #FFF; /* Change the color */

}

/* ================= STAFF DIRECTORY STUFF ============================ */

.email-staff-directory ul li {
	list-style-type: none;
	display: block;
	padding-left:35px;
	background: none;
}

.email-staff-directory ul li a{
	background:url("../../../../bbrook.org/wp-content/uploads/2022/10/email-staff-directory.html") no-repeat;
	background-position: 0 5px;
	margin-left: -35px;
	padding-left: 35px;
}

/* =================== Google Translate =========================== 

div.skiptranslate {
    display: block!important;
}
.goog-te-combo {
	font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif!important;
}*/
/* =================== YOU TUBE STUFF =========================== */

.sb_youtube_header {
	padding: 10px !important;
	margin-bottom: 0 !important;
}