html { scroll-behavior: smooth; } header { display: flex; position: fixed; top: 0; height: 114px; z-index: 55; background-color: #fff; transition: height 0.75s ease; } header.scrolled { height: 60px; } header, header.scrolled { z-index: 555; } header .brxe-logo, header .brxe-logo img { height: 75px; width: auto; transition: width 0.75s ease, height 0.75s ease; } header.scrolled .brxe-logo, header.scrolled .brxe-logo img { height: 50px; width: auto; } #brxe-pmmtod.show-mobile-menu .bricks-mobile-menu-toggle { top:50px!important; border: none; } #brxe-pmmtod.show-mobile-menu .bricks-mobile-menu-toggle:hover { background-color: transparent!important; } .brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle .bar-top, .brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle .bar-bottom { top: 45%!important; }