/*
Theme Name: Eduma Child
Theme URI: https://eduma.thimpress.com/
Template: eduma
Author: ThimPress
Author URI: https://thimpress.com
Description: Premium Online LMS &amp; Education WordPress Theme.
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
Version: 5.2.3.1775758278
Updated: 2026-04-09 18:11:18

*/

/* Tamaño del menú */
:root {
	--thim-main-menu-font-size: 17px !important;
	--thim-width-logo: 264px !important;
}

/* Padding y espaciado del menú */
@media (min-width: 1025px) {
    .navigation .navbar-nav > li > a {
        padding: 14px 14px !important;
    }
}

/* Gap entre items */
.thim-ekits-menu__nav {
    gap: 5px !important;
}

/* Fix header en mobile */
@media (max-width: 991px) {
    #masthead.site-header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 9999 !important;
    }
    
    body {
        padding-top: 4x !important;
    }
}

