{
	"var": {
		"bg": "#d35400",
		"color_1": "#FFFFFF"
	},
	"css": "@-webkit-keyframes loaderHide { 0% { opacity: 1; visibility: visible; } 100% { opacity: 0; visibility: hidden; } } @keyframes loaderHide { 0% { opacity: 1; visibility: visible; } 100% { opacity: 0; visibility: hidden; } } #wp-page-loader {z-index: 9999; display: flex; position: fixed; width: 100%; height: 100%; overflow: hidden; background: #{{bg}}; top: 0; left: 0; align-items: center; justify-content: center; } #wp-page-loader.available { -webkit-animation: loaderHide; animation: loaderHide; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } #wp-page-loader .spinner { margin: 100px auto 0; width: 70px; text-align: center; } #wp-page-loader .spinner > div { width: 18px; height: 18px; background-color: #{{color_1}}; border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both; } #wp-page-loader .spinner .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } #wp-page-loader .spinner .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } @-webkit-keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); } 40% { -webkit-transform: scale(1); } } @keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } }",
	"html": "<div id=\"wp-page-loader\" class=\"loader-wrap\"> <div class=\"spinner\"> <div class=\"bounce1\"></div> <div class=\"bounce2\"></div> <div class=\"bounce3\"></div> </div> </div>"
}
