/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Nov 02 2020 | 21:34:20 */
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display:block;
  height: 230px; /* fixed header height*/
  margin: -230px 0 0; /* negative fixed header height */
  visibility: hidden;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display:block;
  height: 90px; /* fixed header height*/
  margin: -90px 0 0; /* negative fixed header height */
  visibility: hidden;
  pointer-events: none;
}
}