/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
body .header-small-pc {
  display: none;
}

@media (max-width: 1714px) {
  body .header-pc {
    display: none;
  }
  body .header-small-pc {
    display: flex;
  }
  .fw-nav {
    display: flex;
  }
}
nav.mobile-mode-collapse-to-button {
  width: fit-content !important;
}
