body.landing-menu-colors-active #header,
body.landing-menu-colors-active #desktop-header-container {
  transition: background-color .25s ease, color .25s ease;
}

body.landing-menu-colors-active #header .top-menu a,
body.landing-menu-colors-active #header .iqitmegamenu a,
body.landing-menu-colors-active #desktop-header-container .iqitmegamenu a,
body.landing-menu-colors-active #header .btn,
body.landing-menu-colors-active #header .btn-primary {
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
}

body.landing-menu-colors-active #header .logo,
body.landing-menu-colors-active .header-logo img,
body.landing-menu-colors-active #_desktop_logo img,
body.landing-menu-colors-active #_mobile_logo img,
body.landing-menu-colors-active .mobile_logo img {
  transition: opacity .2s ease;
}
