/*
Theme Name: AutoStyle
Theme URI: http://smthemes.com/autostyle/
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: 02/01/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: 'latoregular';
	font-size:14px;
	background:url(images/back.png);
	color:#8e8e8e;
	line-height: 24px;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#00a26f;
}
a:hover {
	color:#00a26f;
	text-decoration:none;
}
.submit, .button, input[type="submit"] {
	padding: 2px 25px 4px;
	background: rgb(0,215,147);/* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,215,147,1) 0%, rgba(0,195,134,1) 50%, rgba(0,178,122,1) 100%);/* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,215,147,1) 0%,rgba(0,195,134,1) 50%,rgba(0,178,122,1) 100%);/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,215,147,1) 0%,rgba(0,195,134,1) 50%,rgba(0,178,122,1) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d793', endColorstr='#00b27a',GradientType=0 );/* IE6-9 */
	border:1px solid #00c486;
	border-radius:3px;
	color:#fff;
	outline:1px solid #bff5e4;
	box-shadow: 0 2px 5px rgba(0,0,0,0.25);
	float: left;
	display: inline-block;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background: rgb(0,215,147); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,215,147,1) 0%, rgba(0,195,134,1) 50%, rgba(0,178,122,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,215,147,1) 0%,rgba(0,195,134,1) 50%,rgba(0,178,122,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,215,147,1) 0%,rgba(0,195,134,1) 50%,rgba(0,178,122,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d793', endColorstr='#00b27a',GradientType=0 ); /* IE6-9 */
	color:#fff;
	outline:none;
}
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:#ddd;
	color:#aeaeae;
	border-radius:30px;
}
textarea {
	border-radius:2px;
}
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:#ddd;
}
.accent {
	color:#8e8e8e;
	font-size:14px;
}
.descent {
	color:#1d1d1d;
	font-family:'oswaldregular';
	font-size:22px;	
}



/* ========================================= Theme Header. ========================================= */
.site-header .boxed-container {
	background:url(images/top.png);
	position:relative;
}
.site-header .boxed-container.smtslider {
	background:none;
}
#logo img {
	padding:10px 0;
	max-height: 49px;
}
.site_ttl {
	float:left;
	margin:0;
	padding: 30px 0 30px 20px;
	line-height:normal;
	color: #fff;
}
#search-and-mainmenu {
	position:relative;
}
.headersearch {
	position:absolute;
	top: -52px;
	margin-right: 44px;
	float:right;
	right: 0;
}
@media screen and (min-width:1024px) {
	.headersearch {
		margin-top: 19px;
		margin-right: 30px;
		float:right;
		position:relative;
		top: 0;
	}
	#logo {
		float:left;
		margin-left: 30px;
		height: 120px;
		display: flex;
		align-items: center;
	}
	#logo img {
		max-height:120px;
	}
	#search-and-mainmenu {
		background:url(images/topshine.png) top center no-repeat;
		background-size:100%;
		float: left;
		width: 100%;
		padding-top: 10px;
	}
}
@media screen and (max-width:640px) {
	#search-and-mainmenu {
		background:url(images/topshine.png) top center no-repeat;
		background-size:100%;
		float: left;
		width: 100%;
		padding-top: 10px;
	}
	.headersearch {
		padding: 5px 0 25px;
		position:relative;
		top: 0;
		left: 0;
		float: none;
	}
	.headersearch .search-box {
		width:100%;
	}
}


/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 30px;
	box-shadow: inset 0 0 8px rgba(0,0,0,0.26);
}
form .search-box input[type="search"] {
	width: 100%;
	height: 34px;
	line-height: 34px;
	color: #8e8e8e;
	background:none;
	border:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 34px;
	top: 0;
	color:#c4c4c4;
	background: none;
	border: none;
	outline: none;
	box-shadow: none;
}
.headersearch .search-box {
	color:#c4c4c4;
	box-shadow: inset 0 0 8px rgba(0,0,0,0.56);
	background:#ffffff;
	border-radius: 30px;
}
.headersearch .search-box input[type="search"] {	
	color:#c4c4c4;
}
.headersearch .search-box input[type="submit"] {
	color:#c4c4c4;
	background: none;
	border: none;
	outline: none;
	box-shadow: none;
}




/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		margin-right: 10px;
		padding: 37px 0;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#fff;
		padding: 15px 17px;
		line-height: 14px;
		border:1px dashed transparent;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#00ffae;
		border:1px dashed #4f4f4f;
	}
	
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float: left;
		margin:18px 0 18px 30px;
	}
	#main-menu ul.nav-menu > li > a {
		color:#fff;
		font-size:16px;
		font-family:'oswaldregular';
		padding:7px 35px 7px 0;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#00ffae;
	}
	header ul.nav-menu  > li ul {
		background:#dddddd;
	}
	header ul.nav-menu  > li ul li:not(:last-child) {
		border-bottom:1px solid #c6c6c6;
	}
	header ul.nav-menu  > li ul li:not(:first-child) {
		border-top:1px solid #ebebeb;
	}
	header ul.nav-menu  > li ul li a {
		color:#8f8f8f;
		font-size:13px;
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#2b2b2b;
	}
}
@media screen and (max-width:1024px) {
	#mobile-menu-trigger a {
		margin: 22px 0;
		color: #eee;
	}
}


/* .......................................................................... Slider .......................................................................... */
.slider-container {
    padding: 30px 30px 70px;
    box-sizing:border-box;
    background: #e7e7e7;
}
.slider {
	width:940px;
	max-width: 100%;
}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:url(images/fp-back.png); 
}
.fp-content-wrap {
	width:1000px;
}
.fp-content {
	padding:20px;
	width: 70%;
	bottom:65px;
	left:30px;
	padding:0;
}
.fp-title {
    font-family: 'oswaldregular';
    color:#fff;
    font-size: 28px;
    background-color: #00d08e;
    padding: 6px 20px;
    float:left;
    clear:both;
    margin:0;
}
.fp-description {
	color:#fff;
    margin:0;
    float:left;
    clear:both;
    padding: 15px 20px;
	background:#1d1d1d;
}
.fp-more {
    font-family: 'oswaldregular';
	float:none;
	background:#1d1d1d;
	padding:10px 25px;
	border:none;
	box-shadow:none;
	outline:none;
	border-radius:0;
	float:left;
	margin:10px 0 0;
}
.fp-more:hover {
	background:#00d08e;
	color:#fff;
}
.fp-nav {
	bottom:-45px;
	z-index: 6;
}
.fp-pager a {
	width:40px;
	height:7px;
	background:url(images/pager.png);
}
.fp-pager a:hover, .fp-pager a.activeSlide {
	background:url(images/pager-active.png);
}
@media screen and (max-width:1024px) {
	.slider-container {
		margin:0 -5%;
		padding:30px 5% 70px;
	}
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	padding:30px;
	box-sizing:border-box;
	width:1000px;
	max-width:100%;
	border:1px solid #dddddd;
	background:#fff;
	box-shadow:6px 6px 10px rgba(0,0,0,0.14);
}
@media screen and (min-width:1024px) {
	.site-content {
		margin:20px auto;		
	}
}
.entry-title {
    font-family: 'oswaldregular';
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:22px;	
	color:#1d1d1d;
}
.entry-title a {
	color:#1d1d1d;
	text-decoration:none;
	font-weight:normal;
}
.entry-title a:hover { color:#00d08e;}
article {
	border:none;
	background: url(images/article.png) bottom left repeat-x;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
article .featured_image {
	vertical-align:bottom;
	float: left;
	background: #fff;
	border: 1px solid #dddddd;
	padding: 4px;
	margin: 0 15px 15px 0;
	border-radius: 3px;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#00a26f;
	line-height:20px;
	font-size:13px;
	margin:5px 0 10px;
}
.entry-meta a {
	text-decoration:none;
}
.entry-meta a:hover {
	text-decoration:underline;
}
.entry-meta > span {
	margin: 0 10px 0 0;
}
.entry-title .post-date {
	background: url(images/date.png) left center no-repeat;
}
.entry-title .post-categories {
	background: url(images/categories.png) left center no-repeat;
}
.entry-title .post-comments {
	background: url(images/comments.png) left center no-repeat;
}
.entry-title .post-author {
	background: url(images/author.png) left center no-repeat;
}


/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background: rgb(255,255,255);/* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(234,234,234,1) 100%);/* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(234,234,234,1) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );/* IE6-9 */
	color: #807f7f;
	font-size: 13px;
	border: 1px solid #dddddd;
	border-radius: 3px;
	padding: 10px 20px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover {
	background:none;	
}
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:none;
	color: #000;
}


/* ....................... Sidebar .................... */
.sidebar {  
	font-size:13px;
}
.sidebar .caption h4 {
	color: #1d1d1d;
	font-size: 20px;
	text-align: center;
	background: url(images/caption.png) bottom left no-repeat;
	background-size: 100%;
	font-family: 'oswaldregular';
	padding-bottom: 22px;
	font-weight: normal;
}
.sidebar ul li {
	/* border-bottom: 1px solid #f0f0f0; */
}
.sidebar .widget ul.children li:last-child,
.sidebar .widget ul.sub-menu li:last-child {
	border:none;
} 
.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 {
	color: #1d1d1d;
	text-decoration:none;
	padding: 15px 20px 15px 25px;
	display:inline-block;
	background: url(images/list.png) left center no-repeat;
}
.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 {
	color:#00a26f;
	background: url(images/list-hover.png) left center no-repeat;
}
.widget_smt_comments .comment_avatar {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_comments .comment_author {
	font-style:italic;
	text-align:right;
	margin-right:5px;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
	border-radius: 4px;
	border: 1px solid #dddddd;
	padding: 2px;
}
.widget_smt_posts .post-date {
	color:#fff;
	background:#00d08e;
	padding:4px 10px;
	font-size:11px;
	margin-bottom: 7px;
	display: inline-block;
}
.widget_smt_posts .title, .widget_smt_comments .comment_author {
	text-decoration: none;
	display:block;
	color: #1d1d1d;
}
.widget_smt_posts .title:hover, .widget_smt_comments .comment_author:hover {
	color:#00a26f;
}
.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 {
	color: #8e8e8e;
}
footer .footer_txt {
	color:#2c2c2c;
	text-align:center;
	padding:15px 0;	
}
footer a {
	color:#fff;
}
footer a:hover {
	color:#00d08e;
}
footer .footer_txt a {
	color: #2c2c2c;
}
footer .widget .caption h4 {
	color: #fff;
	font-family: 'oswaldregular';
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	background: url(images/fcaption.png) bottom left repeat-x;
	padding: 30px 0 15px;
}
.footer-columns {
	padding:0 30px;
	background:#2c2c2c;
	border-top: 10px solid #00d08e;
}
.footer-menu {
	padding:0 30px 20px;
	background:#2c2c2c;	
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
} 
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 {
	color:#fff;
	background-position: left 1px top 16px;
}
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 {
	color:#00d08e;	
	background-position: left top 14px;
}
footer .widget_smt_posts img {
	border-color:#464646;
}
footer .widget_smt_posts .title,footer .widget_smt_comments .comment_author {
	color: #fff;
}
footer .widget_smt_posts .title:hover,footer .widget_smt_comments .comment_author:hover {
	color:#00a26f;
}