/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 27 2024 | 09:10:35 */
body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
   position: relative;
   z-index: -1;
 }
 body:not(.elementor-editor-active) .elementor-menu-anchor:before {
   content: "";
   display: block;
   height: 200px;  
   margin: -200px 0 0; 
   visibility: hidden;
   pointer-events: none;
 }

@media only screen and (max-width: 767px) {
   body:not(.elementor-editor-active) .elementor-menu-anchor:before {height: 100px;  margin: 100px 0 0; }
}	
