.wce-posts-lista.elementor-posts-container.elementor-has-item-ratio {
  .elementor-post__thumbnail img {
    position: relative !important;
    transform: none;
    -webkit-transform: none;
    top: 0;
    left: 0;
    text-decoration: none;

  }

  article {
    .elementor-post__card {
      transition: all ease 0.4s;

      &:hover {
        box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.25);
        top: -1px;
      }

    }

    &.col-md-6 {
      height: 350px;
      margin-bottom: 20px;
    }
  }
  .elementor-post__text {
    padding: 0px 17px 0px 18px;
  }

  .elementor-post__title {
    text-transform: uppercase;
    font-size: 24px;
max-height: 103px;
overflow: hidden;
    a {
      color: #000;
      &:hover {
        text-decoration: none;
      }
    }
  }
  .elementor-post__excerpt {
    color: #5f727f;
    line-height: 24px;
    margin-top: 3px;
    font-size: 16px;

  }

  .elementor-post__read-more {
    border: 2px solid #212121;
    border-radius: 3px;
    padding: 0px 15px;
    line-height: 26px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    color: #212121;
    font-family: 'Montserrat';
    font-size: 14px;
    transition: all ease 0.3s;
    &:hover {
      background: #212121;
      color: #fff;
    }
  }

  .elementor-post__meta-data {
    border: 0;
    padding: 10px 17px;
  }

  article time {
    font-weight: bold;
  }

  .el-post-meta {
    .post-author {
      color: #302e40;
      font-size: 85%;
    }
    .comments-link {
      color: #99A9B5;
      padding-right: 9px;
      margin-right: 0px;
      border-right: 1px solid #d4dee1;
      &:hover {
        text-decoration: none;
        color: #11BAD1;
      }
    }

    .nice-likes {
      margin-left: 10px;
      color: #F44336;
      &:hover {
        text-decoration: none;
        color: #000;
      }
    }
  }

  .post-footer-sharing {
    display: inline;
    position: relative;

    .sharing-popup {
      background-color: #dfe5e8;
      position: absolute;
      visibility: hidden;
      opacity: 0;
      bottom: 15px;
      border-radius: 25px;
      height: 50px;
      line-height: 50px;
      padding: 0 25px;
      white-space: nowrap;
      transition: all 0.5s;
      left: -55px;
      margin-bottom: -10px;

      .socials {
        line-height: 16px;
        height: 16px;
        margin-top: 17px;
        a {
          color: #99a9b5;
          display: inline-block;
          vertical-align: top;
          text-align: center;
          transition: all 0.3s;
          margin: 0 5px;
          line-height: 16px;
          font-size: 17px;
          &:hover {
            color: #2a6496;
            text-decoration: none;
          }
        }
      }
    }

    &:hover {
      .sharing-popup {
        visibility: visible;
        opacity: 1;
      }

      .share-post {
        color: #000;
        text-decoration: none;
      }
    }

    .share-post {
      color: #cecece;
      font-size: 37px;
      transition: all ease 0.3s;
      float: left;
      margin-top: -4px;
      margin-right: 9px;
    }


  }


}
