/*
Theme Name: Hello Elementor Children
Description: Hello Elementor Children
Author: hello-elementor
Template: hello-elementor
Version: 1.0
*/
@import url("../hello-elementor/style.css");
@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Asap", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  font-size: 12px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #013580;
}
h2,h3,h4,h5, h6 {
    margin-bottom: 14px;
    margin-top: 20px;
    font-weight: 600;
}
b, strong {
  font-weight: 700;
}
.text-center{
  text-align: center;
}
#content {
    min-height: calc(100vh - 220px);
}
.site-header .site-branding{
  width: 100%;
  text-align: center;
  padding-bottom: 1rem;
}
.site-header .site-branding .custom-logo-link img {
    width: 139px;
    max-width: 139px;
}
header .site-navigation{
  display: none;
}

.page-id-2 header .site-navigation,
.single-post header .site-navigation,
.archive header .site-navigation{
  display: flex;
}
header .site-navigation {
  width: 100%;
  justify-content: center;
  padding: 10px 0;
}
header .site-navigation ul.menu > li > a{
  background: #F79539;
  height: 24px;
  border-radius: 100px;
  color: #fff;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 2.5px;
}
header .site-navigation ul.menu > li.current-menu-item > a,
header .site-navigation ul.menu > li:hover > a{
  background: #fff;
  color: #F79539;
}
.page-header h1.entry-title{
  color: #FCFCFC;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3em;
  text-align: center;
  margin-top: 0;
}
.main-content{
  max-width: 1120px;
  margin: 0 auto;
  min-height: calc(100vh - 320px);
}
.main-content.full-width{
  max-width: 100%;
}
.not-found{
  margin-top: 30px;
  text-align: center;
}
.main-content .archive-posts{
  padding: 15px 25px 10px 25px;
}
.archive-posts .elementor-post__title{
  margin: 0;
}
.archive-posts .elementor-post__title .title-post{
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
}

.archive-posts .elementor-post__thumbnail{
  padding-bottom: calc(0.55 * 100%);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  position: relative;
}

.archive-posts .elementor-post__thumbnail img{
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  -webkit-transform: scale(1.01) translate(-50%, -50%);
  -ms-transform: scale(1.01) translate(-50%,-50%);
  transform: scale(1.01) translate(-50%, -50%);
}
.archive-posts .elementor-post__thumbnail.astro-ratio-img-1{
  padding-bottom: calc(1 * 100%);
}
.archive-posts .elementor-post__thumbnail.game-guide-ratio{
  padding-bottom: calc(1.32 * 100%);
}

.archive-posts .elementor-post__text .date-astro{
  font-size: 12px;
  margin-top: 3px;
}
.iq-list-post .elementor-post__thumbnail img{
  border-radius: 6px;
}
.iq-list-post .elementor-post__text{
  text-align: center;
}


.pagination{
  justify-content: center;
  margin: 35px 0 10px;
}
.pagination ul {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
}

.pagination ul li a,
.pagination ul li span {
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 5px;
    color: #FBFBFB;
    padding: 1px 8px;
    margin: 0 3px;
}

.pagination ul li span.current {
    background-color: #2E338C;
    border-radius: 5px;
    color: #fff;
}
.single-box-video{
  max-width: 1120px;
  margin: 0 auto;
  padding: 20px;
}

.single-box-astro{
  max-width: 620px;
  margin: 0 auto;
  padding: 20px;
}

.single-box-video .e-hosted-video{
  aspect-ratio:  1.7777;
  height: auto;
  padding: 0;
}

.single-box-video .e-hosted-video video{
  background-color: #000;
  border: none;
  display: flex;
  height: 100%;
  width: 100%;
  margin: 0;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.site-footer .site-navigation {
    justify-content: center;
    padding: 5px 0;
}
.site-footer .site-navigation .menu > li > a{
  background-color: #2E4462;
  border-radius: 5px;
  margin: 10px;
  max-height: 25px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 8px;
}

.astro-content-top{
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: center;
  padding-bottom: 50px;
}
.astro-content-top .box-left{
  max-width: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  padding-right: 20px;
}

.astro-content-top .box-right{
  max-width: 65%;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
  padding-left: 20px;
}
.main-content.full-width .astro-content-top .box-left{
  max-width: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  padding-right: 20px;
  text-align: center;
}

.main-content.full-width .astro-content-top .box-right{
  max-width: 70%;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  padding-left: 20px;
}


.single-heading-title{
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}
.single-box-astro .date-astro{
  margin-bottom: 0;
}

.single-box-game-guide{
  padding: 20px;
}

.single-box-game-guide .astro-content-bottom{
  max-width: 620px;
  margin: 0 auto;
}



@media only screen and (min-width: 1025px) {
  body{
      background-attachment: fixed !important;
  }
}

@media only screen and (max-width: 767px) {
  header .site-navigation ul.menu > li{
    flex-grow: 1;
    flex-shrink: 0;
    padding: 0 3px;
    margin-top: 10px;
  }
  header .site-navigation ul.menu > li > a{
    padding: 6px 7px;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
  }
  .archive-posts .elementor-post__thumbnail{
    padding-bottom: calc(0.9 * 100%);
  }
  .archive-posts .elementor-post__thumbnail.game-guide-ratio{
    padding-bottom: calc(1.35 * 100%);
  }
  .astro-content-top .box-left {
    padding-right: 0;
  }
  .main-content.full-width .astro-content-top .box-left{
    max-width: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    padding-right: 0;
  }

  .main-content.full-width .astro-content-top .box-right{
    max-width: 65%;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
  }

}
