/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 05 2020 | 09:44:38 */
.container_header {
   /*display: -webkit-box; */
}

.header .logo {
  /*float: left;*/
  /*width: 100px;*/
}

header#header{
  position: fixed;
  top: 0;
  z-index: 999;
}

.menu-item .menu-link {
  line-height: 0.2;
}

.widget_nav_menu {
  font-weight: bold;
  text-align: left;
}

#mega-menu-wrap-main_menu {
/* width: 1000px; */
  float:left;
  display: contents;
}

#mega-menu-wrap-main_menu .mega-menu-toggle.mega-menu-open + #mega-menu-main_menu
{
  display: grid;
}

#mega-menu-wrap-main_menu .mega-menu-toggle + #mega-menu-main_menu
{
  /*width: auto;*/
}

#mega-menu-wrap-main_menu #mega-menu-main_menu
{
  padding: 20px 0 0 0;
}

#tagline {
	margin-top:76px;
}


