<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" prefix="og: https://ogp.me/ns#">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Laurie Johnson</title>

<link rel='stylesheet' id='dashicons-css' href='https://www.lauriejohnson.com/wp-includes/css/dashicons.min.css?ver=7.0' media='all' />
<link rel='stylesheet' id='buttons-css' href='https://www.lauriejohnson.com/wp-includes/css/buttons.min.css?ver=7.0' media='all' />
<link rel='stylesheet' id='forms-css' href='https://www.lauriejohnson.com/wp-admin/css/forms.min.css?ver=7.0' media='all' />
<link rel='stylesheet' id='l10n-css' href='https://www.lauriejohnson.com/wp-admin/css/l10n.min.css?ver=7.0' media='all' />
<link rel='stylesheet' id='wp-base-styles-css' href='https://www.lauriejohnson.com/wp-includes/css/dist/base-styles/admin-schemes.min.css?ver=7.0' media='all' />
<link rel='stylesheet' id='login-css' href='https://www.lauriejohnson.com/wp-admin/css/login.min.css?ver=7.0' media='all' />

<style media="screen">
#login_error, .login .message, #loginform { margin-bottom: 20px; }
.password-protected-text-below { display: inline-block; text-align: center; margin-top: 30px;}
.password-protected-text-above { text-align: center; margin-bottom: 10px;}
</style>

<meta name='robots' content='noindex, follow' />
<link rel="icon" href="https://www.lauriejohnson.com/wp-content/uploads/cropped-Laurie-Johnson-Square-Logo-White-800px-32x32.png" sizes="32x32" />
<link rel="icon" href="https://www.lauriejohnson.com/wp-content/uploads/cropped-Laurie-Johnson-Square-Logo-White-800px-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://www.lauriejohnson.com/wp-content/uploads/cropped-Laurie-Johnson-Square-Logo-White-800px-180x180.png" />
<meta name="msapplication-TileImage" content="https://www.lauriejohnson.com/wp-content/uploads/cropped-Laurie-Johnson-Square-Logo-White-800px-270x270.png" />
		<meta name="viewport" content="width=device-width" />
		
</head>
<body class="login login-password-protected login-action-password-protected-login wp-core-ui">

<div id="login">
	<h1 class="wp-login-logo" id="password-protected-logo"><a href="https://www.lauriejohnson.com/" title="Laurie Johnson">Laurie Johnson</a></h1>
	
	
	<form tabindex="0" name="loginform" id="loginform" action="https://www.lauriejohnson.com/blog/feed?password-protected=login&#038;redirect_to=https%3A%2F%2Flauriejohnson.com%2Fblog%2Ffeed%2F" method="post">

        <p>
            <div class="password-protected-text-above" style="width:100%;">Enter password to view website.</div>        </p>

        <!--
		We are removing this field PP-245
             <p>
                <label for="password_protected_pass">Password</label>
                <input type="password" name="password_protected_pwd" id="password_protected_pass" class="input" value="" size="20" tabindex="20" autocomplete="false" />
            </p>
        -->

        <div class="user-pass-wrap">
            <label for="password_protected_pass">Password</label>
            <div class="wp-pwd">
                <input
                    id="password_protected_pass"
                    class="input password-input"
                    type="password"
                    name="password_protected_pwd"
                    value=""
                    size="20"
                    autocomplete="false"
                    spellcheck="false"
                    required
                    tabindex="100"
                >
                <button
                    id="pp-hide-show-password"
                    class="button button-secondary hide-if-no-js wp-hide-pw"
                    type="button"
                    data-toggle="0"
                    aria-label="Show password"
                    tabindex="101"
                >
                    <span class="dashicons dashicons-visibility" aria-hidden="true"></span>
                </button>
            </div>
        </div>

						
		<p class="submit">
			<input
                type="submit"
                name="wp-submit"
                id="wp-submit"
                class="button button-primary button-large"
                value="Log In"
                tabindex="103"
            />
			<input type="hidden" name="password_protected_cookie_test" value="1" />
			<input type="hidden" name="password-protected" value="login" />
			<input type="hidden" name="redirect_to" value="https://lauriejohnson.com/blog/feed/" />
		</p>

        <div style="display: table;clear: both;"></div>

        <p>
		    <div class="password-protected-text-below" style="width:100%">LaurieJohnson.com</div>        </p>

	</form>

	
</div>

<script>
try{document.getElementById('password_protected_pass').focus();}catch(e){}
if(typeof wpOnload=='function')wpOnload();
try{let s=document.getElementById("pp-hide-show-password");s.addEventListener("click",function(e){e.preventDefault();let t=document.getElementById("password_protected_pass");"password"===t.type?(t.type="text",s.innerHTML='<span class="dashicons dashicons-hidden" aria-hidden="true"></span>'):(t.type="password",s.innerHTML='<span class="dashicons dashicons-visibility" aria-hidden="true"></span>')})}catch(e){}
</script>

		<style>
			.unlimited-elements-background-overlay{
				position:absolute;
				top:0px;
				left:0px;
				width:100%;
				height:100%;
				z-index:0;
			}

			.unlimited-elements-background-overlay.uc-bg-front{
				z-index:999;
			}
		</style>

		<script type='text/javascript'>

			jQuery(document).ready(function(){
					
				function ucBackgroundOverlayPutStart(){
				
					var objBG = jQuery(".unlimited-elements-background-overlay").not(".uc-bg-attached");

					if(objBG.length == 0)
						return(false);

					objBG.each(function(index, bgElement){

						var objBgElement = jQuery(bgElement);

						var targetID = objBgElement.data("forid");

						var location = objBgElement.data("location");

						switch(location){
							case "body":
							case "body_front":
								var objTarget = jQuery("body");
							break;
							case "layout":
							case "layout_front":
								var objLayout = jQuery("*[data-id=\""+targetID+"\"]");
								var objTarget = objLayout.parents(".elementor");
								if(objTarget.length > 1)
									objTarget = jQuery(objTarget[0]);
							break;
							default:
								var objTarget = jQuery("*[data-id=\""+targetID+"\"]");
							break;
						}


						if(objTarget.length == 0)
							return(true);

						var objVideoContainer = objTarget.children(".elementor-background-video-container");

						if(objVideoContainer.length == 1)
							objBgElement.detach().insertAfter(objVideoContainer).show();
						else
							objBgElement.detach().prependTo(objTarget).show();


						var objTemplate = objBgElement.children("template");

						if(objTemplate.length){
							
					        var clonedContent = objTemplate[0].content.cloneNode(true);

					    	var objScripts = jQuery(clonedContent).find("script");
					    	if(objScripts.length)
					    		objScripts.attr("type","text/javascript");
					        
					        objBgElement.append(clonedContent);
							
							objTemplate.remove();
						}

						objBgElement.trigger("bg_attached");
						objBgElement.addClass("uc-bg-attached");

					});
				}

				ucBackgroundOverlayPutStart();

				jQuery( document ).on( 'elementor/popup/show', ucBackgroundOverlayPutStart);
				jQuery( "body" ).on( 'uc_dom_updated', ucBackgroundOverlayPutStart);

			});


		</script>
		
<div class="clear"></div>


</body>
</html>
