/*
 Theme Name:     Kadence Child Theme
 Theme URI:      https://www.kadence-theme.com/
 Description:    Kadence Child Theme
 Author:         DE Themes
 Author URI:     https://www.kadencewp.com/
 Template:       kadence
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.cc-twitter-container {
    height: 512px;
    overflow: auto;
}
.cc-new-course-card .llms-loop ul > li   {
    background-color: white !important;
    border-radius: 3px;
    box-shadow: 0 5px 25px 0 rgb(46 61 73 / 20%);
    transition: all .5s ease;
}
.cc-new-course-card .llms-loop ul > li > h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
}  
