/* H1 title */
.et_pb_text_inner h1 {
  background: linear-gradient(180deg, #910cb8 0%, #f5f5f5 100%) !important;
  background-size: cover !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

/* Blog list */
#blog_posts article {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  border: 1px solid #857b89;
  background-color: #FFF !important;
}
#blog_posts article > a {
  width: 48%;
}
#blog_posts .blog-post-wrapper {
  width: 52%;
  padding: 20px 35px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#blog_posts .et_pb_post .entry-featured-image-url {
  margin: 0;
}
.entry-featured-image-url {
  width: 80%;
}
#blog_posts .entry-title {
  margin: 10px 0;
}
#blog_posts .post-meta,
#blog_posts .post-meta span,
#blog_posts .post-meta a {
  font-size: 12px;
  color: #000;
}
#blog_posts .separator {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #ccc;
}
#blog_posts .blog-post-footer p {
  color: #000;
  font-family: 'Agenda Light', Arial, Helvetica, sans-serif;
  font-size: 12px;
}
@media (min-width:981px) and (max-width: 1220px) {
  #blog-posts-row {
    width: 95%;
  }
}
@media (min-width:981px) {
  #blog_posts .entry-featured-image-url img{
    height: 40vh;
  }
}
@media (max-width: 768px) {
  #blog_posts article {
    flex-direction: column;
  }
  .entry-featured-image-url {
    width: 100% !important;
  }
  #blog_posts .blog-post-wrapper { 
    width: 100%;
  }
}