/*
Theme Name:   ZoxPress Child
Theme URI:    https://themeforest.net/user/mvpthemes/
Description:  ZoxPress Child Theme
Author:       MVP Themes
Author URI:   https://themeforest.net/user/mvpthemes/portfolio
Template:     zoxpress
Version:      1.0.0
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags:         two-columns, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
Text Domain:  ZoxPress-child
*/

.zox-bot-head-logo {
  line-height: 0;
  text-align: left;
}

@media screen and (max-width: 479px) {
  .zox-head-width #zox-bot-head {
    grid-template-columns: 10px auto 60px;
  }
}

.zox-nav-menu-lang {
    float: right;
    height: 100%;
    display: flex;
    gap: 20px;
    align-items: center;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}