HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
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: /var/www/html/wppartneramazingsecret/wp-content/themes/themify-ultra/styles/menus/flip-from-top.css
.mobile-menu-visible.sidemenu-right.sidemenu-active #headerwrap,
body:not(.header-overlay):not(.header-minbar):not(.header-leftpane):not(.header-rightpane).mobile-menu-visible.sidemenu-active,
body:not(.header-overlay):not(.header-minbar):not(.header-leftpane):not(.header-rightpane).mobile-menu-visible.sidemenu-active .fixed-header{
	left:0;
	right:0
}
#mobile-menu.sidemenu{
	left:0;
	right:0;
	width:100%;
	visibility:hidden; 
	transform-origin:50% 20%;
	transition:transform .4s ease,opacity .4s ease,visibility .4s ease
}
#mobile-menu.sidemenu-on,
#mobile-menu.sidemenu-off{
	 animation:flipFromTopOff 1s alternate
}
.mobile-menu-visible #mobile-menu.sidemenu{
	animation:flipFromTopOn 1s alternate;
	visibility:visible
}
.mobile-menu-visible .body-overlay,
.body-overlay,
.body-overlay.body-overlay-on,
body:not(.mobile-menu-visible) #menu-icon-close{
	display:none
}
@keyframes flipFromTopOn{
	from{transform:perspective(400px) rotateX(360deg) scale(.1);opacity:.1}
	to{transform:perspective(400px) rotateX(0) scale(1);opacity:1}
}
@keyframes flipFromTopOff{
	from{transform:perspective(400px) rotateX(0) scale(1);opacity:1}
	to{transform:perspective(400px) rotateX(360deg) scale(.1);opacity:.1}
}