/* GIGS */
.gig {
	
}

.item.gig {
	
}

.gig .cover {
	width: 100%;
	height: 300;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 20px;
}

.gig .media {
	margin-bottom: 20px;
}

.gig h3 {
	
}

.gig p {
	font-size: 14px;
	text-transform: uppercase;
	margin: 4px 0px;
}

.gig em {
	color: #999999;
}

/* cover */
.gig.cover {
	width: 300px;
	height: 300px;
}

.gig.cover .info {
	
}

/* min */
.gig.min {
	border-left: 1px solid #999999;
	padding-left: 6px;
}

.gig.min {
	width: inherit;
	height: inherit;
}

.gig.min h3 {
	font-size: 14px;
	margin: 4px 0px;
}

.gig.min p {
	font-size: 12px;
}