/*
Theme Name: Kiddy
Theme URI: http://smthemes.com/kiddy/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 3.0.1
License: Creative Commons 3.0
Theme date: 02/09/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:'open_sansregular';
	font-size:13px;
	background: url(images/top.png) top center no-repeat,   url(images/footer.png) bottom center no-repeat, #f8eba8;
	color:#423800;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#c4a969;
	text-decoration:none;
}
a:hover {
	color:#958744;
	text-decoration:underline;
}
.submit, .button, input[type="submit"] {
	padding:5px 25px;
	line-height:27px;
	border-radius:2px;
	background:#f9ba46;
	font-size:12px;
	float:right;
	color:#fff;
	margin-top: 6px;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#e8a62c;
	color:#fff;
	text-decoration: none;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select { 
	border:1px solid #fcdda3;
	color:#2d2d2d;
	background:none;
}
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 { 
	box-shadow:0 0 3px #f9ba46;
	border-color:#fbcb74;
}
.accent {
	color:#baa062;
	font-size:24px;
	background:#fddf92;
	border-radius:2px;
	font-family:'Conv_GloriaHallelujah';
	padding: 10px 20px;
}
#comments .accent {
	background:none;
	padding:inherit;
}
.descent {
	color:#423800;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#fddf92;
	border-radius:3px;
	color:#baa062;
	font-size:16px;
	font-family:'Conv_GloriaHallelujah';
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	background:#baa062;color:#fff;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#baa062;color:#fff;
}

/* ========================================= Theme Header. ========================================= */
.site-header {
	padding-top:60px;
}
.site-header .boxed-container:first-child {
	height:85px;
}
#logo {
	height: 85px;
	float:left;
}
#logo img {
	max-height:100%;
}
.page-title {
	font-family:'Conv_GloriaHallelujah';
	color:#916a16;
	text-transform:none;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
	font-family:'Conv_GloriaHallelujah';
    text-transform: none;
}
.headersearch {
	float:right;
}
@media screen and (min-width:1024px) {
	.headersearch {
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	position: relative;
	background:#fff;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #9f9f9f;
	background:none;
	border:none;
}
form .search-box input[type="submit"] {
	display:none;
}
.headersearch .search-box {
	background:#f4dcb5;
	padding:5px 40px 5px 5px;
	box-sizing:border-box;
	border-radius: 3px;
	box-shadow:0 8px 15px rgba(0,0,0,0.25);
}
.headersearch .search-box input[type="search"] {	
	background:#fff;
}
.headersearch .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 5px;
	border:none;
	font-family:'FontAwesome';
	display:block;
	color:#cfae79;
	font-size:16px;
	margin: 0;
	background: none;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#9f9f9f; }
.search-box input[type="search"]:-moz-placeholder { color:#9f9f9f; }
.search-box input[type="search"]::-moz-placeholder { color:#9f9f9f; }
.search-box input[type="search"]:-ms-input-placeholder { color:#9f9f9f;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#979696; }
.headersearch input[type="search"]:-moz-placeholder { color:#979696; }
.headersearch input[type="search"]::-moz-placeholder { color:#979696; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#979696; }


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:none;
		width:100%;
		text-align:left;
		display:flex;
		align-items:center;
		height:40px;
		border-radius:3px;
		background:#fff5bd;
	}
	#extra-menu ul.nav-menu > li:not(:last-child) > a {
		border-right:2px solid #f7e6a7;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#d5c465;
		padding: 13px 20px;
		font-size:13px;
		text-transform:uppercase;
		line-height:14px;
		font-family:'Conv_GloriaHallelujah';
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#916a16;
	}
	header ul.nav-menu  > li ul {
		box-shadow:0 10px 15px rgba(0,0,0,0.25);
		background:#ebe09f;
	}
	header ul.nav-menu  > li ul li a {
		color:#bbab54;
		text-decoration:none;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#916a16;
		text-decoration:underline;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:right;
		display:flex;
		align-items:center;
		height:46px;
	}
	#main-menu ul.nav-menu > li > a {
		color:#977520;
		font-size:11px;
		line-height: 11px;
		text-transform:uppercase;
		font-weight:bold;
		padding: 17px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#5b410a;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
@media screen and (min-width:640px) {
	 .slider-container {
		position:relative;
		padding: 0 0 220px;
		box-sizing: border-box;
	}
}
.fp-slides {
	z-index:1;
}
.fp-slides img {
	border-radius:4px;
	width: 100%;
}
.fp-content-wrap {
	width:100%;
	top: 100%;
	height:200px;
	height:200px;
	border-bottom:2px dashed #fff5bd;
}
.fp-content {
	padding:20px;
	box-sizing: border-box;
}
.fp-title {
	color:#b1a466;
	font-size:34px;
	font-family:'Conv_GloriaHallelujah';
}
.fp-description {
	color:#423800;
}
.fp-more {
	float:left;
}
.fp-more:hover {
	
}
.fp-prev-next-wrap {
	width:100%;
	top: 50%;
}
.fp-prev-next-wrap a {
	top:-22px;
	height:43px;
	width:36px;
	transition:none;
}
.fp-prev {
	left:0;
	background:url(images/slide-left.png) left top no-repeat;
}
.fp-next {
	right:0;
	background:url(images/slide-right.png) right top no-repeat;
}
.fp-prev-next-wrap a.fp-next:hover {
	background-position:0 top;
}
.fp-prev-next-wrap a.fp-prev:hover {
	background-position:-36px top;
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin: 0 0 40px 0;
}
.site-content #container {
	background:#fff;
	box-sizing:border-box;
	padding:20px;
}
.sidebar {
	padding-top:20px;
}
@media only screen and (min-width:801px) {
	.sidebar-left #container {
		width:73.5%;
		margin-left:26.5%;
		float:left;
	}
	.sidebar-right #container {
		width:73.5%;
		margin-right: 26.5%;
		float:left;
	}
}
.entry-title {
	margin: 0 0 20px;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:24px;
	color:#baa062;
	font-family:'Conv_GloriaHallelujah';
	font-weight:normal;
	background:#fddf92;
	border-radius:3px;
	padding:10px 20px;
}
.entry-title a {
	color:#baa062;
	text-decoration:none;
	font-weight:normal;
}
article {
	padding: 0;
	border: none;
}
article .featured_image {
	vertical-align:bottom;
	float:left;
	border-radius:3px;
	border:5px solid #fff5bd;
	margin:0 20px 20px 0;
	width:170px;
}
article .post-date {
	height:75px;
	width:72px;
	margin-right:20px;
	float:right;
	text-align:center;
	color:#fff;
	padding-top:5px;
	text-shadow:1px 2px rgba(0,0,0,0.4);
	background: url(images/date.png) top center no-repeat;
}
.post-date .day {
	font-size:21px;
	line-height:21px;
}
.post-date .month {
	font-size:16px;
	line-height:19px;
}
.post-date .year {
	font-size:11px;
	line-height:14px;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#c4a969;
	padding:10px 0;
	border:1px solid #f6eaa7;
	border-width: 1px 0;
}
.entry-meta a {
}
.entry-meta a:hover {
}
.entry-meta > span {
	margin: 0 10px 0 0;
}
.entry-meta .post-categories {
	background: url(images/categories.png) left center no-repeat;
}
.entry-meta .post-comments {
	background: url(images/comments.png) left center no-repeat;
}
.entry-meta .post-author {
	background: url(images/author.png) left center no-repeat;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
	padding: 0 20px 20px;
	box-sizing:border-box;
	margin-bottom: 40px !important;
}
.widget a {
	color:#c2b156;
	font-size:15px;
	font-family:'Arial';
	text-decoration:none;
}
.widget a:hover {
	color:#916a16;
}
.sidebar { 
	background:#fff5bd; 
}
.sidebar .caption {
	margin:0 -20px;
}
.widget .caption h4 {
	color:#9c8c37;
	font-size:22px;
	font-family:'Conv_GloriaHallelujah';
	font-weight:bold;
	background:#ecdd8b;
	border-bottom:2px solid #d4c67d;
	text-shadow:1px 2px rgba(255,255,255,0.7);
	text-align:center;
	padding: 6px 10px;
}
.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 0;
	display:block;
	border-bottom:1px solid #f3e598;
}
.widget_smt_comments .comment_avatar,
.widget_smt_posts img {
	float:left;
	border:3px solid #fddf92;
	margin:0 10px 10px 0;
}
.widget_smt_comments .comment_avatar img {
	vertical-align:bottom;
}
.widget_smt_posts img {
	margin:0;
}
.widget_smt_posts .post-date {
	color:#ab8d38;
	font-size: 17px;
	text-shadow:1px 2px rgba(255,255,255,0.7);
	font-family:'Conv_GloriaHallelujah';
	float: none;
	display: block;
	text-align: center;
}
.widget_smt_posts .title {
}
.widget_smt_posts p {
	font-family:'Arial';
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }

/* ========================================= FOOTER. ========================================= */
footer {
	padding-bottom:350px;
	background:url(images/fcaption.png) top center no-repeat;
}
footer .footer_txt {
	padding:15px 0;
	text-align: right;
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget {
	position:relative;
	padding-top:50px;
	margin-bottom: 20px !important;
}
footer .widget .caption {
	position:absolute;
	left:0;
	top:0;
	width:100%;
}
footer .widget .caption  h4 {
	background:none;
	border:none;
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
}