/* The theme preloader blocks meaningful content for several seconds. */
html body .preloader,
html body #preloader,
html body .rn-preloader,
html body .page-loader,
html body .loader-wrapper,
html body .loading-screen,
html body .rn-loader-wrapper,
html body .trydo-preloader {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}
