.mobilefootermenu > div > li {
    width: 100%;
}


.mobilefootermenu > div > li > a {
    font-weight: bold;
    margin-bottom: 10px;
}

.mobilefootermenu li > a {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    border: none;
    background: none;
    border-bottom: none;
    padding: 10px 0 0;
    display: inline-block;
}

.mobilefootermenu li {
    list-style: none;
    border-bottom: none;
}
.mobilefootermenu .sub-menu {
    padding-left: 0;
}