/*
Theme Name:     Elearni Child
Theme URI: 		http://elearni.dttheme.com/
Author: 		the DesignThemes team
Description:    Child theme for the Elearni theme powered by DesignThemes
Template:       elearni
Version:        1.0
*/
.vc_custom_1724941465694 {	
	background-color: #FFFFFF !important;
}


body:not(.no-header-image) .custom-header-image::before, .lodestar-front-page .custom-header-image::before {
    background: none;
}

.videosections {
    font-family: 'Helvetica', sans-serif;
    background: #f9f9f9;
    padding: 40px;
}

.filter-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.filter {
    padding: 10px 20px;
    background: #e6ecfc;
    border: none;
    border-radius: 20px;
    color: #333;
    cursor: pointer;
    font-weight: bold;
}

.filter.active {
    background: #ff6600;
    color: white;
}

.video-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.video-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.video-thumbnail img {
    width: 250px;
    height: auto;
    border-radius: 10px;
}

.video-details {
    flex: 1;
}

.video-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.video-description {
    color: #888;
    margin-bottom: 10px;
}

.video-meta span {
    display: inline-block;
    margin-right: 20px;
    color: #555;
    font-size: 14px;
}

.watch-button {
    display: inline-block;
    background: #66cc33;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
}

.right-padding-5 {
	padding-right: 5px;	
}