#mainContain.is-group-page div#sportnik-area .widget.postfeed.style1{
	padding:0px !important;
	background-color: transparent !important;
}

#mainContain.is-group-page div#sportnik-area .widget.postfeed.style1 .widget-title{
	/*padding: 13px 20px 8px 13px;*/
	background-color: #fff;
	box-sizing: border-box;
	margin-bottom:0px;
	margin-left:0px !important;
	margin-right:0px !important;
}

.post-title-bg{
	background-color: #fff;
	padding: 5px 10px;
}

#mainContain.is-group-page div#sportnik-area .widget.postfeed.style1 .post-title{
	float: left;
	display: block;
	margin-bottom:0px !important;
}

.postfeed.style1 .post{
	padding: 20px 30px;
	background-color: #fff;
	box-sizing: border-box;
	margin-bottom:10px;
	position: relative;
	padding-bottom:50px;
}

.postfeed.style1 .post .post-meta{
	display: block;
	float: left;
}

.postfeed.style1 .under-post{
	width:100%;
	display: block;
	float: left;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:10px 0px;
	height:50px;
	margin-top:20px;
}

.postfeed.style1 .under-post .post-categories,
.postfeed.style1 .under-post .post-likes,
.postfeed.style1 .under-post .post-comments{
	width: 33% !important;
	display: inline-block;
	float: left;
	/*text-align: center;*/
	height:50px;
	position: relative;
	padding-left:30px;
	position: relative;
	box-sizing: border-box;
}

/*reset*/
.postfeed.style1 .under-post .post-categories > div{
	margin-top:0px !important;
	width: auto !important;
}

.postfeed.style1 .under-post .post-categories h3{
	display: none !important;
}
.postfeed.style1 .under-post .post-categories a:not(.meta-icon):before{
	display: none;
}
.postfeed.style1 .under-post .post-categories a{
	background-color: transparent;
	border:0px;
	padding:0px;
	display: inline !important;
	float: none;
}
.postfeed.style1 .under-post .post-likes:before,
.postfeed.style1 .under-post .post-comments:before,
.postfeed.style1 .under-post .post-categories:before{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Raleway';
	display: block;
	float: left;
}


.postfeed.style1 .under-post .post-likes:before{
	display: block;
	width:100%;
	/*font-family: 'FontAwesome';*/
	content: attr(data-count) " gilla-markeringar";
	/*font-size: 22px;*/
	/*line-height: 22px;*/
	height:30px;
}

.postfeed.style1 .under-post .post-likes[data-count="1"]:before{
	content: attr(data-count) " gilla-markering";
}

.postfeed.style1 .under-post .post-comments:before{
	display: block;
	width:100%;
	/*fo.postfeed.style1 nt-family: 'FontAwesome';*/
	content: attr(data-count) " Kommentarer";
	/*font-size: 22px;*/
	/*line-height: 22px;*/
	height:30px;
}
.postfeed.style1 .under-post .post-comments[data-count="1"]:before{
	content: attr(data-count) " Kommentar";
}

.postfeed.style1 .under-post .post-categories:before{
	display: block;
	width:100%;
	/*font-family: 'FontAwesome';*/
	content:"Kategorier";
	/*font-size: 22px;*/
	/*line-height: 22px;*/
	height:30px;
}

.postfeed.style1 .under-post .post-likes a,
.postfeed.style1 .under-post .post-comments a,
.postfeed.style1 .under-post .post-categories > div{
	display: block;
	float: left;
	line-height: 12px;
}

.postfeed.style1 .meta-icon:before{
	font-family: 'FontAwesome';
	position: absolute;
	top:0px;
	left:0px;
	line-height: 50px;
	font-size:22px; 
	width: 30px;
	text-align: left;
	color:#333;
}

.postfeed.style1 .meta-icon.like-action:before{
	content:"\F087";
}

.postfeed.style1 .post-likes[data-liked="true"] .meta-icon.like-action:before{
	content:"\F164";
}

.postfeed.style1 .meta-icon.comment-action:before{
	content:"\f075";
}
.meta-icon.tag-action:before,
.meta-icon.tag-action{
	display: none;
}
.postfeed.style1 .meta-icon.tag-action{
	display: block;
}
.postfeed.style1 .meta-icon.tag-action:before{
	display: block;
	content:"\f02c";
}

@media screen and (max-width: 1000px){
	.postfeed.style1 .under-post .post-categories,
	.postfeed.style1 .under-post .post-likes,
	.postfeed.style1 .under-post .post-comments{
		width: 100% !important;
	}

	.postfeed.style1 .under-post{
		height: auto;
	}
}