/*
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
*/

.kda-slider {
  min-height: 800px;
  display: block;
}

.fusion-header {
  border-bottom: 0 !important;
}

#boxed-wrapper .fusion-main-menu {
  --nav_height: 75px;
}

@media (min-width: 1261px) and (max-width: 1500px) {
  .fusion-header {
    height: 70px !important;
  }

  .fusion-main-menu ul > li > a {
    height: 60px !important;
  }

  .fusion-logo {
    margin-bottom: 7.5px !important;
    margin-top: 7.5px !important;
  }

  .fusion-logo img {
    width: 400px !important;
  }
}

@media (min-width: 1081px) and (max-width: 1260px) {
  .fusion-main-menu ul > li > a {
    height: 60px !important;
  }

  .fusion-header {
    height: auto !important;
  }

  .fusion-logo {
    margin-bottom: 7.5px !important;
    margin-top: 0 !important;
  }

  .fusion-logo img {
    width: 400px !important;
  }
}

@media (max-width: 1148px) {
  .fusion-sliding-bar-area {
    display: none !important;
  }
}

@media (max-width: 500px) {
  #wrapper .fusion-logo {
    margin-bottom: 5px !important;
  }
}
