/*@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,400italic");*/
/*@import url("//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css");*/

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local(''),
      url(../fonts/Lato-Light.ttf) format('truetype');
  /*unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
}

.event-list {
	list-style: none;
	font-family: 'Lato', sans-serif;
	margin: 0px;
	padding: 0px;
}
.event-list > li {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #222;
	border: 1px solid #D3D3D3;
	padding: 0px;
	margin: 0px 0px 20px;
	/*border-top-right-radius: 0;*/
}
.event-list > li > time {
	display: inline-block;
	width: 100%;
	color: rgb(255, 255, 255);
	background-color: #C93535;
	text-align: center;
	text-transform: uppercase;
}
.event-list > li:nth-child(even) > time {
	background-color:#3B5998;
}
.event-list > li > time > span {
	display: none;
}
.event-list > li > time > .dayname {
	display: block;
	font-size: 11pt;
	font-weight: 300;
	line-height: 1;
	margin-top:4px;
}
.event-list > li > time > .day {
	display: block;
	font-size: 48pt;
	font-weight: 200;
	line-height: 1;
}
.event-list > li time > .month {
	display: block;
	font-size: 20pt;
	font-weight: 900;
	line-height: 1;
}
/*
.event-list > li > img {
	width: 100%;
}*/
.event-list > li > .info {
	padding-top: 5px;
	text-align: center;
}
.event-list > li > .info > .title {
	font-size: 17pt;
	font-weight: 700;
	margin: 0px;
}
.event-list > li > .info > .desc {
	font-size: 13pt;
	font-weight: 300;
	margin: 0px;
}
.event-list > li > .info > .desc > .event-link{
	display:block;
	margin-top:15px;
}
/*
.event-list > li > .info > ul,  .event-list > li > .social > ul {
	display: table;
	list-style: none;
	margin: 10px 0px 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
}
.event-list > li > .social > ul {
	margin: 0px;
}
.event-list > li > .info > ul > li,  .event-list > li > .social > ul > li {
	display: table-cell;
	cursor: pointer;
	color: rgb(30, 30, 30);
	font-size: 11pt;
	font-weight: 300;
	padding: 3px 0px;
}
.event-list > li > .info > ul > li > a {
	display: block;
	width: 100%;
	color: rgb(30, 30, 30);
	text-decoration: none;
}
.event-list > li > .social > ul > li {
	padding: 0px;
}
.event-list > li > .social > ul > li > a {
	padding: 3px 0px;
}
.event-list > li > .info > ul > li:hover,  .event-list > li > .social > ul > li:hover {
	color: rgb(30, 30, 30);
	background-color: rgb(200, 200, 200);
}
.facebook a,  .twitter a,  .google-plus a {
	display: block;
	width: 100%;
	color: rgb(75, 110, 168) !important;
}
.twitter a {
	color: rgb(79, 213, 248) !important;
}
.google-plus a {
	color: rgb(221, 75, 57) !important;
}
.facebook:hover a {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(75, 110, 168) !important;
}
.twitter:hover a {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(79, 213, 248) !important;
}
.google-plus:hover a {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(221, 75, 57) !important;
}
*/
@media (min-width: 768px) {
	.event-list > li {
        display: table;
		width:100%;
		box-sizing:border-box;
		padding: 0px;
		/*border-top-right-radius: 13px;*/
	}
    .event-list > li > time{
        display: table-cell;
        vertical-align: top;
        height: 100%;
    }
    .event-list > li > .info {
        display: table-cell;
        vertical-align: top;
        background-color: #222;
		height: 100%;
		text-align: left;
		padding-right: 5px;
	}

	.event-list > li > time,  .event-list > li > img {
		width: 120px;
		padding: 3px;
		margin: 0px;
	}
	
	.event-list > li > .info > .title,  .event-list > li > .info > .desc {
		padding: 0px 10px;
	}
	.event-list > li > .info > ul {
		position: absolute;
		left: 0px;
		bottom: 0px;
	}
    /*
	.event-list > li > .social {
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;
		width: 40px;
	}
	.event-list > li > .social > ul {
		border-left: 1px solid rgb(230, 230, 230);
	}
	.event-list > li > .social > ul > li {
		display: block;
		padding: 0px;
	}
	.event-list > li > .social > ul > li > a {
		display: block;
		width: 40px;
		padding: 10px 0px 9px;
	}
    */
}
