
.upcoming-event-col-left {
	background: transparent !important;
}

.upcoming-event__inner-left {
	display: inline-block !important;
	width: 47% !important;
}

.upcoming-event__inner-left:nth-child(odd) {
	margin-right: 39px !important;
}

.upcoming-event-details img {
	border-radius: 20px !important;
}

.upcoming-event-details-col {
	padding-left: 25px !important;
	margin: auto !important;
}

.upcoming-event__inner-left {
	flex: 1;
	position: relative;
	margin-left: auto !important;
	padding: 20px 0 20px 0px !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	margin-bottom: 30px !important;
}

.row.upcoming-event-row {
	display: block;
}

/*.upcoming-event__inner-left.active {
    background: #A2A3A4 !important;
    border-radius: 9px !important;
}*/

/*.upcoming-event__inner-left.active .upcoming-event__title {
    color: #fff !important;
}*/
.upcoming-event__inner-right {
	position: relative;
	top: 0;
	margin-right: auto !important;
	height: 100%;
}

/*.upcoming-event__inner-left.active:after{
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ1NSA0NTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1NSA0NTU7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PGc+PHBhdGggZD0iTTIyNy41LDBDMTAxLjg1NSwwLDAsMTAxLjg1NSwwLDIyNy41UzEwMS44NTUsNDU1LDIyNy41LDQ1NVM0NTUsMzUzLjE0NSw0NTUsMjI3LjVTMzUzLjE0NSwwLDIyNy41LDB6IE0xOTkuNDc2LDM1NS41ODkgIGwtMjEuMjQ4LTIxLjE3OEwyODQuNzkxLDIyNy41TDE3OC4yMjgsMTIwLjU4OWwyMS4yNDgtMjEuMTc4TDMyNy4xNDgsMjI3LjVMMTk5LjQ3NiwzNTUuNTg5eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iI2ZmZmZmZiI+PC9wYXRoPjwvZz4gPC9zdmc+');
}*/

/*.upcoming-event__inner-left:after{
    content:"";
    background-image: url('../img/events_icon.png');
    position: absolute;
    width: 26px;
    height: 26px;
    background-size: cover;
    background-repeat: no-repeat;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}*/

/*.upcoming-event__inner-left:not(:last-child){
    border-bottom: 1px solid white !important;
}*/
.upcoming-event-details {
	height: 100%;
	background-size: cover !important;
	background-position: left top !important;
	background-repeat: no-repeat !important;
}

.btn--upcoming-read-more {
	background: #f27b38 !important;
	font-size: 18px !important;
	text-transform: uppercase !important;
	padding: 20px 30px !important;
	color: white !important;
	position: absolute;
	right: 0;
	bottom: 35px;
}

.upcoming-event-details.active {
	display: block !important;
}

.past-event {
	padding-left: 15px !important;
	padding-right: 15px !important;
	display: flex;
}

.past-event-date {
	color: white !important;
	margin-bottom: 10px !important;
}

.past-event__content {
	flex: 1;
	background: #1a86c1 !important;
	padding: 12px 25px 12px 15px !important;
	color: white !important;
	line-height: 20px;
}

.past-event__cta {
	color: white !important;
	text-transform: uppercase !important;
	padding: 0 !important;
	margin-top: 20px !important;
	position: relative;
	font-weight: bold !important;
	font-size: 12px !important;
}

.past-event__cta:after {
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-left-color: white;
	font-size: 12px;
	content: "";
}

.past-events-row {
	margin-left: -15px !important;
	margin-right: -15px !important;
}

.past-event__inner {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.past-event__title {
	font-size: 24px;
	margin-bottom: 15px !important;
}

.past-event__image, .past-event__image img {
	width: 100% !important;
}

.upcoming-event__inner-left, .upcoming-event__inner-right {
	width: 100%;
}

@media (max-width: 980px) {
	.upcoming-event-col-left {
		margin-bottom: 25px !important;
	}
	
	.upcoming-event__inner-right {
		width: 98%;
	}
	
	.past-event {
		margin-bottom: 30px !important;
	}
	
	.upcoming-event__title {
		font-size: 20px !important;
	}
	
	.upcoming-event__inner-left {
		width: 100% !important;
	}
	
	.upcoming_main {
		justify-content: center !important;
	}
}

@media (max-width: 676px) {
	.upcoming-event__title {
		font-size: 17px !important;
	}
}

@media (min-width: 981px) and (max-width: 1200px) {
	.upcoming-event__title {
		font-size: 18px !important;
	}
	
	.cc_post_thumb {
		width: 100px !important;
		height: 90px;
	}
}

/*----------------New----------------*/
.cc_post_thumb {
	width: 140px !important;
	height: 140px;
	background-size: cover !important;
	border-radius: 15px !important;
	background-position: center !important;
}

.upcoming-event__title {
	margin-bottom: 8px !important;
}

.event_sign_up {
	display: block;
	background: #0666f2 !important;
	width: 100px;
	margin-top: 10px !important;
	text-align: center !important;
	padding: 10px 10px !important;
	border-radius: 10px !important;
	color: #fff !important;
}

.cc_post_cont {
	width: 69%;
	margin-left: 20px !important;
}

.upcoming_main {
	display: flex;
	justify-content: left;
	align-items: flex-start;
}

.upcoming-event-details.active video {
	border-radius: 15px !important;
}

.upcoming-event__date.text-yellow.text-upper {
	border: 1px solid #dde0e3 !important;
	display: inline-block;
	padding: 5px 10px !important;
	text-align: center !important;
	border-radius: 6px !important;
	font-family: "Proxima Nova Bold", Helvetica, Arial, Lucida, sans-serif;
	color: #a2a3a4 !important;
	font-size: 10px;
	margin-bottom: 8px !important;
}

.cc_post_cont .past_event-title a, .upcoming-event__title a, .upcoming-event__title {
	font-family: "ProximaNovaSemiBold", Helvetica, Arial, Lucida, sans-serif;
	font-size: 22px;
	color: #a2a3a4 !important;
	line-height: 1.3em;
	text-transform: capitalize !important;
}
