/****************************************************************/
/* image post style */
/****************************************************************/
.image-post {
  position: relative;
}
.image-post .hover-box {
  position: absolute;
  overflow: hidden !important;
  top: 0;
  left: 0px;
  bottom: 1px;
  right: 1px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: transparent;
}
.image-post .hover-box .inner-hover {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px;
  background: rgba(17, 17, 17, 0);
  background: -moz-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17, 17, 17, 0)), color-stop(10%, rgba(17, 17, 17, 0.1)), color-stop(100%, rgba(17, 17, 17, 0.95)));
  background: -webkit-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  background: -o-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  background: -ms-linear-gradient(top, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, 0.1) 10%, rgba(17, 17, 17, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#171717', GradientType=0);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.image-post .hover-box .inner-hover a.category-post,
.image-post .hover-box .inner-hover .category-post > a {
  margin-bottom: 12px;
  position: relative;
  bottom: inherit;
  left: inherit;
}
.image-post .hover-box .inner-hover h2 {
  color: #fff;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  line-height: 20px;
  /*margin: 0 0 10px;*/
  font-size: 18px;
  letter-spacing:1px;
  text-transform: uppercase;
  /*background: rgba(140, 198, 78, 0.95);*/
  /*background: rgba(0, 0, 0, 0.95);*/
  background: rgba(140, 198, 78, 0.65);
  padding:5px;
}

.image-post .hover-box:hover .inner-hover h2 {
  background: rgba(0, 0, 0, 0.15);
}

.image-post .hover-box .inner-hover h2 a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.image-post .hover-box .inner-hover p {
  overflow: visible;
  /*overflow: hidden;*/
  max-height: 0;
  margin: 0;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  color:#FFF;
  background: rgba(0, 0, 0, 0.15);
  padding:5px;
}
.image-post .hover-box .inner-hover p.category-post {
  max-height: none;
}
.image-post .hover-box .inner-hover ul.post-tags {
  margin: 0;
  padding: 0;
}
.image-post .hover-box .inner-hover ul.post-tags li {
  display: inline-block;
  margin-right: 7px;
  color: #fff;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.image-post .hover-box .inner-hover ul.post-tags li i {
  margin-right: 9px;
}
.image-post .hover-box .inner-hover ul.post-tags li a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  color: #fff;
}
.image-post .hover-box .inner-hover ul.post-tags li:last-child {
  margin-right: 0;
}
h2.top-stories {
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 10px;
  background: #8cc64e;
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  z-index: 10;
}
.image-post.snd-size .hover-box .inner-hover h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  
}
.image-post:hover .hover-box {
  /*background: rgba(255, 255, 255, 0.15);*/
  /*background: rgba(140, 198, 78, 0.85);*/
  background: rgba(255, 255, 255, 0.015);
}

.image-post:hover .hover-box .img {
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	opacity: 0.3;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
}

.image-post .hover-box .img {
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.image-post:hover .hover-box .inner-hover {
  background: transparent !important;
}
.image-post:hover .hover-box .inner-hover p {
  margin-top: 20px;
  margin-bottom: 20px;
  max-height: 140px;
  color: #000;
  background: rgba(255, 255, 255, 0.75);
}
.image-post:hover .hover-box .inner-hover h2 {
  color: #000;
  background: rgba(255, 255, 255, 0.75);
}
.image-post:hover .hover-box .inner-hover h2 a {
  color: #000;
}
.image-post:hover .hover-box .inner-hover h2 a:hover {
  color: #000;
}
.image-post:hover .hover-box .inner-hover ul.post-tags li {
  color: #000;
}
.image-post:hover .hover-box .inner-hover ul.post-tags li a {
  color: #000;
}
.image-post:hover .hover-box .inner-hover ul.post-tags li a:hover {
  color: #000;
}
