:root {
  --red: #c8102e;
  --red-dark: #8b0a1f;
  --gold: #d4a017;
  --black: #0a0a0a;
  --dark: #111111;
  --dark-2: #1a1a1a;
  --gray: #2a2a2a;
  --text: #e8e8e8;
  --text-muted: #888;
  --font-display: "Barlow Condensed", sans-serif;
  --font-body: "Barlow", sans-serif;

  --ast-global-color-2: #888;
  --ast-global-color-3: #e8e8e8;
  --ast-global-color-4: #111111;
}

nav {
  height: 70px;
}

#menu-peamenuu {
  height: fit-content;
  gap: 24px;
}

#menu-peamenuu a {
  padding: 0px;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s;
  position: relative;
}

#menu-peamenuu a:hover {
  color: white;
}
#menu-peamenuu a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--red);
  transition: width 0.25s;
}
#menu-peamenuu a:hover::after {
  width: 100%;
}

#ekit-megamenu-peamenuu {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: end;
}

.she-header {
  background: rgba(10, 10, 10, 0.92) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(200, 16, 46, 0.2);
}

div[data-id="128995d3"] {
  width: fit-content !important;
}

div[data-id="6d80f6fd"] {
  width: 100% !important;
}

div[data-id="128995d3"] img {
  width: 75px;
  height: 50px !important;
}

.site-footer {
  --ast-global-color-2: #101218 !important;
}

.ast-archive-description {
  background: transparent !important;
  padding-left: 2em !important;
}
.ast-row {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ast-article-single,
.ast-article-post {
  background: var(--dark-2) !important;
  border-bottom: 0px !important;
}
.ast-article-post {
  transition:
    border-color 0.2s,
    background 0.2s,
    transform 0.2s;
  border-left: 3px solid transparent;
}

.ast-article-single img,
.ast-article-post img {
  border-radius: 4px;
}

.ast-article-post .entry-title a:hover {
  color: #4169e1;
}

.ast-article-post:hover::before {
  opacity: 1;
}
.ast-article-post::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(200, 16, 46, 0.05) 0%,
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.3s;
}

.ast-article-post:hover {
  border-left-color: var(--red);
}
@media (max-width: 1020px) {
  .she-header .elementor-container.elementor-column-gap-default {
    flex-wrap: nowrap;
  }

  #menu-peamenuu {
    padding-left: 16px;
  }

  #menu-peamenuu li {
    width: fit-content;
  }

  #ekit-megamenu-peamenuu {
    height: 100vh !important;
    align-items: start;
    justify-content: start;
  }
  .ekit-wid-con.ekit_menu_responsive_tablet {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .elementskit-nav-identity-panel {
    height: fit-content !important;
  }

  .ekit_menu_responsive_tablet .elementskit-menu-overlay {
    height: 100vh !important;
  }

  #menu-peamenuu a:hover {
    color: var(--dark);
  }
}
