/*
 Theme Name:   Aeroklub
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/




/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

body {
	font-family: 'Lato', sans-serif;
}

span.byline {
	display: none;
}

#offcanvas-navbar {
	text-transform: uppercase;
}

$theme-colors {
/*   --color-theme-dark: #243c5a; */
	--color-theme-dark: $blue-500;
}

// page-template-codes-management ->

.code-checker-from-container {
	display: flex;
	justify-content: center;
}

.woocommerce-product-details__short-description {
	display: none;
}

// <- page-template-codes-management

// Widget Top Bar ->
li.hide-social-label .wp-block-social-link-label {
	display: none;
}

/* header#masthead {
	background-image: url(https://aeroklub.chrum.it/wp-content/uploads/2025/04/szybowiec1.jpeg);
	background-repeat: no-repeat;
  	background-size: cover;
	background-position: center;
} */

#bootscore-navbar li.menu-item .nav-link{
/* 	 color: #fff; */
}
// <- Widget Top Bar

// Widget Top Bar ->
.footer_widget  .menu-main-menu-container li.menu-item a {
	font-size: .9rem;
	color: #000;
	text-decoration: none;
}
// <- Widget Top Bar

body.page-template-codes-management .top-bar-widget {
	display: none;
}

#nav-main #bootscore-navbar .sub-menu.depth_1 {
/* 	background-color: #f2f2f2; */
	background-color: $blue-500;
}

@media (min-width: 992px) {
	#nav-main #bootscore-navbar .sub-menu {
		margin: 0 50%;
	}
}



