.menu li a{
   font-size:16px !important;
}

.menu li:hover a{
    color: #e05c0c !important;
    transition: all 0.1s ease !important;
}
.menu li.menu-item-has-children:hover::before {
     color: #e05c0c !important;
}
.menu-item-has-children{
    position:relative;
    margin-right: 8px !important;
}
.menu-item-has-children:before{
   content: "\f0d7";
   font-family:'FontAwesome';
   position:absolute;
   width:30px;
   height:30px;
   top:0;
right: -8px;
}