#eventarrow {
  background: url("https://www.woodplc.com/?a=251534");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 32px;
  content: "";
  height: 48px;
  width: 48px;
  background-color: #fff;
  border-radius: 100%;
  z-index: 2;
  transition: right 0.3s ease;
}

#AdCity {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 16px;
  color: #000;
}

#AdCountry {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 16px;
  color: #000;
}

.eventadvert {
  box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.16);
  border-radius: 1.5rem;
  display: flex;
  flex-direction: row;
  position: relative;
}

.eventadvert:hover #eventarrow {
  right: 22px;
}

.eventadvert:hover .tint {
  background: rgba(0, 0, 0, 0.6);
}

.tint {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 1.5rem;
  transition: background 0.3s ease;
}

.EventDateandLocation {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

#EventDate {
  width: 260px;
  background-color: #fff;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  z-index: 2;
}

.EventDateInner {
  padding: 40px 0px 40px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.EventDateInner img {
    width:2rem;
}

.EventInfo {
  margin: 0px 0px 0px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}

.EventTitle {
  color: #fff;
  font-size: 48px;
  line-height: 69px;
  font-weight: bold;
}

.EventTagline {
  margin-top: 16px;
  font-size: 20px;
  color: #fff;
  line-height: 29px;
}

.DateRange {
  font-size: 26px;
  font-weight: bold;
  line-height: 26px;
  margin-top: 12px;
  color: #000;
}

#EventAdvertInner #EventInfo {
  width: 80%;
}

#EventAdvertInner #EventDate {
  width: 20%;
}

#EventAdvertInner .DateRange,
#EventAdvertInner #AdCity,
#EventAdvertInner #AdCountry {
  font-size: 0.7rem;
  line-height: 1rem;
  margin-top: 0rem;
}

#EventAdvertInner .EventDateInner {
  padding: 1rem;
}

#EventAdvertInner .EventTitle {
  margin-top: 1.5rem;
  font-size: 1.7rem;
  line-height: 1.7rem;
}

#EventAdvertInner .EventTagline {
  margin-top: 0.75rem;
  font-size: 1rem;
  line-height: 1.2rem;
  max-width: 80%;
}

#EventAdvertInner #EventInfo {
  justify-content: normal;
  margin-left: 1.5rem;
}

#EventAdvertInner #eventarrow {
  bottom: 0.5rem;
  right: 0.5rem;
}

#EventAdvertInner a {
  width: 50%;
  margin-left: 0;
  margin-right: 1.25rem;

  &:nth-child(2n) {
    margin-left: 1.25rem;
    margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .eventadvert {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    flex-direction: column;
    height: 180px;
  }

  .EventInfo {
    margin: 0px 0px 0px 24px;
    display: flex;
    flex-direction: column;
    justify-content: normal;
    z-index: 2;
  }

  .EventTitle {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: bold;
    margin-top: 20px;
  }
  .EventTagline {
    margin-top: 8px;
    font-size: 1rem;
    color: #fff;
    line-height: 23px;
  }

  #EventDate {
    background-color: #fff;
    border-top-left-radius: 1.4rem;
    border-top-right-radius: 1.4rem;
    border-bottom-left-radius: 0px;
    z-index: 2;
    width: 100%;
    padding: 0;
    text-wrap: nowrap;
    height: 3.5rem;
  }

  .EventDateandLocation {
    display: flex;
    flex-direction: row;
    padding: 1rem;
    width: 100%;
    text-align: right;
  }

  .EventDateInner {
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .EventDateInner img {
    position: absolute;
    left: 1rem;
    top: 1rem;
    width: 1.5rem;
  }

  .DateRange {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 0.25rem;
    margin-left: 1rem;
    color: #000;
    
    position: absolute;
    left: 2rem;
    top: 1rem;
  }

  #eventarrow {
    bottom: 8px;
    right: 8px;
  }

  #AdCity {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-top: -4px;
    color: #000;
    
    position: absolute;
    right: 1rem;
    top: 0.85rem;
  }

  #AdCountry {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 0px;
    color: #000;

    position: absolute;
    right: 1rem;
    top: 1.85rem;
  }
}
