HEX
Server: Apache/2.4.65 (Debian)
System: Linux web6 5.10.0-36-amd64 #1 SMP Debian 5.10.244-1 (2025-09-29) x86_64
User: innocamp (1028)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/youtil/.Trash/public_html-02/wp-content/plugins/megamenu/css/compatibility.scss
@if ($elementor_pro_active == true) {
	.elementor-sticky__spacer #{$wrap} #{$menu},
	.elementor-sticky__spacer #{$wrap} #{$menu} .mega-sub-menu {
	   visibility: inherit !important;
	}
}

@if ($wp_theme == twentytwelve and $location == 'primary') {
    body.mega-menu-primary button.menu-toggle {
        display: none;
    }
}

@if ($wp_theme == generatepress and $location == 'primary') {
    body.mega-menu-primary button.menu-toggle {
        display: none;
    }
}

@if ($wp_theme == astra and $location == 'primary') {
	body.mega-menu-primary.ast-header-break-point .ast-mobile-menu-buttons {
		display: none;
	}

	@include desktop {
		#{$wrap} #{$menu} .ast-masthead-custom-menu-items {
			display: inline-block;
			margin: 0 $menu_item_spacing 0 0;
		}
	}
}

@if ($wp_theme == oceanwp) {
	html[class$="-off-canvas-open"] #top-bar-wrap,
	html[class$="-off-canvas-open"] #site-header {
		z-index: 1;
	}

	@if ($location == main_menu) {
		@include desktop {
			#{$wrap} #{$menu} .woo-menu-icon,
			#{$wrap} #{$menu} .search-toggle-li {
				display: inline-block;
				margin: 0 $menu_item_spacing 0 0;

				> a {
		            line-height: $menu_item_link_height;
		            height: $menu_item_link_height;
		            padding: $menu_item_link_padding_top $menu_item_link_padding_right $menu_item_link_padding_bottom $menu_item_link_padding_left;
				}
			}
		}
	}
}

@if ($wp_theme == enfold) {
	html[class$="-off-canvas-open"] #header_meta {
		z-index: 1;
	}
}