#content #breadcrumbs {
	margin: 0 calc(calc(100vw - 120%) / -2);
}

#content #breadcrumbs > span {
	max-width: 1500px;
  margin: 0 auto;
  width: 100%;
  display: block;
}

.events-banner-title {
	display: block;
	background: #00adef;
	text-align: center;
	margin: 0 calc(calc(100vw - 100%) / -2);
	width: calc(100% + calc(100vw - 100%));
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 45px;
	letter-spacing: 0.07em;
	padding: 15px 20px;
}

.events-wrapper {
	padding: 80px 0 50px 0;
}

.events-item {
	position: relative;
	margin-bottom: 80px;
}

.e-item-pic {
    position: relative;
    overflow: hidden;
}

.e-item-pic canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.e-item-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}

.e-item-content {
	display: flex;
}

.e-item-post {
	display: flex;
	flex-flow: column;
	font-size: 15px;
	width: 898px;
  max-width: 100%;
  padding: 0 40px 40px 40px;
}

.events-items .events-item:nth-child(odd) .e-item-post {
	background: #f4f4f4;;
}

#content p.e-post-text {
	margin: 0;
}
.e-post-date {
	display: flex;
	width: 242px;
	/*height: 242px;*/
	text-align: center;
	background: #00adef;
	color: #fff;
	font-weight: 500;
	flex-flow: column;
  /*justify-content: center;*/
  justify-content: flex-start;
	font-size: 19px;
  letter-spacing: 0.05em;
	max-width: 100%;
	padding-top: 80px;
}
.e-post-date span {
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
}
.e-post-title {
	color: #00adef;
	font-size: 26px;
	margin-bottom: 10px;
}
.e-post-theme,
.e-post-time,
.e-post-location,
.e-post-text strong {
	font-weight: 500;
}

.cta-wrap {
	margin-top: 15px;
	display: flex;
  align-items: center;
  gap: 20px;
}
.left-cta {
	color: #00adef;
	text-transform: uppercase;
	font-weight: 600;
	max-width: 31%;
	line-height: 1.2;
	font-size: 18px;
}
.global-site-btn.events-cta a {
	/*max-width: 400px;*/
  line-height: 1.5;
  text-align: center;
  height: auto;
  padding: 20px 10px;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  display: block;
  min-width: 180px;
  background: #93ea8b;
  border: solid 1px #93ea8b;
  color: #FFF;
}
.global-site-btn.events-cta a:hover {
	background: none;
  border: solid 1px #333333;
  color: #000;
}


@media screen and (max-width: 1500px) {
    #content #breadcrumbs {
		margin: 0 calc(calc(100vw - 110%) / -2);
	}
}

@media screen and (max-width: 1366px) {
     #content #breadcrumbs {
		margin: 0 calc(calc(100vw - 105%) / -2);
	}
}

@media screen and (max-width: 1199px) {
    .left-cta {
		max-width: 50%;
	}
}

@media screen and (max-width: 991px) {
	
}

@media screen and (max-width: 767px) {
	.events-banner-title {
		font-size: 30px;
	}
	.e-item-content {
		flex-flow: column;
	}
	.e-post-date {
		width: 100%;
		height: 142px;
		justify-content: center;
		padding-top: 0;
	}
	.e-item-post {
		text-align: center;
	}
	
	.cta-wrap {
		flex-flow: column;
	}
	 .left-cta {
		max-width: 100%;
	  }
}