/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 08 2025 | 05:40:23 */
 #dashboard-statistic .dashboard-statistic__row .statistic-box:not(:first-child) {
  display: none !important;
}
.learn-press-tabs .learn-press-filters li:not(:first-child) {
  display: none !important;
}

/* Hide 3rd, 4th, 5th columns in table header and body */
.lp_profile_course_progress th:nth-child(n+3),
.lp_profile_course_progress td:nth-child(n+3) {
    display: none !important;
}
.lp_profile_course_progress__item lp_profile_course_progress__header{
background-color:#ffffff !important;
}
.learn-press-profile-course__progress .lp_profile_course_progress__item td:nth-child(2), .learn-press-profile-course__progress .lp_profile_course_progress__item th:nth-child(2) {
    width: 100%;
    text-align: left;
    background:#ffffff !important
}
.lp_profile_course_progress__item th:nth-child(1) {

    background: #ffffff !important;
}
.learn-press-message.success {
    display: none;
}

/* Hide only the "You are logged in as..." message after login */
.profile_page .gb-container-content > .learnpress:not(:has(form)) {
    display: none !important;
}
.lp-single-course .lp-single-course-main .course-price {   
    display: none;  
}
.lp-single-course .info-meta-item:first-child {
    display: none !important;
}

/*  */

.page-id-8 .entry-title {
  display: none !important;
}

body.wp-singular.page-template-default.page.page-id-8 main#content {
  padding-top: 120px !important;
}

article#profile-content {
  padding-bottom: 120px !important;
}

.learn-press-form-login.learn-press-form {
  margin-bottom: 120px;
}

/* Tablet (max-width: 1024px) */
@media (max-width: 1024px) {
  body.wp-singular.page-template-default.page.page-id-8 main#content {
    padding-top: 80px !important;
  }

  .page-id-8 .content {
    padding-top: 80px !important;
  }

  article#profile-content {
    padding-bottom: 80px;
  }

  .learn-press-form-login.learn-press-form {
    margin-bottom: 80px;
  }
}


@media (max-width: 767px) {

}
