/*
Theme Name: KingTheme
Description: Beautiful apps and game theme 
Author: Umar
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
Tags: white, black, two-columns, right-sidebar, flexible-width, threaded-comments, blue, custom-menu, featured-images, gray, light, theme-options, translation-ready
*/


/* =============================================================================
Reset / Display Role 
========================================================================== */

/* #Reset & Basics (Inspired by E. Meyers) */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block; }
body {
line-height: 1; }
ol, ul { list-style: none;}
blockquote, q {
quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none; }
blockquote {margin: 0 0 38px 0;padding: 20px 20px 0 20px;background: #FAFAFA;border-right: 1px solid #E5E5E5;border-bottom: 1px solid #E5E5E5;border-left: 8px solid #E5E5E5;}
table { border-collapse: separate; border-spacing: 0; margin-bottom:10px;}
caption, th, td { text-align: left; font-weight: normal; }

/* =============================================================================
General Styles
========================================================================== */

/* #Basic Styles */
body { 
	font-family: "Open sans",Helvetica,Arial,sans-serif;
	font-size: 12px;color: #666;-webkit-text-size-adjust: 100%;line-height: 18.5px;
	 background-color: #EEEEEE!important;}
html{ min-height: 100%; }

/* header section */

header {height: auto; background-color: #1aad9f;}

a{color: #333!important;}
#wpadminbar a {
	color: #eee!important;
}

.side-menu-btn {
	float: left;
	width: 50px;
	height: 70px;
	text-align: center;}

.side-menu-btn i {
	font-size: 35px;
	color: #fff;
	line-height: 68px;
	cursor: pointer;
	opacity: 0.8;
}

.side-menu-btn i:hover{ opacity: 1; transition: opacity .4s;}	


.logo img{
	display: inline-block;
	}
.logo h1 {margin: 0}
.search-place {
	margin: 16px 0;
}

#input-groups {
	background-color: #06b9a9;
	border-radius: 6px;
	overflow: hidden;
}

#input-groups:hover {background-color:#05ccba }

#input-groups input[type*="text"] {
	width: 88%;
	height: 37px;
	background-color: transparent;
	border: none;
	padding: 0 10px;
	color: #fff;
}
#input-groups input[type*="submit"] {
	width: 9%;
	height:auto;
    	font-size: 19px;
    	font-weight: bold;
	transition: background 0.5s;
	border: none;
	background: transparent;
	color: #fff;
	padding:0;
}
#input-groups input[type*="text"]:focus {
	background: #fff;
	color: #666;
}
#input-groups input[type*="text"]::placeholder {
	font-size: 1.1em;
	font-weight: 100;
	color: #fff;	
	text-transform: uppercase;

}

.header-cont .nav-buttons a{
	color: #fff!important;
	font-size: 18px;
	line-height: 70px;
	opacity: .7;
	transition: opacity .4s;
	margin-left:20px; 
}

.header-cont .nav-buttons i {
	color: #fff;
	font-size: 26px;
	opacity: .7;
	transition: opacity .4s;
}

.header-cont .nav-buttons a:hover{
	text-decoration:none; 
	opacity: 1;
}

/*  home main section   */

.home-heading h2 {display: inline-block;}

.home-heading span{
	float: right;
    margin-top: 21px;
    padding: 5px;
}

/*footer*/

/*footer copy*/
.site-footer {
	width: 100%;
	color:#fff;
	background: #424242;
}


.site-footer .site-copy{
	color:#fff;
	margin-top: 30px;
	clear:both;
}

.site-footer .site-copy p {
	font-size: 17px;
}

.site-footer .site-copy a{
	color:#fff !important;
}

/*boxes*/

img.image-thumb{
	width: 130px;
	height: 130px;
}

.inner-box .detail a {
	display: block;
	white-space: nowrap;
	height: 24px;
	overflow: hidden;
	position: relative;
}

.inner-box .detail .para-end {
	position: absolute;
	bottom: 0;
	background: linear-gradient(to right,rgba(255,255,255,0),#fff);
	right: 0;
	max-height: 100%;
	width: 63px;
	top: 0;
}

.inner-box .detail .sub-detail a {
	display: inline;
	font-size: 13px;
}

span.frees {
	float: right;
	color: #689f38;
}

.inner-box {
	background-color:#FFFFFF;
	margin: 10px 0;
	border-radius: 3px;
}

.inner-box .cover {
	border-radius: 3px;
    padding: 15px 5px;
    background-color:#FFFFFF;
    position: relative;

}

.inner-box .cover a {

	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	bottom: 0;
	left: 0;
	transition: all .25s ease;
    background: rgba(0,0,0,.4);
    opacity: 0;
}

.inner-box .cover a:hover {
	opacity: .5;
}

.inner-box .detail {padding: 9px;}

.clear {
	clear: both;
}

/* post body*/

.post-content {
	background-color: #ffffff;
	margin: 25px 0 0 0;
	border-radius: 5px;
}

.post-cover {
	float: left;
    margin: 15px 20px;
}

.short-detail a:hover{
	text-decoration: none;
}

/*slider image*/

.slide-image {
    white-space: nowrap;
    overflow: auto;
    width: 92%;
    margin: 0px 20px;
    background-color: #EEEEEE;
    padding: 4px;
    text-align: center;
}

.single-content {
	margin: 10px 20px;
	margin-bottom: 0px;
    	padding : 10px 0;
}

.single-content h1 {
	font-weight:bold;
}
.comment-secton {
display:none;
	background-color: #ffffff;
	padding: 15px;
}

/*popular post widget  */

.sidebarp  {
	float: left;
	z-index: 2;
}

.popular-widget .popular-heading {
	text-align: center;
	background-color: #ffffff;
	border-radius: 2px;
}

.popular-widget .popular-heading h3 {
	padding: 5px 0;
	text-transform: uppercase;
}

aside {margin-top: 5px;}

.popular-widget a.sidebar-a {font-size: 17px;}

p.excerpt  {
    height: 70px;
    overflow: hidden;
    padding-top: 14px;
    font-size: 13px;
    color: #8d8d8d;
    /*width: 194px;*/
    /*float: right;*/
    padding-right: 3px;
}

.sub-detail .excerpt-detail {
	position: relative;
	display: initial;
}
.sub-detail a.excerpt-shadow {
	white-space: normal;
}
.sub-detail a.excerpt-shadow:hover{
	text-decoration: none;
}


/*Responsive*/

@media screen and (min-width: 990px) and (max-width: 1200px){
    img.image-thumb{
	width: 120px;
	height: 120px;
	}
		.inner-box .detail .sub-detail a {
	display: inline;
	font-size: 13px;
	position: relative;
}
	.inner-box .detail .sub-detail {overflow: hidden;}
	.inner-box .detail .sub-detail span.frees {
	float: right;
	color: #689f38;
	position: absolute;
	right: 22px;
    bottom: 19px;
    background-color: #ffffff;
}

}
@media only screen and (max-width: 360px){
    img.image-thumb{
	width: 100%;
	height: 100%;
	}
}

@media only screen and (max-width: 991px){
    .sidebarp  {float:none;}
}

@media only screen and (max-width: 370px){
    .post-cover  {
    float:none;
    text-align: center;
	}
	.post-detail .short-detail {
	padding-left: 18px;	
	}
	.inner-box .detail .sub-detail a {
	display: inline;
	font-size: 13px;
	position: relative;
}
	.inner-box .detail .sub-detail {overflow: hidden;}
	.inner-box .detail .sub-detail span.frees {
	float: right;
	color: #689f38;
	position: absolute;
	right: 22px;
    bottom: 19px;
    background-color: #ffffff;
}
}

@media only screen and (max-width: 397px){
	.inner-box .detail .sub-detail a {
	display: inline;
	font-size: 13px;
	position: relative;
}
	.inner-box .detail .sub-detail {overflow: hidden;}
	.inner-box .detail .sub-detail span.frees {
	float: right;
	color: #689f38;
	position: absolute;
	right: 22px;
    bottom: 19px;
    background-color: #ffffff;
}
}

/*related Widget*/	
.related-widget .related-heading {
    text-align: center;
    background-color: #ffffff;
    border-radius: 2px;
}
.related-widget .related-heading h3{
    padding: 5px 0;
    text-transform: uppercase;
}
.related-widget .sidebarp  {float:none;}


/*pagination*/

.page-numbers {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	border: 1px solid #eee;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 600;
}
.page-numbers.current,
a.page-numbers:hover {
	background: #f9f9f9;
}

.paginat-archive {
	text-align: center;
}

/*Side-Menu*/
.sidenav {
	background-color: #EEEEEE;
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 19; /* Stay on top */
    top: 0;
    left: 0;
    /*overflow-x: hidden; Disable horizontal scroll */
    overflow: visible;
    overflow-y: auto;	
     /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

div.shadow-menu-creater {    
	background-color: rgba(39, 39, 39, 0.55);;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 18;
	pointer-events: none;
	opacity: 0;}

div.is-visible {
	opacity: 1;
	pointer-events: auto;
position:fixed;
height:100%;
}

.noscroll { 
  overflow: hidden;
}

/*extra css of side menu*/	

h3.cat-widget-head {
	background-color: #004B44;
	padding: 17px 0;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

.sidenav .category-widget>ul>li {
	background-color: #1aad9f;

}

.sidenav .category-widget>ul>li>a {
	color: white !important;
	font-size: 20px;
}


.sidenav .category-widget ul li ul.children {
	background-color: #ffffff;
	line-height: 2;
}

.sidenav .category-widget ul li ul.children li> a {
    color: #878787 !important;
    font-size: 15px;
}

.sidenav .category-widget ul li ul.children li> a {
    color: #878787 !important;
    font-size: 15px;
}

.sidenav .category-widget ul li ul.children li> a:hover {
	background-color: #ccc;
	text-decoration: none;
}

.sidenav .category-widget>ul>li>:hover {
	background-color: #64beff;
	text-decoration: none;
}

/*Single page Content buttons */
section.single-content a {
	padding: 5px;
	color: #fff !important;
    background-color: #5cb85c;
    border-color: #4cae4c;
	border-radius:3px;
}

section.single-content a:hover{
	color: #fff;
	text-decoration: none;
    background-color: #449d44;
    border-color: #398439;
 } 


.display-rating span.fre {
	float: right;
	color: #689f38;	
}

/* Not Foun or 404 */

.not-found {
	text-align: center;
}

/*comment section*/
div.comment-secton {
	padding: 15px;
	display: none;
}

/*widget area*/
.before-post-widget {
	margin-top:10px;
}

.below-com-widget {
	background-color: #fff;
    	padding-bottom: 10px;
}
/*active pagination*/

li.active span.active {
	background: #1aad9f;
}