/* Css to work with Bridge Theme */
.wrapper {
  z-index: 888 !important;
}
articlulate,
articlulate * {
  display: none !important;
}

#learndash_next_prev_link a {
  padding: 10px;
}
.lesson__sidebar {
  z-index: 0;
}
.brand--background {
  background: orange !important;
}
div.content dd.course_progress {
  width: 98%;
}
.next-lesson__name {
  line-height: 16px;
  height: 20px;
}
.next-lesson {
  height: 9rem;
}

/* Moible CSS */
@media (max-width: 480px) {
  .default_template_holder {
    width: 98% !important;
    margin: 0 1%;
  }
  .button--menuMobile {
    float: right;
  }

  header {
    z-index: 999;
  }
}
