clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide these rules from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


.wiosocial{
	padding:10px;
	width:100%;
	min-width:300px;
	clear:both;
}

.col-right .wiosocial,
.col-left .wiosocial {
	min-width:100%;
}
.wiosocial .wiosocial-post{
	width:23%;
	display: block;
	float:left;
	top:0px;
	margin-right:1%;
}
.wiosocial .wiosocial-post:nth-child(4n+1){
    clear:left
}
/*
.wiosocial.feeds .wiosocial-post{
	
	min-height:420px;
}
*/
.col-right.sidebar .wiosocial .wiosocial-post{
	width:100%;
}
.col-left.sidebar .wiosocial .wiosocial-post{
	width:100%;
}

.wiosocial .wiosocial-profile{
	float:left;
}
.wiosocial .wiosocial-profile .wiosocial-image img{
	max-width:48px;
}

.col-left .wiosocial .wiosocial-profile .wiosocial-image img,
.col-right .wiosocial .wiosocial-profile .wiosocial-image img{
	max-width:32px;
}
.wiosocial .wiosocial-profile span{
	float:left;
}
.wiosocial .wiosocial-profile .wiosocial-name{
	margin:0 5px;
}

.wiosocial .wiosocial-post-from{
	float:right;
	min-width:150px;
}
.col-left .wiosocial .wiosocial-post-from,
.col-right .wiosocial .wiosocial-post-from{
	min-width:120px;
}
.wiosocial .wiosocial-post-from img{
	float:right;
}
.wiosocial .wiosocial-image img,
.wiosocial .wiosocial-post-from img,
.wiosocial .wiosocial-posted-ago{
	display:inline-block;
}
/*
.wiosocial .wiosocial-main-image{
	min-height:290px;
}
*/

.col-left .wiosocial .wiosocial-main-image,
.col-right .wiosocial .wiosocial-main-image
{
	min-height:0;
}
.wiosocial .wiosocial-post .wiosocial-main-image img{
	max-width:100%;
	min-width:100%;
	padding:10px 0;
	display:inline-block;
}
.wiosocial .wio-social-share{
	margin:10px 0;
}	
.wiosocial .wiosocial-share img{ 
	display:inline-block;
	margin-right:7px;
}

/* twitter styles */
.tw-post-message{
	margin-top:10px;
	padding:58px 20px 10px 20px;
	min-height:200px;
	background:url('../images/twitter-white.png') no-repeat center 20px #7898ac;
}
/*
.wiosocial .tw-post-message{
	min-height:270px;
}
*/
.tw-post-message a,
.tw-post-message a:hover{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size: 11px;
	line-height: 14px;
}	

/* loading */
#wio-load-more{
	visibility:hidden;
	height:10px;
	width:100%;
	background:url('../images/loading.gif') no-repeat center center;
}
@media only screen and (max-width: 770px) {
	.wiosocial .wiosocial-post{
		width:48% !important;
		max-width:48% !important;
	}
	.wiosocial .wiosocial-main-image{
		min-height:230px;
	}
	.wiosocial .wiosocial-post .wiosocial-image img{
		max-width:32px;
	}
	.wiosocial .wiosocial-post-from{
		min-width:100px;
	}
	
	.col-right.sidebar .wiosocial .wiosocial-post{
		width:100% !important;
	}
	.col-left.sidebar .wiosocial .wiosocial-post{
		width:100% !important;
	}

	
	.wiosocial .wiosocial-post:nth-child(2n+1){
		clear:left
	}
}
@media only screen and (max-width: 479px){
	.wiosocial .wiosocial-post{
		width:100% !important;
		max-width:100% !important;
	}
	
	.col-right.sidebar .wiosocial .wiosocial-post{
		width:100% !important;
	}
	.col-left.sidebar .wiosocial .wiosocial-post{
		width:100% !important;
	}
}
