@charset "UTF-8";
/**
 * Kunena Latest Module
 * @package Kunena.mod_kunenalatest
 * @author: Nice Theme Store;
 **/

/* Remove below line if your site has loaded Bootstrap 4.x */
 @import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

.klatest .klatest-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.klatest .klatest-items li {
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}

.klatest .klatest-items > li:last-child {
	border: 0;
}

.klatest .klatest-itemdetails {
	list-style: none;
	margin: 0;
	padding: 0;
}

.klatest .klatest-itemdetails li {
	border: 0;
	padding: 0;
}

.klatest-topicicon {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.klatest-topicicon a {
	color: #ccc;
}

.klatest-avatar {
	background-color: #fff;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

.klatest-avatar img {
	border: 2px solid #ddd;
	border-radius: 3px;
}

/* Title */
.klatest-subject {
	font-size: 11px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.klatest-subject a {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
	letter-spacing: 0;
	line-height: 1.3;
	text-transform: none;
}

.klatest-preview-content {
	margin-bottom: 15px;
}

.klatest-cat {
	margin-bottom: 5px;
}

.klatest-cat:before,
.klatest-author:before,
.klatest-posttime:before {
	display: inline-block;
	content: "\f07b";
	color: #999;
	font-size: 13px;
	font-family: FontAwesome;
	margin-right: 5px;
}

.klatest-author {
	margin-bottom: 5px;
}

.klatest-author:before {
	content: "\f2be";
}

.klatest-posttime {
	color: #999;
}

.klatest-posttime:before {
	content: "\f133";
}

.klatest-more {
	margin-top: 10px;
	text-align: right;
}

.klatest-more a {
	background-color: #BDBDBD;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.5px;
	padding: 8px 10px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.35s;
}

.klatest-more a:hover, 
.klatest-more a:focus,
.klatest-more a:active {
	background-color: #0D47A1;
	color: #fff;
	text-decoration: none;
}

.knewchar {
    background-color: #c0392b;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 3px 5px;
    margin-left: 5px;
}
