/*
 Theme Name:   Gostudy Child
 Theme URI:    https://rasitheme.com/wp/gostudy/
 Description:  Child Theme for Gostudy Education WordPress Theme
 Author:       RaisTheme
 Author URI:   https://rasitheme.com/
 Template:     gostudy
 Version:      1.0.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Tags:          custom-header, custom-logo, blog, theme-options
 Text Domain:  gostudy-child
*/


#ld-profile .ld-profile-card {
    display: none;
}

.is-border {
    border: 1px solid #333;
    padding: 5px;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label {
  padding: 8px 3px;
  border: none;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem {
  margin-bottom: 0px;
}

.is-highlight {
	background-color: #FFFF00;
}

.wpProQuiz_question_text p {
    font-family: Arial, Helvetica, sans-serif !important;
    margin-bottom: 5px !important;
    line-height: 18px !important;
    font-size: 14px !important;
}

.wpProQuiz_reviewLegend ol>li:before,
.wpProQuiz_reviewQuestion ol>li:before {
    display: none;
}

.ldx-plugin .learndash .wpProQuiz_content .wpProQuiz_questionListItem label {
    background-color: transparent !important;
}

.wpProQuiz_question_text .MathJax_Display {
    display: inline !important;
}