/*
Theme Name: Gardend
Theme URI: http://smthemes.com/gardend/
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: 09/28/2018
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:'quicksandmedium';
	font-size:13px;
	background:url(images/top.jpg) top center no-repeat, #1e212a;
	color:#6f6969;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#302f2f;
	text-decoration:none;
}
a:hover {
	color:#83a114;
}
.submit, .button, input[type="submit"] {
	padding: 7px 25px;
	line-height:27px;
	background:none;
	color:#302f2f;
	float:  right;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	color:#83a114;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select { 
	background:#f5f5f5;
	border-radius:2px;
	border-color:#dadada;
	color:#a8a7a7;
}
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:#dadada;
}
.accent {
	color:#28262b;
	text-align: center;
}
#comments .accent {}
.descent {
	color:#bcbcbc;
}

/* ....................... Page Navigation .................... */
nav.pagination {
	padding:0 30px;
}
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background: none;
	color:#333;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	color:#83a114;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	color:#83a114;
}

/* ========================================= Theme Header. ========================================= */

.boxed-container.birds + .boxed-container {
	background:#eeeeee;
	border:5px solid #302f2f;
	border-width: 0 10px;
	box-sizing:  border-box;
}
#logo {
	float:none;
	justify-content:center;
	display:flex;
	align-items:center;
	height:112px;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:12px;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:right;
	display:flex;
	align-items:center;
	height:100px;
}
@media screen and (min-width:1024px) {
	.boxed-container.birds {
		position:relative;
		background:#819f14;
		border:10px solid #2b2a2a;
		border-width:10px 10px 0;
		box-sizing:border-box;
		padding:  0 30px;
	}
	.boxed-container.birds::after {
		content:'';
		position:absolute;
		left:-59px;
		top:-74px;
		height:169px;
		width:400px;
		background:url(images/birdstop-left.png) left top no-repeat;
	}
	.boxed-container.birds::before {
		content:'';
		position:absolute;
		right:-57px;
		top:-75px;
		height:169px;
		width:400px;
		background:url(images/birdstop-right.png) right top no-repeat;
	}
}
@media screen and (max-width:1024px) { 

}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #a2a2a2;
	background:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 38px;
	height: 40px;
	top: 0;
	border:none;
	font-family:'FontAwesome';
	border:1px solid #d0d2d5;
	color:#d0d2d5;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(208,210,213,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(208,210,213,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(208,210,213,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d0d2d5',GradientType=0 ); /* IE6-9 */
}
.headersearch .search-box {
	border-radius:60px;
	background:#7a9418;
}
.headersearch .search-box input[type="search"] {
	font-family:'quicksandbold';	
	color:#aac24e;
	border:none;
	border:none;
}
.headersearch .search-box input[type="submit"] {
	color:#aac24e;
	background: none;
	border:  none;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#a2a2a2; }
.search-box input[type="search"]:-moz-placeholder { color:#a2a2a2; }
.search-box input[type="search"]::-moz-placeholder { color:#a2a2a2; }
.search-box input[type="search"]:-ms-input-placeholder { color:#a2a2a2;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#aac24e; }
.headersearch input[type="search"]:-moz-placeholder { color:#aac24e; }
.headersearch input[type="search"]::-moz-placeholder { color:#aac24e; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#aac24e; }

@media screen and (max-width:1024px) {
	.headersearch {
		width:100%;
		height:50px;
		margin-bottom:20px;
	}
	.headersearch .search-box,
	.site-header .search-form {
		width:100%;
		box-sizing:  border-box;
	}
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:left;
		display:flex;
		align-items:center;
		height:94px;
		position:  relative;
		z-index:  2;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#eeeeee;
		padding:29px 20px;
		font-size:12px;
		text-transform:uppercase;
		font-family:'quicksandmedium';
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
	header ul.nav-menu  > li ul {
		background:#83a114;
	}
	header ul.nav-menu  > li ul li a {
		color:#eee;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#fff;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:right;
		display:flex;
		align-items:center;
		height:50px;
	}
	#main-menu ul.nav-menu > li > a {
		color:#c6c6c6;
		font-size:12px;
		text-transform:uppercase;
		font-family:'quicksandmedium';
		padding: 14px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#949494;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a { color:#eee; }
	#mobile-menu-trigger a:hover {
    color:  #fff;
}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	top:-30px;
	position:relative;
}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 47%, rgba(0,0,0,0.01) 48%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 47%,rgba(0,0,0,0.01) 48%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 47%,rgba(0,0,0,0.01) 48%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	width:100%;
}
.fp-content {
	padding:20px;
}
.fp-title {
	color:#eeeeee;
	font-family:'quicksandbold';
	font-size:24px;
	font-weight:normal;
}
.fp-description {
	color:#eeeeee;
}
.fp-more {
	float:none;
	border-radius:5px;
	font-family:'quicksandbold';
	font-size:12px;
	color:#eeeeee;
	padding:10px 25px;
	background: rgb(130,160,20); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(130,160,20,1) 0%, rgba(99,122,13,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(130,160,20,1) 0%,rgba(99,122,13,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(130,160,20,1) 0%,rgba(99,122,13,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82a014', endColorstr='#637a0d',GradientType=0 ); /* IE6-9 */

}
.fp-more:hover {
	color:#fff;
}
.fp-nav {
	position:absolute;
	bottom: 20px;
	left: auto;
	right: 20px;
	margin:0 auto;
	text-align:center;
}
.fp-nav a {
	display:inline-block;
	width:6px;
	height:6px;
	margin-right: 20px;
	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:640px) {
	.fp-content {
		display:none;
	}		
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin: 0 auto;
	box-sizing:border-box;
	background:#fff;
	border: 10px solid #302f2f;
	border-width: 0 10px;
	width:  1000px;
	padding-top:30px;
	max-width:  100%;
}
@media screen and (max-width:1024px) {
	.site-content  {
		border:none;
		padding-top:30px;
	}
	.slider-container {
		top:0;
		margin-bottom:30px;
	}
}
.page-title {
	
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:21px;	
	color:#302f2f;
	font-weight:normal;
	text-transform:none;
	font-family:'quicksandbold';
}
.entry-title a {}
article {
	padding-bottom:15px;
	border-bottom:1px dashed #f1eaea;
	margin-bottom:15px;
}
@media screen and (min-width:1024px) {
	.sidebar-right article {
		margin-left:30px;
	}
	.sidebar-left article {
		margin-right:30px;
	}
}
article .featured_image {
	vertical-align:bottom;
	float:left;
	border:5px solid #dbdbdb;
	margin:0 20px 10px 0;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#a8a7a7;
	border:1px solid #dadada;
	border-radius:2px;
	font-family:'quicksandbold';
	font-size:13px;
	padding: 6px 15px;
}
.entry-meta a {}
.entry-meta a.button {
	margin-top:-7px;
	margin-right:-15px;
}
.entry-meta a:hover {}
.entry-meta > span:not(:last-child)::after {
	content:'/';
	color:#a8a7a7;
	padding:0 10px;
}
.entry-meta .post-date {}
article .post-categories, article .post-categories a {
	color:#83a114;
	font-size:11px;
}
.entry-meta .post-comments {}
.entry-meta .post-author {}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
	font-family:'quicksandbold';
	font-size:14px;
}
.widget a:hover {}
.sidebar {
    padding: 10px;
    box-sizing:  border-box;
}
.widget .caption h4 {
	color:#302f2f;
	font-size:16px;
	font-family:'quicksandbold';
} 
.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_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 {}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	float:left;
	border:3px solid #dbdbdb;
	margin:0 10px 10px 0;
}
.widget_smt_comments .comment_author {
	font-size:14px;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .post-date {
	color:#a8a7a7;
	font-size:13px;
	font-family:'quicksandbold';
}
.widget_smt_posts .title {
    display:  block;
    padding:  5px 0;
}
.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 {
	color:#5f5e5e;
}
footer .boxed-container {
	background:#302f2f;
	padding:40px;
	box-sizing:border-box;
	margin-bottom:60px;	
}
footer .boxed-container::after {
	content:'';
	position:absolute;
	background:url(images/footer-left.png) bottom left no-repeat;
	width:286px;
	height:133px;
	left: -50px;
	bottom: -75px;
}
footer .boxed-container::before {
	content:'';
	position:absolute;
	background:url(images/footer-right.png) bottom right no-repeat;
	width:326;
	height:133px;
	right:-58px;
	bottom:0;
	box-sizing:border-box;
	margin-bottom:60px;	
}
footer .widget a, footer a {
	font-size:14px;
	font-family:'quicksandbold';
	color:#fff;
}
footer .widget a:hover, footer a:hover {
	color:#83a114;
}
footer .footer_txt {
	background:  #262626;
	padding: 15px;
	z-index:  2;
	position:  relative;
	margin: 0 -31px -30px;
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget .caption  h4 {
	color:#83a114;
}
footer .widget_smt_posts .post-date {
	color:#a8a7a7;
}