body.mhmm-menu-active {
  overflow: hidden; }

body #page-container {
  padding-top: 0 !important;
  margin-top: 0 !important; }

header#main-header {
  display: none; }

#top-header {
  display: none; }

#page-container {
  left: 0 !important; }

.mega-fade{
  transition:all .5s ease-out;
  height: auto;
  position:absolute !important;
  transform: translate(0, -100%);
  width: 100%;
  z-index: 0;
}
.mega-fade.active,
.mega-fade.t-active
{
  transform: translate(0, 0%);
}

body.mhmm-sticky-top:not(.et-tb) #main-content .container,
body.mhmm-sticky-top:not(.et-tb-has-header) #main-content .container {
  padding-top: 0;
}