/*
 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.0
 Text Domain:  eduma-child
*/

.course-author{
		display:none;
}
.thim-course-grid.thim-course-grid-instructor .course-item {
		border-radius: 25px;
}
.thim-course-grid.thim-course-grid-instructor .course-item .thim-course-content {
    padding: 10px;
}
.number-courses {
  display: none;
}
.thim-course-content-layout_style_2 .course-item .thim-course-content {
    border-radius: 0px 0px 25px 25px;
}
.thim-course-content-layout_style_2 .course-item .course-thumbnail {
border-radius: 25px 25px 0px 0px;
}
.thim-course-grid.thim-course-grid-instructor .course-item .course-thumbnail .course-price {
    padding: 5px 15px;
	top:0px;
    height: unset;
    line-height: unset;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
}
.menu-right .thim-link-login .profile {
    color: #000 !important;
}

.menu-right .thim-link-login a{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.items-number{
		color:white;
}
.woocommerce a.remove {
    display: inline-block !important;
}
.course-review .review-stars-rated .review-stars>li span{
		color:white;
}
.thim-widget-courses-searching .courses-searching {
    margin-top: 0px;
}
.woocommerce div.product .product-info .product_meta {
    display: none;
}
.woocommerce-tabs {display: none;}
.course-author {display:none !important;}
.related {display:none !important;}
.thim-social-share {display:none !important;}
.certificate-info{
	box-shadow: 0px 0px 5px #b3adad;
    margin: 10px 0px;
    padding: 5px 40px 30px;
}
.certificate-valid-form button{background-color:#3e3939;}
.certificate-valid-form input{color:#3e3939;}
.om-countdown-days{display:none;}


/*single course page*/

/* Overall container */
.lp-single-course-page {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px 60px;
}

/* Hero layout (left + right) */
.lp-course-hero {
    background: #f5fbff;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 24px 50px rgba(15, 23, 42, .06);
    display: grid;
    grid-template-columns: minmax(0, 2.1fr) minmax(340px, 1fr);
    gap: 30px;
    align-items: flex-start;
}

/* Breadcrumbs, title, subtitle */
.lp-course-breadcrumbs {
    font-size: 13px;
    margin-bottom: 8px;
    opacity: 0.7;
}
.lp-course-title {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
    color: #163c6b;
    margin: 0 0 10px;
}
.lp-course-subtitle {
    font-size: 15px;
    color: #5f6c80;
    margin-bottom: 16px;
}

/* Rating + badges */
.lp-course-top-meta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.lp-course-labels {
    display: flex;
    gap: 8px;
}
.lp-badge {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}
.lp-badge-green { background: #24b276; }
.lp-badge-red   { background: #e63946; }

/* Meta line (updated, language, CPD) */
.lp-course-meta-line {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 18px;
}
.lp-meta-badge {
    background: #f97316;
    color: #fff;
    padding: 3px 10px;
    border-radius: 999px;
}

/* Media row: main image + thumbs */
.lp-course-media-row {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
    gap: 14px;
}
.lp-course-main-image img {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
}
.lp-course-thumbs {
    display: grid;
    gap: 8px;
}
.lp-course-thumb img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 12px;
}

/* Right price card */
.lp-course-price-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 22px 22px 24px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .12);
}

/* Personal / Teams tabs */
.lp-price-tabs {
    display: flex;
    background: #e5edf7;
    border-radius: 999px;
    padding: 4px;
    margin-bottom: 18px;
}
.lp-price-tab {
    flex: 1;
    border: none;
    background: transparent;
    font-size: 13px;
    padding: 6px 0;
    border-radius: 999px;
    cursor: pointer;
}
.lp-price-tab.active {
    background: #133b73;
    color: #fff;
}

/* Price text */
.lp-price-main {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 4px;
}
.lp-price-current {
    font-size: 32px;
    font-weight: 700;
    color: #163c6b;
}
.lp-price-old {
    font-size: 16px;
    text-decoration: line-through;
    opacity: .6;
}
.lp-price-subtitle {
    font-size: 13px;
    color: #2563eb;
    margin-bottom: 16px;
}

/* Buttons */
.lp-price-buttons {
    text-align: center;
    margin-bottom: 16px;
}
.lp-primary-btn .lp-button,
.lp-primary-btn .button,
.lp-secondary-btn {
    display: block;
    width: 100%;
    padding: 11px 16px;
    border-radius: 999px;
    border: none;
    font-weight: 600;
    cursor: pointer;
}
.lp-primary-btn .lp-button,
.lp-primary-btn .button {
    background: linear-gradient(90deg, #1550b2, #0f346b);
    color: #fff;
}
.lp-secondary-btn {
    background: #ffffff;
    border: 1px solid #d1d5db;
    margin-top: 6px;
}
.lp-or-text {
    font-size: 12px;
    opacity: .7;
    margin: 6px 0;
}

/* Money-back + includes */
.lp-moneyback-row {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 14px;
}
.lp-course-includes h4 {
    font-size: 15px;
    margin-bottom: 8px;
}
.lp-course-includes ul {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
}
.lp-course-includes li {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    padding: 4px 0;
    border-bottom: 1px solid #edf0f5;
}
.lp-course-includes li:last-child {
    border-bottom: none;
}
.lp-ci-label { color: #6b7280; }
.lp-ci-value { font-weight: 600; color: #111827; }

.lp-outline-btn {
    width: 100%;
    padding: 9px 16px;
    border-radius: 999px;
    border: 1px solid #93a4c9;
    background: transparent;
    font-size: 13px;
}

/* Tabs (Overview / Curriculum / Reviews) */
.lp-course-tabs-wrapper .course-tabs {
    border-bottom: 1px solid #e5e7eb;
    margin-top: 32px;
    margin-bottom: 20px;
}
.lp-course-tabs-wrapper .course-tabs li {
    display: inline-block;
    margin-right: 10px;
}
.lp-course-tabs-wrapper .course-tabs li a {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 15px;
    color: #4b5563;
}
.lp-course-tabs-wrapper .course-tabs li.active a {
    background: #163c6b;
    color: #fff;
}

/* Section headings under tabs */
.lp-course-tabs-wrapper h2,
.lp-course-tabs-wrapper h3 {
    color: #163c6b;
    font-size: 24px;
    margin-bottom: 12px;
}

/* Curriculum table */
.learn-press-course-curriculum ul.curriculum-sections {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}
.learn-press-course-curriculum .section-header {
    background: #e4f1ff;
    padding: 12px 18px;
    font-weight: 600;
}
.learn-press-course-curriculum .section-content .course-item {
    padding: 10px 18px;
    border-top: 1px solid #edf0f5;
    display: flex;
    justify-content: space-between;
}

/* Reviews cards */
.course-reviews-list li {
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    padding: 16px 18px;
    margin-bottom: 16px;
    background: #f8fbff;
}

/* Responsive */
@media (max-width: 991px) {
    .lp-course-hero {
        grid-template-columns: 1fr;
        padding: 20px;
    }
}
