/*
Theme Name: Betheme
Author: Muffin group
Description: The biggest WordPress Theme ever
Theme URI: http://themes.muffingroup.com/betheme
Author URI: http://muffingroup.com
License: Themeforest Split Licence
License URI: -
Version: 17.8

All css files are placed in /css/ folder
*/

.ul_custom li:hover { color: inherit !important; background-color: transparent !important;}
.ul_custom a:hover { color: #inherit !important; background-color: transparent !important; text-decoration:none;}


@media screen and (max-width: 480px) {
  .ul_custom {
    display: table;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 959px) {
  #Top_bar a.button.action_button {visibility: hidden !important; display: none !important;}
}