html:has(.menu-overlay.open) #header-lower-section::before{
	background-color: rgba(0,0,0,0.8);
}

body.header-default-layout #header-lower-section::before{
	background-color:#505742;
	transition:none;
}
body.header-default-layout{
  margin-top: 195px;
	transition: none;
}

@media (max-width: 991px) {
	body.header-default-layout{
    margin-top: 54px;
  }
}


#header-lower-section::before{
	transition: .3s background ease-in-out;
}
#brx-header{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}
.admin-bar .side-menu-wrap,
.admin-bar #brx-header{
	top: 32px;
}

#brx-header.stuck #header-lower-section{
	padding: 10px 0;
}
#brx-header.stuck .cust-menu-wrap{
	margin-top: 100px;
	height: calc(100vh - 190px);
}
#header-lower-logo{	
	transition: .3s height ease-in-out;
}
#header-lower-logo img{
	width: auto;
	aspect-ratio: 392/52;
	height: 52px;
	margin: auto;
	display: flex;
	transition: .3s height ease-in-out;
}
html:has(.menu-overlay.open){
	overflow: hidden;
}
.main-menu-wrap{
	position: relative;
	width: 40px;
	height: 40px;
}
.menu-overlay{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -3;
	background-color: transparent;
	pointer-events: none;
	transition: .2s ease background-color;
}
.menu-overlay.open{
	background-color: rgba(0,0,0,0.7);
	pointer-events: auto;
}
.hamburger{
	display: flex;
	text-align: left;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 2;
	position: relative;
	cursor: pointer;
}
.menu-icon{
	height: 3px;
	position: absolute;
	border-radius: 10px;
	background-color: #fff;
	transition-duration: .15s;
	transition-timing-function: ease;
	transition-property: all;
	color: transparent;
	font-size: 0px;
	width: 26px;
}
.menu-icon::before{
	content: "";
	right: 0;    
	margin-top: -35%;
	width: 110%;
	height: 3px;
	position: absolute;
	background-color: #fff;
	border-radius: 10px;
	transition-duration: .15s;
	transition-timing-function: ease;
	transition-property: all;
}
.menu-icon::after{
	content: "";
	right: 0;  
	margin-top: 35%;
	width: 50%;
	height: 3px;
	position: absolute;
	background-color: #fff;
	border-radius: 10px;
	transition-duration: .15s;
	transition-timing-function: ease;
	transition-property: all;
}
.menu-icon.open{
	box-shadow: none;
	height: 0px;
	background-color: transparent;
}
.menu-icon.open::before{
	transform: rotate(45deg);
	width: 100%;
	margin-top: 0;
}
.menu-icon.open::after{
	transform: rotate(-45deg);
	width: 100%;
	margin-top: 0;
}
.side-menu-wrap{
	position: fixed;
	top: 0;
	left: 100%;
	height: 100vh;
	background-color: #FAF7F5;
	width: 320px;
	z-index: -2;
	transition: transform 0.3s ease-in-out;
}
.side-menu-wrap.open{
	transform: translatex(-100%);
}
.cust-menu-wrap{
	margin-top: 195px;
	padding: 0 15px;
	height: calc(100vh - 235px);
	overflow: scroll;
}
ul.nav-menu{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
}
ul.nav-menu a{
	width: 100%;
	height: 100%;
	padding: 15px 10px;
	display: flex;
	position: relative;
}
ul.nav-menu li{
	color: #505742;
	font-weight: 500;
	font-size: 18px;
	background-color: #FAF7F5;
	width: 100%;
	text-transform: uppercase;
	display:flex;
	align-items:flex-start;
	cursor: pointer;
	flex-direction: column;
}
ul.nav-menu ul.sub-menu{
	width: 100%;
}
ul.nav-menu ul.sub-menu{
	width: 100%;
	height: 0;
	overflow:hidden;
	transition: 0.3s ease-in-out all;
}
ul.nav-menu ul.sub-menu.open{
	padding: 10px 0;
}
#menu-item-5607{
	position: relative;
	margin-top: 20px;
	padding-top: 20px;
}
#menu-item-5607::before{
	content: '';
	bottom: 100%;
	position: absolute;
	height: 3px;
	width: 100%;
	left: 0;
	background-color: #505742;
}


@media(min-width: 992px){
	#brx-header.stuck #header-lower-section::before{
		background-color: rgba(0,0,0,.8);
	}
	#brx-header.stuck #header-lower-logo {
		position:fixed;
		top:12px;
		left: 50%;
		transform: translatex(-50%);
	}	
	#brx-header.stuck #header-lower-logo img{
		height: 30px;
	}
	.admin-bar #brx-header.stuck #header-lower-logo{
		top: 44px;
	}
}
@media(max-width: 991px){
	#header-lower-logo img{
		height: 30px;
	}	
	#header-upper-section{
		flex: 1;
		width: auto;
	}
	.cust-menu-wrap,
	#brx-header.stuck .cust-menu-wrap{
		margin-top: 55px;
		height: calc(100vh - 100px)
	}
}



@media(max-width: 782px){
	.admin-bar .side-menu-wrap,
	.admin-bar #brx-header{
		top: 46px;
	}	
}
@media(max-width: 630px){
	#header-lower-logo img{
		height: 20px;
	}	
	.main-menu-wrap{
		width: 30px;
		height: 30px;
	}
}
@media(max-width: 630px){
	#header-lower-logo img{
		height: 15px;
	}	
}
/* #header #header-main-row {
filter: drop-shadow(0px 0px 2px rgb(0 0 0 / 30%));
}
#header.stuck #header-main-row {
height: 72px;
}
#header.stuck #main-logo {
height: 64px;
}
@media(max-width: 991px) {
#header.stuck #header-main-row {
height: 64px;
}
#header.stuck #main-logo {
height: 54px;
transform: translateY(0);
}
} */

/* admin bar adjustments */
/* .admin-bar #header {
top: 32px;
}
@media(min-width: 600px) {
.admin-bar:not(.header-stuck) #menu-wrap {
top: 32px;
height: calc(100vh - 32px);
}
}
@media(max-width: 782px) {
.admin-bar #header {
top: 46px;
}
}
@media(max-width: 600px) {
html {
margin-top: 0 !important;
}
#wpadminbar {
display: none;
}
.admin-bar #header {
top: 0;
}
} */

/* basic styling refernce (typically set these up in oxygen)
*** class set on any element that changes on sticky header transition ***
.header-transition {
transition: .2s ease-in-out all;
}
*** id set on header root ***
#header {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
z-index: 20;
position: fixed;
top: 0;
left: 0;
right: 0;
}
*** class set on direct children of header root ***
.header-row {
padding-left: 15px;
padding-right: 15px;
width: 100%;
display: flex;
flex-direction: column;
align-items: stretch;
z-index: 1;
position: relative;
}
.header-row::before {
content: '';
width: max(100vw,100%);
height: 100%;
z-index: -1;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
}
*** id set on header main row (child of header root) ***
#header-main-row {
height: 90px;
}
#header-main-row::before {
background-color: [your header bg color];
}
*** class set on header columns within header rows ***
.header-col {
display: flex;
flex-direction: row;
align-items: center;
}
*** class set on left col of header rows ***
.header-col-left {
margin-right: auto;
justify-content: flex-start;
}
*** class set on middle col of header rows ***
.header-col-mid {
margin-right: auto;
margin-left: auto;
justify-content: center;
}
*** class set on right col of header rows ***
.header-col-right {
margin-left: auto;
justify-content: flex-end;
}
*** id set on main logo image ***
#main-logo {
width: [depends on logo];
height: 72px; (adjust as needed)
object-fit: contain;
object-position: center;
*/