/*
Theme Name: Avas Child
Theme URI: https://x-theme.net/avas/
Author: theme-x
Author URI: https://themeforest.net/user/theme-x
Description: Responsive Multi-Purpose WordPress Theme.
License: GNU General Public License v2 or later
License URI: http://themeforest.net/licenses
Template: avas
Version: 1.1
Text Domain: avas
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/* Desktop főmenü zászló */
#main-menu li.lang-item img,
#main-menu li[class*="pll"] img {
    width: 24px !important;
    height: auto !important;
    max-width: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

/* Mobil hamburger menü zászló */
#tx-res-menu li.lang-item img,
#tx-res-menu li[class*="pll"] img,
.tx-mobile-menu li.lang-item img,
.tx-mobile-menu li[class*="pll"] img,
.tx-res-menu li.lang-item img,
.tx-res-menu li[class*="pll"] img {
    width: 24px !important;
    height: auto !important;
    max-width: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

/* Mobil menü link igazítás */
#tx-res-menu li.lang-item > a,
#tx-res-menu li[class*="pll"] > a,
.tx-mobile-menu li.lang-item > a,
.tx-mobile-menu li[class*="pll"] > a,
.tx-res-menu li.lang-item > a,
.tx-res-menu li[class*="pll"] > a {
    display: flex !important;
    align-items: center !important;
    min-height: 44px !important;
}
.sub-header{
    display:none !important;
}