/*
Theme Name: Mechauto
Theme URI: http://smthemes.com/mechauto/
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: 04/06/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:'ralewayregular';
	font-size:13px;
	background:#f3f3f3;
	color:#474747;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#ababab;
	text-decoration:none;
}
a:hover {
	color:#56da75;
}
.submit, .button, input[type="submit"] {
	padding: 7px 27px;
	line-height:27px;
	border-radius:4px;
	border:none;
	float:left;
	font-family:'ralewaysemibold';
	background:#56da75;
	color:#fff;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#ce6390;
	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-color: #eee;
	color:#474747;
	font-size:13px;
}
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:transparent;
	font-size:15px;
}
.accent {
	color:#2e2e2e;
	font-size:33px;
	font-family:'oswaldregular';
	font-weight: normal;
}
#comments .accent {font-size:18px;}
.descent {
	color:#2e2e2e;
	font-size:15px;
}

/* ....................... Page Navigation .................... */
nav.pagination {
	border-bottom:3px solid #ebebeb;
}
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	color:#000;
	font-weight: bold;
	font-size: 18px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	border-bottom:3px solid #56da75;
	margin-bottom:-3px;
	color:#56da75; 
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	color:#56da75;
}

/* ========================================= Theme Header. ========================================= */
header {
	background:#222226;
	padding-bottom: 10px;
}
#logo {
	float:left;
	height: 107px;
	display:flex;
	align-items:center;
	max-width:300px;
}
#logo img {
	max-height:100%;
}
.boxed-container.menu-and-search {
	background:#000;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:right;
	height:56px;
	display:flex;
	align-items:center;
}
@media screen and (max-width:1024px) {
	.headersearch {
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-left: 40px;
	position: relative;
	border-radius:4px;
	background:#222226;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #7e7e7e;
	background:none;
	border:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	left: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;
	color:#56da75;
	background: none;
	font-size: 20px;
	border:none;
	font-family:'FontAwesome';
}
.headersearch .search-box {margin-right: 15px;}
.search-box input[type="search"]::-webkit-input-placeholder { color:#7e7e7e; }
.search-box input[type="search"]:-moz-placeholder { color:#7e7e7e; }
.search-box input[type="search"]::-moz-placeholder { color:#7e7e7e; }
.search-box input[type="search"]:-ms-input-placeholder { color:#7e7e7e;}


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		display:inline-block;
		float: right;
		width: 70%;
		border-bottom:1px solid #39393c;
	}
	#extra-menu > div {
		float:right;
	}
	header ul.nav-menu > li > a {
		color:#fff;
		text-transform:uppercase;
		padding: 20px 20px;
		font-size:15px;
		line-height:15px;
		font-family:'oswaldregular';
	}
	header ul.nav-menu > li:hover > a {
		color:#ce6390;
	}
	header ul.nav-menu  > li ul {
		background:#fff;
		text-align:left;
		padding: 6px 0;
		margin-top: -6px;
		box-shadow:0 0 15px rgba(0,0,0,0.15);
	}
	header ul.nav-menu  > li > ul {
		margin-left:0;
		margin-top:0;
	}
	header ul.nav-menu  > li ul li a {
		color:#000;
		font-family:'oswaldregular';
		font-size:15px;
		text-transform:uppercase;
		padding:12px 0;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#56da75;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:left;
		display: flex;
		align-items: center;
		height: 55px;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	box-sizing:border-box;
	padding:15px;
	background:#171719;
}
.fp-slides {
	z-index:1;
}
.fp-thumbnail {
	width:65%;
	margin-left:35%;
}
.fp-content-wrap {
	width:32%;
	background:#222226;
	left:0;
	margin:0;
	display:flex;
	align-items:center;
	padding-bottom:35px;
}
.fp-content {
	position:relative;
	padding:20px;
}
.fp-title {
	color:#fff;
	font-size:40px;
}
.fp-description {
	color:#7c7c7c;
	font-size:12px;
}
.fp-more {
}
.fp-prev-next-wrap {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	top: auto;
}
.fp-prev-next-wrap a {
	height:36px;
	width:50%;
	top: -35px;
}
.fp-prev {
	left:0;
	background:url(images/fp-prev.png) 50% no-repeat;
	background-color:#2d2d31;
}
.fp-next {
	right:0;
	background:url(images/fp-next.png)  50% no-repeat;
	background-color:#2d2d31;
}
.fp-prev-next-wrap .fp-prev:hover {
	background:url(images/fp-prev.png) 50% no-repeat;
	background-color:#3b3b3e;
}
.fp-prev-next-wrap .fp-next:hover {
	background:url(images/fp-next.png) 50% no-repeat;
	background-color:#3b3b3e;
}
@media screen and (max-width:1024px) {
	.fp-title {
		font-size:18px;
	}
	.fp-description {
		line-height:20px;
	}
}
@media screen and (max-width:640px) {
	.fp-content-wrap {
		display:none;
	}	
	.fp-thumbnail {
		width:100%;
		margin:0;
	}	
	.fp-thumbnail img {
		width:100%;
	}
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px auto;
	width:1000px;
	max-width:100%;
	box-sizing:border-box;
	background:#fff;
	padding:20px;
}
@media screen and (max-width:1024px) {
	.site-content {
		padding:0;
	}
}
.entry-title {
	margin:0;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:32px;
	color:#2e2e2e;
	font-family: 'oswaldregular';
	background:url(images/title.png) top center no-repeat;
	background-color:#fff;
	padding: 25px 0 10px;
	border-radius:4px;
	position: relative;
	font-weight: normal;
}
.entry-title a {
	color:#2e2e2e;
	font-weight:normal;
}
.entry-title a:hover { color:#56da75;}
article {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	padding: 0 20px 20px;
	border-radius:2px;
	border-bottom: none;
}
article .featured-img-container {
	margin: 0 -20px;
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
	border-radius:4px;
	margin-bottom: -10px;
	z-index: -1;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#ababab;
	font-size:18px;
	font-family:'ralewaylight';
	margin: 0 0 10px;
}
.entry-meta a {
	color:#ababab;
}
.entry-meta a:hover {
	color:#4e4e4e;
}
.entry-meta > span:not(:last-child) {
	padding-right: 20px;
}
.entry-meta > span:not(:last-child)::after {
	content:'/';
	padding-left:20px;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:23px;
	padding: 36px 0 39px;
	background:url(images/caption.png) top center no-repeat,	
					url(images/widget.png) bottom center no-repeat;
	background-size:100%;
}
.widget .caption {
	text-align:center;
	border-bottom: 1px solid #dedede;
	margin: 0 0 15px;
}
.widget .caption h4 {
	color:#2e2e2e;
	font-size:22px;
	display:inline-block;
	text-transform:uppercase;
	padding: 0 0 13px 0;
	position:relative;
	margin: 0;
}
.widget .caption h4::after {
	content:'';
	position:absolute;
	bottom:0;
	left: 0;
	width:100%;
	box-sizing: border-box;
	border-bottom: 4px solid #000;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
}
.sidebar {
	color:#474747;
}
.sidebar a {
	color:#2e2e2e;
	font-family:'oswaldregular';
	text-transform:uppercase;
	font-size: 16px;
}
.sidebar a:hover {
	color:#56da75;
}
.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 {
	font-size:16px;
	padding: 15px 0;
	display:inline-block;
}
.widget_smt_comments .comment_avatar {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_comments .comment_avatar img {
	border-radius:3px;
}
.widget_smt_posts img  {
	width:100%;
	border-radius:3px;
}
.widget_smt_posts .post-date {
	color:#2e2e2e;
	font-size:16px;
	text-transform:uppercase;
	font-family:'oswaldregular';
	text-align:right;
	display:block;
	margin:0 0 5px;
}
.widget_smt_posts .post-date .year {
	color: #dbdbdb;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }
@media screen and (max-width:800px) {
	.widget {
		background-size:initial;
	}
}

/* ========================================= FOOTER. ========================================= */
footer {
	color:#888888;
	background-color:#222226;
}
footer a {
	color:#fff;
	font-size:16px;
	text-transform:uppercase;
	font-family:'oswaldregular';
}
footer a:hover {
	color:#56da75;
}
footer .footer_txt {
	background:#151516;
	text-align:center;
	text-transform:uppercase;
	font-size:13px;
	color:#fff;
	font-family:'oswaldregular';
	padding: 15px 0;
}
footer .footer_txt a {
	color:#56da75;
	font-size: 13px;
}
footer .footer_txt a:hover {
	color:#5b5b5b;
}
footer .widget .caption {
	border-color:#353539;
}
footer .widget .caption  h4 {
	color:#fff;
}
footer .widget .caption  h4::after {
	border-bottom:4px solid #ce6390;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
}

footer .widget_smt_posts .post-date {
	color:#5b5b5b;
}
footer .widget_smt_posts .post-date .year {
	color:#fff;
}