/*
Theme Name: FoodFarm
Theme URI: http://smthemes.com/foodfarm/
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/05/2017
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: 'montserratregular';
	font-size:13px;
	background:#fff;
	color:#474747;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#a7a7a7;
}
a:hover {
	color:#dbd927;
}
.submit, .button, input[type="submit"] {
	padding: 10px 0 3px;
	line-height:27px;
	background:none;
	float:none;
	display:inline-block;
	border-bottom:2px solid #c6c6c6;
	color:#474747;
	text-decoration:none;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	color:#474747;
	padding: 10px 25px 3px;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select {
	border:2px solid #e5e5e5;
	color:#333;
}
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:#c6c6c6;
}
.accent {
	color:#333;
	font-size:24px;
	font-family: 'montserratsemi_bold';
}
#comments .accent {font-size:16px;}
.descent {
	color:#929292;
	font-size:14px;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:none;
	border-bottom:3px solid transparent;
	color:#bfbfbf;
	font-family: 'montserratsemi_bold';
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	border-color:#fffeb5;
	color:#333;
}

/* ========================================= Theme Header. ========================================= */
#search-with-menu {
	height:50px;
	box-sizing: border-box;
	z-index: 11;
	position: relative;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.site-header .slider-container {
}
#absolute-top-background {
	background:#03101f;
	height:240px;
	width:100%;
	top:0;
	left:0;
}
.has-slider #absolute-top-background {
	display:none;
}
#logo {
	position:relative;
	z-index: 8;
	height:140px;
	display:flex;
	align-items: flex-end;
	justify-content: center;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:right;
	position:relative;
	z-index:9;
	height:50px;
	width: 50px;
}
@media screen and (max-width:1024px) {
	.headersearch {
		margin-right:40px;
	}
	#logo {
		align-items:center;
	}
	.site-header {
		background:#212426;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size:14px;
	background:none;
	border:2px solid #e5e5e5;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;	
	border:none;
	font-family:'FontAwesome';
	background:#fffd6b;
	color:#dcda28;
}
.headersearch .search-box {
	display: none;
	background:#fff;
	position:absolute;
	padding:5px;
	right: 100%;
	min-width: 220px;
	top: 0;
}
.headersearch .search-box::after {
	content:'';
	position:absolute;
	left:100%;
	top:50%;
	margin-top:-5px;
	width:6px;
	height:11px;
	background:url(images/search-after.png) right center no-repeat;
}
.headersearch .search-box input[type="search"] {
	border:1px solid #d9d9d9;
	color:#aeaeae;
}
.headersearch .search-box input[type="submit"] {
	display:none;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#333; }
.search-box input[type="search"]:-moz-placeholder { color:#333; }
.search-box input[type="search"]::-moz-placeholder { color:#333; }
.search-box input[type="search"]:-ms-input-placeholder { color:#333;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#aeaeae; }
.headersearch input[type="search"]:-moz-placeholder { color:#aeaeae; }
.headersearch input[type="search"]::-moz-placeholder { color:#aeaeae; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#aeaeae; }
#search-trigger {
	color:#666b75;
	position:absolute;
	right:0;
	top:0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	z-index:1;
	text-align: center;
	cursor: pointer;
}
#search-trigger:hover {
	color:#fff;
}
#search-trigger.active {
	color:#fffd6b;
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float: left;
		position:relative;
		z-index: 12;
		height: 50px;
		display: flex;
		align-items: center;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#fff;
		text-decoration:none;
		padding: 19px 20px;
		font-size:13px;
		line-height: 12px;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fffd6b;
	}
	header ul.nav-menu  > li ul {
		text-align:center;
		background:rgba(0,0,0,0.8);
	}
	header ul.nav-menu  > li ul li a {
		color:#787878;
		text-decoration:none;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#fff;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		position:relative;
		z-index:9;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 50px;
	}
	#main-menu ul.nav-menu > li > a {
		color:rgba(255,255,255,0.2);
		padding: 14px 20px;
		font-family:'montserratsemi_bold';
		font-size:14px;
		text-decoration:none;
		line-height: 22px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fffd6b;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a { color:#fff; margin:10px 0; }
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	position:relative;
	top:-240px;
	margin-bottom:-240px;
	background:#fff;
}
.slider-bgr { 
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.24) 20%, rgba(0,0,0,0) 32%), url(images/fp-back.png) bottom center no-repeat; /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.24) 20%,rgba(0,0,0,0) 32%), url(images/fp-back.png) bottom center no-repeat; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.24) 20%,rgba(0,0,0,0) 32%), url(images/fp-back.png) bottom center no-repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ), url(images/fp-back.png) bottom center no-repeat; /* IE6-9 */
	position:absolute; 
	width:100%; 
	height:100%; 
	background:; 
}
.fp-slides {
	z-index:1;
}
.fp-thumbnail img {
	width:100%;
}
.fp-content-wrap {
	width:1000px;
}
.fp-content {
	box-sizing:border-box;
	text-align:center;
	padding: 53px 20px;
	background:rgba(0,0,0,0.8);
	bottom: 90px;
	margin: 0 auto;
}
.fp-title {
	color:#fffd6b;
	font-size: 50px;
	font-family: 'oswaldregular';
	font-style: italic;
}
.fp-description {
	color:#fff;
	font-size: 18px;
	font-style: italic;
	font-family: 'oswaldregular';
}
.fp-more {
	background:none;
	color:#fff;
	font-size:11px;
	text-transform:uppercase;
	float:none;
	display:inline-block;
	background:none;
	border:1px solid rgba(255,255,255,0.2);
	padding:10px 45px;
}
.fp-more:hover {
	padding:10px 45px;
	border-color:#fffd6b;
	color:#fff;
	border:1px solid #fffd6b;
	box-shadow:0 0 1px rgba(255,235,107,0.75);
}
.fp-prev-next-wrap {
	width:70px;
	height:70px;
	position:absolute;
	right: 30px;
	bottom: 15px;
	top: auto;
	background:url(images/fp-nav.png) 50% no-repeat;
}
.fp-prev-next-wrap a {
	height:40px;
	width:40px;
	opacity:0.5;
}
.fp-prev {
	left: -10px;
	top:0;
	background:url(images/slide-left.png) left top no-repeat;
}
.fp-next {
	right: -14px;
	bottom:0;
	background:url(images/slide-right.png) right top no-repeat;
}
.fp-prev-next-wrap a:hover {
	opacity:1;
}

@media screen and (max-width:1024px) {
	.slider-container {
		top:0;
		margin-bottom:0;
	}
	.fp-title {
		font-size:20px;
	}
	.fp-description {
		font-size:14px;}
	}
	.fp-content {
		padding:20px;
	}
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.entry-content, .entry-summary {
	background:url(images/article.png) bottom center no-repeat;
	padding: 15px 0;
	margin-bottom: 10px;
}
.entry-summary + div {
	text-align:center;
}
.entry-title {
	margin:0;
	border:none;
	padding-bottom: 0;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:24px;
	font-weight:normal;
	color:#333;
	font-family:'montserratsemi_bold';
	text-transform: none;
}
.entry-title a {
	color:#333;
	text-decoration:none;
}
.entry-title a:hover { color:#333;}
article {
	padding:0 35px 20px;
	background:#f5f5f5;
	border:none;
}
.featured-box {
	position:relative;
	margin:0 -35px 10px;
}
.featured-box::after {
	content:'';
	position:absolute;
	height:35px;
	width:100%;
	background: url(images/featured.png) top center no-repeat;
	bottom:0;
	left:0;
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
}
.yellow {
	text-align:center;
	background:#fffd6b;
	margin:0 -35px;
	padding: 10px 35px;
}
article .post-categories {
	color:#dbd927;
	font-size:12px;
	display:block;
	margin: 10px 0;
}
article .post-categories .icon {
	padding-right:5px;
}
article .post-categories a {
	color:#dbd927;
	text-decoration:none;
}
article .post-categories a:hover  {
	color:#817f09;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	text-align:center;
	color:#dbd927;
	font-size:14px;
	margin:15px 0;
}
.entry-meta a {
	color:#dbd927;
	text-decoration:none;
}
.entry-meta a:hover {
	color:#817f09;
}
.entry-meta > span {
	margin: 0 20px 0 0;
}
.entry-meta > span .icon {
	color:#dbd927;
	padding-right: 5px;
}

/* ....................... Sidebar .................... */
.widget { 
	color:#474747;
	line-height:24px;
}
.widget a {
	color:#181818;
	text-decoration:none;
	text-transform:uppercase;
	font-family:'montserratsemi_bold';
	font-size:11px;
	padding:2px 3px;
}
.widget a:hover {
	color:#181818;
	background:#fffd6b;
}
.widget .caption h4 {
	color:#181818;
	text-transform:uppercase;
	font-size:18px;
	padding-bottom: 12px;
	font-family:'montserratsemi_bold';
	border-bottom:1px solid #e5e5e5;
	text-align:center;
	margin-bottom: 15px;
}
.sidebar ul li:not(:last-child) { 
	border-bottom: 1px solid #e5e5e5; 
}
.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;
	display:block;
}
.widget_recent_entries li:hover,
.widget_archive ul li:hover,
.widget_meta ul li:hover,
.widget_nav_menu ul li:hover,
.widget_pages ul li:hover,
.widget_categories ul li:hover {
	background:#fffd6b;
	border-color:transparent;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
	border-radius:60px;
}
.widget_smt_comments .comment_author {}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .post-date {
	color:#bfbfbf;
	font-size:12px;
	margin:5px 0;
	display: block;
}
.widget_smt_posts .post-date .icon {
	color:#bfbfbf;
	padding-right:5px;
}
.widget_smt_posts .title {
}
.widget_smt_posts p:last-child {
	margin-bottom:0;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	color:#474747;
	position:relative;
	background-color:#f5f5f5;
	margin-top:100px;
}
footer::after {
	content:'';
	position:absolute;
	width:100%;
	left:0;
	height:85px;
	background:url(images/footer.png) top center no-repeat;
	bottom:100%;
}
footer .footer_txt {
	padding:20px 0;
	background:#fff;
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget .caption  h4 {
}
footer .widget ul li:not(:last-child) {
    border-bottom: 1px solid #dcdcdc;
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
}