/*
Theme Name: Sparkling Child
Theme URI: https://colorlib.com/wp/themes/sparkling
Author: Colorlib
Author URI: http://colorlib.com/
Description: Sparkling is a clean minimal and responsive WordPress theme well suited for travel, health, business, finance, design, art, personal and any other creative websites and blogs. Developed using Bootstrap 3 that makes it mobile and tablets friendly. Theme comes with full-screen slider, social icon integration, author bio, popular posts widget and improved category widget. Sparkling incorporates latest web standards such as HTML5 and CSS3 and is SEO friendly thanks to its clean structure and codebase. It has dozens of Theme Options to change theme layout, colors, fonts, slider settings and much more. Theme is also translation and multilingual ready and is available in Spanish. Sparkling is a free WordPress theme with premium functionality and design.
Version: 2.5.0
Template: sparkling
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sparkling
Domain Path: /languages/
Tags: green, light, white, gray, black, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, photoblogging, left-sidebar, translation-ready, custom-background, custom-colors, custom-menu, featured-images, full-width-template, post-formats, theme-options, threaded-comments

This theme, like WordPress, is licensed under the GPL.

sparkling is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/

.lesstof {
    margin: 20px 0px;
}
.lesstof .wp-block-button,
.wp-block-sensei-lms-button-view-quiz,
.sensei-quiz-action,
.sensei-course-theme-quiz-graded-notice__actions .wp-block-button
 {
    border-radius: 20px !important;
    border: 0px !important;

}
.lesstof .wp-block-button a,
.sensei-course-theme-quiz-graded-notice__actions a,
.wp-block-sensei-lms-button-view-quiz button,
.wp-block-sensei-lms-button-complete-lesson button,
.sensei-quiz-action button,
.wp-block-sensei-lms-button-next-lesson button,
.wp-block-sensei-lms-button-lesson-completed button,
.quiz-submit.save,
.wp-block-sensei-lms-button-view-results button {
    border-radius: 20px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #fff !important;
    padding: 5px 25px !important;
    border: 0px !important;
    text-transform: inherit !important;
}
.quiz-submit.save {
    margin-top: 30px;
    margin-left: 20px;
    background-color: #ffd1d1;
    color: #000 !important;
    font-weight:normal !important;
}
.wp-block-sensei-lms-button-lesson-completed button {
    background-color: #227363 !important;
}
.sensei-lesson-footer, .sensei-quiz-actions-primary  {
    background-color: #eaeaea;
    padding: 20px;
}
.wp-block-sensei-lms-button-complete-lesson button {
    color: #000 !important;
}
.lesstof .wp-block-button a {
    background-color: #F46036 !important;
}
.sensei-quiz-actions .wp-block-button {
    border-radius: 20px;
    display: contents;
}
.sensei-quiz-actions .wp-block-button a {
    border-radius: 20px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #fff !important;
    padding: 5px 25px !important;
    border: 0px !important;
    text-transform: inherit !important;
}

button.quiz-submit.reset {
		  border-radius: 20px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #fff !important;
    padding: 9px 25px !important;
    border: 0px !important;
    text-transform: inherit !important;
	margin-top: 15px;
	background-color: #DA4453;
}
button.quiz-submit.reset:hover {
	background-color: #000;
	color: #fff !important;
}
#sensei-quiz-list h2 {
    color: #000 !important; 
    font-size: 20px !important;
}
.sensei-quiz-question::marker,
.sensei-quiz-question .grade { 
    display: none !important;
    color: #f4f4f4 !important;
}
.wp-block-post-author,
.wp-block-sensei-lms-button-view-results button {
    display: none !important;
}
.sensei-lms-course-navigation-lesson.status-completed svg {
     color: #43af99;
}
.wp-block-sensei-lms-course-outline-lesson.completed svg.wp-block-sensei-lms-course-outline-lesson__status {
    color: #fff;
    border: 0px;
    background-color: #43af99;
}
.sensei-lms-question__answer-feedback__title {
    margin-bottom: 20px;
    display: inline-table;
    border-bottom: 1px dotted;
    color: #43af99;
    font-weight: bold;
}
.sensei-progress-bar__progress {
    background-color: #43af99;
}
.sensei-lms-question__answer-feedback--incorrect .sensei-lms-question__answer-feedback__title {
    color: red;
}
.sensei-lms-question__answer-feedback__answer-notes {
    margin-bottom: 50px;
}
.sensei-course-theme__quiz__main-content .sensei-lms-quiz-back-to-lesson {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}
#sensei-quiz-list li {
	padding: 20px;
}
#sensei-quiz-list li.sensei-quiz-question:nth-child(even) {
	background-color: #ece6e6;
}
#sensei-quiz-list ul.answers li {
	padding: 0px;
}
.sensei-lms-question__answer-feedback__answer-notes {
	text-decoration: underline;
	font-style: italic;
}