/*
Theme Name: WPLMS Blank ChildTheme
Theme URI: http://www.VibeThemes.com
Description: Child Theme for WPLMS WordPress Theme
Author: VibeThemes
Author URI: http://themeforest.com/user/vibethemes
Template: wplms
Version: 1.5
*/

@import url("../wplms/style.css");

/* ==========================================================================
   1. General Site-wide Fixes & Adjustments
   ========================================================================== */

/* General Layout */
#content {
    padding-bottom: 30px !important;
}
.home section#content {
    padding-bottom: 30px !important;
}
.breadcrumbs,
#scrolltop {
    display: none;
}

/* Header & Logo */
header #logo {
    display: flex;
    align-items: center;
    height: 100%;
}
#logo img {
    margin-left: 30px;
    max-height: 40px !important;
    width: auto;
}
header #searchicon,
header #new_searchicon,
header #trigger { /* Mobile Menu Button */
    display: none;
}
#vibe_bp_login {
    z-index: 999;
}
#vibe_bp_login:after {
    display: none;
}

/* Header Dropdown Menu Position */
#sidebar-me {
    position: fixed !important;
    top: 65px !important;
    right: 10px !important;
    left: auto !important;
    z-index: 99999 !important;
    transform: none !important;
    margin: 0 !important;
}

/* Footer */
#footerbottom,
.credits .subs {
    display: none;
}

/* KingKong Board Copyrights */
#kingkongboard-wrapper > .kingkongboard-copyrights {
    display:none !important
}

/* Misc Fixes */
.fb-like {
    overflow: hidden !important;
}


/* ==========================================================================
   2. WPLMS Course Specific Styles
   ========================================================================== */

/* Course Layout & Elements */
.single.single-course .featured,
.single.single-course .content .featured {
    display: none;
}
.single.single-course section#title .course_header {
    margin-top: 0px;
}
.course_title h6, /* Course Excerpt */
.block_desc {
    display: none;
}

/* 강의페이지 featured image 삭제 */
.single .featured {display:none}

/* Course Meta Information (Stars, Students, etc.) */
.single-course div#item-header-content div#item-meta,
.students_undertaking,
.block.courseitem .block_content .star-rating,
.block.courseitem .block_content .instructor_course+strong,
.item-meta .students {
    display: none !important;
}

/* Course Reviews */
.course_reviews {
    display: none;
}

/* Course Sidebar (Admins, Nav) */
#item-nav,
#item-admins {
    display: none !important;
}

/* Course Unit Page */
div#unit_content {
    z-index: 1; /* Prevent video overlapping menu */
}
.page-template-start input.review_course.unit_button.full.button {
    margin-top: 15px;
}
.page-template-start input[name="review_course"] {
    display:none;
}
.course_finish div:last-child {
    display:none !important;
}
.course_button.button {
    font-size: 16px;
}
.course-stats #userstats .showhide_indetails {
    display:none;
}


/* ==========================================================================
   3. WooCommerce General Styles
   ========================================================================== */

/* Single Product Page */
div.product .connected_courses,
div.product form.cart div.quantity,
.related.products {
    display: none;
}

/* Cart Page */
.return-to-shop {
    display: none;
}
