<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<title>
	arabic-tech &mdash; Coming Soon</title>
<script src="http://arabic-tech.com/wp-includes/js/jquery/jquery.js"></script>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600" rel="stylesheet">
<style type="text/css">
body {
	background-color: #fff;
	background-image: url( "http://arabic-tech.com/wp-content/plugins/mojo-marketplace-wp-plugin/images/cs-bluehost-bg.jpg" );
	background-position: top right;
	background-repeat: no-repeat;
	font-family: "Open Sans", sans-serif;
	overflow-x: hidden;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input {
	font-family: "Open Sans", sans-serif;
}
::-webkit-input-placeholder {
  color: #9DAFBD;
}
::-moz-placeholder {
  color: #9DAFBD;
}
:-ms-input-placeholder {
  color: #9DAFBD;
}
:-moz-placeholder {
  color: #9DAFBD;
}
#wrap {
	max-width: 560px;
	margin: 320px auto 120px;
	color: #444;
	text-align: center;
}
#wrap h1 {
	font-weight: 300;
	font-size: 28px;
}

#wrap h2 {
	font-weight: 300;
	font-size: 38px;
}

#wrap p {
	color: #666;
	line-height: 1.5;
}

footer {
	background-color: #fff;
	width: 100%;
	position: fixed;
	bottom:0;
	left:0;
	color: #666;
}
footer p {
	font-size: 14px;
	line-height: 22px;
	color: #5B5B5B;
	padding: 8px;
	text-align: center;
}
footer p a {
	color: #3575D3;
	text-decoration: none;
}
footer p a:hover {
	text-decoration: underline;
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 8px 16px;
	font-size: 14px;
	line-height: 1.5;
	border: 1px solid #2e66ba;
	background: #2e66ba;
	color: #fff;
	box-shadow: none;
	border-radius: 3px;
	text-decoration: none;
	margin-top: 60px;
}

.btn:hover {
	border: 1px solid #2e66ba;
	background-color: #fff;
	color: #2e66ba;
}

.bh_subscription_widget {
}
.bh_subscription_widget h2.widgettitle {
	color: #5B5B5B;
	font-size: 38px;
	letter-spacing: -1px;
	line-height: 54px;
	margin-bottom: 10px;
}
.bh_subscription_widget #subscribe-text p {
	color: #5B5B5B;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 25px;
}
.bh_subscription_widget #success,
.bh_subscription_widget #error {
	border-radius: 4px;
	font-size: 14px;
	line-height: 24px;
	color: #5B5B5B;
	margin-bottom: 25px;
	display: none;
	padding: 8px 40px;
}
.bh_subscription_widget #success {
	background: #CCE9D0;
	border: 1px solid #009013;
}
.bh_subscription_widget #error {
	background: #FFEAE9;
	border: 1px solid #F72F26;
}
.bh_subscription_widget form .bh-inputs {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.bh_subscription_widget form .bh-inputs.active {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.bh_subscription_widget form .bh-inputs.email.active #bh-subscribe-label {
	color: #5B5B5B;
	clip: auto !important;
	height: auto !important;
	position: absolute !important;
	overflow: visible !important;
	width: auto !important;
	left: 16px;
	font-size: 11px;
	top: 2px;
}
.bh_subscription_widget form .bh-inputs.email input[type="email"] {
	background-color: #fff;
	background-image: url( "http://arabic-tech.com/wp-content/plugins/mojo-marketplace-wp-plugin/images/icon-email.svg" );
	background-position: 10px center;
	background-repeat: no-repeat;
	border: 1px solid #5B5B5B;
	border-radius: 3px;
	color: #5B5B5B;
	font-size: 11px;
	margin-right: 6px;
	min-width: 300px;
	padding: 14px 15px 14px 45px;
	max-height: 45px;
	-webkit-transition: all 0.05s ease-in-out;
	-moz-transition: all 0.05s ease-in-out;
	-o-transition: all 0.05s ease-in-out;
	transition: all 0.05s ease-in-out;
}
.bh_subscription_widget form .bh-inputs.email.active input[type="email"] {
	background-image: none;
	font-size: 14px;
	padding: 16px 15px 12px 15px;
	max-height: 45px;
}
.bh_subscription_widget form .bh-inputs.submit input[type="submit"] {
	background-color: #3575D3;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 13px;
	margin: 0;
	padding: 15px 30px;
	border: 1px solid #3575D3;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.bh_subscription_widget form .bh-inputs.submit input[type="submit"]:hover {
	background-color: #5B5B5B;
	border-color: #5B5B5B;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

@media (max-width: 1024px) {
	#wrap {
		margin: 240px auto 120px;
	}
}
@media (max-width: 960px) {
	#wrap {
		margin: 120px auto;
	}
}
@media (max-width: 640px) {
	#wrap {
		margin: 60px auto 120px;
		max-width: 100%;
		color: #444;
		padding: 0 20px;
	}
	.btn {
		margin-top: 10px;
	}
	.bh_subscription_widget form .bh-inputs,
	.bh_subscription_widget form .bh-inputs.email input[type="email"],
	.bh_subscription_widget form .bh-inputs.submit input[type="submit"] {
		width: 100%;
	}
	.bh_subscription_widget form .bh-inputs.email input[type="email"] {
		min-width: 0;
	}
	.bh_subscription_widget form .bh-inputs {
		margin-bottom: 10px;
	}
}
@media (max-width: 360px) {
	#wrap h1 {
		font-size: 26px;
	}
	.btn {
		margin-top: 40px;
	}
}
</style>
</head>
<body>
	<div id="wrap">
		<div class="content">

			
				<h1>A New WordPress Site</h1>
				<h2>Coming Soon!</h2>
				<a class="btn" href="https://arabic-tech.com/wp-login.php">Admin Login</a>

			
		</div>
	</div>
	<footer>
		<p class="text-center">
			A <a href="https://bluehost.com/wordpress" class="bluehost" target="_blank" rel="noopener noreferrer nofollow">Bluehost</a> powered website.&nbsp;Is this your website? Log in to <a href="https://arabic-tech.com/wp-login.php">WordPress</a> or <a href="https://my.bluehost.com/" class="bluehost" target="_blank" rel="noopener noreferrer nofollow">Bluehost</a>.		</p>
	</footer>
<script>
	jQuery(document).ready( function($){

		$( '#subscribe-submit input' ).click(function(e){
			e.preventDefault();

			$( '#success' ).hide();
			$( '#error' ).hide();

			var email 		= $( '#subscribe-field-bh' ).val();
			var nonce 		= $( '#mm_nonce-coming-soon-subscribe' ).val();
			var ajaxscript 	= { ajax_url : 'https://arabic-tech.com/wp-admin/admin-ajax.php' }

			$.ajax({
				type: 'POST',
				url: ajaxscript.ajax_url,
				data: {
					'action': 'mm_coming_soon_subscribe',
					'email': email,
					'nonce': nonce
				},
				success: function( response ){

					//console.log( response );

					var status = response.status;

					if ( status == 'success' ){

						$( '#success' ).show();

					} else if ( status == 'active' ) {

						$( '#error' ).show().text( 'Your email address is already subscribed to this website. Stay tuned to your inbox for our updates or try a different email address.' );

					} else if ( status == 'invalid_email' ){

						$( '#error' ).show().text( 'There was an error with your submission and you were not subscribed. Please try again with a valid email address.' );

					} else {

						$( '#error' ).show();

					}

				},
			});
		});

		var input = $( '#subscribe-email' );
		input.focusin( function() {
			$(this).addClass( 'active' );
		});
		input.focusout( function() {
			$(this).removeClass( 'active' );
		});
	});
</script>
</body>
</html>

<!-- Dynamic page generated in 3.058 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2020-07-28 14:29:38 -->
