/*
Theme Name: Numerique Child
Author: VamTam
Author URI: https://vamtam.com
Template: numerique
*/



/*

put your child theme styles here


you don't need any @import rules

*/

/* Custom CSS for Coming Soon label with a badge */
.menu-item.coming-soon a::after {
    content: "Soon";
    background: #62DBCB !important;
    color: #fff;
    font-size: 8px;
    padding: 0px 7px;
    margin-left: 27px;
    margin-top: -33px;
    border-radius: 00px 5px 0px 0px;
}