body.single-event .breadcrumb-trail.breadcrumbs {
  padding: 0 0 60px 0;
  text-align: center;
  margin: 0;
  background-image: url(https://www.bugnion.eu/wp-content/uploads/2022/07/events-bg.jpg);
}

body.single-event .breadcrumb-trail.breadcrumbs:before {
  background: #000;
  opacity: 0.5;
}

body.single-event #yoast-breadcrumbs {
  text-align: left;
  margin: 1rem 0 60px 0;
}

body.single-event #yoast-breadcrumbs span a {
  color: #ffffff;
}

body.single-event #yoast-breadcrumbs span {
  text-shadow: 0.5px 0.5px 1px #000;
}

body.single-event .breadcrumb-trail.breadcrumbs .trail-title {
  color: #ffffff;
  text-align: inherit !important;
  text-shadow: 0.5px 0.5px 1px #000;
  letter-spacing: -.75px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1em;
}

body.single-event .widget-title {
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.5px;
  line-height: 1.25em;
  text-align: inherit;
  text-transform: uppercase;
  color: #333;
  position: relative;
  margin: 1rem 0 2rem;
  border-bottom: none;
}

body.single-event .widget-title::before,
body.single-event .widget-title::after {
  background: #e1e1e1 none repeat scroll 0 0;
  bottom: -10px;
  content: " ";
  height: 1px;
  left: 0;
  margin-left: 0;
  position: absolute;
  width: 100%;
}

body.single-event .widget-title::after {
  background: #00357d none repeat scroll 0 0;
  height: 2px;
  width: 30px;
}

body.single-event article main {
  margin: 2rem 0;
}

body.single-event article aside {
  background: #efefef;
  padding: 2rem;
  margin: 0 -15px;
}

@media (min-width: 768px) {
  body.single-event article {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
	
  body.single-event article {
    flex-wrap: nowrap;
  }
  body.single-event article main {
    width: 66.64%;
    margin-right: 2rem;
  }
  body.single-event article aside {
    width: 33.33%;
	margin: 0 auto;
  }
}

.event__category {
  background: #ffffff;
  color: #00357d;
}

.location__place {
  font-weight: 600;
}

p.location__directions > a {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.25em;
    display: inline-block;
    font-size: .75em;
    color: #00357d;
}

.tick {
  font-size: 1rem;
  white-space: nowrap;
  font-weight: 600;
  max-width: 520px;
  margin: 0 auto;
}

.tick-flip,
.tick-text-inline {
  font-size: 2.5em;
}

.tick-label {
  margin-top: 1em;
  text-transform: uppercase;
  font-size: .75em;
}

.tick-char {
  width: 1.5em;
}

.tick-text-inline {
  display: inline-block;
  text-align: center;
  min-width: 1em;
}

.tick-text-inline + .tick-text-inline {
  margin-left: -0.325em;
}

.tick-group {
  margin: 0 0.5em;
  text-align: center;
}

.tick-text-inline {
  color: rgb(230, 240, 255) !important;
}

.tick-label {
  color: #ffffff !important;
}

.tick-flip-panel {
  color: rgb(0, 0, 0) !important;
}

.tick-flip {
  font-family: inherit !important;
}

.tick-flip-panel-text-wrapper {
  line-height: 1.45 !important;
}

.tick-flip-panel {
  background-color: rgb(247, 255, 247) !important;
}

.tick-flip {
  border-radius: 0.12em !important;
}

@media (min-width: 768px) {
	.registrations_wrapper {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}
}

.registrations {
    display: inline-block;
    text-align: center;
    background: #00357d;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.75em 1.5em;
    font-size: 1.16rem;
    letter-spacing: -.5px;
    width: 100%;
    line-height: 1em;
}

.registrations:hover {
	background: #313b48;
}

@media (max-width: 768px) {
	.registrations_wrapper.not-in-viewport > .registrations {
		position: fixed;
		top: auto;
		bottom: 0;
		left: 2rem;
		right: 2rem;
		width: auto;
	}
}