/* @media (max-width: 959px){
	.rbt-visible\@m {
	    display: none !important;
	}
} */

.rbt-item {
	padding: 10px;
}

.rbt-item-inner {
	padding: 10px;
	border: 1px solid #eee;
	border-radius: 10px;
	box-shadow: 0 10px 22px rgba(28, 76, 156, 0.08);
}

/* Info */
.rbt-info {
	position: relative;
	padding: 20px;
	border-radius: 0 0 5px 5px;
	background-color: #fff;
}

/* Thumbnail */
.rbt-thumbnail > a >img {
	width: 100%;
	display: block;
}

.rbt-thumbnail {
	overflow: hidden;
	position: relative;
	border-radius: 15px;
}

/* Title */
.rbt-post-title {
	margin-top: 20px;
	margin-bottom:15px;
	font-size: 16px;
}

.rbt-post-title a{
	color: #292929;
}

.rbt-post-title:before  {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	border: 3px solid #0DC167;
	margin-left: 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
  }



/* Excerpt */
.rbt-post-excerpt {
	color:#676767;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 2em;
}

/* Category */
.rbt-post-category a {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
	border-radius: 10px;
	background-color: #0DC167;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
}


/* Read More */
.rbt-post-readmore-button {
	border: 1px solid #eee;
	padding: 10px 20px;
	border-radius: 10px;
	color: #292929;
	font-size: 14px;
}

