/*
Theme Name: CBD.eu.com
Template: generatepress
Version: 1.1.0
Description: Custom layout for cbd.eu.com — laboratory dossier design system.
*/

/* Hide GeneratePress chrome when our templates are active */
#masthead,
.footer-widgets,
.site-info,
.generate-back-to-top,
.inside-article > header.entry-header,
.screen-reader-text.skip-link {
  display: none !important;
}

body.cbd-eucom-site {
  background: var(--paper) !important;
  color: var(--ink) !important;
}

body.cbd-eucom-site .site.grid-container.container {
  max-width: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

body.cbd-eucom-site #page {
  max-width: none;
}

body.cbd-eucom-site .site-content,
body.cbd-eucom-site .content-area,
body.cbd-eucom-site main.cbd-main {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  margin: 0;
  padding: 0;
}

body.cbd-eucom-site .inside-article,
body.cbd-eucom-site .entry-content {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
}

body.cbd-eucom-site #right-sidebar,
body.cbd-eucom-site #left-sidebar,
body.cbd-eucom-site .sidebar {
  display: none !important;
}

body.cbd-eucom-site.separate-containers .site-main {
  margin: 0;
}

body.cbd-eucom-site.separate-containers .inside-article {
  background: transparent;
  box-shadow: none;
}

body.cbd-eucom-site a:not(.btn) {
  color: var(--sage);
}

body.cbd-eucom-site .site-footer a:not(.btn) {
  color: #fff;
}

body.cbd-eucom-site .site-footer a:not(.btn):hover {
  color: rgba(255, 255, 255, 0.85);
}

body.cbd-eucom-site .entry-content a:not(.btn) {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
