/* Enter Your Custom CSS Here */
#wprmenu_menu ul li a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Helvetica', Arial !important;
    font-size: 14px;
  font-weight:bold;
}
#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item{
 border:none; 
}
#wprmenu_bar .wprmenu_icon {
    float: left!important;
    margin-right: 10px!important;
}
@media only screen and (max-width: 767px){
  .header-menu{
   display:none; 
  }
}
#wprmenu_menu {
    background: #000!important;
}
#wprmenu_bar .menu_title, #wprmenu_bar .wprmenu_icon_menu {
    color: #ffffff;
    font-weight: bold;
    margin-left: 40px;
    display: block;
}
div#wp-category-archive-2 h2.widgettitle, div#wp-category-archive-2 select {
    display: block;
    float: left;
}
div#wp-category-archive-2 select {
    margin-left: 10px;
    margin-top: 3px;
    display: block;
    float: left;
}
ul.footer-media li.foot-youtube a {
    background-position: -77px top;
}