/*
Theme Name: ABClore
Theme URI: http://smthemes.com/abclore/
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:'latoregular';
	font-size:13px;
	background:url(images/back.png) left top repeat;
	color:#3c3c3c;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#84c2ff;
	text-decoration:none;
}
a:hover {
	color:#4c94db;
	text-decoration:underline;
}
.submit, .button, input[type="submit"] {
	padding:10px 55px;
	line-height:27px;
	background:none;
	color:#a98035;
	border-radius:2px;
	float:right;
	border:1px solid #e4cfad;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#84c2ff;
	color:#fff;
	border-color:transparent;
	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-color:#ffdb99;
	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 { 
	border-color:#ffdb99;
}
.accent {
	color:#a98035;
}
#comments .accent {}
.descent {
	color:#84c2ff;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#fcecd3;
	border-radius:2px;
	color:#baa062;
	font-size:16px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	background:#84c2ff; color:#fff;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#84c2ff; color:#fff;
}

/* ========================================= Theme Header. ========================================= */
#logo {
	float:left;
	height:160px;
	display:flex;
}
#logo img {
	max-height:100%;
}
.boxed-container.with-search::before {
	content:'';
	position:absolute;
	width:100%;
	height:26px;
	bottom:100%;
	left:0;
	background:url(images/mainmenu.png) top center no-repeat;
}
.boxed-container.with-search {
	background:#fff;
	margin-top: 20px;
	padding: 0 15px;
	box-sizing: border-box;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:right;
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
	background:#fff;
	border-radius:60px;
	border:1px solid #e2e2e2;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #a5a5a5;
	font-size:12px;
	background:none;
	border:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;	
	border:none;
	background:#ebbf6e;
	border-radius:50px;
	color:#fff;
	font-family:'FontAwesome';
}
.headersearch .search-box {
	background:#f6f6f6;
	margin-bottom: 10px;
}
.headersearch .search-box input[type="search"] {	
}
form  .search-box input[type="submit"]:hover {
	background:#84c2ff;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#a5a5a5; }
.search-box input[type="search"]:-moz-placeholder { color:#a5a5a5; }
.search-box input[type="search"]::-moz-placeholder { color:#a5a5a5; }
.search-box input[type="search"]:-ms-input-placeholder { color:#a5a5a5;}


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		height:50px;
		display: flex;
		padding: 0 206px 0 16px;
		box-sizing: border-box;
		margin:50px 0 50px;
		background:#fff;
		position:relative;
		border-radius: 4px;
		border:2px solid #fff;
		box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
	}
	#extra-menu ul.nav-menu > li > a {
		color:#84c2ff;
		padding: 12px 0 12px 3px;
		font-size:13px;
		line-height: 22px;
		text-transform:uppercase;
		position:relative;
	}
	#extra-menu ul.nav-menu > li:first-child > a {
		padding-left:15px;
	}
	#extra-menu ul.nav-menu > li:not(:last-child) > a::after {
		content:'';
		display:inline-block;
		width:8px;
		height:8px;
		padding-left: 13px;
		background:url(images/a-after.png) 50% no-repeat;
	}
	#extra-menu ul.nav-menu > li:first-child > a::before {
		content:'';
		position: absolute;
		left: 0;
		top: 6px;
		display:inline-block;
		width:7px;
		height:35px;
		background:url(images/first-menu-a.png) 50% no-repeat;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#ebbf6e;
	}
	header ul.nav-menu  > li ul {
		background:#fff;
		border-radius:10px;
	}
	header ul.nav-menu  > li ul li:not(:last-child) {
		border-bottom:1px solid #f7f7f7;
	}
	header ul.nav-menu  > li ul li a {
		color:#84c2ff;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#ebbf6e;
	}
	
}
@media screen and (min-width:1119px) {
	#extra-menu::after {
		content:'';
		position:absolute;
		top: -45px;
		right: -53px;
		width:233px;
		height:96px;
		background:url(images/clouds-right.png) right center no-repeat;
	}
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:left;
		position:relative;
		display: flex;
		align-items: center;
		height: 70px;
	}
	#main-menu ul.nav-menu > li > a {
		color:#383838;
		font-size: 12px;
		line-height: 12px;
		text-transform:uppercase;
		padding: 13px 20px;
		font-weight: bolder;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
		background:#84c2ff;
		border-radius:40px;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a { color:#fff; margin:50px 0;}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	position:relative;
}
@media screen and (min-width:640px) {
	.slider-container {
		position:relative;
		padding-bottom:270px;
	}
}
.fp-slides img {
	border:10px solid #fcecd3;
	width:100%;
	box-sizing:border-box;
}
.fp-thumbnail {
	position:relative;
}
.fp-thumbnail::after {
	content:'';
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	height:26px;	
	background:url(images/slide-bottom.png) left bottom 0 repeat-x;
}
.fp-thumbnail::before {
	content:'';
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:26px;	
	background:url(images/slide-top.png) left top 0 repeat-x;
}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	top:100%;
	display:flex;
	align-items:center;
	width:1000px;
	height: 270px;
}
.fp-content {
	position:relative;
	box-sizing:border-box;
	text-align:center;
	padding:20px;
	width: 100%;
}
.fp-title {
	color:#303030;
	font-size:34px;
}
.fp-description {
	color:#5baaae;
	font-size:15px;
	font-family:'latolight';
	margin: 20px 0;
}
.fp-more {
	float:none;
	background:#ebbf6e;
	border:none;
	font-family:'latolight';
	font-size:18px;
	padding: 10px 64px;
	display:inline-block;
	color:#fff;
}
.fp-more:hover {
	background:#84c2ff;
}
.fp-prev-next-wrap {
	top:50%;
	width:100%;
}
.fp-prev-next-wrap a {
	top: -26px;
	height:53px;
	width:53px;
	transition:none;
}
.fp-prev {
	left:15px;
	background:url(images/slide-left.png) left top no-repeat;
}
.fp-next {
	right:15px;
	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:-53px top;
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	padding:40px 15px;
	width:1000px;
	max-width:100%;
	box-sizing:border-box;
	background:#fff;
	margin:  0 auto 40px;
	position:relative;
}
.site-content::after {
	content:'';
	position:absolute;
	width:100%;
	height:26px;
	top:100%;
	background:url(images/content-end.png) top center no-repeat;
	left:0;
}
.page-title {
	text-transform:none;
	color:#a98035;
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:18px;
	font-weight:normal;	
	color:#a98035;
	text-align:center;
	background:url(images/title.png) left center repeat-x;
	font-family:'latoheavy';
	margin:10px 0;
}
.single-post .entry-title, .page .entry-title {
	background:none;
}
.entry-title a {
	display:inline-block;
	background-color:#fcecd3;
	padding:10px 15px;
	color:#a98035;
	text-decoration: none;
}
.entry-title a:hover { color:#75551a;}
article {
	background:#fcecd3;
	padding:10px 5px;
	position:relative;
}
article::before {
	content:'';
	position:absolute;
	top:-8px;
	left:0;
	right:0;
	width: 100%;
	height: 8px;
	background:url(images/slide-top.png) left top repeat-x;
}
article::after {
	content:'';
	position:absolute;
	bottom:-8px;
	left:0;
	right:0;
	width: 100%;
	height: 8px;
	background:url(images/slide-bottom.png) left top repeat-x;
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
	box-sizing:border-box;
	border:3px solid #fff;
	box-shadow:0 0 0 1px #d8d8d8;
	border-radius:1px;
	margin-top:-50px;
}
.entry-summary, .entry-content {
	padding:0 20px;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {margin: 30px 0 10px;padding: 0 20px;}
.entry-meta a {
	color:#a98035;
	text-decoration:none;
}
.entry-meta a:hover {
	color:#654814;
	text-decoration:none;
}
.entry-meta > span {
	margin: 0 20px 0 0;
}
.entry-meta > span .icon {
	color:#ebd3ae;
	background:#a98035;
	border-radius:60px;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-right: 5px;
	line-height: 30px;
}
.entry-meta > span:hover .icon {
	color:#fff;
	background:#84c2ff;
}
article .post-date {
	background: url(images/date.png) left top no-repeat;
	margin-top:-30px;
	float:left;
	text-align:center;
	height:77px;
	width:71px;
	font-family:'latoheavy';
	font-size:12px;
	color:#cde6ff;
	padding:5px 5px 0 0;
	box-sizing:border-box;
	position:relative;
	line-height:19px;
	text-shadow:1px 2px #806f5f;
}
.post-date .day {
	color:#fff;
	font-size:21px;
}
.post-date .month {
	font-size:15px;
}
article .post-categories {
	color:#a98035;
	font-size:12px;
	margin-top: 35px;
	border-top: 1px solid #ebd1aa;
	padding: 13px 20px 0;
}
article .post-categories a {
	color:#a98035;
}
article .post-categories a:hover {
	color:#7e5a19;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
	margin-bottom: 50px !important;
	padding: 15px;
	box-sizing: border-box;
}	
.sidebar .widget {
	background:#faf2e7;
	box-sizing:border-box;
	border-right: 3px solid #ecd5bc;
	border-bottom: 3px solid #ecd5bc;
}
.widget a {
	color:#7a591b;
	font-size:14px;
	text-decoration:none;
}
.widget a:hover {
	color:#ab8a4e;
}
.widget .caption h4 {
	color:#7a591b;
	font-size:20px;
	text-shadow:1px 1px 0 #fff;
	display:inline-block;
	top: -39px;
	margin-bottom: -30px;
	position: relative;
	transform: rotate(-5deg);
	padding:10px 25px;
	background:url(images/caption.png);
	box-shadow:2px 2px rgba(0,0,0,0.1);
}
.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:inline-block;
}
.widget_smt_comments .comment_avatar,
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_comments .comment_author {
}
.widget_smt_comments a {
}
.widget_smt_posts .post-date {
	color:#fff;
	background:#84c2ff;
	font-weight:bold;
	font-size:14px;
	padding: 4px 17px;
	border-radius:60px;
	display:inline-block;
	float:none;
	font-weight: normal;
}
.widget_smt_posts .title {display: block;margin: 0 0 10px;}
.widget_smt_posts p {
	font-size:12px;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	color:#3c3c3c;
	margin-top: 90px;
}
footer .footer-columns {
	background-color:#fcf4e9;
	padding: 10px 0 0;
}
footer .footer_txt {
	padding:15px;
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
}