.article-title h1{
	text-align:left;
}
.block-region-middle{
	padding:40px 20px;
}
.article-submit{
	display:none;
}
.eventsubline{
	padding:20px 0;
	border-bottom:1px solid #ECECEC;
	color:#999;
	margin-bottom:40px;
}
.eventsubline  p{
	position:relative;
	color:#666;
	display: flex;
	margin-right:30px;
}
.eventsubline p span{
  word-wrap: normal;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
.eventsubline p:before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 10px;
    flex: none;
    position:relative;
    top:2px;
}
.eventsubline p.time:before{
	background-image:url(../../date_blue.png);
}
.eventsubline p.speaker:before{
	background-image:url(../../guest_blue.png);
}
.eventsubline p.loca:before{
	background-image:url(../../location_blue.png);
}
@media(min-width:1280px){
	.eventsubline{
		display:flex;
	}
}