/*

Theme Name: Hypnostras Theme

Theme URI: http://hypnostras.fr/

Version: 1.0

Description: Cabinet Hypnose Strasbourg

Author URI: http://www.navita-creation.com

Template: Divi

*/



 

@import url("../Divi/style.css");

 

/* =Theme customization starts here

------------------------------------------------------- */

/*-----Slim Horizontal Submenus-----*/
.nav li ul {
    visibility: hidden;
    z-index: 9999;
    position: fixed;
    width: 100vw;
    left: 0;
    padding: 0;
    text-align: center !important;
    border: none;
    background: #7bc5f7;
    box-shadow: none;
}
.nav li.et-reverse-direction-nav li ul {
    right: 0;
    top: auto;
    background: #bae1fc;
}
#top-menu li li a {
    width: 100%;
}