/* default */

html, body {
    height: 100%;
}

header {
    z-index: 9999999;
    margin-block-start: 0 !important;
}

header * {
    font-size: 13px;    
}

.t360-page {
    z-index: 99999 !important;
    position: relative;
}

#wpadminbar {
    z-index: 9999 !important;
}

#logo-nav {
    min-height: 41px !important;
    z-index: 99999 !important;
}

#logo-nav * {
    position: relative !important;
}

#gap-laptop {
    display: none !important;
}

#gap-mobile {
    display: none !important;
}     

#gap-laptop {
    display: inline !important;
}

#menu-mobile {
    display: none;
}    

#menu-laptop {
    display: block !important;
}    

#hidden-mobile-navigation {
    display: none;
}

#header-suscribe {
    position: absolute;
    right: 110px;
    top: 30px;
    border: 0px;
}

/* helpers */

.hd-active {
    display: block !important;
}
.hd-inactive{
    display: none !important;
}

.t360-position-relative {
   position: relative !important; 
}

.t360-has-border-bottom {
    border-bottom: 1px solid #e5e5e5 !important;
}

.t360-fixed {
    position: sticky;
    top: 0px;
    width: 100%;
    z-index: 999;
}

/*  */
/* header laptop */
/*  */

#edition-title {
    position: absolute !important;
    top: -10px !important;
    right: 5px !important;
}

/* magazines - social - editions */
#navigation-top {
    padding: 0.6em 1em 0em 1em;
    text-transform: uppercase;
    /* background-color: rgb(0, 0, 0); */
    /* background-color: rgb(189, 20, 20); */
    /* background-color: rgb(61, 60, 60); */
    background-color: rgb(189, 20, 189);
    color: #fff;
}

#navigation-top .nav-top {
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    position: relative !important;
}

/* navigation-middle - logo space */
#logo-nav {
    padding: 0.3em 1em 0.5em 1em;
    text-transform: uppercase;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    background-color: rgb(189, 20, 189);
}

header .hd-social * {
    font-size: 17px !important;
    text-align: right;
} 

/* navigation-bottom */

#nav-categories {
    display: flex;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    text-align: center !important;
    /* padding: 0.6em 1em; */
    background-color: rgb(189, 20, 189);
    color: #fff;
    text-transform: uppercase;
    border: 0px;
}

html.site360_entertainment #nav-categories,
html.site360_entertainment #logo-nav,
html.site360_entertainment #navigation-top
{
    background-color: #BD1514;
}

html.site360_news #nav-categories,
html.site360_news #logo-nav,
html.site360_news #navigation-top
{
    background-color: #0283D4;
}

html.site360_iglesia #nav-categories,
html.site360_iglesia #logo-nav,
html.site360_iglesia #navigation-top
{
    background-color: #227fb9;
}

#nav-categories * {
    font-size: 12px !important;    
}

#nav-categories > nav > ul >li > a {
    padding-bottom: 6px !important;
    border-bottom: 4px transparent solid; 
}

.active-subject {
    border-bottom: 4px #eee solid !important; 
}

#hidden-mobile-navigation {
    width: 400px !important;
    padding: 0px;
    height: 100vh !important;
    background: #555;
    /* overflow-y:scroll;
    overflow-x:hidden;     */

}

/* navigation hidden */

#hidden-mobile-navigation {
    position: fixed !important;
    z-index: 99999999;
    bottom: 0px;
    top: 41px !important;
}



/*  */
/* Medium devices (tablets, 768px and down) */
/*  */
@media (min-width: 767.98px) { 
    #logo-nav div {
        min-width: 150px;
    }
}

@media (max-width: 767.98px) { 

    .hd-social {
        display: none !important;
    }

    #edition-title {
        display: none !important;
    }       
    #navigation-top {
        display: none !important;
    }    
    #nav-categories {
        display: none !important;
    }        
    header {
        position: sticky !important;
        top: 0px !important;
    }
    .site-header-header {
        position: sticky !important;
        top: 0px !important;
    }    

    #menu-mobile {
        display: block;
    }

    /* #hidden-mobile-navigation {
        position: absolute;
    } */

    #hidden-mobile-navigation {
        width: 100% !important;
        padding: 0px;
        height: 100vh !important;
        background: #555;
        /* overflow-x: hidden;
        overflow-y: scroll; */
    }    

}

#menu-mobile {
    padding-left: 5px;
    position: absolute !important;
    top: -12px !important;
    cursor: pointer; 

}

#menu-mobile * {
    color:white;
}



#hidden-mobile-navigation footer {
    flex-direction: column !important;
}    
