
.post-module2 {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 100%;
  height: 270px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module2 .title:hover { color:#fff; }
.post-module2 {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 100%;
  height:320px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module2:hover,
.hover {
}
.post-module2:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  width: 100%;
}
.post-module2 .thumbnail {
  height: 320px;
  overflow: hidden;
}
.post-module2 .thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #28398b;
  width: 55px;
  height: 55px;
  padding: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Ubuntu;
}
.post-module2 .thumbnail .date .day {
  font-size: 18px;
}
.post-module2 .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.post-module2 .thumbnail img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module2 .post-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  background-color:#fff;
}


.post-module2 .post-content .category {
  position: absolute;
  top: -34px;
  left: 0;
  background: #0c3a59;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 0.8em;
  text-transform: uppercase;
 font-family: Ubuntu;
transition: all ease 0.5s;
font-weight: bold;

}
.post-module2 .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #666;
  font-size: 1em;
font-family: Ubuntu;
font-weight: bold; transition: all ease 0.5s;
}
.post-module2:hover .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #0c3a59;
font-family: Ubuntu;
font-weight: bold;
}
.post-module2 .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #e74c3c;
  font-size: 20px;
  font-weight: 400;
 font-family: Ubuntu;
}
.post-module2 .post-content .description {
  display: none;
  color: #23120b;
  font-size: 0.9em;
  line-height: 23px;
 font-family: Ubuntu;
}
.post-module2 .post-content .post-meta {
  margin: 30px 0 0;
  color: #999999;
}
.post-module2 .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}
.post-module2 .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}
.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}

	@media handheld, only screen and (max-width: 767px) {
.post-module2 {
  height: 270px;
}
.post-module2 {
  height: 270px;

}
.post-module2 .thumbnail {
  height: 270px;

}
.post-module2 .post-content .category {
  position: absolute;
  top: -34px;
  left: 0;
  padding: 10px 15px;
  font-size: 0.8em;
  text-transform: uppercase;
 font-family: Ubuntu;
 font-weight: bold; transition: all ease 0.5s;
}
	
	}




