/* 
Theme Name: Hello Child 
Theme URL: www.Nimia.net
Description: Hello Child 
Theme Author: Nimia.net
Author URL: www.nimia.net
Template: hello-elementor 
Version: 1.0.0 
Text Domain: hello-child 
*/


li.menu-featured.menu-featured-nos a:before {
    content: '';
    background-color: #0F285E !important;
    width: 100%;
    opacity: 1 !important;
}

li.menu-featured.menu-featured-nos.current-menu-item a:before{
    background-color: #DED100 !important;
}

li.menu-featured.menu-featured-nos:hover a:before {
    content: '';
    background-color: #DED100 !important;
    width: 100%;
    color:#0F285E;
    opacity: 1 !important;
}

@media (max-width:768px) {
    li.menu-featured.menu-featured-nos a {
        background-color: #0F285E!important;
        color:#ffffff!important;
    }
    li.menu-featured.menu-featured-nos.current-menu-item a {
        background-color: #DED100!important;
        color:#0F285E!important;
    }
}

@media (min-width:769px) {
    li.menu-featured.menu-featured-nos:hover a {
        color:#0F285E!important;
    }
    li.menu-featured.menu-featured-nos.current-menu-item a {
        color:#0F285E!important;
    }
}


html .tfnos-cta {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}
html .tfnos-cta .tfnos-cta-inner {
    background:#F2F2EB;
    box-shadow: 0px 3px 6px #00000029;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 25px;
    margin-bottom: 25px;

}
html .tfnos-button .elementor-button{
    background-color: #5662BA;
    color:#ffffff;
    padding: 18px 35px 18px 35px;
    font-weight:bold;

}
html .tfnos-button .elementor-button:hover {
    background-color:#DED100;
    color:#0F285E;


}
html .tfnos-cta .tfnos-button {
    margin-top:15px;
}