/**
 * These styles apply to the public area only
 * They change the way LearnDash and other plugins display and should as much as possible be theme independent
 * It does mean some of the styling of eLearning elements is split between here and the theme
 */

/*LearnDash styling modifications*/
.single-sfwd-courses .post-navigation-container,
.single-sfwd-lessons .post-navigation-container,
.single-sfwd-topics .post-navigation-container,
.single-sfwd-courses .post-sharing-buttons,
.single-sfwd-lessons .post-sharing-buttons,
.single-sfwd-topics .post-sharing-buttons{
    display:none;
}
/*Uncanny Owl styling modifications*/
.uo-tclr-open-content {
    border-radius:20px;
    background-color:rgb(0,162,232);
    color:#fff;
    padding:.4em 1.5em;
}
a.uo-tclr-open-content:hover {
    background-color:#40b9ee;
}
.uo-tclr-open-content-link{
    font-size:0.75em;
    font-weight:800;
    padding:0 1em;

}
.ult-box {
    max-width: 600px;
    margin:20px auto;
}
#nsm-dashboard {
    max-width: 1140px;
    margin:20px auto;
    padding: 0 20px;
}
#nsm-dashboard h2 {
    margin-top: 2em;
}
.nsm-thankyou {
    font-size: 1.4em;
}
.nav-menu li.nsm-menu-bold a {
    font-weight: bold;
}