/* Social Counter */
	.social-counter {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}

	[class^="social-counter-"] {
		height: 96px;
		margin-bottom: 20px;
		display: flex;
		justify-content: space-between;
	}

	[class^="social-counter-"] > p,
	[class^="social-counter-"] > i{
		color: #fff !important;
		text-align: center;
		display: inline-block;
		vertical-align: middle;
	}
	
	[class^="social-counter-"] > p {
		line-height: 64px;
	}
	
	[class^="social-counter-"] > i {
		margin-right: 10px;
	}
	
	.likes {
		display: inline-block;
		vertical-align: middle;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
		border-left: 1px solid rgba(0, 0, 0, 0.2);
		width: 100px;
	}
	
	.likes p {
		margin: 8px 2px;
		color: #ffffff;
	}

	[class^="social-counter-"] > i {
		width: 20px;
		margin-left: 38px;
		font-size: 25px;
		line-height: 94px;
	}

/* Popular Posts */

	.popular-post > a > img {
		width: 100px;
		height: 70px;
		object-fit: cover;
	}
	
	.popular-post {
		padding-bottom: 15px;
	}
	
	.popular-post > a ,
	.popular-post-meta {
		display: inline-block;
		vertical-align: top;
	}
	
	.popular-post-meta {
		margin: 0 0 0 15px;
		width: calc(100% - 115px);
	}
	
	.popular-post-title > a{
		font-size: 15px;
		line-height: 20px;
		font-weight: 500;
		color: #000000;
	}
	
	.popular-post-title > a:hover {
		color: #00005f;
	}
	
	.popular-post-date{
		margin-top: 5px;
		color: #aaaaaa;
		font-size: 12px;
		line-height: 1;
	}
	
/* Most Commented Posts */

	.most-commented-post {
		padding-bottom: 25px;
		border-bottom: 1px dashed #f2f2f2;
		margin-bottom: 16px;
	}
	
	.most-commented-post-title {
		font-size: 17px;
		line-height: 24px;
		margin-bottom: 7px;
		font-weight: 500;
		color: #000000;
	}
	
	.most-commented-post-title:hover {
		color: #00005f;
	}
	
	.most-commented-post-meta * {
		display: inline-block;
		vertical-align: top;
		margin: 0;
		font-size: 12px;
	}
	
	.most-commented-post-author{
		    color: #000000;
			font-weight: bold;
	}
	
	.comment-count {
		float: right;
	}
	
	.most-commented-post-date,
	.most-commented-post-meta > p {
		color: #aaaaaa;
	}
	
	.comment-count * {
		color: #000000;
		font-size: 16px;
	}
	
/* Share Buttons */

	.share-buttons {
		margin: 24px 0;
		padding: 24px 0;
		border-top: 1px solid #ededed;
		border-bottom: 1px solid #ededed;
	}
	
	.share-buttons div,
	.sociallinks div {
		display: inline-block;
		vertical-align: top;
		width: 40px;
		height: 40px;
		border-radius: 100px;
		margin-right: 5px;
	}
	
	.share-buttons i,
	.sociallinks i {
		color: white;
		padding: 0 12px 0 12px;
		line-height: 40px;
	}
	
	.share-button-facebook {
		background-color: #0266a0;
	}
	
	.share-button-twitter {
	    background-color: #29c5f6;
	}
	
	.share-button-linkedin {
	    background-color: #0266a0;
	}
	
	.share-button-pinterest {
	    background-color: #ca212a;
	}
	
	.share-button-youtube {
	    background-color: #ff0000;
	}
	
	.share-button-instagram {
	    background-color: #e95950;
	}
	
	.share-button-xing {
	    background-color: #cfdc00;
	}
	
	@media(max-width: 767px) {
		.sociallinks i {
			padding: 0;
		}
	}