@media only screen and (min-width: 1024px) {
  #header-outer.scrolled-down[data-format=centered-menu-bottom-bar] .row,
  #header-outer.scrolled-down[data-format=centered-menu-under-logo] .row {
    display: flex;
    flex-direction: row;
  }
  
  #header-outer.scrolled-down[data-format=centered-menu-bottom-bar] #top #logo{
      margin-top:12px !important;
      margin-bottom:12px !important;
  }

  body #header-outer.scrolled-down[data-format=centered-menu-bottom-bar] .span_3,
  body.material #header-outer.scrolled-down[data-format=centered-menu-bottom-bar]:not([data-format=left-header]) #top .span_3,
  #header-outer.scrolled-down[data-format=centered-menu-bottom-bar] #top #logo img,
  #header-outer.scrolled-down[data-format=centered-menu-bottom-bar] #top .logo-clone img {
    max-width: 200px;
  }

  #header-outer.scrolled-down[data-format=centered-menu-bottom-bar] #top .btn-link-icon {
    /*display: none !important;*/
  }
  
  #rth-right-side-clone{
      display:none !important;
  }
  
  #header-outer.scrolled-down[data-format=centered-menu-bottom-bar] #rth-right-side-clone{
      display:flex !important;
  }
  
  #rth-right-side-clone .btn-link-icon a{
      display:flex;
  }
  
  #rth-right-side-clone .slide-out-from-right,
  #rth-right-side-clone .buttons{
      display:none !important;
  }
  
  #header-outer.scrolled-down[data-lhe="animated_underline"] #top nav > ul > li > a{
      margin-bottom:0 !important;
  }
}