/*
PulSEO
*/

.full-screen-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f4ef;
    z-index: 1000;
}

.full-screen-menu.show {
    display: block;
}

.close-menu-button {
    position: absolute;
    top: 0.6em;
    right: 0.6em;
    font-size: 2em;
    cursor: pointer;
    font-weight: 900;
    z-index: 1001;
}

.full-screen-menu nav.mobile-navigation {
    overflow-y: auto;
    height: 100%;
}

.full-screen-menu .mobile-menu-items {
    margin-top: 20%!important;
}

@media (max-width: 768px) {
    .full-screen-menu .menu-lang-flex-item li {
        max-width: 100%!important;
    }
}