.wce-posts-carousel-4 {
  > div article {
    background: #fff;
    color: #0E0E0E;
    font-weight: normal;
    transition: background-color ease 0.5s;
    position: relative;
    overflow: hidden;


    &:hover {
      background-color: #cfd4df;
      .overlay {
        background: rgba(0, 0, 0, 0.5);

        .excerpt {
          opacity: 1;
        }
      }
    }

    .inner {
      padding: 20px;
      position: relative;
    }

    .thumbnail-wrapper {
      overflow: hidden;

      img {
        width: 100%;
      }
    }

    .post-date {
      color: #6a6e78;
      font-weight: 400;
      font-size: 13px;
    }

    .post-title {
      font-weight: 600;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.5;
      color: #222220;
      margin: 20px 0em 20px 0px;
      height: 45px;
    }

    .desc {
      height: 80px;
    }

    &.dark_bg {
      .post-title, .post-date, p, .desc, .saiba-mais {
        color: #fff;
      }
    }

    .saiba-mais {
      margin-top: 50px;
      display: block;
      color: #424242;
      &:hover {
        text-decoration: none;
      }
    }

  }

  .overlay {
    color: #ffffff;
    padding: 20px 20px 0;
    width: 100%;
    box-sizing: border-box;
    float: left;
    margin-top: 0;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 9;
    left: 0;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;

    a {
      display: block;
    }

    .excerpt {
      border-right: 1px solid #fff;
      font-size: 13px;
      line-height: 21px;
      margin-top: 10px;
      opacity: 0;
      padding-right: 15px;
      position: relative;
      transition: all 300ms linear 0s;
      -moz-transition: all 300ms linear 0s;
      -o-transition: all 300ms linear 0s;
      -webkit-transition: all 300ms linear 0s;
      z-index: 3;
      width: 60%;
      text-align: right;
    }
    .post-title {
      display: inline-block;
      width: 70%;
      position: absolute;
      bottom: 15px;
      margin-bottom: 0;
      right: 15px;
      text-align: right;
    }

    h3 {

      color: #ffffff;
      font-size: 22px;
      position: relative;
      z-index: 3;
      text-transform: none;
      font-weight: 400;
    }
  }



  .slick-next:before, .slick-prev:before {
    font-family: FontAwesome;
    font-size: 40px;
    // line-height: 1;
    color: #3B3B3B;
  }


  .slick-next:before {
    content: "\f105";
  }

  .slick-prev:before {
    content: "\f104";
  }

  .ver-mais {
    text-align: center;
    // height: 400px;
    margin-top: 10px;
    position: relative;
    .btn-wrap {
      width: 100%;
    }

    .btn {
      &:hover {
        color: #fff;
      }
    }

  }
}
