#wbpblogposts .anim-all-200 {
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
  transition: all 0.20s ease-in-out; }

#wbpblogposts {
  overflow:auto;
  width: 100%; }
    #wbpblogposts h3:after {
      position: absolute;
      content: "";
      background-color: #2D706D;
      bottom: 0;
      left: 0;
      width: 100px;
      height: 2px;
      transition: all 0.2s ease-in-out 0s;
    }
  #wbpblogposts h3 {
    margin-top:25px;
    margin-bottom:25px;
    font-size: 18px;
    font-weight: 600;
width: 100%;
    border-bottom: 2px solid #eee;
    margin-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-left: 0px !Important;
    padding: 11px 25px;
    color: #2D706D;
    position: relative;
    bottom: -2px; }
  #wbpblogposts .posts {
    margin-top:25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    #wbpblogposts .posts .post {
      flex: 1 1 32.5%;
      max-width: 32.5%;
      margin-bottom: 15px;
      box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.2); }
      #wbpblogposts .posts .post .post-image {
        width: 100%;
        height: 150px;
        background-size: cover;
        background-position: 50% 50%;
        position: relative;
        display: block; }
        #wbpblogposts .posts .post .post-image .overlay {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(255, 255, 255, 0.2); }
      #wbpblogposts .posts .post .more {
        position: absolute;
        left: 50%;
        top: 50px;
        color: #fff;
        font-size: 70px;
        font-weight: bold;
        transform: translateX(-50%) translateY(-50%);
        opacity: 0; }
    #wbpblogposts .posts .post:hover .overlay {
      background-color: rgba(255, 255, 255, 0); }
    #wbpblogposts .posts .post:hover .more {
      opacity: 1; }
    #wbpblogposts .posts .post-outbound {
      font-size: 14px;
      color: #333;
      padding: 10px; }
      #wbpblogposts .posts .post-outbound .post-date {
        color: #333;
        padding: 10px 0;
        letter-spacing: 2px; }
      #wbpblogposts .posts .post-outbound .post-title {
        color: #333;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block; }
      #wbpblogposts .posts .post-outbound .post-link a {
        color: #333;
        font-style: italic; }

@media only screen and (max-width: 1024px) {
  /* phones */
  .post {
    flex: 1 1 100% !important;
    max-width: 100% !important; } }
@media only screen and (min-width: 1024px) {
  .post {
    flex: 1 1 32.5% !important;
    max-width: 32.5% !important; } }
#wbpblogposts.left-column .posts {
  display: block; }
  #wbpblogposts.left-column .posts .post {
    width: 100%;
    max-width: 100% !important; }
    #wbpblogposts.left-column .posts .post .post-outbound .post-title {
      overflow: auto;
      text-overflow: inherit;
      white-space: normal; }

/*# sourceMappingURL=front.css.map */

/* Modificaciones*/
#wbpblogposts .posts .post .post-image{
  height: 350px;
}

#wbpblogposts .posts .post{
  box-shadow: none;
}

#wbpblogposts .posts .post .more{
  top: 50%;
}
#wbpblogposts .posts .post-outbound .post-title{
  font-size: 1.5em;
  height: auto;
  white-space: normal;
  min-height: 30px;
}

#wbpblogposts .posts .post-outbound{
  padding-top: 20px;
  text-align: center;
  
}
#wbpblogposts .posts .post-outbound .post-link{
  padding-top: .8em;
}

@media (max-width: 576px){

  #wbpblogposts .posts .post-outbound .post-link{
    padding-top: .5em;
  }

  #wbpblogposts .posts .post-outbound .post-title{
    min-height: auto;
  }
  #wbpblogposts .posts .post-outbound .post-title[href="https://mubeko.com/blog/rebajas-muebles-mubeko/"]{
    min-height: 50px;
  }
}