/*
Theme Name: KinderKing
Theme URI: http://smthemes.com/kinderking/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 3.0
License: Creative Commons 3.0
Theme date: 01/22/2020
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/

@import url(styles/font.css);
/* ========================================= GENERAL. ========================================= */
body {
	font-family:'ubuntulight';
	font-size:16px;
	background:#f3f0cf;
	color:#ada672;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#835adf;
	text-decoration:none;
}
a:hover {
	color:#ed5472;
}
.submit, .button, input[type="submit"] { 
	padding:10px 25px;
	line-height:27px;
	background:#835adf;
	color:#fff;
	font-size:13px;
	border-radius:4px;
	float:right;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#ed5472;
	color:#fff;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select { 
	border-color:#e0dcbb;
	background:#e0dcbb;
	border-radius:2px;
	color:#000;
}
input[type="text"]:focus, 
textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
select:focus { 
	background:none;
	border-color:#835adf;
}
.accent {
	color:#585852;
	font-size:24px;
	font-family:'ubunturegular';
}
#comments .accent { font-size:18px; }
.descent {
	color:#848484;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#e0dcbb;
	box-sizing:border-box;
	font-size:13px;
	border-radius:60px;
	text-align:center;
	min-width: 51px;
	display: inline-block;
	color:#8e8856;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#835adf;
	color:#fff;
}

/* ========================================= Theme Header. ========================================= */
#purpletop {
	background:#835adf;
}
#logo {
	float:left;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:0;
	display:flex;
	align-items:center;
	height:100px;
	z-index:2;
	max-width: 250px;
	justify-content: center;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	color: #fff;
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:0;
	line-height:70px;
	height:70px;
    text-transform: none;
}
.headersearch {
	float:left;
	display:flex;
	align-items:center;
	height:70px;
}
@media screen and (min-width:1024px) {
	.headersearch {	
		
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
	background:#fff;
	border-radius:3px;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #393939;
	font-size:14px;
	background:none;
	border:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	color:#926fe2;
	top: 0;
	background: none;
	border:none;
	font-family:'FontAwesome';
}
.headersearch .search-box {
	background:#906de1;
	border-radius:40px;
}
.headersearch .search-box input[type="search"] {	
	font-family:'ubunturegular';
	color:rgba(255,255,255,0.6);
}
.headersearch .search-box input[type="submit"] {
	color:#fff;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#393939; }
.search-box input[type="search"]:-moz-placeholder { color:#393939; }
.search-box input[type="search"]::-moz-placeholder { color:#393939; }
.search-box input[type="search"]:-ms-input-placeholder { color:#393939;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:rgba(255,255,255,0.6);; }
.headersearch input[type="search"]:-moz-placeholder { color:rgba(255,255,255,0.6);; }
.headersearch input[type="search"]::-moz-placeholder { color:rgba(255,255,255,0.6);; }
.headersearch input[type="search"]:-ms-input-placeholder { color:rgba(255,255,255,0.6);; }


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		display:flex;
		align-items:center;
		height:70px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#d9cdf3;
		padding: 24px 12px;
		font-size: 13px;
		line-height: 22px;
		text-transform:uppercase;
		font-family:'ubunturegular';
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
	.site-header ul.nav-menu  > li ul {
		background:#754bd1;		
	}
	.site-header ul.nav-menu  > li ul li a {
		color:#d9cdf3;
		font-size:14px;
		text-transform:uppercase;
		font-family:'ubunturegular';
		padding: 12px 0;
		list-style: 16px;
	}
	.site-header ul.nav-menu  > li ul li:hover {
		background:#643bc1;
	}
	.site-header ul.nav-menu  > li ul li:hover > a {
		color:#fff;
		background:#643bc1;
	}
	
}
@media only screen and (min-width:1024px) {
	#menu-trigger {
		position:relative;
		z-index:3;
		width:70px;
		height:70px;
		cursor:pointer;
		background:url(images/menu.png) 50% no-repeat;
	}
	#menu-trigger:hover {
		background:url(images/menu-hover.png) 50% no-repeat;
	}
	#menu-trigger.active {		
		background:url(images/menu-active.png) 50% no-repeat;
	}
	#main-menu {
		float:left;
		display:flex;
		align-items:center;
		height:70px;
		position: relative;
	}
	#main-menu ul.nav-menu {
		display:none;
		background:#754bd1;	
		position: absolute;
		left: 0;
		top: 100%;
		min-width: 200px;
		z-index: 2;
	}
	#main-menu ul.nav-menu > li {
		width:100%;
	}
	#main-menu ul.nav-menu > li ul {
		left:100%;
		top:0;
	}
	#main-menu ul.nav-menu > li > a {
		color:#d9cdf3;
		font-size:14px;
		line-height: 14px;
		text-transform:uppercase;
		font-family:'ubunturegular';
		padding: 17px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
		background:#643bc1;
	}
}

@media only screen and (max-width: 1023px) {
	#mobile-menu-trigger a {
    color: #fff;
    margin: 21px 0;
}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:rgba(0,0,0,0.3); 
}
.slider-bgr::after {
	content:'';
	bottom:0;
	left:0;
	height: 57px;
	position:absolute;
	background: url(images/slider.png) top center no-repeat;
	max-height:10%;
	width: 100%;
}
.fp-slides {
	z-index:1;
}
.fp-thumbnail img {
	width:100%;
}
.fp-content-wrap {
	width:1000px;
	display:flex;
	align-items:center;
}
.fp-content {
	position:relative;
	box-sizing:border-box;
	width:465px;
	height: 455px;
	text-align:center;
	padding: 165px 50px 100px;
	background: url(images/fp-back.png) top center no-repeat;
}
.fp-title {
	color:#835adf;
	font-size:33px;
	font-family:'ubunturegular';
	font-weight:normal;
}
.fp-description {
	color:#aaa;
	font-size: 15px;
	line-height: 22px;
	font-family:'ubunturegular';
}
.fp-more {
	float:none;
	border-radius:60px;
	padding: 5px 25px;
}
.fp-more:hover {
	
}
.fp-nav {
	position:absolute;
	bottom:60px;
	left:0;
	right: 0;
	margin:0 auto;
	text-align:center;
	z-index: 2;
}
.fp-nav a {
	display:inline-block;
	width:40px;
	height:30px;
	background:url(images/pager.png) 50% no-repeat;
}
.fp-nav a:hover, .fp-nav a.activeSlide {
	background:url(images/pager-active.png) 50% no-repeat;	
}
@media screen and (max-width:1024px) {
	.fp-content {
		height:auto;
		width:auto;
		padding:0;
		background:none;
	}
}
@media screen and (max-width:640px) {
	.fp-content,.fp-nav {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.page-title {
	
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:24px;	
	color:#ed5472;
	font-family:'ubuntumedium';
	font-weight:normal;
	text-transform:none;
}
.entry-title a {
	color:#ed5472;
}
.entry-title a:hover { color:#ed5472 !important;}
article {
	background:#f7f4de;
	border:none;
	padding:20px;
}
.featured-img-container {
	position:relative;
	margin:-20px -20px 10px;
	border-radius:3px;
	overflow:hidden;
}
.featured-img-container::after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.5);
}
.featured-img-container .featured-text {
	position:absolute;
	left:20px;
	right:20px;
	top:20px;
	z-index:2;
	color:#fff;
}
.featured-img-container .entry-title, .featured-box .entry-title a {
	color:#f3f0cf;
}
.featured-img-container .entry-meta {
	border-bottom:1px solid rgba(255,255,255,0.2);
}
.featured-img-container .entry-meta, .featured-img-container .entry-meta a {
	color:#fff;
}
.featured-img-container .entry-meta a:hover {
	color:#fff;
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
}
article .entry-summary {
	margin-bottom: 20px;
	border-bottom:1px solid #e3e1cf;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#303030;
	font-size:14px;
	border-bottom:1px solid #e9e7d3;
	padding:5px 0;
	margin-bottom:15px;
}
.entry-meta a {
	color:#303030;
}
.entry-meta a:hover {
	color:#303030;
	text-decoration:underline;
}
.entry-meta > span:not(:last-child)::after {
	content:'/';
	padding:0 15px;
}
article .post-categories {
	font-size:14px;
	color:#393939;
	padding: 7px 0;
	display: block;
}
article .post-categories a {
	color:#393939;
}
article .post-categories a:hover {
	text-decoration:underline;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
	font-size:14px;
	font-family:'ubunturegular';
}
.widget a {
	font-size:16px;
	font-family:'ubuntumedium';
}
.widget a:hover {
	
}
.widget .caption {	
	margin-bottom:15px;
	background:url(images/capt.png) left center repeat-x;
}
.widget .caption h4 {
	color:#393939;
	font-weight: normal;
	font-size:20px;
	padding:5px 15px 5px 40px;
	background:#b7b6b6;
	display:inline-block;
	margin-bottom: 0;
	background:url(images/caption.png) left center no-repeat, #f3f0cf;
}
.sidebar .widget ul.children li:last-child,
.sidebar .widget ul.sub-menu li:last-child {
	border:none;
} 
.widget ul {
	padding:0;
}
.widget ul li {
	list-style-type: none;
}
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_categories ul li a {	
	padding: 15px 15px 15px 0;
	display:inline-block;
	transition:all 0.3s;
}
.widget_recent_entries a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_pages ul li a:hover,
.widget_categories ul li a:hover {
	text-decoration:none;
	padding: 15px 0 15px 15px;
	background:url(images/list.png) left center no-repeat;
}
.featured-box {
	position:relative;
}
.featured-box::after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.5);
}
.widget_smt_posts .post-date {
	color:#835adf;
	border:2px solid #835adf;
	padding:10px 15px;
	text-align:center;
	font-size:14px;
	display: block;
}
.featured-box .post-date {
	color:#fff;
}
.widget_smt_posts img + div {
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:flex;
	align-items:center;
	justify-content:center;
}
.widget_smt_posts img {
	width:100%;
	vertical-align:bottom;
}
.widget_smt_comments .comment_avatar img {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_posts .title {
	display:block;
	margin: 10px 0;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	color:#d5c7f3;
	font-size:14px;
	font-family:'ubunturegular';
	position:relative;
	margin-top: 90px;
	background-color:#835adf;
}
footer::before {
	content:'';
	position:absolute;
	left:0;
	bottom:100%;
	height:60px;
	width: 100%;
	background:url(images/footer.png) bottom center no-repeat;
}
footer .widget {
	padding-top:40px;
}
footer .widget a, footer a {
	color:#fff;
	font-size:18px;
}
footer .widget a:hover, footer a:hover {
	color:#ed5472;
}
footer .footer_txt {
	padding:15px 0;	
	background:#5b33b3;
	text-align:center;
}
footer .footer_txt a {
	font-size: 14px;
}
footer .widget .caption {
	background-image:url(images/fcapt.png);
}
footer .widget .caption  h4 {
	color:#fff;
	background: url(images/caption.png) left center no-repeat, #835adf;
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
} 
footer .widget_archive ul li a:hover,
footer .widget_meta ul li a:hover,
footer .widget_nav_menu ul li a:hover,
footer .widget_pages ul li a:hover,
footer .widget_categories ul li a:hover {
	background:url(images/flist.png) left center no-repeat;
}