/************************ Flyout *******************/

.menu1,
.mega-menu {
  background: #ffffff;
  z-index: 10;
}
.mega-menu {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
}

.kb-overlay {
  display: none;
  background: rgba(0,0,0,0.75);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.noscroll {
/*  overflow-y: hidden; */
/*  position:  fixed; */
  margin: 0;
  height: 100%;
  overflow: hidden 
}
/*
html::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}

html::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .0);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
*/
.meta {
  visibility: visible !important;
}

#stickyheader {
  transition: background 0.3s ease-in-out;
}
.metabg {
  background: #ffffffff !important;
/*  transition: all 0.3s ease; */
}

  .menu1 {
    display: none; 
    max-width: 1350px;
    width: 100% !important;
    z-index: 99;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    position: relative;
  }

  .menu1 [aria-haspopup="true"] ~ ul {
    display: none;
  }

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.kb-flyout-hamburger {
  min-width: 40px !important;
/*  height: 30px; */
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
  color: var(--e-global-color-text);
}
.kb-flyout-hamburger i {
  font-size: 30px;
  position: absolute;
  margin-left: 60px;
}

.kb-flyout-hamburger:hover {
  color: var(--e-global-color-accent);
}
.kb-flyout-hamburger:hover:after {
  color: var(--e-global-color-accent);
}
.kb-flyout-hamburger:after {
  color: var(--e-global-color-text);
  content: 'MENU';
  font-family: var(--e-global-typography-primary-font-family);
  font-size: 15px;
  letter-spacing:  1.5px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}


.kb-active {
  font-family: "snenergie";
  content: '\e807' !important;
  width: 40px;
  height: 40px;
  font-size: 20px !important;
  color: #ffc400;
}

.kb-close {
  font-size: 22px !important;
}



/***************** Overrides *********************/

/*
.elementor-nav-menu--main.elementor-nav-menu.menu-item,
.elementor-nav-menu--dropdown.menu-item {
  border: 1px solid #c00 !important;
    padding-right: 40px !important;
}
.elementor-nav-menu--main .menu-item a:after {
  font-family: "Font Awesome 5 Free" !important; 
    content: "\f054" !important;
    position: absolute;
    right: 10px;
    opacity: 1 !important;
    color: #FFC400;
}

.elementor-nav-menu--main .elementor-item-active:after,
.elementor-nav-menu--main .menu-item a:hover:after {
    color: #FFF !important;
}

.elementor-nav-menu--main .elementor-item-active,
.elementor-nav-menu--main .menu-item a:hover {
  background: #FFC400;
  color: #FFF !important;
  transition: all 0s !important;
}

.elementor-nav-menu .elementor-item-active,
.elementor-nav-menu .menu-item a:hover {
  background: #FFC400 !important;
  color: #FFF !important;
  transition: all 0s !important;
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-sub-item,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
  width: 100% !important;
  border-bottom: 1px solid #ccc;
  padding-right: 50px !important;
  font-family: "Source Sans Pro";
  font-size: 16px;
  min-width: 250px;
  background: #FFF;
}

.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before, .elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
    background-color: transparent !important;
}
*/





/************* Flyout ***************/

::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: var(--e-global-color-accent);
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #000;
}

.nav {
  width: 100%;
/*  max-width: 1920px; */
  background: #fff;
  display: none;
  margin: 0px auto 0px auto;
  padding: 5% 0 0 0;
  position: fixed;
}
nav ul,
nav li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav nav a {
  display: block;
  text-decoration: none;
}
.nav nav a:hover,
.nav nav a:visited {
  text-decoration: none;
}
.menu-bar {
  background: #ffffff;
  display: flex;
/*  height: 50px; */
}
.mega-menu li {
  font-size: 20px;
  color: var(--e-global-color-text);
  display: block;
  font-family: "Lexend Deca";
  font-weight: 400;
/*  border-bottom: 1px solid #ccc; */
}

.mega-menu li > a {
  padding: 1rem 1rem 1rem 1rem;
/*  border-bottom: 1px solid #ccc;*/
  text-decoration: none;
  color: var(--e-global-color-text);
}

.mega-menu li > ul > li > a {
  padding: 1rem 1rem 1rem 5rem;
/*  border-bottom: 1px solid #ccc;*/
  text-decoration: none;
  color: var(--e-global-color-text);
}


@media screen and (min-width: 1024px) {
  .menu-link {
    padding: 20px 25px;
    background: #ffffff;
    color: var(--e-global-color-text);
    transition: background 0.2s, color 0.2s;
    position: relative;
    z-index: 1;
  }
  .menu-link[aria-haspopup="true"] {
    padding-right: 40px;
  }
}

/*
.mega-menu .menu-link[aria-haspopup="true"]:after {
  font-family: "snenergie";
  content: "\e806"; 
  color: var(--e-global-color-text);
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
*/

/*
.current-menu-ancestor a:after,
.kb-menu-link[aria-haspopup="true"]:focus:after,
.kb-menu-link[aria-haspopup="true"]:hover:after {
  color: var(--e-global-color-accent) !important;
}
*/
.menu-bar-link {
  background-size: 14px;
  padding: 20px 25px;
  color: var(--e-global-color-text);
  transition: background 0.2s, color 0.2s;
  position: relative;
  z-index: 1;
}
/*@media all and (min-width: 951px) { */


  .nav > nav {
/*    max-width: 1920px; */
    margin:0 auto;
  }
  .nav > nav > ul {
    min-height: 500px;
    margin-bottom: 64px;
  }

  nav ul > li > ul {
/*      border: 1px solid #000 !important; */
  }


 
  .mega-menu:hover {
    display: flex;
  }
  .mega-menu a:hover {
/*    background: #ffc400; */
    color: var(--e-global-color-accent);
  }

  .mega-menu--multiLevel {
    flex-direction: column;
  }

  .mega-menu--multiLevel > li {
    width: 23%;
    text-transform: uppercase;
  }
  .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul {
    left: 25%;
    width: 23%;
    text-transform: initial;
    border-left: 1px solid #e0e0e0;
  }
  .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul a:hover {
    color: var(--e-global-color-accent);
    text-decoration: underline;
  }
  .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul ul {
    width: 100%;
    left: 110%;
  }
/*
  .mega-menu--multiLevel li:focus-within > [aria-haspopup="true"] ~ ul {
    display: block;
    transform-origin: left;
    animation: flyout 0.2s ease-out;
  }
*/
  .mega-menu--multiLevel li:hover > [aria-haspopup="true"],
  .mega-menu--multiLevel li:focus-within > [aria-haspopup="true"],
  .mega-menu--multiLevel li:hover > a,
  .mega-menu--multiLevel li:focus-within > a {
/*    background: #ffc400; */
    color: var(--e-global-color-accent);
  }
/*
  .current-menu-ancestor > a,
  .current-menu-item > a {
    color: var(--e-global-color-accent) !important;
  }
*/
  .mega-menu--multiLevel li:hover > [aria-haspopup="true"]:after,
  .mega-menu--multiLevel li:focus-within > [aria-haspopup="true"]:after {
    color: var(--e-global-color-accent);
  }
  .mega-menu--multiLevel [aria-haspopup="true"] ~ ul,
  .mega-menu--multiLevel [aria-haspopup="true"] {
    /*    border-left: 1px solid #c00; */
  }
  .mega-menu--multiLevel [aria-haspopup="true"] ~ ul:hover,
  .mega-menu--multiLevel [aria-haspopup="true"]:hover {
    display: block;
  }
  .mega-menu--multiLevel [aria-haspopup="true"] ~ ul {
    position: absolute;
    top: 0;
    height: 80%;
  }
/*}*/
/*@media all and (max-width: 950px) { */
  .mega-menu-content {
    padding: 20px 25px;
  }
/*}*/
@keyframes dropdown {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes flyout {
  0% {
    opacity: 0;
/*    transform: translateX(-100%); */
/*    transform: scaleX(0);*/
  }
  100% {
    opacity: 1;
/*    transform: translateX(0%); */
/*    transform: scaleX(1);*/
  }
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
/*
.kb-active:after {
  font-family: "kernbrand";
  content: '\e805';
  width: 40px;
  height: 30px;
  font-size: 40px;
  color: #ffc400;
}
.kb-showmenu {
  display: flex;
  transform-origin: top;
  animation: dropdown 0.2s ease-out;
}

.kb-showmenu2 {
  transform-origin: top;
  animation: dropdown 0.2s ease-out;
}
*/
.elementor-search-form .fa-search:before {
  font-family: "snenergie";
  font-size: 22px !important;
  content: '\e80d' !important;
  font-weight: 100;
}

.address {
  position: absolute;
  float: right;
  right: 90px;
  width: 35%;
  padding: 0px 0px;
  z-index: 9999;
}
