/*
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.
/*--------------------------------------------------------------*/



/* Breakdance Fixes */
html, body {
    overflow-x: hidden;
}


/* Navigation */

body:not(.home) #main_menu .breakdance-menu-link {
  color: #043472;
}

    /* Minicart */

#menu_minicart {
    display: none;
}
body.home .bde-mini-cart-toggle bdi {
    color: #fff;
}
body:not(.home) .bde-mini-cart-toggle .bde-mini-cart-toggle__icon {
    background-color: #043472 !important;
}
body.home .bde-mini-cart-toggle .bde-mini-cart-toggle__icon {
    background-color: #fff !important;
}


/* The Events Calendar */

.tribe-events-single-event-description > div > div {
    margin: 0 !important;
}
.breakdance.single-tribe_events h1 {
  font-size: 24px;
}
.breakdance.single-tribe_events h2 {
  font-size: 20px;
}
.breakdance.single-tribe_events h3 {
  font-size: 18px;
  font-weight: 500;
}

    /* Filter */
    
.tribe-filter-bar button:focus {
    outline: none !important;
}



/* WooCommerce */

    /* Products */
    
#boutique_sidebar form.woocommerce-product-search {
    flex-direction: column;
}
#boutique_sidebar form.woocommerce-product-search button[type="submit"] {
    width: 100%;
}
