/*
 * Theme Name: Hello Elementor Child
 * Author: Hanan Digital
 * Author URI: https://hanandigital.com/
 * Version: 1.0.0
 * Text Domain: hello-elementor-child
 * Template: hello-elementor
*/

/* Global */
h1.entry-title {
  display: none;
}

/* Header */
.hfe-site-logo-img {
  vertical-align: middle;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
  flex-wrap: nowrap;
}
.elementor-button:hover svg {
  fill: #F67F2F;
}

@media screen and (max-width: 1024px) {
  header .hfe-nav-menu__layout-horizontal {
    left: 0 !important;
    position: fixed !important;
    top: 65px !important;
    max-width: 100vw !important;
    width: 100vw !important;
  }
  header .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    padding: 0 10%;
    width: 100% !important;
  }
  .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  header .hfe-nav-menu__layout-horizontal {
    top: 78px !important;
  }
  header .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    padding: 0 5%;
  }
}