﻿.eventBlock {
    display: flex;
    flex-flow: row wrap;
	font-size: 13px;
    line-height: 1.5;
	background: linear-gradient(#f2f2f2, #f2f2f2 1em, #fff);
    border-top: 1px solid #e5e5e5;
}

.eventBlock .eventsCal {
    flex: 1;
    color: #92a0af;
    border: 1px solid #e2e2e2;
    border-top: none;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 8%);
    box-sizing: border-box;
    font-weight: 600;
    background-image: linear-gradient(#fff, #fff 1em, #f3f3f3);
    background-repeat: no-repeat;
    line-height: 1.2em;
    margin: 6.5px 0.75em;
    overflow: hidden;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    font-size: 0.9em;
	height: 58px;
}

.eventBlock .eventsMonth {
    background-color: #6689ac;
    border-radius: 4px 4px 0 0;
    font-size: 0.8em;
    letter-spacing: 0.2em;
    padding: 0 0.2em;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
}

.eventBlock .eventsDay {
    font-size: 2em;
    padding: 0.35em 0 0.22em;
}

.eventBlock .eventsWeekDay {
    font-size: 0.8em;
    padding: 0 0 0.2em;
}

.eventBlock .event_post {
	flex: 6;
	color: #92a0af;
    margin: 6.5px 0.65em 6.5px 0;
    font-weight: 500;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    word-wrap: break-word;
}

.eventBlock .event_container {
    border: 1px solid #ccc;
    border-radius: 0.4em;
    padding: 0.7em;
    margin-bottom: 0;
    background-color: #fff;
}

.eventBlock .event_box {
    background-color: transparent;
}

.eventBlock .event_summary {
    margin: 0;
}

.eventBlock .event_summary a {	
	color: #92a0af;
	text-decoration: none;
}

.event_list .event_title {
    font-size: 22px;
	line-height:1.2;
    font-weight: normal;
    margin-bottom: 20px;
}
.event_list .event_box {
    /*background-color: #f9f9f9;
    padding: 14px;*/
}
.event_list .event_container {
	/*padding: 1px;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;*/
}
.event_list .event_startdate,
.event_list .event_enddate{
	width:50%;
	float:left;
	margin-bottom:5px;
}
.event_list .Timebox{
	margin-bottom:20px;
}

.event_list .TimeZone{
	font-size:11px;
	color:#777;
}

.event_list .small-title{
	display:block;
	font-weight: bold;
	font-size: 16px;
	margin-bottom:6px;
}

.event_list .event_location,
.event_list .event_summary,
.event_list .event_categorie,
.event_list .event_tag,
.event_list .event-extensionList{
	/*margin-bottom:20px;*/
}
.event_list .event-details{
	margin-bottom:10px;
}
.event_list .event_PictureUrl img {
   max-width: 100%;
}

@media only screen and (max-width: 767px) {
	.event_list .event_startdate,
	.event_list .event_enddate{
		width:auto;
		float:none;
	}
}





/*PagingTable*/
.event_page{
	margin-bottom:5px;
	white-space:normal;
}
.event_page .button
{
	display:inline-block; 
	color:#3E3E3E!important;
	background:#fff;
    border-radius:5px;
	padding: 4px 10px;
	font-size:11px;
	border:1px solid #D4D4D4;
	line-height:16px!important;
	text-decoration:none;
	margin-left:5px!important;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}
*+html .event_page .button{
	display:inline;
}
* html .event_page .button{
	display:inline;
}
.event_page .button:hover{
	color:#fff!important;
	background:#2A2A2A;
}
.event_page .disabled{
	display:inline-block;
	color:#fff!important;
	background:#2A2A2A;
    border-radius:5px;
	padding: 4px 8px;
	font-size:11px;
	line-height:16px;
	margin-left:5px;
}
*+html .event_page .disabled{
	display:inline;
}
* html .event_page .disabled{
	display:inline;
}

.event_list .page_meta {
	margin-bottom:10px;
	padding: 8px 10px;
	background: #F0F0F0;
}
.event_list .page_meta a {
	float: right;
}
.event_list .author_info {
	margin-bottom:10px;
}
.event_list .author_info .thum {
	float:left;
	margin-right:10px;
}
.event_list .author_info .thum img {
	width:120px;
}
.event_noevent {
	text-align:center;
	padding:20px;
}

.event_rss {
	text-align:right;
}

