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

*, *::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%;
	min-width: 1200px;
}
#footer {
	overflow:hidden;
}

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

.home #content {
	display: none;
}
/*.blog #content {
	display: none;
}*/
.container {
  display: inline-block;
  height: auto;
  left: 50%;
  margin-left: -600px;
  padding: 0px;
  position: relative;
  width: 1200px;
}
#content .comments-area {
	display: none;
}
.swiper-container {
  height: 431px;
  position: relative;
  width: 930px;
  z-index: 2;
  margin-top: 16px;
}
.slidergames {
	overflow: hidden;
	width: 1100px !important;
	height: 285px !important;
	margin: 0 auto;
	display: block;
	float: none !important;
}
.lazyload, .lazyloading {
    opacity: 1;
}
