/*
 Theme Name:     Cahillbrand - Divi Child Theme
 Theme URI:      https://cahillbrand.co.uk
 Description:    Cahillbrand - Divi Child Theme
 Author:         Cahillbrand Ltd
 Author URI:     https://cahillbrand.co.uk
 Template:       Divi
 Version:        1.0.0
*/

/* Default (non-logged in users) */
.et_pb_section_0_tb_header {
    top: 0;
}

/* Logged-in users (admin bar present) */
body.admin-bar .et_pb_section_0_tb_header {
    top: 32px;
}

/* Mobile admin bar is taller */
@media (max-width: 782px) {
    body.admin-bar .et_pb_section_0_tb_header {
        top: 46px;
    }
}