/*
Theme Name: Betheme
Theme URI: http://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: http://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: -
Version: 20.9.5.2

All css files are placed in /css/ folder
*/
/* Creates transparency and absolute positioning for main navigation on desktop. */
@media screen and (min-width: 1240px) {
  #Top_bar .menu > li {
    padding: 0 14px;
  }

  #Top_bar .menu_wrapper {
    position: absolute;
    width: 1194px;
    margin-top: 75px;
  }
}