p, div, span {
    font-size: 14px;
    color: black;
}
.elementor-widget-post-info .elementor-icon-list-icon i {
    color: black;
}
.js .tmce-active .wp-editor-area{
	color:black !important;
}
.woocommerce-tabs ul.tabs li {
background: black!important;
}
.woocommerce-Tabs-panel {
background: black;
}
textarea#content.wp-editor-area{
	color:black !important;
}
.wcv-message {
border: 2px solid red;
border-radius: 25px;
color: #156DB2;
}
#sidebar-toggle {
    display: inline-block;
    position: absolute;
    z-index: 100;
    top: 198px;
    left: 475px;
    width: 25px;
    height: 56px;
    margin: 0;
    background: #008000;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: 0.25s;
    -webkit-appearance: none;
    border: none;
}
.course-curriculum .section-content {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #008000;
}
@media(max-width:768px){
.lp-sidebar-toggle__open input#sidebar-toggle {
    left: 250px !important;
}
}