.l-header.pos_fixed{
  transition: background-color .25s ease;
}

body .l-header.pos_fixed{
  background-color: transparent;

}

body .l-header.pos_fixed.is-scrolled{
  background-color: #191828;
  padding-top: 0;
}


.admin-bar .l-header.pos_fixed{
  top: var(--wp-admin--admin-bar--height, 32px);
}

.l-header.pos_fixed .l-subheader{

}





body .l-header.pos_fixed.is-scrolled .w-nav.type_desktop.dropdown_height .w-nav-list:not(.level_1){
  background-color: #191828;
}



