.opfn_module {
	position:relative;
	display:inline-block;
	width:100%;
}



.opfn_item .opfn-module-thumb {
	position: absolute;
  left: 0px;
  top: 0px;
	width: 96px;
}

.opfn_img-circle {
  border-radius: 50%;
	width:96px;
	height:96px;
	object-fit:cover;
}

.opfn_item .item-details {
	position: relative;
	margin-left:104px;
}

.opfn_item .entry-title {
  /* General Title */
  font-size: 14px;
	font-weight: 500;
  line-height: 20px;
  margin: 0 0 6px 0;
}
.opfn_item:hover .entry-title a {
  color: #4db2ec;
}

.opfn-module-meta-info{
	font-family:'Open Sans', arial, sans-serif;
	font-size:13px;
	line-height:1;
	margin-top:10px;
	margin-bottom:10px;
}

.opfn-title-div{
	max-height:40px;
	overflow: hidden;
}

.opfn-line-clamp {
			position: relative;
			overflow:hidden;
			height: 40px; // Line number

		}
.opfn-line-clamp:after {
			content: "";
			text-align: right;
			position: absolute;
			bottom: 0;
			right: 0;
			width: 70%;
			height: 1.2em;
			background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
 }

@supports (-webkit-line-clamp: 2) {
		.opfn-line-clamp {
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;  
				max-height:40px; 
				height: auto;
		}
		.opfn-line-clamp:after {
				display: none;
		}