/*
Theme Name: Nirvana Child
Theme URI: https://wp-themes.com/nirvana
Author: Theme Creator
Description: Nirvana child theme.
Template: nirvana
Version: 1.0.0
Text Domain: nirvana
*/

/* Fixes for mobile header */
@media (max-width: 800px) {
    a#logo img {
        max-height: 80px !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #gtranslate_wrapper {
        position: static !important;
    }
    #menu-obere-navigation:after, .menu-item-gtranslate:after {
        content		: ".";
        visibility	: hidden;
        display		: block;
        height		: 0;
        clear		: both;
    }
    #sheader, .topmenu {
        display: table;
        float: none;
        margin: 5px auto;
    }
}
#nav-toggle {
    display: none !important;
}


/*
Start button when Quize is passed and when Quize is not passed. Changing the Pop-Up position
*/
#content .action-block .wpProQuiz_button.wpProQuiz_quizPassed {
    color: #fff !important;
    /*    border: 1px solid #007b25 !important;*/
    /*    background-color: #007b25!important;*/
    border: 1px solid #0151fe !important;
    background-color: #0151fe!important;
}
#content .action-block .wpProQuiz_button.wpProQuiz_quizPassed:hover {
    /*border-color: #00691e !important;*/
    /*    background-color: #00691e !important;*/
    border-color: #0047e1 !important;
    background-color: #0047e1 !important;
}

.wpProQuiz_popup {
    bottom: 360px;
}
