/*COLORS*/
/*FONTS*/
.stm_posts_list {
  padding: 40px 30px 20px;
  margin-bottom: 40px;
  background: #f7f7f7 repeating-linear-gradient(135deg, #f7f7f7, #f7f7f7 3px, #efefef 3px, #efefef 6px); }
  .stm_posts_list .h4 {
    text-transform: uppercase;
    font-weight: 900; }
  .stm_posts_list_single {
    display: block;
    position: relative; }
    .stm_posts_list_single__image {
      margin-bottom: 15px; }
    .stm_posts_list_single__body h5 {
      font-weight: 400;
      font-size: 14px;
      line-height: 1.6em;
      text-transform: none; }
      .stm_posts_list_single__body h5 a {
        display: block;
        position: relative;
        opacity: 0.7; }
      .stm_posts_list_single__body h5:before {
        display: none !important; }
    .stm_posts_list_single__info {
      margin-bottom: 20px; }
      .stm_posts_list_single__info > div {
        display: inline-block;
        vertical-align: top; }
        .stm_posts_list_single__info > div:first-child {
          margin-right: 10px; }
    .stm_posts_list_single:last-child {
      margin-bottom: 0; }
    .stm_posts_list_single.active h5 a, .stm_posts_list_single:hover h5 a {
      opacity: 1; }
    .stm_posts_list_single:before {
      content: '';
      display: block;
      position: absolute;
      left: -15px;
      top: 5px;
      width: 0;
      height: 0;
      border: 3.5px solid transparent;
      border-right-width: 0;
      border-left-width: 5px;
      opacity: 0;
      visibility: hidden; }
