.post-item-featured-image{
  width: 100%;
  max-width: 100%;
}
.post-item-attachment {
  position: relative;
}
.post-listing a.post-item-featured-image-link {
    display: block;
}
.post-listing .post-items h4 a {
    font-size: 24px;
    font-weight: 600;
}
#hubspot-author_data a.author-link {
    color: #002 !important;
}
.post-listing .span12 {
  width: 40%;
  float: none;
  margin: 0 auto !important;
  display: table;
}
.post-item-content{
  display: block;
}
.post-item-meta-author p:before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 5px;

}
.post-item-meta-comment-count p:before {
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 5px;
}
.post-item-content div{
  display: inline-block;
}
.post-item-meta-date {
  color: #333333;
 margin-top: 15px;
}
.post-item-meta-date p {
  text-transform: uppercase;
}
.post-items {
  background-color: #f5f5f5;
  border: 0;
  padding: 20px;
}
.post-items:hover {
  background-color: #ffffff;
}
/*.post-item-content {
  padding: 5px 20px 20px 20px;
}*/
.post-meta-author-comment li {
  display: inline-block;
}
.post-meta-author-comment {
  background-color: #13A0B2;
  border-bottom: 2px solid #13A0B2;
  border-radius: 0 0 5px 5px;
  padding: 7px 20px 5px 20px;
  transition: all 300ms ease-in 0s;
  -webkit-transition: all 300ms ease-in 0s;
  text-align: center;
}
.post-meta-author-comment li p {
  color: #ffffff;
}
.post-items:hover .post-meta-author-comment {
  background-color: #f5f5f5;
}

.post-items:hover .post-item-meta-author p {
  color: #666666;
}
.post-items:hover .post-item-meta-comment-count p {
  color: #666666;
}
.post-items:hover .post-meta-author-comment li p:before {
   color: #13A0B2;
}
.post-listing a.topic-link, .tag ul li a {
    display: inline-block;
    padding: 0px 5px !important;
    margin: 5px 5px 5px 0 !important;
    background-color: #8c704e;
    color: #fff!important;
    font-weight: 500;
}
@media (min-width: 768px){
.post-listing {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
}
.post-listing .post-items {
    position: relative;
    padding-bottom: 70px;
    height: 100%;
}
.post-listing .post-items a.more-link {
    position: absolute;
    bottom: 20px;
    margin: 0;
} 
.post-listing a.post-item-featured-image-link {
    height: 213px;
    overflow: hidden;
}
.post-listing .post-item-featured-image {
    height: 100%;
    object-fit: cover;
}
}