/*==== Event Tow style 2 ====*/
#edumodo-event-wrapper-two .ed-event-row:after {
  content: "";
  display: table;
  clear: both;
}
#edumodo-event-wrapper-two .ed-event-row {
  margin-bottom: 30px;
}
#edumodo-event-wrapper-two div.ed-event-row:last-child {
  margin-bottom: 0;
}
#edumodo-event-wrapper-two .ed-event-column {
  float: left;
  padding: 10px;
  height: 200px;
}
#edumodo-event-wrapper-two .ed-event-left {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff4d4d;
}
#edumodo-event-wrapper-two > div:nth-child(3n+2) > div.ed-event-column.ed-event-left {
  background-color: #5263fe;
}
#edumodo-event-wrapper-two > div:nth-child(3n+3) > div.ed-event-column.ed-event-left {
  background-color: #ffa14d;
}
#edumodo-event-wrapper-two .ed-event-right {
  width: 75%;
  display: flex;
  align-items: center;
  padding: 40px;
  background: #fff;
  box-shadow: 0px 9px 70px 0px rgba(227, 227, 233, 0.55);
}
#edumodo-event-wrapper-two .ed-event-title {
  margin-top: 0;
  padding-top: 0;
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#edumodo-event-wrapper-two .ed-event-content a:hover .ed-event-title {
  color: #ecb101;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#edumodo-event-wrapper-two .ed-event-excerpt {
  margin-bottom: 10px;
}
#edumodo-event-wrapper-two .date-total {
  text-align: center;
}
#edumodo-event-wrapper-two .only-month-year {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
}
#edumodo-event-wrapper-two .only-day {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 15px;
}
