/*
Theme Name: Timber
Theme URI: http://smthemes.com/timber/
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/06/2019
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:14px;
	background: url(images/background.jpg) 50% top fixed;
	color:#565656;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#7232b9;
	text-decoration:none;
}
a:hover {
	color:#191919;
}
.submit, .button, input[type="submit"] { 
	padding:0 0 0 49px;
	height:43px;
	line-height:36px;
	background:url(images/readmore.png) left center no-repeat;
	color:#313131;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:url(images/readmore-hover.png) left center no-repeat;
}
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:#e0e0e0;
	color:#4a4a4a;
}
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:#c0c0c0;
}
.accent {
	color:#28262b;
}
#comments .accent {}
.descent {
	color:#bcbcbc;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#ffffff;
	color:#d2d2d2;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	background:#8ac249;
	color:#fff;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#8ac249;
	color:#fff;
}

/* ========================================= Theme Header. ========================================= */
.headertop {
	background:#fff;
	height:70px;
	margin-bottom:5px;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:70px;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:right;
	display:flex;
	align-items:center;
	height:70px;
}
@media screen and (min-width:1024px) {
	.headersearch {	
		width:90px;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 70px;
	line-height: 70px;
	color: #313131;
	background:none;
	border:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;	
	border:none;
	font-family:'FontAwesome';
}
.headersearch .search-box {
	display: none;
	position:absolute;
	right:91px;
	left:0;
	height:70px;
	background:#fff;
	top:0;
	z-index:999;
}
.headersearch .search-box input[type="search"] {}
.headersearch .search-box input[type="submit"] {
	display:none;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#000; }
.search-box input[type="search"]:-moz-placeholder { color:#000; }
.search-box input[type="search"]::-moz-placeholder { color:#000; }
.search-box input[type="search"]:-ms-input-placeholder { color:#000;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#313131; }
.headersearch input[type="search"]:-moz-placeholder { color:#313131; }
.headersearch input[type="search"]::-moz-placeholder { color:#313131; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#313131; }
#search-trigger {
	color:#d0d0d0;
	position:absolute;
	right:0;
	top:0;
	width:90px;
	height:70px;
	line-height: 70px;
	background:#fff;
	z-index:1;
	text-align: center;
	cursor: pointer;
	border-left:1px solid #e0e0e0;
}
@media screen and (max-width:1023px) {
	#search-trigger {	
		
	}
}
#search-trigger:hover {
	background:#e0e0e0;
}
#search-trigger.active {
	background:#e0e0e0;
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		display:flex;
		align-items:center;
		height:70px;
		position:absolute;
		width: 100%;
		justify-content: center;
	}
	.menu-topmenu-container {
		margin-left:-50%;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#b8b8b8;
		padding:29px 20px;
		font-size:13px;
		font-family: 'latoheavy';
		text-transform:uppercase;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#292929;
	}
	#extra-menu ul.nav-menu  > li ul {
		background:#1e1e1e;
	}
	#extra-menu ul.nav-menu  > li ul li {
		
	}
	#extra-menu ul.nav-menu  > li ul li:hover {
		
	}
	#extra-menu ul.nav-menu  > li ul li a {
		color:#8040c8;
	}
	#extra-menu ul.nav-menu  > li ul li:hover > a {
		color:#fff;
	}
	
}
@media only screen and (min-width:1024px) {
	#menu-trigger {
		position:relative;
		z-index:3;
		width:90px;
		height:70px;
		cursor:pointer;
		background:url(images/menu.png) left top no-repeat;
	}
	#menu-trigger:hover {
		background-position:left -70px;
	}
	#menu-trigger.active {		
		background-position:left -140px;
	}
	#main-menu {
		float:left;
		display:flex;
		align-items:center;
		height:70px;
		position: relative;
	}
	#main-menu ul.nav-menu {
		display:none;
		background: #57288d;
		position: absolute;
		left: 100%;
		top: 0;
		width:910px;
		min-width: 200px;
		z-index: 2;
	}
	#main-menu ul.nav-menu > li {
		
	}
	#main-menu ul.nav-menu > li ul {
		left:0;
		top:100%;
	}
	#main-menu ul.nav-menu > li > a {
		color:#8c62bb;
		padding: 0 20px;
		height:70px;
		font-size:13px;
		line-height:70px;
		font-family: 'latoheavy';
		text-transform:uppercase;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
	#main-menu ul.nav-menu  > li ul {
		
		background:#1e1e1e;
	}
	#main-menu ul.nav-menu  > li ul li {
		
	}
	#main-menu ul.nav-menu  > li ul li:hover {
		
	}
	#main-menu ul.nav-menu  > li ul li a {
		color:#8040c8;
	}
	#main-menu ul.nav-menu  > li ul li:hover > a {
		color:#fff;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger {
		height:70px;
		right:110px;
	}
	#mobile-menu-trigger a { 
		height:70px;
		line-height:70px;
		margin:0;
	}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:url(images/fp-back.png); 
}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	width:1000px;
	display:flex;
	align-items:center;
}
.fp-content {
	padding:20px;
	position:relative;
	width:100%;
	text-align:center;
}
.fp-title {
	color:#fff;
	font-size:42px;
	font-weight:normal;
	padding-bottom:30px;
	background:url(images/sliderttl.png) center bottom no-repeat;
}
.fp-description {
	color:#fff;
}
.fp-more {
	float:none;
	background:none;
	color:#8040c8;
	border:1px solid #8040c8;
	height:38px;
	line-height:38px;
	padding:0 25px;
	border-radius:19px;
}
.fp-more:hover {
	background:#8040c8;
	color:#fff;
}
.fp-prev-next-wrap {
	width:100%;
}
.fp-prev-next-wrap a {
	top:-20px;
	height:40px;
	width:40px;
	transition:none;
}
.fp-nav {
	position:absolute;
	bottom:50px;
	left:0;
	right:0;
	margin:0 auto;
	text-align:center;
	z-index: 2;
}
.fp-nav a {
	display:inline-block;
	width:40px;
	height:40px;
	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;	
}
.fp-prev-next-wrap a.fp-next:hover {
	background-position:0 top;
}
.fp-prev-next-wrap a.fp-prev:hover {
	background-position:-40px top;
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:5px 0;
}
.page-title {
	color: #8040c8;
	margin: 0;
	padding: 25px 25px;
	background: #fff;
	margin-bottom: 5px;
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:20px;	
	color:#333;
	font-weight:normal;
	text-transform:none;
}
.entry-title a {
	color:#333;
}
.entry-title a:hover { color:#555;}

article {
	background:#ffffff;
	padding:25px;
	margin-bottom:5px;
}
.smt_googlemap {
	clear:both;
}
.post-thumbnail-container {
	width:240px;
	margin-left:-25px;
	margin-top:-25px;
	float:left;
	margin-right:25px;
}
article .featured_image {
	vertical-align:bottom;
}
.post-thumbnail-container .post-author {
	background: url(images/author.png) left center no-repeat;
	display:block;
	height:30px;
	line-height:30px;
	padding:10px 0;
	padding-left:40px;
	margin:0 20px;
	border-bottom:1px solid #f0f0f0;
}
.post-thumbnail-container .post-author a,
.post-thumbnail-container .post-comments a {
	color:#313131;
}
.post-thumbnail-container .post-comments {
	background: url(images/comments.png) left center no-repeat;
	display:block;
	height:30px;
	line-height:30px;
	padding:10px 0;
	padding-left:40px;
	margin:0 20px;
}


/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	float:right;
	color:#313131;
	font-size:12px;
}
.entry-meta a {
	color:#313131;
}
.entry-meta a:hover {
	color:#313131;
}
.entry-meta > span {
	margin: 0 10px 0 0;
}
.entry-meta .post-date {
	border:2px solid #e8e8e8;
	height:26px;
	line-height:26px;
	border-radius:13px;
	padding:0 19px;
	display:inline-block;
}
.post-categories a{
	color:#afafaf
}

/* ....................... Sidebar .................... */
@media only screen and (min-width:801px) {
	.sidebar { width:29.5%; float:left; }
	.sidebar-left .sidebar {
		margin-left:-100%;
	}
	.sidebar-right .sidebar {
		margin-left:-29.5%;
	}
}
.sidebar .widget {
	line-height:24px;
	background:#f3f3f3;
	border-bottom:1px solid #e2e2e2;
	margin-bottom:0;
	padding:20px;
}
.widget a {
	
}
.widget a:hover {
	
}
.sidebar .caption h4 {
	color:#313131;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'latoheavy';
	background:url(images/widgetttl.png) left bottom no-repeat;
	padding-bottom:10px;
	font-weight:normal;
}
.sidebar ul li { }
.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 {
	color:#313131;
	text-decoration:none;
	padding: 15px 0;
	display:inline-block;
}
.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;
	
}
.widget_smt_comments .comment_avatar img {
	float:left;
	border-radius:25px;
}
.widget_smt_comments .comment-content {
	padding-left:66px;
}
.widget_smt_comments .comment_author {
	font-size:14px;
	color:#313131;
	text-transform:uppercase;
	display:inline;
	font-family: 'latoheavy';
}
.widget_smt_comments .comment_text {
	display:inline;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts img {
	width:100%;
	margin-bottom:15px;
}
.widget_smt_posts .post-date {
	color:#000;
	font-size:12px;
	display:inline-block;
	text-align:center;
	border:2px solid #e8e8e8;
	height:26px;
	line-height:26px;
	border-radius:13px;
	padding:0 19px;
	margin-bottom:15px;
	background:none;
}
.widget_smt_posts .title {
	color: #004fff;
	font-size:14px;
	display:block;
	text-transform:uppercase;
	color:#313131;
	margin-bottom:15px;
}
.widget_smt_posts .title:hover {
	color:#02a8f3;
}
.widget_smt_posts p {
	font-size:13px;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	max-width:1000px;
	margin:0 auto;
	padding:25px;
	box-sizing:border-box;
	color:#7c8096;
	background-color:#31354e;
}
footer .widget a, footer a {
	color:#fff;
}
footer .widget a:hover, footer a:hover {
	color:#02a8f3;
}
footer .widget_smt_posts .title { 
	color:#fff;
}
footer .footer_txt {
	padding:15px 0;	
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget .caption  h4 {
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'latoheavy';
	background:url(images/widgetttl.png) left bottom no-repeat;
	padding-bottom:10px;
	font-weight:normal;
}
footer .widget ul li {
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
} 
footer .widget_archive ul li a,
footer .widget_meta ul li a,
footer .widget_nav_menu ul li a,
footer .widget_pages ul li a,
footer .widget_categories ul li a {
	color:#fff;
}
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 {
}
footer .widget_smt_comments .comment_author {
	color:#fff;
}
footer .widget_smt_posts .post-date {
	color:#7c8096;
	border-color:#7c8096;
}