.post_list_sctn .post-title h5 {
	margin-bottom: 4px;
	font-size: 26px;
	color: #111;
}

.post_list_sctn .post-title h5 a {
	color: inherit;
	font-family: inherit;
}

.post_list_sctn .post-title h5 a:hover {
	color: #253993;
}

.post_list_sctn .post-info {
	margin-bottom: 20px;
	opacity: 0.85;
}

.post_list_sctn .post-info .read-more {
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.post_list_sctn .post-info .read-more i:before {
	content: "\f30b";
}

.post_list_sctn .post-meta {
	margin-bottom: 18px;
}


.post_list_sctn .post-item {
	margin-bottom: 3%;
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
}

.post_list_sctn .post-meta > div {
	border-right: 2px solid #f6f6f6;
	float: left;
	margin-right: 18px;
	padding: 8px 18px 8px 0;
}

.post_list_sctn .post-meta > div:last-child {
	float: none;
	border-right: 0;
}

.post_list_sctn .post_sharrre .likely {
	display: inline-block;
}

.post_list_sctn .post_sharrre .likely > a {
	position: relative;
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	font-size: 14px;
	border-radius: 3px;
	height: 22px;
	margin: 0 5px 10px;
	transition: background .33s ease-out,color .33s ease-out,fill .33s ease-out;
}

.post_list_sctn .likely__icon {
	width: 22px;
	height: 22px;
	position: relative;
	text-align: left;
	display: inline-block;
	vertical-align: text-top;
}

.post_list_sctn .likely svg {
	position: absolute;
	left: 3px;
	top: 3px;
	width: 16px;
	height: 16px;
}

.post_list_sctn .likely__widget_twitter {
	fill: #00b7ec;
}

.post_list_sctn .likely__widget_gplus {
	fill: #dd4241
}

.post_list_sctn .likely__widget_facebook {
	fill: #425497;
}

.post_list_sctn .post-image img {
	width: auto;
	display: block;
}

.post_list_sctn .post-image {
	margin-bottom: 20px;
}

.post_list_sctn .post-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

@media(max-width:1300px){
	.post_list_sctn {
		padding: 0 15px;
	}
}


