@charset "utf-8";
/*
 *
 * description: CSS for seminars and events
 *
 */
 
.main_content.gray {
	background-color: #eee;
	padding: 20px 0;
} 
.seminar {
	font-weight: 600;
	margin: 10px 0;
}
.seminar .host {
	font-weight: normal;
}
 
.event-schedule {
	background-color: #f8f8f8;
	padding: 20px 15px;
}


/* *** events list *** */
.event {margin-bottom: 20px;}
.event .event-pic, .seminar .seminar-pic {
	position: relative;
	height: 220px;
	width: auto;
	background: #7fc1cb;
	overflow: hidden;
}
.seminar .seminar-pic {
	height: 120px;
}
.event:nth-child(2n) .event-pic, .seminar:nth-child(2n) .seminar-pic {
	background: #0185b5;
}
.event:nth-child(4n) .event-pic, .seminar:nth-child(4n) .seminar-pic {
	background: #009b85;
}
.event:nth-child(6n) .event-pic, .seminar:nth-child(6n) .seminar-pic  {
	background: #106e72;
}
.event .event-pic img {
	width: 100%;
}

.event .event-dates, .seminar .seminar-dates {
	height: 120px;
	width: 120px;
	border-radius: 50%;
	background: #000;
	position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding: 10px;
	z-index: 10;
}
.seminar .seminar-dates {
	top: 50px;
}

.event .event-dates .date, .event-infos .date, .seminar .seminar-dates .date {
    font-weight: bold;
    font-size: 28px;
    line-height: normal;
}

.event .event-dates p, .seminar .seminar-dates p, .single-view .event-dates p {margin-top: 6px;margin-bottom: 8px;}
.event .event-dates i {
	color: #fff;
}
.event .event-info, .seminar .seminar-info {
	position: relative;
	height: 300px;
	padding: 60px 20px 10px;
    text-align: center;
    color: #a7a9ac;
    background: #fff;
}
.seminar .seminar-info {height: 330px;}
.seminar .seminar-info .speaker {color: #000;}
.event .event-info:hover {
	background: rgba(126, 193, 204, 0.2);
}
.event .event-info p, .seminar .seminar-info p {
	margin: 0 0 5px;
}
.event .event-info span, .seminar .seminar-info span.split {
	background-color: #a7a9ac;
    display: inline-block;
    height: 0.1em;
    width: 35px;
    margin-bottom: 8px;
    margin-top: 12px;
}

.event a.export {
	font-size: 1.5em;
	position: absolute;
    bottom: 0;
    right: 6px;
}

/* *** event single view *** */
.single-view .event-header {
	position: relative;
	background: #7fc1cb;
	height: 140px;
}
.single-view .event-header h2 {
	position: absolute;
    bottom: 28px;
    left: 205px;
}
.single-view .event-location {
	position: absolute;
    top: 95px;
    left: 220px;
	padding: 10px 0 0;
}
.single-view .event-dates {
	height: 130px;
    width: 130px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: 68px;
    left: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 10px;
    z-index: 10;
}
.single-view .event-dates p.date {
	font-weight: bold;
    font-size: 28px;
    line-height: normal;
}
.single-view .event-description {
	padding: 50px 15px 0 0;
    margin-left: 205px;
}
.single-view .event-description img {
	display: block;
	margin: 20px auto 0;
}
.single-view .backlink-wrap {
	margin-top: -45px;
}

/* ************* extra small devices - Phones - (max-width: 767px)  ********************** */
@media screen and (max-width : 768px){
	/* ******* events list ******* */
	.seminar .seminar-dates, .seminar .event-title {
		
	}
}

