/*
Theme Name: Breakdance Zero Theme
Theme URI: https://breakdance.com/zero-theme // todo
Author: Breakdance Builder
Author URI: https://breakdance.com/
Description: Entirely disables the WordPress theme system and lets you design every part of your site with Breakdance, while keeping other theme functionality like templates overrides and functions.php.
Version: 1.0.0
Tested up to: 5.9
Requires PHP: 7
License: GNU General Public License v2 or later // todo no idea about this
License URI: LICENSE
Text Domain: breakdance

Requires Breakdance to be installed.
*/
header:not(.bde-header-builder--sticky-styles) .breakdance-menu-link,
header:not(.bde-header-builder--sticky-styles) .bde-button__button, 
header:not(.bde-header-builder--sticky-styles) .breakdance-menu-toggle {
	color: #fff!important;
	transition: 0.5s;
}
header:not(.bde-header-builder--sticky-styles) .breakdance-menu-link-arrow:after {
	background-color: #fff!important;
	transition: 0.5s;
}
header.bde-header-builder--sticky-styles {
	background-color: #ffffffdd!important;
	//-webkit-backdrop-filter: blur(20px);
	//backdrop-filter: blur(20px);
	//border-radius: 0 0 50px 50px;
}
header.bde-header-builder--sticky-styles .h-logo path {
	fill: var(--bde-body-text-color)!important;
}
header.bde-header-builder--sticky-styles .breakdance-menu-item::before {
  background-color: #333!important;
}
/*.page-id-1746 header:not(.bde-header-builder--sticky-styles) .h-logo{
	display: none;
}*/
@media (max-width: 768px) {
  .h-logo {
    width: 200px;
  }
}

/* fix offcanvas */
@media (max-width: 768px) {
	header nav.breakdance-menu--offcanvas .breakdance-menu-link {
		//color: var(--bde-body-text-color)!important;
	}
	header nav.breakdance-menu--offcanvas .breakdance-menu-link-arrow:after {
		background-color: var(--bde-body-text-color)!important;
	}
}
/* Firefox */
html, body, * {
  scrollbar-width: thin;
  scrollbar-color: #333 #aaa;
}
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: #aaa;
}

::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 4px;
}