:root {
/*  --fah-primary-color: #E20019;*/

  --fah-primary-color: #E20019;


  --fah-nav-bg-color: #fff;

  --fah-nav-dropdown-bg-color:  #fff;
  --fah-nav-dropdown-color: #111;
  --fah-nav-dropdown-font-weight: 400;
  --fah-nav-dropdown-hover-color: #E20019;
  --fah-nav-dropdown-hover-bg-color: transparent;
  --fah-nav-dropdown-border-top: 2px solid #E20019;
  --fah-nav-dropdown-box-shadow: 0 2px 10px -2px rgb(0 0 0 / 10%);
  --fah-nav-dropdown-a-padding:  9px 20px;

  --fah-nav-link-color: #909090;
  --fah-nav-link-hover-color: #E20019;
  --fah-nav-search-icon-color: #E20019;
  --fah-nav-mobile-toggler-icons: #fff;

  --fah-mobile-menu-bg-color: #E20019;
  --fah-mobile-link-color: #fff;
  --fah-mobile-arrows-bg-color: transparent;
  --fah-mobile-arrows-bg-hover-color: transparent;
}

.dark_mode{
  --wp--preset--color--theme-white: #393e4f;
  --wp--preset--color--theme-black: #909090;
  --wp--preset--color--theme-grey-2: #909090;
  --wp--preset--color--theme-grey-3: #323745;
  --wp--preset--color--theme-grey-4: #909090;
  --wp--preset--color--theme-blue: #909090;
  --wp--custom--color--text: #909090;
  --wp--custom--color--header-banner-heading: #222222;

/*  --fah-nav-bg-color: #222222;*/
  --fah-nav-bg-color: #393e4f;
  
  --fah-nav-dropdown-bg-color: #222222;
  --fah-nav-dropdown-color: #909090;
  --fah-nav-link-color: #909090;

  --fah-mobile-menu-bg-color: #222222;
  --fah-mobile-link-color: #222222;
  --fah-mobile-arrows-bg-color: transparent;
  --fah-mobile-arrows-bg-hover-color: transparent;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Offcanvas Menu
--------------------------------------------- */
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1040; 
}

body.offcanvas-menu {
  overflow: hidden;
}

/*body.offcanvas-menu:before {
  opacity: 1;
  z-index: 2000;
  visibility: visible; 
  position: fixed;
}
*/
/* Sticky Header (if navbar has fixed-top class)
--------------------------------------------- */
:root :where(body) {
  position: relative;
  /* Set up to navbar height */
/*  padding-top: 125px;*/
}

.fah-shrink-logo {
  width: 60px;
  transition: width 0.1s, height 0.2s;
}

/* Navbar
--------------------------------------------- */
.navbar{
  background: var(--fah-nav-bg-color);
/*  box-shadow:  0px 0px 10px 0px rgb(0 0 0 / 10%);*/
  border-bottom: 2px solid var(--fah-primary-color);
}

/*.navbar-toggler{
  border: 0;
  padding: 0;
}*/

#header-logo{
  vertical-align: middle;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

ul.navbar-nav {
  margin-left: 5px;
}

.fah-navbar a.fah-nav-link {
 /* font-size: 18px;*/
 color: var(--fah-nav-link-color);
}

.fah-navbar a.fah-nav-link:hover,
.fah-navbar a.fah-nav-link:focus {
  color: var(--fah-nav-link-hover-color);
  text-decoration: none;
}

.fah-navbar li.menu-item.dropdown > a {
  position: relative;
  padding-right: 20px;

}

.fah-navbar li.menu-item.dropdown > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

a.fah-nav-link{
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  display: block;
  padding: 0.5rem 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

/* Dropdown Menu
--------------------------------------------- */
/*.site-navbar .fah-navbar .site-menu .has-children:hover > .dropdown, .site-navbar .fah-navbar .site-menu .has-children:focus > .dropdown, .site-navbar .fah-navbar .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
   visibility: visible; 
}*/

.fah-navbar li.menu-item.dropdown ul.dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.fah-navbar li.menu-item.dropdown ul.dropdown > li > a {
  padding: var(--fah-nav-dropdown-a-padding);
  display: block;
}

.fah-navbar .fah-nav-wrap > li.menu-item.dropdown:hover .depth0.dropdown, .fah-navbar li.menu-item.dropdown:focus > .collapse, .navbar > li.menu-item.dropdown:active > .collapse {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.fah-navbar ul.depth0.dropdown li.menu-item.dropdown:hover ul.depth1.dropdown{
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.fah-navbar li.menu-item.dropdown ul.depth0.dropdown{
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border: 0;
  border-top: var(--fah-nav-dropdown-border-top);
  -webkit-box-shadow: var(--fah-nav-dropdown-box-shadow);
  box-shadow: var(--fah-nav-dropdown-box-shadow);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: var(--fah-nav-dropdown-bg-color);
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.fah-navbar li.menu-item.dropdown > a.depth0.dropdown-item:before {
  content: "\e315";
}

.fah-navbar li.menu-item.dropdown ul.depth1.dropdown{
  visibility: hidden;
  opacity: 0;
  top: -2px;
  position: absolute;
  text-align: left;
  border: 0;
  border-top: var(--fah-nav-dropdown-border-top);
  -webkit-box-shadow: var(--fah-nav-dropdown-box-shadow);
  box-shadow: var(--fah-nav-dropdown-box-shadow);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: var(--fah-nav-dropdown-bg-color);
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;

  left: 100%;
}

.fah-navbar a.dropdown-item{
  color: var(--fah-nav-dropdown-color);
  font-weight: var(--fah-nav-dropdown-font-weight);
}

.fah-navbar a.dropdown-item:hover, a.dropdown-item:focus {
  color: var(--fah-nav-dropdown-hover-color);
  background-color: var(--fah-nav-dropdown-hover-bg-color);
}


/*--------------------------------------------------------------
# MOBILE MENU
--------------------------------------------------------------*/
@media (min-width: 992px){

/*  .fah-mobile-menu {
    display: none;
  }*/

}

.fah-navbar-toggler, .fah-mobile-menu-close, .fah-mobile-menu .fah-nav-wrap .arrow-collapse {
  color: var(--fah-nav-mobile-toggler-icons);
}

.fah-mobile-menu-header .fah-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.icon-close2:before {
  content: "\e5cd";
}

.fah-navbar-toggler {
  cursor: pointer;
  font-size: 1.75rem;
}

.fah-navbar-toggler:hover {
  color: var(--fah-primary-color);
  transition: .3s all ease;
}

.fah-mobile-menu {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  position: fixed;
/*  top: 123px;*/
  right: 0;
/*  bottom: 0;*/
  z-index: 2000;
  padding-top: 20px;
  background: var(--fah-mobile-menu-bg-color);
  background: hsla(353, 100%, 44%, 0.95);
  height: 100%;
  display: block;
/*  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateY(110%);*/
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; 
  transform: scaleY(0);
  transform-origin: left top;
}
.fah-mobile-menu.scrolled{
  top: 85px;
}

.offcanvas-menu .fah-mobile-menu {
/*  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateY(0%); */
  opacity: 1;
  transition: .3s all cubic-bezier(0.77, 0, 0.175, 1);
  transform: scaleX(1.0);
  visibility: visible;
}

.fah-mobile-menu .fah-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px; 
}

.fah-mobile-menu .fah-mobile-menu-header .fah-mobile-menu-close {
  float: right;
  margin-top: 8px; 
}
.fah-mobile-menu .fah-mobile-menu-header .fah-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
.fah-mobile-menu .fah-mobile-menu-header .fah-mobile-menu-close span:hover {
  color: var(--fah-primary-color);
}
.fah-mobile-menu .fah-mobile-menu-header .fah-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px; 
}
.fah-mobile-menu .fah-mobile-menu-header .fah-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase; 
}
.fah-mobile-menu .fah-mobile-menu-header .fah-mobile-menu-logo a img {
  max-width: 70px; 
}
.fah-mobile-menu .fah-mobile-menu-header .fah-mobile-menu-logo a:hover {
  text-decoration: none; 
}
.fah-mobile-menu .fah-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px; 
}
.fah-mobile-menu .fah-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; 
  /*width: min-content;*/
  width: fit-content;
}
.fah-mobile-menu .fah-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: var(--fah-mobile-link-color); 
}
.fah-mobile-menu .fah-nav-wrap a:hover {
  background-color: inherit;
}
.fah-mobile-menu .fah-nav-wrap li {
  position: relative;
  display: block; 
}
.fah-mobile-menu .fah-nav-wrap li.nav-item.current-menu-item > a {
  color: var(--fah-mobile-link-color); 
}
.fah-mobile-menu .fah-nav-wrap .arrow-collapse {
  position: absolute;
  right: -40px;
  /* Set top to correct position for first level arrows */
  top: 9px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 0;
  background: var(--fah-mobile-arrows-bg-color);
}
.fah-mobile-menu .fah-nav-wrap li.depth1 .arrow-collapse {
  /* Set top to correct position for second level arrows */
  top: 5px;
}
.fah-mobile-menu .fah-nav-wrap .arrow-collapse:hover {
  background: var(--fah-mobile-arrows-bg-hover-color); 
}
.fah-mobile-menu .fah-nav-wrap .arrow-collapse:before {
  font-size: 18px;
  z-index: 20;
  font-family: "remixicon";
  content: "\ea4e";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}
.fah-mobile-menu .fah-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); 
}
.fah-mobile-menu .fah-nav-wrap > li {
/*  display: block;*/
  position: relative;
  float: left;
/*  width: 100%; */
  width: fit-content;
}
.fah-mobile-menu .fah-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px; 
  cursor: pointer;
/*  text-align: center;*/
}
.fah-mobile-menu .fah-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none; 
}
.fah-mobile-menu .fah-nav-wrap > li > ul > li {
  display: block; 
}
.fah-mobile-menu .fah-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px; 
/*  text-align: center;*/
}
.fah-mobile-menu .fah-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0; 
}
.fah-mobile-menu .fah-nav-wrap > li > ul > li > ul > li {
  display: block; 
}
.fah-mobile-menu .fah-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px; 
}
.fah-mobile-menu .fah-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em; 
}
.fah-mobile-menu .fah-nav-wrap[data-class="social"] > li {
  width: auto; 
}
.fah-mobile-menu .fah-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important; 
}
.fah-mobile-menu li.menu-item.dropdown ul.dropdown { 
  opacity:  0;
  height: 0px;
  display: none;
}
.fah-mobile-menu li.menu-item.dropdown ul.dropdown.show {
  opacity:  1;
  height: 100%;
  display: block;
/*  -webkit-transition: 1s all ease-in-out;
  -o-transition: 1s all ease-in-out;*/
/*  transition: 0.5s all;
  transition-timing-function: ease;*/
/*      -webkit-transform:translateY(100%);
    -moz-transform:translateY(100%);
    transform:translateY(100%);*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

        max-height: 500px;
    transition: max-height 1s ease-in;
}

.fah-mobile-menu .fah-mobile-menu-footer {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; 
}

.fah-mobile-menu .dropdown-item {
  white-space: unset;
}

/*--------------------------------------------------------------
# SEARCH
--------------------------------------------------------------*/
.fah-search-btn {
  background: transparent;
  border: 0;
  font-size: 1.2rem;
  cursor: pointer;
}

.fah-search {
  font-size: 1.2rem;
  color: var(--fah-nav-search-icon-color);
}

@media (max-width: 992px) {
  #fah-search-btn {
    display: none;
  }
} 

#fah-search-btn-mobile{
  margin-left: 15px;
}


.fah-search-form {
  transition: 0.2s;
}

/*.fah-search-form.fah-search-show{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2000;
  transform: translateY(0);
transform: translateY(-100%);
  transition: transform 0.3s cubic-bezier(.4,0,.2,1);
}*/

.fah-search-form.fah-search-show{
  background: var(--fah-primary-color); 
  background: hsla(350,50%,50%,0.9); 
  color: var(--fah-primary-color);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2000;
}

.fah-search-form.fah-search-show .fah-search-close {
  font-size: 3rem;
  padding-right: 20px;
  color: white;
  opacity: 0.5;
  float: right;
  cursor: pointer;
}

.fah-search-form.fah-search-show .fah-search-close:before {
  content: "\eb99";
  font-family: remixicon;
  vertical-align: top;
}

.fah-search-form input{
  display: none;
}

.fah-search-form.fah-search-show  input {
  position: absolute;
  top: 50%;
  left: 6%;
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
  height: auto;
  width: 88%;
  padding: 0;
  border-radius: 0;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0px;
  background-color: transparent;
  outline: unset;
  display: block;
}

.fah-search-form input:focus-visible {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: unset;
}

.fah-search-form input[type="text"]{
  color: white;
}

.fah-search-form input[type="text"]::placeholder{
  color: white;
  opacity: 0.5;
}

.fah-search-form input[type="text"]:-ms-input-placeholder{
  color: white;
  opacity: 0.5;
}

.fah-search-form input[type="text"]::-ms-input-placeholder{
  color: white;
  opacity: 0.5;
}

/*--------------------------------------------------------------
# BUTTONS
--------------------------------------------------------------*/

/*.fah-buttons{
  font-size: 1.2rem;
  color: var(--fah-nav-search-icon-color);
  background: transparent;
  border: 0;
  cursor: pointer;
}

*/
.fah-buttons{
  cursor: pointer;
  width: 2.5em;
  height: 2.5em;
  font-size: 1.2rem;
  color: var(--fah-primary-color);
  border: 2px solid var(--fah-primary-color);
  border-radius: 15px;
  background: transparent;
  margin-left: 15px;
  transition: all .3s cubic-bezier(0.77, 0, 0.175, 1);
}

.fah-buttons.nf{
  color: var(--wp--preset--color--theme-black);
  border-color: transparent;
}

.fah-buttons.nf span, 
.fah-buttons.nf i,
.fah-buttons.nf li.lang-item a{
  color: var(--wp--preset--color--theme-black);
}

.fah-buttons.nf.mobile{
  color: var(--wp--preset--color--theme-white);
  border-color: transparent;
  margin-left: inherit;
}

.fah-buttons.nf.mobile span, 
.fah-buttons.nf.mobile i,
.fah-buttons.nf.mobile li.lang-item a{
  color: var(--wp--preset--color--theme-white);
}

.fah-buttons:hover{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background: var(--fah-primary-color);
}

.fah-buttons.nf:hover,
.fah-buttons.nf:hover li.lang-item a{
  background: unset;
  color: var(--wp--preset--color--theme-red);
}

.fah-buttons.nf:hover span, .fah-buttons.nf:hover i{
  color: unset;
}

.fah-buttons.nf.mobile:hover{
  background: transparent;
  color: var(--wp--preset--color--theme-white);
}

.fah-buttons.nf.mobile:hover span, .fah-buttons.nf.mobile:hover i, .fah-buttons.nf.mobile:hover li.lang-item a{
  color: unset;
}


.fah-buttons span, .fah-buttons i {
  font-size: 1.7rem;
  line-height: unset;
  transition: all .3s cubic-bezier(0.77, 0, 0.175, 1);
}

.fah-buttons:hover span, .fah-buttons:hover i{
  color: #fff;
}

.fah-buttons.nf li.lang-item{
    list-style: none;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# MOBILE MENU TOGGLE BUTTON
--------------------------------------------------------------*/
/*@media (min-width: 992px) {
  #fah-menu-icon {
    display: none;
  }
} */

#fah-menu-icon .bar {
  width: 25px;
  height: 2px;
  background: var(--fah-primary-color);
  transition: 0.3s ease-in-out;
}

#fah-menu-icon .bar:nth-child(2) {
  width: 20px;
  margin: 5px 0;
}

#fah-menu-icon .bar:last-child {
  width: 15px;
}


/*--------------------------------------------------------------
# TO TOP BUTTON
--------------------------------------------------------------*/
#fah-to-top-btn {
/*  opacity: 0;*/
  transform: translate3d(0,5rem,0);
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  font-size: 1.2em;
  line-height: 0;
  outline: none;
  background-color: var(--fah-nav-bg-color);
  border: 2px solid var(--fah-primary-color);
  border-radius: 15px;
  color: white;
  cursor: pointer;
  padding: 10px;
  width: 2.5em;
  height: 2.5em;
}

#fah-to-top-btn.scrolled{
/*  opacity: 1;*/
  transform: translate3d(0,0,0);
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all 0.3s;
}

/*--------------------------------------------------------------
# DARK MODE BUTTON
--------------------------------------------------------------*/
#fah-dark-mode-btn{
  font-size: 1.2rem;
  cursor: pointer;
  color: var(--fah-nav-search-icon-color);
}

/*--------------------------------------------------------------
# LANG SWITCHER
--------------------------------------------------------------*/

li.lang-item {
  list-style: none;
  font-size: 1.2rem;
  text-transform: uppercase;
  transition: all .3s cubic-bezier(0.77, 0, 0.175, 1);
  margin-left: 0.5em;
}
li.lang-item:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
li.lang-item a {
  color: var(--wp--preset--color--theme-black);
}

li.lang-item a:hover{
  color: var(--wp--preset--color--theme-red);
}

#fah-lang-switcher-mobile{
  color: var(--wp--preset--color--theme-white);
  display: inline-flex;
}

#fah-lang-switcher-mobile li.lang-item a {
  color: var(--wp--preset--color--theme-white);
}

@media (min-width: 992px) {
  #fah-dark-mode-btn-mobile {
    display: none;
  }
  #fah-lang-switcher-mobile{
    display: none;
  }
  #fah-search-btn-mobile{
    display: none;
  }
} 


@media (max-width: 992px){
  #fah-events-btn, #fah-search-btn, #fah-dark-mode-btn, #fah-lang-switcher {
    display: none;
  }
}






.dark_mode .fah-mobile-menu .fah-nav-wrap .arrow-collapse:before {
  color: #222222;
}




#menu-toggle {
    width: 55px;
    height: 55px;
    background: #2ea8ee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 2px;
    background: var(--wp--preset--color--theme-red);
    transition: 0.3s ease-in-out;
}

#fah-mobile-menu-toggle-btn:hover .bar{
  background: #fff;
}

.bar:nth-child(2) {
  width: 20px;
  margin: 5px 0;
}

.bar:last-child {
  width: 15px;
}

#menu-toggle:hover .bar {
    width: 25px;
}


#fah-mobile-menu-toggle-btn.closeMenu .bar {
    width: 25px;
}

#fah-mobile-menu-toggle-btn.closeMenu .bar:first-child {
    transform: translateY(7px) rotate(45deg);
}

#fah-mobile-menu-toggle-btn.closeMenu .bar:nth-child(2) {
    transform: scale(0);
}

#fah-mobile-menu-toggle-btn.closeMenu .bar:last-child {
    transform: translateY(-7px) rotate(-45deg);
}

#fah-mobile-menu-toggle-btn{
  padding-left: 10px;
}


/*.fah-nav-wrap{
  flex-direction: row;
}


*/
