<!DOCTYPE html>
		<html xmlns="http://www.w3.org/1999/xhtml" class="wp-toolbar" lang="en-US">
		<head>
		<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
		<meta http-equiv="refresh" content="60">
		<meta name="robots" content="noindex, nofollow">
		<title>UpdraftClone</title>
		<style>

		@-webkit-keyframes rotateIcon {

			from {
				-webkit-transform: rotate(0);
						transform: rotate(0);
			}
		
			to {
				-webkit-transform: rotate(360deg);
						transform: rotate(360deg);
			}
		
		}

		@keyframes rotateIcon {

			from {
				-webkit-transform: rotate(0);
						transform: rotate(0);
			}
		
			to {
				-webkit-transform: rotate(360deg);
						transform: rotate(360deg);
			}
		
		}

		body {
			background-color: #EDEDED;
			margin: 0;
			padding: 20px;
		}
		p {
			padding: 0;
			margin: 15px 0;
			line-height: 1.2;
		}
		body:before {
			content: ' ';
			position: absolute;
			background: #db6939;
			display: block;
			height: 477px;
			top: 0;
			left: 0;
			width: 100%;
			z-index: 1;
		}
		a {
			color: #ffceb9;
		}
		.updraftclone_content_container {
			position: relative;
			z-index: 2;
			margin:auto; 
			margin-top:40px; 
			width:80%; 
			max-width: 520px; 
			text-align:center; 
			color: #ffffff; 
			font-family: Source Sans Pro, Helvetica, Arial, Lucida, sans-serif; 
			font-weight: 300; 
			font-size: 16px;
		}
		.updraftclone_logo {
			width: 50%;
		}

		.status-box {
			max-width: 520px;
			margin: 0 auto;
			background: #FFF;
			box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
			color: #43322B;
		}
		section.progress {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			position: relative;
		}
		
		.progress-item {
			-webkit-box-flex: 1;
				-ms-flex: 1;
					flex: 1;
			position: relative;
			padding: 10px;
			padding-bottom: 20px;
		}

		.progress-item.active {
			font-weight: bold;
		}

		.progress-item__bar {
			height: 10px;
			position: absolute;
			top: 0;
			width: 100%;
			left: 0;
		}

		.done .progress-item__bar {
			background: #43322B;
		}
		
		.active .progress-item__bar {
			background: #43322B;
			overflow: hidden;
		}

		.active .progress-item__bar:before {
			content: ' ';
			display: block;
			width: 10px;
			height: 10px;
			position: absolute;
			background: #43322B;
			right: 0;
			top: 0;
			border-top: 10px solid #FFF;
			border-right: 10px solid #FFF;
			-webkit-transform: translateY(-5px) translateX(10px) rotate(45deg);
					transform: translateY(-5px) translateX(10px) rotate(45deg);
		}

		section.progress:before {
			content: ' ';
			position: absolute;
			display: block;
			height: 10px;
			top: 0;
			left: 0;
			width: 100%;
			box-shadow: 0 4px 14px rgba(0, 0, 0, 0.21);
		}
		span.icon {
			display: block;
			padding-top: 15px;
			padding-bottom: 10px;
		}
		span.icon svg {
			display: inline-block;
			max-width: 28px;
			fill: #C4C4C4;
			color: currentColor;
		}

		.done span.icon svg {
			fill: green;
		}

		.active span.icon svg {
			fill: #43322B;
			-webkit-animation-name: rotateIcon;
					animation-name: rotateIcon;
			-webkit-animation-duration: 1.8s;
					animation-duration: 1.8s;
			-webkit-animation-iteration-count: infinite;
					animation-iteration-count: infinite;
			-webkit-animation-timing-function: linear;
					animation-timing-function: linear;
		}

		.progress-item:not(.done):not(.active) {
			color: #C4C4C4;
		}
		.done {
			color: green;
		}

		p.status-description {
			margin:  0;
			padding: 20px;
			border-top: 1px solid #EBEBEB;
		}

		@media (max-width: 520px) {
			.progress-item:not(.active) {
				display: none;
			}
		}
		</style>
		</head>
		<body><div class="updraftclone_content_container"><img class="updraftclone_logo" alt="UpdraftClone Logo" src="http://vfc6tvkf61z.c.updraftclone.com/wp-content/plugins/updraftplus/images/updraftclone_logo_white.png"><p>Your UpdraftClone is still setting up. You can check the progress here or in <a href="https://updraftplus.com/my-account/clones/" target="_blank">your UpdraftPlus.com account</a></p><p><a href="https://updraftplus.com/faq-category/updraftclone/" target="_blank">To read FAQs/documentation about UpdraftClone, go here.</a></p>		<div class="status-box">
			<section class="progress">
				<div class="progress-item active">
					<div class="progress-item__bar"></div>
					<span class="icon"><svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><use href="#update" /></svg></span>
					WordPress installed				</div>
				<div class="progress-item ">
					<div class="progress-item__bar"></div>
					<span class="icon"><svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><use href="#clock" /></svg></span>
					Receiving site data				</div>
				<div class="progress-item ">
					<div class="progress-item__bar"></div>
					<span class="icon"><svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><use href="#clock" /></svg></span>
					Deploying site data				</div>
				<div class="progress-item">
					<div class="progress-item__bar"></div>
					<span class="icon"><svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><use href="#clock" /></svg></span>
					Clone ready				</div>
			</section>
			<p class="status-description">WordPress installed; now awaiting the site data to be sent.</p>
		</div>

		</div>			<svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" style="display: none;">
				<symbol viewBox="0 0 20 20" id="yes-alt"><title>yes-alt</title><g><path d="M10 2c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm-.615 12.66h-1.34l-3.24-4.54 1.34-1.25 2.57 2.4 5.14-5.93 1.34.94-5.81 8.38z"/></g></symbol>
				<symbol viewBox="0 0 20 20" id="yes"><title>yes</title><g><path d="M14.83 4.89l1.34.94-5.81 8.38H9.02L5.78 9.67l1.34-1.25 2.57 2.4z"/></g></symbol>
				<symbol viewBox="0 0 20 20" id="update"><title>update</title><g><path d="M10.2 3.28c3.53 0 6.43 2.61 6.92 6h2.08l-3.5 4-3.5-4h2.32c-.45-1.97-2.21-3.45-4.32-3.45-1.45 0-2.73.71-3.54 1.78L4.95 5.66C6.23 4.2 8.11 3.28 10.2 3.28zm-.4 13.44c-3.52 0-6.43-2.61-6.92-6H.8l3.5-4c1.17 1.33 2.33 2.67 3.5 4H5.48c.45 1.97 2.21 3.45 4.32 3.45 1.45 0 2.73-.71 3.54-1.78l1.71 1.95c-1.28 1.46-3.15 2.38-5.25 2.38z"/></g></symbol>
				<symbol viewBox="0 0 20 20" id="clock"><title>clock</title><g><path d="M10 2c4.42 0 8 3.58 8 8s-3.58 8-8 8-8-3.58-8-8 3.58-8 8-8zm0 14c3.31 0 6-2.69 6-6s-2.69-6-6-6-6 2.69-6 6 2.69 6 6 6zm-.71-5.29c.07.05.14.1.23.15l-.02.02L14 13l-3.03-3.19L10 5l-.97 4.81h.01c0 .02-.01.05-.02.09S9 9.97 9 10c0 .28.1.52.29.71z"/></g></symbol>
			</svg>		
			</body>
		</html>
		