/*
Theme Name: AutoShow
Theme URI: http://smthemes.com/autoshow/
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: 02/09/2020
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 {
	position:relative;
	font-family:'montserratlight';
	font-size:15px;
	color:#676565;
}
h2 {
	color:#676565;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#1a1919;
	text-decoration:none;
}
a:hover {
	color:#0088de;
}
.submit, .button, input[type="submit"] {
	line-height:27px;
	display:inline-block;
	padding: 10px 52px;
	color:#302f2f;
	font-size:14px;
	font-family:'montserratsemi_bold';
	text-transform:uppercase;
	border:2px solid #b1b1b1;
	cursor:pointer;
	background:none;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	color:#fff;
	text-decoration:none;
	border:2px solid transparent;
	background:#009cff;
}
a.readmore {
	position:relative;
	float:none;
}
a.readmore::after {
	content:"";
	position:absolute;
	top:4px;
	left:4px;
	width:100%;
	height:100%;
	border:1px solid #e2e2e2;
}
a.readmore:hover::after {
	display: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:#e0e0e0;
	color:#4a4a4a;
}
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:#c0c0c0;
}
.accent {
	color:#28262b;
}
#comments .accent {}
.descent {
	color:#bcbcbc;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	color:#302f2f;
	font-size:14px;
	font-family:'montserratsemi_bold';
	text-transform:uppercase;
	border:2px solid #b1b1b1;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	color:#fff;
	text-decoration:none;
	border:2px solid transparent;
	background:#009cff;
}

/* ========================================= Theme Header. ========================================= */
#topper {
	position:relative;
	z-index: 3;
	background:#0c3854;
}
#logowithmenu {
	position:relative;
	z-index:2;
	background:#2b658b;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:70px;
}
#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:40px;
}
@media screen and (min-width:1024px) {
	.headersearch {	
		
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
	margin:0;
	border-left:1px solid #2b658b;
	height: 40px;
	max-width: 100%;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	float:left;
	padding:0;
	color:#c5c9cc;
	font-family:'montserratregular';
	font-size:11px;
	text-transform:uppercase;
	border:none;
	background:none;
	padding-left: 10px;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;
	border:none;
	font-family:'FontAwesome';
	color: #0c3854;
}
.headersearch .search-box {width: 240px;}
.headersearch .search-box input[type="search"] {}
.headersearch .search-box input[type="submit"] {
	color: #fff;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#c5c9cc; }
.search-box input[type="search"]:-moz-placeholder { color:#c5c9cc; }
.search-box input[type="search"]::-moz-placeholder { color:#c5c9cc; }
.search-box input[type="search"]:-ms-input-placeholder { color:#c5c9cc;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#c5c9cc; }
.headersearch input[type="search"]:-moz-placeholder { color:#c5c9cc; }
.headersearch input[type="search"]::-moz-placeholder { color:#c5c9cc; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#c5c9cc; }


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:left;
		display:flex;
		align-items:center;
		height:40px;
	}
	#extra-menu ul.nav-menu > li > a {
		padding: 14px 12px 14px 0;
		color:#5a89a7;
		font-size:12px;
		line-height:12px;
		text-transform:uppercase;
		font-family:'montserratregular';
		position: relative;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#94c3e0;
	}
	#extra-menu ul.nav-menu > li > a > .sf-sub-indicator {
		position:relative;
		vertical-align:middle;
		display:inline-block;
		width:5px;
		height:5px;
		padding-left:5px;
		overflow:hidden;
		text-indent:9999px;
		background:url(images/topmenu-arrow.png) right center no-repeat;
	}
	#extra-menu ul.nav-menu > li:hover > a > .sf-sub-indicator{
		background:url(images/topmenu-arrow-hov.png) right center no-repeat;
	}
	.site-header ul.nav-menu  > li ul {
		background:#0c3854;
		margin-top: 14px;
	}
	.site-header ul.nav-menu  > li ul li {}
	.site-header ul.nav-menu  > li ul li:hover {}
	.site-header ul.nav-menu  > li ul li a {
		padding:15px 10px;
		color:#fff;
		font-size:14px;
		line-height:14px;
		font-family:'montserratsemi_bold';
	}
	.site-header ul.nav-menu  > li ul li:hover > a {
		color:#fff472;
	}	
	.site-header ul.nav-menu > li:hover > a.sf-with-ul::after {
		content:"";
		position:absolute;
		bottom: -14px;
		left:0;
		right:0;
		margin:0 auto;
		width:16px;
		height:11px;
		z-index:2;
		background:url(images/menu-triangle.png) center no-repeat;
	}
	
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:right;
		display:flex;
		align-items:center;
		height: 70px;
	}
	#main-menu ul.nav-menu > li > a {
		padding:5px 12px;
		color:#fff;
		font-family:'montserratregular';
		font-size:14px;
		line-height:14px;
		text-transform:uppercase;
		border:3px solid transparent;
	}
	#main-menu ul.nav-menu > li:hover > a {
		border:3px solid #fff;
	}
	#main-menu ul.nav-menu > li > a > .sf-sub-indicator {
		position:relative;
		vertical-align:middle;
		display:inline-block;
		width:6px;
		height:6px;
		padding-left:5px;
		overflow:hidden;
		text-indent:9999px;
		background:url(images/menu-arrow.png) right center no-repeat;
	}
	#main-menu ul.nav-menu > li:hover > a> .sf-sub-indicator{
		background:url(images/menu-arrow.png) right center no-repeat;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
    color: #fff;
}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:url(images/slide-after.png) left bottom no-repeat;
}
.fp-thumbnail::after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:115px;
	z-index:2;
	background:url(images/slide-after.png) left bottom no-repeat;
}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	width:1000px;
	display:flex;
	align-items:center;
}
.fp-content {
	position:relative;
	padding:12px;
	width:400px;
	text-align:center;
}
.fp-content::after {
	content:"";
	position:absolute;
	bottom:8%;
	left:-94px;
	width:573px;
	height:413px;
	background:url(images/fp-cont.png) center no-repeat;
}
.fp-title {
	color:#fff;
	font-weight:normal;
	position:relative;
	color:#1a1919;
	font-size:50px;
	font-family:'montserratbold';
	line-height:50px;
	text-transform:uppercase;
	z-index:2;
}
.fp-description {
	text-align:left;
	margin:0 0 6px 0;
	color:#413f3f;
	font-size: 26px;
	line-height: 39px;
	text-transform:uppercase;
}
.fp-more {
	position:relative;
	padding:16px 57px;
	color:#fff;
	font-size:14px;
	line-height: 18px;
	font-family:'montserratregular';
	text-transform:uppercase;
	z-index:2;
	background:#009cff;
	border: none;
	margin-top: 15px;
}
.fp-more:hover {	
	background:#1a1919;
	line-height: 18px;
	padding:16px 57px;
	border:none;
}
a.fp-more::after {
	content:"";
	position:absolute;
	top:0;
	left:-26px;
	width:26px;
	height:50px;
	background:url(images/triangle-left.png) center no-repeat;
}
a.fp-more::before{
	content:"";
	position:absolute;
	top:0;
	right:-26px;
	width:26px;
	height:50px;
	background:url(images/triangle-right.png) center no-repeat;
}
a.fp-more:hover::after {
	content:"";
	position:absolute;
	top:0;
	left:-26px;
	width:26px;
	height:50px;
	background:url(images/triangle-left-hov.png) center no-repeat;
}
a.fp-more:hover::before{
	content:"";
	position:absolute;
	top:0;
	right:-26px;
	width:26px;
	height:50px;
	background:url(images/triangle-right-hov.png) center no-repeat;
}
.fp-nav{
	position:absolute;
	right:0;
	top: 0;
	left:auto !important;
	margin:0;
	padding:0;
	display: flex;
	align-items: center;
	z-index: 9999;
	box-sizing: border-box;
	padding-bottom: 40px;
}
.fp-pager a{
	width:20px;
	height:20px;
	background: url(images/slider-page.png) 50% no-repeat;
	display: block;
	clear: both;
	margin-bottom: 5px;
}
.fp-pager a:hover,.fp-pager a.activeSlide{
	width:20px;
	height:20px;
	background: url(images/slider-page-active.png) 50% no-repeat !important;
	display: block;
	clear: both;
}
@media only screen and (max-width:1023px) {
	.fp-title {
		font-size: 30px;
		line-height: 34px;
	}
	.fp-description {
		font-size: 18px;
		line-height: 25px;
	}
}
@media screen and (max-width:640px) {
	.fp-content {
		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-weight:normal;
	text-transform:none;	
	color:#1a1919;
	font-size:30px;
	line-height:30px;
	font-family:'montserratlight';
}
.entry-title a {
	color:#1a1919;
}
.entry-title a:hover { color:#0082d5;}
article {}
.featured_box {
	position:relative;
}
.featured_box::after {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	z-index:3;
	background: url(images/fimage-after.png) left bottom repeat-x;
}
.featured_box::before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:3;
	background: url(images/fimage-before.png) left top repeat-x;
}
.featured_box{
	position:relative;
	text-align:center;
	max-width:100%;
	z-index:2;
}
.featured_box img {
	margin:0;
	vertical-align:bottom;
}
.featured_box .post-author {
	position:absolute;
	top:30px;
	left:0;
	right:0;
	z-index:4;
}
.featured_box .post-author a {
	color:#fff;
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
}
.post-author {

display: block;

text-align: center;

margin: 0 0 10px;
}
.post-author a{
	color:#0088de;
}
.post-author img {
	border-radius:60px;
	margin: 0 auto;
	display: block;
}
.featured_box + .entry-title{
	position:relative;
	top:-50px;
	margin-bottom: -30px;
	z-index: 3;
	text-align: center;
}
.readmore-wrap{
	display:block;
	text-align:center;
	margin-bottom: 0 !important;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	display:block;
	text-align:center;
	margin-top:-7px;
	color:#b1b1b1;
	font-size:13px;
	font-family:'montserratlight';
}
.entry-meta a {
	color:#b1b1b1;
	font-family:'montserratlight';
	font-size:13px;
}
.post-comments {
	margin-left:-4px;
}
.post-comments::before {
	content: ',';
	padding:0 8px 0 0;
}
.post-categories {
	display:block;
	margin-top:16px;
	color:#0088de;
}
.post-categories a{
	color:#0088de;
}
.post-categories a:hover {
	color:#88d1ff;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
	position:relative;
	text-align:center;
	margin:0 0 77px;
	padding:0;
	color:#676565;
	font-size:14px;
	font-family:'montserratlight';
	line-height:28px;
	z-index:2;
}
.widget a {
	color:#000;
	font-size:14px;
	line-height:28px;
	font-family:'montserratlight';	
}
.widget a:hover {
	color:#0088de;	
}
.widget .caption {
	text-align:center;
	margin-bottom:20px;
}
.sidebar {}
.sidebar .caption h4 {
	padding:0;
	color:#000;
	font-size:22px;
	line-height:28px;
	font-family:'montserratlight';
}
.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 {
	padding: 15px 5px;
	display:inline-block;	
	color:#1a1919;
	font-size:14px;
	line-height:14px;
}
.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:#1a1919;
	background:url(images/categories-hov.png) left center repeat-x;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	border-radius: 50px;
	margin: 0 auto 10px;
	display: block;
}
.widget_smt_posts {
	text-align:center;
}
.widget_smt_comments .comment_author {
	font-size:14px;
}
.widget_smt_comments a {
	text-decoration:none;
	font-family:'montserratregular';
}
.widget_smt_posts .post-date {
	margin: 0 0 10px;
	display: block;
}
.widget_smt_posts .title {
	display:block;
	margin:0 auto 13px;
	font-family:'montserratregular';
}
.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:#676565;
	background-color:#1c1c1c;
}
footer .widget {
	padding-top:47px;
}
footer .widget a, footer a {	
	color:#fff;
}
footer .widget a:hover, footer a:hover {
	color:#009cff;
}
footer .footer_txt {
	padding:20px 0 47px 0;
	text-align:center;
	color:#676565;
	font-size:14px;
	line-height:28px;
	font-family:'montserratlight';
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget .caption  h4 {}
footer .widget ul li {}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {} 
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;
	font-size:14px;
}
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:#fff;
	background:url(images/fcategories-hov.png) left center repeat-x;
}
footer .widget_smt_posts .post-date {}