/*
Theme Name: Zox News Child
Template: zox-news
Version: 1.0
*/

@import url("../zox-news/style.css");

/* Remplacement icône Twitter par X */
.fa-twitter:before,
.fa-twitter-square:before {
    font-family: Arial, sans-serif !important;
    content: "𝕏" !important;
    font-style: normal !important;
    font-weight: 900 !important;
}

/* Fond noir au hover pour l'icône X */
a:hover .mvp-nav-soc-but.fa-twitter {
    background: #000000 !important;
}

/* Fond noir au hover pour l'icône X dans le footer */
ul.mvp-foot-soc-list li a.fa-twitter:hover {
    background: #000000 !important;
}