<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:  Gunnels Hårdesign
Theme URI:   https://gunnels.wisehost.se
Version:     1.0
Description: A child theme of Divi. This is a custom child theme created for our site Gunnels Hårdesign.
Author:      admin
Author URI:  https://gunnels.wisehost.se
Template:    Divi
*/

/*- Add any CSS custom code for this child theme below this line -*/

@media all and (min-width: 1100px) {
    #et-top-navigation {
        display: flex;
        align-items: center;
    }
    span.mobile_menu_bar.et_pb_header_toggle.et_toggle_slide_menu {
        height: 32px;
    }
    a.header_booking_button {
        color: #fff !important;
        margin:0 30px 0 0;
    }
}


@media all and (max-width: 980px) {
    a.header_booking_button {
        display: none !important;
    }
}</pre></body></html>