﻿.post-thumb {
  position: relative;
}

.post-icon {
  position: absolute;
  top:10px;
  right:10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius:4px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.post-meta {
  position: absolute;
  bottom:0;
  left:0;
  padding:80% 3% 1% 3%;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  width:100%; height:100%; float:left; background:#50C9ED; opacity:0; transition:0.5s
}
.post-meta:hover{
	opacity:0.7
}
.post-meta span {
  margin-right: 16px;
}

.post-meta1 {
  position: absolute;
  bottom:0;
  left:0;
  padding:31% 3% 1% 3%;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  width:100%; height:100%; float:left; background:#50C9ED; opacity:0; transition:0.5s
}
.post-meta1:hover{
	opacity:0.85
}
.post-meta1 span {
  margin-right: 16px;
}