/*
Theme Name: K.H Android Theme
Theme URI: http://wordpress.org/
Author: the K.H team
Author URI: https://wordpress.org/
Description: Created by K.H
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom
Text Domain: khtheme
*/

*, *::after, *::before {
  box-sizing: border-box;
	transition:All 0.4s ease;
	-webkit-transition:All 0.4s ease;
	-moz-transition:All 0.4s ease;
	-o-transition:All 0.4s ease;
}
a {
	text-decoration: none;
}

.home #content {
  display: none;
}
.home #primary #main {
  display: none;
}

.prime {
	float : left;
	width : 100%;
	min-width: 320px;
}

.prime .container > div {
	float: left;
	height: inherit;
	width: 100%;
}
#games {
  height: auto;
  padding-bottom: 25px;
}
#games .container h2 {
  margin-bottom: 10px;
  color: #fed832;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  letter-spacing: .06em;
  font-weight: 600;
  font-size: 16px;
  font-family: "Prompt","Roboto",sans-serif;
}
#games .game-slider {
  box-sizing: border-box;
  position: relative;
  overflow:hidden;
  z-index: 1;
  width: 100% !important;
  height: auto !important;
  padding-bottom: 25px;
}
#games .game-slider .swiper-wrapper {
  width: 100%;
}
#games .game-slider .swiper-slide {
  width: 100%;
}
#games .game-slider .swiper-slide img {
  width: 100%;
}
#games .game-slider .swiper-pagination {
  position: absolute;
  bottom: 5px;
}
#games .game-slider .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 3px;
  background: #757575;
  display: inline-block;
  border-radius: 0px;
  opacity: 1;
}
#games .game-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #f4cd00;
}
#chat-widget-container {
	bottom: 70px !important;
}







/*

#menu nav,
#menu nav div,
#menu nav ul,
#menu nav li,
#menu nav a {
	height: inherit;
  list-style: outside none none;
}
#menu nav > div > ul  {
	margin: 0;
	padding: 0;
}
#menu nav > div > ul > li {
  float: left;
  list-style: outside none none;
  position: relative;
}
#menu nav > div > ul > li > a {
  display: inline-block;
  height: 100%;
}

#menu nav > div > ul > li > ul {
  display: none;
}
#menu nav > div > ul > li:hover > ul {
  display: block;
  left: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

#menu nav > div > ul > li > ul > li > ul {
  display: none;
}
#menu nav > div > ul > li > ul > li:hover > ul {
  display: block;
  left: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.container {
  display: inline-block;
  height: inherit;
  left: 50%;
  margin-left: 50%;
  padding: 0;
  position: relative;
  width : 100%;
  min-width: 320px;
  max-width: 100%;
}*/