/*
Theme Name: Dataloss
Theme URI: http://smthemes.com/dataloss/
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 {
    font-family: 'open_sansregular';
	font-size:13px;
	background:#fff;
	color:#a0a0a0;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#232323;
	text-decoration:none;
}
a:hover {
	color:#d8ad3a;
}
.submit, .button, input[type="submit"] {
	padding: 7px 53px;
	line-height:27px;
	background:#ffd156;
	color:#d8a419;
	font-size:11px;
	text-transform:uppercase;
	font-family:'poppinssemibold';
	border-radius:2px;
	box-shadow:0 4px 8px rgba(0,0,0,0.1);
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:#eec045;
	color:#c19214;
}
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:#f2f3f5;
	background:#f2f3f5;
	border-radius:2px;
	color:#a0a0a0;
}
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:#f2f3f5;
	background:none;
	color:#2d2d2d;
}
.accent {
	color:#000000;
	font-family:'poppinssemibold';
	font-size:18px;
}
#comments .accent {}
.descent {
	color:#a0a0a0;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	color:#ababac;
	font-size:14px;
	font-family:'poppinsregular';
	border:2px solid #f2f3f5;
	background:#f2f3f5;
	border-radius:2px;
	padding:5px 15px;
	margin-bottom:  5px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:none; 
	color:#000000;
	border-color:#d5d8de;
}

/* ========================================= Theme Header. ========================================= */
#white {
	background:#fff;
}
#black {
	background:#282c32;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:86px;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #282c32;
    text-transform: none;
}
.headersearch {
	float:right;
	display:flex;
	align-items:center;
	height:42px;
}
@media screen and (min-width:1024px) {
	.headersearch {	
		
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
	background:#f4f5f7;
}
form .search-box input[type="search"] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #a0a0a0;
	background:none;
	border:none;
    font-family: 'poppinsregular';
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	top: 0;	
	border:none;
	font-family:'FontAwesome';
}
.headersearch .search-box {
	display: none;
	position:absolute;
	right:0;
	background:#fff;
	top:0;
}
.headersearch .search-box input[type="search"] {
	font-family:'poppinsmedium';
	height: 41px;
	line-height:  41px;
}
.headersearch .search-box input[type="submit"] {
	display:none;
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#a0a0a0; }
.search-box input[type="search"]:-moz-placeholder { color:#a0a0a0; }
.search-box input[type="search"]::-moz-placeholder { color:#a0a0a0; }
.search-box input[type="search"]:-ms-input-placeholder { color:#a0a0a0;}
#search-trigger {
	color:#fff;
	position:absolute;
	right:0;
	top:0;
	width:42px;
	height:42px;
	line-height: 42px;
	z-index:1;
	text-align: center;
	cursor: pointer;
}
#search-trigger:hover {
	color:#ffd156;
}
#search-trigger.active {
	color:#ffd156;
}

/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:left;
		display:flex;
		align-items:center;
		height:42px;
	}
	#extra-menu ul.nav-menu > li > a {
		color:#737982;
		padding: 10px 20px;
		font-size:10px;
		text-transform:uppercase;
		font-family:'poppinsmedium';
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#fff;
	}
	header ul.nav-menu  > li ul {
		background:#ffd156;
		border-radius:2px;
	}
	header ul.nav-menu  > li ul li a {
		color:#86650c;
		font-family:'poppinsmedium';
	}
	header ul.nav-menu  > li ul li:hover > a {
		color:#c5971d;
	}
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float:right;
		display:flex;
		align-items:center;
		height:86px;
	}
	#main-menu ul.nav-menu > li  {
		padding: 32px 0;
	}
	#main-menu ul.nav-menu > li > a {
		color:#000000;
		font-family:'poppinsmedium';
		padding: 4px 20px;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#000;
		background:#ffd156;
		border-radius:2px;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
    margin: 74px 0;
}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {}
.slider-bgr {
	position:absolute;
	width:100%;
	height:100%;
	background: url(images/fp-back.png) bottom center no-repeat;
}
.slider {}
.fp-slides {
	z-index:1;
	width: 100% !important;
}
.fp-slides-item {position: absolute;top: 0;left: 0;display: block;height: auto;width: 100%;}
.fp-thumbnail {
    width:  1000px;
    margin:  0 auto;
    max-width:  100%;
    position:relative;
    display: flex;
    justify-content:  flex-end;
}
.fp-thumbnail > a {
	width: 50%;
	display:block;
	padding: 160px 0 130px;
	background: url(images/pc.png) 0 160px no-repeat;
	background-size:  100%;
	float: right;
}
.fp-thumbnail img {
	width:690px !important;
	padding: 0 23px;
	box-sizing:border-box;
	height:  auto !important;
	margin-top: 22px;
}
.fp-content-wrap {
	width: 1000px;
	display: flex;
	align-items:  center;
}
.fp-content {
	padding:20px;
	position:  relative;
	width:  50%;
	padding:  0 20px 0 0;
	box-sizing:  border-box;
}
.fp-title {
	color:#fff;
	font-family:'poppinsbold';
	text-transform:uppercase;
	font-weight:normal;
}
.fp-description {
	color:#fff;
	font-family:'poppinslight';
}
.fp-more {
	float:none;
	padding: 10px 78px;
	box-shadow: 0 7px 10px rgba(0,0,0,0.2);
}
.fp-more:hover {
	
}
.fp-prev-next-wrap {
	width:100%;
	width: 41%;
	left:  auto;
	right: 40px;
	bottom: 23px;
	top: auto;
	background: url(images/fp-nav.png) 50% no-repeat;
	height:  1px;
}
.fp-prev-next-wrap a {
	top:-20px;
	height:40px;
	width:40px;
	transition:none;
}
.fp-prev {
	left:-15px;
	background:url(images/slide-left.png) left top no-repeat;
	background-position:50%;
}
.fp-next {
	right:-15px;
	background:url(images/slide-right.png) right top no-repeat;
	background-position:50%;
}
.fp-prev-next-wrap a:hover {
	opacity:0.5;
}
@media screen and (max-width:1023px) {
	.fp-thumbnail img {
		width:690px !important;
		padding: 0 12px;
		box-sizing:border-box;
		height:  auto !important;
		margin-top:15px;
	}
	.fp-content {
		padding:20px;
		overflow:visible;
	}
	.fp-prev-next-wrap {
		bottom:-20px;
		left:20px;
		right:auto;
	}
}
@media screen and (max-width:640px) {
	.fp-thumbnail > a {
		width:100%;
		max-width:690px;
		margin:0 20px;
		display:block;
		padding:100px 0 130px;
		background: url(images/pc.png) 0 100px no-repeat;
		background-size:100%;
	}
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
}
.page-title {
	
}
.entry-title {
	margin: 5px 0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:19px;
	font-family:'poppinssemibold';
	color:#000000;
	font-weight:normal;
	text-transform:none;
}
.entry-title a {
	color:#000000;
}
.entry-title a:hover { color:#d8ad3a;}
article {
	border-bottom:2px solid #f2f3f5;
	padding-bottom:  25px;
	margin-bottom: 25px;
}
.border{
	border-top:1px solid #f2f3f5;
}
article .featured {
	float:left;
	background:#fff;
	padding:0 25px 10px 0;
}
article .featured_image {
	vertical-align:bottom;
	border-radius:2px;
	width:100%;
	clear:both;
	display:block;
	margin-bottom:10px;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	color:#c9ccd1;
	font-size:13px;
	font-family:'poppinssemibold';
}
.entry-meta a {
	color:#c9ccd1;
}
.entry-meta a:hover {
	color:#232323;
}
.entry-meta > span {
	padding-left: 36px;
	margin: 0 10px 0 0;
	padding: 7px 0 7px 36px;
}
.entry-meta .post-date {
	background: url(images/date.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/user.png) left center no-repeat;
}
.entry-meta.afterimg > span {
	display:block;
	clear:both;
	margin-bottom: 8px;
}
article .post-categories {
	font-size:12px;
	font-family:'poppinsmedium';
	color:#bec1c7;
}
article .post-categories a {
	color:#bec1c7;
}
article .post-categories a:hover {
	color:#232323;
}
@media screen and (max-width:640px) and (min-width:400px) {
	.featured {
		width:100%;
	}
	article .featured_image {
		width: 48%;
		clear:none;
		float:  left;
		margin-right: 2%;
	}
	.entry-meta.afterimg {
		width:50%;
		clear:none;
		float:left;
	}
}
@media screen and (max-width:400px) {
	.featured {
		width:100%;
		padding: 0 !important;
	}
	article .featured_image {
		width:100%;
	}
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
	
}
.widget a:hover {
	
}
.sidebar { 
	color:#999; 
}
.widget .caption h4 {
	color:#232323;
	font-size:19px;
	font-family:'poppinsmedium';
	background:url(images/widget.png) left center no-repeat;
	padding-left: 8px;
	font-weight:  normal;
}
.sidebar ul li { 
	border-bottom: 1px solid #e7e8ea; 
}
.sidebar ul li:last-child,
.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:#8d9097;
	text-decoration:none;
	padding: 15px 0;
	display:block;
	font-family:'poppinsmedium';
}
.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:#232323;
	border-color:#ffd156;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	float:right;
	border-radius:50%;
	margin:0 0 10px 10px;
}
.widget_smt_comments .comment_author {
	font-family:'poppinsmedium';
	font-size:14px;
}
.widget_smt_comments a {}
.widget_smt_posts .post-date {
	color:#c9ccd1;
	font-family:'poppinssemibold';
	font-size:13px;
	margin: 0;
	padding: 7px 0 7px 33px;
	background:url(images/date.png) left center no-repeat;
	display:  block;
}
.widget_smt_posts .title {
	font-family:'poppinsmedium';
	font-size:14px;
}
.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:#a0a0a0;
	background:url(images/footer.jpg) top center fixed;
}
footer .widget {
	padding-top:40px;
}
footer .widget a, footer a {
	color:#8d9097;
}
footer .widget a:hover, footer a:hover {
	color:#fff;
}
footer .footer_txt {
	padding:15px 0;	
	background:#0e0f0f;
	text-align:center;
	color:#fff;
}
footer .footer_txt a {
	color:#ffd156;
}
footer .widget .caption  h4 {
	color:#fff;
}
footer .widget ul li {
    border-bottom: 1px solid rgba(231,232,234,0.1);
}
footer .widget ul li:hover {
    border-bottom: 1px solid #ffd156;
}
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:#8d9097;
}
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;
}
footer .widget_smt_posts .post-date {
	color:#c9ccd1;
}