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/modules/loader.css
@supports (display: grid) { /* all browsers except IE */
	body.hidden-view{
		overflow:hidden
	}
	.section_loader,
	body.hidden-view:after{
		height:100%;
		position:fixed;
		background-color:#662d91;
		left:0;
		top:0;
		opacity:1
	}
	body.hidden-view:after{
		content:"";
		width:100%;
		transition:opacity .5s;
		z-index:1000
	}
	.hidden-view .section_loader{
		margin:0 auto;
		perspective:1000;
		animation:fadeInLoading .5s ease-in-out;
		animation-fill-mode:forwards;
		z-index:10000
	}
	body:after{
		content:"";
		opacity:0;
		z-index:-1
	}
	.section_spinner{
		width:50px;
		height:50px;
		background-color:#fff;
		top:50%;
		left:50%;
		margin:-25px 0 0 -25px;
		animation:rotateplane 1.2s infinite ease-in-out
	}
	.section_spinner .tf_fa{
		display:block;
		color:#fff;
		font-size:3.2em;
		width:inherit;
		height:inherit
	}
	@keyframes fadeInLoading{
		0% {opacity:0}
		25%{opacity:.5}
		50%{opacity:1}
		100%{opacity:1}
	}
	@keyframes rotateplane{
		0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg);}
		50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);}
		100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}
	}
}