Preview:
$('header.header .cst-humburger-icon').click(function(){
  $('header.header ul.header__menu-wrapper > li ul.header__menu-submenu').slideUp(300);
  if($('.mobile-open').length){
      setTimeout(function(){
        $(".header__menu").addClass("hidden");           
      }, 300);
  }else{
      $(".header__menu").removeClass("hidden");
  }
})

$('.body-container-wrapper,.logo-section').click(function(){
  $('.container-wrapper').removeClass('mobile-open');
})


$('.timeline_wrp').parents('.dnd-section').addClass('timeline_wrp_dnd_wrap');

$(window).on('resize', function(){
  if($(".header__menu").filter(".hidden").length){
    $(".header__menu").removeClass("hidden");
  }
});
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter