/*
Theme Name: AutoLand
Theme URI: http://smthemes.com/autoland/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 3.0.1
License: Creative Commons 3.0
Theme date: 08/29/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:'open_sansregular';
	font-size:14px;
	background:#fff;
	color:#b1b8cc;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#283346;
	text-decoration:none;
}
a:hover {
	color:#fe3c09;
}
.submit, .button, input[type="submit"] {
	padding: 7px 47px;
	background:#fe3c09;
	border-radius:3px;
	font-size:13px;
	color:#fff;
	float: right;
	box-shadow:0 5px 5px rgba(0,0,0,0.1);
}
.submit, input[type="submit"] {
	padding:13px 47px;
	margin-top: 36px;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#e7390c;
	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 { 
	background:#f4f5fb;
	border-radius:3px;
	border-color:#e0e4f6;
	color:#b1b8cc;
	font-size:15px;
	font-family:'montserratregular';
	float:right;
}
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:#283346;
	border-color:#c0c0c0;
}
.accent {
	color:#283346;
	font-size:25px;
	text-transform:uppercase;
	font-family:'montserratextra_bold';
}
#comments .accent {}
.descent {
	color:#b1b8cc;
}



/* ========================================= Theme Header. ========================================= */
.site-header {
	background:#161616;
}
#logo {
	float:left;
	height:116px;
	display:flex;
	align-items:center;
}
#logo img {
	max-height:116px;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:right;
	width:40px;
	height:116px;
	position: relative;
	z-index: 2;
}
@media screen and (max-width:1024px) and (min-width:640px) {
	.headersearch {
		margin-right: 40px;
	}
}


/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #2e2e2e;
	background:none;
	padding-right: 40px;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;
	font-size:16px;
	font-family:'FontAwesome';
	margin-top: 0;
}
.headersearch .search-box {
	display: none;
	position:absolute;
	right:100%;
	top: 29px;
}
.headersearch .search-box input[type="search"] {
	background:#fcfcfc;
	height:50px;
	line-height:50px;
	width: 504px;
	border:none;
	font-family:'montserratregular';
	font-size:15px;
	border-radius: 0;
	background: #fff;
}
.headersearch .search-box input[type="submit"] {
	display:none;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#b1b8cc; }
.search-box input[type="search"]:-moz-placeholder { color:#b1b8cc; }
.search-box input[type="search"]::-moz-placeholder { color:#b1b8cc; }
.search-box input[type="search"]:-ms-input-placeholder { color:#b1b8cc;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#cacaca; }
.headersearch input[type="search"]:-moz-placeholder { color:#cacaca; }
.headersearch input[type="search"]::-moz-placeholder { color:#cacaca; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#cacaca; }
#search-trigger {
	color:#fff;
	position:absolute;
	right:0;
	top: 36px;
	width:40px;
	height:40px;
	line-height: 40px;
	font-size: 20px;
	color:#717171;
	z-index:1;
	text-align: center;
	cursor: pointer;
}
#search-trigger:hover {
	color:#fdfdfd;
}
#search-trigger.active {
	color:#fe3c09;
}
@media screen and (max-width:640px) {
	.headersearch {
		margin-top: 60px;
		height: 100px;
	}
	.headersearch .search-box input[type="search"] {
		width:250px;
	}
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#menu-trigger {
		position:absolute;
		height:116px;
		width: 40px;
		right: 0;
		top:0;
		background:url(images/menu.png) 50% no-repeat;
		cursor: pointer;
		z-index:1;
	}
	#menu-trigger:hover {
		background:url(images/menu-hover.png) 50% no-repeat;
	}
	#menu-trigger.active {
		background: url(images/menu-active.png) 50% no-repeat;
	}	
	#extra-menu {
		float:right;
		width:40px;
		height:116px;
		position: relative;
	}	
	#extra-menu ul.nav-menu {
		position:absolute;
		z-index: 2;
		display:none;
		top:45px;
		right:100%;
		min-width: 200px;
		background:#fff;
		box-shadow:0 5px 10px rgba(0,0,0,0.15);
	}
	#extra-menu ul.nav-menu > li {
		float:left;
		width:100%;
	}
	#extra-menu ul.nav-menu > li:not(:last-child) {		
		border-bottom:2px solid #eaeaea;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#161616;
		font-size:15px;
		text-transform:uppercase;
		font-family:'montserratregular';
		padding: 15px 20px;
	}
	#extra-menu ul.nav-menu > li  ul  {
		right:100%;
		left:auto;
		top:0;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fe3c09;
	}
	header ul.nav-menu  > li ul {
		background:#fff;
		box-shadow:0 5px 10px rgba(0,0,0,0.15);
	}
	header ul.nav-menu  > li ul li:not(:last-child) {
		border-bottom:2px solid #eaeaea;
	}
	header ul.nav-menu  > li ul li:hover {
		background:#fff;
	}
	header ul.nav-menu  > li ul li a {
		color:#161616;
		font-size:15px;
		padding: 15px 20px;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#fe3c09;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:right;
		height:116px;
		display:flex;
		align-items:center;
	}
	#main-menu ul.nav-menu > li {
		padding:15px 0;
	}
	#main-menu ul.nav-menu > li > a {
		color:#b6b6b6;
		font-size:15px;
		text-transform:uppercase;
		font-family:'montserratregular';
		padding: 3px 20px;
	}
	#main-menu ul.nav-menu > li:hover {
		background:url(images/cross-line.png) 50% no-repeat;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
		background:#161616;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
    margin: 44px 0;
    color: #fff;
}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
		box-shadow:0 5px 5px rgba(0,0,0,0.1);
	}
.slider-bgr {
	position:absolute;
	width:100%;
	height:100%;
	background:url(images/fp-back.png) left center no-repeat;
	opacity: 0.8;
}
.fp-slides {
	z-index:1;
}
.fp-thumbnail img {
	width:100%;
}
.fp-content-wrap {
	width:1000px;
	display: flex;
	align-items: center;
}
.fp-content {
	padding:20px;
	left:0;
	width: 50%;
	color:#fff;
	position: relative;
}
.fp-title {
	color:#fff;
	font-size:51px;
	text-transform:uppercase;
	font-family:'montserratextra_bold';
}
.fp-description {
	color:#fff;
	font-family:'montserratregular';
	font-size:16px;
}
.fp-more {
	background:none;
	border:1px solid #fff;
	border-radius:3px;
	padding:10px 25px;
	float:left;
}
.fp-more:hover {
	color:#f95c32;
	background:#fff;	
}
.fp-prev-next-wrap {
	width:100%;
}
.fp-nav {
	top:0;
	bottom:0;
	right:0;
	width:16px;
	display:flex;
	align-items:center;
	left: auto;
}
.fp-pager a {
	width:16px;
	height:16px;
	display:block;
	margin-bottom:40px;
	background: url(images/pager.png);
}
.fp-pager a.activeSlide, .fp-pager a:hover {
	background: url(images/pager-active.png);
}
@media screen and (max-width:1480px) {
 	.slider-bgr {
 		width:80%;
 		background-position:right center;
 	}
}
@media screen and (max-width:1024px) {
 	.fp-title {
 		font-size:20px;
 	}
 	.slider-bgr {
 		width:90%;
 		background-position:right center;
 	}
 	.fp-nav {
 		display:none;
 	}
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.site-content #container {
	border:2px solid #f4f5fb;
	box-sizing:border-box;
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:25px;	
	text-transform:uppercase;
	font-family:'montserratextra_bold';
	color:#283346;
}
.entry-title a {
	color:#283346;
	font-weight:normal;
}
article {
	padding:40px;
	margin:0;
	border:none;
}
article .featured_image {
	vertical-align:bottom;
	float:left;
	border-radius:3px;
	margin:0 20px 10px 0;
	box-shadow:0 5px 12px rgba(0,0,0,0.15);
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#b1b8cc;
	font-size:13px;
	margin: 7px 0;
}
.entry-meta a {
	color:#b1b8cc;
}
.entry-meta a:hover {
	color:#283346;
}
.entry-meta > span {
	margin: 0 20px 0 0;
}
.entry-meta > span .icon {
	color:#b1b8cc;
	padding-right: 5px;
}
article .post-date, .widget .post-date {
	float: left;
	padding: 12px 10px 0 0;
	text-align: center;
	text-transform:uppercase;
	font-family:'montserratbold';
}
.post-date .day {
	font-family:'montserratextra_bold';
	font-size:26px;
	line-height: 15px;
}
article .post-categories {
	color:#b1b8cc;
	font-size:13px;
	margin-bottom: 25px;
	display: inline-block;
}
.post-categories .icon {
	padding-right:5px;
}
article .post-categories a {
	color:#b1b8cc;
}
article .post-categories a:hover {
	color:#283346;
}


/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#f4f5fb;
	border:1px solid #e0e4f6;
	color:#b1b4ca;
	border-radius:3px;
	font-size:16px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	background:#fe3c09;
	color:#fff;
	border-color:#fe3c09;
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {	
	background:#fe3c09;
	color:#fff;
	border-color:#fe3c09;
}


/* ....................... Sidebar .................... */
.widget {
	color:#999;
	padding-bottom: 40px;
}
.widget .caption h4 {
	color:#8e94a3;
	font-size:16px;
	text-transform:uppercase;
	font-family:'montserratextra_bold';
}
.sidebar .widget a {
	color:#283346;
	font-size:15px;
	font-family:'montserratsemi_bold';
}
.sidebar .widget a:hover {
	color:#fe3c09;
}
.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 {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_posts .post-date {
	color:#d6d9ef;
	font-size:14px;
	float:left;
	height:60px;
}
.widget .post-date .day {
	color:#
}
.widget_smt_posts li > img {
	float:left;
	margin: 0 10px 0 0;
	border: 1px solid #e0e4f6;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	color:#b1b8cc;
	background-color:#18202e;
}
footer .widget {
	padding:50px 0;
}
footer a {
	color:#fff;
	font-size:15px;
	font-family:'montserratsemi_bold';
}
footer a:hover {
	color:#fe3c09;
}
footer .footer_txt {
	font-size:15px;
	text-transform:uppercase;
	font-family:'montserratsemi_bold';
	color:#b1b8cc;
	text-align:center;
	padding:60px 0;
	border-top:2px solid #303743;
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget .caption  h4 {
	color:#666;
	text-transform:uppercase;
}
footer .widget_smt_posts li > img {
	border-color:#2a3547;
}
footer .widget_smt_posts .post-date {
	color:#5c6981;
}