/* lp-mobile-curriculum/lp-curriculum-toggle.css */
@media (max-width: 1024px) {
  #learn-press-course-curriculum {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: -340px !important;
    width: 320px !important;
    max-width: 85vw !important;
    z-index: 10010 !important;
    transition: left .25s ease !important;
    background: #fff !important;
    overflow: auto !important;
    box-shadow: 0 0 20px rgba(0,0,0,.12) !important;
  }
  .lpcur-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 10000 !important;
    background: rgba(0,0,0,.35) !important;
  }
  .lpcur-btn {
    position: fixed !important;
    right: 12px !important;
    top: 120px !important;
    z-index: 10020 !important;
    padding: .3rem .5rem !important;
    background: #111 !important;
    color: #fff !important;
    font-size: .95rem !important;
    line-height: 16px;
    height: 42px;
  }
  body.lp-cur-open #learn-press-course-curriculum {
    left: 0 !important;
  }



  #course-item-content-header {
    display:none !important;
    visibility:hidden !important;
    height:0 !important;
    overflow:hidden !important;
    z-index:0 !important;
  }
  .custom-footer-navigation{
    z-index: 9999 !important;
  }

  .custom-footer-navigation{position:fixed;left:0;right:0;bottom:0;height:64px;z-index:9999;pointer-events:none}
  .custom-footer-navigation>*,
  .custom-footer-navigation a,
  .custom-footer-navigation .mini-cart{pointer-events:auto}
  .custom-footer-navigation .widget_shopping_cart_content{display:none!important}
   header.page-header{position:relative;z-index:10000}
}
