/*
Theme Name: Breakdance Zero Theme Child
Theme URI: https://breakdance.com/zero-theme//todo
Template: breakdance-zero-theme-master
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.1692177941
Updated: 2023-08-16 11:25:41

*/


/* Jobs count badge */
.breakdance-menu .breakdance-menu-link[data-job-count]::after {
    content: attr(data-job-count) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: var(--bde-palette-color-2) !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    min-width: 20px !important;
    height: 20px !important;
    padding: 0 5px !important;
    border-radius: 50% !important;
    margin-left: 6px !important;
    position: relative !important;
    top: -1px !important;
}








html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}