/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.1.9
 Text Domain:  eduma-child
*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* Quiz page */
div.question-content p {
	unicode-bidi: plaintext;
	text-align: start;
}

div.question-response .point {
	padding: 10px;
}

.demo-marketplace #popup-content .thim-ekit-single-item__data .form-button-finish-course {
	margin-right: 10px;
	margin-left: 0 !important;
	margin-top: 0 !important;
}

div.thim-ekit-single-course-item__navigation,
div.thim-ekit-single-course-item__navigation__link a {
	flex-direction: row-reverse;
}

.answer-options .answer-option .option-title {
	direction: ltr;
	justify-content: left;
}

.demo-marketplace #popup-content .thim-ekit-single-item__data .question .answer-option input[type=radio] {
	left:auto !important;
}
div.question-content p {
	font-weight: bold;
}

/* Quiz sticky timer mobile view */
@media (max-width: 700px) {
	div.quiz-status > div {
		font-size: smaller;
		flex-direction: row !important;
	}
	div.submit-quiz > #button-submit-quiz {
		padding: 10px !important;
		max-width: 80px;
    	font-size: smaller;
	}
	.learnpress-v4 .quiz-status>div div:nth-child(3) {
		flex: 0 !important;
	}
}

/* Lesson page fix hiding in tablets */
@media (max-width: 992px) {
    .demo-marketplace.lp-sidebar-toggle__open .thim-ekit-single-item__data {
        display: block !important;
    }
}

/* Profile page */
.learn-press-filters.quiz-filter-types .failed,
.learn-press-filters.quiz-filter-types .passed,
.learn-press-filters.quiz-filter-types .completed {
    display:none;
}