
{###########################################################################}
{##############################   ROW - BLOG POST THUMBNAILS   #############################}
{###########################################################################}


.hhs-blog-post-mod {position: relative; z-index: 1;}
.hhs-blog-post-mod .row {position: relative; z-index: 2;}
.hhs-blog-post-mod {position: relative;}
.hhs-blog-post-mod .row {
  z-index: 2;
  position: relative;
}

.hhs-post-feat-img {
 background-size: cover;
  background-position: center;
}

.hhs-post-summary *,
.hhs-post-summary p,
.hhs-post-summary p strong{
 font-size: 0.95em;
  font-weight: normal;
}

.hhs-post-content .hhs-post-summary a {
 display: inline; 
}

.col-repeat {
 display: flex; 
}

.hhs-blog-post-card{
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  margin-bottom: 25px;
  width: 100%;
}

.hhs-blog-post-card:hover {
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}

.hhs-blog-post-card h3,
.hhs-blog-post-card h4,
.hhs-blog-post-card h5 {
  margin-bottom: 0px 
}

.hhs-blog-post-card a:hover {
  text-decoration: none;
}

.hhs-post-content a{
  margin-bottom: 5px;
  display: block;
}

.hhs-post-meta {
  margin: 15px 0 0 0;
}

.hhs-post-meta p {
 opacity: 0.7; 
  margin-bottom: 0;
 font-size: 0.8em;
}

.hhs-blog-post-mod video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: initial;
}

@media (max-width: 575px) {
 .hhs-blog-post-card {
   margin-bottom: 50px;
   height: auto;
  }
}
