/*
 Theme Name: Modo Default Template Child
 Theme URI: http://exemplo.com/meu-tema-child
 Description: Tema filho do tema Meu Tema
 Author: Seu Nome
 Author URI: http://exemplo.com
 Template: modo-default-template
 Version: 1.0.0
*/

/* Estilos adicionais podem ser escritos abaixo */

@media screen and (min-width:576px) {
    body.modo-elementor-page header {
        height: 68px;
        width: 100%;
    }
    
    body.modo-elementor-page #site-main {
        height: calc(100dvh - 68px);
    }
    
    #site-main   .modo-bootstrap-menu{
        height: calc(100dvh - 68px) !important;
    }
}

.modo-video-grid-item .category-container .share-button {
    background-color: var(--e-global-color-primary);
}   

#masthead
{
    display: none;
}

body.ehf-stylesheet-modo-default-template-child:has(.mu_register.wp-signup-container){
    display: flex;  
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100dvh;
}

body.ehf-stylesheet-modo-default-template-child:has(.mu_register.wp-signup-container) #page
{
    width: 360px;
}

body.ehf-stylesheet-modo-default-template-child #signup-content .mu_register.wp-signup-container h2{
    display: none;
}
