.view-type-box li{
    list-style: none;
  }  
.view-type-box .event-end-day,
.view-type-box .event-year,
.view-type-box .event-end-month,
.view-type-box .event-end-year{
  display: none;
}
.view-type-box .all-events .past {
    display: inline-block;
    width: 32.2%;
    padding: 0;
    height: 112px;
    margin: 10px 0 0 10px;
    box-shadow: 0 0 45px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
    position: relative;
}
.view-type-box .all-events .past:hover{
    background: #1e7c05;
}
.view-type-box .all-events .past .event-day {
    border: 0;
    background:#e62931;
    border-radius: 50%;
    width: 75px !important;
    height: 75px !important;
    display: block !important;
    color:white;
    padding: 10px 30px;
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 17px;
    font-weight: bold;
}

.view-type-box .all-events .past .event-title{
	position: absolute;
    right: 113px;
    top: 44px;
    color:#e62931; 
}
.view-type-box .all-events .past .event-month{
	position: absolute;
    bottom: 37px;
    right: 42px;
    color: white;
    font-size: 17px;
    font-weight: bold;
}

.view-type-box .all-events .current-future{
	display: inline-block;
    width: 32.2%;
    padding: 0;
    height: 112px;
    margin: 10px 0 0 10px;
    box-shadow: 0 0 45px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
    position: relative;
}
.view-type-box .all-events .current-future:hover{
    background: #1e7c05;
}
.view-type-box .all-events .current-future .event-day {
    border: 0;
    background: #1e7c05;
    border-radius: 50%;
    width: 75px !important;
    height: 75px !important;
    display: block !important;
    color:white;
    padding: 10px 30px;
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 17px;
    font-weight: bold;
}
.view-type-box .all-events .current-future .event-title{
	position: absolute;
    right: 113px;
    top: 44px;
    color:#1e7c05;
}

.view-type-box .all-events .current-future .event-month{
	position: absolute;
    bottom: 37px;
    right: 42px;
    color: white;
    font-size: 17px;
    font-weight: bold;
}
@media only screen and (max-width: 700px){
	.view-type-box .all-events .past {
   	 	width: 100%;
	}
	.view-type-box .all-events .current-future{
    	width: 100%;
	}
}