/*
Theme Name: Astra Child QQVID
Template: astra
Description: Child theme for QQVID advertising services. Defines brand colours via CSS variables used by the QQVID Ads plugin and custom styles.
*/

:root {
  --qq-brand: #5b6cff;
  --qq-brand2: #7a5cff;
}

/* Hide header and page title on home page */
body.home header.site-header,
body.home header#masthead,
body.home .main-header-bar,
body.home .entry-header,
body.home .entry-title {
    display: none !important;
}

/* Remove top margin on content area for home page */
body.home .site-content,
body.home .content-area,
body.home .ast-site-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
