/*.eael-simple-menu-container.preset-3 .eael-simple-menu li.current-menu-ancestor>a.eael-item-active, .eael-simple-menu-container.preset-3 .eael-simple-menu li:hover>a, .eael-simple-menu-container.preset-3 .eael-simple-menu li.current-menu-item>a.eael-item-active
 {
    color: #fff; 
    background-color: #D89512;
}*/


/* This pushes the whole page down so nothing hides behind the fixed menu */
body.elementor-canvas, 
body.elementor-default {
    padding-top: 137px; /* Match this to the height of your orange header */
}

/* On Mobile, if the header gets taller, adjust this number */
@media (max-width: 767px) {
    body.elementor-canvas, 
    body.elementor-default {
        padding-top: 283px; 
    }
}


/* On Mobile, hide mobile menu */
@media (max-width: 767px) {
  .elementor-8966 .elementor-element.elementor-element-c68db91 .elementskit-menu-hamburger {
    float: right;
		display: none !important;
  }
}