#lesson-comments-wrap h3 {
    font-size:24px;
    margin-bottom:40px
}

#lesson-comments-wrap li {
    list-style-type:none;
    border:none;
    margin-bottom:30px;
    padding:20px;
    background:#f9f9f9;
    border-left: 3px solid #52a8e8;
}

.comment-content {
    padding:20px 0;
    margin-b
}

#lesson-comments-wrap .comment-author-ldelvalle {
    margin-bottom:0;
    background: hsla(206, 77%, 96%, 1)
}

.comment-author {
    line-height:1
}

.comment .avatar {
    margin-bottom:5px
}

/*Footer*/

.lesson footer {
    text-align:center
}

.lesson input.quiz-submit.complete {
    font-size:16px;
    padding:8px 25px
}

#post-entries {
    background-color: hsla(206, 77%, 96%, 1);
    float:left;
    width:100%;
    padding:30px;
    margin-bottom:40px
}

.nav-prev .meta-nav:before {
    content:"\2bc7" 
}

.nav-next .meta-nav:before {
    content:"\2bc8" 
}

#post-entries a {
    background: #52a8e8;
    color:#fff;
    padding: 8px 25px;
    border-radius:5px;
    max-width:300px;
    width:100%;
    display:block;
    white-space: nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    transition:0.3s all
}

#post-entries a:hover {
    text-decoration:none;
    transform:translateY(-3px);
    transition:0.3s all
}

.sensei-breadcrumb {
    display:none
}

.course-url-wrap {
    text-align:center;
    width:100%;
    display:flex;
    margin-bottom: 80px;
}

.bps-course-url {
    display:flex;
    background: #e88252;
    color:#fff;
    padding: 8px 25px;
    border-radius:5px;
    line-height:1;
    align-items:center;
    font-weight:700;
    margin:auto;
    transition:0.3s all
}

.bps-course-url:before {
    content:"\293a";
    font-weight:700;
    font-size:30px;
    margin-right:5px
}

.bps-course-url:hover {
    text-decoration:none;
    transform:translateY(-3px);
    transition:0.3s all
}