
.post-module1 {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 100%;
  height: 300px;
  -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-module1 .title:hover { color:#fff; }
.post-module1 {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 100%;
  height:300px;
  -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-module1:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.1);
}
.post-module1:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .6;
}
.post-module1 .thumbnail {
  height: 300px;
  overflow: hidden;
}
.post-module1 .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-module1 .thumbnail .date .day {
  font-size: 18px;
}
.post-module1 .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.post-module1 .thumbnail img {
  display: block;
  width: 120%;
  -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-module1 .post-content {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  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;
}
.post-module1 .post-content .category {
  position: absolute;
  top: -34px;
  left: 0;
  background: #c9192a;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 0.8em;
  text-transform: uppercase;
 font-family: Ubuntu;
 font-weight: bold; transition: all ease 0.5s;
}
.post-module1:hover .post-content .category {  background: #28398b; }
.post-module1 .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-module1:hover .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #28398b;
  font-size: 1em;
font-family: Ubuntu;
font-weight: bold;
}
.post-module1 .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #c9192a;
  font-size: 20px;
  font-weight: 400;
 font-family: Ubuntu;
}
.post-module1 .post-content .description {
  display: none;
  color: #666666;
  font-size: 0.9em;
  line-height: 23px;
 font-family: Ubuntu;
}
.post-module1 .post-content .post-meta {
  margin: 30px 0 0;
  color: #999999;
}
.post-module1 .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}
.post-module1 .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-module1 {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 100%;
  height: 300px;
  -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-module1 {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 100%;
  height: 300px;
  -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;
}
	}
