/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 04 2024 | 04:46:29 */
.thim-ekits-menu__nav>li {
    margin: 0;
    padding-right: 30px;
}
.thim-ekits-menu__nav {
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.learn-press-curriculum {
    display: none;
}
.flex-1 {
    display: inline;
}
form.search-courses input {
    padding: 10px 55px;
    border-radius: 23px;
    border: 1px solid #676767;
}
ul.curriculum-sections h3.section-title {
    font-size: 18px !important;
}
.single-lp_course .lp-archive-courses .learnpress-course-curriculum #learn-press-course-curriculum .section .section-header {
    padding: 10px 0;
}
span.origin-price {
    text-decoration: line-through;
    padding-right: 10px;
	color: #9D9D9D;
}
span.price {
    color: #f24c0a;
    font-weight: 500;
}
span.free {
    color: #00d637;
    font-size: 1em;
    font-weight: var(--thim-font-button-font-weight,500);
}