.img_max_content, .img_max_content img {
    max-width: max-content;
}

.child_inherit_font * {
    font: inherit;
}

.perfect_center{
    display: flex!important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.mobile-only,
.header-navigation-wrapper .wpml-ls-menu-item {
    display: none!important;    
}

@media screen and (max-width: 768px){
    .desktop-only{
        display: none!important;
    }

    .mobile-only{
        display: block!important;    
    }
}

@media screen and (max-width: 999px){
    .menu-item.desktop-only{
        display: none!important;
    }

    .menu-item.mobile-only,
    .header-navigation-wrapper .wpml-ls-menu-item {
        display: block!important;    
    }
}