@media (max-width:767px){

  /* On homepage, hide plugin-made header/footer and use cloned real theme header/footer */
  #mmld17-home > .mmld17-header,
  #mmld17-home > .mmld18-mobile-header,
  #mmld17-home > main > .mmld17-demo-footer,
  #mmld17-home > main > .mmld18-mobile-footer{
    display:none!important;
  }

  #mmld17-home .mmld31-real-header{
    display:block!important;
    width:100%!important;
    position:relative!important;
    z-index:999999!important;
    background:#050505!important;
  }

  #mmld17-home .mmld31-real-footer{
    display:block!important;
    width:100%!important;
    position:relative!important;
    z-index:2!important;
    background:#050505!important;
    margin-bottom:0!important;
    padding-bottom:96px!important;
  }

  #mmld17-home .mmld31-real-header *{
    box-sizing:border-box!important;
  }

  #mmld17-home .mmld31-real-footer *{
    box-sizing:border-box!important;
  }

  /* Avoid duplicate admin/helper bars inside cloned header */
  #mmld17-home .mmld31-real-header .elementor-editor-active,
  #mmld17-home .mmld31-real-header .skip-link,
  #mmld17-home .mmld31-real-footer .skip-link{
    display:none!important;
  }

  /* Ensure cloned footer social icons look like product pages */
  #mmld17-home .mmld31-real-footer a{
    text-decoration:none!important;
  }

  /* Prevent the cloned footer from going behind bottom nav */
  #mmld17-home main{
    padding-bottom:0!important;
  }
}
