@charset "UTF-8";
/* CSS Document - Mathew Lewis 07/2015*/

time.icon {
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 3.75em;
  height: 5.5em;
  background-color: #fff;
  margin: 0 0.6em 0.6em 0;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
  float: left;
}

time.icon * {
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong {
  position: absolute;
  top: 0;
  padding: 0.25em 0;
  color: #fff;
  background-color: #de5d2d;
  border-bottom: 1px dashed #f37302;
  box-shadow: 0 2px 0 #de5d2d;
}

time.icon em {
  position: absolute;
  bottom: 0.3em;
  color: #de5d2d;
}

time.icon num {
  width: 100%;
  font-size: 1.4em;
  letter-spacing: 0em;
  padding-top: 1.6em;
  color: #2f2f2f;
}

/* Small Version */

time.icon.sm {
  font-size: 0.7em !important; /* change icon size */

}