/*
 * Webbird Facebook Events
 * Styling for the event system pulled from facebook
 */

.wb-event-grid{
	float: left;
	width: 100%;
}
.wb-event-grid .wb-event{
	width: 100%;
	float: left;
    box-shadow: 1px 2px 3px 0px rgba(51, 51, 51, 0.4);
    margin: 0% 0% 3% 0%;
    border-top: solid 1px #eee;
    padding: 10px;
    border-left: solid 5px #3d88ba;
}
.wb-event-grid .wb-event:nth-of-type(2n-1){
	clear: left;
}
.wb-event-grid .wb-event:nth-of-type(2n-0){
	clear: right;
}

.wb-event .image-container{
	width: 50%;
    float: left;
}
.wb-event .image-container img{
	max-width:100%;
}
.wb-event .content{
	float: left;
    width: 100%;
    padding: 0px 15px;
}
.wb-event .image-container ~ .content{
	width: 50%;
}
.wb-event .name{
	
}
.wb-event .description{
	margin-bottom: 10px;
}
.wb-event .image{
	
}
.wb-event .button{
	background: #3d88ba;
    color: #fff;
}
