/*
Theme Name: Leafly
Theme URI: http://smthemes.com/leafly/
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: 12/22/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: 'dosismedium';
	font-size:14px;
	background:#fff;
	color:#b9b9b9;
}
h2 {	
	color:#b9b9b9;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#90d0a7;
	text-decoration:none;
}
a:hover {
	color:#4e9e6b;
}
.submit, .button, input[type="submit"] {
	padding: 6px 37px 4px;
	line-height:27px;
	background:#f1ae1d;
	color:#fff;
	text-transform:uppercase;
	font-family: 'dosissemibold';
	float: right;
	border-radius:3px;
	border-bottom:3px solid #dea01b;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#dea01b;
	color:#fff;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select { 
	border:none;
	color:#c2beb6;
	background:#f5f2eb;
	border-radius:3px;
}
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 { 
	color:#1f1f1f;
}
.accent {
	color:#1f1f1f;
	font-size:23px;
}
#comments .accent {font-size:18px;}
.descent {
	color:#1f1f1f;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:none;
	border:2px solid #c2beb6;
	color:#c2beb6;
	font-size:13px;
	border-radius:2px;
	font-family:'dosismedium';
	padding: 5px 15px;
	margin-bottom: 3px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#f1ae1d; 
	border:2px solid #f1ae1d;
	border-bottom:2px solid #dea01b;
	color:#fff;
}

/* ========================================= Theme Header. ========================================= */
#topper {
	box-shadow:0 4px 15px rgba(0,0,0,0.15);	
	background:#fff;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:73px;
	position:relative;
	z-index:3;
}
#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:73px;
	position:relative;
	z-index:3;
}
@media screen and (max-width:1024px) {
	.headersearch {
		
float: right;
		
margin-right: 50px;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #c2beb6;
	background:#f5f2eb;
	padding-right: 40px;
	border-radius:3px;
	border:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	color:#5ac286;
	top: 0;
	border:none;
	font-family:'FontAwesome';
	background: none;
}
.headersearch .search-box {
	display: none;
	position:absolute;
	right: 100%;
	background:#fff;
	top: 17px;
	width: 180px;
}
.headersearch .search-box input[type="search"] {}
.headersearch .search-box input[type="submit"] {
	display:none;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#c2beb6; }
.search-box input[type="search"]:-moz-placeholder { color:#c2beb6; }
.search-box input[type="search"]::-moz-placeholder { color:#c2beb6; }
.search-box input[type="search"]:-ms-input-placeholder { color:#c2beb6;}
#search-trigger {
	color:#5ac286;
	position:absolute;
	right:0;
	top:0;
	width:40px;
	height: 74px;
	line-height: 74px;
	z-index:1;
	text-align: center;
	cursor: pointer;
}
#search-trigger:hover {
	color:#4e9e6b;
}
#search-trigger.active {
	color:#4e9e6b;
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		justify-content:center;
		display:flex;
		align-items:center;
		height:73px;
		position:absolute;
		left:0;
		right:0;
		top:0;
		z-index: 2;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#ccc;
		text-transform:uppercase;
		padding: 24px 20px;
		font-size:14px;
		font-family: 'dosisbold';
		border-bottom:2px solid transparent;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#f1ae1d;
		border-bottom:2px solid #1bae5d;
	}
	header ul.nav-menu  > li ul {
		background:#fff;
		box-shadow:0 4px 15px rgba(0,0,0,0.15);	
	}
	header ul.nav-menu  > li ul li a {
		color:#90d0a7;
		font-size:13px;
		text-transform:uppercase;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#4e9e6b;
	}
	
}
@media only screen and (min-width:1024px) {
	.site-header {
		background: #3c444f;
	}
	#main-menu {
		float: none;
		display:flex;
		align-items:center;
		height:100px;
		justify-content: center;
	}
	#main-menu ul.nav-menu > li > a {
		color:#fff;
		text-transform:uppercase;
		opacity:0.4;
		padding: 8px 20px;
		border-radius: 3px;
		font-family: 'dosisbold';
		border:1px solid rgba(255,255,255,0);
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
		border:1px solid rgba(255,255,255,0.15);
		opacity:1;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a { color:#6fc48f; }
	#mobile-menu-trigger a:hover { color:#f1ae1d; }
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:url(images/fp-back.png); 
}
.fp-slides {
	z-index:1;
}
.fp-thumbnail img {
	width:100%;
}
.fp-content-wrap {
	width:1000px;
	display:flex;
	padding-top:150px;
	align-items:center;
	justify-content: center;
}
.fp-content {
	background:#fff;
	position:relative;
	overflow:visible;
	width:780px;
	text-align: center;
	box-shadow:0 3px 17px rgba(0,0,0,0.15);
	padding: 34px;
	max-width: 100%;
}
.fp-content::after {
	content:'';
	position:absolute;
	bottom:100%;
	margin-bottom:-30px;
	box-sizing:border-box;
	left: 0;
	height:200px;
	width:100%;
	background:url(images/fp-title.png) bottom center no-repeat;
}
.fp-title {
	font-size:40px;
	text-transform:uppercase;
	color:#1bae5d;
	font-weight:normal;
}
.fp-description {
	color:#aeaeae;
	font-size:17px;
	font-family:'dosisregular';
}
.fp-more {
	float:none;
	position:relative;
	z-index:2;
}
.fp-more:hover {
	
}
.fp-prev-next-wrap {
	width:100%;
	top: auto;
	bottom: 37px;
	left: 40px;
	right: 40px;
	width: auto;
	height: 36px;
}
.fp-prev-next-wrap::after {
	content:'';
	position:absolute;
	top: 16px;
	height:2px;
	left: 45px;
	border-bottom:2px dashed #f5f2eb;
	z-index:0;
	right: 45px;
}
.fp-prev-next-wrap a {
	top:0;
	height:36px;
	width:36px;
	transition:none;
}
.fp-prev {
	left:0;
	background:url(images/slide-left.png) right top no-repeat;
}
.fp-next {
	right:0;
	background:url(images/slide-right.png) left top no-repeat;
}
.fp-prev-next-wrap a.fp-next:hover {
	background-position:-36px top;
}
.fp-prev-next-wrap a.fp-prev:hover {
	background-position:0 top;
}
@media screen and (max-width:1024px) {
	.fp-content::after {
		display:none;
	}
	.fp-content-wrap {
		padding-top:0;
	}
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.page-title {
	
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:23px;	
	color:#1f1f1f;
	font-weight:normal;
	text-transform:none;
}
.entry-title a {
	color:#1f1f1f;
}
.entry-title a:hover { color:#f1ae1d;}
article {
	border:none;
	padding-bottom:30px;
	margin-bottom:30px;
}
.featured_box {
	position:relative;
	border-radius:3px;
	overflow:hidden;
	float: left;
	margin: 0 15px 10px 0;
}
.featured_box::after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	height:100%;
	z-index:0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.featured_box .post-date {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	text-align:center;
	margin-top:-15px;
	z-index:1;
	color: #fff;
}
article .featured_image {
	vertical-align:bottom;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#b9b9b9;
	font-size:15px;
	margin: 0 0 5px;
}
.entry-meta a { color:#b9b9b9;}
.entry-meta a:hover { color:#90d0a7;}
.entry-meta > span {
	padding-left: 20px;
	margin: 0 10px 0 0;
}
article .post-date {
	font-size:18px;
	text-transform:uppercase;
	font-family:'dosisregular';
	float: left;
	margin-right: 15px;
}
.post-date .date {
	font-family:'dosisbold';
	padding-right: 5px;
}
article .post-categories {
	margin:10px 0;
}
.post-categories a {
	font-size:13px;
	font-family:'dosissemibold';
}
.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;
}
.widget a {
	font-size:14px;
	color:#90d0a7;
	text-transform:uppercase;
}
.widget a:hover {
	color:#4e9e6b;
}
.sidebar { 

}
.widget .caption h4 {
	color:#222222;
	text-transform:uppercase;
	font-weight:normal;
	font-size:18px;
}
.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 {
	border-bottom:1px solid #ebebeb;
	padding: 15px 0;
	display: 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 {
	float:left;
	margin:0 10px 10px 0;
	border-radius:3px;
}
.widget_smt_comments .comment_author {}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .alignleft {
	margin:0 15px 10px 0;
	background:#000;
	position:relative;
	float:left;
	border-radius:3px;
}
.widget_smt_posts img {
	margin:0;
	opacity:0.8;
	border-radius:3px;
	vertical-align: bottom;
}
.widget_smt_posts img + .post-date { 
	position:absolute;
	top:50%;
	left:0;
	right:0;
	text-align:center;
	margin-top:-10px;
	color:#fff;
	background:none;
}
.widget_smt_posts .post-date {
	color:#f1ae1d;
	text-transform:uppercase;
	font-family:'dosisregular';
	font-size:14px;
	background:#fff;
	display:inline-block;
}
.widget_smt_posts .title {}
.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:#b9b9b9;
	background: url(images/footer.jpg) bottom center no-repeat, #3c444f;
}
footer .widget {
	padding-top:40px;
}
footer .widget a, footer a {
	text-transform:uppercase;
	color:#90d0a7;
	font-family:'dosisbold';
}
footer .widget a:hover, footer a:hover {
	color:#4e9e6b;
}
footer .footer_txt {
	padding:15px 0;	
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget .caption  h4 {
	color:#fff;
}
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 {
	border-color:#4e555f;
}