/*
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.
*/


.gform-theme--foundation {
    --gf-form-gap-y: 18px !important;
}

footer.wp-block-template-part{
    margin-top: 0;
}

.headerbar-top {
    -webkit-transition: max-height 0.3s ease, padding 0.3s ease;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.menu_resize_active .headerbar-top {
    max-height: 0;
    padding: 0 !important;
}

/* Only show first 8 images in any gallery */
.wp-block-gallery > .wp-block-image:nth-child(n+9) {
    display: none !important;
}