/*
 Theme Name:   Muzex Child
 Theme URI:    http://example.com/muzex-child/
 Description:  Muzex Child Theme
 Author:       Tu
 Template:     muzex
 Version:      1.0.0
 Text Domain:  muzex-child
*/

/* Nasconde il pannello switcher (colori, LTR/RTL, acquisto, supporto) */
.switcher {
    display: none !important;
}
/* Nasconde i pulsanti Buy Now e Support Center */
.product-sidebar,
.footer-box {
    display: none !important;
}



.site-footer__upper {
  padding-top: 5px !important;
  padding-bottom: 0px !important;
  min-height: unset !important;
}
.logo-box {
  padding-top: 5px !important;
  padding-bottom: 0px !important;
  padding-right: 0px !important;
  min-height: unset !important;
}




.post-date.mr_post_date {
    position: relative !important;
    display: block !important;
    z-index: 10 !important;
}
.post-date.mr_post_date {
    color: #ffffff !important;
    background-color: #696969 !important; /*  */
    padding: 4px 10px !important;
    border-radius: 4px !important;
}