.mp-stacks-eventgrid-fancy-date{
	display:inline-block;	
	-webkit-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.38);
	box-shadow: 0px 0px 18px -6px rgba(0,0,0,0.38);
}
.mp-stacks-eventgrid-fancy-date * {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
}
.mp-stacks-eventgrid-fancy-date figure {
  margin: 0px;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
}
.mp-stacks-eventgrid-fancy-date figure:before {
  content: '';
  display: block;
  width: 70px;
  height: 49px;
  border-radius: 10px 10px 0 0;
  background-image: -webkit-linear-gradient(white 0%, #edeeef 100%);
  background-image: -moz-linear-gradient(white 0%, #edeeef 100%);
  background-image: -o-linear-gradient(white 0%, #edeeef 100%);
  background-image: linear-gradient(white 0%, #edeeef 100%);
}
.mp-stacks-eventgrid-fancy-date figure header {
  width: 70px;
  height: 27px;
  position: absolute;
  top: -1px;
  background-color: #fa565a;
  border-radius: 10px 10px 0 0;
  border-bottom: 3px solid #e5e5e5;
  text-align: center;
}
.mp-stacks-eventgrid-fancy-date figure header .mp-stacks-eventgrid-month{
  font: 700 13px/27px Arial, Helvetica, Geneva, sans-serif;
  letter-spacing: 0.5px;
  color: #fff;
}
.mp-stacks-eventgrid-fancy-date figure header .mp-stacks-eventgrid-year{
  font: 100 13px/27px Arial, Helvetica, Geneva, sans-serif;
  letter-spacing: 0.5px;
  color: #fff;
}
.mp-stacks-eventgrid-fancy-date figure section {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 29px;
  font: 400 38px/38px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  letter-spacing: -2px;
  color: #4c566b;
  text-align: center;
  z-index: 10;
}
.mp-stacks-eventgrid-fancy-date figure section:before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  width: 3px;
  height: 10px;
  background-image: -webkit-linear-gradient(#b5bdc5 0%, #e5e5e5 100%);
  background-image: -moz-linear-gradient(#b5bdc5 0%, #e5e5e5 100%);
  background-image: -o-linear-gradient(#b5bdc5 0%, #e5e5e5 100%);
  background-image: linear-gradient(#b5bdc5 0%, #e5e5e5 100%);
}
.mp-stacks-eventgrid-fancy-date figure section:after {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
  width: 3px;
  height: 10px;
  background-image: -webkit-linear-gradient(#b5bdc5 0%, #e5e5e5 100%);
  background-image: -moz-linear-gradient(#b5bdc5 0%, #e5e5e5 100%);
  background-image: -o-linear-gradient(#b5bdc5 0%, #e5e5e5 100%);
  background-image: linear-gradient(#b5bdc5 0%, #e5e5e5 100%);
}
.mp-stacks-eventgrid-fancy-time{
	padding:4px;
	box-sizing:border-box;
	font: 100 13px/19px Arial, Helvetica, Geneva, sans-serif;
	margin-top:1px;
	background-color: #ffffff;
  	border-radius: 10px;	
	color: #4c566b;
	text-align:center!important;
	max-width:70px;
}
/* @end */
