.blog-posts .blog-posts__post {
  margin-bottom: 5px; 
}

.blog-posts .blog-posts__post-content {
  padding: 30px 40px;
  border: 2px solid #f7f6f6;
  height: 100%;
}

@media (min-width: 768px) {
  .blog-posts .blog-posts__post-content { 
    border-left: none; 
  }
}

.blog-posts__btn, .blog-posts__author-link {
  text-decoration: underline;
}

.blog-posts__meta {
  opacity: 0.8; 
}
.blog-posts .button {
  text-align: center;
  display: inline-block;   
  text-transform: uppercase;
  margin-top: 10px;
}

{# custom blog post styles #}
.blog-posts .blog-posts__post img {
  max-width: 300px;
  width: 300px;
  object-fit: fill;
  overflow: hidden;
  border: 1px solid #333;
  padding: 2px;
  margin: 10px 10px 10px 20px;
  max-height: 180px;
  height: 180px;
}
.blog-posts .blog-index__post-container{
  padding: 0 0 0 10px;
}
.blog-posts  p{
  margin:0;
}
.blog-index__post-title>h3{
  margin:0 !important;
}
.blog-index__post-title>h3>a{
  font-weight: 700;  
}
.blog-posts .post-title__meta {
  font-size: 14px;
  color: #6d7174;
}
.blog-posts span.meta__publication {
    font-style: italic;
}

.blog-posts .blog-index__button a{
  margin-top: 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
  .blog-posts__post{
    display:block !important; 
  } 
  
  .blog-posts .blog-posts__post img {    
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
  }
  .blog-index__post-container {    
    padding-left: 0 !important;
  }  
}


