/*
Theme Name: Cryptid Sightings Child
Theme URI: https://www.cryptidsightings.com/
Description: Kadence child theme for CryptidSightings.com rebuilt around the Cryptid Sightings Hub plugin.
Author: Cryptid Sightings
Template: kadence
Version: 1.0.1
Text Domain: cryptid-sightings-child
*/

:root {
  --cs-site-bg: #060907;
  --cs-site-panel: #0c120e;
  --cs-site-text: #f4f1df;
  --cs-site-muted: #aeb9a5;
  --cs-site-gold: #d9b95f;
  --cs-site-green: #6fa15e;
  --cs-site-cyan: #5fb6aa;
  --cs-site-border: rgba(244, 241, 223, .12);
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--cs-site-bg);
  color: var(--cs-site-text);
}

body.cs-homepage .entry-content,
body.cs-homepage .site-main,
body.cs-template-page .entry-content,
body.cs-template-page .site-main {
  margin: 0 !important;
  padding: 0 !important;
}

.site-header,
.site-header-wrap {
  background: rgba(6, 9, 7, .96) !important;
  border-bottom: 1px solid var(--cs-site-border) !important;
  backdrop-filter: blur(14px) saturate(150%);
}

.header-navigation a,
.header-navigation .nav-link,
.mobile-navigation a,
.drawer-navigation a {
  color: rgba(244, 241, 223, .9) !important;
  font-weight: 700 !important;
}

.header-navigation a:hover,
.header-navigation a:focus,
.mobile-navigation a:hover,
.mobile-navigation a:focus {
  color: var(--cs-site-gold) !important;
  background: rgba(217, 185, 95, .08) !important;
}

.header-navigation .sub-menu,
.header-navigation ul ul {
  background: #080e0a !important;
  border: 1px solid var(--cs-site-border) !important;
}

.site-footer {
  background: #050805 !important;
  border-top: 1px solid var(--cs-site-border) !important;
  color: var(--cs-site-muted) !important;
}

.page-title-inner {
  display: none !important;
}

body.single-cryptid_sighting .content-container,
body.single-cryptid_sighting .entry-content-wrap,
body.single-cryptid_sighting .site-main {
  background: var(--cs-site-bg);
}

@media (max-width: 768px) {
  .site-logo img {
    max-height: 44px !important;
  }
}
