//*
Theme Name: Cousti
Template: kadence
Version: 1.0
Description: Cousti official website theme — Americana roots, Glasgow heart.
Author: Pet Lamb Records
*/

/* ==============================================
   HIDE KADENCE HEADER AND FOOTER COMPLETELY
   Our pages have nav and footer built into the HTML
   ============================================== */

.site-header,
header.site-header,
#masthead,
.kadence-header {
  display: none !important;
}

.site-footer,
footer.site-footer,
#colophon {
  display: none !important;
}

/* ==============================================
   FORCE FULL WIDTH ON ALL PAGES
   ============================================== */

body.page {
  background: #1c1a16 !important;
}

body.page .site-content,
body.page .content-area,
body.page #primary,
body.page .site-main,
body.page #main,
body.page article,
body.page .entry-content {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}

body.page .entry-content > * {
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.page .entry-content > .wp-block-html {
  padding: 0 !important;
  margin: 0 !important;
}

/* Remove any Kadence inner padding */
body.page .kadence-inner-column-inner,
body.page .wp-block-kadence-column,
body.page .wp-block-kadence-rowlayout {
  padding: 0 !important;
  margin: 0 !important;
}

/* Our page wrapper */
.cw, .c-wrap {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  display: block !important;
}

/* ==============================================
   GLOBAL TYPOGRAPHY
   ============================================== */

body {
  font-family: 'Source Serif 4', Georgia, serif;
}

a { text-decoration: none; }
a:hover { text-decoration: none; }