/*
Theme Name: edu press child
Author: 
Description: Your description goes here
Version: 1.0
Template: edu-press

This is the child theme for Edu Press theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


/**estilo de cursos*/
:root,
html,
body {
    --thim-font_title-font-family: 'Poppins', sans-serif !important;
}

footer {
    background-color: #08080A !important;
}

.lp-archive-courses { 

    background-color: #08080A;
    color: white;
}

.lp-archive-courses .switch-btn {
    
    background-color: #08080A !important;
}

.lp-archive-courses .switch-btn:before {
    color: #fff !important;
}

.lp-archive-courses .top_heading {
    display:none;
}

.lp-archive-courses .lp-content-area {
    padding-top: 1.5rem;
}

.course-item{
    display:flex;
    gap:25px;
    align-items:flex-start;
}

.course-thumbnail{
    width:320px;
    flex-shrink:0;
}

.course-thumbnail img{
    width:100%;
    display:block;
    border-radius:8px;
}

.lp-udemy{
    display:flex;
    flex-direction:column;
    flex:1;
}

.lp-course-title{
    font-size:26px;
    font-weight:700;
    margin:0 0 12px;
}

.lp-course-title a{
    color:#222;
    text-decoration:none;
}

.lp-course-description{
    color:#fff;
    line-height:1.7;
    margin:12px 0 18px;
    
}

.lp-course-instructor{
    font-size:14px;
    color:#666;
    margin-bottom:15px;
}

.lp-course-rating{
    color:#b4690e;
    font-weight:bold;
    margin-bottom:15px;
}

.course-wrap-meta{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
    margin-bottom:18px;
}

.lp-course-price{
    font-size:28px;
    font-weight:bold;
    margin-top:10px;
}
.lp-form-course-filter label,  .lp-form-course-filter span {
    color: #fff !important;
}

.lp-form-course-filter__title {
    color: #fff !important;
}

.lp-btn-buy{
    display:inline-block;
    margin-top:15px;
    padding:14px 28px;
    background:#a435f0;
    color:#fff;
    border-radius:5px;
    font-weight:bold;
    text-decoration:none;
}

.lp-btn-buy:hover{
    background:#8710d8;
    color:#fff;
}