/*
Theme Name: acuarelwoo-the7
Author: Acuarel Lab
Author URI: http://www.acuarel.es/
Description: Child Theme dt-the7
Version: 1.0
License: Uso interno
Template: dt-the7
*/


/*Menu movil*/

@media only screen and (max-width: 991px) {
    ul#mobile-menu li:nth-child(2){
        border:1px solid;
        display:flex;
        flex-direction:column;
        justify-content: flex-start;
    }
    .sub-nav.level-arrows-on{
        border:1px solid !important;
    }

}
