/*
Theme Name: Paolo Polli
Author: SGSM.it
Author URI: http://sgsm.it
Template: rosa
License: GNU General Public License v2 or later
Text Domain: rosa_txtd
*/

 
 
/* =CSS personalizzato
-------------------------------------------------------------- */

.article__date,.comment__timestamp {  color: red; display:none;}
.article__body a.read-more-button{display:none;}
.archive.tag span.archive__side-title.beta {  display: none;} 


.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 2px 10px;
}
.custom-pagination a {
  background-color: #ebebeb;
  color: #ff3c50;
}
.custom-pagination a:hover {
  background-color: #ff3c50;
  color: #fff;
}
.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}
.custom-pagination span.dots {
  padding: 0;
  color: gainsboro;
}
.custom-pagination span.current {
  background-color: #ff3c50;
  color: #fff;
}
/* --- Rimuove il vecchio messaggio automatico nel carrello --- */
.woocommerce-page .cart-collaterals .cart_totals:before {
    content: none !important;
    display: none !important;
}
