/*
Theme Name: TechBeast
Theme URI: http://smthemes.com/techbeast/
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: 10/10/2017
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:'ralewayregular';
	font-size:13px;
	background:#fff;
	color:#7b7b7b;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#5cb3eb;
	text-decoration:none;
}
a:hover {
	color:#22d4ac;
}
.submit, .button, input[type="submit"] {
	padding: 7px 50px;
	line-height:27px;
	background: rgb(92,179,235); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(92,179,235,1) 0%, rgba(14,155,208,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(92,179,235,1) 0%,rgba(14,155,208,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(92,179,235,1) 0%,rgba(14,155,208,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cb3eb', endColorstr='#0e9bd0',GradientType=0 ); /* IE6-9 */
	cursor: pointer;
	border-radius:40px;
	float:right;
	font-size:12px;
	color:#fff;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background: rgb(34,212,172); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(34,212,172,1) 0%, rgba(27,192,171,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(34,212,172,1) 0%,rgba(27,192,171,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(34,212,172,1) 0%,rgba(27,192,171,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22d4ac', endColorstr='#1bc0ab',GradientType=0 ); /* IE6-9 */
	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:none;
	border-bottom:2px solid #e2e2e2;
	color:#797979;
	font-family: 'ralewaymedium';
}
.accent {
	color:#202020;
	font-size:34px;
	font-family:'ralewayextralight';
	font-weight:normal;
}
#comments .accent { font-size:16px; }
.descent {
	color:#797979;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:#e2e2e2;
	color:#797979;
	box-sizing:border-box;
	border-radius:60px;
	margin-right:4px;
	min-width:40px;
	padding: 10px 20px;
	text-align:center;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background: rgb(92,179,235); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(92,179,235,1) 0%, rgba(14,155,208,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(92,179,235,1) 0%,rgba(14,155,208,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(92,179,235,1) 0%,rgba(14,155,208,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5cb3eb', endColorstr='#0e9bd0',GradientType=0 ); /* IE6-9 */
	color:#fff;
}

/* ========================================= Theme Header. ========================================= */
#menu-with-search {
	background:#ededed;
}
#menu-with-logo .boxed-container {
	position:initial;
}
#menu-with-logo {
	position:relative;
	z-index: 4;
	background:#fff;
	box-shadow:0 5px 10px rgba(0,0,0,0.1);
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:80px;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #929292;
	font-family:'ralewaymedium';
	line-height:80px;
    text-transform: none;
}
.headersearch {
	float:right;
	display:flex;
	align-items:center;
	height:40px;
}
@media screen and (min-width:1024px) {
	#menu-with-logo {
		z-index: 4;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-right: 40px;
	color: #1c1c1c;
	background:none;
	border-radius: 40px;
	padding: 2px 13px;
	border:1px solid #dadada;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	background: none;
	top: 0;
	color:#0b9acf;
	border:none;
	font-family:'FontAwesome';
}
.headersearch .search-box {}
.headersearch .search-box input[type="search"] {
    line-height: 30px;
    height: 30px;
}
.headersearch .search-box input[type="submit"] {
    height: 30px;
    width: 30px;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#1c1c1c; }
.search-box input[type="search"]:-moz-placeholder { color:#1c1c1c; }
.search-box input[type="search"]::-moz-placeholder { color:#1c1c1c; }
.search-box input[type="search"]:-ms-input-placeholder { color:#1c1c1c;}


/* .......................................................................... 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 {
		color:#929292;
		font-size:12px;
		line-height:12px;
		text-transform:uppercase;
		padding: 14px 20px;
		font-size:13px;
		border-left:1px solid #dbdbdb;
		transition:none;
	}
	#extra-menu ul.nav-menu  > li:last-child > a {
		border-right:1px solid #dbdbdb;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fff;
		border:none;
		padding:14px 21px;
		margin:0 0 0 -1px;
		background:#5ab3ea;
	}
	#extra-menu ul.nav-menu  > li:last-child:hover > a  {
	}
	#extra-menu ul.nav-menu  > li > ul {
		margin-left:-1px;
	}
	#extra-menu ul.nav-menu  > li ul {
		text-align:center;
		background:#4fa6dc;
		box-shadow:4px 8px 11px rgba(0,0,0,0.15);
		min-width:200px;
	}
	#extra-menu ul.nav-menu  > li ul li a {
		color:#fff;
		font-size:12px;
		line-height:12px;
	}
	#extra-menu ul.nav-menu  > li ul li:hover > a {
		color:#fff;
		font-weight:bold;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:right;
		display:flex;
		align-items:center;
		height: 80px;
	}
	#main-menu ul.nav-menu > li > a {
		color:#929292;
		font-size:12px;
		line-height:12px;
		text-transform:uppercase;
		transition:none;
		padding:10px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#fff;
		border-radius:60px;
		background: rgb(93,180,235); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(93,180,235,1) 0%, rgba(11,154,207,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(93,180,235,1) 0%,rgba(11,154,207,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(93,180,235,1) 0%,rgba(11,154,207,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5db4eb', endColorstr='#0b9acf',GradientType=0 ); /* IE6-9 */
	}
	#main-menu ul.nav-menu > li   {
		position:inherit;
	}
	#main-menu ul.nav-menu  > li > ul >li > ul {
		top:100%;
		left:0;
	}
	#main-menu ul.nav-menu > li > ul > li  {
		float:none;
		display:inline-block;
	}
	#main-menu ul.nav-menu  > li ul {
		text-align:center;
		background:rgba(255,255,255,0.5);
		width:100%;
		box-shadow:0 5px 10px rgba(0,0,0,0.1);
		left:0;
	}
	#main-menu ul.nav-menu  > li ul li a {
		color:#929292;
		font-size:12px;
	}
	#main-menu ul.nav-menu  > li ul li:hover > a {
		color:#4e4e4e;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
    margin: 66px 0;
}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {}
.fp-slides {
	z-index:1;
}
.fp-thumbnail img {
	width:100%;
}
.fp-content-wrap {
	width:1000px;
	max-width:100%;
	display:flex;
	align-items:center;
	justify-content: center;
}
.fp-content {
	position:relative;
	background:#fff;
	padding:20px;
	text-align:center;
	box-sizing:border-box;
	box-shadow: 4px 6px 25px rgba(0,0,0,0.05);
}
.fp-title {
	color:#595959;
	font-family:'ralewaythin';
	font-size:80px;
	line-height:80px;
	font-weight:normal;
}
.fp-description {
	color:#b2b2b2;
	font-size:16px;
}
.fp-more {
	float:none;
	display:inline-block;
}
.fp-more:hover {}
.fp-prev-next-wrap {
	width:100%;
	bottom: 37px;
	top: auto;
	left: 0;
}
.fp-prev-next-wrap a {
	top:-24px;
	height:48px;
	width:48px;
	transition:none;
}
.fp-prev {
	left:15px;
	background:url(images/slide-left.png) right top no-repeat;
}
.fp-next {
	right:15px;
	background:url(images/slide-right.png) left top no-repeat;
}
.fp-prev-next-wrap a.fp-prev:hover {
	background-position:0 top;
}
.fp-prev-next-wrap a.fp-next:hover {
	background-position:-48px top;
}
@media screen and (max-width:1024px) {
	.fp-title {
		font-size:40px;
		line-height:40px;
	}
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
	position:relative;
	z-index: 3;
}
.page-title {
	color:#595959;
	font-family:'ralewaythin';
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:34px;	
	color:#202020;
	font-weight:normal;
	text-transform:none;
    font-family: 'ralewayextralight';
}
.entry-title a {
	color:#202020;
}
article {
	border:none;
}
.entry-content {
	padding: 20px 20px 15px;
	border-radius:20px;
	background:#f5f5f5;
	position:relative;
}
.featured-img-container .entry-title,
.featured-img-container .entry-title a {
	color:#fff;
}
@media screen and (max-width:640px) {
	.featured-img-container .entry-title,
	.featured-img-container .entry-title a {
		font-size:16px;
	}
}
.featured-img-container {
	position:relative;
	border-radius:20px;
	overflow:hidden;
	z-index:1;
	margin-bottom: 10px;
}
.featured-img-container::after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.2);
}
.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%;
}
article .featured-img-container .post-categories {
	position:absolute;
	top:20px;
	right:20px;
	background:none;
	border: none;
	z-index: 2;
}
.featured-img-container .post-categories a:first-child::after {
	display:none;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-summary .entry-meta {
}
.entry-summary .button {
	margin: 15px 0 0;
}
.entry-meta {
	color:#202020;
	font-size:12px;
	font-family:'ralewaymedium';
	margin: 10px 0 !important;
	border-top:1px solid #e5e5e5;
	padding-top: 22px;
}
.entry-meta a {
	color:#202020;
}
.entry-meta a:hover {
	color:#5cb3eb;
}
.entry-meta > span:not(:last-child):after {
	content:'/';
	padding: 0 15px;
}
article .post-categories {
	display:block;
	margin:10px 0;
	text-align:right;
	border-left:7px solid #f5f5f5;
	overflow:hidden;
}
.post-categories a:first-child::after {
	content:'';
	width:700px;
	right:100%;
	margin-right:15px;
	top:50%;
	height:1px;
	background:#e2e2e2;
	position:absolute;
}
.post-categories a {
	position:relative;
	display:inline-block;
	color:#5cb3eb;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	border:1px solid #5cb3eb;
	border-radius:40px;
	margin-right:4px;
	padding: 0 10px;
}
.post-categories a:hover {
	color:#fff;
	background:#5cb3eb;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
	color:#1c1c1c;
	font-size:15px;
	font-family:'ralewaymedium';
}
.widget a:hover {
	color:#5bb3eb;
}
.widget .caption h4 {
	color:#1c1c1c;
    font-family: 'ralewaythin';
	font-weight:normal;
	font-size:26px;
	background:url(images/caption.png) left bottom no-repeat;
	padding-bottom:20px;
}
.sidebar ul li:not(:last-child) {
	border-bottom: 1px solid #efefef;
}
.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 0;
	display:inline-block;
}
.widget_smt_comments .comment_avatar img {
	float:left;
	margin:0 10px 10px 0;
	border-radius:45px;
}
.widget_smt_comments .comment_author {}
.widget_smt_comments a {}
.widget_smt_posts .alignleft {
	margin:0 15px 10px 0;
	float:left;
}
.widget_smt_posts img {
	margin:0 0 5px;
	float:left;
	border-radius:45px;
}
.widget_smt_posts .post-date {
    font-family: 'ralewaymedium';
    color:#a8a8a8;
    background:#f3f3f3;
    border-radius:15px;
    padding:2px 7px;
    text-align:center;
    min-width:90px;
    box-sizing:border-box;
    float: left;
    clear: both;
}
.widget_smt_posts .title {}
.widget_smt_posts p:last-child {
	margin: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:#282b2f;
}
footer::before {
	content:'';
	position:absolute;
	top: -144px;
	width:100%;
	left:0;
	height: 212px;
	background:url(images/clock.png) top center no-repeat;
	z-index: 2;
}
footer .widget a, footer a {
	color:#fff;
	font-size:15px;
}
footer .widget a:hover, footer a:hover {
	color:#5bb3eb;
}
footer .footer_txt {
	padding:15px 0;	
	background:#1a1c1e;
	text-align:center;
	color:#535557;
}
footer .widget {
	padding-top:40px;
}
footer .widget .caption  h4 {
	color:#fff;
	background-image:url(images/fcaption.png);
}
footer .widget ul li:not(:last-child) {
    border-bottom: 1px solid #3c3f43;
}
footer .widget ul.children li:last-child,
footer .widget ul.sub-menu li:last-child {
	border:none;
} 
footer .widget_smt_posts .post-date {
	background:rgba(255,255,255,0.2);
}