/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.tutor-color-secondary p {
    color: #fff;
}
.tutor-meta>* {color: #fff;}
.tutor-btn-ghost {color: #fff;}
.tutor-btn-primary {background-color: #d41212;color: #fff;}
.tutor-color-secondary {color: #000;}
.tutor-course-content-list-item-title {font-weight: 600;color: #000;}
.tutor-mt-32 {
    margin-top: 15px;
}
.elementor-kit-6 h2 {
    font-size: 26px;
    color: #e46125;
}
.elementor-kit-6 h3 {
    font-size: 23px;
    color: #000;
}
.tutor-accordion-item-header.is-active {
    color: #000000;
    background-color: #eff1f6;
    border-radius: 6px 6px 0 0;
    font-weight: 600;
}
nav.tutor-nav {
    background: #fff;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}