/*
Theme Name: DIDGE Electrical & Building Services
Theme URI: https://debsltd.co.uk/
Author: DIDGE Electrical & Building Services Ltd
Description: Theme for DIDGE Electrical & Building Services Ltd, ported from the live debsltd.co.uk build. All layout and colour comes from the compiled stylesheet in assets/css/app.css; this file only carries the theme header and small WordPress-specific fixes.
Version: 2.0.0
License: GNU General Public License v2 or later
Text Domain: didge-electrical
*/

/* Facebook brand blue, which is not in the compiled Tailwind bundle. */
.debs-social-facebook {
  background-color: #1877F2;
}

/* WordPress admin bar must not sit over the fixed header. */
body.admin-bar header.fixed {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar header.fixed {
    top: 46px;
  }
}
