/*
Theme Name:
Text Domain: 
Version: 1.0
Description: Elevate
*/
@media only screen and (min-width: 1024px) {
  .blog-post .body h2 {
    line-height: 1.2;
    font-size: 2.5vw;
    color: #391280;
    margin: 1.65vw 0 1.5vw 0;
    font-weight: 800;
    flex: 0 0 100%;
  }

  .blog-post .body h3 {
    margin: 1.65vw 0 1.5vw 0 !important;
  }
}

.article-item h2 {
  font-size: 1.72vw;
  margin-bottom: 1em;
  white-space: unset !important;
  overflow: unset !important;
  text-overflow: unset !important;
  max-width: 16.77vw;
  line-height: 1;
}

.games-section__filter-item {
  padding: 1rem;
  text-align: center;
  overflow: hidden;
}

.games-section .breadcrumbs ul {
  flex-wrap: wrap;
  row-gap: .5rem;
}

.sub-menu::before {
  display: none;
}

.header .container {
  position: relative;
  z-index: 100;
}

.header::before {
  position: fixed;
  content: '';
  inset: 0;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.header:has(.menu-item-has-children:hover)::before {
  opacity: 1;
  visibility: visible;
}

.games-section__filter-item{
  height: auto;
}

.games-section__filter-item span{
  line-height: 1;
}