/*
 Theme Name:   LMS Elementor Child
 Theme URI:    https://dtlmselementor.wpengine.com/
 Description:  LMS Elementor Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     lms-elementor
 Version:      1.0.4
 Text Domain:  lmselementor-child
*/

span.dtlms-price-status.dtlms-cost ins::before{
    content: "Inter";
    border-bottom: 2px solid #5495ae;
}

span.dtlms-price-status.dtlms-cost:has(del):has(ins) del::before,
span.dtlms-price-status.dtlms-cost:not(:has(del)) ins::before{
    content: "Intra";
    border-bottom: 2px solid #f8db4a;
}


span.dtlms-price-status.dtlms-cost del::before, span.dtlms-price-status.dtlms-cost ins::before{
    display: flex;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 2px;
}

span.dtlms-price-status.dtlms-cost {
    display: inline-flex;
}

span.dtlms-price-status.dtlms-cost del, span.dtlms-price-status.dtlms-cost ins{
    background-color: #ae9e10 !important;
    display: block;
    padding: 5px 10px;
}

span.dtlms-price-status.dtlms-cost del span {
    color: #5d5514 !important;
}


span.dtlms-price-status.dtlms-cost ins span{
	color: #321245 !important;
}

span.dtlms-price-status.dtlms-cost:not(:has(del)) ins span {
    color: #5d5514 !important;
    font-size: 16px;
}

.dtlms-course-detail.type4 .dtlms-course-detail-content .dtlms-coursedetail-price-details{
	background-color: transparent !important;
}


@media (min-width: 1281px) {
    .wdt-header-menu ul.wdt-primary-nav li.has-mega-menu > ul.sub-menu > li:last-child {
			background: #ffe9e6 !important;
	}
}


#header-wrapper #header:only-child .wdt-no-header-builder-content, .wdt-header-menu ul li ul, .mobile-menu, .mobile-menu>ul, .mobile-menu ul, .mobile-menu ul li ul {
    background: #ffe9e6;
}