/******************************/
/* ** Mobile Menu Dropdown ** */
/******************************/

.et_mobile_menu .first-level > a { 
background-color: transparent; 
position: relative; 
}
.et_mobile_menu .first-level > a:after { 
font-family: 'ETmodules';
content: "\4c";
color: red;
font-weight: bold;
position: absolute; 
font-size: 16px; 
top: 13px; 
right: 10px; 
}
.et_mobile_menu .first-level > .icon-switch:after{
content: "\4b";
}
.second-level {
display: none;
}
.reveal-items {
display: block;
}
.et_mobile_menu {
margin-top: 20px;
}
