/* TYPE YOUR OWN CSS HERE */

#header {
    background-image: url(https://biblioteka.umlub.pl/wp-content/uploads/2024/07/1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;

}

/*
	#sub-nav {
		position: relative;
		left: 0;

		min-height: 38px;
		padding-top: 35px;
    margin-top: -45px!important;
	}

	#sub-nav .main-nav { 		
		width: 100%;
		max-width: 1300px;
		margin: 0px auto;
		margin-left: 210px;
		margin-top: -35px;
	}

	#sub-nav>ul>li {
    margin-left: 45px;
}
*/
#sub-nav .parent-nav .fa-fw {
    display: none;
}

#header a.logo-container {
	left: 55px!important;
}
#sub-nav .main-nav {
	justify-content: center;
}
#header .logo {
    max-height: none;
    margin-top: 10px;
    margin-bottom: 10px;


}
#sub-nav>ul>li {
    margin-left: 50px;
	margin-top: 70px;
}
/*
#sub-nav .user-menu.newux {
    margin-top: -25px!important;
}
*/
body.pages .widget.tabbed .tabbed-widget-content ul.tabbed-widget-tabs li.tabbed-widget-tab {
    font-weight: 400;

}

@media only screen and (max-width: 1024px) {
    #sub-nav .main-nav a {
        color: #111;
    }
    .mobile-my-profile-menu-header .custom-nav-closer {
        border: none !important;
        background-color: #fff;
        color: #111;
    }
}