/*
Theme Name: BrillaHero
Theme URI: https://brillahero.it
Description: Tema child personalizado do TaskHive para ajustes visuais e overrides do projeto BrillaHero.
Author: Andrea Scarpello
Author URI: https://aduptive.com
Template: taskhive
Version: 1.0.0
Text Domain: brillahero
*/

/* 
=========================================================
  CSS CUSTOMIZADO DO TEMA CHILD
  Aqui começam seus overrides.
  Tudo que colocar abaixo substitui o CSS do tema pai.
=========================================================
*/

:root {
  --brand-primary: #0047BB;
  --brand-deep-navy: #1A2B5F;
  --brand-light-background: #F5F6FA;
  --brand-white: #FFFFFF;
  --brand-accent: #EE4E44;
}

body {
  color: var(--brand-deep-navy)
}

h1, h2, h3, h4, h5, h6 {
  color: var(--brand-primary);
}

.custom-logo-link img {
  max-width: 11.25rem !important;
}

.header-hero--large {
  background-size: cover;
}

.header-hero {
  position: relative;
}

.header-navbar {
  background-color: white;
  width: 100%;
  margin: 0;
  position: fixed;
  z-index: 2;
  top: 0;
}

.admin-bar .header-navbar { 
  top: 2rem;
}

.header-hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
  z-index: 1;
}

body:not(.home) .site-content {
  padding-top: 8rem;
}