.mm-section {
  padding:45px 0;
}
.mm-row {
  max-width:1200px;
  width:88%;
  margin:0 auto;
}
header, footer {
  display:none;
}
.events-container {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
}
.the-event {
  width: 48%;
  border: 1px solid #ddd;
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 3px 3px 20px rgba(0,0,0,0.1);
          box-shadow: 3px 3px 20px rgba(0,0,0,0.1);
  border-radius: 8px;
  margin:10px;
  position:relative;
}
.event-name {
  margin: 0 0 15px;
  font-size: 25px;
}
.event-time {
  margin: 0;
}
.the-event a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
h1.entry-title {
  font-size:25px;
  text-align:center;
  margin-bottom:25px;
}