/*
Template:       eikra
Theme Name:     Eikra Child Theme
Theme URI:      https://themeforest.net/item/eikra-education-wordpress-theme/20950897
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Eikra is a clean and modern theme for all kinds of Education and Learning Institute.
Version:        1.0
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, translation-ready
License: Envato split License
License URI: https://themeforest.net/licenses/terms/regular
*/

/* Hide price field site-wide */
.rtin-price {
    display: none !important;
}

/* Hide course meta (author, enrolled count) site-wide */
.rtin-meta {
    display: none !important;
}

/* Limit course title to maximum 2 lines */
.rtin-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Hide sidebar on single course pages + expand content to full width */
.single-lp_course .course-summary-sidebar {
    display: none !important;
}
.single-lp_course .course-content-area,
.single-lp_course .entry-content-left,
.single-lp_course .course-main-content,
.single-lp_course .lp-content-area {
    max-width: 100% !important;
    float: none !important;
    flex: 0 0 100% !important;
    padding-right: 0 !important;
}
.single-lp_course #primary {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

/* Hide course nav tabs on single course pages */
.single-lp_course .wrapper-course-nav-tabs {
    display: none !important;
}

/* Hide course features (instructor info) on single course pages */
.single-lp_course .course-features {
    display: none !important;
}

/* Hide instructor info from course boxes site-wide */
.rtin-content .rtin-author {
    display: none !important;
}

/* Research/servicii title: fix 2 lines + yellow line position */
.rt-vc-research-1 .rtin-item .rtin-title,
.rt-vc-research-2 .rtin-item .rtin-title,
.rt-vc-research-3 .rtin-item .rtin-holder .rtin-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.8em;
    padding-bottom: 18px;
    margin-bottom: 15px;
    box-sizing: content-box;
}
/* Hide breadcrumb site-wide */
.breadcrumb-area { display: none !important; }


/* Hide instructor section on single course pages */
.single-lp_course .course-instructor,
.single-lp_course .rdtheme-lp-instructor,
.single-lp_course #tab-instructor,
.single-lp_course .lp-course-instructor,
.single-lp_course .course-instructor-tab { display: none !important; }


/* Hide instructor/author on single course pages */
.single-lp_course .rtin-author,
.single-lp_course .instructor-display-name,
.single-lp_course .course-instructor,
.single-lp_course .rdtheme-lp-instructor,
.single-lp_course #tab-instructor { display: none !important; }


/* Hide instructor avatar + name on single course pages (course-box elements) */
.single-lp_course .rtin-thumb-user,
.single-lp_course .rtin-thumb-meta,
.single-lp_course .rtin-author { display: none !important; }


/* Hide instructor avatar + name on course pages (Elementor) */
.elementor-page .rtin-thumb-user,
.elementor-page .rtin-thumb-meta,
.elementor-page .rtin-author,
.rtin-thumb-user,
.rtin-thumb-meta { display: none !important; }

/* Publications list - title font size */
.ipf-item-title { font-size: 18px !important; }

/* Publications list - meta font size */
.ipf-item-meta { font-size: 15px !important; }

/* Publications list - ids font size */
.ipf-item-ids { font-size: 14px !important; }
