/*
 Theme Name:   Benaa Child Theme
 Theme URI:    http://themes.g5plus.net/benaa/
 Description:  Benaa Child Theme
 Author:       G5Theme
 Author URI:   http://g5plus.net
 Template:     benaa
 Version:      1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
 Text Domain: 		benaa
*/
/************************************************************************************
Put your custom CSS below this block :)
*************************************************************************************/


#nav_menu-11 .menu {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px 20px !important;
    list-style: none;
    padding: 0;
}

#nav_menu-11 .menu li {
    margin: 0;
}

#nav_menu-11 .menu li a {
    display: block;
    padding: 5px 0;
}

@media (max-width: 768px) {
    #nav_menu-11 .menu {
        grid-template-columns: 1fr !important;
    }
}



.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-rtl.wpml-ls-legacy-list-horizontal {
    background-color: transparent !important;
}


.logo-header {
    width: 90px;
}

.sticky-area-wrap {
    height: 100px;
}