:root {
  --zeno-bg: #1e222c;
  --zeno-bg-deep: #171a22;
  --zeno-surface: #292e3b;
  --zeno-surface-soft: #343a49;
  --zeno-border: #46516c;
  --zeno-accent: #90a2dc;
  --zeno-accent-dark: #5b7cfe;
  --zeno-accent-light: #b7c5ef;
  --zeno-gold: #e9cfa4;
  --zeno-text: #ffffff;
  --zeno-muted: #aeb8d2;
  --zeno-shadow: 0 14px 34px rgba(8, 11, 18, .34);
}

html {
  background: var(--zeno-bg-deep);
}

body {
  background: var(--zeno-bg);
  color: var(--zeno-text);
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}

#wrapper,
#main,
.dark-page-wrapper {
  background: var(--zeno-bg);
}

#main {
  color: var(--zeno-text);
}

a {
  color: var(--zeno-accent);
}

a:hover {
  color: var(--zeno-accent-light);
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
  color: var(--zeno-text);
  letter-spacing: 0;
}

/* Header configured with Flatsome Theme Options, styled by the child theme. */
#header,
.header-wrapper,
.header-main,
.stuck .header-main {
  background: var(--zeno-bg);
}

.header-main {
  min-height: 68px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .2);
}

.header-main .header-inner {
  min-height: 68px;
}

.header-main #logo {
  width: 200px;
  max-width: 200px;
}

.header-nav > li > a,
.header-main .nav > li > a {
  min-height: 40px;
  color: var(--zeno-text);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.header-nav > li.active > a,
.header-nav > li.current-menu-item > a,
.header-nav > li > a:hover,
.header-main .nav > li > a:hover {
  color: var(--zeno-accent);
}

.nav-line-bottom > li > a::before,
.nav-line-grow > li > a::before {
  height: 2px;
  background-color: var(--zeno-accent);
}

.header-button .button,
.header-main .button {
  min-height: 38px;
  margin: 0;
  padding: 0 18px;
  border: 1px solid var(--zeno-accent);
  border-radius: 6px;
  background: linear-gradient(100deg, #94b3ff, var(--zeno-accent-dark));
  color: #fff;
  font-size: 13px;
  line-height: 36px;
  box-shadow: 0 8px 18px rgba(91, 124, 254, .28);
}

.header-button .button:hover,
.header-main .button:hover {
  border-color: var(--zeno-accent-light);
  background: linear-gradient(100deg, #aec7ff, #718dff);
  color: #fff;
}

.nav-dropdown {
  border: 1px solid var(--zeno-border);
  border-radius: 6px;
  background: var(--zeno-surface);
  box-shadow: var(--zeno-shadow);
}

.nav-dropdown > li > a {
  color: var(--zeno-text);
}

.nav-dropdown > li > a:hover {
  background: var(--zeno-surface-soft);
  color: var(--zeno-accent);
}

.off-canvas .mfp-content,
.off-canvas-left .mfp-content {
  background: var(--zeno-bg-deep);
}

.nav-sidebar.nav-vertical > li > a {
  color: var(--zeno-text);
}

/* Homepage UX Builder composition. */
.zeno-home {
  background: transparent;
}

.zeno-home .row {
  max-width: 1220px;
}

.zeno-home-showcase {
  padding-top: 30px !important;
}

.zeno-hero-slider {
  overflow: hidden;
  border: 1px solid var(--zeno-border);
  border-radius: 8px;
  background: var(--zeno-surface);
  box-shadow: var(--zeno-shadow);
}

.zeno-hero-slider .flickity-viewport,
.zeno-hero-slider .ux_banner {
  border-radius: 8px;
}

.zeno-hero-banner {
  background: var(--zeno-surface-soft);
}

.zeno-hero-banner .overlay {
  background-color: rgba(0, 0, 0, .24) !important;
}

.zeno-hero-banner h2 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 30px;
  line-height: 1.25;
}

.zeno-hero-banner p {
  margin-bottom: 0;
  color: #e4e5e9;
}

.zeno-quick-actions {
  margin-top: 18px;
  margin-bottom: 8px;
}

.zeno-quick-actions .col {
  padding-bottom: 10px;
}

.zeno-quick-actions .button {
  width: 100%;
  min-height: 42px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 8px;
  background: #fff;
  color: var(--zeno-accent);
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .22);
}

.zeno-quick-actions .button:hover {
  border-color: var(--zeno-accent-dark);
  background: linear-gradient(100deg, #94b3ff, var(--zeno-accent-dark));
  color: #fff;
}

.zeno-section-heading {
  margin-top: 26px;
  margin-bottom: 14px;
}

.zeno-section-heading h2 {
  display: flex;
  align-items: center;
  margin: 0;
  color: var(--zeno-text);
  font-size: 25px;
  line-height: 1.35;
}

.zeno-section-heading h2::before {
  width: 4px;
  height: 24px;
  margin-right: 10px;
  border-radius: 2px;
  background: var(--zeno-accent);
  content: "";
}

.zeno-game-row > .col {
  max-width: 20%;
  flex-basis: 20%;
  padding-right: 7px;
  padding-bottom: 14px;
  padding-left: 7px;
}

.zeno-game-card {
  overflow: hidden;
  border: 1px solid var(--zeno-border);
  border-radius: 8px;
  background: var(--zeno-surface);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.zeno-game-card:hover {
  border-color: rgba(144, 162, 220, .82);
  box-shadow: 0 16px 30px rgba(0, 0, 0, .34);
  transform: translateY(-4px);
}

.zeno-game-card .overlay {
  background-color: rgba(10, 11, 15, .16) !important;
}

.zeno-game-card .text-box {
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
}

.zeno-game-card .text-box-content {
  padding: 34px 12px 14px;
  background: linear-gradient(180deg, transparent, rgba(10, 11, 15, .92));
}

.zeno-game-card h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}

.zeno-home-content {
  padding-top: 4px !important;
  padding-bottom: 42px !important;
}

.zeno-editorial {
  padding: 28px 30px;
  border: 1px solid var(--zeno-border);
  border-radius: 8px;
  background: var(--zeno-surface);
  box-shadow: var(--zeno-shadow);
}

.zeno-editorial h1 {
  margin-bottom: 18px;
  color: var(--zeno-accent);
  font-size: 30px;
  line-height: 1.3;
}

.zeno-editorial h2 {
  margin-top: 28px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 24px;
}

.zeno-editorial h3 {
  margin-top: 22px;
  color: var(--zeno-gold);
  font-size: 19px;
}

.zeno-editorial p,
.zeno-editorial li {
  color: var(--zeno-muted);
  line-height: 1.75;
}

.zeno-home-posts .post-item .box {
  height: 100%;
}

/* Pages and single posts retain Flatsome markup. */
#page-breadcrumbs {
  padding-top: 14px;
  padding-bottom: 14px;
  color: var(--zeno-muted);
  font-size: 14px;
}

#page-breadcrumbs a {
  color: var(--zeno-accent);
}

.page-wrapper,
.blog-wrapper {
  padding-top: 30px;
  padding-bottom: 34px;
}

#page-breadcrumbs + .page-wrapper,
#page-breadcrumbs + .blog-wrapper {
  padding-top: 0;
}

.page-inner,
.entry-content,
.article-inner {
  color: var(--zeno-text);
}

.entry-header-text {
  padding: 0 0 18px;
  text-align: left;
}

.entry-title,
.page-title-inner h1,
.page-inner > h1:first-child {
  color: var(--zeno-accent);
  font-size: 30px;
  line-height: 1.3;
}

.entry-content h2,
.page-inner h2 {
  margin-top: 30px;
  margin-bottom: 14px;
  padding-left: 12px;
  border-left: 4px solid var(--zeno-accent);
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
}

.entry-content h3,
.page-inner h3 {
  margin-top: 24px;
  margin-bottom: 10px;
  color: var(--zeno-gold);
  font-size: 20px;
  line-height: 1.45;
}

.entry-content p,
.entry-content li,
.page-inner p,
.page-inner li {
  color: var(--zeno-text);
  line-height: 1.75;
}

.entry-content img,
.page-inner img {
  height: auto;
  border-radius: 6px;
}

.entry-content blockquote,
.page-inner blockquote {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 4px solid var(--zeno-accent);
  border-radius: 0 6px 6px 0;
  background: var(--zeno-surface);
  color: var(--zeno-muted);
}

.entry-content table,
.page-inner table {
  overflow: hidden;
  border: 1px solid var(--zeno-border);
  border-radius: 6px;
  background: var(--zeno-surface);
}

.entry-content th,
.page-inner th {
  background: var(--zeno-surface-soft);
  color: #fff;
}

.entry-content td,
.entry-content th,
.page-inner td,
.page-inner th {
  border-color: var(--zeno-border);
}

.entry-divider {
  width: 64px;
  height: 3px;
  background-color: var(--zeno-accent);
}

.entry-meta,
.entry-meta a,
.article-inner .is-xsmall {
  color: var(--zeno-muted);
}

/* Category and archive cards. */
.blog-archive .post-item {
  padding-bottom: 16px;
}

.blog-archive .post-item .box {
  overflow: hidden;
  border: 1px solid var(--zeno-border);
  border-radius: 8px;
  background: var(--zeno-surface);
  box-shadow: 0 10px 26px rgba(0, 0, 0, .2);
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.blog-archive .post-item .box:hover {
  border-color: rgba(144, 162, 220, .68);
  box-shadow: var(--zeno-shadow);
  transform: translateY(-2px);
}

.blog-archive .box-image {
  background: var(--zeno-bg-deep);
}

.blog-archive .box-image img {
  object-fit: cover;
}

.blog-archive .box-text {
  padding: 18px 22px;
}

.blog-archive .post-title {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
}

.blog-archive .post-title:hover,
.blog-archive .post-title a:hover {
  color: var(--zeno-accent);
}

.blog-archive .from_the_blog_excerpt {
  color: var(--zeno-muted);
  line-height: 1.65;
}

.blog-archive .is-divider {
  background: var(--zeno-accent);
}

.page-numbers li > a,
.page-numbers li > span {
  border-color: var(--zeno-border);
  color: var(--zeno-text);
}

.page-numbers li > .current,
.page-numbers li > a:hover {
  border-color: var(--zeno-accent);
  background: var(--zeno-accent);
  color: #fff;
}

/* Sidebar widgets. */
.row-divided > .post-sidebar {
  border-color: var(--zeno-border);
}

.row-divided > .large-9 {
  border-color: var(--zeno-border);
}

.post-sidebar .widget {
  margin-bottom: 22px;
  padding: 20px;
  border: 1px solid var(--zeno-border);
  border-radius: 8px;
  background: var(--zeno-surface);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}

.post-sidebar .widget-title {
  display: block;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--zeno-accent);
  color: #fff;
  font-size: 17px;
  letter-spacing: 0;
}

.post-sidebar .is-divider {
  display: none;
}

.post-sidebar .recent-blog-posts-li,
.post-sidebar li {
  border-color: var(--zeno-border);
}

.post-sidebar a {
  color: var(--zeno-text);
}

.post-sidebar a:hover {
  color: var(--zeno-accent);
}

.post-sidebar input[type="search"],
.post-sidebar input[type="text"] {
  min-height: 42px;
  border: 1px solid var(--zeno-border);
  border-radius: 6px 0 0 6px;
  background: var(--zeno-bg-deep);
  color: var(--zeno-text);
  box-shadow: none;
}

.post-sidebar .ux-search-submit,
.post-sidebar button[type="submit"] {
  min-height: 42px;
  border-radius: 0 6px 6px 0;
  background: var(--zeno-accent);
  color: #fff;
}

/* Footer remains configurable in Theme Options and Widgets. */
#footer,
.footer-wrapper,
.footer-1,
.footer-2 {
  background: var(--zeno-bg-deep);
  color: var(--zeno-muted);
}

.footer-wrapper {
  border-top: 1px solid var(--zeno-border);
}

.footer-wrapper h3,
.footer-wrapper h4,
.footer-wrapper .widget-title {
  color: #fff;
}

.footer-wrapper a {
  color: var(--zeno-muted);
}

.footer-wrapper a:hover {
  color: var(--zeno-accent);
}

.absolute-footer {
  border-top: 1px solid rgba(255, 255, 255, .08);
  background: #11141b;
  color: #8f9ab8;
}

@media only screen and (max-width: 849px) {
  .header-main,
  .header-main .header-inner {
    min-height: 72px;
  }

  .header-main #logo {
    width: 170px;
    max-width: 170px;
  }

  .zeno-home-showcase {
    padding-top: 20px !important;
  }

  .zeno-game-row > .col {
    max-width: 33.333%;
    flex-basis: 33.333%;
  }

  .entry-title,
  .page-title-inner h1,
  .page-inner > h1:first-child {
    font-size: 27px;
  }

  .post-sidebar {
    margin-top: 24px;
    border-left: 0 !important;
  }
}

@media only screen and (max-width: 549px) {
  body {
    font-size: 15px;
  }

  .header-main,
  .header-main .header-inner {
    min-height: 68px;
  }

  .header-main #logo {
    width: 150px;
    max-width: 150px;
  }

  .zeno-home-showcase {
    padding-top: 14px !important;
  }

  .zeno-hero-slider,
  .zeno-hero-slider .flickity-viewport,
  .zeno-hero-slider .ux_banner {
    border-radius: 6px;
  }

  .zeno-hero-banner h2 {
    font-size: 22px;
  }

  .zeno-hero-banner p {
    display: none;
  }

  .zeno-quick-actions .col {
    padding-bottom: 8px;
  }

  .zeno-quick-actions .button {
    min-height: 40px;
    font-size: 14px;
    line-height: 38px;
  }

  .zeno-section-heading {
    margin-top: 20px;
  }

  .zeno-section-heading h2 {
    font-size: 21px;
  }

  .zeno-game-row > .col {
    max-width: 50%;
    flex-basis: 50%;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
  }

  .zeno-game-card h3 {
    font-size: 14px;
  }

  .zeno-editorial {
    padding: 20px 18px;
  }

  .zeno-editorial h1 {
    font-size: 25px;
  }

  .zeno-editorial h2,
  .entry-content h2,
  .page-inner h2 {
    font-size: 21px;
  }

  .entry-content h3,
  .page-inner h3 {
    font-size: 18px;
  }

  .page-wrapper,
  .blog-wrapper {
    padding-top: 20px;
  }

  #page-breadcrumbs {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 13px;
  }

  .blog-archive .post-item .box-vertical {
    display: block;
  }

  .blog-archive .post-item .box-image,
  .blog-archive .post-item .box-text {
    display: block;
    width: 100% !important;
  }

  .blog-archive .box-text {
    padding: 16px;
  }

  .blog-archive .post-title {
    font-size: 17px;
  }

  .post-sidebar .widget {
    padding: 17px;
  }
}
