/*
Theme Name: Zacar
Theme URI: http://smthemes.com/zacar/
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:'poppinsregular';
	font-size:12px;
	background:#fff;
	color:#a3b0b6;
}
h2 {
	color:#27292a;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#4a9bff;
	text-decoration:none;
}
a:hover {
	color:#999;
}
.submit, .button, input[type="submit"] {
	padding: 5px 28px;
	line-height:27px;
	font-family: 'poppinsmedium';
	background:#dce4e8;
	color:#979fa3;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#f9ff56;
	color:#b3b91b;
}
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:#e3e9ec;
	color:#a3afb5;
	background: none;
	font-family: 'poppinsmedium';
}
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 {}
.accent {
	color:#2d2f33;
	font-size: 19px;
	font-family: 'poppinsmedium';
}
#comments .accent {font-size: 14px;}
.descent {
	color:#acb7bd;
}

/* ....................... Page Navigation .................... */
nav.pagination {
	padding: 20px 25px;
	background: #eff3f5;
	box-sizing: border-box;
	margin: 0;
	float: left;
	width: 100%;
}
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#dce4e8;
	color:#979fa3;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination span.page-numbers.current {
	background:#4a9bff; 
	color:#fff;
}

/* ========================================= Theme Header. ========================================= */
#topper {
	background: url(images/top.jpg) top center no-repeat;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:78px;
}
#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:90px;
	position: relative;
	z-index: 3;
	width: 100%;
	justify-content: center;
}
@media screen and (min-width:1024px) {
	.headersearch {	
		
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
	border:1px solid #eee;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #a3afb5;
	background:none;
	border:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;	
	border:none;
	color:#b0d1fa;
	background: none;
	font-family:'FontAwesome';
}
.headersearch .search-box {
	background: rgba(255,255,255,0.3);
	border-radius: 3px;
	border:none;
}
.headersearch .search-box input[type="search"] {
	color: #fff;
	border: none;
}
.headersearch .search-box input[type="submit"] {
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#0a3afb500; }
.search-box input[type="search"]:-moz-placeholder { color:#a3afb5; }
.search-box input[type="search"]::-moz-placeholder { color:#a3afb5; }
.search-box input[type="search"]:-ms-input-placeholder { color:#a3afb5;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#fff; }
.headersearch input[type="search"]:-moz-placeholder { color:#fff; }
.headersearch input[type="search"]::-moz-placeholder { color:#fff; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#fff; }
@media screen and (max-width:1024px) {
	.site-header {
		background:url(images/top.jpg) top center;
	}
	.has-slider .site-header {
		background:none;
	}
}


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		display:flex;
		align-items:center;
		height:78px;
		position: relative;
		z-index: 5;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#858585;
		padding:29px 20px;
		font-size:12px;
		text-decoration:none;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
	#extra-menu ul.nav-menu  > li ul {
		background:#ffab00;
	}
	#extra-menu ul.nav-menu  > li ul li a {
		color:#fff;
		text-decoration:none;
	}
	#extra-menu ul.nav-menu  > li ul li:hover > a {
		color:#242424;
	}
	
}
@media only screen and (min-width:1024px) {
	.site-header {
		background:url(images/slides/1.jpg) bottom center no-repeat;
	}
	.has-slider .site-header {
		background:none;
	}
	.has-slider #main-menu {
		top: -90px;
		position: relative;
		z-index: 4;
		margin-bottom: -90px;
	}
	.has-slider #main-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
	#main-menu {
		justify-content: center;
		display:flex;
		align-items:center;
		height:90px;
	}
	#main-menu ul.nav-menu > li > a {
		color:#858585;
		padding: 34px 20px;
		text-decoration:none;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#ff8400;
	}
	#main-menu ul.nav-menu  > li ul {
		background:#ffab00;
	}
	#main-menu ul.nav-menu  > li ul li a {
		color:#fff;
		text-decoration:none;
	}
	#main-menu ul.nav-menu  > li ul li:hover > a {
		color:#242424;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	top:-90px;

}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 66%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 66%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 66%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.fp-slides {
	z-index:1;
	position: relative;
	width: 100%;
}
.fp-thumbnail img {
	width:100% !important;
	height:auto !important;
}
.fp-content-wrap {
	width:1000px;
	display: flex;
	align-items: center;
}
.fp-content {
	text-align: center;
	position: relative;
	overflow: visible;
	background: url(images/content-r.png) right center no-repeat,   url(images/content-l.png) left center no-repeat;
	padding: 20px 117px;
	text-transform: uppercase;
	font-family: 'poppinssemibold';
}
.fp-title {
	color:#fff;
	font-weight:normal;
	font-size: 70px;
}
.fp-description {
	text-transform: uppercase;
	font-size: 14px;
	color:#fff;
}
.fp-more {
	float:none;
	color:#b3b91b;
	text-transform: uppercase;
	font-family: 'poppinsmedium';
	background:#f9ff56;
	padding: 10px 74px;
}
.fp-more:hover {
	color:#fff;
	background:#4a9bff;
}
.fp-prev-next-wrap {
	width: 19px;
	background:url(images/fp.png) 50% no-repeat;
	left: 100%;
	height: 70px;
	margin-top: -32px;
	margin-left: 5px;
}
.fp-prev-next-wrap a {
	top:0;
	height:28px;
	width:19px;
	transition:none;
	left:0;
	right: 0;
	margin: 0 auto;
}
.fp-prev {
	left:0;
	background:url(images/slide-left.png) center top no-repeat;
}
.fp-next {
	left:0;
	top: 42px !important;
	background: url(images/slide-right.png) center bottom no-repeat;
}
.fp-prev-next-wrap a.fp-next:hover {
	background-position:center top;
}
.fp-prev-next-wrap a.fp-prev:hover {
	background-position:center -28px;
}
@media screen and (max-width:1180px) {
	.fp-prev-next-wrap {
		display:none;
	} 	
}
@media screen and (max-width:1024px) {
	.fp-title {
		font-size:30px;
	} 	
	.fp-content-wrap {
		max-width: 98%;
	}
	.fp-description {
		font-size:12px;
		line-height:20px;
	}
	.fp-content {
		width: 96%;
		background-size: contain;
	}
	.fp-more {
	padding:7px 34px;
	}
}
@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:19px;	
	font-family: 'poppinsmedium';
	color:#2d2f33;
	font-weight:normal;
	text-transform:none;
}
.entry-title a {
	color:#2d2f33;
}
.entry-title a:hover { color:#4a9bff;}
article {
	background:#eff3f5;
	padding: 25px;
	border:none;
}
.featured-box {
	margin: -25px -25px 25px;
	position: relative;
}
.featured-box::after {
	content:'';
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	top:0;
	background:rgba(0, 0, 0, 0.3);
}
article .featured-box .post-categories {
	position: absolute;
	left:0;
	right:0;
	bottom:15px;
	color:#fff;
	text-align: center;
	z-index:1;
}
.featured-box .post-categories a {
	color:#fff;
}
.featured-box .post-categories a:hover {
	color:#4a9bff;
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#aeaeae;
	font-size:12px;
	margin: 0 0 15px;
	position: relative;
}
.entry-meta a {
	color:#aeaeae;
}
.entry-meta a:hover {
	color:#68a8fe;
}
.entry-meta > span {
	padding-left: 20px;
	margin: 0 10px 0 0;
}
.post-date {
	float: right;
	top: -47px;
	width:45px;
	height:45px;
	box-shadow:4px 0 15px rgba(0,0,0,0.1);
	background:#f9ff56;
	font-size:22px;
	font-family:'poppinslight';
	color:#aaaf27;
	border-radius:50%;
	text-align:center;
	line-height:16px;
	padding-top:8px;
	box-sizing:border-box;
	right: 0;
	position: absolute;
}
.post-date .month {
	font-size:12px;
	text-transform: uppercase;
	color:#cdd333;
	font-family: 'poppinssemibold';
}
.entry-meta .post-categories {

}
.entry-meta .post-comments {
	border-radius:15px;
	border:1px solid #cdd2d5;
	padding: 5px 15px;
}
.entry-meta .post-author {
	background: #4a9bff;
	color:#fff;
	position: relative;
	padding:5px 15px;
	border-radius:20px;
}
.entry-meta .post-author a {
	color:#fff;
}
.post-author img {
	position: absolute;
	bottom:100%;
	border-radius:50%;
	left:7px;
	margin-bottom:12px;
}
.post-author::after {
	content:'';
	position: absolute;
	left:15px;
	bottom:100%;
	background:url(images/author.png) 50% no-repeat;
	width:15px;
	height: 8px;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
	font-size:14px;
	color:#27292a;
	text-decoration:none;
}
.widget a:hover {
	color:#3670b9;
}
.widget .caption h4 {
	color:#27292a;
	font-size:18px;
	font-family: 'poppinsmedium';
	background:url(images/widget.png) bottom center no-repeat;
	padding-bottom: 25px;
	margin-bottom:0;
	text-align: center;
	margin-bottom: 15px;
	}
.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 {
	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;
	background:#27292a;
	color: #fff;
	padding: 15px 10px;
	font-style:italic;
}
.widget_smt_comments .comment_avatar {
	text-align:center;
}
.widget_smt_comments .comment_avatar img {
	margin:0 auto 10px;
	border-radius: 50%;
}
.widget_smt_posts img {
	vertical-align: bottom;
	margin: 0;
	width:100%;
}
.widget_smt_posts .featured-box {
	margin: 0 0 27px;
}
.widget_smt_comments .comment_author {
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .post-date {top: auto;bottom: -22px;left: 0;right: 0;margin: 0 auto;z-index: 1;}
.widget_smt_posts .title {
}
.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:#fff;
	background:url(images/footer.jpg) top center no-repeat;
	background-color:#000000;
}
footer .widget a, footer a {
	color:#ffffff;
	font-family: 'poppinsmedium';
	font-size: 14px;
	text-decoration:none;
}
footer .widget a:hover, footer a:hover {
	color:#4a9bff;
}
footer .footer_txt {
	padding:15px 0;
	color:#fff;	
	background: #4a9bff;
}
footer .footer_txt a {
	color:#fff;
	text-decoration:none;
}
footer .widget {
	padding-top:30px;
}
footer .widget .caption  h4 {
	color:#fff;
	font-weight: normal;
}
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 {
	background:#4a9bff;
	color:#fff;
}