.clip-img{
    position:absolute;
    top: 45px;
    left: 10px;
    right:10px;
    height:200px;
    overflow:hidden;
}

.estadisticas-noticias{
    
    box-shadow: 1px 1px 0px 0 rgba(0,0,0,.04);
    margin-bottom: 20px;
    border-radius:0 0 5px 5px;
    margin-bottom:10px !important;
    overflow: hidden;
    padding:10px;
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(0,0,0,.1);
    text-transform: uppercase;
} 

.estadisticas-noticias-content{
    padding: 10px;
    position: relative;
}

.estadisticas-noticias .icono-post{
    color:#F0F0F0;
    padding:0 2px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.estadisticas-noticias .icono-post:hover{
    color:#FFF;
}

.icono-post{
    color:#DDD;
    padding:0 2px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.icono-post:hover{
    color:#999;
}

.icono-post.cerrar{
    position:absolute;
    top:10px;
    right:10px;
}

.imagen-dimension{
    width: 170px;
}

.item-noticia{
    margin-top: 5px;
    min-height: 125px;
}

.item-noticia img{
    width:100%;
    height:auto;
}

.item-imagen p{
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
    border-radius: 4px;
    text-align: center;
    margin: 4px;
    cursor: pointer;
}

.post{
    
    margin-bottom: 20px;
    border-radius:0 0 5px 5px;
    margin-bottom:10px;
    padding:10px;
    background: #FFF;
    position: relative;
}

.post.publicado{
    border-top:solid 3px #34B67A;
}

.post.pending{
    border-top:solid 3px #e4dd10;
}

.post.oculto{
    border-top:solid 3px #DDD;
}

.post-wrapper{
        
    background: #FFF;
    margin-top: 230px;
}

.event-wrapper{
        font-size: 15px;
    font-weight: bold;
    background: #FFF;
}
.post-titulo{ color:#666; font-size:18px;}
.post-descripcion{ color:#999; font-size:12px; min-height:60px;  max-height:60px;}
.post-fecha{color: #77A7FB; font-size:9px; text-align: right;}

.category-wrap{
    float: left;
width: 102px;
overflow: hidden;
}

.image_full{
    padding: 0;
}
.image_full img{
    max-height: 100%;
    max-height: 200px;
}
.description-tea {
      margin-top: 10px;
  margin-left: -10px;
  padding: 0;
}

.tea-item{
  max-height: 200px;
  overflow: hidden;
  background: #9a8e86;
  padding: 0;
  color: #fff;
}

.tea-category{
    font-size: 16px;
    font-weight: bold;
}