@charset "UTF-8";
html, body {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
}

.hc-nav.hc-nav-1 {
  display: block !important;
}

.nav_mobile {
  display: none;
}

a, a:visited, a:hover {
  text-decoration: none;
}

.img-full {
  display: block;
  width: 100%;
  height: auto;
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?vhwnin");
  src: url("fonts/icomoon.eot?vhwnin#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?vhwnin") format("truetype"), url("fonts/icomoon.woff?vhwnin") format("woff"), url("fonts/icomoon.svg?vhwnin#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "";
}

.icon-remove:before {
  content: "";
}

.icon-times:before {
  content: "";
}

.icon-check-circle-o:before {
  content: "";
}

.icon-bars:before {
  content: "";
}

.icon-navicon:before {
  content: "";
}

.icon-reorder:before {
  content: "";
}

.icon-angle-double-right:before {
  content: "";
}

.icon-angle-right:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-arrow-circle-o-right:before {
  content: "";
}

.icon-spinner3:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-star-empty:before {
  content: "";
}

.icon-star-half:before {
  content: "";
}

.icon-star-full:before {
  content: "";
}

.icon-arrow-up2:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

@keyframes anim-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner {
  display: inline-block;
  animation: anim-rotate 2s infinite linear;
  text-shadow: 0 0 0.25em rgba(255, 255, 255, 0.3);
}

.spinner--steps {
  animation: anim-rotate 1s infinite steps(8);
}

.spinner--steps2 {
  animation: anim-rotate 1s infinite steps(12);
}

body {
  background-color: #f1f3f4;
}

.nav_main {
  display: block;
}

.top_header {
  background-color: #fff;
  padding: 5px 0;
  border-bottom: 2px solid #ececec;
}
.top_header .site_title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

.middle-header {
  background-color: #fff;
}
.middle-header .logo {
  display: block;
  padding: 10px 0;
}

.main_header {
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.main_header .menu_main {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}
.main_header .menu_main .menu-item {
  display: inline-block;
}
.main_header .menu_main .menu-item.current-menu-item {
  border-bottom: 3px solid #fd5900;
}
.main_header .menu_main .menu-item.current-menu-item a {
  color: #fd5900;
}
.main_header .menu_main .menu-item a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 12px 17px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.main_header .search_icon {
  display: block;
  color: #fff;
  text-align: right;
  padding: 10px 0;
}

.main {
  margin-top: 1.5rem;
}

.featured_post {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.featured_post .thumbnail,
.featured_post .meta {
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
}
.featured_post .meta {
  padding-left: 15px;
}
.featured_post .meta .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.featured_post .meta .title a {
  color: #000;
  text-decoration: none;
}

.newsed_post {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.newsed_post .item {
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: baseline;
}
.newsed_post .item .icon {
  flex-basis: 18px;
  width: 18px;
  max-width: 18px;
  color: #fd5900;
}
.newsed_post .item .icon img {
  width: 10px;
}
.newsed_post .item .title {
  flex-basis: calc(100% - 18px);
  width: calc(100% - 18px);
  max-width: calc(100% - 18px);
}
.newsed_post .item .title a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  display: block;
  padding-right: 5px;
  line-height: 1.5;
}

.space-block-title {
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
.space-block-title:after {
  display: block;
  content: "";
  height: 2px;
  background-color: #fd5900;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  top: 12px;
}
.space-block-title span {
  text-transform: uppercase;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f1f3f4;
  color: #fd5900;
  padding: 0 10px;
}

.section {
  margin-bottom: 30px;
}

.section-block-1 .heading {
  position: relative;
  margin-bottom: 15px;
}
.section-block-1 .heading:after {
  display: block;
  content: "";
  height: 2px;
  background-color: #fd5900;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  top: 12px;
}
.section-block-1 h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f1f3f4;
  color: #fd5900;
  padding: 0 10px;
}
.section-block-1 .post-item {
  position: relative;
  height: 300px;
}
.section-block-1 .post-item img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.section-block-1 .post-item > a {
  display: block;
}
.section-block-1 .post-item h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
  padding: 10px 5px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.7);
}
.section-block-1 .post-item h3 > a {
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-block-2 {
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}
.section-block-2 .heading {
  margin-bottom: 10px;
}
.section-block-2 .heading h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fd5900;
}
.section-block-2 .heading h2 a {
  color: #fd5900;
}
.section-block-2 .post-item {
  margin-bottom: 10px;
}
.section-block-2 .post-item .thumbnail {
  display: block;
}
.section-block-2 .post-item .thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.section-block-2 .post-item .title {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
}
.section-block-2 .post-item .title a {
  color: #000;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-block-2 .post-item .readmore {
  display: inline-block;
  padding: 6px 8px;
  background-color: #fd5900;
  color: #fff;
  font-size: 14px;
}

.post_horizontal {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.post_horizontal a {
  display: block;
  text-decoration: none;
  color: #000;
}
.post_horizontal .thumbnail {
  overflow: hidden;
}
.post_horizontal .thumbnail img {
  border-radius: 5px;
}
.post_horizontal .post_meta {
  padding-left: 15px;
}
.post_horizontal .post_title {
  font-size: 20px;
  font-weight: 700;
}
.post_horizontal .thumbnail,
.post_horizontal .post_meta {
  flex-basis: 50%;
  width: 50%;
  max-width: 50%;
}
.post_horizontal .thumbnail .post_excerpt,
.post_horizontal .post_meta .post_excerpt {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post_vertical {
  margin-bottom: 20px;
}
.post_vertical > .post_item {
  margin-bottom: 20px;
}
.post_vertical > .post_item > .thumbnail {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 5px;
}
.post_vertical > .post_item > .post_meta h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.post_vertical > .post_item > .post_meta h3 a {
  color: #000;
}
.post_vertical > .post_item > .post_meta .post_excerpt {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post_single_vertical {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.post_single_vertical .post_item {
  flex-basis: 33%;
  width: 33%;
  max-width: 33%;
}
.post_single_vertical .post_item .thumbnail {
  margin-bottom: 10px;
  overflow: hidden;
}
.post_single_vertical .post_item .thumbnail img {
  border-radius: 5px;
}
.post_single_vertical .post_item .post_meta h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.post_single_vertical .post_item .post_meta h3 a {
  color: #000;
}

.top-game-heading {
  background-color: #fff;
  padding: 10px 0;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.column-20 {
  flex-basis: 20%;
  width: 20%;
  max-width: 20%;
}

.column-30 {
  flex-basis: 30%;
  width: 30%;
  max-width: 30%;
}

.postby {
  font-size: 12px;
  color: #7f8c8d;
}

.content-top-game {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.content-top-game > .game-logo {
  flex-basis: 15%;
  max-width: 15%;
  width: 15%;
  padding: 10px;
}
.content-top-game > .game-meta {
  flex-basis: 50%;
  max-width: 50%;
  width: 50%;
  text-align: center;
}
.content-top-game > .game-meta h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}
.content-top-game > .game-meta p {
  font-weight: 700;
  margin-bottom: 0;
}
.content-top-game > .game-button {
  flex-basis: 35%;
  max-width: 35%;
  width: 35%;
}
.content-top-game > .game-button a {
  display: inline-block;
  padding: 7px 10px;
  min-width: 140px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.content-top-game > .game-button .btn-bet {
  background-color: #214790;
}
.content-top-game > .game-button .btn-review {
  background-color: #fd5900;
}

.top-game {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.top-game > li {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-bottom: 20px;
}
.top-game .position {
  flex-basis: 5%;
  width: 5%;
  max-width: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ececec;
}
.top-game .position span {
  font-size: 20px;
  font-weight: 700;
  color: #fd5900;
  border: 4px solid #fd5900;
  border-radius: 100%;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
}
.top-game .logo {
  width: 15%;
  max-width: 15%;
  flex-basis: 15%;
  padding: 10px 0;
  text-align: center;
  border-right: 1px solid #ececec;
}
.top-game .logo img {
  max-width: 80px;
}
.top-game .desc {
  flex-basis: 30%;
  width: 30%;
  max-width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.top-game .desc h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}
.top-game .desc p {
  margin-bottom: 0;
  font-weight: 700;
}
.top-game .vote {
  flex-basis: 30%;
  width: 30%;
  max-width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.top-game .review {
  flex-basis: 20%;
  max-width: 20%;
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
}
.top-game .review a {
  display: inline-block;
  padding: 7px 10px;
  min-width: 140px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.top-game .review .link-review {
  background-color: #fd5900;
}
.top-game .review .link-game {
  background-color: #214790;
}

.star-color {
  color: #ffd32a;
}

.post_single_title {
  display: flex;
  flex-wrap: wrap;
}
.post_single_title span {
  padding-right: 5px;
  color: #fd5900;
}
.post_single_title .item {
  line-height: 1.5;
  margin-bottom: 10px;
}
.post_single_title a {
  color: #000;
  font-weight: 700;
}

.space-title-box {
  background-color: #f1f3f4;
  padding: 10px 0;
  margin: 0 auto;
}

.space-title-box-h1 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.1em;
  color: #fd5900;
}

.rank-math-breadcrumb a, .rank-math-breadcrumb span, .rank-math-breadcrumb .last {
  color: #7f8c8d;
  font-size: 13px;
}

.space-title-box-category-wrap {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
}

.space-title-box-category a {
  position: absolute;
  top: -30px;
  color: #fff;
  background: #fd5900;
  border-radius: 5px;
  padding: 5px 15px;
  font-weight: 700;
  font-size: 13px;
}

.rating {
  text-align: left;
}

.relative {
  position: relative;
}

.widget_top_game_item {
  position: relative;
  border: 2px solid #eee;
  background: #fff;
  padding: 15px 0;
  border-radius: 5px;
  margin-bottom: 20px;
}
.widget_top_game_item > .position {
  position: absolute;
  top: -13px;
  left: 10px;
  background: #fd5900;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 13px;
}
.widget_top_game_item > .meta {
  display: flex;
  flex-wrap: wrap;
}
.widget_top_game_item > .meta > .logo a {
  display: block;
  overflow: hidden;
}
.widget_top_game_item > .meta > .logo a img {
  max-width: 80px;
  height: auto;
  margin: 0 auto;
  display: block;
}
.widget_top_game_item > .meta > .title a {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  display: block;
}
.widget_top_game_item > .meta > .title p {
  margin-bottom: 0;
}
.widget_top_game_item .rating {
  text-align: center;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  margin: 15px 0;
  padding: 15px 30px;
}
.widget_top_game_item .rating .gift_code a {
  font-size: 15px;
  font-weight: 700;
  color: #de1219;
  text-decoration: none;
}
.widget_top_game_item .group-button {
  text-align: center;
}
.widget_top_game_item .group-button .btn-bet,
.widget_top_game_item .group-button .btn-review {
  text-decoration: none;
  display: inline-block;
  min-width: 150px;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.25em;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.35);
  text-align: center;
}
.widget_top_game_item .group-button .btn-bet {
  background-color: #be2edd;
}
.widget_top_game_item .group-button .btn-review {
  background-color: #2ecc71;
}

.post_single_horizontal {
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
}
.post_single_horizontal .space-archive-loop-item-img {
  overflow: hidden;
}
.post_single_horizontal .space-archive-loop-item-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.post_single_horizontal .space-archive-loop-item-meta {
  padding-left: 15px;
}
.post_single_horizontal .space-archive-loop-item-meta h3 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.post_single_horizontal .space-archive-loop-item-meta h3 a {
  color: #000;
}
.post_single_horizontal .space-archive-loop-item-meta .category {
  margin-bottom: 10px;
}
.post_single_horizontal .space-archive-loop-item-meta .category a {
  color: #fd5900;
  font-size: 15px;
  font-weight: 600;
}
.post_single_horizontal .space-archive-loop-item-meta .excerpt p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}

.load_more_post {
  display: block;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #fd5900;
  padding: 10px 0;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #fd5900;
  transition: all ease 0.3s;
}
.load_more_post:hover, .load_more_post:active, .load_more_post:focus {
  background-color: #fff;
  color: #fd5900;
}

.cat_desc {
  max-height: 200px;
  margin-bottom: 20px;
  overflow: auto;
}

.post_content h2, .post_content h2, .post_content h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 10px;
}
.post_content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.error-404 {
  padding: 50vh 0;
  text-align: center;
}
.error-404 h2 {
  font-size: 68px;
  font-weight: 700;
  margin-bottom: 15px;
}
.error-404 p {
  margin-bottom: 0;
  font-weight: 600;
}
.error-404 a {
  color: #fd5900;
}

.gsc-control-cse {
  margin-bottom: 2rem;
}
.gsc-control-cse table {
  margin-bottom: 0;
}
.gsc-control-cse .gsc-search-button-v2 {
  padding: 9px 20px;
  border-radius: 0;
}

.fb-comments {
  background-color: #fff;
  border-radius: 5px;
}

footer .top {
  background-color: #fff;
  padding: 30px 0;
}
footer .top .footer_desc {
  margin-bottom: 0;
}
footer .top .social_icon {
  text-decoration: none;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 2px solid #fd5900;
  border-radius: 100%;
  line-height: 40px;
  color: #fd5900;
}
footer .top .social_icon img {
  width: 20px;
  height: 20px;
}
footer .bottom {
  background-color: #111;
  color: #fff;
  font-size: 12px;
  padding: 30px 0;
}
footer .bottom a {
  color: #fff;
  text-decoration: none;
}
footer .bottom .contact {
  text-align: center;
}
footer .bottom .menu_footer {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
footer .bottom .menu_footer .menu-item {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid;
}
footer .bottom .menu_footer .menu-item:first-of-type {
  padding-left: 0;
}
footer .bottom .menu_footer .menu-item:last-of-type {
  border-right: 0;
  padding-right: 0;
}

.backToTop {
  display: inline-block;
  position: fixed;
  z-index: 2;
  right: 15px;
  bottom: 10px;
}
.backToTop img {
  width: 32px;
  height: 32px;
}

.MDow-1theme--light {
  display: none;
}

@media (min-width: 768px) {
  .box-md-50 {
    width: 50%;
  }

  .box-md-30 {
    width: 30%;
  }

  .box-md-70 {
    width: 70%;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .nav_main {
    display: none;
  }

  .toggle_menu {
    text-align: right;
  }

  .main_header .logo img {
    margin: auto;
    display: block;
  }

  .featured_post .thumbnail {
    margin-bottom: 15px;
  }
  .featured_post .thumbnail,
.featured_post .meta {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  .featured_post .thumbnail .excerpt,
.featured_post .meta .excerpt {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .newsed_post .item {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }

  .section-block-2 .post-item .title a {
    -webkit-line-clamp: 3;
  }
  .section-block-2 .post-item .readmore {
    display: none;
  }

  .content-top-game > .game-button {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .content-top-game > .game-logo {
    flex-basis: 30%;
    max-width: 30%;
    width: 30%;
  }
  .content-top-game > .game-meta {
    flex-basis: 70%;
    max-width: 70%;
    width: 70%;
    text-align: left;
    padding-left: 10px;
  }

  .post_horizontal .thumbnail,
.post_horizontal .post_meta {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  .post_horizontal .thumbnail {
    margin-bottom: 10px;
  }
  .post_horizontal .post_meta {
    padding-left: 0;
  }

  .post_single_vertical .post_item {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .post_single_vertical .post_item .thumbnail {
    flex-basis: 40%;
    width: 40%;
    max-width: 40%;
  }
  .post_single_vertical .post_item .post_meta {
    flex-basis: 60%;
    width: 60%;
    max-width: 60%;
    padding-left: 10px;
  }
  .post_single_vertical .post_item .post_meta h3 a {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .w-50 {
    width: 100%;
  }

  .top-game .position {
    flex-basis: 20%;
    width: 20%;
    max-width: 20%;
  }
  .top-game .logo {
    flex-basis: 80%;
    width: 80%;
    max-width: 80%;
    border-right: 0;
  }
  .top-game .desc {
    padding: 15px 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
  }
  .top-game .vote {
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
  }
  .top-game .review {
    padding: 15px 0;
    flex-direction: row;
  }
  .top-game .vote,
.top-game .desc,
.top-game .review {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }

  footer .top .logo-footer {
    display: block;
  }
  footer .top .logo-footer img {
    display: block;
    margin: 0 auto;
  }
  footer .top .footer_desc {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  footer .bottom {
    text-align: center;
  }
  footer .bottom .copy-right,
footer .bottom .contact {
    line-height: 2;
  }
  footer .bottom .menu_footer {
    text-align: center;
  }
}

/*# sourceMappingURL=custom.css.map */
