/*
Theme Name: Taystee's Burger - Coalition Technologies Theme
Theme URI: https://coalitiontechnologies.com/
Description: Blocksy child theme for Taystee's Burger
Author: Coalition Technologies
Author URI: https://coalitiontechnologies.com/
Template: blocksy
Version: 1.0.0
Text Domain: blocksy-child
*/

#header .header-buttons {
    display: flex;
    gap: 10px;
}

#header .header-buttons .button {
    min-width: 170px;

}

#header .header-buttons .button:hover,
#header .header-buttons .button:focus {
    background-color: #e8db00;
    color: #241f20;
}

@media screen and (max-width: 999px) {
    #header .header-buttons .button {
        font-size: 12px;
        padding: 12px 18px;
        min-height: 38px;
        min-width: 100px;
    }
}

@media screen and (min-width: 1000px) {
    #header [data-device="desktop"] [data-row*=top] {
        z-index: 2;
    }

    #header .site-branding {
        position: relative;
        top: -50%;
    }

    #header [data-row="middle"] .ct-container {
        height: 72px;
    }
}
