/*
 Theme Name:   Braintech Child
 Theme URI:    http://keenitsolutions.com/products/wordpress/braintech/
 Description:  Unitek Child
 Author:       RS Theme
 Author URI:   http://rstheme.com
 Template:     braintech
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */
 

.quiz-slide.active-slide {
   opacity: 1;
   display: inline-block;
}

.answer-content-after {
   display: none;
}
 
.quiz-slide {
   opacity: .3;
   display: none;
}

.quiz-title {
   color: #35587c;
   font-size: 18px;
}

.quiz-title {
    color: #35587c;
    font-size: 18px;
    background: #f4f4f4;
    padding: 8px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 4px;
}

.quiz-title p {
   display: inline-block;
   margin-left: 5px;
   margin-bottom: 0;
}

.display-answer {
   border: 0px solid red;
   display: block;
}

.display-answer label {
   color: red;
}
 
.display-answer.correct {
   border: 0px solid green;
}

.display-answer.correct label {
   color: green;
}

.correct-answer {
    display: none;
    margin: 15px auto;
    font-weight: 600;
    color: #5e6c59;
}

.finish-text {
   display: none;
   font-size: 30px;
}

button#next, button#previous, button#finish {
    border-radius: 2px;
    outline: none !important;
}

.answer-content-after p:last-child {
    margin-bottom: 5px;
}

.answer-content-after {
    border-left: 3px solid #c2dd7c;
    padding: 5px 20px 5px;
    margin-bottom: 20px;
}

.correct-row {
    margin-bottom: 20px;
}

#finish {
   display: none;
}

.resources-container {
   display: none;
   background: #5bdbd4;
   background: #56a4be;
   background: #69b2e4;
   padding: 20px 30px;
   width: 100%;
   max-width: 990px;
   margin-bottom: 30px;
   border: 1px solid #afafaf;
   border-radius: 2px;
}

.resources-container .resources-link span {
   font-weight: bold;
   color: white;
   margin-right: 10px;
}

.resources-container .resources-link a {
   text-decoration: underline;
   color: #000;
}

.answer-content-after img, .quiz-slide img, .page-template-page-quiz-php .entry-content img {
   border: 1px solid #d2d2d2;
   border-radius: 2px;
   box-shadow: 4px 4px 2px #cbd0ca;
   padding: 4px;
}

.page-template-page-quiz-php .entry-content > h2 {
   font-family: 'Montserat', sans-serif;
   color: #93BF18;
   margin-top: 20px;
   font-size: 2em;
}

.widget_text.footer-top-logo p a {
   text-decoration: underline;
}
