{
	"var": {
		"bg": "#2c3e50",
		"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 { width: 60px; height: 60px; position: relative; margin: 100px auto; } #wp-page-loader .double-bounce1, #wp-page-loader .double-bounce2 { width: 100%; height: 100%; border-radius: 50%; background-color: #{{color_1}}; opacity: 0.6; position: absolute; top: 0; left: 0; -webkit-animation: sk-bounce 2s infinite ease-in-out; animation: sk-bounce 2s infinite ease-in-out; } #wp-page-loader .double-bounce2 { -webkit-animation-delay: -1s; animation-delay: -1s; } @-webkit-keyframes sk-bounce { 0%, 100% { -webkit-transform: scale(0); } 50% { -webkit-transform: scale(1); } } @keyframes sk-bounce { 0%, 100% { transform: scale(0); -webkit-transform: scale(0); } 50% { transform: scale(1); -webkit-transform: scale(1); } }",
	"html": "<div id=\"wp-page-loader\" class=\"loader-wrap\"> <div class=\"spinner\"> <div class=\"double-bounce1\"></div> <div class=\"double-bounce2\"></div> </div> </div>"
}
