/*
Theme Name: EcoPlanet
Theme URI: http://smthemes.com/ecoplanet/
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: 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:Arial;
	font-size:13px;
	background:#fff;
	color:#8f8f8f;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#60ad4c;
}
.submit, .button, input[type="submit"] {
	padding: 4px 31px;
	line-height:27px;
	background:#604283;
	color:#a084c1;
	font-size:11px;
	box-shadow:0 3px 5px rgba(0,0,0,0.2);
	float:right;
	border-radius:3px;
	clear: none;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#60ad4c;
	color:#8fd47d;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select {
	font-size:12px;
	border:2px solid #ebebeb;
	color:#484848;
	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:#604283;
}
.accent {
	color:#000;
	font-size:22px;
	text-transform:uppercase;
	font-family:'oswaldregular';
}
#comments .accent {
	font-size:16px;
}
.descent {
	color:#c6c6c6;
	font-size:12px;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	color:#c6c6c6;
	font-size:15px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	color:#604283;
}

/* ========================================= Theme Header. ========================================= */
.site-header {
	background:url(images/topper.png) top center no-repeat;
}
.topper {
	border-radius:5px;
	background:#fff;
	box-shadow:0 3px 5px rgba(0,0,0,0.2);
	margin-bottom:50px;
}
#logo {
	float:none;
	justify-content:center;
	display:flex;
	align-items:center;
	height:110px;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
	height:110px;
	line-height:110px;
	color:#fff;
    text-transform: none;
}
.headersearch {
	float:right;
	display:flex;
	align-items:center;
	height: 50px;
}
#menuin {
	background:#704b9b;
}
@media screen and (max-width:1024px) {
	.headersearch {	
	}
	.site-header {
		padding-bottom:1px;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #565656;
	background:#f0f0f0;
	border:none;
	font-size:12px;
}
form .search-box input[type="submit"] {
	display:none;
}
.headersearch .search-box {
	display: none;
	position:absolute;
	right:50px;
	background:#fff;
	top:0;
}
.headersearch .search-box input[type="search"] {
	color:#afafaf;
	border:none;
	background:f5f5f5;
	line-height:50px;
	font-size:13px;
	height:50px;
}
.headersearch .search-box input[type="submit"] {}
.search-box input[type="search"]::-webkit-input-placeholder { color:#565656; }
.search-box input[type="search"]:-moz-placeholder { color:#565656; }
.search-box input[type="search"]::-moz-placeholder { color:#565656; }
.search-box input[type="search"]:-ms-input-placeholder { color:#565656;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#afafaf; }
.headersearch input[type="search"]:-moz-placeholder { color:#afafaf; }
.headersearch input[type="search"]::-moz-placeholder { color:#afafaf; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#afafaf; }
#search-trigger {
	color:#fff;
	position:absolute;
	right:0;
	top:0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background:#69b356;
	z-index:1;
	text-align: center;
	cursor: pointer;
	border-radius: 0 4px 4px 0;
}
#search-trigger:hover {
	background:#604283;
}
#search-trigger.active {
	background:#604283;
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float: left;
		display:flex;
		align-items:center;
		height:50px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#afafaf;
		padding: 14px 20px;
		font-size:13px;
	}
	#extra-menu ul.nav-menu > li:first-child > a {
		border-radius:5px 0 0 5px;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fff;
		background:#604283;
	}
	header ul.nav-menu  > li ul {
		border-radius:5px;
		box-shadow:0 5px 10px rgba(0,0,0,0.15);
		background:#653e93;
		margin-top: 5px;
	}
	header ul.nav-menu  > li ul li a {
		color:#896dab;
		font-size:  13px;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#fff;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		justify-content:center;
		display:flex;
		align-items:center;
		height: 50px;
		padding: 5px 0;
	}
	#main-menu ul.nav-menu > li > a {
		color:#946bc2;
		padding: 9px 20px;
		background:#613e89;
		border-radius:3px;
	}
	#main-menu ul.nav-menu > li:not(:last-child) > a {
		margin-right:5px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
		background:#653e93;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
    color:  #fff;
    margin: 40px 0;
}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	margin-bottom:90px;
}
.fp-thumbnail::after {
	content:'';
	position:absolute;
	width:100%;
	padding:  0 100px;
	left: -100px;
	height:100%;
	bottom:-27px;
	z-index:-1;
	opacity:0.8;
	background:url(images/shadow.png) bottom center no-repeat;
	background-size:  100%;
}
.fp-slides {
	z-index:1;
	width:  100% !important;
}
.fp-slides-item{
    display:  flex !important;
    width:  100% !important;
}
.fp-thumbnail {
	position:relative;
	overflow:  visible;
	max-width:50%;
}
.fp-thumbnail img {
	height:auto !important;
	width:  100% !important;
}
.fp-content-wrap {
	width:500px;
	left:auto;
	right:0;
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:  50%;
}
.fp-content {
	box-sizing:border-box;
	width:100%;
	padding:0 0 0 40px;
	position:  relative;
}
.fp-title {
	color:#2b681c;
	font-size:28px;
	text-transform:uppercase;
	font-family:'oswaldregular';
	font-weight:normal;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
.fp-description {
	color:#fff;
}
.fp-more {
	float:none;
}
.fp-more:hover {
	background:#704b9b;
	color:#fff;
}
.fp-prev-next-wrap {
	width:100%;
	padding: 0 50px;
	left:  -50px;
}
.fp-prev-next-wrap a {
	top:-15px;
	height:40px;
	width:30px;
	transition:none;
}
.fp-prev {
	left:0;
	background:url(images/slide-left.png) left top no-repeat;
}
.fp-next {
	right:0;
	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:-30px top;
}
@media screen and (max-width:1124px) {
	.fp-prev-next-wrap {
		display:none;
	}		
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-thumbnail {
		max-width:100%;
	}
	.fp-thumbnail::after {
		display:none;
	}
	.slider-container {
		margin-bottom:40px;
	}
	.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:#131212;
	font-weight:normal;
	text-transform:uppercase;
	font-family:'oswaldregular';
}
.lefttitle {
	max-width: 240px;
	display:block;
	float:  left;
	margin-right:20px;
}
.entry-title a {
	color:#131212;
}
.entry-title a:hover { color:#604283;}
article {
	border:none;
	background:#f4f4f4;
	padding:20px;
}
.featured-img-container {
	position:relative;
	margin: -20px -20px 20px;
}
.featured-img-container::after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.2);
}
.featured-img-container .featured-text {
	position:absolute;
	left:20px;
	right:20px;
	bottom:20px;
	z-index:2;
	color:#fff;
	top: 20px;
}
.featured-img-container .post-date {
	color:#fff;
	border-color:#fff;
	font-size:16px;
	width:60px;
	height:60px;
	line-height:22px;
	padding:7px 0;
}
.featured-img-container .post-date .day {
	font-size:27px;
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
}
article .featured-img-container .post-categories {
	position:absolute;
	bottom:0;
	left:0;
	border: none;
	margin:  0;
	padding:  0;
}
article .post-categories {
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
article .post-categories a {
	color:#acdf9f;
	font-size:12px;
	border-radius:20px;
	padding: 3px 15px;
	background:#60ad4c;
	margin-right:5px;
	display:  inline-block;
}
article .post-categories a:hover {
	color:#a084c1;
	background:#604283;
}
@media screen and (max-width:640px) {
	.lefttitle {
		width:100%;
		max-width:none;
	}
	.entry-meta {
		width: 100% !important;
		max-width:none;
	}
}
/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	float:left;
	border-top:1px solid #e5e5e5;
	padding-top:15px;
	margin:15px 15px 15px 0;
	color:#bebebe;
	font-size:12px;
	width:  240px;
}
.entry-meta a {
	color:#bebebe;
}
.entry-meta a:hover {
	color:#604283;
}
.entry-meta > span:not(:last-child) {
	margin: 0 auto 10px;
	display: block;
}
.entry-meta > span .icon {
	color:#bebebe;
	padding-right: 16px;
}
article .post-date {
	width:40px;
	height:40px;
	color:#e2e2e2;
	border:3px solid #e2e2e2;
	color:#d3d3d3;
	font-size: 11px;
	text-transform:uppercase;
	font-family:'oswaldregular';
	float:right;
	margin:0 0 15px 15px;
	text-align:  center;
	line-height: 16px;
	padding: 4px 0;
	box-sizing:  border-box;
}
article .post-date .day {
	font-size:18px;
}
.entry-meta .post-categories {}
.entry-meta .post-comments {}
.entry-meta .post-author {}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
    font-family: 'open_sanssemibold';
	font-size:14px;
}
.widget a:hover {
}
.sidebar {}
.sidebar.right {
	padding-right:15px;
	border-left:1px solid #eee;
	box-sizing:border-box;
}
.sidebar.left {
	padding-left:15px;
	border-right:1px solid #eee;
	box-sizing:border-box;
}
.widget .caption h4 {
	color:#333333;
	font-size:19px;
	font-family:'oswaldregular';
	text-transform:uppercase;
	font-weight:  normal;
}
.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 {
	background:url(images/list.png) left center no-repeat;
	padding: 15px 0;
	display:block;
	padding-left:15px;
}
.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 {
	background:url(images/list-hover.png) left center no-repeat;
}
.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 {}
.widget_smt_posts .post-date {
	color:#bbbbbb;
	padding: 5px 10px;
	border-radius:3px;
	font-family: 'open_sanssemibold';
	margin: 5px 0;
	background:#f5f5f5;
	font-size:11px;
	display: inline-block;
}
.widget_smt_posts .title {
	display:block;
	margin-bottom:5px;
}
.widget_smt_posts p {}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	color:rgba(255,255,255,0.4);
	background:url(images/footer.jpg) 50% fixed;
	position:relative;
}
footer::after {
	content:'';
	position:absolute;
	left:0;
	height:8px;
	top:0;
	width:100%;
	background:url(images/vawed.png) top center no-repeat;
}
footer .widget {
	padding-top:40px;
}
footer .widget a, footer a {
	color:rgba(255, 255, 255, 0.8);
	font-size:14px;
	font-family:'open_sanssemibold';
}
footer .widget a:hover, footer a:hover {
	color:#fff;
}
footer .footer_txt {
	padding:15px 0;	
	text-align:center;
	border-top:1px solid rgba(255,255,255,0.2);
}
footer .footer_txt a {}
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 {}
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_posts .post-date {
	color:#e8e8e8;
	background: rgba(255,255,255,0.2);
}