/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */

.learndash-cpt .accordion {
    background-color: #eee !important;
    color: #444 !important;
    cursor: pointer;
    padding: 18px;
    width: 100% !important;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.learndash-cpt .active, .learndash-cpt .accordion:hover {
    background-color: #ccc;
}

.learndash-cpt .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}