/* For LearnDash formatting */


.ribbon.enrolled {
  display: none;
}
.btn.btn-primary {
  display: none !important;
}

/* Hide progress bars */

.ld-progress-inline{
display: none !important;
}

.ld-course-status{
display: none !important;
}

.btn_email_groups_plus {
  display: none;
}

/* increase the size of the logo with lessons */
.learndash-wrapper .ld-focus .ld-focus-header {
height: 100px;
}

body.admin-bar .learndash-wrapper .ld-focus-sidebar {
    top: 90px;
}

.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo img {
    height: 90px;
    width: auto;
}

.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content h1 {
  margin: 1em 0 .5em;
  padding: 0;
}

.ld-course-navigation-heading {
	margin-top: 50px;
}