/*
Theme Name: Beaver Builder Child
Theme URI: https://example.com/
Description: Child theme for Beaver Builder Theme (customisations go here)
Author: Your Name
Author URI: https://example.com/
Template: bb-theme
Version: 1.0.0
Text Domain: beaver-builder-child
*/

/* --- Add your child theme CSS below this line --- */
.fl-builder-content[data-type="header"].fl-theme-builder-header-sticky {
    position: fixed !important;
    transform: translate(0px, -175px) !important;
}