/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 5.7.0.1788182400
Updated: 2026-08-31 17:58:00

*/

/* Theme Builder header section 0: force transparent (avoids broken $variable CSS). */
.et-l--header > .et_builder_inner_content .et_pb_section.et_pb_section_0_tb_header {
	background-color: transparent !important;
}

/*
 * Mega menu on Theme Builder body templates (e.g. Faculty Archive).
 * Keep overflow visible so viewport-mode panels are not clipped to the nav column.
 * Do not override Divi dropdown left/width/flex — that breaks mega menu positioning.
 */
body.et-tb-has-body #et-boc,
body.et-tb-has-body .et-l--header,
body.et-tb-has-body .et-l--header .et_builder_inner_content,
body.et-tb-has-body .et-l--header .et_pb_section,
body.et-tb-has-body .et-l--header .et_pb_row,
body.et-tb-has-body .et-l--header .et_pb_column,
body.et-tb-has-body .et-l--header .et_pb_group,
body.et-tb-has-body .et-l--header .et_pb_module {
	overflow: visible !important;
}

body.et-tb-has-body .et-l--header .et_pb_dropdown[data-dropdown-horizontal-mode="viewport"] {
	max-width: none !important;
	min-width: 0 !important;
	box-sizing: border-box;
}
