/*
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.
*/

.fixed_header {
    box-shadow: none !important;
}

header .wp-block-button__link{
    white-space: nowrap;
}
footer.wp-block-template-part{
    margin-top: 0;
}

@media screen and (max-width: 1250px){
    .wp-block-flexible-table-block-table.is-scroll-on-mobile{
        overflow-x: scroll;
    }
    .wp-block-flexible-table-block-table.is-scroll-on-mobile table {
        max-width: none;
        align-self: self-start;
    }
}

@media screen and (max-width: 1150px){
    .wp-block-cover{
        min-height: 500px !important;
    }
    header nav .wp-block-buttons{
        width: 100%;
    }
    .wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{
        min-height: 500px;
    }
}

@media screen and (max-width: 1050px){
    #pathways{
        grid-template-columns: repeat(auto-fill, minmax(min(14rem, 100%), 1fr));
        container-type: inline-size;
    }
}