/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: https://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here...Remember to change the Version number above! */ 

/* Ensure Main Header stacks over page content */

/* Target the primary theme header wrapper */
header.fl-page-header, 
.fl-page-header-primary {
    position: relative !important;
    z-index: 9999 !important;
}

/* Ensure the Beaver Themer layout inside also has high priority */
.fl-builder-content-47 {
    position: relative !important;
    z-index: 9999 !important;
}

/* Remove spacing from the container holding the heading */
.fl-heading, 
.fl-module-heading .fl-module-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Remove extra space above Header Tags */
h1, h2, h3, h4, h5, h6 {
    margin-top: 0px !important;    /* Space above the heading */
    margin-bottom: 10px; /* Space below the heading */
    padding: 0;          
}

/* Home Specific Header Z-Index */

.fl-builder-content-1703 {
  position: relative;
  z-index: 9999 !important;
}
