span.title span{
	color: #f00;
	font-weight: bold;
}
.gigs .odd, .gigs .odd a{
	color: #fff;
}
.gigs .odd{
	background: rgba(0,0,0,0.5);
}

.content .gigs .gig {
	margin-bottom: 0px;
	padding: 15px 7px;
}

.ical{
	display: none;
}
.gig:hover > .ical {
  display: inline;
}

.gig{
	transition: 0.3s;
}

.gig:hover{
	cursor: pointer;
	transform: scale(1.01);
}

.gigs{
	text-align: left;
}


@media only screen and (max-width: 1000px) {
	.boxhead{
		padding: 20px 0px;
	}
	.content .gigs .gig{
		margin: 0px;

		padding-left: 0px;
		padding-right: 0px;

		width: 100%;

	}
}
