/**
 *
 * CSS do Plugin Social IWS
 *
 * Autor: Infinito Web Sites
 * URL do Autor: http://www.infinito.com.br
 *
**/

.iws-social-feed {
	max-width: 1170px;
	min-height: 350px;
	margin: 0 auto;
}

.iws-clear { clear: both; }

.entry img { max-width: 100%; display: block; margin: 0 auto; }
.entry a { color: #999; text-decoration: none; }
.entry a:hover { text-decoration: underline; }

.entry {
	width: 320px;
	background: #FFFFFF;	
	box-shadow: 0 1px 2px #aaa;
	margin-bottom: 10px;
	float: left;
}

.entry .entry-thumb { padding: 0; margin: 0; }

.entry .entry-content { 
	padding: 20px; 
	border-top: 1px solid #eee; 
}

.entry .entry-date {
	font-size: 11px;
	color: #999;
	margin: 10px 0 0;
}

.iws-photo {
	width: 32%;
	height: 200px;
	float: left;
	margin: 5px;
	position: relative;
}

.iws-photo > a > div {
	width: 100%;
	height: 100%;
	position: absolute;
	background-position: center center;
	background-size: cover;	
}

.iws-photo-c50 { width: 48%; }
.iws-photo-c33 { width: 32%; }
.iws-photo-c25 { width: 24%; }