/* ==========================================================================
   Global LearnPress Base Overrides
   ========================================================================== */
:root {
    /* Base Colors */
    --lp-color-base: #222;
    --lp-font-size-base: 14

    /* Structural Variables */
    --lp-border-radius: 0px;        /* Global corner roundness override */
    --lp-button-bg: #6BB8C3;
    --lp-button-bg-hover: #012646;
}

.lp-course-description h2{
    font-size: 26px !important;
}

.lp-course-description h3{
    font-size: 18px !important;
    margin-bottom: 21px !important;
}

.lp-course-description iframe{
    width: 100% !important;
    height: 300px !important;
}

.lp-course-description ul{
    margin-bottom: 40px;
}

.lp-course-description ul li{
    margin-left: 40px !important;
}
.learn-press-breadcrumb{
    display: none !important;
}
.lp-archive-courses .learn-press-courses-header{
    display: none !important;
}
.lp-single-course__header__inner{
    display: none !important;
}
.lp-single-course .lp-single-course-main{
    padding-top: 0 !important;
}

/* learnpress css overrides for my account pages */
.lp-user-profile #profile-sidebar{
    border: none !important;
}
.lp-user-profile .lp-profile-nav-tabs>li{
    margin-bottom: 8px !important;
    background-color: none !important;
}
.lp-user-profile .lp-profile-nav-tabs>li a{
    background: #e9ecef !important;
    color: #212529 !important;
    border-radius: 6px !important;
}
.lp-user-profile .lp-profile-nav-tabs>li a:hover{
    background: #dee2e6 !important;
    color: #6bb8c3 !important;
    border-radius: 6px !important;
}
.lp-user-profile .lp-profile-nav-tabs>li a:hover i{
    color: #6bb8c3 !important;
}
.lp-user-profile .lp-profile-nav-tabs>li.active{
    background: none !important;
}
.lp-user-profile .lp-profile-nav-tabs>li.active a{
    background: var(--lp-button-bg-hover) !important;
    color: #fff !important;
}
.lp-user-profile .lp-profile-nav-tabs>li.active>a i{
    color: #fff !important;
}
.lp-user-profile .lp-profile-nav-tabs>li>a i{
    color: #212529 !important;
}
.learn-press-filters li a{
    font-size: 1em !important;
}

/* button styling */
.learn-press-courses .course-content .course-readmore a{
    background: var(--lp-button-bg) !important;
    width: auto !important;
    margin-left: 0;
    padding: 10px 15px !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    line-height: 24px;
    border: 1px solid var(--lp-button-bg) !important;
}

.learn-press-courses .course-content .course-readmore a:hover{
    background-color: var(--lp-button-bg-hover) !important;
    border-color: var(--lp-button-bg-hover) !important;
}

/* search */
.lp-courses-bar .search-courses input{
    max-width: 60% !important;
}

/* course page - right panel */
.lp-single-course .lp-single-course-main__right{
    margin-top: 0px !important;
}