.grid-item { 
	width: 234px; 
	margin-bottom: 42px;
    background-color: #ffd400;
    transition: all ease-in .15s;

}

.grid-item:hover {
    background-color:#ff509a;
}

.grid-item--width2 { 
	width: 468px; 
}

.eventInfoPanel {
 	padding:20px;
}

.eventTitle {
	color: #000 !important;
    font-family: 'Gotham SSm 8r','Gotham SSm A','Gotham SSm B';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 8px;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.eventDate, .eventTime, .eventLocation, .eventRoom {
	color: #000 !important;
	line-height: 18px;
	margin:0;
	font-family: 'Gotham SSm 8r','Gotham SSm A','Gotham SSm B';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
}

.eventTitle a {
	color: #333;
}