/* mobile only subo chat */
@media (max-width: 480px), (max-width: 767px) and (orientation: landscape) {
  .joinchat { --bottom: 70px; }
}

/* Quito fecha posts*/
.posted-on{
    display: none !important;
}

/* Quito autor posts*/
.post-author{
    display: none !important;
}

/* Ajusto a centro posts solo pc */
@media (min-width: 768px){
.storefront-full-width-content .content-area article{
    width: 70% !important;
    margin-left: 16% !important;
}
}

/* Línea destacada promo  */
.mipromo{
text-align:left; 
clear:both;
margin-top: 2em;
margin-bottom: 2em; 
background-color: #f9f9f9;
padding:0.3em; 
border:2px solid #ffa300; 
border-radius:0px;
box-shadow: 0px 4px 8px #b9b8b8 !important;
}