/**
 * Theme Name:     Fundacion Paiz Child
 * Author:         Caramba Moreno
 * Template:       twentytwentyfive
 * Text Domain:	   fundacion-paiz-child
 * Description:    Plantilla hija hecho para la pagina de Fundacion Paiz
 */



/* relative position used for mega menu 
html {
    position: relative;
}*/

/* mega menu */
.wp-block-template-part .cm--mega-menu {
   position: fixed;
    right: 0%;
    top: 0%;
    width: 100vw;
    max-width: none;
    height: 100vh;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
}

/*ESTO HACE QUE NO AFECTE EL ADMIN BAR*/
.admin-bar .wp-block-template-part .cm--mega-menu {top: 2rem;}

.wp-block-search__input {
    line-height: 0;
}

/* add this no scroll element when the mega menu is on */
.cm--no-scroll {
    overflow-x: hidden;
    overflow-y: hidden;
}



.wp-block-search__inside-wrapper .wp-block-search__buttona {
    background-color: white;
    padding: 0.25rem;
} 


.wp-block-search__inside-wrapper .wp-block-search__button .search-icona {
    color: black;
    width: 0.75rem;
    height: 0.75rem;
    min-height: 0.75rem;
    min-width: 0.75rem;
}


/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Medium and down */
@media screen and (max-width: 63em) {

}

/* Large and up */
@media screen and (min-width: 64em) { }

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

@media (max-width: 1024px) { }