/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.19
 Text Domain:  eduma-child
*/

.single-lp_course .top_site_main {
    display: none;
}

.thim-style-content-layout_style_3.single-lp_course .content-single .course-summary {
    display: flex;
    flex-direction: column;
}

.thim-style-content-layout_style_3.single-lp_course .course-summary #tab-curriculum{
    order: 2;
}

.thim-style-content-layout_style_3.single-lp_course .course-summary #tab-reviews {
    order: 2;
}

.thim-style-content-layout_style_3.single-lp_course .course-summary #tab-faqs{
    order: 3;
}

.thim-style-content-layout_style_3.single-lp_course .sticky-sidebar .theiaStickySidebar .course_right .social_share:before {
    content: none;
}

.thim-style-content-layout_style_3.single-lp_course .sticky-sidebar .theiaStickySidebar .course_right .thim-course-info ul li {
    border-bottom: 1px solid var(--thim-border-color,#eee);
    line-height: 25px;
    padding: 15px 0;
}

.thim-style-content-layout_style_3.single-lp_course .sticky-sidebar .theiaStickySidebar .course_right .thim-course-info ul li .value {
    font-weight: 700;
    min-width: 60px;
    float: right;
    text-align: right;
    max-width: 90px;
    margin-left: auto;
}

.single-lp_course .thim-related-course .related-title {
    display: flex;
    justify-content: space-between;
}

.single-lp_course .thim-related-course .related-title .view-all {
    text-transform: capitalize;
    font-size: var(--thim-font-h6-font-size);
}

#learn-press-course-curriculum ul.curriculum-sections .section-content .course-item.current .item-name {
    font-weight: 600 !important;
}

.blog-categories-sidebar ul li:nth-child(1n+6) {
    display: none;
}
#blog-archive > .row::before {
    content: none;
}
@media (min-width: 768px) {
    #blog-archive > .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin: 0;
    }
    .col-sm-12.post {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .thim-countdown .counter-group .counter-block .counter {
        font-size: 35px;
    }
    .thim-course-menu-landing {
        display: none;
    }
}
.related-archive .category a {
    color: var(--thim-font-title-color);
}
.related-archive .category {
    margin-top: 10px;
}
@media (min-width: 1300px) {
    body.size_wide .container {
        max-width: 1290px;
    }
}
.page-content-inner .entry-navigation-post .prev-post {
    text-align: left;
}
.single .top_heading_out .top_site_main {
    display: none;
}
.page .top_heading_out .top_site_main {
    display: none;
}
@media (max-width: 479px) {
    .comments-area .comment-list .comment-list-inner li .comment-right {
        width: 100%;
    }

    article.post .entry-header .date-meta {
        padding-right: 15px;
    }

    article.post .content-inner .entry-header {
        margin-bottom: 5px;
    }
    .thim-countdown.countdown-square .counter-group .counter-block .counter {
        margin-top: 10px;
        font-size: 25px;
        width: 35px;
    }
    .thim-countdown.countdown-square .counter-group .counter-block {
        width: 60px;
        height: 85px;
    }
}
article .post-formats-wrapper img {
    max-width: 450px;
}
.entry-navigation-post .prev-post .date, .entry-navigation-post .next-post .date {
    display: none;
}
.related-archive .archived-posts .category-posts img {
    width: 100%;
}
#lp-single-course .course_right .course-payment {
    display: flex;
    gap: 20px;
}
.top_heading_out {
    display: flex;
    flex-direction: column-reverse;
}
.thim-related-course .thim-course-grid .course-item .thim-course-content .course-author .value {
    margin-top: 15px
}
article .readmore {
    display: none;
}
body .blog-content article.post .content-inner {
    padding-bottom: 30px;
}

.thim-course-grid .course-item .thim-course-content .course-title {
    margin-top: 15px;
}
.single-post .page-content article .post-formats-wrapper {
    display: none;
}
.thim-course-list .course-item .thim-course-content .course-meta .course-author {
    display: none;
}
.single-post .page-content article .page-content-inner .entry-header {
    margin-bottom: 0;
}