/*
Theme Name: ElementAuto
Theme URI: http://smthemes.com/elementauto/
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: 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:13px;
	background:#fff;
	color:#9c9c9c;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#f02a04;
}
.submit, .button, input[type="submit"] {
	padding: 4px 30px;
	line-height:27px;
	background:#ff6600;
	color:#fff;
	font-size:11px;
	font-family:'days_oneregular';
	text-transform:uppercase;
	background: rgb(240,42,4); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(240,42,4,1) 0%, rgba(240,42,4,1) 26%, rgba(240,3,145,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(240,42,4,1) 0%,rgba(240,42,4,1) 26%,rgba(240,3,145,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(240,42,4,1) 0%,rgba(240,42,4,1) 26%,rgba(240,3,145,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f02a04', endColorstr='#f00391',GradientType=1 ); /* IE6-9 */
	border-radius:30px;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#000;
	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:#f2f2f2;
	color:#9c9c9c;
	font-size:14px;
	border-radius:4px;
	background:#f2f2f2;
	width: 50%;
}
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:#2c2828;
	border-color:#f2f2f2;
	background:none;
}
.accent {
	color:#333333;
	font-family:'days_oneregular';
	font-size:22px;
}
#comments .accent {
	font-size:14px;
}
.descent {
	color:#000;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:none;
	border-bottom:2px solid transparent;
	color:#c4c4c4;
	font-size:24px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:none; 
	color:#2c2828;
	border-color:#f0280c;
}

/* ========================================= Theme Header. ========================================= */
#topper {
	background:url(images/top.jpg) top center no-repeat;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:74px;
	position:relative;
	z-index:3;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:5px 0px 0 0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float: left;
	display:flex;
	align-items:center;
	height:74px;
	position:relative;
	z-index:3;
	margin-left: 11px;
}
.headersearch .search-form{
	margin-bottom: 0;
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #9c9c9c;
	/* background:none; */
	border:none;
	font-size:14px;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;
	border:none;
	font-family:'FontAwesome';
	color:#6b6868;
	background:none;
	border-radius:0;
	font-size: 18px;
}
.headersearch .search-box {height:  40px;}
.headersearch .search-box input[type="search"] {	
	color:#fff;
	font-size:12px;
	background:#cc2e0f;
	border-radius:0;
	display:none;
}
.headersearch .search-box:hover input[type="search"] {
	display:block;
}
.headersearch .search-box input[type="submit"] {
	color:#cc2e0f;
	border-left:2px solid #cc2e0f;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#9c9c9c; }
.search-box input[type="search"]:-moz-placeholder { color:#9c9c9c; }
.search-box input[type="search"]::-moz-placeholder { color:#9c9c9c; }
.search-box input[type="search"]:-ms-input-placeholder { color:#9c9c9c;}
.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:640px) {
	.headersearch {
		float:none;
		clear:both;
		width:100%;
		margin:  0;
	}
	.headersearch .search-box,
	.headersearch form {
		width: 100%;
		padding:  0;
	}
	.headersearch .search-box input[type="search"] {
		display:block;
		width: calc(100% - 40px);
		margin-right:  40px;
	}
}


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		display:flex;
		align-items:center;
		height:74px;
		position:relative;
		z-index:3;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#b1b1b1;
		padding: 26px 13px;
		font-size:12px;
		text-transform:uppercase;
		font-family:'days_oneregular';
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#000;
	}
	header ul.nav-menu  > li ul {
		background:rgba(0,0,0,0.5);
	}
	header #extra-menu ul.nav-menu li ul ul {
		left:auto;
		right:100%;
	}
	header ul.nav-menu  > li ul li a {
		color:#fff;
		text-transform:uppercase;
		font-family:'days_oneregular';
		font-size:10px;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#f02a03;
	}
	
}
@media only screen and (min-width:1024px) {
	#menu-trigger {
		position:relative;
		z-index:3;
		width:70px;
		height:74px;
		cursor:pointer;
		background:url(images/menu.png) 50% no-repeat;
	}
	#menu-trigger:hover {
		background:url(images/menu-hover.png) 50% no-repeat;
	}
	#menu-trigger.active {		
		background:url(images/menu-active.png) top 12px center no-repeat;
	}
	#main-menu {
		float:none;
		left:0;
		right:0;
		justify-content:center;
		display:flex;
		align-items:center;
		height:74px;
		position: absolute;
	}
	#main-menu ul.nav-menu {
		display:none;
		background: rgba(0, 0, 0, 0.5);
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		min-width: 200px;
		z-index: 2;
		text-align: center;
	}
	#main-menu ul.nav-menu > li {
	float:  none;
	display:  inline-block;
	}
	#main-menu ul.nav-menu > li ul {
		/* left:100%; */
		/* top:0; */
	}
	#main-menu ul.nav-menu > li > a {
		color:#8f8f8f;
		font-size:12px;
		text-transform:uppercase;
		font-family:'days_oneregular';
		padding: 17px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
}

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

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	background:#000;
}
.slider-bgr {
	position:absolute;
	width:100%;
	height: 45px;
	background:url(images/fp-back.png) bottom center no-repeat;
	z-index:  2;
	bottom: 0;
}
.fp-slides {
	z-index:1;
}
.fp-thumbnail img {
	width:100%;
	opacity:0.6;
}
.fp-content-wrap {
	width:100%;
	top:auto;
	background:rgba(0,0,0,0.5);
	bottom:0;
	padding-bottom: 50px;
}
.fp-content {
	width:1000px;
	max-width:100%;
	box-sizing:border-box;
	padding:20px;
	text-align:center;
	position:  relative;
	margin:  0 auto;
}
.fp-title {
	color:#fff;
	font-size:36px;
	font-weight:normal;
	font-family:'days_oneregular';
}
.fp-description {
	color:#fff;
    font-family: 'open_sanslight';
}
.fp-more {
	float:none;
	text-transform:none;
	padding: 6px 53px;
}
.fp-more:hover {
	
}
.fp-nav {
	position:absolute;
	bottom:0;
	left:0;
	right: 0;
	margin:0 auto;
	text-align:center;
	z-index: 9;
}
.fp-nav a {
	display:inline-block;
	width:40px;
	height:40px;
	background:url(images/pager.png) 50% no-repeat;
}
.fp-nav a:hover, .fp-nav a.activeSlide {
	background:url(images/pager-active.png) 50% no-repeat;	
}
@media screen and (max-width:640px) {
	.fp-content-wrap {
		display:none;
	}	
	.fp-nav {
		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:22px;	
	font-family:'days_oneregular';
	color:#333333;
	font-weight:normal;
	text-transform:none;
	border-bottom:1px solid #e1e1e1;
	text-align:right;
	margin-bottom:20px;
	padding-bottom:15px;
}
.entry-title a {
	color:#333333;
}
.entry-title a:hover { color:#f02a04;}
article {
	border:none;
	margin-bottom:0;
}
.entry-summary {
	border-bottom:1px solid #e1e1e1;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
article .featured_image {
	vertical-align:bottom;
	border-radius:4px;
	float:right;
	margin-left:20px;
}
@media screen and (max-width:1024px) {
	.entry-meta {
		width:100% !important;
		margin:10px 0;
	}
	article .featured_image {
		width:100%;
	}
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	text-align:center;
	color:#9c9c9c;
	font-size:13px;
	background:#f5f5f5;
	border-radius:4px;
	display:inline-block;
	margin-bottom:10px;
	width:100%;
}
.entry-meta.img {
	width:calc(100% - 370px);	
}
.entry-meta a {
	color:#9c9c9c;
}
.entry-meta a:hover {
	color:#595959;
}
.entry-meta > span {
	padding-left: 20px;
	margin: 0 10px 0 0;
}
article .post-date {
	float:left;
	font-family:'oswaldregular';
	font-size:14px;
	color:#b5b5b5;
	font-style:  italic;
	margin-right:10px;
}
article .post-date .day {
	font-size:22px;
	color:#2c2828;
	padding-right:3px;
}
.entry-meta .post-categories {}
.entry-meta .post-comments {}
.entry-meta .post-author {}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
	font-size:14px;
}
.widget a:hover {}
.widget .caption h4 {
	color:#2c2828;
	font-family:'days_oneregular';
	font-size:20px;
}
.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 img {
	float:left;
	margin:0 10px 10px 0;
	border-radius:4px;
}
.widget_smt_comments .comment_author {
	font-size:14px;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .alignleft {
	margin:0 15px 10px 0;
	float:left;
}
.widget_smt_posts img {
	margin:0;
	display:block;
	clear:both;
}
.widget_smt_posts .post-date {
	color:#9c9c9c;
	background:#f2f2f2;
	border-radius:4px;
	font-size:13px;
	margin-bottom:5px;
	float:left;
	clear:both;
	text-align:  center;
	width:60px;
}
.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 {
	position:relative;
	color:#9c9c9c;
	background-color:#28292c;
	margin-top: 88px;
}
footer::before {
	content:'';
	position:absolute;
	left:0;
	height: 50px;
	bottom:100%;
	width:  100%;
	background:url(images/footer.png) bottom center no-repeat;
}
footer .widget a, footer a {
	font-size:14px;
	color:#9c9c9c;
}
footer .widget a:hover, footer a:hover {
	color:#f02a04;
}
footer .footer_txt {
	padding:15px 0;	
	color:#505152;
	border-top:1px solid #505152;
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget {
	padding-top: 0;
}
footer .widget .caption  h4 {}
footer .widget_smt_posts .post-date {
	color:#9c9c9c;
	background: #3d3d40;
}