/*
	Theme Name: Lekker Child
	Theme URI: https://lekker.qodeinteractive.com
	Template: lekker
	Author: Mikado Themes
	Author URI: https://qodeinteractive.com
	Description: A child theme of Lekker
	Version: 1.0.0.1614014266
	Updated: 2021-02-22 17:17:46
	
*/

.qodef-grid>.qodef-grid-inner>.qodef-grid-item{
	padding:0px !important;
}
.qodef-content-grid {
    width: 1100px!important;
    margin: 0 auto;
}
@media only screen and (max-width: 1200px){
	.qodef-content-grid {
		width: 960px!important;
	}
}
@media only screen and (max-width: 1024px){
	.qodef-content-grid {
		width: 768px!important;
	}
}
@media only screen and (max-width: 768px){
	.qodef-content-grid {
		width: 600px!important;
	}
}
@media only screen and (max-width: 680px){
	.qodef-content-grid {
		width: 420px!important;
	}
}
@media only screen and (max-width: 480px){
	.qodef-content-grid {
		width: 340px !important;
	}
}

.quiz-category-2 .div_comprobar, 
.quiz-category-3 .div_comprobar{display:none!important;}
.ays_question_hint_container .icono-pista{color: #fff;font-size: 50px !important;}
.modal-contenido{
	max-width: 270px;
    width: max-content;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 999;
    top: 60px;
    left: unset;
    margin-left: 15px;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 40%);
    transition: opacity 0.5s;
	background-color: #366482;
    box-shadow: 0 0 15px 3px rgb(0 0 0 / 60%);
}
.modal{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity:0;
	pointer-events:none;
	transition: all 1s;
	z-index: 9;
	height: 100vh;
}
*[id^='mapa-']:target{
	opacity:1;
	pointer-events:auto;
}
.modal-close{float:right;font-size:22px;color:#fff;
	margin-bottom: 10px;
margin-right: 5px;}
.modal-close:hover{color:#eee;}
*[id^='mapa-'] iframe{width:100%!important;height:50vh!important}

#qodef-page-footer-bottom-area{padding:62px 5px 10px 5px !important;}
.ays_thank_you_fs{flex-direction:column;}
.ays_question_hint_container .ays_question_hint_text{left: 0!important;top: 54px!important;}


