/*
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.
*/

/* Contact and Address blocks in header */
.fixed_header .wb-contact-block,
.fixed_header .wb-address-block {
    margin: 8px !important;
}
.fixed_header .wb-contact-block .contact_section,
.fixed_header .wb-address-block .address_element{
    display: inline;
}
.fixed_header .wb-address-block .address_country{
    display: none !important;
}

/* Sidebar button */
.slideout_toggle_button{
    height: 260px !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 4px;
    background: var(--wp--preset--gradient--custom-color-2);
    color: var(--wp--preset--color--base);
    font-family: "Merriweather Sans", sans-serif;
    top: 20%;
}
