/*
Theme Name: HotWheels
Theme URI: http://smthemes.com/hotwheels/
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: 05/28/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:'open_sansregular';
	font-size:14px;
	background:#fff;
	color:#808080;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#3d3d3d;
	text-decoration:none;
}
a:hover {
	color:#ffb44a;
}
.submit, .button, input[type="submit"] {
	padding: 7px 44px;
	line-height:27px;
	background:#373a43;
	color:#fff;
	float:  right;
	font-size:10px;
	text-transform:uppercase;
	font-family:'montserratregular';
	border-radius:2px;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#ffb44a;
	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:2px solid #fff;
	border-color:transparent;
	font-size:18px;
	font-family:'montserratregular';
	color:#3d3d3d;
	border-radius:2px;
	background:#f5f5f5;
}
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:#7dff4a;
	background:#fff;
}
.accent {
	font-size:24px;
	font-family:'montserratregular';
	color:#3d3d3d;
}
#comments .accent {}
.descent {
	color:#bebebe;
	font-size:14px;
	font-family:'montserratregular';
	font-style:italic;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#f5f5f5;
	color:#373a43;
	font-size:10px;
	font-family:'montserratregular';
	border-radius:2px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:#373a43; 
	color:#fff;
	font-size:10px;
	font-family:'montserratregular';
	border-radius:2px;
}

/* ========================================= Theme Header. ========================================= */
#absolute-top-background {
	
}
#absolute-top-background ~ .boxed-container {
	width:100%;
	padding: 0 80px;
	background:#21232a;
	position:relative;
	z-index:99;
	box-sizing:border-box;
}
.has-slider #absolute-top-background ~ .boxed-container {
	width:50%;
	position:absolute;
	right:0;
}
#citrus {
	background: rgb(246,255,0); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(246,255,0,1) 0%, rgba(255,180,74,1) 52%, rgba(125,255,74,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(246,255,0,1) 0%,rgba(255,180,74,1) 52%,rgba(125,255,74,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(246,255,0,1) 0%,rgba(255,180,74,1) 52%,rgba(125,255,74,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ff00', endColorstr='#7dff4a',GradientType=1 ); /* IE6-9 */
	clear:  both;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:100px;
}
#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: 90px;
}
@media screen and (max-width:1024px) {
	.site-header {
		background:#21232a;
	}
	.headersearch {	
		
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background:none;
	border:none;
	border-bottom:2px solid #f2f2f2;
	color:#3d3d3d;
	font-size:18px;
	font-family:'montserratregular';
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;
	border:none;
	font-family:'FontAwesome';
	display: none;
}
.headersearch .search-box {
	display: none;
	position:absolute;
	right: 90px;
	background:#fff;
	top:0;
	height:90px;
	width: calc(100% - 90px);
	z-index:99;
}
.headersearch .search-box input[type="search"] {
	border:none;
	font-size:20px;
	text-transform:uppercase;
	line-height:90px;
	height:  90px;
	padding:  0 25px;
	box-sizing:  border-box;
}
.headersearch .search-box input[type="submit"] {
	display:none;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#3d3d3d; }
.search-box input[type="search"]:-moz-placeholder { color:#3d3d3d; }
.search-box input[type="search"]::-moz-placeholder { color:#3d3d3d; }
.search-box input[type="search"]:-ms-input-placeholder { color:#3d3d3d;}
.headersearch input[type="search"]::-webkit-input-placeholder { color:#21232a; }
.headersearch input[type="search"]:-moz-placeholder { color:#21232a; }
.headersearch input[type="search"]::-moz-placeholder { color:#21232a; }
.headersearch input[type="search"]:-ms-input-placeholder { color:#21232a; }
#search-trigger {
	color:#fff;
	position:absolute;
	right:0;
	top:0;
	width: 90px;
	font-size: 20px;
	height: 90px;
	line-height: 90px;
	background:rgba(255,255,255,0.1);
	z-index:1;
	text-align: center;
	cursor: pointer;
}
#search-trigger:hover {
	color:#fff;
	background:rgba(255,255,255,0.2);
}
#search-trigger.active {
	color:#fff;
	background:rgba(255,255,255,0.3);
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		display:flex;
		align-items:center;
		height:100px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#fff;
		padding:29px 20px;
		font-size:14px;
		text-transform:uppercase;
		font-family:'montserratregular';
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
	header #extra-menu ul.nav-menu  > li ul ul {
		left:auto;
		right:100%;
	}
	header ul.nav-menu  > li ul {
		border-top:2px solid #81fd4a;
		background:#21232a;
	}
	header ul.nav-menu  > li ul li a {
		color:#fff;
		font-size:12px;
		text-transform:uppercase;
		font-family:'montserratregular';
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#f6fb04;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float: left;
		display:flex;
		align-items:center;
		height:90px;
	}
	#main-menu ul.nav-menu > li > a {
		color:#ffffff;
		text-transform:uppercase;
		font-family:'montserratregular';
		padding: 34px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#21232a;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
    color:  #fff;
}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	position:relative;
	top: 0;
	margin-bottom: 0;
	background:#fff;
}
.slider-bgr { 
	position:absolute; 
	width:50%; 
	left:auto;
	right:0;
	height:100%; 
	background:#21232a; 
}
.fp-slides {
	z-index:1;
}
.fp-thumbnail img {
	width:50%;
	float:left;
	clear:both;
}
.fp-content-wrap {
	width:50%;
	display:flex;
	align-items:center;
	padding-top: 70px;
	right: 0;
	left:  auto;
	background: #21232a;
}
.fp-content {
	padding:20px;
	box-sizing:  border-box;
	padding:  0 80px;
	position:  relative;
}
.fp-title {
	color:#fff;
	font-size:60px;
	font-family:'montserratultra_light';
	font-weight:normal;
	padding-bottom:30px;
	margin-bottom:30px;
	background:url(images/fp-title.png) left bottom no-repeat;
}
.fp-description {
	color:#9fa0a3;
	font-size:13px;
	font-family:'montserratlight';
	margin-bottom:20px;
}
.fp-more {
	float:none;
	font-size:11px;
	background:#373a43;
	padding: 8px 51px;
}
.fp-more:hover {
	background:#f6fb04;
	color:#21232a;
}
.fp-nav {
	position:absolute;
	bottom:0;
	left: auto;
	right: 10px;
	margin:0 auto;
	text-align:center;
	height: 100%;
	box-sizing:  border-box;
}
.fp-pager {
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-50%;
}
.fp-nav a {
	display:block;
	margin-bottom:10px;
	width:12px;
	height:12px;
	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:1380px) {
	.has-slider #absolute-top-background ~ .boxed-container {
		position:relative;
		width:100%;
	}
	.slider-container {
		top:0;
		margin-bottom: 0;
	}
	.fp-content-wrap {
		padding-top:0;
	}
}
@media screen and (max-width:1024px) {
	.fp-title {
		font-size:40px;
		line-height:40px;
		padding-bottom:10px;
		margin-bottom:15px;
	}
	.has-slider #absolute-top-background ~ .boxed-container {
		padding:0;
	}
}
@media screen and (max-width:800px) {
	.fp-content {
		padding:0 20px;
	}
}
@media screen and (max-width:640px) {
	.fp-content-wrap, .slider-bgr {
		display:none;
	}
	.fp-slides-item img {
		width:100%;
	}
}


/* ========================================= 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:24px;	
	color:#3d3d3d;
	font-family:'montserratultra_light';
	font-weight:normal;
	text-transform:none;
}
.entry-title a {}
.entry-title a:hover {}
article {
	border:none;
	padding:25px;
	margin-bottom:60px;
	box-shadow:0 0 30px rgba(0,0,0,0.1);
}
article .featured_image {
	vertical-align:bottom;
	float:left;
	margin:0 20px 15px 0;
	border-radius:50%;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#bebebe;
	font-size:14px;
	font-style:italic;
	margin:  5px 0;
}
.entry-meta a {
	color:#bebebe;
}
.entry-meta a:hover {
	color:#373a43;
}
.entry-meta > span:not(:last-child)::after {
	content:',';
	padding:0 5px 0 0;
}
.entry-meta .post-comments {}
.entry-meta .post-author {}
.entry-meta .post-date {}
article .post-categories {
	border:3px solid #f5f5f5;
	border-width:3px 0;
	color:#bebebe;
	font-size:14px;
	padding: 5px 0;
	font-style:italic;
	font-family:'montserratregular';
}
article .post-categories a {
	color:#bebebe;
}
article .post-categories a:hover {
	color:#7c7c7c;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
	font-family:'montserratregular';
	font-size:14px;
}
.widget a:hover {}
.sidebar .widget { 
	border:3px solid #ffb44a;
	padding:15px;
}
.sidebar .widget:nth-child(2n+2) { 
	border:3px solid #7dff4a;
}
.widget .caption h4 {
	color:#3d3d3d;
	font-size:18px;
	font-family:'montserratregular';
	font-weight:  normal;
}
.sidebar ul li { 
	border-bottom:3px solid #f1f1f1; 
}
.sidebar ul li:last-child {
	border:none;
}
.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:#bebebe;
	padding: 15px 0;
	display: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 {
	text-decoration:none;
	color:#3d3d3d;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	border-radius:50%;
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_comments .comment_author {}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .post-date {
	color:#bebebe;
	font-family:'montserratregular';
	font-style:italic;
	font-size:12px;
}
.widget_smt_posts .title {
    display:  block;
}
.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:#6e7484;
	background-color:#2b2e39;
}
footer .widget  {
	padding-top:40px;
}
footer .widget a, footer a {
	font-size:14px;
	color:#fff;
	font-family:'montserratregular';
}
footer .widget a:hover, footer a:hover {
	color:#ffb44a;
}
footer .footer_txt {
	background:#1e2028;
	padding:15px 0;
	color:#fff;
	font-family:'montserratregular';	
	text-align:center;
}
footer .footer_txt a {
	color:#84aaff;
}
footer .widget .caption  h4 {
	color:#ffffff;
}
footer .widget ul li {
    border-bottom:3px solid #3f424c;
}
footer .widget ul li:last-child {
	border:none;
}
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;
}
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:#ffb44a;
}
footer .widget_smt_posts .post-date {}