/* Scss Document */
.wrapper-banner-event_event {
  width: 400px;
  height: auto;
  padding-bottom: 5px;
  border-radius: 6px;
  margin: 10px auto;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  font-family: 'TrueTextB';
  font-size: 22px;
  color: #888888;
  line-height: 24px;
  cursor: pointer;
}
@media (max-width: 1240px) {
  .wrapper-banner-event_event {
    width: 100%;
    height: auto;
  }
}

.img-banner-event-event_event {
  width: 400px;
  height: 225px;
  background-color: none;
}
@media (max-width: 1240px) {
  .img-banner-event-event_event {
    width: 100%;
  }
}

.img-banner-event-event_event img {
  width: 400px;
  height: 225px;
}
@media (max-width: 1240px) {
  .img-banner-event-event_event img {
    width: 100%;
  }
}

.border-date {
  float: left;
  border: 2px solid #00aaa0;
  height: 83px;
  width: 83px;
  border-radius: 5px;
  margin-left: 0px;
  margin-right: 8px;
  position: relative;
  text-align: center;
  display: table-cell;
  top: 5px;
  cursor: pointer;
}

.border-date .month {
  color: #00aaa0;
  font-size: 30px;
  line-height: 1;
  text-transform: capitalize;
}

.border-date .date {
  font-family: 'trueplookpanyaround-Bold';
  color: #00aaa0;
  font-size: 72px;
  line-height: 50px;
}

.content5 {
  text-align: left;
  line-height: 22px;
  padding-left: 8px;
  padding-top: 5px;
  width: 100%;
  color: #888888;
  display: table-cell;
  cursor: pointer;
}

.eventdate2 {
  height: auto;
  width: 100%;
  max-width: 400px;
  border-right: none;
  padding: 8px;
  cursor: pointer;
}

.title3_02 {
  font-family: 'TrueTextB';
  font-size: 22px;
  color: #333333;
}

/*==================================================================*/
/*==========================mouseHover==============================*/
/*==================================================================*/
.mouseHover:hover div,
.mouseHover:hover .eventdate2,
.mouseHover:hover .title3_02 {
  color: #00aaa0;
}
