@charset "UTF-8";
/*
Theme Name: Elf Theme
Theme URI: https://ipro-elearning.com
Author: iPro team
Author URI: https://ipro-elearning.com
Description: Elf Theme - a theme for E-learning Fusion website
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 7.4
Version: 1.05.070
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: elftheme
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/


/* @import url('https://fonts.googleapis.com/css2?family=Lato&display=swap'); */


html, body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    background-color: #FAFAFA;
    color: #111111;
}

* {
    box-sizing: border-box;
}


.nav-menu-container {
    margin: 0;
    padding: 6px;
}

.nav-menu-container ul {
    list-style-type: none;
    padding-left: 0px;
}

.nav-menu-container ul li {
    padding: 4px 0;
}


.primary_menu_container ul {
    list-style-type: none;
}
