/*
Theme Name:   twentytwentyone child theme
Description:  Tema hijo para hacer personalizaciones de código
Author:       Alberto R
Author URL:   https://www.comunidadalcampo.es/stikeez/
Template:     twentytwentyone
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  twentytwentyone-child
*/

@font-face{
    font-family: 'SanaSans';
    src: url('https://www.comunidadalcampo.es/stikeez/wp-content/themes/twentytwentyone-child/fuentes/SanaSansAlt-Medium.otf');

}
body *, h2{
	font-family: 'SanaSans' !important;
}
body{
    max-width: 2500px !important;
    margin: auto !important;
    background-color: white !important;
}

.columna-logo a:focus,.fila-logo a:focus{
 background-color: transparent !important;
}
a:focus{
    outline: none !important;
    background-color: transparent !important;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img{
    outline: none !important;
}


.enlace-minibook img, .enlace-minijuegos img, .enlace-votar img{
	height: 100%!important;
}


@media(max-width: 767px){
    .fila-botones{
        margin-top: 0px!important;
    }
}