/*
Theme Name: WB Runway Four Child
Theme URI: https://web.bird.digital/
Author: Web Bird Digital
Author URI: https://web.bird.digital/
Description: A child theme of the Runway Four Template
Version: 0.0.1
Template: wb_runway_four
License: Private - Do Not Modify, Do Not Distribute
License URI: https://web.bird.digital/terms-and-conditions/
Text Domain: wb

This theme is private and not to be modified or distributed without permission from Web Bird Digital. This theme remains the property of Web Bird Digital.
*/

header.fixed_header{
    position: fixed !important;
}
.fixed_header.wp-block-template-part:not(.menu_resize_active) {
    background: transparent;
    box-shadow: none;
}
.alt_logo{
    display: none;
}
.fixed_header.wp-block-template-part:not(.menu_resize_active) .alt_logo{
    display: block;
}
.fixed_header.wp-block-template-part:not(.menu_resize_active) .wp-block-site-logo{
    display: none;
}

.fixed_header.wp-block-template-part:not(.menu_resize_active) .headerbar-bottom{
    color: var(--wp--preset--color--base) !important;
}

.fixed_header.wp-block-template-part.menu_resize_active {
    background: var(--wp--preset--color--base);
}

footer.wp-block-template-part{
    margin-top: 0 !important;
}

.wp-block-spacer{
    margin-top: 0 !important;
}