/*
Theme Name: Torado
Theme URI: http://smthemes.com/torado/
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: 11/05/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:'montserratlight';
	font-size:13px;
	background:#090909;
	color:#9c9c9c;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fe5e3a;
}
.submit, .button, input[type="submit"] {
	padding: 10px 40px;
	line-height:27px;
	background:url(images/more.png) 50% no-repeat;
	color:#fff;
	font-family: 'montserratregular';
	font-size:12px;
	text-transform:uppercase;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:url(images/more-hover.png) 50% no-repeat;
	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 { 
	background:#2c2c2c;
	border:none;
	color:#9c9c9c;
}
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:#1b1b1b;
	background:#fff;
}
.accent {
	font-size:28px;
	text-transform:uppercase;
	color:#fff;
	font-family:'montserratsemi_bold';
	font-style:italic;
}
#comments .accent { font-size:16px; }
.descent {
	color:#fff;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:url(images/page.png) 50% no-repeat;
	color:#fff;
	font-size:12px;
	margin-right:5px;
	width: 46px;
	box-sizing: border-box;
	text-align: center;
	padding: 12px 10px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current  {
	background:url(images/page-hover.png) 50% no-repeat;
	color:#fff;
}

/* ========================================= Theme Header. ========================================= */
#top-torado {
	width:100%;height:100%;
	position:relative;
	background: url(images/top.png) top center no-repeat;
}
.has-slider #top-torado {
	z-index: 3;
}
#logo {
	display:flex;
	align-items:flex-end;
	justify-content:center;
	height:40px;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	display:block;
	text-align:center;
	margin:0;
	padding:0;
	line-height:40px;
	color: #fff;
    text-transform: none;
}
.headersearch {
	display:block;
	display:flex;
	justify-content:center;
	align-items:center;
	height:100px;
	position: relative;
}
@media screen and (min-width:1024px) {
	.headersearch {
	}
	#top-torado {
		padding-bottom:30px;
	}
}
@media screen and (max-width:1024px) {
	#logo, .site_ttl {
		height:80px;
		display:flex;
		align-items:center;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #626262;
	background:none;
	border:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;
	border:none;
	text-indent: -999999px;
	background:url(images/search-active.png) 50% no-repeat;
}
.site-header .search-form {
	display:none;
	position: fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.8);
	align-items:center;
	justify-content:center;
	z-index: 99999;
}
#search-close {
	position:absolute;
	z-index: 8;
	top:-200px;
	left:0;
	right:0;
	margin:0 auto;
	width:90px;
	height:90px;
	cursor: pointer;
	background: url(images/close.png) 50% no-repeat;
}
.site-header .search-box {
	padding-right:0;
}
.site-header .search-box input[type="search"] {
	font-size:26px;
	text-align:center;
	color:#fff;
	padding:15px 45px;
	border-bottom:1px solid #fe5e3a;
}
.headersearch .search-box input[type="submit"] {
	display:none;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#626262; }
.search-box input[type="search"]:-moz-placeholder { color:#626262; }
.search-box input[type="search"]::-moz-placeholder { color:#626262; }
.search-box input[type="search"]:-ms-input-placeholder { color:#626262;}
.site-header input[type="search"]::-webkit-input-placeholder { color:#fff; }
.site-header input[type="search"]:-moz-placeholder { color:#fff; }
.site-header input[type="search"]::-moz-placeholder { color:#fff; }
.site-header input[type="search"]:-ms-input-placeholder { color:#fff; }
#search-trigger {
	color:#fff;
	position:relative;
	right:0;
	top:0;
	width: 168px;
	height: 40px;
	line-height: 40px;
	background: url(images/search.png) 50% no-repeat;
	z-index:3;
	text-align: center;
	cursor: pointer;
}
#search-trigger:hover {
	background: url(images/search-hover.png) 50% no-repeat;
}
#search-trigger.active {
	background: url(images/search-hover.png) 50% no-repeat;
}
@media screen and (max-width:1024px) {
	#search-trigger {
		
	}
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		justify-content:center;
		display:flex;
		align-items:center;
		height:40px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#232323;
		font-size:12px;
		text-transform:uppercase;
		padding: 14px 20px;
		line-height:12px;
		font-family:'montserratsemi_bold';
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fe5e3a;
	}
	header ul.nav-menu  > li ul {
		background:#1b1b1b;
		text-align:center;
		padding: 20px 10px;
	}
	header ul.nav-menu  > li ul ul {
		margin-top:-10px;
		margin-left:20px;
	}
	header ul.nav-menu  > li ul::before, header ul.nav-menu  > li ul::after {
		content:'';
		position:absolute;
		top:100%;
		left:0;
		right:0;
		background:url(images/bottom-triangle.png) top center no-repeat;
		height:7px;
	}
	header ul.nav-menu  > li ul::before {
		top:auto;
		bottom:100%;
		background:url(images/top-triangle.png) bottom center no-repeat;
	}
	header ul.nav-menu  > li ul li a {
		color:#fff;
		font-size:12px;
		text-transform:uppercase;
		font-family:'montserratsemi_bold';
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#fe5e3a;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		justify-content:center;
		display:flex;
		align-items:center;
		height:40px;
	}
	#main-menu ul.nav-menu > li > a {
		color:#cdcdcd;
		font-size:12px;
		line-height:12px;
		font-family:'montserratregular';
		padding: 15px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#e94d46;
	}
}

@media only screen and (max-width:1024px) {
	#mobile-menu-trigger a {margin: 28px 0;}
	#mobile-menu-trigger a:hover {
    color: #b1b1b1;
}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {
	position:relative;
	margin-bottom: -44px;
	z-index: 1;
}
@media only screen and (min-width:1024px) {
	.slider-container {
		top:-150px;
		margin-bottom: -281px;
	}
	.slider-container::after {
		content:'';
		position:absolute;
		z-index:2;
		left:0;
		right:0;
		bottom: 0;
		height:100px;
		background:url(images/slider.png) bottom center no-repeat;
	}
	.fp-content-wrap {
		padding-top: 5%;
	}
}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:rgba(0,0,0,0.1); 
}
.fp-slides {z-index: 1;}
.fp-thumbnail img {
	width:100%;
}
.fp-content-wrap {
	width:1000px;
	display:flex;
	justify-content:flex-end;
	align-items:center;
}
.fp-content {
	position:relative;
	padding:20px;
	width:100%;
	overflow:visible;
	background-size: contain;
}
.fp-title {
	font-family:'montserratsemi_bold';
	font-size: 51px;
	line-height: 50px;
	font-style:italic;
	color:#e94d46;
	font-weight:normal;
}
.fp-description {
	color:#fff;
	font-size: 14px;
	font-family:'montserratregular';
}
.fp-more {
	float:none;
	background:url(images/fp-more.png) 50% no-repeat;
	color:#fff;
	font-family:'montserratregular';
	font-size:12px;
	padding:10px 45px;
}
.fp-more:hover {
	background:url(images/fp-more-hover.png) 50% no-repeat;	
}
.fp-prev-next-wrap {
	width: 90px;
	top:100%;
	margin-top: 0;
	left: 50%;
	margin-left: -45px;
}
.fp-prev-next-wrap a {
	top:0;
	height:40px;
	width:40px;
	transition:none;
}
.fp-prev {
	left:0;
	background:url(images/slide-left.png) left top no-repeat;
}
.fp-next {
	right:0;
	background:url(images/slide-right.png) right top no-repeat;
}
.fp-prev-next-wrap a.fp-next:hover {
	background-position:0 top;
}
.fp-prev-next-wrap a.fp-prev:hover {
	background-position:-40px top;
}
@media screen and (max-width:1024px) {
	.fp-content {
		width:65%;
	}	
}
@media screen and (max-width:640px) {
	.fp-content-wrap {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.page-title {	
	color: #444;
	font-weight:normal;
	text-transform: uppercase;
	font-family:'montserratsemi_bold';
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size: 28px;
	color: #fff;
	font-weight:normal;
}
.entry-title a {
	color:#fff;
}
.entry-title a:hover { color:#fe5e3a;}
article {
	padding: 20px 30px 10px;
	border:none;
	background:#1b1b1b;
	position:relative;
	text-align:center;
	margin-bottom: 90px;
}
article::after {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:100%;
	height: 50px;
	background:url(images/article.png) top center no-repeat;
	background-size:100%;
}
article .entry-summary + .button {
	position: absolute;
	bottom: -53px;
	z-index: 2;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.featured-img-container {
	position:relative;
	margin: -20px -30px 10px;
}
.featured-img-container::before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: url(images/article-top.png) top center no-repeat;
	background-size: 100%;
}
.featured-img-container::after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.featured-img-container .featured-text {
	position:absolute;
	left:20px;
	right:20px;
	bottom:20px;
	z-index:2;
	color:#fff;
}
article .featured_image {
	vertical-align:bottom;
	width:100%;
	border-top: 1px solid #fff;
}
@media screen and (max-width:650px) {
	article .entry-summary + .button {
		bottom:-40px;
	}
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	text-align:center;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	margin: 7px 0;
}
.entry-meta > span:not(:last-child)::after {
	content:'|';
	color:#444;
	padding:0 10px;
}
.entry-meta .post-date {
	background: url(images/date.png) left center no-repeat;
}
.entry-meta .post-categories {
	background: url(images/categories.png) left center no-repeat;
}
.entry-meta .post-comments {
	background: url(images/comments.png) left center no-repeat;
}
.entry-meta .post-author {
	background: url(images/author.png) left center no-repeat;
}
@media screen and (max-width:650px) {
	article .entry-title {
		font-size:15px;
	}
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
	position:relative;
	background:#1b1b1b;
	box-sizing:border-box;
	padding:20px;
	margin-top: 45px;
}
.widget::before {
	content:'';
	position:absolute;
	left:0;right:0;
	bottom:100%;
	height:7px;
	background:url(images/top-triangle.png) bottom center no-repeat;
}
.widget::after {
	content:'';
	position:absolute;
	left:0;right:0;
	top:100%;
	height:7px;
	background:url(images/bottom-triangle.png) top center no-repeat;
}
.widget a {
	font-size:14px;
	text-transform:uppercase;
	font-style:italic;
	font-weight:bold;
}
.widget .caption h4 {
	color:#fe5e3a;
	font-size:16px;
	padding-bottom:10px;
	margin-bottom:15px;
	text-transform:uppercase;
	text-align:center;
	font-family:'montserratextra_bold';
	background:url(images/caption.png) bottom center no-repeat;
	position:absolute;
	font-weight: normal;
	font-style: italic;
	bottom:100%;
	left:0;
	right:0;
}
.sidebar ul li:not(:last-child) { 
	border-bottom: 1px solid #2f2f2f; 
}
.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 {
	font-size:14px;
	text-transform:none;
	font-style:normal;
	padding: 15px 10px 15px 20px;
	display:inline-block;
	background:url(images/list.png) left center no-repeat;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_posts .post-date {
	color:#6c6c6c;
	display:block;
	margin:10px 0;
	text-transform:uppercase;
	font-family:'montserratregular';
	font-size:11px;
}
.widget_smt_posts p:last-child {
	margin-bottom:0;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	position:relative;
	background-color: #1b1b1b;
	margin-top:240px;
}
footer::before {
	content:'';
	height:233px;
	width:100%;
	bottom:100%;
	left:0;
	background: url(images/footer-before.png) bottom center no-repeat;
	background-size:100%;
	position:absolute;
}
footer .widget {
	margin-top:40px;
	padding-top: 40px;
}
footer .widget a, footer a {	
	font-size:14px;
	text-transform:uppercase;
	font-style:italic;
	font-weight:bold;
}
footer .footer_txt {
	padding:15px 0;	
	text-align:center;
	background:url(images/copyright.png) top center no-repeat;
}
footer .footer_txt a {
	text-transform:none;
	font-style:normal;
	font-weight:normal;
	font-family:'montserratlight';
}
footer .widget .caption  h4 {
	color: #fff;
	background: url(images/fcaption.png) bottom center no-repeat;
	margin: 0 0 -30px;
}
footer .widget ul li:not(:last-child) {
    border-bottom: 1px solid #2f2f2f;
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
}