.slider-pick-up{
	background: #5F462D 0% 0% no-repeat padding-box;
	color: #fff;
	display: inline-block;
	padding: 1px 13px;
	text-transform: uppercase;
	margin-right: 15px;
}
.likes-count{
	display: none;
}
.single-post .post-share-icons .likes-count{
	display: block;
}
.grid-post .post-footer{
	padding-right: 1rem;
	display: flex;
	justify-content:space-between;
}
.post-footer .social-share{
	width: auto;

}
.post-footer .social-share a.tsi-facebook::before, 
.post-footer .social-share a.tsi-twitter::before, 
.post-footer .social-share a.tsi-line::before,
.single-post .post-share-icons .tsi-facebook::before,
.single-post .post-share-icons .tsi-twitter::before,
.single-post .post-share-icons .tsi-line::before{
    display: none;
}
.post-footer .social-share a.tsi-facebook, 
.post-footer .social-share a.tsi-twitter, 
.post-footer .social-share a.tsi-line {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
}
.post-footer .social-share a.tsi-facebook::after, 
.post-footer .social-share a.tsi-twitter::after, 
.post-footer .social-share a.tsi-line::after {
    position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	top: 0;
	left: 0;
}
.single-post .post-share-icons a{
	position: relative;
}
.single-post .post-share-icons .tsi-facebook::after,
.single-post .post-share-icons .tsi-twitter::after,
.single-post .post-share-icons .tsi-line::after{
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	top: 6px;
	left: 7px;
}
.post-footer .social-share a.tsi-facebook::after,
.single-post .post-share-icons .tsi-facebook::after{
	background: url('../assets/img/fa.svg') no-repeat;
}
.post-footer .social-share a.tsi-twitter::after,
.single-post .post-share-icons .tsi-twitter::after{
	background: url('../assets/img/tw.svg') no-repeat;
}
.post-footer .social-share a.tsi-line::after,
.single-post .post-share-icons .tsi-line::after{
	background: url('../assets/img/li.svg') no-repeat;
}
.post-footer .post-footer-cat:before{
	content: "";
	width: 10px;
	height: 8px;
	background: url('../assets/img/arrow-black.svg') no-repeat;
	margin: auto;
	display: inline-block;
}
.large-post-footer .post-footer-cat{
	text-align: left;
}
.lbl-new span{
	color: #fff;
	background: #000;
	padding: 2px 12px;
	font-family: var(--ui-font);
}
.post-meta .post-cat{
	display: none;
}
.post-thumb .lbl-new{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.top-bar-content .tsi-facebook:before{
	display: none;
}
.top-bar-content li{
	position: relative;
}
.top-bar-content .tsi-facebook:after{
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	top: -4px;
	left: 0;
	background: url('../assets/img/topbar-facebook.svg') no-repeat;
	background-size: 100%;
}

@media only screen and (max-width:940px) {
  	.large-post-b .post-footer .col {
    	width: 50%;
  	}
}