.newEventFeed {
	display:flex;
	flex-wrap:wrap;
}

.newEventTile {
	display:inline-block;
	flex:0 1 23%;
	border-radius: 6px;
	background-color:#eaeaea;
	margin: 0 5px 1em 5px;
}

.newEventTile.moodlemoot .newEventTitle {
	background-color:#026363;
}

.newEventTile.webinars .newEventTitle {
	background-color:#007DA3;
}

.newEventTitle {
	background-color:#646464;
	border-top-right-radius:6px;
	border-top-left-radius:6px;
	color:#fff;
	display:flex;
	align-items:center;
	height:85px;
}

.newEventTile:not(.fullwidth) .newEventTitle {
	height:auto;
	min-height: 85px;
}

.newEventTitle h4 {
	font-weight:700;
	font-size:18px;
	margin-bottom:0;
}

.newEventInfo {
	min-height:180px;
}

.newEventInfo .info {
	display:block;
	font-size:14px;
	margin-bottom: 5px;
	line-height: 18px;
}

.newEventInfo .info span {
	font-weight:700;
}

.newEventDate {
	background-color:#f7f7f7;
	min-height:69px;
}

.newEventDate .clock {
    float: left;
}

.newEventDate .clock img {
	height: 39px;
    width: 39px;
    margin: 0 10px 0 0;
    display: inline;
}

.newEventDate .dateTime {
	margin-left: 58px;
    margin-right: 25px;
    font-size: 13px;
    line-height: 20px;
}

.newEventDescription {
	font-size:12px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    line-height: 22px;
    height: 197px;
}

.newEventTitle, .newEventInfo, .newEventDate, .newEventDescription, .newEventCTA {
	padding: 15px;
}

.newEventCTA .vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
	padding: 10px 50px 10px 20px;
    display: inline-block;
}

.newEventCTA .vc_btn3.vc_btn3-shape-round {
	border-radius:6px;
}

@media only screen and (max-width:991px) {
	.newEventDate {
		height:69px;
	}
	.newEventTile {
		flex: 0 1 48%;
	}
}

@media only screen and (max-width:570px) {
	.newEventTile {
		flex: 0 1 100%;
	}
}

.no-moots {
	border-radius: 12px;
    background: #026363;
    padding: 20px;
    color: #fff;
}

.no-moots.webinars {
	background: #007DA3;
}

.no-moots.moodlemoot {
	background: #026363;
}

/* New events CSS - full width styling */

.newEventFeed.fullwidth {
	display: block;
}

.newEventTile.fullwidth {
	display: block;
	width: 100%;
}

.newEventTile.fullwidth .newEventTitle {
	padding: 0;
	height: 48px;
}

.newEventTile.fullwidth .newEventTitle .date {
	width: 25%;
	background: #004D64;
    height: 100%;
    border-top-left-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
}

.newEventTile.fullwidth .newEventTitle .details {
	width: 75%;
    height: 100%;
    padding: 0 20px;
    border-top-right-radius: 12px;
}

.newEventTile.fullwidth.webinars .newEventTitle .date {
	background: #004D64;
}

.newEventTile.fullwidth.moodlemoot .newEventTitle .date {
	background: #004545;
}

.newEventTile.fullwidth.webinars .newEventTitle .details {
	background: #006786;
}

.newEventTile.fullwidth.moodlemoot .newEventTitle .details {
	background: #026363;
}

.newEventTile.fullwidth .details .details-icon {
	height: 16px;
    display: inline-block;
    top: 10px;
    position: relative;
}

.newEventTile.fullwidth .details .details-text {
    padding: 0 0 0 5px;
    top: 11px;
    position: relative;
    margin-right: 20px;
    font-size: 14px;
}

.moredetails {
	height: auto;
	display: flex;
}

.moredetails-logo, .moredetails-content {
	display: inline-block;
}

.moredetails-content .eventdescription {
	margin: 10px 0;
}

.moredetails-logo {
	/* width: 25%; */
	background: #e2e2e2;
	flex: 0 25%;
	display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 12px;
}

.moredetails-content {
	/* width: 75%; */
    height: 100%;
    vertical-align: top;
    padding: 18px;
    background: #ededed;
    flex: 0 75%;
    border-bottom-right-radius: 12px;
}

.moredetails-logo img {
	margin: 0 auto;
    display: block;
    width: 150px;
    height: 150px;
}

.moredetails-content .eventname {
	font-weight: 700;
}

.namehost .eventname, .namehost .eventhost {
	font-size: 22px;
	margin-bottom: 0;
}

.namehost .eventname {
	display: inline-block;
}

.details-suitable {
	padding: 10px 0;
}

.details-suitable .details-icon {
	height: 30px;
    width: auto;
    margin-right: 10px;
}

.moredetails-content .newEventCTA {
	padding: 10px 0;
	display: inline-block;
	margin-right: 15px;
}

.moredetails-content .newEventCTA .vc_btn3.vc_btn3-shape-round {
	border-radius: 20px;
}

.addtocalendar {
	text-decoration: underline;
}

.moredetails-content .eventdescription, .details-suitable .details-text {
	font-size: 14px;
}

.add-to-calendar {
	display: inline-block;
	position: relative;
	top: 12px;
	background: #fffbf8;
    border-radius: 6px;
    text-align: center;
}

.add-to-calendar.su-spoiler-closed {
	text-align: left;
	background: none;
}

.cal-item {
	margin-bottom: 10px;
	text-align: left;
}

.cal-item img {
	width: 25px;
	height: 25px;
	margin-right: 10px;
}

.cal-item .cal-text {
	color: #282828;
    text-decoration: underline;
}

.cta-cal {
	display: flex;
	align-items: center;
}

.newEventTile.fullwidth .details-set {
	display: inline-block;
}

.newEventTile.fullwidth .eventname {
	font-family: Open Sans;
	font-size: 21px;
}

@media (max-width: 992px) {
	.newEventFeed.fullwidth .newEventTitle {
		display: block;
	}

	.newEventFeed.fullwidth .newEventTitle .date {
		width: 100%;
		min-height: 48px;
		height: auto;
		border-top-right-radius: 6px;
	}

	.moredetails-content {
		border-bottom-left-radius: 6px;
	}

	.newEventFeed.fullwidth .newEventTitle .details {
		height: auto;
		min-height: 48px;
		width: 100%;
		border-radius: 0;
		text-align: center;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.moredetails-logo {
		display: none;
	}
	.newEventTile.fullwidth .moredetails {
		display: block;
	}

	.newEventFeed.fullwidth .newEventTitle {
		height: auto;
	}

	.newEventTile.fullwidth .details .details-icon, .newEventTile.fullwidth .details .details-text {
		top: unset;
	}
	.newEventTile.fullwidth .details-set {
		display: inline-block;
	}
	.moredetails-content .namehost {
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
		.namehost-divide {
		display: none;
	}

	.moredetails-content .eventname, .moredetails-content .eventhost {
		display: block;
		text-align: center;
	}
}

.su-spoiler-title, .su-spoiler-content {
	user-select: none;
}