/**
 * Theme Name:     Rubik3 Child
 * Author:         Matteo Morreale
 * Template:       rubik3
 * Text Domain:	   rubik3-child
 * Description:    Tema essenziale per TTFB bassi
 */

 /* Child overload */
body .category-manifest {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    color: #FFF;
    text-decoration: none;
    transition: background-color 0.3s;
    text-align: center;
    height: 35px;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
}

body .category-manifest h2 {
    font-size: 15px;
    padding: 0px;
}

@media screen and (min-width: 991px) {
    body .category-manifest {
        max-width: 30vw;
    }
}

body .cat-on-left {
    padding-left: 0px;
    background-color: transparent;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

body span.cat-on-left:after {
    display: none;
}

body .logo {
    width: 178px;
    height: auto;
}

header .logo .main-logo {
    aspect-ratio: 120 / 27;
    max-height: -webkit-fill-available;
    max-height: 45px;
}

.navigation .hamburger-menu-line {
    background-color: white;
}

.nav-previous a:after {
    content: ">";
    margin-left: 1em;
    font-size: 1em;
}

.nav-next a:before {
    content: "<";
    margin-left: 1em;
    font-size: 1em;
}

body .title-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(100%);
    transition: transform 0.5s ease-out;
}