	/*
Theme Name: K.H Theme
Theme URI: http://wordpress.org/
Author: K.H
Author URI: https://wordpress.org/
Description: Created by Dewa303 2018
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: K.H Theme
*/

*, *::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;
	color: white;
}

.prime {
	float : left;
	width : 100%;
}
#footer {
	overflow:hidden;
}

.prime .container > div {
	float: left;
	height: inherit;
	width: 100%;
}

.home #content {
	display: none;
}
/*.blog #content {
	display: none;
}*/
.prime > .container {
  display: inline-block;
  height: inherit;
  left: 50%;
  margin-left: -585px;
  padding: 0px 10px;
  position: relative;
}

.navigation.post-navigation {
  display: none;
}
#content .comments-area {
	display: none;
}
#content .entry-footer {
	display: none;
}
.swiper-container {
  height: 440px !important;
  position: absolute !important;
  width: 100% !important;
  z-index: 2;
}
.slidergames {
	overflow: hidden;
	width: 100% !important;
	height: 304px;
	margin-bottom: 50px !important;
	position: relative;
}
.adsbanner {
	width: 802px !important;
	height: 530px;
	margin-top: 5px !important;
	position: relative;
	display: block;
	margin: 0 auto;
}
.latestposting {
	overflow: hidden;
	width: 275px;
}