/* File created by Nikesh Ulak (nikesh@kazistudios.com) on 25 April 2016 */
#instafeed .feed-item {
	float: left;
	width: 33.33%;
}
@media (min-width: 600px) {
	#instafeed .feed-item {
		height: 420px;		
	}
}
@media (max-width: 599px) {
	#instafeed .feed-item {
		width: 100%;
		margin-bottom: 30px;
	}
}
#instafeed .feed-item a {
	color: #000000;
	text-decoration: none;
}
#instafeed .feed-item .img-cover {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 272px;
	margin-bottom: 18px;
	margin-right: 2px;
}
@media (max-width: 991px) {
	#instafeed .feed-item .img-cover {
		height: 192px;
	}
}
#instafeed .feed-item:nth-child(3n) .img-cover {
	margin-right: 0px;
}
#instafeed .feed-item .feed-caption {
	font-size: 12px;
	margin-right: 30px;
}
#instafeed .feed-item .feed-caption .feed-profile {
	color: #01b5ff;
	display: inline-block;
	font-size: 18px;
	margin-right: 8px;
}
#instafeed .feed-like .icon {
	color: #a6a6a6;
	margin-right: 7px
}