/* breakpoints */
/*Large Break*/
/*Custom Break*/
/*Grid Break*/
/* Bootstrap Col breaks */
.event-info {
  display: block;
  max-width: 371px;
  width: 100%;
}
.event-info .event-wrapper-info > p {
  position: relative;
  padding-left: 2.4rem;
  padding-bottom: 2rem;
}
.event-info .event-wrapper-info > p:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.event-info .event-wrapper-info > p.date-icon:before {
  background: url("/-/media10/project/IFS/IFS/icons/events/Calendar5x.svg") no-repeat left;
  background-size: cover;
}
.event-info .event-wrapper-info > p.time-icon:before {
  background: url("/-/media10/project/IFS/IFS/icons/events/Clock5x.svg") no-repeat left;
  background-size: cover;
}
.event-info .event-wrapper-info > p.pin-icon:before {
  background: url("/-/media10/project/IFS/IFS/icons/events/Locationpin5x.svg") no-repeat left;
  background-size: cover;
}
.event-info .event-link {
  font-family: "EuclidCircularA-Bold", Arial, sans-serif;
  font-size: 1em;
  position: relative;
  z-index: 0;
  color: #1E1E1E;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 26px;
  transition: all 0.2s ease-in-out;
  z-index: 0;
  background: linear-gradient(0deg, #8522E3 0%, #73CAF8 0%);
  display: block;
  text-align: center;
  margin-top: 1rem;
}
.event-info .event-link:before {
  content: "";
  border-radius: 26px;
  opacity: 0;
  z-index: -1;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.event-info .event-link:hover, .event-info .event-link:focus {
  text-decoration: none;
}
.event-info .event-link:hover:before, .event-info .event-link:focus:before {
  opacity: 1;
}
.event-info .event-link:before {
  background: linear-gradient(0deg, #8522E3 10%, #73CAF8 90%);
}
.event-info .event-link:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: 26px;
  z-index: -1;
}
.event-info .event-link:hover, .event-info .event-link:focus {
  color: #8522E3;
}
.event-info .event-link:hover:before, .event-info .event-link:focus:before {
  opacity: 1;
}