.g5plus-posts .entry-thumb-wrap {
  float: left;
  position: relative;
  width: 170px;
  margin: 0;
}
.g5plus-posts .entry-thumb-wrap .owl-nav {
  display: none;
}
.g5plus-posts .entry-thumb-wrap .owl-dots {
  display: block;
  margin-top: 0 !important;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}
.g5plus-posts .entry-thumb-wrap .owl-dots > div {
  height: 13px;
  width: 13px;
  margin: 0 4px;
  border-color: #dc0000;
  background-color: #fff;
}
.g5plus-posts .entry-thumb-wrap .owl-dots > div.active,
.g5plus-posts .entry-thumb-wrap .owl-dots > div:hover {
  border-color: #dc0000;
  background-color: #dc0000;
}
.g5plus-posts .entry-content-wrap {
  overflow: hidden;
  padding: 20px 20px 20px 30px;
}
.g5plus-posts .entry-excerpt {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  max-height: 3.25em;
  overflow: hidden;
}
.g5plus-posts .read-more-post {
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 18px;
  display: inline-block;
}
.g5plus-posts .read-more-post:hover {
  color: #dc0000;
}
.g5plus-posts .entry-post-title {
  line-height: 1.4;
  margin-bottom: 10px !important;
  max-height: 1.4em;
  overflow: hidden;
}
.g5plus-posts article {
  margin-bottom: 60px;
}
.g5plus-posts article .post-item-wrap {
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.g5plus-posts article .post-item-wrap:hover {
  box-shadow: 3px 0 24px rgba(0, 0, 0, 0.12);
}
.g5plus-posts article .post-item-wrap:hover .read-more-post {
  color: #dc0000;
}
.g5plus-posts article.format-video .entry-thumb-wrap a.zoomGallery {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.g5plus-posts article.format-video .entry-thumb-wrap a.zoomGallery i {
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 36px;
  padding-top: 1px;
  padding-left: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.g5plus-posts article.format-video .entry-thumb-wrap a.zoomGallery i:hover {
  color: #dc0000;
  border-color: #dc0000;
  background-color: #fff;
}
.g5plus-posts.owl-carousel article {
  padding: 0 15px 0 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 420px) {
  .g5plus-posts .entry-thumb-wrap {
    width: 100%;
  }
  .g5plus-posts .entry-thumb-wrap img {
    width: 100%;
  }
}
