/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/*sticky footer menu*/
@media only screen and (min-width: 960px) {
.sticky-footer-menu{display:none!important;}
}
.sticky-footer-menu {
	position: fixed;
	height: 60px;
	width: 100%;
	bottom: 0;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	z-index: 23235;
}

a.gb-button {
    animation: blinkButton 0.8s infinite;
    box-shadow: 1px 0px 30px;
    color: #f2f274;
}

/* Quiz maker Pre Next button */
.ays_buttons_div {
    flex-wrap: wrap-reverse;
}	
	

.ays_quiz_question p { 
 font-family: 'Noto Serif Devanagari';
font-weight: bold;
	text-align: justify!important;
}

.ays-quiz-questions-nav-wrap .ays-quiz-questions-nav-content {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 5px;
    overflow: scroll;
    width: 100%;
    height: 75px;
    border: 2px solid #31d14e;
}

table {
    font-family: Noto Serif Devanagari;
    font-size: 20px;
}


div#ays-quiz-container-20 .ays-questions-container .ays_quiz_question * {
    text-align: justify;
}



	
	
.action-button.start_button {
   animation:blinkButton 0.8s infinite;
}
@keyframes blinkButton {
    0%{opacity:0.1;}
    50%{opacity:1; box-shadow: 1px 0px 30px ;}
    100%{opacity:0.1;
}	
	
	