Jump to content

The search button has a white thickness on the right.


Il Domandatore

Recommended Posts

I'm trying to customize the search bar, but can't remove the white from the right side. There is something that overlaps between the search button and the search field.
https://postimg.cc/gallery/YMcDYbb

I tried adding the margin to 2px and setting the button height to 39px. The result is a nice button, but I still have a small white graphic problem on the right.
https://postimg.cc/gallery/K1cFC6R

<!DOCTYPE html>
<html lang="en-GB" prefix="og: https://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="https://gmpg.org/xfn/11">


<!-- Search Engine Optimisation by Rank Math - https://s.rankmath.com/home -->
<title>Old Free Game</title>
<meta name="description" content="Have fun online with old and famous games, choose what you like."/>
<meta name="robots" content="nofollow, noindex"/>
<meta property="og:locale" content="en_GB" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Old Free Game" />
<meta property="og:description" content="Have fun online with old and famous games, choose what you like." />
<meta property="og:url" content="https://oldfreegame.com/" />
<meta property="og:site_name" content="Old Free Game" />
<meta property="og:updated_time" content="2021-08-12T18:22:07+02:00" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Old Free Game" />
<meta name="twitter:description" content="Have fun online with old and famous games, choose what you like." />
<script type="application/ld+json" class="rank-math-schema">{"@context":"https://schema.org","@graph":[{"@type":["Organization","Person"],"@id":"https://oldfreegame.com/en/#person","name":"Old Free Game","url":"https://oldfreegame.com"},{"@type":"WebSite","@id":"https://oldfreegame.com/en/#website","url":"https://oldfreegame.com/en","name":"Old Free Game","publisher":{"@id":"https://oldfreegame.com/en/#person"},"inLanguage":"en-GB","potentialAction":{"@type":"SearchAction","target":"https://oldfreegame.com/en/?s={search_term_string}","query-input":"required name=search_term_string"}},{"@type":"Person","@id":"https://oldfreegame.com/#author","name":"Giuliano","image":{"@type":"ImageObject","@id":"https://secure.gravatar.com/avatar/be9f32b4d91dd21ef7ff79a07cc5ff8c?s=96&amp;d=mm&amp;r=g","url":"https://secure.gravatar.com/avatar/be9f32b4d91dd21ef7ff79a07cc5ff8c?s=96&amp;d=mm&amp;r=g","caption":"Giuliano","inLanguage":"en-GB"},"sameAs":["https://oldfreegame.com"]},{"@type":"WebPage","@id":"https://oldfreegame.com/#webpage","url":"https://oldfreegame.com/","name":"Old Free Game","datePublished":"2020-12-20T15:43:22+01:00","dateModified":"2021-08-12T18:22:07+02:00","author":{"@id":"https://oldfreegame.com/#author"},"isPartOf":{"@id":"https://oldfreegame.com/en/#website"},"inLanguage":"en-GB"},{"@type":"Article","headline":"Old Free Game","datePublished":"2020-12-20T15:43:22+01:00","dateModified":"2021-08-12T18:22:07+02:00","author":{"@id":"https://oldfreegame.com/#author"},"publisher":{"@id":"https://oldfreegame.com/en/#person"},"description":"Have fun online with old and famous games, choose what you like.","name":"Old Free Game","@id":"https://oldfreegame.com/#richSnippet","isPartOf":{"@id":"https://oldfreegame.com/#webpage"},"inLanguage":"en-GB","mainEntityOfPage":{"@id":"https://oldfreegame.com/#webpage"}}]}</script>
<meta name="google-site-verification" content="H_553jgCY5vLBUUBYPPrmzAb53oXZtZSkU0VqLIpe7U" />
<!-- /Rank Math WordPress SEO plugin -->

<link rel='dns-prefetch' href='//clientcdn.pushengage.com' />
<link rel='dns-prefetch' href='//js.stripe.com' />
<link rel='dns-prefetch' href='//use.fontawesome.com' />
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="Old Free Game &raquo; Feed" href="https://oldfreegame.com/en/feed/" />
<link rel="alternate" type="application/rss+xml" title="Old Free Game &raquo; Comments Feed" href="https://oldfreegame.com/en/comments/feed/" />
		<!-- This site uses the Google Analytics by MonsterInsights plugin v8.1.0 - Using Analytics tracking - https://www.monsterinsights.com/ -->
		<!-- Note: MonsterInsights does not track you as a logged-in site administrator to prevent site owners from accidentally skewing their own Google Analytics data.
If you are testing Google Analytics code, please do so either logged out or in the private browsing/incognito mode of your web browser. -->
					<script src="//www.googletagmanager.com/gtag/js?id=UA-186793295-2"  type="text/javascript" data-cfasync="false" async></script>
			<script type="text/javascript" data-cfasync="false">
				var mi_version = '8.1.0';
				var mi_track_user = false;
				var mi_no_track_reason = 'Note: MonsterInsights does not track you as a logged-in site administrator to prevent site owners from accidentally skewing their own Google Analytics data.\nIf you are testing Google Analytics code, please do so either logged out or in the private browsing/incognito mode of your web browser.';
				
								var disableStrs = [
															'ga-disable-UA-186793295-2',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						if ( document.cookie.indexOf( disableStrs[ index ] + '=true' ) > -1 ) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if ( __gtagTrackerIsOptedOut() ) {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						window[ disableStrs[ index ] ] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for ( var index = 0; index < disableStrs.length; index++ ) {
						document.cookie = disableStrs[ index ] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[ disableStrs[ index ] ] = true;
					}
				}

				if ( 'undefined' === typeof gaOptout ) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if ( mi_track_user ) {
					function __gtagDataLayer() {
						dataLayer.push( arguments );
					}

					function __gtagTracker( type, name, parameters ) {
						if ( type === 'event' ) {
							
															parameters.send_to = monsterinsights_frontend.ua;
								__gtagDataLayer.apply( null, arguments );
													} else {
							__gtagDataLayer.apply( null, arguments );
						}
					}
					__gtagTracker( 'js', new Date() );
					__gtagTracker( 'set', {
						'developer_id.dZGIzZG' : true,
											} );
															__gtagTracker( 'config', 'UA-186793295-2', {"forceSSL":"true","link_attribution":"true"} );
										window.gtag = __gtagTracker;										(
						function () {
							/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
							/* ga and __gaTracker compatibility shim. */
							var noopfn = function () {
								return null;
							};
							var newtracker = function () {
								return new Tracker();
							};
							var Tracker = function () {
								return null;
							};
							var p = Tracker.prototype;
							p.get = noopfn;
							p.set = noopfn;
							p.send = function (){
								var args = Array.prototype.slice.call(arguments);
								args.unshift( 'send' );
								__gaTracker.apply(null, args);
							};
							var __gaTracker = function () {
								var len = arguments.length;
								if ( len === 0 ) {
									return;
								}
								var f = arguments[len - 1];
								if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) {
									if ( 'send' === arguments[0] ) {
										var hitConverted, hitObject = false, action;
										if ( 'event' === arguments[1] ) {
											if ( 'undefined' !== typeof arguments[3] ) {
												hitObject = {
													'eventAction': arguments[3],
													'eventCategory': arguments[2],
													'eventLabel': arguments[4],
													'value': arguments[5] ? arguments[5] : 1,
												}
											}
										}
										if ( 'pageview' === arguments[1] ) {
											if ( 'undefined' !== typeof arguments[2] ) {
												hitObject = {
													'eventAction': 'page_view',
													'page_path' : arguments[2],
												}
											}
										}
										if ( typeof arguments[2] === 'object' ) {
											hitObject = arguments[2];
										}
										if ( typeof arguments[5] === 'object' ) {
											Object.assign( hitObject, arguments[5] );
										}
										if ( 'undefined' !== typeof arguments[1].hitType ) {
											hitObject = arguments[1];
											if ( 'pageview' === hitObject.hitType ) {
												hitObject.eventAction = 'page_view';
											}
										}
										if ( hitObject ) {
											action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
											hitConverted = mapArgs( hitObject );
											__gtagTracker( 'event', action, hitConverted );
										}
									}
									return;
								}

								function mapArgs( args ) {
									var arg, hit = {};
									var gaMap = {
										'eventCategory': 'event_category',
										'eventAction': 'event_action',
										'eventLabel': 'event_label',
										'eventValue': 'event_value',
										'nonInteraction': 'non_interaction',
										'timingCategory': 'event_category',
										'timingVar': 'name',
										'timingValue': 'value',
										'timingLabel': 'event_label',
										'page' : 'page_path',
										'location' : 'page_location',
										'title' : 'page_title',
									};
									for ( arg in args ) {
																				if ( ! ( ! args.hasOwnProperty(arg) || ! gaMap.hasOwnProperty(arg) ) ) {
											hit[gaMap[arg]] = args[arg];
										} else {
											hit[arg] = args[arg];
										}
									}
									return hit;
								}

								try {
									f.hitCallback();
								} catch ( ex ) {
								}
							};
							__gaTracker.create = newtracker;
							__gaTracker.getByName = newtracker;
							__gaTracker.getAll = function () {
								return [];
							};
							__gaTracker.remove = noopfn;
							__gaTracker.loaded = true;
							window['__gaTracker'] = __gaTracker;
						}
					)();
									} else {
										console.log( "Note: MonsterInsights does not track you as a logged-in site administrator to prevent site owners from accidentally skewing their own Google Analytics data.\nIf you are testing Google Analytics code, please do so either logged out or in the private browsing/incognito mode of your web browser." );
					( function () {
							function __gtagTracker() {
								return null;
							}
							window['__gtagTracker'] = __gtagTracker;
							window['gtag'] = __gtagTracker;
					} )();
									}
			</script>
				<!-- / Google Analytics by MonsterInsights -->
				<script>
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/oldfreegame.com\/wp-includes\/js\/wp-emoji-release.min.js"}};
			!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
		</script>
		<style>
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
	<link rel='stylesheet' id='dashicons-css'  href='https://oldfreegame.com/wp-includes/css/dashicons.min.css' media='all' />
<link rel='stylesheet' id='admin-bar-css'  href='https://oldfreegame.com/wp-includes/css/admin-bar.min.css' media='all' />
<link rel='stylesheet' id='astra-theme-css-css'  href='https://oldfreegame.com/wp-content/themes/astra/assets/css/minified/frontend.min.css' media='all' />
<style id='astra-theme-css-inline-css'>
html{font-size:150%;}a,.page-title{color:#000000;}a:hover,a:focus{color:#3b633b;}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:700;font-size:24px;font-size:1rem;line-height:2;}blockquote{color:#001800;}p,.entry-content p{margin-bottom:2em;}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6,.site-title,.site-title a{font-weight:700;}.ast-site-identity .site-title a{color:#000000;}.ast-site-identity .site-title a:hover{color:#86b786;}.site-title{font-size:24px;font-size:1rem;display:none;}header .custom-logo-link img{max-width:48px;}.astra-logo-svg{width:48px;}.ast-archive-description .ast-archive-title{font-size:36px;font-size:1.5rem;}.site-header .site-description{font-size:15px;font-size:0.625rem;display:none;}.entry-title{font-size:24px;font-size:1rem;}h1,.entry-content h1{font-size:44px;font-size:1.8333333333333rem;font-weight:900;line-height:2;}h2,.entry-content h2{font-size:36px;font-size:1.5rem;font-weight:700;line-height:2;}h3,.entry-content h3{font-size:24px;font-size:1rem;line-height:2;}h4,.entry-content h4{font-size:24px;font-size:1rem;}h5,.entry-content h5{font-size:24px;font-size:1rem;}h6,.entry-content h6{font-size:24px;font-size:1rem;}.ast-single-post .entry-title,.page-title{font-size:24px;font-size:1rem;}::selection{background-color:unset;color:unset;}body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:#3b633b;}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#ffffff;border-color:#000000;background-color:#000000;}input:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="reset"]:focus,input[type="search"]:focus,textarea:focus{border-color:#000000;}input[type="radio"]:checked,input[type=reset],input[type="checkbox"]:checked,input[type="checkbox"]:hover:checked,input[type="checkbox"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:#000000;background-color:#000000;box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:#000000;border-color:#000000;}.single .nav-links .nav-previous,.single .nav-links .nav-next{color:#000000;}.entry-meta,.entry-meta *{line-height:1.45;color:#000000;}.entry-meta a:hover,.entry-meta a:hover *,.entry-meta a:focus,.entry-meta a:focus *,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:#3b633b;}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:#000000;}.secondary .calendar_wrap #today,.ast-progress-val span{background:#000000;}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:#000000;border-color:#000000;}.calendar_wrap #today > a{color:#ffffff;}.page-links .page-link,.single .post-navigation a{color:#000000;}.ast-header-break-point .main-header-bar .ast-button-wrap .menu-toggle{border-radius:100px;}.widget-title{font-size:34px;font-size:1.4166666666667rem;color:#3b633b;}.site-logo-img img{ transition:all 0.2s linear;}@media (max-width:921px){#ast-desktop-header{display:none;}}@media (min-width:921px){#ast-mobile-header{display:none;}}.wp-block-buttons.aligncenter{justify-content:center;}@media (min-width:1200px){.ast-separate-container.ast-right-sidebar .entry-content .wp-block-image.alignfull,.ast-separate-container.ast-left-sidebar .entry-content .wp-block-image.alignfull,.ast-separate-container.ast-right-sidebar .entry-content .wp-block-cover.alignfull,.ast-separate-container.ast-left-sidebar .entry-content .wp-block-cover.alignfull{margin-left:-6.67em;margin-right:-6.67em;max-width:unset;width:unset;}.ast-separate-container.ast-right-sidebar .entry-content .wp-block-image.alignwide,.ast-separate-container.ast-left-sidebar .entry-content .wp-block-image.alignwide,.ast-separate-container.ast-right-sidebar .entry-content .wp-block-cover.alignwide,.ast-separate-container.ast-left-sidebar .entry-content .wp-block-cover.alignwide{margin-left:-20px;margin-right:-20px;max-width:unset;width:unset;}}@media (min-width:1200px){.wp-block-group .has-background{padding:20px;}}@media (min-width:1200px){.ast-no-sidebar.ast-separate-container .entry-content .wp-block-group.alignwide,.ast-no-sidebar.ast-separate-container .entry-content .wp-block-cover.alignwide{margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px;}.ast-no-sidebar.ast-separate-container .entry-content .wp-block-cover.alignfull,.ast-no-sidebar.ast-separate-container .entry-content .wp-block-group.alignfull{margin-left:-6.67em;margin-right:-6.67em;padding-left:6.67em;padding-right:6.67em;}}@media (min-width:1200px){.wp-block-cover-image.alignwide .wp-block-cover__inner-container,.wp-block-cover.alignwide .wp-block-cover__inner-container,.wp-block-cover-image.alignfull .wp-block-cover__inner-container,.wp-block-cover.alignfull .wp-block-cover__inner-container{width:100%;}}.ast-plain-container.ast-no-sidebar #primary{margin-top:0;margin-bottom:0;}@media (max-width:921px){.ast-theme-transparent-header #primary,.ast-theme-transparent-header #secondary{padding:0;}}.wp-block-columns{margin-bottom:unset;}.wp-block-image.size-full{margin:2rem 0;}.wp-block-separator.has-background{padding:0;}.wp-block-gallery{margin-bottom:1.6em;}.wp-block-group{padding-top:4em;padding-bottom:4em;}.wp-block-group__inner-container .wp-block-columns:last-child,.wp-block-group__inner-container :last-child,.wp-block-table table{margin-bottom:0;}.blocks-gallery-grid{width:100%;}.wp-block-navigation-link__content{padding:5px 0;}.wp-block-group .wp-block-group .has-text-align-center,.wp-block-group .wp-block-column .has-text-align-center{max-width:100%;}.has-text-align-center{margin:0 auto;}@media (min-width:1200px){.wp-block-cover__inner-container,.alignwide .wp-block-group__inner-container,.alignfull .wp-block-group__inner-container{max-width:1200px;margin:0 auto;}.wp-block-group.alignnone,.wp-block-group.aligncenter,.wp-block-group.alignleft,.wp-block-group.alignright,.wp-block-group.alignwide,.wp-block-columns.alignwide{margin:2rem 0 1rem 0;}}@media (max-width:1200px){.wp-block-group{padding:3em;}.wp-block-group .wp-block-group{padding:1.5em;}.wp-block-columns,.wp-block-column{margin:1rem 0;}}@media (min-width:921px){.wp-block-columns .wp-block-group{padding:2em;}}@media (max-width:544px){.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:unset;}.wp-block-cover,.wp-block-cover-image{padding:2em 0;}.wp-block-group,.wp-block-cover{padding:2em;}.wp-block-media-text__media img,.wp-block-media-text__media video{width:unset;max-width:100%;}.wp-block-media-text.has-background .wp-block-media-text__content{padding:1em;}}@media (max-width:921px){.ast-plain-container.ast-no-sidebar #primary{padding:0;}}@media (min-width:544px){.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{padding:0 8% 0 0;}.entry-content .wp-block-media-text .wp-block-media-text__content{padding:0 0 0 8%;}.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-bottom-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-left > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-top-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-right > *,.ast-plain-container .site-content .entry-content .has-custom-content-position.is-position-center-left > *{margin:0;}}@media (max-width:544px){.entry-content .wp-block-media-text .wp-block-media-text__content{padding:8% 0;}.wp-block-media-text .wp-block-media-text__media img{width:auto;max-width:100%;}}@media (max-width:921px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 2.14em;}.ast-separate-container #primary,.ast-separate-container #secondary{padding:1.5em 0;}#primary,#secondary{padding:1.5em 0;margin:0;}.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}.ast-author-box img.avatar{margin:20px 0 0 0;}}@media (min-width:922px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.search-no-results.ast-separate-container #primary{margin-bottom:4em;}}.elementor-button-wrapper .elementor-button{border-style:solid;text-decoration:none;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;}body .elementor-button.elementor-size-sm,body .elementor-button.elementor-size-xs,body .elementor-button.elementor-size-md,body .elementor-button.elementor-size-lg,body .elementor-button.elementor-size-xl,body .elementor-button{border-radius:30px;padding-top:10px;padding-right:20px;padding-bottom:10px;padding-left:20px;}.elementor-button-wrapper .elementor-button{border-color:#3b633b;background-color:#3b633b;}.elementor-button-wrapper .elementor-button:hover,.elementor-button-wrapper .elementor-button:focus{color:#000000;background-color:#3b633b;border-color:#3b633b;}.wp-block-button .wp-block-button__link,.elementor-button-wrapper .elementor-button,.elementor-button-wrapper .elementor-button:visited{color:#000000;}.elementor-button-wrapper .elementor-button{font-family:inherit;font-weight:inherit;line-height:1;}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:#000000;background-color:#3b633b;border-color:#3b633b;}.elementor-widget-heading h1.elementor-heading-title{line-height:2;}.elementor-widget-heading h2.elementor-heading-title{line-height:2;}.elementor-widget-heading h3.elementor-heading-title{line-height:2;}.wp-block-button .wp-block-button__link{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;border-color:#3b633b;background-color:#3b633b;color:#000000;font-family:inherit;font-weight:inherit;line-height:1;border-radius:30px;padding-top:10px;padding-right:20px;padding-bottom:10px;padding-left:20px;}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type="button"],input[type="submit"],input[type="reset"]{border-style:solid;border-top-width:0;border-right-width:0;border-left-width:0;border-bottom-width:0;color:#000000;border-color:#3b633b;background-color:#3b633b;border-radius:30px;padding-top:10px;padding-right:20px;padding-bottom:10px;padding-left:20px;font-family:inherit;font-weight:inherit;line-height:1;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover ,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type="button"]:hover,input[type="button"]:focus,input[type="submit"]:hover,input[type="submit"]:focus{color:#000000;background-color:#3b633b;border-color:#3b633b;}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-title,.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 1em;margin-bottom:1.5em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}}@media (max-width:921px){.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}.ast-comment-meta{padding:0 1.8888em 1.3333em;}}@media (max-width:921px){.ast-header-break-point .ast-search-menu-icon.slide-search .search-form{right:0;}.ast-header-break-point .ast-mobile-header-stack .ast-search-menu-icon.slide-search .search-form{right:-1em;}}body,.ast-separate-container{background-color:#86b786;;background-image:none;;}@media (max-width:921px){.site-title{display:block;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:544px){.site-title{font-size:16px;font-size:0.66666666666667rem;display:none;}.ast-archive-description .ast-archive-title{font-size:40px;}.site-header .site-description{display:none;}.entry-title{font-size:30px;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.ast-single-post .entry-title,.page-title{font-size:30px;}}@media (max-width:921px){html{font-size:136.8%;}}@media (max-width:544px){html{font-size:136.8%;}}@media (min-width:922px){.ast-container{max-width:1240px;}}@font-face {font-family: "Astra";src: url(https://oldfreegame.com/wp-content/themes/astra/assets/fonts/astra.woff) format("woff"),url(https://oldfreegame.com/wp-content/themes/astra/assets/fonts/astra.ttf) format("truetype"),url(https://oldfreegame.com/wp-content/themes/astra/assets/fonts/astra.svg#astra) format("svg");font-weight: normal;font-style: normal;font-display: fallback;}@media (min-width:922px){.single-post .site-content > .ast-container{max-width:1200px;}}@media (min-width:922px){.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-0px;}}.ast-theme-transparent-header .ast-header-search .astra-search-icon,.ast-theme-transparent-header .ast-header-search .search-field::placeholder,.ast-theme-transparent-header .ast-header-search .ast-icon{color:#000000;}.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill,.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal{border:none;}.astra-icon-down_arrow::after {content: "\e900";font-family: Astra;}.astra-icon-close::after {content: "\e5cd";font-family: Astra;}.astra-icon-drag_handle::after {content: "\e25d";font-family: Astra;}.astra-icon-format_align_justify::after {content: "\e235";font-family: Astra;}.astra-icon-menu::after {content: "\e5d2";font-family: Astra;}.astra-icon-reorder::after {content: "\e8fe";font-family: Astra;}.astra-icon-search::after {content: "\e8b6";font-family: Astra;}.astra-icon-zoom_in::after {content: "\e56b";font-family: Astra;}.astra-icon-check-circle::after {content: "\e901";font-family: Astra;}.astra-icon-shopping-cart::after {content: "\f07a";font-family: Astra;}.astra-icon-shopping-bag::after {content: "\f290";font-family: Astra;}.astra-icon-shopping-basket::after {content: "\f291";font-family: Astra;}.astra-icon-circle-o::after {content: "\e903";font-family: Astra;}.astra-icon-certificate::after {content: "\e902";font-family: Astra;}:root .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root{--ast-global-color-0:#0170B9;--ast-global-color-1:#3a3a3a;--ast-global-color-2:#3a3a3a;--ast-global-color-3:#4B4F58;--ast-global-color-4:#F5F5F5;--ast-global-color-5:#FFFFFF;--ast-global-color-6:#F2F5F7;--ast-global-color-7:#424242;--ast-global-color-8:#000000;}.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo .astra-logo-svg{width:600px;}.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img{ max-width:600px;}@media (max-width:921px){.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo .astra-logo-svg{width:120px;}.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img{ max-width:120px;}}@media (max-width:543px){.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo .astra-logo-svg{width:100px;}.ast-theme-transparent-header #masthead .site-logo-img .transparent-custom-logo img{ max-width:100px;}}@media (min-width:921px){.ast-theme-transparent-header #masthead{position:absolute;left:0;right:0;}.ast-theme-transparent-header .main-header-bar,.ast-theme-transparent-header.ast-header-break-point .main-header-bar{background:none;}body.elementor-editor-active.ast-theme-transparent-header #masthead,.fl-builder-edit .ast-theme-transparent-header #masthead,body.vc_editor.ast-theme-transparent-header #masthead,body.brz-ed.ast-theme-transparent-header #masthead{z-index:0;}.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .custom-mobile-logo-link{display:none;}.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo{display:inline-block;}.ast-theme-transparent-header .ast-above-header,.ast-theme-transparent-header .ast-above-header.ast-above-header-bar{background-image:none;background-color:transparent;}.ast-theme-transparent-header .ast-below-header{background-image:none;background-color:transparent;}}.ast-theme-transparent-header .main-header-bar,.ast-theme-transparent-header.ast-header-break-point .main-header-bar-wrap .main-header-menu,.ast-theme-transparent-header.ast-header-break-point .main-header-bar-wrap .main-header-bar,.ast-theme-transparent-header.ast-header-break-point .ast-mobile-header-wrap .main-header-bar{background-color:#3b633b;}.ast-theme-transparent-header .main-header-bar .ast-search-menu-icon form{background-color:#3b633b;}.ast-theme-transparent-header .ast-above-header,.ast-theme-transparent-header .ast-above-header.ast-above-header-bar,.ast-theme-transparent-header .ast-below-header,.ast-header-break-point.ast-theme-transparent-header .ast-above-header,.ast-header-break-point.ast-theme-transparent-header .ast-below-header{background-color:#3b633b;}.ast-theme-transparent-header .site-title a,.ast-theme-transparent-header .site-title a:focus,.ast-theme-transparent-header .site-title a:hover,.ast-theme-transparent-header .site-title a:visited{color:#000000;}.ast-theme-transparent-header .site-header .site-title a:hover{color:#86b786;}.ast-theme-transparent-header .site-header .site-description{color:#000000;}.ast-theme-transparent-header .ast-builder-menu .main-header-menu,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .sub-menu,.ast-theme-transparent-header .ast-builder-menu .main-header-menu,.ast-theme-transparent-header.ast-header-break-point .ast-builder-menu .main-header-bar-wrap .main-header-menu,.ast-flyout-menu-enable.ast-header-break-point.ast-theme-transparent-header .main-header-bar-navigation #site-navigation,.ast-fullscreen-menu-enable.ast-header-break-point.ast-theme-transparent-header .main-header-bar-navigation #site-navigation,.ast-flyout-above-menu-enable.ast-header-break-point.ast-theme-transparent-header .ast-above-header-navigation-wrap .ast-above-header-navigation,.ast-flyout-below-menu-enable.ast-header-break-point.ast-theme-transparent-header .ast-below-header-navigation-wrap .ast-below-header-actual-nav,.ast-fullscreen-above-menu-enable.ast-header-break-point.ast-theme-transparent-header .ast-above-header-navigation-wrap,.ast-fullscreen-below-menu-enable.ast-header-break-point.ast-theme-transparent-header .ast-below-header-navigation-wrap,.ast-theme-transparent-header .main-header-menu .menu-link{background-color:#3b633b;}.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu,.ast-header-break-point.ast-flyout-menu-enable.ast-header-break-point .ast-builder-menu .main-header-bar-navigation .main-header-menu .menu-item .sub-menu,.ast-header-break-point.ast-flyout-menu-enable.ast-header-break-point .ast-builder-menu .main-header-bar-navigation [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item .sub-menu,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-link,.ast-header-break-point.ast-flyout-menu-enable.ast-header-break-point .ast-builder-menu .main-header-bar-navigation .main-header-menu .menu-item .sub-menu .menu-link,.ast-header-break-point.ast-flyout-menu-enable.ast-header-break-point .ast-builder-menu .main-header-bar-navigation [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item .sub-menu .menu-link,.ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link,.ast-header-break-point.ast-flyout-menu-enable.ast-header-break-point .main-header-bar-navigation .main-header-menu .menu-item .sub-menu .menu-link,.ast-theme-transparent-header .main-header-menu .menu-item .sub-menu,.ast-header-break-point.ast-flyout-menu-enable.ast-header-break-point .main-header-bar-navigation .main-header-menu .menu-item .sub-menu{background-color:#3b633b;}.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item > .ast-menu-toggle,.ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link,.ast-header-break-point.ast-flyout-menu-enable.ast-header-break-point .main-header-bar-navigation .main-header-menu .menu-item .sub-menu .menu-link{color:#000000;}.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-link:hover,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item:hover > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item.focus > .menu-item,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item.current-menu-item > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item.current-menu-item > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item:hover > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item.focus > .ast-menu-toggle,.ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-item:hover > .menu-link,.ast-header-break-point.ast-flyout-menu-enable.ast-header-break-point .main-header-bar-navigation .main-header-menu .menu-item .sub-menu .menu-link{color:#86b686;}.ast-theme-transparent-header .ast-builder-menu .main-header-menu,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item > .menu-link,.ast-theme-transparent-header .ast-masthead-custom-menu-items,.ast-theme-transparent-header .ast-masthead-custom-menu-items a,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle,.ast-theme-transparent-header .ast-above-header-navigation a,.ast-header-break-point.ast-theme-transparent-header .ast-above-header-navigation a,.ast-header-break-point.ast-theme-transparent-header .ast-above-header-navigation > ul.ast-above-header-menu > .menu-item-has-children:not(.current-menu-item) > .ast-menu-toggle,.ast-theme-transparent-header .ast-below-header-menu,.ast-theme-transparent-header .ast-below-header-menu a,.ast-header-break-point.ast-theme-transparent-header .ast-below-header-menu a,.ast-header-break-point.ast-theme-transparent-header .ast-below-header-menu,.ast-theme-transparent-header .main-header-menu .menu-link{color:#000000;}.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .ast-masthead-custom-menu-items a:hover,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor > .ast-menu-toggle,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item > .menu-link,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-ancestor > .menu-link,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item > .ast-menu-toggle,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-ancestor > .ast-menu-toggle,.ast-theme-transparent-header .main-header-menu .menu-item:hover > .menu-link,.ast-theme-transparent-header .main-header-menu .current-menu-item > .menu-link,.ast-theme-transparent-header .main-header-menu .current-menu-ancestor > .menu-link{color:#86b786;}.ast-theme-transparent-header div.ast-masthead-custom-menu-items,.ast-theme-transparent-header div.ast-masthead-custom-menu-items .widget,.ast-theme-transparent-header div.ast-masthead-custom-menu-items .widget-title,.ast-theme-transparent-header .site-header-section [CLASS*="ast-header-html-"] .ast-builder-html-element{color:#fc0707;}.ast-theme-transparent-header div.ast-masthead-custom-menu-items a,.ast-theme-transparent-header div.ast-masthead-custom-menu-items .widget a,.ast-theme-transparent-header .site-header-section [CLASS*="ast-header-html-"] .ast-builder-html-element a{color:#81d742;}@media (max-width:921px){.ast-theme-transparent-header #masthead{position:absolute;left:0;right:0;}.ast-theme-transparent-header .main-header-bar,.ast-theme-transparent-header.ast-header-break-point .main-header-bar{background:none;}body.elementor-editor-active.ast-theme-transparent-header #masthead,.fl-builder-edit .ast-theme-transparent-header #masthead,body.vc_editor.ast-theme-transparent-header #masthead,body.brz-ed.ast-theme-transparent-header #masthead{z-index:0;}.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .custom-mobile-logo-link{display:none;}.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo{display:inline-block;}.ast-theme-transparent-header .ast-above-header,.ast-theme-transparent-header .ast-above-header.ast-above-header-bar{background-image:none;background-color:transparent;}.ast-theme-transparent-header .ast-below-header{background-image:none;background-color:transparent;}}@media (max-width:921px){.ast-theme-transparent-header .main-header-bar,.ast-theme-transparent-header.ast-header-break-point .main-header-bar-wrap .main-header-menu,.ast-theme-transparent-header.ast-header-break-point .main-header-bar-wrap .main-header-bar,.ast-theme-transparent-header.ast-header-break-point .ast-mobile-header-wrap .main-header-bar{background-color:#3b633b;}.ast-theme-transparent-header .main-header-bar .ast-search-menu-icon form{background-color:#3b633b;}.ast-theme-transparent-header .ast-above-header,.ast-theme-transparent-header .ast-above-header.ast-above-header-bar,.ast-theme-transparent-header .ast-below-header,.ast-header-break-point.ast-theme-transparent-header .ast-above-header,.ast-header-break-point.ast-theme-transparent-header .ast-below-header{background-color:#3b633b;}.ast-theme-transparent-header .site-title a,.ast-theme-transparent-header .site-title a:focus,.ast-theme-transparent-header .site-title a:hover,.ast-theme-transparent-header .site-title a:visited,.ast-theme-transparent-header .ast-builder-layout-element .ast-site-identity .site-title a,.ast-theme-transparent-header .ast-builder-layout-element .ast-site-identity .site-title a:hover,.ast-theme-transparent-header .ast-builder-layout-element .ast-site-identity .site-title a:focus,.ast-theme-transparent-header .ast-builder-layout-element .ast-site-identity .site-title a:visited{color:#000000;}.ast-theme-transparent-header .site-header .site-title a:hover{color:#86b786;}.ast-theme-transparent-header .site-header .site-description{color:#000000;}.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item > .ast-menu-toggle,.ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link,.ast-header-break-point.ast-flyout-menu-enable.ast-header-break-point .main-header-bar-navigation .main-header-menu .menu-item .sub-menu .menu-link{color:#000000;}.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-link:hover,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item:hover > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item.focus > .menu-item,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item.current-menu-item > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item.current-menu-item > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item:hover > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item.focus > .ast-menu-toggle,.ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-item:hover > .menu-link,.ast-header-break-point.ast-flyout-menu-enable.ast-header-break-point .main-header-bar-navigation .main-header-menu .menu-item .sub-menu .menu-link{color:#86b786;}}@media (max-width:544px){.ast-theme-transparent-header .main-header-bar,.ast-theme-transparent-header.ast-header-break-point .main-header-bar-wrap .main-header-menu,.ast-theme-transparent-header.ast-header-break-point .main-header-bar-wrap .main-header-bar,.ast-theme-transparent-header.ast-header-break-point .ast-mobile-header-wrap .main-header-bar{background-color:#3b633b;}.ast-theme-transparent-header .main-header-bar .ast-search-menu-icon form{background-color:#3b633b;}.ast-theme-transparent-header .ast-above-header,.ast-theme-transparent-header .ast-above-header.ast-above-header-bar,.ast-theme-transparent-header .ast-below-header,.ast-header-break-point.ast-theme-transparent-header .ast-above-header,.ast-header-break-point.ast-theme-transparent-header .ast-below-header{background-color:#3b633b;}.ast-theme-transparent-header .site-title a,.ast-theme-transparent-header .site-title a:focus,.ast-theme-transparent-header .site-title a:hover,.ast-theme-transparent-header .site-title a:visited,.ast-theme-transparent-header .ast-builder-layout-element .ast-site-identity .site-title a,.ast-theme-transparent-header .ast-builder-layout-element .ast-site-identity .site-title a:hover,.ast-theme-transparent-header .ast-builder-layout-element .ast-site-identity .site-title a:focus,.ast-theme-transparent-header .ast-builder-layout-element .ast-site-identity .site-title a:visited{color:#000000;}.ast-theme-transparent-header .site-header .site-title a:hover{color:#86b786;}.ast-theme-transparent-header .site-header .site-description{color:#000000;}.ast-theme-transparent-header.ast-header-break-point .ast-builder-menu .main-header-menu,.ast-theme-transparent-header.ast-header-break-point .ast-builder-menu.main-header-menu .sub-menu,.ast-theme-transparent-header.ast-header-break-point .ast-builder-menu.main-header-menu,.ast-theme-transparent-header.ast-header-break-point .ast-builder-menu .main-header-bar-wrap .main-header-menu,.ast-flyout-menu-enable.ast-header-break-point.ast-theme-transparent-header .main-header-bar-navigation #site-navigation,.ast-fullscreen-menu-enable.ast-header-break-point.ast-theme-transparent-header .main-header-bar-navigation #site-navigation,.ast-flyout-above-menu-enable.ast-header-break-point.ast-theme-transparent-header .ast-above-header-navigation-wrap .ast-above-header-navigation,.ast-flyout-below-menu-enable.ast-header-break-point.ast-theme-transparent-header .ast-below-header-navigation-wrap .ast-below-header-actual-nav,.ast-fullscreen-above-menu-enable.ast-header-break-point.ast-theme-transparent-header .ast-above-header-navigation-wrap,.ast-fullscreen-below-menu-enable.ast-header-break-point.ast-theme-transparent-header .ast-below-header-navigation-wrap,.ast-theme-transparent-header .main-header-menu .menu-link{background-color:#3b633b;}.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu,.ast-header-break-point.ast-flyout-menu-enable.ast-header-break-point .ast-builder-menu .main-header-bar-navigation .main-header-menu .menu-item .sub-menu,.ast-theme-transparent-header.astra-hfb-header .ast-builder-menu [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item .sub-menu,.ast-header-break-point.ast-flyout-menu-enable.astra-hfb-header .ast-builder-menu .main-header-bar-navigation [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item .sub-menu,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-link,.ast-header-break-point.ast-flyout-menu-enable.ast-header-break-point .ast-builder-menu .main-header-bar-navigation .main-header-menu .menu-item .sub-menu .menu-link,.ast-theme-transparent-header.astra-hfb-header .ast-builder-menu [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item .sub-menu .menu-link,.ast-header-break-point.ast-flyout-menu-enable.astra-hfb-header .ast-builder-menu .main-header-bar-navigation [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item .sub-menu .menu-link,.ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link,.ast-header-break-point.ast-flyout-menu-enable.ast-header-break-point .main-header-bar-navigation .main-header-menu .menu-item .sub-menu .menu-link,.ast-theme-transparent-header .main-header-menu .menu-item .sub-menu,.ast-header-break-point.ast-flyout-menu-enable.ast-header-break-point .main-header-bar-navigation .main-header-menu .menu-item .sub-menu{background-color:#86b786;}.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item > .ast-menu-toggle,.ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link,.ast-header-break-point.ast-flyout-menu-enable.ast-header-break-point .main-header-bar-navigation .main-header-menu .menu-item .sub-menu .menu-link{color:#000000;}.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-link:hover,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item:hover > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item.focus > .menu-item,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item.current-menu-item > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item.current-menu-item > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item:hover > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-item.focus > .ast-menu-toggle,.ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-item.focus > .ast-menu-toggle,.ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-item:hover > .menu-link,.ast-header-break-point.ast-flyout-menu-enable.ast-header-break-point .main-header-bar-navigation .main-header-menu .menu-item .sub-menu .menu-link{color:#3b633b;}.ast-theme-transparent-header .ast-builder-menu .main-header-menu,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-link,.ast-theme-transparent-header .ast-masthead-custom-menu-items,.ast-theme-transparent-header .ast-masthead-custom-menu-items a,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item > .ast-menu-toggle,.ast-theme-transparent-header .main-header-menu .menu-link{color:#000000;}.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item:hover > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .ast-masthead-custom-menu-items a:hover,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .focus > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor > .menu-link,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-item > .ast-menu-toggle,.ast-theme-transparent-header .ast-builder-menu .main-header-menu .current-menu-ancestor > .ast-menu-toggle,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item > .menu-link,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-ancestor > .menu-link,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-item > .ast-menu-toggle,.ast-theme-transparent-header [CLASS*="ast-builder-menu-"] .main-header-menu .current-menu-ancestor > .ast-menu-toggle,.ast-theme-transparent-header .main-header-menu .menu-item:hover > .menu-link,.ast-theme-transparent-header .main-header-menu .current-menu-item > .menu-link,.ast-theme-transparent-header .main-header-menu .current-menu-ancestor > .menu-link{color:#86b786;}.ast-theme-transparent-header div.ast-masthead-custom-menu-items,.ast-theme-transparent-header div.ast-masthead-custom-menu-items .widget,.ast-theme-transparent-header div.ast-masthead-custom-menu-items .widget-title,.ast-theme-transparent-header .site-header-section [CLASS*="ast-header-html-"] .ast-builder-html-element{color:#ff0000;}}.ast-theme-transparent-header #ast-desktop-header > [CLASS*="-header-wrap"]:nth-last-child(2) > [CLASS*="-header-bar"],.ast-theme-transparent-header.ast-header-break-point #ast-mobile-header > [CLASS*="-header-wrap"]:nth-last-child(2) > [CLASS*="-header-bar"]{border-bottom-width:0;border-bottom-style:solid;border-bottom-color:#000000;}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:"\00bb";}.trail-items li:last-of-type::after{display:none;}.trail-items li::after{content:"\00bb";}.ast-breadcrumbs-wrapper a{color:#000000;}.ast-breadcrumbs-wrapper .last{color:#3b633b;}.ast-breadcrumbs-wrapper a:hover{color:#000000;}.ast-breadcrumbs-wrapper .separator{color:#000000;}.ast-breadcrumbs-wrapper a,.ast-breadcrumbs-wrapper .last,.ast-breadcrumbs-wrapper .separator{font-family:inherit;font-weight:900;font-size:24px;font-size:1rem;line-height:1.5;}.ast-breadcrumbs-wrapper,.main-header-bar.ast-header-breadcrumb{background-color:#86b786;}.ast-breadcrumbs-wrapper{text-align:center;}.ast-default-menu-enable.ast-main-header-nav-open.ast-header-break-point .main-header-bar.ast-header-breadcrumb,.ast-main-header-nav-open .main-header-bar.ast-header-breadcrumb{padding-top:1em;padding-bottom:1em;}.ast-header-break-point .main-header-bar.ast-header-breadcrumb{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}.ast-breadcrumbs-wrapper{line-height:1.4;}.ast-breadcrumbs-wrapper .rank-math-breadcrumb p{margin-bottom:0px;}.ast-breadcrumbs-wrapper{display:block;width:100%;}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:#3b633b;}@media (max-width:921px){.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 / -1;}}@media (max-width:544px){.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-firstrow .ast-builder-grid-row > *:first-child,.ast-builder-grid-row-container.ast-builder-grid-row-mobile-3-lastrow .ast-builder-grid-row > *:last-child{grid-column:1 / -1;}}.ast-builder-menu-1{font-family:inherit;font-weight:inherit;}.ast-builder-menu-1 .sub-menu,.ast-builder-menu-1 .inline-on-mobile .sub-menu{border-top-width:2px;border-bottom-width:0;border-right-width:0;border-left-width:0;border-color:#3b633b;border-style:solid;border-radius:0;}.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-top:0;}.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu:before,.ast-desktop .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper:before{height:calc( 0px + 5px );}.ast-builder-menu-1 .main-header-menu,.ast-builder-menu-1 .main-header-menu .sub-menu{background-color:;;background-image:none;;}.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link{border-style:none;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-1 .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}}.ast-builder-menu-1{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-1{display:flex;}}.main-header-bar .main-header-bar-navigation .ast-search-icon {display: block;z-index: 4;position: relative;}.ast-search-icon {z-index: 4;position: relative;line-height: normal;}.main-header-bar .ast-search-menu-icon .search-form {background-color: #ffffff;}.ast-search-menu-icon.ast-dropdown-active.slide-search .search-form {visibility: visible;opacity: 1;}.ast-search-menu-icon .search-form {border: 1px solid #e7e7e7;line-height: normal;padding: 0 3em 0 0;border-radius: 2px;display: inline-block;-webkit-backface-visibility: hidden;backface-visibility: hidden;position: relative;color: inherit;background-color: #fff;}.ast-search-menu-icon .astra-search-icon {-js-display: flex;display: flex;line-height: normal;}.ast-search-menu-icon .astra-search-icon:focus {outline: none;}.ast-search-menu-icon .search-field {border: none;background-color: transparent;transition: width .2s;border-radius: inherit;color: inherit;font-size: inherit;width: 0;color: #757575;}.ast-search-menu-icon .search-submit {display: none;background: none;border: none;font-size: 1.3em;color: #757575;}.ast-search-menu-icon.ast-dropdown-active {visibility: visible;opacity: 1;position: relative;}.ast-search-menu-icon.ast-dropdown-active .search-field {width: 235px;}.ast-header-search .ast-search-menu-icon.slide-search .search-form,.ast-header-search .ast-search-menu-icon.ast-inline-search .search-form {-js-display: flex;display: flex;align-items: center;}.ast-search-menu-icon.ast-inline-search .search-field {width : 100%;padding : 0.60em;padding-right : 5.5em;}.site-header-section-left .ast-search-menu-icon.slide-search .search-form {padding-left: 3em;padding-right: unset;left: -1em;right: unset;}.site-header-section-left .ast-search-menu-icon.slide-search .search-form .search-field {margin-right: unset;margin-left: 10px;}.ast-search-menu-icon.slide-search .search-form {-webkit-backface-visibility: visible;backface-visibility: visible;visibility: hidden;opacity: 0;transition: all .2s;position: absolute;z-index: 3;right: -1em;top: 50%;transform: translateY(-50%);}.ast-header-search .ast-search-menu-icon .search-form .search-field:-ms-input-placeholder,.ast-header-search .ast-search-menu-icon .search-form .search-field:-ms-input-placeholder{opacity:0.5;}.ast-header-search .ast-search-menu-icon.slide-search .search-form,.ast-header-search .ast-search-menu-icon.ast-inline-search .search-form{-js-display:flex;display:flex;align-items:center;}.ast-builder-layout-element.ast-header-search{height:auto;}.ast-header-search .astra-search-icon{font-size:18px;}.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-field{margin-right:8px;}@media (max-width:921px){.ast-header-search .astra-search-icon{font-size:18px;}.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-field{margin-right:8px;}}@media (max-width:544px){.ast-header-search .astra-search-icon{color:#000000;font-size:48px;}.ast-header-search .search-field::placeholder{color:#000000;}.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-field{margin-right:38px;}}.ast-header-search{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-header-search{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-header-search{display:flex;}}.site-below-footer-wrap{padding-top:20px;padding-bottom:20px;}.site-below-footer-wrap[data-section="section-below-footer-builder"]{background-color:#eeeeee;;background-image:none;;min-height:80px;}.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row{max-width:1200px;margin-left:auto;margin-right:auto;}.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row,.site-below-footer-wrap[data-section="section-below-footer-builder"] .site-footer-section{align-items:flex-start;}.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-inline .site-footer-section{display:flex;margin-bottom:0;}.ast-builder-grid-row-full .ast-builder-grid-row{grid-template-columns:1fr;}@media (max-width:921px){.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-tablet-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-tablet-full .ast-builder-grid-row{grid-template-columns:1fr;}}@media (max-width:544px){.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-inline .site-footer-section{display:flex;margin-bottom:0;}.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-stack .site-footer-section{display:block;margin-bottom:10px;}.ast-builder-grid-row-container.ast-builder-grid-row-mobile-full .ast-builder-grid-row{grid-template-columns:1fr;}}.site-below-footer-wrap[data-section="section-below-footer-builder"]{display:grid;}@media (max-width:921px){.ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"]{display:grid;}}@media (max-width:544px){.ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"]{display:grid;}}.ast-footer-copyright{text-align:center;}.ast-footer-copyright {color:#86b786;}@media (max-width:921px){.ast-footer-copyright{text-align:center;}}@media (max-width:544px){.ast-footer-copyright{text-align:center;}}.ast-footer-copyright {font-size:24px;font-size:1rem;}.ast-footer-copyright.ast-builder-layout-element{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-footer-copyright.ast-builder-layout-element{display:flex;}}.elementor-widget-heading .elementor-heading-title{margin:0;}.elementor-post.elementor-grid-item.hentry{margin-bottom:0;}.woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product,.elementor-element .elementor-wc-products .woocommerce[class*='columns-'] ul.products li.product{width:auto;margin:0;float:none;}.ast-left-sidebar .elementor-section.elementor-section-stretched,.ast-right-sidebar .elementor-section.elementor-section-stretched{max-width:100%;left:0 !important;}.elementor-template-full-width .ast-container{display:block;}@media (max-width:544px){.elementor-element .elementor-wc-products .woocommerce[class*="columns-"] ul.products li.product{width:auto;margin:0;}.elementor-element .woocommerce .woocommerce-result-count{float:none;}}.ast-header-break-point .main-header-bar{border-bottom-width:0px;border-bottom-color:rgba(0,0,0,0);}@media (min-width:922px){.main-header-bar{border-bottom-width:0px;border-bottom-color:rgba(0,0,0,0);}}.ast-safari-browser-less-than-11 .main-header-menu .menu-item, .ast-safari-browser-less-than-11 .main-header-bar .ast-masthead-custom-menu-items{display:block;}.main-header-menu .menu-item, #astra-footer-menu .menu-item, .main-header-bar .ast-masthead-custom-menu-items{-js-display:flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-header-menu > .menu-item > .menu-link, #astra-footer-menu > .menu-item > .menu-link,{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:flex;}.main-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link:after{position:absolute;right:1em;top:50%;transform:translate(0,-50%) rotate(270deg);}.ast-header-break-point .main-header-bar .main-header-bar-navigation .page_item_has_children > .ast-menu-toggle::before, .ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle::before, .ast-mobile-popup-drawer .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle::before, .ast-header-break-point .ast-mobile-header-wrap .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle::before{font-weight:bold;content:"\e900";font-family:Astra;text-decoration:inherit;display:inline-block;}.ast-header-break-point .main-navigation ul.sub-menu .menu-item .menu-link:before{content:"\e900";font-family:Astra;font-size:.65em;text-decoration:inherit;display:inline-block;transform:translate(0, -2px) rotateZ(270deg);margin-right:5px;}.widget_search .search-form:after{font-family:Astra;font-size:1.2em;font-weight:normal;content:"\e8b6";position:absolute;top:50%;right:15px;transform:translate(0, -50%);}.astra-search-icon::before{content:"\e8b6";font-family:Astra;font-style:normal;font-weight:normal;text-decoration:inherit;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.main-header-bar .main-header-bar-navigation .page_item_has_children > a:after, .main-header-bar .main-header-bar-navigation .menu-item-has-children > a:after, .site-header-focus-item .main-header-bar-navigation .menu-item-has-children > .menu-link:after{content:"\e900";display:inline-block;font-family:Astra;font-size:.6rem;font-weight:bold;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:10px;line-height:normal;}.ast-mobile-popup-drawer .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before{transform:rotateX(180deg);}.ast-header-break-point .main-header-bar-navigation .menu-item-has-children > .menu-link:after{display:none;}.ast-separate-container .blog-layout-1, .ast-separate-container .blog-layout-2, .ast-separate-container .blog-layout-3{background-color:transparent;background-image:none;}.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;}}.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}@media (max-width:921px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}@media (max-width:544px){.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container.ast-two-container #secondary .widget,.ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;}}.ast-mobile-header-content > *,.ast-desktop-header-content > * {padding: 10px 0;height: auto;}.ast-mobile-header-content > *:first-child,.ast-desktop-header-content > *:first-child {padding-top: 10px;}.ast-mobile-header-content > .ast-builder-menu,.ast-desktop-header-content > .ast-builder-menu {padding-top: 0;}.ast-mobile-header-content > *:last-child,.ast-desktop-header-content > *:last-child {padding-bottom: 0;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search label,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search label {width: 100%;}.ast-desktop-header-content .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before {transform: rotateX(180deg);}#ast-desktop-header .ast-desktop-header-content,.ast-mobile-header-content .ast-search-icon,.ast-desktop-header-content .ast-search-icon,.ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-mobile-header-wrap .ast-mobile-header-content,.ast-main-header-nav-open.ast-popup-nav-open .ast-desktop-header-content {display: none;}.ast-main-header-nav-open.ast-header-break-point #ast-desktop-header .ast-desktop-header-content,.ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content {display: block;}.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-up > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-slide-down > .menu-item .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item > .sub-menu,.ast-desktop .ast-desktop-header-content .astra-menu-animation-fade > .menu-item .menu-item > .sub-menu {opacity: 1;visibility: visible;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation {width: unset;margin: unset;}.ast-mobile-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle,.ast-desktop-header-content.content-align-flex-end .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle {left: calc( 20px - 0.907em);}.ast-mobile-header-content .ast-search-menu-icon,.ast-mobile-header-content .ast-search-menu-icon.slide-search,.ast-desktop-header-content .ast-search-menu-icon,.ast-desktop-header-content .ast-search-menu-icon.slide-search {width: 100%;position: relative;display: block;right: auto;transform: none;}.ast-mobile-header-content .ast-search-menu-icon.slide-search .search-form,.ast-mobile-header-content .ast-search-menu-icon .search-form,.ast-desktop-header-content .ast-search-menu-icon.slide-search .search-form,.ast-desktop-header-content .ast-search-menu-icon .search-form {right: 0;visibility: visible;opacity: 1;position: relative;top: auto;transform: none;padding: 0;display: block;overflow: hidden;}.ast-mobile-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-mobile-header-content .ast-search-menu-icon .search-field,.ast-desktop-header-content .ast-search-menu-icon.ast-inline-search .search-field,.ast-desktop-header-content .ast-search-menu-icon .search-field {width: 100%;padding-right: 5.5em;}.ast-mobile-header-content .ast-search-menu-icon .search-submit,.ast-desktop-header-content .ast-search-menu-icon .search-submit {display: block;position: absolute;height: 100%;top: 0;right: 0;padding: 0 1em;border-radius: 0;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation ul .sub-menu .menu-link {padding-left: 30px;}.ast-hfb-header.ast-default-menu-enable.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content .main-header-bar-navigation .sub-menu .menu-item .menu-item .menu-link {padding-left: 40px;}.ast-mobile-popup-drawer.active .ast-mobile-popup-inner{background-color:#ffffff;;}.ast-mobile-header-wrap .ast-mobile-header-content, .ast-desktop-header-content{background-color:#ffffff;;}.ast-mobile-popup-content > *, .ast-mobile-header-content > *, .ast-desktop-popup-content > *, .ast-desktop-header-content > *{padding-top:0;padding-bottom:0;}.content-align-flex-start .ast-builder-layout-element{justify-content:flex-start;}.content-align-flex-start .main-header-menu{text-align:left;}.ast-mobile-popup-drawer.active .menu-toggle-close{color:#3a3a3a;}.ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap{min-height:70px;}.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{line-height:70px;}#masthead .ast-container,.site-header-focus-item + .ast-breadcrumbs-wrapper{max-width:100%;padding-left:35px;padding-right:35px;}@media (max-width:921px){#masthead .ast-mobile-header-wrap .ast-primary-header-bar,#masthead .ast-mobile-header-wrap .ast-below-header-bar{padding-left:20px;padding-right:20px;}}.ast-header-break-point .ast-primary-header-bar{border-bottom-width:0px;border-bottom-color:rgba(0,0,0,0);border-bottom-style:solid;}@media (min-width:922px){.ast-primary-header-bar{border-bottom-width:0px;border-bottom-color:rgba(0,0,0,0);border-bottom-style:solid;}}.ast-primary-header-bar{background-color:#ffffff;;}.ast-primary-header-bar{display:block;}@media (max-width:921px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}@media (max-width:544px){.ast-header-break-point .ast-primary-header-bar{display:grid;}}[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-fill{color:#86b786;border:none;background:unset;border-radius:100px;}[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{width:48px;height:48px;fill:#86b786;}[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-wrap .mobile-menu{color:#86b786;}.ast-above-header .main-header-bar-navigation{height:100%;}.ast-header-break-point .ast-mobile-header-wrap .ast-above-header-wrap .main-header-bar-navigation .inline-on-mobile .menu-item .menu-link{border:none;}.ast-header-break-point .ast-mobile-header-wrap .ast-above-header-wrap .main-header-bar-navigation .inline-on-mobile .menu-item-has-children > .ast-menu-toggle::before{font-size:.6rem;}.ast-header-break-point .ast-mobile-header-wrap .ast-above-header-wrap .main-header-bar-navigation .ast-submenu-expanded > .ast-menu-toggle::before{transform:rotateX(180deg);}.ast-mobile-header-wrap .ast-above-header-bar ,.ast-above-header-bar .site-above-header-wrap{min-height:50px;}.ast-desktop .ast-above-header-bar .main-header-menu > .menu-item{line-height:50px;}.ast-desktop .ast-above-header-bar .ast-header-woo-cart,.ast-desktop .ast-above-header-bar .ast-header-edd-cart{line-height:50px;}.ast-above-header-bar{border-bottom-width:1px;border-bottom-color:#eaeaea;border-bottom-style:solid;}.ast-above-header.ast-above-header-bar{background-color:#ffffff;;}.ast-header-break-point .ast-above-header-bar{background-color:#ffffff;}@media (max-width:921px){#masthead .ast-mobile-header-wrap .ast-above-header-bar{padding-left:20px;padding-right:20px;}}.ast-above-header-bar{display:block;}@media (max-width:921px){.ast-header-break-point .ast-above-header-bar{display:grid;}}@media (max-width:544px){.ast-header-break-point .ast-above-header-bar{display:grid;}}:root{--e-global-color-astglobalcolor0:#0170B9;--e-global-color-astglobalcolor1:#3a3a3a;--e-global-color-astglobalcolor2:#3a3a3a;--e-global-color-astglobalcolor3:#4B4F58;--e-global-color-astglobalcolor4:#F5F5F5;--e-global-color-astglobalcolor5:#FFFFFF;--e-global-color-astglobalcolor6:#F2F5F7;--e-global-color-astglobalcolor7:#424242;--e-global-color-astglobalcolor8:#000000;}
</style>
<link rel='stylesheet' id='elementor-icons-css'  href='https://oldfreegame.com/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css' media='all' />
<link rel='stylesheet' id='elementor-common-css'  href='https://oldfreegame.com/wp-content/plugins/elementor/assets/css/common.min.css' media='all' />
<link rel='stylesheet' id='wp-block-library-css'  href='https://oldfreegame.com/wp-includes/css/dist/block-library/style.min.css' media='all' />
<link rel='stylesheet' id='peepso-css'  href='https://oldfreegame.com/wp-content/plugins/peepso-core/templates/css/peepso.min.css' media='all' />
<link rel='stylesheet' id='peepso-icons-new-css'  href='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/css/peepso-icons-new.min.css' media='all' />
<link rel='stylesheet' id='peepso-new-css'  href='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/css/peepso-new.min.css' media='all' />
<style id='peepso-new-inline-css'>

            @media screen and (min-width: 980px) {
                .ps-navbar__menu-item {
                    position: relative;
                }
            }
            html[dir=rtl] .ps-notif__box {
                left: 0;
                right: auto;
            }
        
</style>
<link rel='stylesheet' id='peepso-backend-css'  href='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/css/peepso-backend.min.css' media='all' />
<link rel='stylesheet' id='peepsoreactions-dynamic-css'  href='https://oldfreegame.com/wp-content/peepso/plugins/foundation/peepsoreactions-dynamic.min.css' media='all' />
<link rel='stylesheet' id='peepso-blogposts-dynamic-css'  href='https://oldfreegame.com/wp-content/peepso/plugins/foundation/peepso-blogposts-dynamic.min.css' media='all' />
<link rel='stylesheet' id='peepso-markdown-css'  href='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/css/markdown/peepso-markdown.min.css' media='all' />
<link rel='stylesheet' id='menu-image-css'  href='https://oldfreegame.com/wp-content/plugins/menu-image/includes/css/menu-image.min.css' media='all' />
<link rel='stylesheet' id='give-styles-css'  href='https://oldfreegame.com/wp-content/plugins/give/assets/dist/css/give-styles.min.css' media='all' />
<link rel='stylesheet' id='trp-language-switcher-style-css'  href='https://oldfreegame.com/wp-content/plugins/translatepress-multilingual/assets/css/trp-language-switcher-style.min.css' media='all' />
<link rel='stylesheet' id='ivory-search-styles-css'  href='https://oldfreegame.com/wp-content/plugins/add-search-to-menu/public/css/ivory-search.min.css' media='all' />
<link rel='stylesheet' id='monsterinsights-vue-frontend-style-css'  href='https://oldfreegame.com/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/monsterinsights-vue-frontend-style.min.css' media='all' />
<link rel='stylesheet' id='wordpress-popular-posts-css-css'  href='https://oldfreegame.com/wp-content/plugins/wordpress-popular-posts/assets/css/wordpress-popular-posts-css.min.css' media='all' />
<link rel='stylesheet' id='rank-math-css'  href='https://oldfreegame.com/wp-content/plugins/seo-by-rank-math/assets/front/css/rank-math.min.css' media='all' />
<link rel='stylesheet' id='peepso-moods-css'  href='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/css/peepso-moods.min.css' media='all' />
<link rel='stylesheet' id='cookie-notice-front-css'  href='https://oldfreegame.com/wp-content/plugins/cookie-notice/includes/../css/front.min.css' media='all' />
<link rel='stylesheet' id='wpforms-admin-bar-css'  href='https://oldfreegame.com/wp-content/plugins/wpforms-lite/assets/css/admin-bar.min.css' media='all' />
<style id='wpforms-admin-bar-inline-css'>
#wpadminbar .wpforms-menu-notification-indicator { background-color: #d63638 !important; }#wpadminbar .wpforms-menu-notification-counter { background-color: #d63638 !important; }
</style>
<link rel='stylesheet' id='font-awesome-official-css'  href='https://use.fontawesome.com/releases/v5.15.4/css/all.css' media='all' integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous" />
<link rel='stylesheet' id='elementor-frontend-legacy-css'  href='https://oldfreegame.com/wp-content/plugins/elementor/assets/css/frontend-legacy.min.css' media='all' />
<link rel='stylesheet' id='elementor-frontend-css'  href='https://oldfreegame.com/wp-content/plugins/elementor/assets/css/frontend.min.css' media='all' />
<style id='elementor-frontend-inline-css'>
@font-face{font-family:eicons;src:url(https://oldfreegame.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.10.0);src:url(https://oldfreegame.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.10.0#iefix) format("embedded-opentype"),url(https://oldfreegame.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.10.0) format("woff2"),url(https://oldfreegame.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.10.0) format("woff"),url(https://oldfreegame.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.10.0) format("truetype"),url(https://oldfreegame.com/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.10.0#eicon) format("svg");font-weight:400;font-style:normal}
</style>
<link rel='stylesheet' id='elementor-post-797-css'  href='https://oldfreegame.com/wp-content/uploads/elementor/css/post-797.css' media='all' />
<link rel='stylesheet' id='astra-child-theme-css-css'  href='https://oldfreegame.com/wp-content/themes/astra-child/astra-child-theme-css.min.css' media='all' />
<link rel='stylesheet' id='addtoany-css'  href='https://oldfreegame.com/wp-content/plugins/add-to-any/addtoany.min.css' media='all' />
<link rel='stylesheet' id='microthemer-css'  href='https://oldfreegame.com/wp-content/micro-themes/draft-styles.css' media='all' />
<link rel='stylesheet' id='microthemer-overlay-css-css'  href='https://oldfreegame.com/wp-content/plugins/microthemer/css/frontend.min.css' media='all' />
<link rel='stylesheet' id='font-awesome-official-v4shim-css'  href='https://use.fontawesome.com/releases/v5.15.4/css/v4-shims.css' media='all' integrity="sha384-Vq76wejb3QJM4nDatBa5rUOve+9gkegsjCebvV/9fvXlGWo4HCMR4cJZjjcF6Viv" crossorigin="anonymous" />
<style id='font-awesome-official-v4shim-inline-css'>
@font-face {
font-family: "FontAwesome";
font-display: block;
src: url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.eot"),
		url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"),
		url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.woff2") format("woff2"),
		url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.woff") format("woff"),
		url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.ttf") format("truetype"),
		url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

@font-face {
font-family: "FontAwesome";
font-display: block;
src: url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.eot"),
		url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),
		url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff2") format("woff2"),
		url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.woff") format("woff"),
		url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.ttf") format("truetype"),
		url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
font-family: "FontAwesome";
font-display: block;
src: url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.eot"),
		url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
		url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.woff2") format("woff2"),
		url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.woff") format("woff"),
		url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.ttf") format("truetype"),
		url("https://use.fontawesome.com/releases/v5.15.4/webfonts/fa-regular-400.svg#fontawesome") format("svg");
unicode-range: U+F004-F005,U+F007,U+F017,U+F022,U+F024,U+F02E,U+F03E,U+F044,U+F057-F059,U+F06E,U+F070,U+F075,U+F07B-F07C,U+F080,U+F086,U+F089,U+F094,U+F09D,U+F0A0,U+F0A4-F0A7,U+F0C5,U+F0C7-F0C8,U+F0E0,U+F0EB,U+F0F3,U+F0F8,U+F0FE,U+F111,U+F118-F11A,U+F11C,U+F133,U+F144,U+F146,U+F14A,U+F14D-F14E,U+F150-F152,U+F15B-F15C,U+F164-F165,U+F185-F186,U+F191-F192,U+F1AD,U+F1C1-F1C9,U+F1CD,U+F1D8,U+F1E3,U+F1EA,U+F1F6,U+F1F9,U+F20A,U+F247-F249,U+F24D,U+F254-F25B,U+F25D,U+F267,U+F271-F274,U+F279,U+F28B,U+F28D,U+F2B5-F2B6,U+F2B9,U+F2BB,U+F2BD,U+F2C1-F2C2,U+F2D0,U+F2D2,U+F2DC,U+F2ED,U+F328,U+F358-F35B,U+F3A5,U+F3D1,U+F410,U+F4AD;
}
</style>
<link rel='stylesheet' id='google-fonts-1-css'  href='https://fonts.googleapis.com/css?family=Roboto%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRoboto+Slab%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&#038;display=auto&#038;ver=5.8.1' media='all' />
<!--[if IE]>
<script src='https://oldfreegame.com/wp-content/themes/astra/assets/js/minified/flexibility.min.js' id='astra-flexibility-js'></script>
<script id='astra-flexibility-js-after'>
flexibility(document.documentElement);
</script>
<![endif]-->
<script src='https://oldfreegame.com/wp-includes/js/jquery/jquery.min.js' id='jquery-core-js'></script>
<script src='https://oldfreegame.com/wp-includes/js/jquery/jquery-migrate.min.js' id='jquery-migrate-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/add-to-any/addtoany.min.js' id='addtoany-js'></script>
<script id='give-stripe-js-js-extra'>
var give_stripe_vars = {"zero_based_currency":"","zero_based_currencies_list":["JPY","KRW","CLP","ISK","BIF","DJF","GNF","KHR","KPW","LAK","LKR","MGA","MZN","VUV"],"sitename":"","checkoutBtnTitle":"Dona","publishable_key":"pk_live_SMtnnvlq4TpJelMdklNha8iD","checkout_image":"","checkout_address":"","checkout_processing_text":"Donation Processing...","give_version":"2.15.0","cc_fields_format":"multi","card_number_placeholder_text":"Numero della carta","card_cvc_placeholder_text":"CVC","donate_button_text":"Dona Ora","element_font_styles":{"cssSrc":false},"element_base_styles":{"color":"#32325D","fontWeight":500,"fontSize":"16px","fontSmoothing":"antialiased","::placeholder":{"color":"#222222"},":-webkit-autofill":{"color":"#e39f48"}},"element_complete_styles":{},"element_empty_styles":{},"element_invalid_styles":{},"float_labels":"","base_country":"IT","preferred_locale":"en"};
</script>
<script src='https://js.stripe.com/v3/?ver=2.15.0' id='give-stripe-js-js'></script>
<script src='https://oldfreegame.com/wp-content/uploads/siteground-optimizer-assets/give-stripe-onpage-js.min.js' id='give-stripe-onpage-js-js'></script>
<script src='https://oldfreegame.com/wp-content/uploads/siteground-optimizer-assets/give-stripe-sepa.min.js' id='give-stripe-sepa-js'></script>
<script src='https://oldfreegame.com/wp-content/uploads/siteground-optimizer-assets/give-stripe-becs.min.js' id='give-stripe-becs-js'></script>
<script src='https://oldfreegame.com/wp-content/uploads/siteground-optimizer-assets/babel-polyfill.min.js' id='babel-polyfill-js'></script>
<script id='give-js-extra'>
var give_global_vars = {"ajaxurl":"https:\/\/oldfreegame.com\/wp-admin\/admin-ajax.php","checkout_nonce":"61c70c54c7","currency":"EUR","currency_sign":"\u20ac","currency_pos":"before","thousands_separator":".","decimal_separator":",","no_gateway":"Seleziona un metodo di pagamento.","bad_minimum":"L'importo minimo che puoi donare \u00e8","bad_maximum":"L'importo massimo della donazione per questo modulo \u00e8","general_loading":"Caricamento...","purchase_loading":"Attendere Prego...","textForOverlayScreen":"<h3>Elaborazione in corso...<\/h3><p>Ci vorr\u00e0 solo un attimo! <\/p>","number_decimals":"2","is_test_mode":"","give_version":"2.15.0","magnific_options":{"main_class":"give-modal","close_on_bg_click":false},"form_translation":{"payment-mode":"Seleziona un metodo di pagamento.","give_first":"Inserisci il tuo nome.","give_last":"Please enter your last name.","give_email":"Inserisci un indirizzo email valido.","give_user_login":"Indirizzo email o nome utente non valido.","give_user_pass":"Inserisci una Password.","give_user_pass_confirm":"Inserisci conferma della password.","give_agree_to_terms":"Devi accettare i termini e condizioni."},"confirm_email_sent_message":"Controlla la tua email e fai clic sul link d'accesso per la cronologia completa delle tua donazioni.","ajax_vars":{"ajaxurl":"https:\/\/oldfreegame.com\/wp-admin\/admin-ajax.php","ajaxNonce":"d79b178b79","loading":"Caricamento","select_option":"Seleziona un'opzione ","default_gateway":"paypal","permalinks":"1","number_decimals":2},"cookie_hash":"187a74857defc491ffcdd969d50bf11d","session_nonce_cookie_name":"wp-give_session_reset_nonce_187a74857defc491ffcdd969d50bf11d","session_cookie_name":"wp-give_session_187a74857defc491ffcdd969d50bf11d","delete_session_nonce_cookie":"0"};
var giveApiSettings = {"root":"https:\/\/oldfreegame.com\/en\/wp-json\/give-api\/v2\/","rest_base":"give-api\/v2"};
</script>
<script src='https://oldfreegame.com/wp-content/uploads/siteground-optimizer-assets/give.min.js' id='give-js'></script>
<script id='wpp-json' type="application/json">
{"sampling_active":0,"sampling_rate":100,"ajax_url":"https:\/\/oldfreegame.com\/en\/wp-json\/wordpress-popular-posts\/v1\/popular-posts","api_url":"https:\/\/oldfreegame.com\/en\/wp-json\/wordpress-popular-posts","ID":0,"token":"ebfdbdf5fe","lang":0,"debug":0}
</script>
<script src='https://oldfreegame.com/wp-content/plugins/wordpress-popular-posts/assets/js/wpp.min.js' id='wpp-js-js'></script>
<script id='cookie-notice-front-js-extra'>
var cnArgs = {"ajaxUrl":"https:\/\/oldfreegame.com\/wp-admin\/admin-ajax.php","nonce":"c0a1bdca57","hideEffect":"none","position":"bottom","onScroll":"0","onScrollOffset":"100","onClick":"0","cookieName":"cookie_notice_accepted","cookieTime":"2592000","cookieTimeRejected":"2592000","cookiePath":"\/","cookieDomain":"","redirection":"0","cache":"0","refuse":"1","revokeCookies":"0","revokeCookiesOpt":"automatic","secure":"1"};
</script>
<script async src='https://oldfreegame.com/wp-content/plugins/cookie-notice/includes/../js/front.min.js' id='cookie-notice-front-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/microthemer/js-min/frontend.js' id='tvr_mcth_frontend-js'></script>
<link rel="https://api.w.org/" href="https://oldfreegame.com/en/wp-json/" /><link rel="alternate" type="application/json" href="https://oldfreegame.com/en/wp-json/wp/v2/pages/811" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://oldfreegame.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://oldfreegame.com/wp-includes/wlwmanifest.xml" /> 
<link rel='shortlink' href='https://oldfreegame.com/en/' />
<link rel="alternate" type="application/json+oembed" href="https://oldfreegame.com/en/wp-json/oembed/1.0/embed?url=https%3A%2F%2Foldfreegame.com%2Fen%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://oldfreegame.com/en/wp-json/oembed/1.0/embed?url=https%3A%2F%2Foldfreegame.com%2Fen%2F&#038;format=xml" />

<script data-cfasync="false">
window.a2a_config=window.a2a_config||{};a2a_config.callbacks=[];a2a_config.overlays=[];a2a_config.templates={};a2a_localize = {
	Share: "Share",
	Save: "Save",
	Subscribe: "Subscribe",
	Email: "Email",
	Bookmark: "Bookmark",
	ShowAll: "Show All",
	ShowLess: "Show less",
	FindServices: "Find service(s)",
	FindAnyServiceToAddTo: "Instantly find any service to add to",
	PoweredBy: "Powered by",
	ShareViaEmail: "Share via email",
	SubscribeViaEmail: "Subscribe via email",
	BookmarkInYourBrowser: "Bookmark in your browser",
	BookmarkInstructions: "Press Ctrl+D or \u2318+D to bookmark this page",
	AddToYourFavorites: "Add to your favourites",
	SendFromWebOrProgram: "Send from any email address or email program",
	EmailProgram: "Email program",
	More: "More&#8230;",
	ThanksForSharing: "Thanks for sharing!",
	ThanksForFollowing: "Thanks for following!"
};

a2a_config.icon_color="#3b633b,#000000";
(function(d,s,a,b){a=d.createElement(s);b=d.getElementsByTagName(s)[0];a.async=1;a.src="https://static.addtoany.com/menu/page.js";b.parentNode.insertBefore(a,b);})(document,"script");
</script>
                    <script> window.MTDynFrontData = {"iframe-url":"https%3A%2F%2Foldfreegame.com%2Fen%2F","mt-show-admin-bar":1,"page-title":"Old Free Game"}; </script>
                    <meta name="generator" content="Give v2.15.0" />
<link rel="alternate" hreflang="en-GB" href="https://oldfreegame.com/en/"/>
<link rel="alternate" hreflang="en" href="https://oldfreegame.com/en/"/>
<link rel="alternate" hreflang="it-IT" href="https://oldfreegame.com/it/"/>
<link rel="alternate" hreflang="it" href="https://oldfreegame.com/it/"/>
        <style>
            @-webkit-keyframes bgslide {
                from {
                    background-position-x: 0;
                }
                to {
                    background-position-x: -200%;
                }
            }

            @keyframes bgslide {
                    from {
                        background-position-x: 0;
                    }
                    to {
                        background-position-x: -200%;
                    }
            }

            .wpp-widget-placeholder {
                margin: 0 auto;
                width: 60px;
                height: 3px;
                background: #dd3737;
                background: -webkit-gradient(linear, left top, right top, from(#dd3737), color-stop(10%, #571313), to(#dd3737));
                background: linear-gradient(90deg, #dd3737 0%, #571313 10%, #dd3737 100%);
                background-size: 200% auto;
                border-radius: 3px;
                -webkit-animation: bgslide 1s infinite linear;
                animation: bgslide 1s infinite linear;
            }
        </style>
        <style id='extendify-custom-stylesheet' type='text/css'></style><style media="print">#wpadminbar { display:none; }</style>
	<style media="screen">
	html { margin-top: 32px !important; }
	* html body { margin-top: 32px !important; }
	@media screen and ( max-width: 782px ) {
		html { margin-top: 46px !important; }
		* html body { margin-top: 46px !important; }
	}
</style>
	<link rel="icon" href="https://oldfreegame.com/wp-content/uploads/2021/09/cropped-favicon-32x32.png" sizes="32x32" />
<link rel="icon" href="https://oldfreegame.com/wp-content/uploads/2021/09/cropped-favicon-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://oldfreegame.com/wp-content/uploads/2021/09/cropped-favicon-180x180.png" />
<meta name="msapplication-TileImage" content="https://oldfreegame.com/wp-content/uploads/2021/09/cropped-favicon-270x270.png" />
		<style id="wp-custom-css">
			/* Change the text size and capital letters of the Send Message button on the contact page. */
button[type="submit"], body div.wpforms-container-full .wpforms-form button[type=submit] {
		font-size: 24px;
		text-transform: capitalize;
}

/* Round the rectangle Ask Us What To Do on the contact page. */
.wpforms-container-full .wpforms-form input[type=email] {
	 border-radius: 20px !important;
}

/* Rounds the Send Message button on the contact page. */
#wpforms-1124-field_2 {
	 border-radius: 20px;
}

/* Button color and border on the contact page. */
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #86b786;
    border: none;
    color: #000;
    border-radius: 20px;
}

/* Green asterisk in the required field on the contact page. */
div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: #86b786;
    font-weight: bold;
}

/* Error field on the contact page. */
.wpforms-container-full .wpforms-form label.wpforms-error {
    color: #86b786 !important;
    font-size: 24px !important;
		margin: 5px 1px;
		padding: 10px;
}

/* Adds an outline on the contact page to text containers in case of non-writing. */
div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field input.user-invalid, div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field textarea.user-invalid, div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error, div.wpforms-container-full .wpforms-form .wpforms-field select.user-invalid, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-has-error .choices__inner {
	  border: 0px;
    outline: 3px solid #000000;
}

/* Increase the size of the text on the contact page. */
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-size: 24px;
}

/* Text on the contact page. */
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    color: #3b633b;
    font-size: 24px;
    height: 44px;
    line-height: 1.5;
}

/* It adds an outline on the contact page to the E-mail container when we over on it. */
.wpforms-container-full .wpforms-form input[type=email]:hover {
	outline: 3px solid #000000;
}

/* It adds an outline on the contact page to the Write container when we hover on it. */
div.wpforms-container-full .wpforms-form textarea:hover {
   outline: 3px solid #000000;
}

/* Astra theme submenu width with rounded corners. */
.ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu, .ast-header-break-point.ast-flyout-menu-enable.ast-header-break-point .ast-builder-menu .main-header-bar-navigation .main-header-menu .menu-item .sub-menu, .ast-header-break-point.ast-flyout-menu-enable.ast-header-break-point .ast-builder-menu .main-header-bar-navigation [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item .sub-menu, .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-link, .ast-header-break-point.ast-flyout-menu-enable.ast-header-break-point .ast-builder-menu .main-header-bar-navigation .main-header-menu .menu-item .sub-menu .menu-link, .ast-header-break-point.ast-flyout-menu-enable.ast-header-break-point .ast-builder-menu .main-header-bar-navigation [CLASS*="ast-builder-menu-"] .main-header-menu .menu-item .sub-menu .menu-link, .ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link, .ast-header-break-point.ast-flyout-menu-enable.ast-header-break-point .main-header-bar-navigation .main-header-menu .menu-item .sub-menu .menu-link, .ast-theme-transparent-header .main-header-menu .menu-item .sub-menu, .ast-header-break-point.ast-flyout-menu-enable.ast-header-break-point .main-header-bar-navigation .main-header-menu .menu-item .sub-menu {
	border-radius: 0px 0px 20px 20px;
	  white-space: nowrap;
    min-width: fit-content;
}

/* Padding of the logo on the top left. */
.ast-site-identity {
    padding: 0em 0;
}

/* Scrollbar width and color on Chrome. */
::-webkit-scrollbar {
	width: 66px;
	background: #3b633b;
}

/* Adds a border to the sidebar on hover. */
::-webkit-scrollbar:hover {
  border: 3px solid #000000 !important;
}

/* Style of the button and the board, in the scroll bar on Chrome. */
::-webkit-scrollbar-thumb {
	background-color: #000000 !important;
	height: 88px !important;
	border-radius: 99px !important;
	  border: 11px solid transparent;
	  background-clip: content-box;
}

/* The cursor does not change to the cursor for text, except in the fields where you type. */
body {
    cursor: default;
}

/* Text style and height of the cookie banner. */
#cookie-notice div {
	font-size: 24px;
	font-weight: bold;
	height: auto;
}

/* Size of the text and buttons of the cookie banner. */
.cn-button.wp-default, .cn-button.bootstrap {
	font-size: 24px;
	font-weight: bold;
	padding: 8.5px 25px;
}

/* Color of the buttons and of the writings on the cookie banner. */
.cn-button.bootstrap {
    color: #000000;
    background: #86b786;
}

/* Hover effect on the buttons of the cookie banner. */
.cn-button.bootstrap:hover {
  outline: 3px solid #000000;
}

/* Color of the close button of the cookie banner. */
.cn-close-icon:before, .cn-close-icon:after {
	background-color: #000000;	
}

/* Removed the opacity to the close button of the cookie banner. */
.cn-close-icon {
	 opacity: 1 !important;
}

/* Hover effect on the menu. */
.menu-link:hover {
	 transition: none;
   border-color: #000000;
	border-radius: 20px;
}

/* It corrects the displacements created by the edge in the menu and it changes the distance. */
.menu-link {
   border: 3px solid transparent;
}

/* Removes a white line before comments. */
.comments-area, #wpdcom .wpd-form-head, #wpdcom .wpd-thread-head {
    border: 0;
}

/* Change of background color where the text is present. */
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single:not(.ast-related-post) {
    background-color: #86b786;
}

/* Space between letters on the entire website. */
* {
	letter-spacing: 1px !important;
}

/* Round the corners of the buttons in the cookie bar. */
#cookie-notice .cn-button {
    border-radius: 99px;
}

/* Text style when we write in the comments. */
#wpdcom .ql-editor>* {
    font-size: 24px;
    font-weight: bold;
}

/* Comment container with rounded edges on the top. */
#wpdcom .ql-container {
    border-radius: 20px 20px 0 0;
}

/* Comment container with rounded edges on the underside. */
#wpdcom .ql-toolbar {
    border-radius: 0 0 20px 20px;
	  border: 3px solid #3b633b;
}

/* It adds a border to the comment button container on hover. */
#wpdcom .ql-toolbar:hover {
    border-radius: 0 0 20px 20px;
	  border: 3px solid #000000;
}

/* Customize the Send Message button on the contact page on hover. */
div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
div.wpforms-container-full .wpforms-form input[type=submit]:active, 
div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
div.wpforms-container-full .wpforms-form button[type=submit]:active, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:active {
    background-color: #86b786;
   outline: 3px solid #000000;
	 border: 0px;
}

/* Comment button size. */
.ql-snow .ql-toolbar button, .ql-snow.ql-toolbar button {
    height: 44px;
    width: 44px;
}

/* Comment buttons margin. */
#wpdcom button {
    margin: 11px !important;
}

/* Button color for adding images in comments.  */
#wpdcom .ql-toolbar .wmu-upload-wrap .wmu-add i {
  font-size: 24px;
  color: #000000;
	line-height: 66px;
	border-radius: 99px;
	height: 44px;
	width: 44px;
	margin: 11px;
	background: #86b786;
}

/* Icon color and size for adding images in comments. */
#wpdcom .ql-toolbar .wmu-upload-wrap .wmu-add i:hover {
    color: #000000 !important;
	outline: 3px solid #000000;
}

/* Change the style of the Post A Comment button. Click on the comment box Leave us your opinion, to see the modified button. */
#wpdcom .wpd-second-button, #wpdcom .wpd-prim-button {
    font-size: 24px;
    line-height: normal;
	  height: 44px;
    padding: 0px 20px;
    box-shadow: none;
    border-radius: 99px;
}

/* Change the text color on the Post A Comment button on mouseover. */
#wpdcom .wpd-second-button, #wpdcom .wpd-prim-button:hover {
   outline: 3px solid #000000;
}

/* Change the style of the share buttons. */
.addtoany_list a:not(.addtoany_special_service)>span {
    margin: 0 11px;
    border-radius: 99px !important;
	    width: 44px !important;
    line-height: 44px !important;
    height: 44px !important;
}


/* Change the border and the background color in the small sharing window. */
.a2a_menu {
    border-radius: 20px !important;
    background: #3b633b !important;
    border: 0px solid #000 !important;
}

/* Change the style in the small sharing window. */
a.a2a_i, i.a2a_i {
    border: 0px solid #000 !important;
    line-height: 42px !important;
    white-space: nowrap;
    text-overflow: clip !important;
    margin: 11px;
    border-radius: 99px;
	  background-color: #86b786 !important;
}

/* Change the width in the small sharing window. */
.a2a_mini {
    width: 500px !important;
}

/* Social icon size in the small sharing window. */
a.a2a_i .a2a_svg, a.a2a_more .a2a_svg {
    height: 24px !important;
    width: 24px !important;
	  background-color: #86b786 !important;
}

/* Adds an outline to the hover buttons in the small sharing window. */
a.a2a_i:hover {
  outline: 3px solid #000000 !important;
}

/* Color of the buttons in the comments. */
#wpdcom .ql-toolbar .ql-stroke {
    stroke: #000000;
}

/* Add color to the number one on the Ordered List button in comments. */
.ql-fill {
    fill: #000000 !important;
}

/* Active color in the comment buttons. */
#wpdcom .ql-toolbar button.ql-active .ql-stroke {
    color: #3b633b !important;
    stroke: #3b633b !important;
}

/* background in comment buttons. */
.ql-snow .ql-toolbar button, .ql-snow.ql-toolbar button {
    background-color: #86b786;
}

/* Color of the container where the comment buttons are. */
#wpdcom .ql-toolbar {
    background-color: #3b633b;
}

/* Height of the comment container. */
#wpdcom .ql-editor {
    min-height: 150px;
}

/* Text color and size in the small sharing window. */
.a2a_menu a {
	  font-size: 24px !important;
	  font-weight: bold !important;
	  color: #000000 !important;
}

/* Adds a transparent border to the cookie banner on hover. */
.cookie-notice-container {
    border: 3px solid transparent;
}

/* Adds colorebordo to hover cookie banner. */
.cookie-notice-container:hover {
    border-color: #000;
}

/* Change the text, on the comment counter. */
#wpdcom .wpd-thread-head .wpd-thread-info {
    font-weight: bold;
    font-size: 24px;
    margin: 0 10px;
    color: #3b633b;
    border-bottom: none;
}

/* Button My Content And Settings. */
#wpdcom .wpd-thread-head .wpdiscuz-user-settings {
    line-height: 31px;
    width: 44px !important;
    height: 44px;
    background-color: #3b633b;
    border-radius: 99px;
	  border: 3px solid #3b633b;
}

/* Speech bubble My Content And Setting. */
[wpd-tooltip]::after {
   outline: 3px solid #000000;
    background: #3b633b;
    color: #86b786;
    font-size: 24px;
    border-radius: 20px;
}

/* Center-align the image icon with the button in the comment pod. */
#wpdcom  i.fa-image{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* In the comment box, line up the image button with the other buttons. */
#wpdcom .wmu-upload-wrap{
    display: flex !important;
}

/* Adds the margin to the cookie banner text. */
.cn-text-container {
    margin: 24px;
}

/* Adds the color to the My content and setting button. */
#wpdcom .wpd-thread-head .wpdiscuz-user-settings {
    color: #000000;
}

/* Adds the outline to the My content and setting button on hover. */
#wpdcom .wpd-thread-head .wpdiscuz-user-settings:hover {
    outline: 3px solid #000000;
}

/* Removes the color when hovering over the comment buttons. */)
#wpdcom .ql-toolbar button:hover .ql-stroke{
   stroke: #000000;
}

/* Removes resizing the text box on the contact page under Write. */
div.wpforms-container-full .wpforms-form textarea.wpforms-field-large{
 resize: none;
}

/* Adds an outline to the sharing buttons to the mouse pass. */
.addtoany_list a:not(.addtoany_special_service)>span:hover {
	outline: 3px solid #000000;
}

/* It fills the green background of the page, in case of error. */
.ast-separate-container .ast-archive-description, .ast-separate-container .ast-author-box {
    background-color: #86b786;
}

/* It fills the green background of the page, in case of error. */
.ast-separate-container .error-404, .ast-separate-container .no-results {
    background-color: #86b786;
}

/* Changes the search button style. */
.is-form-style input.is-search-submit, .is-search-icon {
    background-color: #3b633b !important;
    font-size: 24px!important;
    border-radius: 99px;
    line-height: 1;
    height: 44px;
	 border: 0px;
}

/* Changing the style of the text box.*/
.is-form-style input.is-search-input {
    border-radius: 99px !important;
    font-size: 24px!important;
    height: 44px;
	  border: 3px solid transparent !important;
}

/* It changes the border color of the search menu when you hover. */
.is-form-style input.is-search-input:hover {
   border: 3px solid #000000 !important;
}

/* Change the size of the text before the text container, after a failed search. */
.page-content {
    font-size: 24px;
}

/* Change the size of the text of the first part of the breadcrumb. */
.ast-archive-description p {
    font-size: 24px !important;
    font-weight: bold;
}

/* Change the upper padding of the breadcrumb. */
.ast-separate-container .ast-archive-description, .ast-separate-container .ast-author-box {
    padding: 0em 6.67em 2em;
}

/* Change the padding on the text after a search not found. */
.ast-separate-container .ast-404-layout-1, .ast-separate-container .no-results {
    padding: 0em 2.4em;
}

/* Rounds the corners of the scroll bar in the text container on the contact page. */
div.wpforms-container-full .wpforms-form textarea.wpforms-field-large::-webkit-scrollbar{
 border-radius:0 20px 20px 0;
}

/* Removes the border from the text container on the contact page. */
div.wpforms-container-full .wpforms-form input[type=date], div.wpforms-container-full .wpforms-form input[type=datetime], div.wpforms-container-full .wpforms-form input[type=datetime-local], div.wpforms-container-full .wpforms-form input[type=email], div.wpforms-container-full .wpforms-form input[type=month], div.wpforms-container-full .wpforms-form input[type=number], div.wpforms-container-full .wpforms-form input[type=password], div.wpforms-container-full .wpforms-form input[type=range], div.wpforms-container-full .wpforms-form input[type=search], div.wpforms-container-full .wpforms-form input[type=tel], div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=time], div.wpforms-container-full .wpforms-form input[type=url], div.wpforms-container-full .wpforms-form input[type=week], div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form textarea {
    border: 0px;
}

/* da sistemare */
.metaslider .flexslider .flex-prev {
	left: -37px !important;
	opacity: 1 !important;
}

/* da sistemare */
.metaslider .flexslider .flex-next {
	right: -37px !important;
	opacity: 1 !important;
}

/* Edit the contact form container on the contact page. */
div.wpforms-container-full {
    background-color: #3b633b;
    padding: 20px;
    border-radius: 20px;
}

/* Change the size of the social buttons in the mini menu. */
a.a2a_i, i.a2a_i {
    padding: 0 14px !important;
    width: 170px !important;
    height: 44px !important;
	  margin: 11px 26px;
}

/* Adds a border to the share mini menu. */
div#a2apage_cols_container {
    border: 3px solid;
    border-radius: 20px 20px 0 0;
	border-bottom: none;
}

/* Adds a border to the mini-menu of the shares at the bottom. */
.a2a_wide a {
    margin-top: 0px !important;
    border-top: none !important;
   border-right: 3px solid #000000 !important;
	   border-bottom: 3px solid #000000 !important;
	   border-left: 3px solid #000000 !important;
    border-radius: 0 0 20px 20px;
}

/* It takes away the shadow in the menu. */
.ast-desktop .main-header-menu:not(#ast-hf-mobile-menu) .sub-menu {
    box-shadow: none;
}

/* Convert the background color of the shares mini menu to the bottom. */
.a2a_menu a.a2a_i:active, .a2a_menu a.a2a_i:focus, .a2a_menu a.a2a_i:hover, .a2a_menu a.a2a_more:active, .a2a_menu a.a2a_more:focus, .a2a_menu a.a2a_more:hover {
    background-color: #3b633b !important;
}

/* It removes unnecessary side padding in the menu bar and adjusts its height. */
.site-above-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
    padding: 0 !important;
	height: 66px;
}

/* Adds the background color to the footer. */
.site-below-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-full.ast-builder-grid-row-tablet-full.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack {
  background-color: #3b633b;
}

/* Removes the transition effect to the menu. */
.main-header-menu .menu-link, .main-header-menu>a {
    transition: none;
}

/* Removes the top and bottom padding of every written article. */
.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single {
    padding: 0em 6.67em;
}

/* It colors the text in the menu text black on mouse-over. */
.main-header-menu .menu-link:hover {
  color: #000000 !important;
}

/* It adds a
 *  transparent border to the submenu. */
.submenu-with-border .sub-menu .menu-link {
		border: 3px solid transparent !important;
}

/* It adds a black border and rounded corners to the hover submenu. */
.submenu-with-border .sub-menu .menu-link:hover {
		border-color: #000000 !important;
		border-radius: 20px !important;
}

/* It adds the fill to the number one symbol, to the numbered list in the comments. */
#wpdcom .ql-toolbar button.ql-active .ql-fill {
  fill: #3b633b !important;
}

/* It brings the menu text closer. */
.main-header-menu .menu-link, .main-header-menu>a {
    padding: 0 7px;
}

/* It adds padding to the search menu. */
#menu-item-4051 {
	padding-right: 10px;
	padding-left: 10px;
}

/* It changes the color of the label text in the contact form. */
#wpforms-form-1124 .wpforms-field-label {
	color: #86b786;
}

/* It sets the height of the menu. */
.ast-desktop .ast-above-header-bar .main-header-menu > .menu-item {
    line-height: 60px;
}

/* It colors the title of a search on the page. */
.ast-archive-description .ast-archive-title {
    font-size: 24px !important;
    font-weight: bold;
    color: #3b633b;
}

/* It changes the size of the text in the search submenu. */
.is-ajax-search-details, .is-ajax-search-details *, .is-ajax-search-result, .is-ajax-search-result * {
    font-size: 24px !important;
    line-height: 44px;
}

/* It removes padding from the search submenu because it creates a white border effect. */
div.is-ajax-search-details, div.is-ajax-search-result {
    padding: 0px !important;
}

/* It rounds the corners of the search submenu */
.is-ajax-search-post {
	border-radius: 20px !important;
	border: 3px solid #3b633b ;
}

/* It rounds the corners of the search submenu */
.is-ajax-search-post:hover {
	border-radius: 20px !important;
	border: 3px solid #000000;
}

/* It corrects the color of the corners of the search submenu */
.is-ajax-search-details, .is-ajax-search-details *, .is-ajax-search-result, .is-ajax-search-result * {
    border-radius: 0 0 20px 20px !important;
    background-color: #3b633b;
}

/* It removes the bottom border of the content my setting button. */
#wpdcom .wpd-thread-head .wpdiscuz-user-settings {
	border-bottom: 0px;
}

/* It modifies the most reacted content button. */
#wpdcom .wpd-thread-filter .wpdf-reacted {
    color: #000000;
    border: 3px solid #3b633b !important;
    background-color: #3b633b;
    width: 44px;
    height: 44px;
    border-radius: 99px;
    line-height: 28px;
	  margin-right: 11px;
}

/* It adds a border to the most reacted content button on hover. */
#wpdcom .wpd-thread-filter .wpdf-reacted:hover {
	 border: 3px solid #000000 !important;
}

/* It modifies the hottest content thread button. */
#wpdcom .wpd-thread-filter .wpdf-hottest {
    color: #000000;
    border: 3px solid #3b633b !important;
    background-color: #3b633b;
    width: 44px;
    height: 44px;
    border-radius: 99px;
    line-height: 28px;
}

/* It adds a border to the hottest content thread button on hover. */
#wpdcom .wpd-thread-filter .wpdf-hottest:hover {
	 border: 3px solid #000000 !important;
}

/* It enlarges the placeholder text in the comments. */
#wpdcom .ql-editor::before {
    font-size: 24px;
}

/* It enlarges the text, subscribe in the comments and colors its icon. */
#wpdcom .wpd-sbs-toggle {
    color: #000;
    font-size: 24px;
}

/* It enlarges the subscribe icon in the comments. */
#wpdcom .wpd-sbs-toggle i.fa-envelope {
    font-size: 24px;
}

/* It zooms in on the arrow to subscribe to comments. */
#wpdcom .wpd-sbs-toggle i.fa-caret-down {
    font-size: 24px;
    color: #000;
}

/* It enlarges the notification text to subscribe to comments. */
#wpdcom .wpdiscuz-subscribe-form-intro {
    font-size: 24px;
    color: #3b633b;
    line-height: 2em;
}

/* It zooms in on the button, new follow-up comments. */
.wpdiscuz_select {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC)#ffffff no-repeat 100%!important;
    border-radius: 99px;
    border: 3px solid #3b633b!important;
    height: 44px!important;
    font-size: 24px!important;
	  line-height: 22px !important;
}

/* It enlarges the text to log in to comments. */
#wpdcom .wpd-auth .wpd-login {
    font-size: 24px;
    line-height: 22px;
}

/* It changes the color of the links for logging in to comments. */
#wpdcom .wpd-auth .wpd-login a {
    color: #000000;
    text-decoration: none;
}

/* It changes the color of the text preceding the links to log in to comments. */
.wpd-login {
    color: #3b633b;
}

/* It changes the color of the links on hover to access comments. */
#wpdcom .wpd-auth .wpd-login a:hover {
    color: #000000;
    text-decoration: underline;
}

/* It modifies the button that confirms the subscription to comments */
#wpdcom .wpdiscuz-subscribe-bar #wpdiscuz_subscription_button {
    padding: 0 !important;
    border: 3px solid #3b633b;
    font-size: 24px !important;
    height: 44px !important;
    width: 44px;
    line-height: 44px !important;
}

/* It modifies the text after subscribing to comments */
#wpdcom .wpdiscuz-subscribe-bar .wpdiscuz_subscribe_status {
    color: #3b633b;
    font-size: 24px;
    line-height: 2em;
}

/* It adds an underline to the link to unsubscribe from comments. */
a.wpd-unsubscribe:hover {
    text-decoration: underline;
    color: #000000;
}		</style>
		</head>

<body itemtype='https://schema.org/WebPage' itemscope='itemscope' class="home page-template-default page page-id-811 logged-in admin-bar no-customize-support plg-peepso mt-811 mt-page-old-free-game translatepress-en_GB astra ast-single-post ast-inherit-site-logo-transparent ast-theme-transparent-header ast-hfb-header ast-desktop ast-separate-container ast-no-sidebar astra-3.7.3 ast-full-width-primary-header eplus_styles cookies-set cookies-refused elementor-default elementor-kit-797 elementor-page elementor-page-811">
	<script>
		(function() {
			var request, b = document.body, c = 'className', cs = 'customize-support', rcs = new RegExp('(^|\\s+)(no-)?'+cs+'(\\s+|$)');

				request = true;
	
			b[c] = b[c].replace( rcs, ' ' );
			// The customizer requires postMessage and CORS (if the site is cross domain).
			b[c] += ( window.postMessage && request ? ' ' : ' no-' ) + cs;
		}());
	</script>
			<div id="wpadminbar" class="nojq nojs">
						<div class="quicklinks" id="wp-toolbar" role="navigation" aria-label="Toolbar">
				<ul id='wp-admin-bar-root-default' class="ab-top-menu"><li id='wp-admin-bar-wp-logo' class="menupop"><a class='ab-item' aria-haspopup="true" href='https://oldfreegame.com/wp-admin/about.php'><span class="ab-icon" aria-hidden="true"></span><span class="screen-reader-text">About WordPress</span></a><div class="ab-sub-wrapper"><ul id='wp-admin-bar-wp-logo-default' class="ab-submenu"><li id='wp-admin-bar-about'><a class='ab-item' href='https://oldfreegame.com/wp-admin/about.php'>About WordPress</a></li></ul><ul id='wp-admin-bar-wp-logo-external' class="ab-sub-secondary ab-submenu"><li id='wp-admin-bar-wporg'><a class='ab-item' href='https://en-gb.wordpress.org/'>WordPress.org</a></li><li id='wp-admin-bar-documentation'><a class='ab-item' href='https://wordpress.org/support/'>Documentation</a></li><li id='wp-admin-bar-support-forums'><a class='ab-item' href='https://wordpress.org/support/forums/'>Support</a></li><li id='wp-admin-bar-feedback'><a class='ab-item' href='https://wordpress.org/support/forum/requests-and-feedback'>Feedback</a></li></ul></div></li><li id='wp-admin-bar-site-name' class="menupop"><a class='ab-item' aria-haspopup="true" href='https://oldfreegame.com/wp-admin/'>Old Free Game</a><div class="ab-sub-wrapper"><ul id='wp-admin-bar-site-name-default' class="ab-submenu"><li id='wp-admin-bar-dashboard'><a class='ab-item' href='https://oldfreegame.com/wp-admin/'>Dashboard</a></li></ul><ul id='wp-admin-bar-appearance' class="ab-submenu"><li id='wp-admin-bar-themes'><a class='ab-item' href='https://oldfreegame.com/wp-admin/themes.php'>Themes</a></li><li id='wp-admin-bar-widgets'><a class='ab-item' href='https://oldfreegame.com/wp-admin/widgets.php'>Widgets</a></li><li id='wp-admin-bar-menus'><a class='ab-item' href='https://oldfreegame.com/wp-admin/nav-menus.php'>Menus</a></li></ul></div></li><li id='wp-admin-bar-customize' class="hide-if-no-customize"><a class='ab-item' href='https://oldfreegame.com/wp-admin/customize.php?url=https%3A%2F%2Foldfreegame.com%2Fen%2F'>Customise</a></li><li id='wp-admin-bar-updates'><a class='ab-item' href='https://oldfreegame.com/wp-admin/update-core.php'><span class="ab-icon" aria-hidden="true"></span><span class="ab-label" aria-hidden="true">1</span><span class="screen-reader-text updates-available-text">1 update available</span></a></li><li id='wp-admin-bar-comments'><a class='ab-item' href='https://oldfreegame.com/wp-admin/edit-comments.php'><span class="ab-icon" aria-hidden="true"></span><span class="ab-label awaiting-mod pending-count count-0" aria-hidden="true">0</span><span class="screen-reader-text comments-in-moderation-text">0 Comments in moderation</span></a></li><li id='wp-admin-bar-new-content' class="menupop"><a class='ab-item' aria-haspopup="true" href='https://oldfreegame.com/wp-admin/post-new.php'><span class="ab-icon" aria-hidden="true"></span><span class="ab-label">New</span></a><div class="ab-sub-wrapper"><ul id='wp-admin-bar-new-content-default' class="ab-submenu"><li id='wp-admin-bar-new-post'><a class='ab-item' href='https://oldfreegame.com/wp-admin/post-new.php'>Post</a></li><li id='wp-admin-bar-new-media'><a class='ab-item' href='https://oldfreegame.com/wp-admin/media-new.php'>Media</a></li><li id='wp-admin-bar-new-page'><a class='ab-item' href='https://oldfreegame.com/wp-admin/post-new.php?post_type=page'>Page</a></li><li id='wp-admin-bar-new-e-landing-page'><a class='ab-item' href='https://oldfreegame.com/wp-admin/edit.php?action=elementor_new_post&#038;post_type=e-landing-page&#038;template_type=landing-page&#038;_wpnonce=9c32943422#library'>Landing page</a></li><li id='wp-admin-bar-new-elementor_library'><a class='ab-item' href='https://oldfreegame.com/wp-admin/post-new.php?post_type=elementor_library'>Template</a></li><li id='wp-admin-bar-new-pretty-link'><a class='ab-item' href='https://oldfreegame.com/wp-admin/post-new.php?post_type=pretty-link'>Pretty Link</a></li><li id='wp-admin-bar-new-give_forms'><a class='ab-item' href='https://oldfreegame.com/wp-admin/post-new.php?post_type=give_forms'>Modulo Donazione</a></li><li id='wp-admin-bar-new-user'><a class='ab-item' href='https://oldfreegame.com/wp-admin/user-new.php'>User</a></li><li id='wp-admin-bar-wpforms'><a class='ab-item' href='https://oldfreegame.com/wp-admin/admin.php?page=wpforms-builder'>WPForms</a></li></ul></div></li><li id='wp-admin-bar-edit'><a class='ab-item' href='https://oldfreegame.com/wp-admin/post.php?post=811&#038;action=edit'>Edit Page</a></li><li id='wp-admin-bar-trp_edit_translation' class="menupop trp-edit-translation"><a class='ab-item' aria-haspopup="true" href='https://oldfreegame.com/en/?trp-edit-translation=true'><span class="ab-icon"></span><span class="ab-label">Translate Page</span></a><div class="ab-sub-wrapper"><ul id='wp-admin-bar-trp_edit_translation-default' class="ab-submenu"><li id='wp-admin-bar-trp_settings_page' class="trp-settings-page"><a class='ab-item' href='https://oldfreegame.com/wp-admin/options-general.php?page=translate-press'>Settings</a></li></ul></div></li><li id='wp-admin-bar-rank-math' class="menupop"><a class='ab-item' aria-haspopup="true" href='https://oldfreegame.com/wp-admin/admin.php?page=rank-math' title='Rank Math Dashboard'><span class="rank-math-icon"><svg viewBox="0 0 462.03 462.03" xmlns="http://www.w3.org/2000/svg" width="20"><g><path d="m462 234.84-76.17 3.43 13.43 21-127 81.18-126-52.93-146.26 60.97 10.14 24.34 136.1-56.71 128.57 54 138.69-88.61 13.43 21z"/><path d="m54.1 312.78 92.18-38.41 4.49 1.89v-54.58h-96.67zm210.9-223.57v235.05l7.26 3 89.43-57.05v-181zm-105.44 190.79 96.67 40.62v-165.19h-96.67z"/></g></svg></span><span class="rank-math-text">Rank Math SEO</span></a><div class="ab-sub-wrapper"><ul id='wp-admin-bar-rank-math-default' class="ab-submenu"><li id='wp-admin-bar-rank-math-dashboard'><a class='ab-item' href='https://oldfreegame.com/wp-admin/admin.php?page=rank-math' title='Dashboard'>Dashboard</a></li><li id='wp-admin-bar-rank-math-home'><a class='ab-item' href='https://oldfreegame.com/wp-admin/admin.php?page=rank-math-options-titles#setting-panel-homepage' title='Edit Homepage SEO Settings'>Homepage SEO</a></li><li id='wp-admin-bar-rank-math-404-monitor'><a class='ab-item' href='https://oldfreegame.com/wp-admin/admin.php?page=rank-math-404-monitor' title='Review 404 errors on your site'>404 Monitor</a></li><li id='wp-admin-bar-rank-math-redirections' class="menupop"><a class='ab-item' aria-haspopup="true" href='https://oldfreegame.com/wp-admin/admin.php?page=rank-math-redirections' title='Create and edit redirections'><span class="wp-admin-bar-arrow" aria-hidden="true"></span>Redirections</a><div class="ab-sub-wrapper"><ul id='wp-admin-bar-rank-math-redirections-default' class="ab-submenu"><li id='wp-admin-bar-rank-math-redirections-edit'><a class='ab-item' href='https://oldfreegame.com/wp-admin/admin.php?page=rank-math-redirections' title='Create and edit redirections'>Manage Redirections</a></li><li id='wp-admin-bar-rank-math-redirections-settings'><a class='ab-item' href='https://oldfreegame.com/wp-admin/admin.php?page=rank-math-options-general#setting-panel-redirections' title='Redirection Settings'>Redirection Settings</a></li><li id='wp-admin-bar-rank-math-redirections-redirect-me'><a class='ab-item' href='https://oldfreegame.com/wp-admin/admin.php?page=rank-math-redirections&#038;url=en%2F' title='Redirect the current URL'>&raquo; Redirect this page</a></li></ul></div></li><li id='wp-admin-bar-rank-math-mark-me' class="menupop"><a class='ab-item' aria-haspopup="true" href='#'><span class="wp-admin-bar-arrow" aria-hidden="true"></span>Mark this page</a><div class="ab-sub-wrapper"><ul id='wp-admin-bar-rank-math-mark-me-default' class="ab-submenu"><li id='wp-admin-bar-rank-math-pillar-content' class="mark-page-as"><a class='ab-item' href='#pillar_content'>As Pillar Content</a></li><li id='wp-admin-bar-rank-math-no-index' class="mark-page-as"><a class='ab-item' href='#noindex'><span class="dashicons dashicons-yes rm-mark-page-icon"></span>As NoIndex</a></li><li id='wp-admin-bar-rank-math-no-follow' class="mark-page-as"><a class='ab-item' href='#nofollow'><span class="dashicons dashicons-yes rm-mark-page-icon"></span>As NoFollow</a></li></ul></div></li><li id='wp-admin-bar-rank-math-third-party' class="menupop"><a class='ab-item' aria-haspopup="true" href='#'><span class="wp-admin-bar-arrow" aria-hidden="true"></span>External Tools</a><div class="ab-sub-wrapper"><ul id='wp-admin-bar-rank-math-third-party-default' class="ab-submenu"><li id='wp-admin-bar-rank-math-google-pagespeed'><a class='ab-item' href='https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Foldfreegame.com%2Fen%2F' target='_blank' title='Google PageSpeed Insights'>Google PageSpeed</a></li><li id='wp-admin-bar-rank-math-google-mobilefriendly'><a class='ab-item' href='https://search.google.com/test/mobile-friendly?url=https%3A%2F%2Foldfreegame.com%2Fen%2F' target='_blank' title='Google Mobile-Friendly Test'>Google Mobile-Friendly</a></li><li id='wp-admin-bar-rank-math-google-richresults-mobile'><a class='ab-item' href='https://search.google.com/test/rich-results?url=https%3A%2F%2Foldfreegame.com%2Fen%2F&#038;user_agent=1' target='_blank' title='Google Rich Results Test - Googlebot Smartphone'>Google Rich Results (Mobile)</a></li><li id='wp-admin-bar-rank-math-google-richresults-desktop'><a class='ab-item' href='https://search.google.com/test/rich-results?url=https%3A%2F%2Foldfreegame.com%2Fen%2F&#038;user_agent=2' target='_blank' title='Google Rich Results Test - Googlebot Desktop'>Google Rich Results (Desktop)</a></li><li id='wp-admin-bar-rank-math-google-cache'><a class='ab-item' href='https://webcache.googleusercontent.com/search?q=cache:https%3A%2F%2Foldfreegame.com%2Fen%2F' target='_blank' title='See Google&#039;s cached version of your site'>Google Cache</a></li><li id='wp-admin-bar-rank-math-fb-debugger'><a class='ab-item' href='https://developers.facebook.com/tools/debug/sharing/?q=https%3A%2F%2Foldfreegame.com%2Fen%2F' target='_blank' title='Facebook Sharing Debugger'>Facebook Debugger</a></li></ul></div></li></ul></div></li><li id='wp-admin-bar-monsterinsights_frontend_button'><a class='ab-item' href='#'><span class="ab-icon dashicons-before dashicons-chart-bar"></span> Insights</a></li><li id='wp-admin-bar-wpforms-menu' class="menupop"><a class='ab-item' aria-haspopup="true" href='https://oldfreegame.com/wp-admin/admin.php?page=wpforms-overview'>WPForms <div class="wpforms-menu-notification-counter"><span>3</span></div></a><div class="ab-sub-wrapper"><ul id='wp-admin-bar-wpforms-menu-default' class="ab-submenu"><li id='wp-admin-bar-wpforms-notifications'><a class='ab-item' href='https://oldfreegame.com/wp-admin/admin.php?page=wpforms-overview'>Notifications <div class="wpforms-menu-notification-indicator"></div></a></li><li id='wp-admin-bar-wpforms-forms'><a class='ab-item' href='https://oldfreegame.com/wp-admin/admin.php?page=wpforms-overview'>All Forms</a></li><li id='wp-admin-bar-wpforms-add-new'><a class='ab-item' href='https://oldfreegame.com/wp-admin/admin.php?page=wpforms-builder'>Add New</a></li><li id='wp-admin-bar-wpforms-community'><a class='ab-item' href='https://www.facebook.com/groups/wpformsvip/' target='_blank' rel='noopener noreferrer'>Community</a></li><li id='wp-admin-bar-wpforms-support'><a class='ab-item' href='https://wpforms.com/docs/' target='_blank' rel='noopener noreferrer'>Support</a></li></ul></div></li><li id='wp-admin-bar-wp-mcr-shortcut' class="wp-mcr-shortcut"><a class='ab-item' href='https://oldfreegame.com/wp-admin/admin.php?page=tvr-microthemer.php&#038;mt_preview_url=https%3A%2F%2Foldfreegame.com%2Fen%2F&#038;_wpnonce=1c58a76416' title='Jump to the Microthemer interface'>Microthemer</a></li><li id='wp-admin-bar-SG_CachePress_Supercacher_Purge' class="sg-cachepress-admin-bar-purge"><a class='ab-item' href='https://oldfreegame.com/wp-admin/admin-ajax.php?action=admin_bar_purge_cache&#038;_wpnonce=ec8261100b'>Pulisci la Cache SG</a></li></ul><ul id='wp-admin-bar-top-secondary' class="ab-top-secondary ab-top-menu"><li id='wp-admin-bar-search' class="admin-bar-search"><div class="ab-item ab-empty-item" tabindex="-1"><form action="https://oldfreegame.com/en/" method="get" id="adminbarsearch"><input class="adminbar-input" name="s" id="adminbar-search" type="text" value="" maxlength="150" /><label for="adminbar-search" class="screen-reader-text">Search</label><input type="submit" class="adminbar-button" value="Search" /></form></div></li><li id='wp-admin-bar-my-account' class="menupop with-avatar"><a class='ab-item' aria-haspopup="true" href='https://oldfreegame.com/wp-admin/profile.php'>Hi, <span class="display-name">Giuliano</span><img alt='' src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://secure.gravatar.com/avatar/be9f32b4d91dd21ef7ff79a07cc5ff8c?s=26&#038;d=mm&#038;r=g" data-srcset="https://secure.gravatar.com/avatar/be9f32b4d91dd21ef7ff79a07cc5ff8c?s=52&#038;d=mm&#038;r=g 2x" class='avatar avatar-26 photo lazyload' height='26' width='26' /><noscript><img alt='' src='https://secure.gravatar.com/avatar/be9f32b4d91dd21ef7ff79a07cc5ff8c?s=26&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/be9f32b4d91dd21ef7ff79a07cc5ff8c?s=52&#038;d=mm&#038;r=g 2x' class='avatar avatar-26 photo lazyload' height='26' width='26' /></noscript></a><div class="ab-sub-wrapper"><ul id='wp-admin-bar-user-actions' class="ab-submenu"><li id='wp-admin-bar-user-info'><a class='ab-item' tabindex="-1" href='https://oldfreegame.com/wp-admin/profile.php'><img alt='' src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://secure.gravatar.com/avatar/be9f32b4d91dd21ef7ff79a07cc5ff8c?s=64&#038;d=mm&#038;r=g" data-srcset="https://secure.gravatar.com/avatar/be9f32b4d91dd21ef7ff79a07cc5ff8c?s=128&#038;d=mm&#038;r=g 2x" class='avatar avatar-64 photo lazyload' height='64' width='64' /><noscript><img alt='' src='https://secure.gravatar.com/avatar/be9f32b4d91dd21ef7ff79a07cc5ff8c?s=64&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/be9f32b4d91dd21ef7ff79a07cc5ff8c?s=128&#038;d=mm&#038;r=g 2x' class='avatar avatar-64 photo lazyload' height='64' width='64' /></noscript><span class='display-name'>Giuliano</span><span class='username'>Giuliano Ciolino</span></a></li><li id='wp-admin-bar-edit-profile'><a class='ab-item' href='https://oldfreegame.com/wp-admin/profile.php'>Edit Profile</a></li><li id='wp-admin-bar-logout'><a class='ab-item' href='https://oldfreegame.com/wp-login.php?action=logout&#038;_wpnonce=0d1ca4091d'>Log Out</a></li></ul></div></li></ul>			</div>
						<a class="screen-reader-shortcut" href="https://oldfreegame.com/wp-login.php?action=logout&#038;_wpnonce=0d1ca4091d">Log Out</a>
					</div>

		<div 
class="hfeed site" id="page">
	<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
			<header
		class="site-header header-main-layout-1 ast-primary-menu-enabled ast-hide-custom-menu-mobile ast-builder-menu-toggle-icon ast-mobile-header-inline" id="masthead" itemtype="https://schema.org/WPHeader" itemscope="itemscope" itemid="#masthead"		>
			<div id="ast-desktop-header" data-toggle-type="dropdown">
		<div class="ast-above-header-wrap  ">
		<div class="ast-above-header-bar ast-above-header  site-header-focus-item" data-section="section-above-header-builder">
						<div class="site-above-header-wrap ast-builder-grid-row-container site-header-focus-item ast-container" data-section="section-above-header-builder">
				<div class="ast-builder-grid-row ast-grid-center-col-layout-only ast-flex ast-grid-center-col-layout">
																		<div class="site-header-above-section-center site-header-section ast-flex ast-grid-section-center">
										<div class="ast-builder-menu-1 ast-builder-menu ast-flex ast-builder-menu-1-focus-item ast-builder-layout-element site-header-focus-item" data-section="section-hb-menu-1">
			<div class="ast-main-header-bar-alignment"><style type="text/css">				#is-ajax-search-result-3164 .is-ajax-search-post,                        
	            #is-ajax-search-result-3164 .is-show-more-results,
	            #is-ajax-search-details-3164 .is-ajax-search-items > div {
					background-color: #3b633b !important;
				}
            				#is-ajax-search-result-3164 .is-ajax-search-post:hover,
	            #is-ajax-search-result-3164 .is-show-more-results:hover,
	            #is-ajax-search-details-3164 .is-ajax-search-tags-details > div:hover,
	            #is-ajax-search-details-3164 .is-ajax-search-categories-details > div:hover {
					background-color: #3b633b !important;
				}
                                        #is-ajax-search-result-3164 .is-ajax-term-label,
                #is-ajax-search-details-3164 .is-ajax-term-label,
				#is-ajax-search-result-3164,
                #is-ajax-search-details-3164 {
					color: #3b633b !important;
				}
                        				#is-ajax-search-result-3164 a,
                #is-ajax-search-details-3164 a:not(.button) {
					color: #000000 !important;
				}
                #is-ajax-search-details-3164 .is-ajax-woocommerce-actions a.button {
                	background-color: #000000 !important;
                }
                        				#is-ajax-search-result-3164 .is-ajax-search-post,
				#is-ajax-search-details-3164 .is-ajax-search-post-details {
				    border-color: #ffffff !important;
				}
                #is-ajax-search-result-3164,
                #is-ajax-search-details-3164 {
                    background-color: #ffffff !important;
                }
						.is-form-id-3164 .is-search-submit:focus,
			.is-form-id-3164 .is-search-submit:hover,
			.is-form-id-3164 .is-search-submit,
            .is-form-id-3164 .is-search-icon {
			color: #000000 !important;            background-color: #3b633b !important;            border-color: #ffffff !important;			}
                        	.is-form-id-3164 .is-search-submit path {
					fill: #000000 !important;            	}
            			.is-form-id-3164 .is-search-input::-webkit-input-placeholder {
			    color: #3b633b !important;
			}
			.is-form-id-3164 .is-search-input:-moz-placeholder {
			    color: #3b633b !important;
			    opacity: 1;
			}
			.is-form-id-3164 .is-search-input::-moz-placeholder {
			    color: #3b633b !important;
			    opacity: 1;
			}
			.is-form-id-3164 .is-search-input:-ms-input-placeholder {
			    color: #3b633b !important;
			}
                        			.is-form-style-1.is-form-id-3164 .is-search-input:focus,
			.is-form-style-1.is-form-id-3164 .is-search-input:hover,
			.is-form-style-1.is-form-id-3164 .is-search-input,
			.is-form-style-2.is-form-id-3164 .is-search-input:focus,
			.is-form-style-2.is-form-id-3164 .is-search-input:hover,
			.is-form-style-2.is-form-id-3164 .is-search-input,
			.is-form-style-3.is-form-id-3164 .is-search-input:focus,
			.is-form-style-3.is-form-id-3164 .is-search-input:hover,
			.is-form-style-3.is-form-id-3164 .is-search-input,
			.is-form-id-3164 .is-search-input:focus,
			.is-form-id-3164 .is-search-input:hover,
			.is-form-id-3164 .is-search-input {
                                color: #3b633b !important;                                                                background-color: #ffffff !important;			}
                        </style><div class="main-header-bar-navigation"><nav class="ast-flex-grow-1 navigation-accessibility site-header-focus-item" id="site-navigation" aria-label="Site Navigation" itemtype="https://schema.org/SiteNavigationElement" itemscope="itemscope"><div class="main-navigation ast-inline-flex"><ul id="ast-hf-menu-1" class="main-header-menu ast-nav-menu ast-flex  submenu-with-border stack-on-mobile"><li id="menu-item-4047" class="trp-language-switcher-container menu-item menu-item-type-post_type menu-item-object-language_switcher menu-item-has-children current-language-menu-item menu-item-4047"><a href="https://oldfreegame.com/en/" class="menu-link"><span data-no-translation><img class="trp-flag-image" src="https://oldfreegame.com/wp-content/plugins/translatepress-multilingual/assets/images/flags/en_GB.png" width="18" height="12" alt="en_GB" title="English (UK)"><span class="trp-ls-language-name">English (UK)</span></span></a><button class="ast-menu-toggle" aria-expanded="false"><span class="screen-reader-text">Menu Toggle</span><span class="ast-icon icon-arrow"></span></button>
<ul class="sub-menu">
	<li id="menu-item-4048" class="trp-language-switcher-container menu-item menu-item-type-post_type menu-item-object-language_switcher menu-item-4048"><a href="https://oldfreegame.com/it/" class="menu-link"><span data-no-translation><img class="trp-flag-image" src="https://oldfreegame.com/wp-content/plugins/translatepress-multilingual/assets/images/flags/it_IT.png" width="18" height="12" alt="it_IT" title="Italiano"><span class="trp-ls-language-name">Italiano</span></span></a></li>
</ul>
</li>
<li id="menu-item-4049" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-4049"><a class="menu-link">Menu</a><button class="ast-menu-toggle" aria-expanded="false"><span class="screen-reader-text">Menu Toggle</span><span class="ast-icon icon-arrow"></span></button>
<ul class="sub-menu">
	<li id="menu-item-4026" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-811 current_page_item menu-item-4026"><a href="https://oldfreegame.com/en/" aria-current="page" class="menu-link">Old Free Game</a></li>
	<li id="menu-item-4045" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4045"><a href="https://oldfreegame.com/en/contact-us/" class="menu-link">Contact Page</a></li>
	<li id="menu-item-4030" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4030"><a href="https://oldfreegame.com/en/donor-menu/" class="menu-link">Donor Menu</a></li>
	<li id="menu-item-4036" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4036"><a href="https://oldfreegame.com/en/make-a-donation/" class="menu-link">Make a donation</a></li>
	<li id="menu-item-4027" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-4027"><a href="https://oldfreegame.com/en/privacy-policy/" class="menu-link">Privacy Policy</a></li>
	<li id="menu-item-4044" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4044"><a href="https://oldfreegame.com/en/what-is-old-free-game/" class="menu-link">What is Old Free Game</a></li>
</ul>
</li>
<li id="menu-item-4050" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4050"><a class="menu-link">Device</a><button class="ast-menu-toggle" aria-expanded="false"><span class="screen-reader-text">Menu Toggle</span><span class="ast-icon icon-arrow"></span></button>
<ul class="sub-menu">
	<li id="menu-item-4040" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4040"><a href="https://oldfreegame.com/en/nintendo/" class="menu-link">Nintendo</a><button class="ast-menu-toggle" aria-expanded="false"><span class="screen-reader-text">Menu Toggle</span><span class="ast-icon icon-arrow"></span></button>
	<ul class="sub-menu">
		<li id="menu-item-4032" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4032"><a href="https://oldfreegame.com/en/gamboy/" class="menu-link">Gameboy</a></li>
		<li id="menu-item-4033" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4033"><a href="https://oldfreegame.com/en/gameboy-advance/" class="menu-link">Gameboy Advance</a></li>
		<li id="menu-item-4034" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4034"><a href="https://oldfreegame.com/en/gameboy-color/" class="menu-link">Gameboy Color</a></li>
		<li id="menu-item-4039" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4039"><a href="https://oldfreegame.com/en/nes/" class="menu-link">Nes</a></li>
		<li id="menu-item-4043" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4043"><a href="https://oldfreegame.com/en/snes/" class="menu-link">Snes</a></li>
	</ul>
</li>
	<li id="menu-item-4041" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4041"><a href="https://oldfreegame.com/en/sega/" class="menu-link">Sega</a><button class="ast-menu-toggle" aria-expanded="false"><span class="screen-reader-text">Menu Toggle</span><span class="ast-icon icon-arrow"></span></button>
	<ul class="sub-menu">
		<li id="menu-item-4035" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4035"><a href="https://oldfreegame.com/en/genesis/" class="menu-link">Genesis</a></li>
		<li id="menu-item-4037" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4037"><a href="https://oldfreegame.com/en/master-system/" class="menu-link">Master System</a></li>
	</ul>
</li>
</ul>
</li>
<li id="menu-item-4051" class="menu-item menu-item-type-gs_sim menu-item-object-gs_sim menu-item-4051"><form data-min-no-for-search="1" data-result-box-max-height="400" data-form-id="3164" class="is-search-form is-form-style is-form-style-1 is-form-id-3164 is-ajax-search" action="https://oldfreegame.com/en/" method="get" role="search" ><label for="is-search-input-3164"><span class="is-screen-reader-text">Search for:</span><input  type="search" id="is-search-input-3164" name="s" value="" class="is-search-input" placeholder="Search here..." autocomplete="off" /><span class="is-loader-image" style="display: none;background-image:url(https://oldfreegame.com/wp-content/plugins/add-search-to-menu/public/images/spinner.gif);" ></span></label><input type="submit" value="Search" class="is-search-submit" /><input type="hidden" name="id" value="3164" /></form></li>
</ul></div></nav></div></div>		</div>
									</div>
																		</div>
					</div>
								</div>
			</div>
		<div class="ast-desktop-header-content content-align-flex-start ">
			</div>
</div> <!-- Main Header Bar Wrap -->
<div id="ast-mobile-header" class="ast-mobile-header-wrap " data-type="dropdown">
		<div class="ast-main-header-wrap main-header-bar-wrap" >
		<div class="ast-primary-header-bar ast-primary-header main-header-bar site-primary-header-wrap site-header-focus-item ast-builder-grid-row-layout-default ast-builder-grid-row-tablet-layout-default ast-builder-grid-row-mobile-layout-default" data-section="section-transparent-header">
									<div class="ast-builder-grid-row ast-grid-center-col-layout-only ast-flex ast-grid-center-col-layout">
																			<div class="site-header-primary-section-center site-header-section ast-flex ast-grid-section-center">
										<div class="ast-builder-layout-element ast-flex site-header-focus-item" data-section="section-header-mobile-trigger">
						<div class="ast-button-wrap">
				<button type="button" class="menu-toggle main-header-menu-toggle ast-mobile-menu-trigger-fill"   aria-expanded="false">
					<span class="screen-reader-text">Main Menu</span>
					<span class="mobile-menu-toggle-icon">
						<span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg class='ast-mobile-svg ast-menu2-svg' fill='currentColor' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='28' viewBox='0 0 24 28'><path d='M24 21v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 13v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 5v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z'></path></svg></span><span class="ahfb-svg-iconset ast-inline-flex svg-baseline"><svg class='ast-mobile-svg ast-close-svg' fill='currentColor' version='1.1' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path d='M5.293 6.707l5.293 5.293-5.293 5.293c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0l5.293-5.293 5.293 5.293c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414l-5.293-5.293 5.293-5.293c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z'></path></svg></span>					</span>
									</button>
			</div>
					</div>
									</div>
																	</div>
						</div>
	</div>
		<div class="ast-mobile-header-content content-align-flex-start ">
				<div class="ast-builder-menu-1 ast-builder-menu ast-flex ast-builder-menu-1-focus-item ast-builder-layout-element site-header-focus-item" data-section="section-hb-menu-1">
			<div class="ast-main-header-bar-alignment"><style type="text/css">				#is-ajax-search-result-3164 .is-ajax-search-post,                        
	            #is-ajax-search-result-3164 .is-show-more-results,
	            #is-ajax-search-details-3164 .is-ajax-search-items > div {
					background-color: #3b633b !important;
				}
            				#is-ajax-search-result-3164 .is-ajax-search-post:hover,
	            #is-ajax-search-result-3164 .is-show-more-results:hover,
	            #is-ajax-search-details-3164 .is-ajax-search-tags-details > div:hover,
	            #is-ajax-search-details-3164 .is-ajax-search-categories-details > div:hover {
					background-color: #3b633b !important;
				}
                                        #is-ajax-search-result-3164 .is-ajax-term-label,
                #is-ajax-search-details-3164 .is-ajax-term-label,
				#is-ajax-search-result-3164,
                #is-ajax-search-details-3164 {
					color: #3b633b !important;
				}
                        				#is-ajax-search-result-3164 a,
                #is-ajax-search-details-3164 a:not(.button) {
					color: #000000 !important;
				}
                #is-ajax-search-details-3164 .is-ajax-woocommerce-actions a.button {
                	background-color: #000000 !important;
                }
                        				#is-ajax-search-result-3164 .is-ajax-search-post,
				#is-ajax-search-details-3164 .is-ajax-search-post-details {
				    border-color: #ffffff !important;
				}
                #is-ajax-search-result-3164,
                #is-ajax-search-details-3164 {
                    background-color: #ffffff !important;
                }
						.is-form-id-3164 .is-search-submit:focus,
			.is-form-id-3164 .is-search-submit:hover,
			.is-form-id-3164 .is-search-submit,
            .is-form-id-3164 .is-search-icon {
			color: #000000 !important;            background-color: #3b633b !important;            border-color: #ffffff !important;			}
                        	.is-form-id-3164 .is-search-submit path {
					fill: #000000 !important;            	}
            			.is-form-id-3164 .is-search-input::-webkit-input-placeholder {
			    color: #3b633b !important;
			}
			.is-form-id-3164 .is-search-input:-moz-placeholder {
			    color: #3b633b !important;
			    opacity: 1;
			}
			.is-form-id-3164 .is-search-input::-moz-placeholder {
			    color: #3b633b !important;
			    opacity: 1;
			}
			.is-form-id-3164 .is-search-input:-ms-input-placeholder {
			    color: #3b633b !important;
			}
                        			.is-form-style-1.is-form-id-3164 .is-search-input:focus,
			.is-form-style-1.is-form-id-3164 .is-search-input:hover,
			.is-form-style-1.is-form-id-3164 .is-search-input,
			.is-form-style-2.is-form-id-3164 .is-search-input:focus,
			.is-form-style-2.is-form-id-3164 .is-search-input:hover,
			.is-form-style-2.is-form-id-3164 .is-search-input,
			.is-form-style-3.is-form-id-3164 .is-search-input:focus,
			.is-form-style-3.is-form-id-3164 .is-search-input:hover,
			.is-form-style-3.is-form-id-3164 .is-search-input,
			.is-form-id-3164 .is-search-input:focus,
			.is-form-id-3164 .is-search-input:hover,
			.is-form-id-3164 .is-search-input {
                                color: #3b633b !important;                                                                background-color: #ffffff !important;			}
                        </style><div class="main-header-bar-navigation"><nav class="ast-flex-grow-1 navigation-accessibility site-header-focus-item" id="site-navigation" aria-label="Site Navigation" itemtype="https://schema.org/SiteNavigationElement" itemscope="itemscope"><div class="main-navigation ast-inline-flex"><ul id="ast-hf-menu-1" class="main-header-menu ast-nav-menu ast-flex  submenu-with-border stack-on-mobile"><li class="trp-language-switcher-container menu-item menu-item-type-post_type menu-item-object-language_switcher menu-item-has-children current-language-menu-item menu-item-4047"><a href="https://oldfreegame.com/en/" class="menu-link"><span data-no-translation><img class="trp-flag-image" src="https://oldfreegame.com/wp-content/plugins/translatepress-multilingual/assets/images/flags/en_GB.png" width="18" height="12" alt="en_GB" title="English (UK)"><span class="trp-ls-language-name">English (UK)</span></span></a><button class="ast-menu-toggle" aria-expanded="false"><span class="screen-reader-text">Menu Toggle</span><span class="ast-icon icon-arrow"></span></button>
<ul class="sub-menu">
	<li class="trp-language-switcher-container menu-item menu-item-type-post_type menu-item-object-language_switcher menu-item-4048"><a href="https://oldfreegame.com/it/" class="menu-link"><span data-no-translation><img class="trp-flag-image" src="https://oldfreegame.com/wp-content/plugins/translatepress-multilingual/assets/images/flags/it_IT.png" width="18" height="12" alt="it_IT" title="Italiano"><span class="trp-ls-language-name">Italiano</span></span></a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-ancestor current-menu-parent menu-item-has-children menu-item-4049"><a class="menu-link">Menu</a><button class="ast-menu-toggle" aria-expanded="false"><span class="screen-reader-text">Menu Toggle</span><span class="ast-icon icon-arrow"></span></button>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-811 current_page_item menu-item-4026"><a href="https://oldfreegame.com/en/" aria-current="page" class="menu-link">Old Free Game</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4045"><a href="https://oldfreegame.com/en/contact-us/" class="menu-link">Contact Page</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4030"><a href="https://oldfreegame.com/en/donor-menu/" class="menu-link">Donor Menu</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4036"><a href="https://oldfreegame.com/en/make-a-donation/" class="menu-link">Make a donation</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-4027"><a href="https://oldfreegame.com/en/privacy-policy/" class="menu-link">Privacy Policy</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4044"><a href="https://oldfreegame.com/en/what-is-old-free-game/" class="menu-link">What is Old Free Game</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-4050"><a class="menu-link">Device</a><button class="ast-menu-toggle" aria-expanded="false"><span class="screen-reader-text">Menu Toggle</span><span class="ast-icon icon-arrow"></span></button>
<ul class="sub-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4040"><a href="https://oldfreegame.com/en/nintendo/" class="menu-link">Nintendo</a><button class="ast-menu-toggle" aria-expanded="false"><span class="screen-reader-text">Menu Toggle</span><span class="ast-icon icon-arrow"></span></button>
	<ul class="sub-menu">
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4032"><a href="https://oldfreegame.com/en/gamboy/" class="menu-link">Gameboy</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4033"><a href="https://oldfreegame.com/en/gameboy-advance/" class="menu-link">Gameboy Advance</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4034"><a href="https://oldfreegame.com/en/gameboy-color/" class="menu-link">Gameboy Color</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4039"><a href="https://oldfreegame.com/en/nes/" class="menu-link">Nes</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4043"><a href="https://oldfreegame.com/en/snes/" class="menu-link">Snes</a></li>
	</ul>
</li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4041"><a href="https://oldfreegame.com/en/sega/" class="menu-link">Sega</a><button class="ast-menu-toggle" aria-expanded="false"><span class="screen-reader-text">Menu Toggle</span><span class="ast-icon icon-arrow"></span></button>
	<ul class="sub-menu">
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4035"><a href="https://oldfreegame.com/en/genesis/" class="menu-link">Genesis</a></li>
		<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4037"><a href="https://oldfreegame.com/en/master-system/" class="menu-link">Master System</a></li>
	</ul>
</li>
</ul>
</li>
<li class="menu-item menu-item-type-gs_sim menu-item-object-gs_sim menu-item-4051"><form data-min-no-for-search="1" data-result-box-max-height="400" data-form-id="3164" class="is-search-form is-form-style is-form-style-1 is-form-id-3164 is-ajax-search" action="https://oldfreegame.com/en/" method="get" role="search" ><label for="is-search-input-3164"><span class="is-screen-reader-text">Search for:</span><input  type="search" id="is-search-input-3164" name="s" value="" class="is-search-input" placeholder="Search here..." autocomplete="off" /><span class="is-loader-image" style="display: none;background-image:url(https://oldfreegame.com/wp-content/plugins/add-search-to-menu/public/images/spinner.gif);" ></span></label><input type="submit" value="Search" class="is-search-submit" /><input type="hidden" name="id" value="3164" /></form></li>
</ul></div></nav></div></div>		</div>
				<div class="ast-builder-layout-element ast-flex site-header-focus-item ast-header-search" data-section="section-header-search">
					<div class="ast-search-menu-icon slide-search" id="ast-search-form" tabindex="-1">
			<div class="ast-search-icon">
				<a class="slide-search astra-search-icon" aria-label="Search icon link" href="#">
					<span class="screen-reader-text">Search</span>
					<span class="ast-icon icon-search"></span>				</a>
			</div>
			<style type="text/css">				#is-ajax-search-result-3164 .is-ajax-search-post,                        
	            #is-ajax-search-result-3164 .is-show-more-results,
	            #is-ajax-search-details-3164 .is-ajax-search-items > div {
					background-color: #3b633b !important;
				}
            				#is-ajax-search-result-3164 .is-ajax-search-post:hover,
	            #is-ajax-search-result-3164 .is-show-more-results:hover,
	            #is-ajax-search-details-3164 .is-ajax-search-tags-details > div:hover,
	            #is-ajax-search-details-3164 .is-ajax-search-categories-details > div:hover {
					background-color: #3b633b !important;
				}
                                        #is-ajax-search-result-3164 .is-ajax-term-label,
                #is-ajax-search-details-3164 .is-ajax-term-label,
				#is-ajax-search-result-3164,
                #is-ajax-search-details-3164 {
					color: #3b633b !important;
				}
                        				#is-ajax-search-result-3164 a,
                #is-ajax-search-details-3164 a:not(.button) {
					color: #000000 !important;
				}
                #is-ajax-search-details-3164 .is-ajax-woocommerce-actions a.button {
                	background-color: #000000 !important;
                }
                        				#is-ajax-search-result-3164 .is-ajax-search-post,
				#is-ajax-search-details-3164 .is-ajax-search-post-details {
				    border-color: #ffffff !important;
				}
                #is-ajax-search-result-3164,
                #is-ajax-search-details-3164 {
                    background-color: #ffffff !important;
                }
						.is-form-id-3164 .is-search-submit:focus,
			.is-form-id-3164 .is-search-submit:hover,
			.is-form-id-3164 .is-search-submit,
            .is-form-id-3164 .is-search-icon {
			color: #000000 !important;            background-color: #3b633b !important;            border-color: #ffffff !important;			}
                        	.is-form-id-3164 .is-search-submit path {
					fill: #000000 !important;            	}
            			.is-form-id-3164 .is-search-input::-webkit-input-placeholder {
			    color: #3b633b !important;
			}
			.is-form-id-3164 .is-search-input:-moz-placeholder {
			    color: #3b633b !important;
			    opacity: 1;
			}
			.is-form-id-3164 .is-search-input::-moz-placeholder {
			    color: #3b633b !important;
			    opacity: 1;
			}
			.is-form-id-3164 .is-search-input:-ms-input-placeholder {
			    color: #3b633b !important;
			}
                        			.is-form-style-1.is-form-id-3164 .is-search-input:focus,
			.is-form-style-1.is-form-id-3164 .is-search-input:hover,
			.is-form-style-1.is-form-id-3164 .is-search-input,
			.is-form-style-2.is-form-id-3164 .is-search-input:focus,
			.is-form-style-2.is-form-id-3164 .is-search-input:hover,
			.is-form-style-2.is-form-id-3164 .is-search-input,
			.is-form-style-3.is-form-id-3164 .is-search-input:focus,
			.is-form-style-3.is-form-id-3164 .is-search-input:hover,
			.is-form-style-3.is-form-id-3164 .is-search-input,
			.is-form-id-3164 .is-search-input:focus,
			.is-form-id-3164 .is-search-input:hover,
			.is-form-id-3164 .is-search-input {
                                color: #3b633b !important;                                                                background-color: #ffffff !important;			}
                        </style><form data-min-no-for-search="1" data-result-box-max-height="400" data-form-id="3164" class="is-search-form is-form-style is-form-style-1 is-form-id-3164 is-ajax-search" action="https://oldfreegame.com/en/" method="get" role="search" ><label for="is-search-input-3164"><span class="is-screen-reader-text">Search for:</span><input  type="search" id="is-search-input-3164" name="s" value="" class="is-search-input" placeholder="Search here..." autocomplete="off" /><span class="is-loader-image" style="display: none;background-image:url(https://oldfreegame.com/wp-content/plugins/add-search-to-menu/public/images/spinner.gif);" ></span></label><input type="submit" value="Search" class="is-search-submit" /></form>		</div>
				</div>
			</div>
</div>
		</header><!-- #masthead -->
			<div id="content" class="site-content">
		<div class="ast-container">
		

	<div id="primary" class="content-area primary">

		
					<main id="main" class="site-main">
				<article
class="post-811 page type-page status-publish ast-article-single" id="post-811" itemtype="https://schema.org/CreativeWork" itemscope="itemscope">
		<header class="entry-header ast-header-without-markup">
		
			</header><!-- .entry-header -->

	<div class="entry-content clear" 
		itemprop="text"	>

		
		
<p>Have fun online with old and famous games, choose what you like.</p>
<div class="addtoany_share_save_container addtoany_content addtoany_content_bottom"><div class="a2a_kit a2a_kit_size_24 addtoany_list" data-a2a-url="https://oldfreegame.com/en/" data-a2a-title="Old Free Game"><a class="a2a_button_facebook" href="https://www.addtoany.com/add_to/facebook?linkurl=https%3A%2F%2Foldfreegame.com%2Fen%2F&amp;linkname=Old%20Free%20Game" title="Facebook" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_twitter" href="https://www.addtoany.com/add_to/twitter?linkurl=https%3A%2F%2Foldfreegame.com%2Fen%2F&amp;linkname=Old%20Free%20Game" title="Twitter" rel="nofollow noopener" target="_blank"></a><a class="a2a_button_email" href="https://www.addtoany.com/add_to/email?linkurl=https%3A%2F%2Foldfreegame.com%2Fen%2F&amp;linkname=Old%20Free%20Game" title="Email" rel="nofollow noopener" target="_blank"></a><a class="a2a_dd addtoany_share_save addtoany_share" href="https://www.addtoany.com/share"></a></div></div>
		
		
	</div><!-- .entry-content .clear -->

	
	
</article><!-- #post-## -->

			</main><!-- #main -->
			
		
	</div><!-- #primary -->


	</div> <!-- ast-container -->
	</div><!-- #content -->
<footer
class="site-footer" id="colophon" itemtype="https://schema.org/WPFooter" itemscope="itemscope" itemid="#colophon">
			<div class="site-below-footer-wrap ast-builder-grid-row-container site-footer-focus-item ast-builder-grid-row-full ast-builder-grid-row-tablet-full ast-builder-grid-row-mobile-full ast-footer-row-stack ast-footer-row-tablet-stack ast-footer-row-mobile-stack" data-section="section-below-footer-builder">
	<div class="ast-builder-grid-row-container-inner">
					<div class="ast-builder-footer-grid-columns site-below-footer-inner-wrap ast-builder-grid-row">
											<div class="site-footer-below-section-1 site-footer-section site-footer-section-1">
								<div class="ast-builder-layout-element ast-flex site-footer-focus-item ast-footer-copyright" data-section="section-footer-builder">
				<div class="ast-footer-copyright"><p>Copyright &copy; 2021 Old Free Game<span style="color: #000000;"><img class="alignnone size-medium wp-image-2834" src="https://oldfreegame.com/wp-content/uploads/2021/08/logo-old-free-game.svg" alt="" width="48" height="48" /></span></p>
</div>			</div>
						</div>
										</div>
			</div>

</div>
	</footer><!-- #colophon -->
	</div><!-- #page -->
<script type='text/javascript'>
/* <![CDATA[ */
var rankMath = {"version":"1.0.73","ajaxurl":"https:\/\/oldfreegame.com\/wp-admin\/admin-ajax.php","adminurl":"https:\/\/oldfreegame.com\/wp-admin\/admin.php","endpoint":"https:\/\/oldfreegame.com\/en\/wp-json\/rankmath\/v1","security":"5e6cf479af","restNonce":"ebfdbdf5fe","modules":{"0":"link-counter","1":"seo-analysis","2":"sitemap","8":"local-seo","9":"404-monitor","10":"amp","11":"image-seo","12":"redirections","13":"rich-snippet","14":"instant-indexing"},"objectID":811,"objectType":"post"};

/* ]]> */
</script>
<script type="text/template" id="tmpl-elementor-templates-modal__header">
	<div class="elementor-templates-modal__header__logo-area"></div>
	<div class="elementor-templates-modal__header__menu-area"></div>
	<div class="elementor-templates-modal__header__items-area">
		<# if ( closeType ) { #>
			<div class="elementor-templates-modal__header__close elementor-templates-modal__header__close--{{{ closeType }}} elementor-templates-modal__header__item">
				<# if ( 'skip' === closeType ) { #>
				<span>Skip</span>
				<# } #>
				<i class="eicon-close" aria-hidden="true" title="Close"></i>
				<span class="elementor-screen-only">Close</span>
			</div>
		<# } #>
		<div id="elementor-template-library-header-tools"></div>
	</div>
</script>

<script type="text/template" id="tmpl-elementor-templates-modal__header__logo">
	<span class="elementor-templates-modal__header__logo__icon-wrapper e-logo-wrapper">
		<i class="eicon-elementor"></i>
	</span>
	<span class="elementor-templates-modal__header__logo__title">{{{ title }}}</span>
</script>
<script type="text/template" id="tmpl-elementor-finder">
	<div id="elementor-finder__search">
		<i class="eicon-search"></i>
		<input id="elementor-finder__search__input" placeholder="Type to find anything in Elementor" autocomplete="off">
	</div>
	<div id="elementor-finder__content"></div>
</script>

<script type="text/template" id="tmpl-elementor-finder-results-container">
	<div id="elementor-finder__no-results">No Results Found</div>
	<div id="elementor-finder__results"></div>
</script>

<script type="text/template" id="tmpl-elementor-finder__results__category">
	<div class="elementor-finder__results__category__title">{{{ title }}}</div>
	<div class="elementor-finder__results__category__items"></div>
</script>

<script type="text/template" id="tmpl-elementor-finder__results__item">
	<a href="{{ url }}" class="elementor-finder__results__item__link">
		<div class="elementor-finder__results__item__icon">
			<i class="eicon-{{{ icon }}}"></i>
		</div>
		<div class="elementor-finder__results__item__title">{{{ title }}}</div>
		<# if ( description ) { #>
			<div class="elementor-finder__results__item__description">- {{{ description }}}</div>
		<# } #>
	</a>
	<# if ( actions.length ) { #>
		<div class="elementor-finder__results__item__actions">
		<# jQuery.each( actions, function() { #>
			<a class="elementor-finder__results__item__action elementor-finder__results__item__action--{{ this.name }}" href="{{ this.url }}" target="_blank">
				<i class="eicon-{{{ this.icon }}}"></i>
			</a>
		<# } ); #>
		</div>
	<# } #>
</script>
<link rel='stylesheet' id='ivory-ajax-search-styles-css'  href='https://oldfreegame.com/wp-content/plugins/add-search-to-menu/public/css/ivory-ajax-search.min.css' media='all' />
<script id='astra-theme-js-js-extra'>
var astra = {"break_point":"921","isRtl":""};
</script>
<script src='https://oldfreegame.com/wp-content/themes/astra/assets/js/minified/frontend.min.js' id='astra-theme-js-js'></script>
<script src='https://oldfreegame.com/wp-includes/js/underscore.min.js' id='underscore-js'></script>
<script src='https://oldfreegame.com/wp-includes/js/backbone.min.js' id='backbone-js'></script>
<script id='wp-api-request-js-extra'>
var wpApiSettings = {"root":"https:\/\/oldfreegame.com\/en\/wp-json\/","nonce":"ebfdbdf5fe","versionString":"wp\/v2\/"};
</script>
<script src='https://oldfreegame.com/wp-includes/js/api-request.min.js' id='wp-api-request-js'></script>
<script id='wp-api-js-extra'>
var wpApiSettings = {"root":"https:\/\/oldfreegame.com\/en\/wp-json\/","nonce":"ebfdbdf5fe"};
</script>
<script src='https://oldfreegame.com/wp-includes/js/wp-api.min.js' id='wp-api-js'></script>
<script id='peepso-core-js-extra'>
var peepsodata = {"is_admin":"1","home_url":"https:\/\/oldfreegame.com\/en","site_url":"https:\/\/oldfreegame.com","rest_url":"https:\/\/oldfreegame.com\/en\/wp-json\/peepso\/v1\/","rest_nonce":"ebfdbdf5fe","ajaxurl":"https:\/\/oldfreegame.com\/wp-admin\/admin-ajax.php","ajaxurl_legacy":"https:\/\/oldfreegame.com\/en\/peepsoajax\/","version":"3.8.2.0","postsize":"4000","currentuserid":"1","userid":"0","objectid":"0","objecttype":"","date_format":"d MM yy","members_page":"https:\/\/oldfreegame.com\/en\/members\/","members_hide_before_search":"0","open_in_new_tab":"1","hide_url_only":"0","loading_gif":"https:\/\/oldfreegame.com\/wp-content\/plugins\/peepso-core\/assets\/images\/ajax-loader.gif","upload_size":"268435456","peepso_nonce":"746158cb02","ajax_exception_text":"Something went wrong. Please contact the administrator.","label_error":"Error","label_notice":"Notice","label_done":"Done!","view_all_text":"View All","mark_all_as_read_text":"Mark All as Read","mark_all_as_read_confirm_text":"Are you sure you want to mark all notifications as read?","show_unread_only_text":"Show unread only","show_all_text":"Show all","mime_type_error":"The file type you uploaded is not allowed.","login_dialog_title":"Please login to continue","login_dialog":"<div class=\"ps-landing__form psf-login psf-login--inline\">\n  <form class=\"ps-form ps-form--login ps-js-form-login\" action=\"\" onsubmit=\"return false;\" method=\"post\" name=\"login\" id=\"ps-form-login-main\">\n    <div class=\"ps-form__row\">\n      <!-- Login -->\n      <div class=\"ps-form__field ps-form__field--icon ps-js-username-field\">\n        <div class=\"ps-input__wrapper--icon\">\n            <input class=\"ps-input ps-input--sm ps-input--icon\" type=\"text\" name=\"username\" placeholder=\"Username or Email\" mouseev=\"true\"\n              autocomplete=\"off\" keyev=\"true\" clickev=\"true\" \/>\n                        <i class=\"gcis gci-user\"><\/i>\n                    <\/div>\n              <\/div>\n\n      <!-- Password -->\n      <div class=\"ps-form__field ps-form__field--icon ps-js-password-field\">\n        <input class=\"ps-input ps-input--sm ps-input--icon \"\n            type=\"password\" name=\"password\" placeholder=\"Password\" mouseev=\"true\"\n            autocomplete=\"off\" keyev=\"true\" clickev=\"true\" \/>\n        <i class=\"gcis gci-key\"><\/i>\n      <\/div>\n\n            \n      <!-- Submit form -->\n      <div class=\"ps-form__field ps-form__field--submit ps-js-password-field\">\n                <button type=\"submit\"\n            class=\"ps-btn ps-btn--sm ps-btn--action ps-btn--login ps-btn--loading \"\n            >\n          <span>Login<\/span>\n          <img src=\"https:\/\/oldfreegame.com\/wp-content\/plugins\/peepso-core\/assets\/images\/ajax-loader.gif\">\n        <\/button>\n      <\/div>\n    <\/div>\n\n    <!-- Remember password -->\n    <div class=\"ps-checkbox ps-checkbox--login\">\n      <input class=\"ps-checkbox__input\" type=\"checkbox\" alt=\"Remember Me\" value=\"yes\" name=\"remember\" id=\"ps-form-login-main-remember\" >\n      <label class=\"ps-checkbox__label\" for=\"ps-form-login-main-remember\">Remember Me<\/label>\n    <\/div>\n\n    <div class=\"psf-login__links\">\n      \n            <a class=\"psf-login__link psf-login__link--register\" href=\"https:\/\/oldfreegame.com\/en\/register\/\">Register<\/a>\n      \n      <a class=\"psf-login__link psf-login__link--recover\" href=\"https:\/\/oldfreegame.com\/en\/password-recover\/\">Forgot Password<\/a>\n\n            <a class=\"psf-login__link psf-login__link--activation ps-js-register-activation\" href=\"https:\/\/oldfreegame.com\/en\/register\/?resend\">Resend activation code<\/a>\n          <\/div>\n\n    <div class=\"ps-alert errlogin calert clear alert-error\" style=\"display:none\"><\/div>\n    <input type=\"hidden\" name=\"option\" value=\"ps_users\" \/>\n    <input type=\"hidden\" name=\"task\" value=\"-user-login\" \/>\n    <input type=\"hidden\" name=\"redirect_to\" value=\"\" \/>\n    <input type=\"hidden\" name=\"security\" value=\"c23cb82aa5\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/en\/\" \/>\n      <\/form>\n  <\/div>\n\n<script>\n    (function() {\n        function initLoginForm( $ ) {\n            peepso.login.initForm( $('.ps-js-form-login') );\n\n            $(function() {\n\n                var $nav = $('.wp-social-login-widget');\n                var $wrap = $('.ps-js--wsl');\n                var $btn = $('.ps-js--wsl .ps-btn');\n                var $vlinks = $('.ps-js--wsl .wp-social-login-provider-list');\n                var $hlinks = $('.ps-js--wsl .hidden-links');\n                var $hdrop = $('.ps-js--wsl .ps-widget--wsl-dropdown');\n\n                var numOfItems = 0;\n                var totalSpace = 0;\n                var breakWidths = [];\n\n                \/\/ Get initial state\n                $vlinks.children().outerWidth(function(i, w) {\n                    totalSpace += w;\n                    numOfItems += 1;\n                    breakWidths.push(totalSpace);\n                });\n\n                var availableSpace, numOfVisibleItems, requiredSpace;\n\n                function check() {\n                    \/\/ Get instant state\n                    availableSpace = $vlinks.width() - 40;\n                    numOfVisibleItems = $vlinks.children().length;\n                    requiredSpace = breakWidths[numOfVisibleItems - 1];\n\n                    \/\/ There is not enought space\n                    if (requiredSpace > availableSpace) {\n                        $vlinks.children().last().prependTo($hlinks);\n                        numOfVisibleItems -= 1;\n                        check();\n                        \/\/ There is more than enough space\n                    } else if (availableSpace > breakWidths[numOfVisibleItems]) {\n                        $hlinks.children().first().appendTo($vlinks);\n                        numOfVisibleItems += 1;\n                    }\n\n                    \/\/ Update the button accordingly\n                    $btn.attr(\"count\", numOfItems - numOfVisibleItems);\n                    if (numOfVisibleItems === numOfItems) {\n                        $btn.addClass('hidden');\n                        $wrap.removeClass('has-more');\n                    } else $btn.removeClass('hidden'), $wrap.addClass('has-more');\n                }\n\n                \/\/ Window listeners\n                $(window).resize(function() {\n                    check();\n                });\n\n                $btn.on('click', function() {\n                    $hlinks.toggleClass('hidden');\n                    $hdrop.toggleClass('hidden');\n                });\n\n                check();\n\n            });\n        }\n\n        \/\/ naively check if jQuery exist to prevent error\n        var timer = setInterval(function() {\n            if ( window.jQuery && window.peepso ) {\n                clearInterval( timer );\n                initLoginForm( window.jQuery );\n            }\n        }, 1000 );\n\n    })();\n<\/script>\n","login_with_email":"","like_text":" person likes this","like_text_plural":" people like this.","profile_unsaved_notice":"There are unsaved changes on this page.","profile_saving_notice":"The system is currently saving your changes.","activity_limit_page_load":"1","activity_limit_below_fold":"3","loadmore_enable":"0","loadmore_repeat":"0","get_latest_interval":"30000","external_link_warning":"0","external_link_warning_page":"https:\/\/oldfreegame.com\/en\/external-link\/","external_link_whitelist":"\n\nhttps:\/\/www.facebook.com\/sharer.php\nhttps:\/\/twitter.com\/share\nhttps:\/\/www.linkedin.com\/shareArticle\nhttps:\/\/www.reddit.com\/submit\nhttps:\/\/pinterest.com\/pin\/create\/link\/\nhttps:\/\/api.whatsapp.com\/send\nhttps:\/\/www.google.com\/bookmarks\/mark","trim_url":"0","trim_url_https":"0","notification_ajax_delay_min":"5000","notification_ajax_delay":"30000","notification_ajax_delay_multiplier":"1.5","notification_header":"<div class=\"ps-notif__box-title\">Notifications<\/div>\n<div class=\"ps-notif__box-actions\">\n\t<a href=\"https:\/\/oldfreegame.com\/en\/profile\/?sevenpus8thgmail-com\/about\/notifications\/\">Settings<\/a>\n<\/div>","sse":"0","sse_url":"https:\/\/oldfreegame.com\/wp-content\/plugins\/peepso-core\/sse.php","sse_domains":["https:\/\/oldfreegame.com\/en"],"sse_backend_delay":"5000","sse_backend_timeout":"30000","sse_backend_keepalive":"5","_et_no_asyncscript":"var ETBuilderBackendDynamic = {","modules":[],"elements":{"post":{"text_save":"Save","text_saved":"Saved","html_saved_notice":"\n\t\t\t\t<div class=\"ps-stream__save-tooltip\"><span>Post saved! See your saved posts <a href=\"https:\/\/oldfreegame.com\/en\/activity\/#saved\" onclick=\"window.location = 'https:\/\/oldfreegame.com\/en\/activity\/#saved'; setTimeout(window.location.reload(), 500);\">here<\/a><\/span><\/div>\n\t\t\t"}},"sections":{"search":{"show_images":null,"show_empty_sections":null,"text_no_results":"No results."}},"upload":{"maxSize":268435456,"textErrorMaxSize":"The file size you uploaded is too big. The maximum file size is <strong>256 MB<\/strong>."},"avatar":{"_wpnonce":"0717a9c71f","templateDialog2":"","textErrorFileType":"The file type you uploaded is not allowed. Only JPEG, PNG, and WEBP allowed.","uploadNonce":"e3316eed65","uploadMaxSize":268435456,"templateDialog":"","textErrorFileSize":"The file size you uploaded is too big. The maximum file size is <strong>256 MB<\/strong>."},"cover":{"_wpnonce":"b070e21320","templateDialog":"","textErrorFileType":"The file type you uploaded is not allowed. Only JPEG, PNG, and WEBP allowed."},"dialog":{"text_title_default":"Dialog","text_title_error":"Error","text_title_confirm":"Confirm","text_button_cancel":"Cancel","text_button_ok":"OK","template":"<div class=\"ps-modal__wrapper\">\n\t<div class=\"ps-modal__container\">\n\t\t<div class=\"ps-modal {{= data.opts.wide ? 'ps-modal--wide' : '' }}\">\n\t\t\t<div class=\"ps-modal__inner\">\n\t\t\t\t<div class=\"ps-modal__header ps-js-header\">\n\t\t\t\t\t<div class=\"ps-modal__title ps-js-title\">{{= data.opts.title }}<\/div>\n\t\t\t\t\t<a href=\"#\" class=\"ps-modal__close ps-js-close\"><i class=\"gcis gci-times\"><\/i><\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"ps-modal__body ps-js-body\">\n\t\t\t\t\t<div class=\"ps-modal__content\">{{= data.html }}<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t{{ if (data.opts.actions) { }}\n\t\t\t\t<div class=\"ps-modal__footer ps-js-footer\">\n\t\t\t\t\t<div class=\"ps-modal__actions\">\n\t\t\t\t\t\t{{ var actions = data.opts.actions; for (var i = 0; i < actions.length; i++) { }}\n\t\t\t\t\t\t<button class=\"ps-btn ps-btn--sm {{= actions[i].primary ? 'ps-btn--action' : '' }} {{= actions[i].class || '' }}\">\n\t\t\t\t\t\t\t{{= actions[i].label }}\n\t\t\t\t\t\t\t{{ if (actions[i].loading) { }}\n\t\t\t\t\t\t\t<img src=\"https:\/\/oldfreegame.com\/wp-content\/plugins\/peepso-core\/assets\/images\/ajax-loader.gif\"\n\t\t\t\t\t\t\t\tclass=\"ps-js-loading\" alt=\"loading\" style=\"padding-left:5px; display:none\" \/>\n\t\t\t\t\t\t\t{{ } }}\n\t\t\t\t\t\t<\/button>\n\t\t\t\t\t\t{{ } }}\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t{{ } }}\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n"},"activity":{"hide_from_guest":0,"is_permalink":0,"template_no_more":"<div class=\"ps-alert\">Nothing more to show.<\/div>\n","template_load_more":"<div class=\"ps-posts__action\">\n\t<button class=\"ps-btn ps-btn--full ps-btn--action\"><i class=\"gcis gci-arrow-circle-down\"><\/i><span>Load more<\/span><\/button>\n<\/div>\n","template_report":"<form class=\"ps-form ps-form--vertical ps-form--report\">\n\t<div class=\"ps-form__row\">\n\t\t<select class=\"ps-input ps-input--sm ps-input--select ps-js-report-type\">\n<option value=\"\">- select reason -<\/option>\n<option value=\"Spamming\">Spamming<\/option><option value=\"Advertisement\">Advertisement<\/option><option value=\"Profanity\">Profanity<\/option><option value=\"Inappropriate Content\/Abusive\">Inappropriate Content\/Abusive<\/option><option value=\"Other\" data-need-reason=\"1\">Other<\/option><\/select>\n<div class=\"ps-js-report-desc\"><textarea class=\"ps-input ps-input--textarea\" maxlength=\"250\" placeholder=\"Report description...\"><\/textarea><div class=\"ps-form__chars-count ps-js-counter\"><\/div><\/div><div class=\"ps-alert ps-alert--abort ps-js-report-error\" style=\"display:none\"><\/div>\t\t<div class=\"ps-alert ps-js-error\" style=\"display:none\"><\/div>\n\t<\/div>\n<\/form>\n\n<script type=\"text\/template\" data-name=\"opts\">{\"title\":\"Report Content to Admin\",\"actions\":[{\"label\":\"Cancel\",\"class\":\"ps-js-cancel\"},{\"label\":\"Submit Report\",\"class\":\"ps-js-submit\",\"loading\":true,\"primary\":true}],\"text_select_reason\":\"ERROR: Please select a report reason.\",\"text_fill_description\":\"ERROR: Please provide the necessary report details.\"}<\/script>\n","template_repost":"<div id=\"repost-dialog\">\n\t<div class=\"dialog-title\">\n\t\tShare This Post\t<\/div>\n\t<div class=\"dialog-content\">\n\t\t<form class=\"ps-form ps-form--repost ps-form--vertical\">\n\t\t\t<div class=\"ps-form__row\">\n\t\t\t\t<textarea id=\"share-post-box\" class=\"ps-input ps-input--textarea\" placeholder=\"Say what is on your mind...\"><\/textarea>\n\t\t\t<\/div>\n\t\t\t<div class=\"ps-form__row\">\n\t\t\t\t<div class=\"ps-dropdown ps-dropdown--menu ps-js-dropdown ps-js-dropdown--privacy\">\n\t\t\t\t\t<button class=\"ps-btn ps-btn--sm ps-dropdown__toggle ps-js-dropdown-toggle\" data-value=\"\">\n\t\t\t\t\t\t<span class=\"dropdown-value\"><i class=\"gcis gci-globe-americas\"><\/i><\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t\t<input type=\"hidden\" id=\"repost_acc\" name=\"repost_acc\" value=\"10\" \/>\n\t\t\t\t\t<div class=\"ps-dropdown__menu ps-js-dropdown-menu\"><a href=\"#\" data-option-value=\"10\" onclick=\"return \"><i class=\"gcis gci-globe-americas\"><\/i><span>Public<\/span><\/a><a href=\"#\" data-option-value=\"20\" onclick=\"return \"><i class=\"gcis gci-user-friends\"><\/i><span>Site Members<\/span><\/a><a href=\"#\" data-option-value=\"40\" onclick=\"return \"><i class=\"gcis gci-lock\"><\/i><span>Only Me<\/span><\/a><\/div>\t\t\t\t<\/div>\n\t\t\t\t<input type=\"hidden\" id=\"postbox-post-id\" name=\"post_id\" value=\"{post-id}\" \/>\n\t\t\t<\/div>\n\t\t\t<div class=\"ps-form__row\">\n\t\t\t\t<blockquote>\n\t\t\t\t\t{post-content}\n\t\t\t\t<\/blockquote>\n\t\t\t<\/div>\n\t\t<\/form>\n\t<\/div>\n\t<div class=\"dialog-action\">\n\t\t<button type=\"button\" name=\"rep_cacel\" class=\"ps-btn ps-btn--sm\" onclick=\"pswindow.hide(); return false;\">Cancel<\/button>\n\t\t<button type=\"button\" name=\"rep_submit\" class=\"ps-btn ps-btn--sm ps-btn--action\" onclick=\"activity.submit_repost(); return false;\">Share<\/button>\n\t<\/div>\n<\/div>\n"},"embed":{"enable":1,"enable_non_ssl":0},"hovercard":{"template":"<div class=\"ps-hovercard\">\n\t<div class=\"ps-hovercard__inner\">\n\t\t<div class=\"ps-hovercard__header ps-js-cover\">\n\t\t\t<div class=\"ps-hovercard__overlay\">\n\t\t\t\t<div class=\"ps-avatar ps-avatar--hovercard\">\n\t\t\t\t\t<img class=\"ps-js-avatar\" \/>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"ps-hovercard__name ps-js-name\"><\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"ps-hovercard__footer\">\n\t\t\t<div class=\"ps-hovercard__details\">\n\t\t\t\t<span class=\"ps-hovercard__count ps-hovercard__count--views\">\n\t\t\t\t\t<i class=\"ps-icon-eye\"><\/i>\n\t\t\t\t\t<span class=\"ps-js-views\">0<\/span>\n\t\t\t\t<\/span>\n\t\t\t\t<span class=\"ps-hovercard__count ps-hovercard__count--likes\">\n\t\t\t\t\t<i class=\"ps-icon-thumbs-up\"><\/i>\n\t\t\t\t\t<span class=\"ps-js-likes\">0<\/span>\n\t\t\t\t<\/span>\n\t\t\t\t<a href=\"#\" class=\"ps-hovercard__actions ps-js-link\">\n\t\t\t\t\tVisit profile\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"ps-hovercard__loading ps-js-loading\">\n\t\t\t<i class=\"gcis gci-circle-notch gci-spin\"><\/i>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n"},"datetime":{"text":{"am":"AM","pm":"PM","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"]}},"hashtags":{"url":"https:\/\/oldfreegame.com\/en\/activity\/?hashtag\/","everything":0,"min_length":3,"max_length":16,"must_start_with_letter":0},"blogposts":{"delete_post_warning":"Deleting this post will reset likes and comments on the blog post. If comment integration is enabled, a fresh activity post will be automatically created."},"markdown":{"highlight-js":"https:\/\/oldfreegame.com\/wp-content\/plugins\/peepso-core\/assets\/js\/markdown\/highlight.min.js?ver=3.8.2.0","highlight-css":"https:\/\/oldfreegame.com\/wp-content\/plugins\/peepso-core\/assets\/css\/markdown\/highlight.min.css?ver=3.8.2.0","no_paragraph":1,"enable_heading":1},"user":{"template_report":"<form class=\"ps-form ps-form--vertical ps-form--report\">\n\t<div class=\"ps-form__row\">\n\t\t<select class=\"ps-input ps-input--sm ps-input--select ps-js-report-type\">\n<option value=\"\">- select reason -<\/option>\n<option value=\"Spamming\">Spamming<\/option><option value=\"Advertisement\">Advertisement<\/option><option value=\"Profanity\">Profanity<\/option><option value=\"Inappropriate Content\/Abusive\">Inappropriate Content\/Abusive<\/option><option value=\"Other\" data-need-reason=\"1\">Other<\/option><\/select>\n<div class=\"ps-js-report-desc\"><textarea class=\"ps-input ps-input--textarea\" maxlength=\"250\" placeholder=\"Report description...\"><\/textarea><div class=\"ps-form__chars-count ps-js-counter\"><\/div><\/div><div class=\"ps-alert ps-alert--abort ps-js-report-error\" style=\"display:none\"><\/div>\t\t<div class=\"ps-alert ps-js-error\" style=\"display:none\"><\/div>\n\t<\/div>\n<\/form>\n\n\n<script type=\"text\/template\" data-name=\"opts\">{\"title\":\"Report Content to Admin\",\"actions\":[{\"label\":\"Cancel\",\"class\":\"ps-js-cancel\"},{\"label\":\"Submit Report\",\"class\":\"ps-js-submit\",\"loading\":true,\"primary\":true}],\"text_select_reason\":\"ERROR: Please select Reason for Report.\",\"text_fill_description\":\"ERROR: Please fill Reason for Report.\"}<\/script>\n"},"location":{"api_key":null,"template_selector":"<div class=\"ps-location ps-js-location-wrapper\">\n\t<div class=\"ps-location__inner ps-js-location\">\n\t\t<div class=\"ps-location__loading ps-js-location-loading\" style=\"display:none\">\n\t\t\t<img src=\"https:\/\/oldfreegame.com\/wp-content\/plugins\/peepso-core\/assets\/images\/ajax-loader.gif\" alt=\"\" \/>\n\t\t<\/div>\n\t\t<div class=\"ps-location__box ps-js-location-result\">\n\t\t\t<div class=\"ps-location__list ps-js-location-list\">\n\t\t\t\t<div class=\"ps-location__select ps-js-location-placeholder\"><i class=\"gcis gci-map-marked-alt\"><\/i> Enter location name...<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"ps-location__view ps-js-location-map\"><\/div>\n\t\t\t<div class=\"ps-location__actions\">\n\t\t\t\t<a href=\"#\" class=\"ps-btn ps-btn--sm ps-btn--action ps-js-select\">Select<\/a>\n\t\t\t\t<a href=\"#\" class=\"ps-btn ps-btn--sm ps-btn--abort ps-js-remove\">Remove<\/a>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"ps-location-fragment ps-js-location-fragment\" style=\"display:none\">\n\t\t<a href=\"#\" class=\"ps-location__list-item ps-js-location-listitem\" data-place-id=\"{place_id}\" onclick=\"return false;\">\n\t\t\t<strong class=\"ps-js-location-listitem-name\">{name}<\/strong>\n\t\t\t<span>{description}<\/span>\n\t\t<\/a>\n\t<\/div>\n<\/div>\n","template_postbox":"<div class=\"ps-postbox__location-inner ps-js-location-wrapper\">\n\t<div class=\"ps-postbox__location-box\">\n\t\t<div class=\"ps-postbox__location-field ps-input__wrapper ps-input__wrapper--icon\">\n\t\t\t<input type=\"text\" class=\"ps-input ps-input--icon ps-postbox__location-input\"\n\t\t\t\tplaceholder=\"Enter your location\" value=\"\" \/>\n\t\t\t<i class=\"gcis gci-map-marked-alt\"><\/i>\n\t\t<\/div>\n\t\t<div class=\"ps-postbox__location-search\">\n\t\t\t<div class=\"ps-postbox__location-list ps-js-location-result\"\n\t\t\t\tdata-no-items=\"No locations found\"><\/div>\n\t\t\t<div class=\"ps-postbox__location-map ps-js-location-map\"><\/div>\n\t\t\t<div class=\"ps-loading\" style=\"display: none\">\n\t\t\t\t<div class=\"ps-postbox__location-item ps-postbox__location-item--loading ps-js-postbox-location-item ps-js-location-loading\">\n\t\t\t\t\t<img src=\"https:\/\/oldfreegame.com\/wp-content\/plugins\/peepso-core\/assets\/images\/ajax-loader.gif\" alt=\"\" \/>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"ps-postbox__location-actions ps-js-location-action\" style=\"display:block\">\n\t\t\t\t<button class=\"ps-btn ps-btn--sm ps-btn--action ps-postbox__location-action ps-js-select\" style=\"display:none\">\n\t\t\t\t\t<i class=\"gcis gci-map-marker-alt\"><\/i><span>Select<\/span>\n\t\t\t\t<\/button>\n\t\t\t\t<button class=\"ps-btn ps-btn--sm ps-btn--abort ps-postbox__location-action ps-js-remove\" style=\"display:none\">\n\t\t\t\t\t<i class=\"gcis gci-times\"><\/i><span>Remove<\/span>\n\t\t\t\t<\/button>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\t<script type=\"text\/template\" class=\"ps-js-location-fragment\">\n\t\t<div class=\"ps-postbox__location-item {{= data.place_id ? 'ps-js-location-listitem' : '' }}\" data-place-id=\"{{= data.place_id }}\" >\n\t\t\t<p class=\"ps-js-location-listitem-name\">{{= data.name }}<\/p>\n\t\t\t<span>{{= data.description || '&nbsp;' }}<\/span>\n\t\t<\/div>\n\t<\/script>\n<\/div>\n"}};
</script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/core.min.js' id='peepso-core-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/modules.min.js' id='peepso-modules-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/elements.min.js' id='peepso-elements-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/sections.min.js' id='peepso-sections-js'></script>
<script src='https://oldfreegame.com/wp-includes/js/jquery/ui/core.min.js' id='jquery-ui-core-js'></script>
<script id='peepso-window-js-extra'>
var peepsowindowdata = {"label_confirm":"Confirm","label_confirm_delete":"Confirm Delete","label_confirm_delete_content":"Are you sure you want to delete this?","label_yes":"Yes","label_no":"No","label_delete":"Delete","label_cancel":"Cancel","label_okay":"Okay"};
</script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/fileupload.min.js' id='peepso-fileupload-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/avatar.min.js' id='peepso-avatar-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/hammer.min.js' id='peepso-hammer-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/crop.min.js' id='peepso-crop-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/avatar-dialog.min.js' id='peepso-avatar-dialog-js'></script>
<script id='peepso-bundle-js-extra'>
var peepsolightboxdata = {"template":"<div class=\"ps-lightbox ps-js-lightbox\">\n\t<div class=\"ps-lightbox__inner ps-lightbox-padding\">\n\t\t<div class=\"ps-lightbox__container ps-lightbox-wrapper\">\n\t\t\t<div class=\"ps-lightbox__view ps-lightbox-content\">\n\t\t\t\t<div class=\"ps-lightbox__object ps-lightbox-object\"><\/div>\n\t\t\t\t<button class=\"ps-lightbox__nav ps-lightbox__nav--left ps-lightbox-arrow-prev\"><i class=\"gcis gci-chevron-left\"><\/i><\/button>\n\t\t\t\t<button class=\"ps-lightbox__nav ps-lightbox__nav--right ps-lightbox-arrow-next\"><i class=\"gcis gci-chevron-right\"><\/i><\/button>\n\t\t\t\t<div class=\"ps-lightbox__zoom ps-lightbox-imagelink\">\n\t\t\t\t\t<a target=\"_blank\">\n\t\t\t\t\t\t<i class=\"gcis gci-expand-arrows-alt\"><\/i>\n\t\t\t\t\t\tView full image\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"ps-lightbox__actions ps-lightbox-toolbar\">\n\t\t\t\t\t<div class=\"ps-lightbox__action ps-lightbox-toolbar-actions\">\n\t\t\t\t\t\t<button class=\"ps-lightbox-data-toggle\">\n\t\t\t\t\t\t\t<i class=\"gcis gci-comments\"><\/i>\n\t\t\t\t\t\t\tComments\t\t\t\t\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"ps-lightbox__loading ps-lightbox__spinner ps-lightbox-spinner\"><\/div>\n\t\t\t<\/div>\n\t\t\t<div class=\"ps-lightbox__side\"><div class=\"ps-lightbox__side-inner ps-lightbox-data\"><\/div><\/div>\n\t\t\t<div class=\"ps-lightbox__close ps-lightbox-close\" aria-label=\"Close\"><i class=\"gcis gci-times\"><\/i><\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n"};
var peepsotimedata = {"ts":"1634040626","now":"just now","min_1":"%s min ago","min_2":"%s mins ago","min_3":"%s mins ago","hour_1":"%s hour ago","hour_2":"%s hours ago","hour_3":"%s hours ago","day_1":"%s day ago","day_2":"%s days ago","day_3":"%s days ago","week_1":"%s week ago","week_2":"%s weeks ago","week_3":"%s weeks ago","month_1":"%s month ago","month_2":"%s months ago","month_3":"%s months ago","year_1":"%s year ago","year_2":"%s years ago","year_3":"%s years ago"};
</script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/bundle.min.js' id='peepso-bundle-js'></script>
<script id='peepso-member-js-extra'>
var peepsomemberdata = {"ban_popup_title":"Ban this user","ban_popup_content":"<form id=\"form_ban_user\" class=\"ps-form--ban\">\n\t<div class=\"ps-form__row\">\n\t\t<div class=\"ps-form__label\">\n\t\t\t<div class=\"ps-checkbox\">\n\t\t\t\t<div class=\"ps-checkbox ps-checkbox--radio\">\n\t\t\t\t\t<input class=\"ps-checkbox__input\" type=\"radio\" name=\"ban_type\" id=\"ban-period\" value=\"ban_period\" checked=\"checked\">\n\t\t\t\t\t<label class=\"ps-checkbox__label\" for=\"ban-period\">Ban this user until<\/label>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"ps-form__field\">\n\t\t\t<input type=\"text\" class=\"ps-input ps-input--sm\" width=\"auto\" name=\"ban_period_date\" value=\"13 October 2021\" data-date-start-date=\"13 October 2021\" \/>\n\t\t\t<div id=\"ban-period-empty\" class=\"ps-text--danger ps-form__helper\" style=\"display:none\">Please fill in the date<\/div>\n\t\t<\/div>\n\t<\/div>\n\t<div class=\"ps-form__row\">\n\t\t<div class=\"ps-form__label ps-full\">\n\t\t\t<div class=\"ps-checkbox ps-checkbox--radio\">\n\t\t\t\t<input class=\"ps-checkbox__input\" type=\"radio\" name=\"ban_type\" id=\"ban-forever\" value=\"ban_forever\">\n\t\t\t\t<label class=\"ps-checkbox__label\" for=\"ban-forever\">Ban this user forever<\/label>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/form>\n","ban_popup_save":"Ban this user","ban_popup_cancel":"Cancel"};
</script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/member.min.js' id='peepso-member-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/jquery.mousewheel.min.js' id='peepso-jquery-mousewheel-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/notifications.min.js' id='peepso-notification-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/activitystream.min.js' id='peepso-activitystream-js'></script>
<script id='peepso-comment-js-extra'>
var peepsocommentdata = {"label_reply":"Reply","label_view":"View Replies","icon_reply":"ps-icon-plus","icon_view":"ps-icon-eye"};
var peepsocommentdata = {"label_reply":"Reply","label_view":"View Replies","icon_reply":"ps-icon-plus","icon_view":"ps-icon-eye"};
</script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/comment.min.js' id='peepso-comment-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/form.min.js' id='peepso-form-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/activity.min.js' id='peepso-activity-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/image-scale.min.js' id='image-scale-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/modal-comments.min.js' id='peepso-modal-comments-js'></script>
<script id='peepsoreactions-js-extra'>
var peepsoreactionsdata = {"ajaxloader":"https:\/\/oldfreegame.com\/wp-content\/plugins\/peepso-core\/assets\/images\/ajax-loader.gif"};
</script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/reactions.min.js' id='peepsoreactions-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/hashtags.min.js' id='peepso-hashtags-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/page-autoload.min.js' id='peepso-page-autoload-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/blogposts.min.js' id='peepso-blogposts-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/markdown.min.js' id='peepso-markdown-js'></script>
<script id='pushengage-core-debug-js-before'>
// pe api/site key not found
</script>
<script src='https://clientcdn.pushengage.com?ver=5.8.1' id='pushengage-core-debug-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/sg-cachepress/assets/js/lazysizes.min.js' id='siteground-optimizer-lazy-sizes-js-js'></script>
<script src='https://oldfreegame.com/wp-content/uploads/siteground-optimizer-assets/monsterinsights-vue-vendors.min.js' id='monsterinsights-vue-vendors-js'></script>
<script src='https://oldfreegame.com/wp-content/uploads/siteground-optimizer-assets/monsterinsights-vue-common.min.js' id='monsterinsights-vue-common-js'></script>
<script id='monsterinsights-vue-frontend-js-extra'>
var monsterinsights = {"ajax":"https:\/\/oldfreegame.com\/wp-admin\/admin-ajax.php","nonce":"e0aca33348","network":"","translations":{"":{"domain":"google-analytics-for-wordpress","lang":"en_GB","plural_forms":"nplurals=2; plural=n != 1;"}," visitors":[" visitors"]," visitors!":[" visitors!"],"#1":["#1"],"%1$s ago":["%1$s ago"],"%1$s is %3$sdeprecated%4$s since MonsterInsights version %2$s!":["%1$s is %3$sdeprecated%4$s since MonsterInsights version %2$s!"],"%1$s is %3$sdeprecated%4$s since MonsterInsights version %2$s.":["%1$s is %3$sdeprecated%4$s since MonsterInsights version %2$s."],"%1$s&#37 of your visitors were %2$s":["%1$s&#37 of your visitors were %2$s"],"%1$s&#37 of your visitors were between the ages of %2$s":["%1$s&#37 of your visitors were between the ages of %2$s"],"%1$s&#37 of your visitors were on a %2$s device.":["%1$s&#37 of your visitors were on a %2$s device."],"%1$s: %2$s":["%1$s: %2$s"],"%1$sAll-in-One SEO%2$s Makes SEO Simple. Gain Valuable Organic Traffic.":["%1$sAll-in-One SEO%2$s Makes SEO Simple. Gain Valuable Organic Traffic."],"%1$sBonus:%2$s You also get 50%% off discount for being a loyal MonsterInsights Lite user.":["%1$sBonus:%2$s you also get a 50% discount for being a loyal MonsterInsights Lite user."],"%1$sGet MonsterInsights Pro%2$s":["%1$sGet MonsterInsights Pro%2$s"],"%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing.":["%1$sIndex Progress: %2$s%%.%3$s You may leave this page during indexing."],"%1$sPage %3$s%2$s of %4$s":["%1$sPage %3$s%2$s of %4$s"],"%1$sPlease Note:%2$s While Google Analytics is properly setup and tracking everything, it does not send the data back to WordPress immediately. Depending on the size of your website, it can take between a few hours to 24 hours for reports to populate.":["%1$sPlease Note:%2$s While Google Analytics is properly set up and tracking everything, it does not send the data back to WordPress immediately. Depending on the size of your website, it can take between a few hours to 24 hours for reports to populate."],"%1$sStep 1%2$s - Click the \u201cAdd Block\u201d icon while editing a Post or Page.":["%1$sStep 1%2$s \u2013 Click the \u201cAdd Block\u201d icon while editing a Post or Page."],"%1$sStep 1%2$s - Navigate to your Appearance > Widgets page using the menu on the left side your screen. Must be logged in as Admin.":["%1$sStep 1%2$s \u2013 Navigate to your Appearance > Widgets page using the menu on the left side of your screen. You must be logged in as an Admin."],"%1$sStep 2%2$s - On the left, under Available Widgets, look for the Popular Posts - MonsterInsights widget and drag it into the desired Sidebar on the right.":["%1$sStep 2%2$s \u2013 On the left, under Available Widgets, look for the Popular Posts \u2013 MonsterInsights widget and drag it into the desired Sidebar on the right."],"%1$sStep 2%2$s - Search for \u201cInline Popular Posts by MonsterInsights\u201d.":["%1$sStep 2%2$s \u2013 Search for \u201cInline Popular Posts by MonsterInsights\u201d."],"%1$sStep 2%2$s - Search for \u201cPopular Posts\u201d.":["%1$sStep 2%2$s \u2013 Search for \u201cPopular Posts\u201d."],"%1$sStep 3%2$s - Style the widget using the Block Settings sidebar.":["%1$sStep 3%2$s \u2013 Style the widget using the Block Settings sidebar."],"%1$sStep 3%2$s - The widget options should automatically expand allowing you to customize the design.":["%1$sStep 3%2$s \u2013 The widget options should automatically expand, allowing you to customise the design."],"%1$sSubscribe to the MonsterInsights blog%2$s for tips on how to get more traffic and grow your business.":["%1$sSubscribe to the MonsterInsights blog%2$s for tips on how to get more traffic and grow your business."],"%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using Gutenberg":["%1$sWatch Video%2$s \u2013 How to Add the Inline Popular Post widget using Gutenberg"],"%1$sWatch Video%2$s - How to Add the Inline Popular Post widget using our Shortcode":["%1$sWatch Video%2$s \u2013 How to Add the Inline Popular Post widget using our Shortcode"],"%1$sWatch Video%2$s - How to Add the Popular Posts widget using Gutenberg":["%1$sWatch Video%2$s \u2013 How to Add the Popular Posts widget using Gutenberg"],"%1$sWatch Video%2$s - How to Add the Popular Posts widget using our Shortcode":["%1$sWatch Video%2$s \u2013 How to Add the Popular Posts widget using our Shortcode"],"%1$sWe have detected multiple tracking codes%2$s! You should remove non-MonsterInsights ones. If you need help finding them please %3$sread this article%4$s.":["%1$sWe have detected multiple tracking codes%2$s! You should remove non-MonsterInsights ones. If you need help finding them please %3$sread this article%4$s."],"%1$sWe noticed you're using a caching plugin or caching from your hosting provider.%2$s Be sure to clear the cache to ensure the tracking appears on all pages and posts. %3$s(See this guide on how to clear cache)%4$s.":["%1$sWe noticed you're using a caching plugin or caching from your hosting provider.%2$s Be sure to clear the cache to ensure the tracking appears on all pages and posts. %3$s(See this guide on how to clear cache)%4$s."],"%s Addon":["%s Add-on"],"%s Visitors":["%s Visitors"],"%s can't be empty.":["%s can't be empty."],"%s%% of your Audience is from %s":["%s%% of your Audience is from %s"],"%sGoogle Optimize%s is a free A\/B testing and personalization product by Google that lets you easily conduct experiments to see what works best on your site. With Google Optimize, you can use split testing and personalization to create online experiences that engage and delight your customers. %sUpgrade to MonsterInsights Pro%s to unlock the Google Optimize addon.":["%sGoogle Optimize%s is a free A\/B testing and personalisation product by Google that lets you easily conduct experiments to see what works best on your site. With Google Optimize, you can use split testing and personalisation to create online experiences that engage and delight your customers. %sUpgrade to MonsterInsights Pro%s to unlock the Google Optimize Add-on."],"& Many More!":["and Many More!"],"&#197;land Islands":["&#197;land Islands"],"(And Crush Your Competition?)":["(And Crush Your Competition?)"],"(Updates automatically)":["(Updates automatically)"],"+ Add Role":["+ Add Role"],"1":["1"],"1,938":["1,938"],"1-click Google Analytics Enhanced Ecommerce tracking for WooCommerce, Easy Digital Downloads & MemberPress.":["1-click Google Analytics Enhanced eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress."],"1-click Google Analytics Enhanced eCommerce tracking":["1-click Google Analytics Enhanced eCommerce tracking"],"10-15%":["10\u201315%"],"10-20%":["10\u201320%"],"2":["2"],"2+ Million Active Installs":["Two Million+ Active Installs"],"2,000,000+ use AIOSEO to Improve Their Website Search Rankings":["2,000,000+ use AIOSEO to Improve Their Website Search Rankings"],"20-30%":["20\u201330%"],"2020 Year in Review":["2020 Year in Review"],"30 days":["30 days"],"7 days":["7 days"],"A Tip For 2021":["A Tip For 2021"],"A Tip for 2021":["A Tip for 2021"],"A custom campaign is any ad campaign not using the AdWords auto-tagging feature. When users click one of the custom links, the unique parameters are sent to your Analytics account, so you can identify the URLs that are the most effective in attracting users to your content.":["A custom campaign is any ad campaign not using the AdWords auto-tagging feature. When users click one of the custom links, the unique parameters are sent to your Analytics account, so you can identify the URLs that are the most effective in attracting users to your content."],"A good score is between 40 and 60. For best results, you should strive for 70 and above.":["A good score is between 40 and 60. For best results, you should strive for 70 and above."],"A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview.":["A pageview is defined as a view of a page on your site that is being tracked by the Analytics tracking code. Each refresh of a page is also a new pageview."],"A session is the browsing session of a single user to your site.":["A session is the browsing session of a single user to your site."],"A valid license has been added to MonsterInsights but you are still using the Lite version.":["A valid licence has been added to MonsterInsights but you are still using the Lite version."],"ACTION REQUIRED: Speed your website up 400% with a single email!":["ACTION REQUIRED: speed up your website 400% with a single email!"],"ACTION REQUIRED: Your PHP version is putting your site at risk!":["ACTION REQUIRED: your PHP version is putting your site at risk!"],"ACTION REQUIRED: Your WordPress version is putting your site at risk!":["ACTION REQUIRED: your WordPress version is putting your site at risk!"],"AIOSEO is the DIY Solution for Managing your SEO":["AIOSEO is the DIY Solution for Managing your SEO"],"AIOSEO makes it easy to set up the proper SEO foundations in less than 10 minutes.":["AIOSEO makes it easy to set up the proper SEO foundations in less than ten minutes."],"AMP pages are not being tracked":["AMP pages are not being tracked"],"Abandoned Checkouts":["Abandoned Checkouts"],"About Campaigns":["About Campaigns"],"About Custom Campaigns":["About Custom Campaigns"],"About Traffic Source Dimensions":["About Traffic Source Dimensions"],"About Us":["About Us"],"About Us:":["About Us:"],"About the Referral Traffic Report":["About the Referral Traffic Report"],"Access denied":["Access denied"],"Activate":["Activate"],"Activate AIOSEO":["Activate AIOSEO"],"Activate Pretty Links":["Activate Pretty Links"],"Activate and Install the Plugin with just one click!":["Activate and Install the Plugin with just one click!"],"Activating AIOSEO...":["Activating AIOSEO..."],"Activating Addon":["Activating Add-on"],"Activating Pretty Links...":["Activating Pretty Links..."],"Activating...":["Activating..."],"Activation Failed. Please refresh and try again.":["Activation Failed. Please refresh and try again."],"Active":["Active"],"Active Profile":["Active Profile"],"Active profile":["Active profile"],"Active users on site":["Active users on site"],"AdWords Auto-Tagging":["AdWords Auto-Tagging"],"Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue.":["Add Ads tracking to see who's clicking on your Google Ads, so you can increase your revenue."],"Add Another Link Path":["Add Another Link Path"],"Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more":["Add Custom Dimensions and track who's the most popular author on your site, which post types get the most traffic, and more"],"Add File Extensions":["Add File Extensions"],"Add More File Extensions to Track as Downloads":["Add More File Extensions to Track as Downloads"],"Add Top 5 Posts from Google Analytics":["Add Top 5 Posts from Google Analytics"],"Add domain":["Add domain"],"Add inline popular posts from MonsterInsights":["Add inline popular posts from MonsterInsights"],"Add popular posts from MonsterInsights":["Add popular posts from MonsterInsights"],"Add your MonsterInsights license key from the email receipt or account area. %1$sRetrieve your license key%2$s.":["Add your MonsterInsights licence key from the email receipt or account area. %1$sRetrieve your licence key%2$s."],"Add your license":["Add your licence"],"Additional Information":["Additional Information"],"Addon Activated":["Add-on Activated"],"Addons":["Addons"],"Addons:":["Addons:"],"Adds the Enhanced Link Attribution (retain link) code to improve the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs.":["Adds the Enhanced Link Attribution (retain link) code to improve the accuracy of your In-Page Analytics report by automatically differentiating between multiple links to the same URL on a single page by using link element IDs."],"Adjust the number of columns displayed when the widget is placed in a wide container.":["Adjust the number of columns displayed when the widget is placed in a wide container."],"Adjust the sample rate so you don't exceed Google Analytics' processing limit. Can also be used to enable Google Optimize for A\/B testing and personalization.":["Adjust the sample rate so you don't exceed Google Analytics' processing limit. Can also be used to enable Google Optimise for A\/B testing and personalisation."],"Ads Tracking":["Ads Tracking"],"Advanced":["Advanced"],"Advanced Dashboard Widget":["Advanced Dashboard Widget"],"Advanced Publisher Reports & Tracking":["Advanced Publisher Reports and Tracking"],"Advanced Reports":["Advanced Reports"],"Advanced Tracking":["Advanced Tracking"],"Advanced Tracking Options":["Advanced Tracking Options"],"Advanced eCommerce SEO support for WooCommerce to optimize product pages, product categories, and more.":["Advanced eCommerce SEO support for WooCommerce to optimise product pages, product categories, and more."],"Affiliate Link & Ads Tracking":["Affiliate Link and Ads Tracking"],"Affiliate Link Tracking":["Affiliate Link Tracking"],"Affiliate Links":["Affiliate Links"],"Affiliate Tracking":["Affiliate tracking"],"Afghanistan":["Afghanistan"],"After you install MonsterInsights, you\u2019ll need to connect your WordPress site with your Google Analytics account. MonsterInsights makes the process easy, with no coding required.":["After you install MonsterInsights, you\u2019ll need to connect your WordPress site with your Google Analytics account. MonsterInsights makes the process easy, with no coding required."],"Ajaxify Widget":["Ajaxify Widget"],"Albania":["Albania"],"Algeria":["Algeria"],"All Embed Options can be used in conjunction with one another.":["All Embed Options can be used in conjunction with one another."],"All in One SEO gives you all the tools you need to improve your local SEO and rank higher on Google Maps.":["All in One SEO gives you all the tools you need to improve your local SEO and rank higher on Google Maps."],"All-in-One SEO is a great product. I have been using it on all my WP sites for several years. I highly recommend it.":["All-in-One SEO is a great product. I have been using it on all my WP sites for several years. I highly recommend it."],"Allow These User Roles to Save Settings":["Allow These User Roles To Save Settings"],"Allow These User Roles to See Reports":["Allow These User Roles To See Reports"],"Allow Usage Tracking":["Allow Usage Tracking"],"Allow usage tracking":["Allow usage tracking"],"Already purchased? Simply enter your license key below to connect with MonsterInsights PRO! %1$sRetrieve your license key%2$s.":["Already purchased? Simply enter your licence key below to connect with MonsterInsights PRO! %1$sRetrieve your licence key%2$s."],"American Samoa":["American Samoa"],"Analyze":["Analyse"],"Analyze your entire WordPress site to detect critical errors and get actionable insights to boost your SEO and get more traffic.":["Analyse your entire WordPress site to detect critical errors and get actionable insights to boost your SEO and get more traffic."],"Andorra":["Andorra"],"Angola":["Angola"],"Anguilla":["Anguilla"],"Anonymize IP Addresses":["Anonymise IP Addresses"],"Antarctica":["Antarctica"],"Antigua and Barbuda":["Antigua and Barbuda"],"April":["April"],"Archives":["Archives"],"Archives: %s":["Archives: %s"],"Are you enjoying MonsterInsights?":["Are you enjoying MonsterInsights?"],"Are you sure you want to hide the MonsterInsights Dashboard Widget? ":["Are you sure you want to hide the MonsterInsights Dashboard Widget? "],"Argentina":["Argentina"],"Armenia":["Armenia"],"Aruba":["Aruba"],"As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!":["As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!"],"At least 0 item required.":["At least 0 item required."],"At least one":["At least one"],"At this length, it will get cut off in search results. Try reducing it to about 55 characters.":["At this length, it will get cut off in search results. Try reducing it to about 55 characters."],"Audience":["Audience"],"August":["August"],"Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan":["Austin typewriter heirloom distillery twee migas wayfarers. Fingerstache master cleanse quinoa humblebrag, iPhone taxidermy snackwave seitan typewriter tofu organic affogato kitsch. Artisan"],"Australia":["Australia"],"Austria":["Austria"],"Authenticate now":["Authenticate now"],"Authenticating":["Authenticating"],"Author Tracking":["Author Tracking"],"Author\/Date":["Author\/Date"],"Author: %s":["Author: %s"],"Automated + Curated":["Automated + Curated"],"Automatic %1$s- The widget is automatically placed inside the post body.%2$s":["Automatic %1$s\u2013 The widget is automatically placed inside the post body.%2$s"],"Automatic Placement":["Automatic Placement"],"Automatic Updates":["Automatic Updates"],"Automatic tracking of outbound\/external, file download, affiliate, email and telephone links and our simple Custom Link Attribution markup for custom link tracking":["Automatic tracking of outbound\/external, file download, affiliate, e-mail and telephone links and our simple Custom Link Attribution markup for custom link tracking"],"Automatic updates are disabled":["Automatic updates are disabled"],"Automatically Track Affiliate Sales":["Automatically track affiliate sales"],"Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using %1$sCustom Dimensions%2$s. Also requires Sort By - Curated to be selected. Setup steps can be found in our %3$sknowledge base%4$s.":["Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using %1$sCustom Dimensions%2$s. Also requires Sort By \u2013 Curated to be selected. Setup steps can be found in our %3$sknowledge base%4$s."],"Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using Custom Dimensions (Pro version required. %1$sUpgrade now%2$s).":["Automatically add the top 5 Posts from the past 30 days to your Curated list of Posts using Custom Dimensions (Pro version required. %1$sUpgrade now%2$s)."],"Automatically generate a WordPress XML sitemap and notify all search engines of any updates.":["Automatically generate a WordPress XML sitemap and notify all search engines of any updates."],"Automatically migrate all of your SEO settings with just 1 click!":["Automatically migrate all of your SEO settings with just one click!"],"Automatically track clicks on your affiliate links and ads.":["Automatically track clicks on your affiliate links and ads."],"Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking.":["Automatically track clicks on your affiliate links, banner ads, and other outbound links with our link tracking."],"Available in PRO version":["Available in PRO version"],"Average Age":["Average Age"],"Avg. Duration":["Average Duration"],"Avg. Session Duration":["Avg. Session Duration"],"Awesome, You're All Set!":["Great. You\u2019re all set!"],"Azerbaijan":["Azerbaijan"],"Back to Inbox":["Back to Inbox"],"Back to Overview Report":["Back to Overview Report"],"Background":["Background"],"Background Color":["Background Colour"],"Background Settings":["Background Settings"],"Bad Input":["Bad Input"],"Bahamas":["Bahamas"],"Bahrain":["Bahrain"],"Bangladesh":["Bangladesh"],"Banner Ads":["Banner Ads"],"Barbados":["Barbados"],"Basic Options":["Basic Options"],"Basic Tracking Options":["Basic Tracking Options"],"Basic Widget":["Basic Widget"],"Become a WordPress expert in 2021. Join our amazing communities and take your website to the next level.":["Become a WordPress expert in 2021. Join our amazing communities and take your website to the next level."],"Beginning & Ending Words":["Beginning and Ending Words"],"Behavior":["Behaviour"],"Behavior Settings":["Behaviour Settings"],"Belarus":["Belarus"],"Belgium":["Belgium"],"Belize":["Belize"],"Benin":["Benin"],"Bermuda":["Bermuda"],"Best Practices for Creating Custom Campaigns":["Best Practices for Creating Custom Campaigns"],"Bhutan":["Bhutan"],"Bolivia":["Bolivia"],"Bonaire, Saint Eustatius and Saba":["Bonaire, Saint Eustatius and Saba"],"Bonus: MonsterInsights Lite users get %1$s50%% off regular price%2$s, automatically applied at checkout.":["Bonus: MonsterInsights Lite users get %1$s50%% off the regular price%2$s, automatically applied at checkout."],"Boost your sales and conversions by up to 15% with real-time social proof notifications. TrustPulse helps you show live user activity and purchases to help convince other users to purchase.":["Boost your sales and conversions by up to 15% with real-time social proof notifications. TrustPulse helps you show live user activity and purchases to help convince other users to purchase."],"Border":["Border"],"Border Color":["Border Colour"],"Border Settings":["Border Settings"],"Bosnia and Herzegovina":["Bosnia and Herzegovina"],"Botswana":["Botswana"],"Bottom Border Color":["Bottom Border Colour"],"Bounce Rate":["Bounce Rate"],"Bouvet Island":["Bouvet Island"],"Brazil":["Brazil"],"British Indian Ocean Territory":["British Indian Ocean Territory"],"Brunei Darrussalam":["Brunei Darrussalam"],"Built by the folks behind MonsterInsights, WPForms is the most beginner friendly form plugin in the market.":["Built by the people behind MonsterInsights, WPForms is the most beginner friendly form plugin in the market."],"Bulgaria":["Bulgaria"],"Burkina Faso":["Burkina Faso"],"Burundi":["Burundi"],"Business Website":["Business Website"],"By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test.":["By allowing us to track usage data we can better help you because we know with which WordPress configurations, themes and plugins we should test."],"By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the %sEngagement settings%s of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights %sPublishers report%s.":["By default, MonsterInsights automatically tracks downloads of the following file extensions: doc, pdf, ppt, zip, xls, docx, pptx, and xlsx. You can easily add or remove extensions from that list in the %sEngagement settings%s of MonsterInsights.<br><br> You can view your Top Downloads report directly in the MonsterInsights %sPublishers report%s."],"By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimize your links for maximizing affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br>%sIn this article%s, we\u2019ll show you how to set up affiliate link tracking in WordPress.":["By tracking your affiliate links in Google Analytics, you can gather all the data you need to optimise your links for maximising affiliate revenue. You can track affiliate link clicks on your website with little configuration needed.<br><br>%sIn this article%s, we\u2019ll show you how to set up affiliate link tracking in WordPress."],"By upgrading to MonsterInsights Pro you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking and more!":["By upgrading to MonsterInsights Pro, you get access to additional reports right in your WordPress dashboard and advanced tracking features like eCommerce, Custom Dimensions, Forms tracking, and more!"],"By upgrading to MonsterInsights Pro, you can unlock the MonsterInsights URL builder that helps you better track your advertising and email marketing campaigns.":["By upgrading to MonsterInsights Pro, you can unlock the MonsterInsights URL builder that helps you better track your advertising and email marketing campaigns."],"By upgrading you will also get access to advanced eCommerce tracking, Custom Dimensions and more.":["By upgrading, you will also get access to advanced eCommerce tracking, Custom Dimensions, and more."],"CEO, Solergo":["CEO, Solergo"],"Caching":["Caching"],"Cambodia":["Cambodia"],"Cameroon":["Cameroon"],"Campaign Content":["Campaign Content"],"Campaign Measurement":["Campaign Measurement"],"Campaign Medium":["Campaign Medium"],"Campaign Name":["Campaign Name"],"Campaign Source":["Campaign Source"],"Campaign Source %s":["Campaign Source %s"],"Campaign Term":["Campaign Term"],"Can Be Improved":["Can Be Improved"],"Can connect to MonsterInsights.com correctly":["Can connect to MonsterInsights.com correctly"],"Can't activate addon. Error: %1$s, %2$s":["Can't activate add-on. Error: %1$s, %2$s"],"Can't authenticate. Error: %1$s, %2$s":["Can't authenticate. Error: %1$s, %2$s"],"Can't deactivate addon. Error: %1$s, %2$s":["Can't deactivate add-on. Error: %1$s, %2$s"],"Can't deactivate the license. Error: %1$s, %2$s":["Can't deactivate the licence. Error: %1$s, %2$s"],"Can't deauthenticate. Error: %1$s, %2$s":["Can't deauthenticate. Error: %1$s, %2$s"],"Can't install WPForms. Error: %1$s, %2$s":["Can't install WPForms. Error: %1$s, %2$s"],"Can't install addon. Error: %1$s, %2$s":["Can't install add-on. Error: %1$s, %2$s"],"Can't install plugin. Error: %1$s, %2$s":["Can't install plugin. Error: %1$s, %2$s"],"Can't load authentication details. Error: %1$s, %2$s":["Can't load authentication details. Error: %1$s, %2$s"],"Can't load errors. Error: %1$s, %2$s":["Can't load errors. Error: %1$s, %2$s"],"Can't load license details. Error: %1$s, %2$s":["Can't load licence details. Error: %1$s, %2$s"],"Can't load posts.":["Can't load posts."],"Can't load report data. Error: %1$s, %2$s":["Can't load report data. Error: %1$s, %2$s"],"Can't load settings. Error: %1$s, %2$s":["Can't load settings. Error: %1$s, %2$s"],"Can't reauthenticate. Error: %1$s, %2$s":["Can't re-authenticate. Error: %1$s, %2$s"],"Can't save settings. Error: %1$s, %2$s":["Can't save settings. Error: %1$s, %2$s"],"Can't upgrade to PRO please try again. Error: %1$s, %2$s":["Can't upgrade to PRO please try again. Error: %1$s, %2$s"],"Can't validate the license. Error: %1$s, %2$s":["Can't validate the licence. Error: %1$s, %2$s"],"Can't verify credentials. Error: %1$s, %2$s":["Can't verify credentials. Error: %1$s, %2$s"],"Can't verify the license. Error: %1$s, %2$s":["Can't verify the licence. Error: %1$s, %2$s"],"Canada":["Canada"],"Cancel":["Cancel"],"Cannot authenticate. Please enter a valid, active license key for MonsterInsights Pro into the settings.":["Cannot authenticate. Please enter a valid, active licence key for MonsterInsights Pro into the settings."],"Cannot authenticate. Please re-authenticate.":["Cannot authenticate. Please re-authenticate."],"Cannot deauthenticate. Please enter a valid, active license key for MonsterInsights Pro into the settings.":["Cannot de-authenticate. Please enter a valid, active licence key for MonsterInsights Pro into the settings."],"Cannot deauthenticate. You are not currently authed.":["Cannot de-authenticate. You are not currently authed."],"Cannot network authenticate. Please re-authenticate on the network settings panel.":["Cannot network authenticate. Please re-authenticate on the network settings panel."],"Cannot re-authenticate the network. Please authenticate on the network settings panel.":["Cannot re-authenticate the network. Please authenticate on the network settings panel."],"Cannot re-authenticate. Please authenticate.":["Cannot re-authenticate. Please authenticate."],"Cannot re-authenticate. Please enter a valid, active license key for MonsterInsights Pro into the settings.":["Cannot re-authenticate. Please enter a valid, active licence key for MonsterInsights Pro into the settings."],"Cannot verify. Please authenticate.":["Cannot verify. Please authenticate."],"Cannot verify. Please enter a valid, active license key for MonsterInsights Pro into the settings.":["Cannot verify. Please enter a valid, active licence key for MonsterInsights Pro into the settings."],"Cape Verde":["Cape Verde"],"Cart Funnel":["Basket Funnel"],"Category \/ Tags Tracking":["Category\/Tags Tracking"],"Category: %s":["Category: %s"],"Cayman Islands":["Cayman Islands"],"Central African Republic":["Central African Republic"],"Chad":["Chad"],"Character Count":["Character Count"],"Cheatin&#8217; huh?":["Cheatin&#8217; huh?"],"Checking your website...":["Checking your website..."],"Chile":["Chile"],"China":["China"],"Choose Layout":["Choose Layout"],"Choose Theme":["Choose Theme"],"Choose from which Posts the widget %1$sWILL NOT%2$s be placed.":["Choose from which Posts the widget %1$sWILL NOT%2$s be placed."],"Choose from which categories posts will be displayed in the widget. All categories will be used if left empty.":["Choose from which categories posts will be displayed in the widget. All categories will be used if left empty."],"Choose how many posts you\u2019d like displayed in the widget.":["Choose how many posts you\u2019d like displayed in the widget."],"Choose how many widgets will be placed in a single Post.":["Choose how many widgets will be placed in a single Post."],"Choose how often to refresh the cache.":["Choose how often to refresh the cache."],"Choose how you want to determine the colors, font sizes and spacing of the widget.":["Choose how you want to determine the colours, font sizes, and spacing of the widget."],"Choose how you'd like the widget to determine your popular posts.":["Choose how you'd like the widget to determine your popular posts."],"Choose how you'd like to place the widget.":["Choose how you'd like to place the widget."],"Choose the distance between widgets.":["Choose the distance between widgets."],"Choose the minimum word count for a Post to have multiple entries.":["Choose the minimum word count for a Post to have multiple entries."],"Choose where in the post body the widget will be placed.":["Choose where in the post body the widget will be placed."],"Choose which Post Types the widget %1$sWILL%2$s be placed.":["Choose which Post Types the widget %1$sWILL%2$s be placed."],"Choose which content you would like displayed in the widget.":["Choose which content you would like displayed in the widget."],"Chris Christoff":["Chris Christoff"],"Christmas Island":["Christmas Island"],"Click %1$shere%2$s to reauthenticate to be able to access reports. For more information why this is required, see our %3$sblog post%4$s.":["Click %1$shere%2$s to reauthenticate to be able to access reports. For more information why this is required, see our %3$sblog post%4$s."],"Click Choose file below to select the settings export file from another site.":["Click Choose file below to select the settings export file from another site."],"Click here to Upgrade":["Click here to Upgrade"],"Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics.":["Click this button to run a series of checks that will confirm your setup is completed to load Popular Posts from Google Analytics."],"Click to manually wipe the cache right now.":["Click to manually wipe the cache right now."],"Clicks":["Clicks"],"Close":["Close"],"Cocos Islands":["Cocos Islands"],"Colombia":["Colombia"],"Color":["Colour"],"Comment Color":["Comment Colour"],"Comment Settings":["Comment Settings"],"Comments":["Comments"],"Comments %1$s- Randomly rotate your most commented on posts from the past 30 days.%2$s":["Comments %1$s\u2013 Randomly rotate your most commented on posts from the past 30 days.%2$s"],"Common Words":["Common Words"],"Comoros":["Comoros"],"Compare the percentages of your results to the goal for each category and adjust as necessary.":["Compare the percentages of your results to the goal for each category and adjust as necessary."],"Compatibility mode":["Compatibility mode"],"Complete Custom Dimensions Tracking":["Complete Custom Dimensions Tracking"],"Complete documentation on usage tracking is available %1$shere%2$s.":["Complete documentation on usage tracking is available %1$shere%2$s."],"Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required":["Complete eCommerce tracking for WooCommerce, Easy Digital Downloads and MemberPress stores with no code or settings required"],"Compliance with European data laws including GDPR can be confusing and time-consuming. In order to help MonsterInsights users comply with these laws, we\u2019ve created an addon that automates a lot of the necessary configuration changes for you. ":["Compliance with European data laws, including GDPR, can be confusing and time consuming. In order to help MonsterInsights users comply with these laws, we\u2019ve created an add-on that automates a lot of the necessary configuration changes for you. "],"Congo, Democratic People's Republic":["Congo, Democratic People's Republic"],"Congo, Republic of":["Congo, Republic of"],"Congrats":["Congrats"],"Congrats! All-in-One SEO Installed.":["Congrats! All-in-One SEO Installed."],"Congratulations!":["Congratulations!"],"Congratulations! ":["Congratulations! "],"Connect Google Analytics + WordPress":["Connect Google Analytics + WordPress"],"Connect MonsterInsights":["Connect MonsterInsights"],"Connect MonsterInsights and Setup Website Analytics":["Connect MonsterInsights and Set Up Website Analytics"],"Connect MonsterInsights to Your Website":["Connect MonsterInsights To Your Website"],"Connect with your visitors after they leave your website with the leading web push notification software. Over 10,000+ businesses worldwide use PushEngage to send 9 billion notifications each month.":["Connect with your visitors after they leave your website with the leading web push notification software. Over 10,000+ businesses worldwide use PushEngage to send nine billion notifications each month."],"Connection Information":["Connection Information"],"Connection Type":["Connection Type"],"Continue %s":["Continue %s"],"Continue & Install WPForms":["Continue & Install WPForms"],"Conversions":["Conversions"],"Cook Islands":["Cook Islands"],"Copy Shortcode":["Copy Shortcode"],"Copy the error message above and paste it in a message to the MonsterInsights support team.":["Copy the error message above and paste it in a message to the MonsterInsights support team."],"Copy the shortcode and paste it into your Page and\/or Post templates or using a shortcode plugin.":["Copy the shortcode and paste it into your Page and\/or Post templates, or use a shortcode plugin."],"Copy to Clipboard":["Copy to Clipboard"],"Copy to Pretty Links":["Copy to Pretty Links"],"Copyright MonsterInsights, 2021":["Copyright MonsterInsights 2021"],"Costa Rica":["Costa Rica"],"Cote d'Ivoire":["Cote d'Ivoire"],"Could Not Save Changes":["Could Not Save Changes"],"Could not deauthenticate.":["Could not de-authenticate."],"Could not install upgrade. Please download from monsterinsights.com and install manually.":["Could not install upgrade. Please download from monsterinsights.com and install manually."],"Could not verify.":["Could not verify."],"Create New Pretty Link":["Create New Pretty Link"],"Create a New Pretty Link":["Create a New Pretty Link"],"Croatia\/Hrvatska":["Croatia\/Hrvatska"],"Cross Domain Tracking":["Cross Domain Tracking"],"Cross domain tracking makes it possible for Analytics to see sessions on two related sites as a single session. More info on specific setup steps can be found in our %1$sknowledge base%2$s.":["Cross domain tracking makes it possible for Analytics to see sessions on two related sites as a single session. More info on specific setup steps can be found in our %1$sknowledge base%2$s."],"Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking":["Cross-domain tracking, anonymization of IP addresses, and automatic exclusion of administrators from tracking"],"Cuba":["Cuba"],"Cura&Ccedil;ao":["Cura&Ccedil;ao"],"Curated %1$s- Choose the posts which will randomly rotate in the widget.%2$s":["Curated %1$s\u2013 Choose the posts which will randomly rotate in the widget.%2$s"],"Current Score":["Current Score"],"Custom":["Custom"],"Custom Campaign Parameters":["Custom Campaign Parameters"],"Custom Dimensions":["Custom Dimensions"],"Custom Dimensions show you popular categories, best time to publish, focus keywords, etc.":["Custom Dimensions show you popular categories, the best time to publish, focus keywords, etc."],"Custom Google Analytics Link Tracking":["Custom Google Analytics Link Tracking"],"Custom code":["Custom code"],"Customer Insights":["Customer Insights"],"Customer Profiles":["Customer Profiles"],"Customize Design":["Customise Design"],"Cyprus":["Cyprus"],"Czechia":["Czechia"],"Dashboard Widget":["Dashboard Widget"],"Dashboard Widget Only %1$s- Disable reports, but show dashboard widget.%2$s":["Dashboard Widget Only %1$s- Disable reports, but show dashboard widget.%2$s"],"Dashboard widget":["Dashboard widget"],"Day: %s":["Day: %s"],"Days":["Days"],"Deactivate":["Deactivate"],"Deactivating...":["Deactivating..."],"Deauthenticating":["Deauthenticating"],"December":["December"],"Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what's working right inside your WordPress dashboard.":["Decide what data is important using your own custom tracking parameters. The Dimensions report allows you to easily see what's working right inside your WordPress dashboard."],"Default Styles %1$s- As seen above.%2$s":["Default Styles %1$s\u2013 As seen above.%2$s"],"Demographics":["Demographics"],"Denmark":["Denmark"],"Desktop":["Desktop"],"Device Breakdown":["Device Breakdown"],"Device Type":["Device Type"],"Did the login\/registration step of the checkout put users off?":["Did the login\/registration step of the checkout put users off?"],"Did you know over 10 million websites use our plugins?":["Did you know over 10 million websites use our plugins?"],"Did you know that 36%% of SEO experts think the headline is the most important SEO element? Yet many website owners don\u2019t know how to optimize their headlines for SEO and clicks. Instead, they write copy and hope for the best, only to see disappointing results. Now there\u2019s an easier way! <br><br>%1$sWith the MonsterInsights Headline Analyzer%2$s, you can get targeted suggestions to improve your headlines, right in the WordPress editor.":["Did you know that 36%% of SEO experts think the headline is the most important SEO element? Yet many website owners don\u2019t know how to optimise their headlines for SEO and clicks. Instead, they write copy and hope for the best, only to see disappointing results. Now there\u2019s an easier way! <br><br>%1$sWith the MonsterInsights Headline Analyser%2$s, you can get targeted suggestions to improve your headlines, right in the WordPress editor."],"Dimensions":["Dimensions"],"Dimensions Report":["Dimensions Report"],"Disable the Headline Analyzer":["Disable the Headline Analyser"],"Disabled %1$s- Hide reports and dashboard widget.%2$s":["Disabled %1$s- Hide reports and dashboard widget.%2$s"],"Disconnect MonsterInsights":["Disconnect MonsterInsights"],"Dismiss":["Dismiss"],"Dismiss All":["Dismiss All"],"Dismiss this notice":["Dismiss this notice"],"Dismissed":["Dismissed"],"Display Author":["Display Author"],"Display Comments":["Display Comments"],"Display Date":["Display Date"],"Display Method":["Display Method"],"Display Options":["Display Options"],"Display Popular Posts based on your actual traffic data from Google Analytics and choose from over 20 advanced themes. Display Popular WooCommerce products using widgets or Gutenberg blocks.":["Display Popular Posts based on your actual traffic data from Google Analytics and choose from over 20 advanced themes. Display Popular WooCommerce products using widgets or Gutenberg blocks."],"Display Title":["Display Title"],"Display Widget Title":["Display Widget Title"],"Display in a Sidebar":["Display in a Sidebar"],"Display using Gutenberg Blocks":["Display using Gutenberg Blocks"],"Display using a Shortcode":["Display using a Shortcode"],"Djibouti":["Djibouti"],"Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically and better than this plugin can. Check this %1$shelp page%2$s for info on how to enable this feature in FeedBurner.":["Do not use this feature if you use FeedBurner, as FeedBurner can do this automatically and better than this plugin can. Check this %1$shelp page%2$s for info on how to enable this feature in FeedBurner."],"Do you want to access to %1$s reporting right now%2$s in your WordPress Dashboard? That comes with the %3$s level%4$s of our paid packages. You'll need to upgrade your license to get instant access.":["Do you want to get access to %1$s reporting right now%2$s in your WordPress Dashboard? That comes with the %3$s level%4$s of our paid packages. You'll need to upgrade your licence to get instant access."],"Do you want to find out which search terms from Google bring your site the most visitors? %sUpgrade to MonsterInsights PRO%s today and get access to the %sSearch Console Report%s and more directly in your WordPress admin.":["Do you want to find out which search terms from Google bring your site the most visitors? %sUpgrade to MonsterInsights PRO%s today and get access to the %sSearch Console Report%s, and more, directly in your WordPress admin."],"Do you you want to access to %1$s reporting right now%2$s in your WordPress Dashboard? That comes with %3$s level%4$s of our paid packages. To get instant access, you'll want to buy a MonsterInsights license, which also gives you access to powerful addons, expanded reporting (including the ability to use custom date ranges), comprehensive tracking features (like UserID tracking) and access to our world-class support team.":["Do you you want to get access to %1$s reporting right now%2$s in your WordPress Dashboard? That comes with %3$s level%4$s of our paid packages. To get instant access, you'll want to buy a MonsterInsights licence, which also gives you access to powerful add-ons, expanded reporting (including the ability to use custom date ranges), comprehensive tracking features (like UserID tracking) and access to our world-class support team."],"Documentation":["Documentation"],"Domain (example: %s)":["Domain (example: %s)"],"Dominica":["Dominica"],"Dominican Republic":["Dominican Republic"],"Download Pretty Links":["Download Pretty Links"],"Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone.":["Download the analytics reports instantly from the WordPress dashboard as PDF files and share them with anyone."],"Dual Tracking Profile":["Dual Tracking Profile"],"Duplicate values are not allowed.":["Duplicate values are not allowed."],"Dynamic Popular Posts & Popular Products":["Dynamic Popular Posts and Popular Products"],"EU Compliance":["EU Compliance"],"EU Compliance (GDPR Friendly)":["EU Compliance (GDPR Friendly)"],"Each visitor spent an average of %s minutes on your website in 2020.":["Each visitor spent an average of %s minutes on your website in 2020."],"Easily add title tags, meta descriptions, keywords, and everything else you need for proper on-page SEO optimization.":["Easily add title tags, meta descriptions, keywords, and everything else you need for proper on-page SEO optimisation."],"Easily control how your content and thumbnails look on Facebook, Twitter, and other social media networks.":["Easily control how your content and thumbnails look on Facebook, Twitter, and other social media networks."],"Easily display Instagram content on your WordPress site without writing any code. Comes with multiple templates, ability to show content from multiple accounts, hashtags, and more. Trusted by 1 million websites.":["Easily display Instagram content on your WordPress site without writing any code. Comes with multiple templates, ability to show content from multiple accounts, hashtags, and more. Trusted by one million websites."],"Easily integrate Google Optimize as well as adjust recordings of site speed and the sample rate of visitors":["Easily integrate Google Optimise as well as adjust recordings of site speed and the sample rate of visitors"],"Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimize using real data.":["Easily track your form views and conversions. The Forms Report allows you to see which forms are performing better and which forms have lower conversion rates so you can optimise using real data."],"East Timor":["East Timor"],"Easy Digital Downloads":["Easy Digital Downloads"],"Ecommerce":["eCommerce"],"Ecommerce Report":["eCommerce Report"],"Ecuador":["Ecuador"],"Egypt":["Egypt"],"El Salvador":["El Salvador"],"Email Summaries":["Email Summaries"],"Embed Options":["Embed Options"],"Emotional Words":["Emotional Words"],"Emotionally triggered headlines are likely to drive more clicks.":["Emotionally triggered headlines are likely to drive more clicks."],"Empty Cache":["Empty Cache"],"Enable Ajaxify":["Enable Ajaxify"],"Enable Anchor Tracking":["Enable Anchor Tracking"],"Enable Automatic Placement":["Enable Automatic Placement"],"Enable Data Caching":["Enable Data Caching"],"Enable Demographics and Interests Reports for Remarketing and Advertising":["Enable Demographics and Interests Reports for Remarketing and Advertising"],"Enable Ecommerce Tracking and Grow Your Business with Confidence":["Enable eCommerce Tracking And Grow Your Business With Confidence"],"Enable Enhanced Link Attribution":["Enable Enhanced Link Attribution"],"Enable Enhanced eCommerce":["Enable Enhanced eCommerce"],"Enable Google Optimize for A\/B testing, adjust sample speed & sample rate.":["Enable Google Optimise for A\/B testing, adjust sample speed and sample rate."],"Enable Tag Links in RSS":["Enable Tag Links in RSS"],"Enable _gtagTracker Compatibility":["Enable _gtagTracker Compatibility"],"Enable allowAnchor":["Enable allowAnchor"],"Enable allowLinker":["Enable allowLinker"],"Enable the MonsterInsights PRO plugin to manage auto-updates":["Enable the MonsterInsights PRO plugin to manage auto-updates"],"Enable this setting to add the Demographics and Remarketing features to your Google Analytics tracking code. Make sure to enable Demographics and Remarketing in your Google Analytics account. We have a guide for how to do that in our %1$sknowledge base%2$s. For more information about Remarketing, we refer you to %3$sGoogle's documentation%4$s. Note that usage of this function is affected by privacy and cookie laws around the world. Be sure to follow the laws that affect your target audience.":["Enable this setting to add the Demographics and Remarketing features to your Google Analytics tracking code. Make sure to enable Demographics and Remarketing in your Google Analytics account. We have a guide for how to do that in our %1$sknowledge base%2$s. For more information about Remarketing, we refer you to %3$sGoogle's documentation%4$s. Note that usage of this function is affected by privacy and cookie laws around the world. Be sure to follow the laws that affect your target audience."],"Enabled %1$s- Show reports and dashboard widget.%2$s":["Enabled %1$s- Show reports and dashboard widget.%2$s"],"Enabling %1$scross-domain tracking (additional setup required)%2$s allows you to track users across multiple properties you own (such as example-1.com and example-2.com as a single session. It also allows you fix an issue so that when a user has to go to an off-site hosted payment gateway to finish a purchase it doesn't count it as referral traffic from that gateway but maintains the visit as part of the same session.) It is required that the other site includes a Google Analytics tracker with the same UA Code.":["Enabling %1$scross-domain tracking (additional setup required)%2$s allows you to track users across multiple properties you own (such as example-1.com and example-2.com as a single session. It also allows you fix an issue so that when a user has to go to an off-site hosted payment gateway to finish a purchase it doesn't count it as referral traffic from that gateway but maintains the visit as part of the same session.) It is required that the other site includes a Google Analytics tracker with the same UA Code."],"Enabling Automatic Placement will include the Popular Posts Widget after the last paragraph of any and all posts that match your Behavior settings. To style this widget use the Customize Design panel above.":["Enabling Automatic Placement will include the Popular Posts Widget after the last paragraph of any and all posts that match your Behaviour settings. To style this widget, use the Customise Design panel above."],"Enabling eCommerce Tracking and Reports":["Enabling eCommerce Tracking and Reports"],"Engagement":["Engagement"],"Enhanced Ecommerce":["Enhanced eCommerce"],"Enhanced Ecommerce Tracking":["Enhanced eCommerce Tracking"],"Enhanced Link Attribution":["Enhanced Link Attribution"],"Enhanced Link Attribution is enabled the moment you set up MonsterInsights":["Enhanced link attribution is enabled the moment you set up MonsterInsights"],"Enjoying MonsterInsights":["Enjoying MonsterInsights"],"Enter a different headline than your post title to see how it compares.":["Enter a different headline than your post title to see how it compares."],"Enter a marketing medium (e.g. %1$scpc, banner, email%2$s)":["Enter a marketing medium (e.g. %1$scpc, banner, email%2$s)"],"Enter a name to easily identify (e.g. %1$sspring_sale%2$s)":["Enter a name to easily identify (e.g. %1$sspring_sale%2$s)"],"Enter a referrer (e.g. %1$sfacebook, newsletter, google%2$s)":["Enter a referrer (e.g. %1$sFacebook, newsletter, Google%2$s)"],"Enter something to differentiate ads":["Enter something to differentiate ads"],"Enter the paid keyword":["Enter the paid keyword"],"Equatorial Guinea":["Equatorial Guinea"],"Eritrea":["Eritrea"],"Error":["Error"],"Error Activating Addon":["Error Activating Add-on"],"Error emptying the popular posts cache. Please try again.":["Error emptying the popular posts cache. Please try again."],"Error importing settings":["Error importing settings"],"Error loading license details":["Error loading licence details"],"Error loading report data":["Error loading report data"],"Error message: %s":["Error message: %s"],"Error: %1$s, %2$s":["Error: %1$s, %2$s"],"Estonia":["Estonia"],"Ethiopia":["Ethiopia"],"Events Tracking":["Events Tracking"],"Events Tracking is enabled the moment you set up MonsterInsights":["Events tracking is enabled the moment you set up MonsterInsights"],"Example: %s":["Example: %s"],"Examples: %s":["Examples: %s"],"Exclude These User Roles From Tracking":["Exclude These User Roles From Tracking"],"Exclude from specific posts":["Exclude from specific posts"],"Exit Setup":["Exit Setup"],"Export":["Export"],"Export PDF Overview Report":["Export PDF Overview Report"],"Export PDF Report":["Export PDF Report"],"Export PDF Reports":["Export PDF Reports"],"Export Settings":["Export Settings"],"Export settings to import into another MonsterInsights install.":["Export settings to import into another MonsterInsights installation."],"Extensions of Files to Track as Downloads":["Extensions of Files to Track as Downloads"],"FEATURES":["FEATURES"],"FTP Password":["FTP Password"],"FTP Username":["FTP Username"],"Facebook Group":["Facebook Group"],"Facebook Instant Articles":["Facebook Instant Articles"],"Facebook Instant Articles pages are not being tracked":["Facebook Instant Articles pages are not being tracked"],"Falkland Islands":["Falkland Islands"],"Faroe Islands":["Faroe Islands"],"Feature":["Feature"],"February":["February"],"Female":["Female"],"Fiji":["Fiji"],"File Download Tracking":["File Download Tracking"],"File Downloads":["File Downloads"],"File imported":["File imported"],"Finally, a WordPress SEO Plugin that\u2019s Easy and Powerful!":["Finally, a WordPress SEO Plugin that\u2019s Easy and Powerful!"],"Finish Setup & Exit Wizard":["Finish Setup & Exit Wizard"],"Finland":["Finland"],"Follow MonsterInsights on social media to stay up to date with latest updates, trends, and tutorials on how to make the most out of analytics.":["Follow MonsterInsights on social media to stay up to date with latest updates, trends, and tutorials on how to make the most out of analytics."],"Follow Us!":["Follow us!"],"For any website, returning visitors are important because they indicate how successful your marketing campaigns are, who are your loyal customers, and how powerful your brand is. %sIn this article%s, we\u2019ll show you 7 proven ways to increase your returning visitor rate.":["For any website, returning visitors are important because they indicate how successful your marketing campaigns are, who are your loyal customers, and how powerful your brand is. %sIn this article%s, we\u2019ll show you seven proven ways to increase your returning visitor rate."],"Force Deauthenticate":["Force De-authenticate"],"Form Conversions":["Form Conversions"],"Forms":["Forms"],"Forms Report":["Forms Report"],"Forms Tracking":["Forms Tracking"],"Forms Tracking help you see who\u2019s viewing your forms, so you can increase conversions.":["Forms Tracking helps you see who\u2019s viewing your forms, so you can increase conversions."],"Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they\u2019re taking the next step in their customer journey. That\u2019s why it\u2019s so crucial that your WordPress forms are optimized for conversions. Upgrade to %sMonsterInsights Pro%s to track %sform conversions in Google Analytics.%s":["Forms are one of the most important points of interaction on your website. When a visitor fills out a form on your site, they\u2019re taking the next step in their customer journey. That\u2019s why it\u2019s so crucial that your WordPress forms are optimised for conversions. Upgrade to %sMonsterInsights Pro%s to track %sform conversions in Google Analytics.%s"],"France":["France"],"French Guiana":["French Guiana"],"French Polynesia":["French Polynesia"],"French Southern Territories":["French Southern Territories"],"GDPR Guide":["GDPR Guide"],"Gabon":["Gabon"],"Gambia":["Gambia"],"Gender":["Gender"],"General":["General"],"General Reports:":["General Reports:"],"General:":["General:"],"Georgia":["Georgia"],"Germany":["Germany"],"Get AIOSEO for WordPress":["Get AIOSEO for WordPress"],"Get Answers to the important questions %1$syou should know.":["Get Answers to the important questions %1$syou should know."],"Get Better Insights. Grow FASTER!":["Get Better Insights. Grow FASTER!"],"Get Fresh Report Data Every 60 Seconds":["Get Fresh Report Data Every 60 Seconds"],"Get MonsterInsights Pro":["Get MonsterInsights Pro"],"Get MonsterInsights Pro Today and Unlock all the Powerful Features":["Get MonsterInsights Pro Today and Unlock all the Powerful Features"],"Get MonsterInsights Pro and Unlock all the Powerful Features":["Get MonsterInsights Pro and Unlock all the Powerful Features"],"Get Page Insights to see important metrics for individual posts \/ pages in WordPress.":["Get Page Insights to see important metrics for individual posts\/pages in WordPress."],"Get Scroll-Depth tracking to see how far users scroll on your pages before leaving.":["Get Scroll Depth tracking to see how far users scroll on your pages before leaving."],"Get The Unique Metrics Neccessary for Growth":["Get The Unique Metrics Necessary for Growth"],"Get access to Google Search Keywords data by upgrading to MonsterInsights Pro":["Get access to Google Search Keywords data by upgrading to MonsterInsights Pro"],"Get an Answer to All Your Top Ecommerce Questions From a Single Report":["Get An Answer To All Your Top eCommerce Questions From A Single Report"],"Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site.":["Get detailed stats for each post and page, so you can see the most popular posts, pages, and sections of your site."],"Get detailed stats for each post and page.":["Get detailed stats for each post and page."],"Get higher rankings and unlock more traffic by submitting your latest news articles to Google News.":["Get higher rankings and unlock more traffic by submitting your latest news articles to Google News."],"Get real-time Google Analytics report right inside your WordPress dashboard.":["Get a real-time Google Analytics report right inside your WordPress dashboard."],"Get real-time stats right inside WordPress":["Get real-time stats right inside WordPress"],"Get real-time stats right inside WordPress to see who is online, what are they doing, and more.":["Get real-time stats right inside WordPress to see who is online, what are they doing, and more."],"Get stats WooCommerce doesn\u2019t give you like: Conversion Sources, Avg. Order Value, Revenue per Source, Total Add to Carts & More!":["Get stats WooCommerce doesn\u2019t give you like: Conversion Sources, Average Order Value, Revenue per Source, Total Add to Baskets and More!"],"Get the #1 Most Powerful WordPress SEO Plugin Today":["Get the #1 Most Powerful WordPress SEO Plugin Today"],"Get the latest features, bug fixes, and security updates as they are released.":["Get the latest features, bug fixes and security updates as they are released."],"Get the most out of MonsterInsights by upgrading to Pro and unlocking all of the powerful features.":["Get the most out of MonsterInsights by upgrading to Pro and unlocking all of the powerful features."],"Get weekly traffic reports directly in your inbox.":["Get weekly traffic reports directly in your inbox."],"Getting Started":["Getting Started"],"Getting Started with MonsterInsights":["Getting Started with MonsterInsights"],"Ghana":["Ghana"],"Gibraltar":["Gibraltar"],"Give Feedback":["Give Feedback"],"Go Back To Reports":["Go Back To Reports"],"Go to License Settings":["Go to Licence Settings"],"Go to the Analytics Dashboard":["Go to the Analytics Dashboard"],"Goal: ":["Goal: "],"Good":["Good"],"Google AMP":["Google AMP"],"Google Analytics Dashboard":["Google Analytics Dashboard"],"Google Analytics for WordPress by MonsterInsights":["Google Analytics for WordPress by MonsterInsights"],"Google Authentication":["Google Authentication"],"Google News Sitemap":["Google News Sitemap"],"Google Optimize":["Google Optimize"],"Grab your campaign link and paste it into the Target URL field.":["Grab your campaign link and paste it into the Target URL field."],"Greece":["Greece"],"Greenland":["Greenland"],"Grenada":["Grenada"],"Grow Your Business with MonsterInsights Pro":["Grow Your Business with MonsterInsights Pro"],"Guadeloupe":["Guadeloupe"],"Guam":["Guam"],"Guatemala":["Guatemala"],"Guernsey":["Guernsey"],"Guide and Checklist for Advanced Insights":["Guide and Checklist for Advanced Insights"],"Guinea":["Guinea"],"Guinea-Bissau":["Guinea-Bissau"],"Guyana":["Guyana"],"Haiti":["Haiti"],"Headline Analyzer":["Headline Analyser"],"Headline Analyzer to Boost Your Clicks & Traffic":["Headline Analyser to Boost Your Clicks and Traffic"],"Headline Type":["Headline Type"],"Headlines that are about 55 characters long will display fully in search results and tend to get more clicks.":["Headlines that are about 55 characters long will display fully in search results and tend to get more clicks."],"Headlines that are lists and how-to get more engagement on average than other types of headlines. %1sRead more about %2sdifferent types of headlines here.%3s":["Headlines that are lists and how-to get more engagement on average than other types of headlines. %1sRead more about %2sdifferent types of headlines here.%3s"],"Headlines that are strongly positive or negative tend to get more engagement then neutral ones.":["Headlines that are strongly positive or negative tend to get more engagement than neutral ones."],"Headlines with 20-30% common words are more likely to get clicks.":["Headlines with 20\u201330% common words are more likely to get clicks."],"Headlines with Power Words are more likely to get clicks.":["Headlines with Power Words are more likely to get clicks."],"Headlines with uncommon words are more likely to get clicks.":["Headlines with uncommon words are more likely to get clicks."],"Heard and McDonald Islands":["Heard and McDonald Islands"],"Hello and welcome to MonsterInsights, the best Google Analytics plugin for WordPress. MonsterInsights shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions.":["Hello and welcome to MonsterInsights, the best Google Analytics plugin for WordPress. MonsterInsights shows you exactly which content gets the most visits, so you can analyse and optimise it for higher conversions."],"Help Us Improve":["Help Us Improve"],"Help us better understand our users and their website needs.":["Help us better understand our users and their website needs."],"Helps you increase affiliate revenue.":["Helps you increase affiliate revenue."],"Helps you see file downloads data.":["Helps you see file downloads data."],"Here are the features that make MonsterInsights the most powerful and user-friendly WordPress analytics plugin in the market.":["Here are the features that make MonsterInsights the most powerful and user-friendly WordPress analytics plugin in the market."],"Here is how your headline will look like in google search results page.":["Here is how your headline will look like in the Google search results page."],"Here's to an amazing 2021!":["Here's to an amazing 2021!"],"Hey there! %s It looks like you've got the free version of MonsterInsights installed on your site. That's awesome!":["Hey there! %s It looks like you've got the free version of MonsterInsights installed on your site. That's awesome!"],"Hey there! It looks like you've got the %1$s license installed on your site. That's awesome! %s":["Hey there! It looks like you've got the %1$s licence installed on your site. That's awesome! %s"],"Hide Admin Bar Reports":["Hide Admin Bar Reports"],"Hide Announcements":["Hide Announcements"],"Hide dashboard widget":["Hide dashboard widget"],"Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes.":["Hides plugin announcements and update details. This includes critical notices we use to inform about deprecations and important required configuration changes."],"Holy See (City Vatican State)":["Holy See (City Vatican State)"],"Homepage":["Homepage"],"Honduras":["Honduras"],"Hong Kong":["Hong Kong"],"Hostname":["Hostname"],"How to Connect to Google Analytics":["How to Connect to Google Analytics"],"How to Install and Activate MonsterInsights Addons":["How to Install and Activate MonsterInsights Add-ons"],"How-To":["How-To"],"Hungary":["Hungary"],"I":["I"],"I already did":["I already did"],"I couldn't get the plugin to work":["I couldn't get the plugin to work"],"I no longer need the plugin":["I no longer need the plugin"],"I'm switching to a different plugin":["I'm switching to a different plugin"],"Iceland":["Iceland"],"Icon":["Icon"],"Icon Background Color":["Icon Background Colour"],"Icon Color":["Icon Colour"],"Icon Settings":["Icon Settings"],"If enabled MonsterInsights will send some information about your WordPress site like what plugins and themes you use and which MonsterInsights settings you use to us so that we can improve our product. For a complete list of what we send and what we use it for, %1$svisit our website.%2$s":["If enabled, MonsterInsights will send some information about your WordPress site like which plugins, themes,and MonsterInsights settings you use to us so that we can improve our product. For a complete list of what we send and what we use it for, %1$svisit our website.%2$s"],"If you are using an %1$sad blocker%2$s, please disable or whitelist the current page to load MonsterInsights correctly.":["If you are using an %1$sad blocker%2$s, please disable or whitelist the current page to load MonsterInsights correctly."],"If you have a moment, please share why you are deactivating %s:":["If you have a moment, please share why you are deactivating %s:"],"If you have any questions, don't hesitate to reach out. We're here to help.":["If you have any questions, don't hesitate to reach out. We're here to help."],"If you would like to use a different profile for this subsite, you can authenticate below.":["If you would like to use a different profile for this sub-site, you can authenticate below."],"If you\u2019re not using a plugin to optimize your website\u2019s SEO you\u2019re missing out on valuable organic traffic!":["If you\u2019re not using a plugin to optimise your website\u2019s SEO, you\u2019re missing out on valuable organic traffic!"],"Import":["Import"],"Import Export":["Import Export"],"Import Settings":["Import Settings"],"Import settings from another MonsterInsights website.":["Import settings from another MonsterInsights website."],"Import\/Export":["Import\/Export"],"Important: You are currently using manual UA code output. We highly recommend %1$sauthenticating with MonsterInsights%2$s so that you can access our new reporting area and take advantage of new MonsterInsights features.":["Important: You are currently using manual UA code output. We highly recommend %1$sauthenticating with MonsterInsights%2$s so that you can access our new reporting area and take advantage of new MonsterInsights features."],"Important: this only includes users who are tracked in real-time. Not all users are tracked in real-time including (but not limited to) logged-in site administrators, certain mobile users, and users who match a Google Analytics filter.":["Important: this only includes users who are tracked in real time. Not all users are tracked in real time including (but not limited to) logged in site administrators, certain mobile users, and users who match a Google Analytics filter."],"Improper API request.":["Improper API request."],"Improve Your Website Search Rankings With All-In-One SEO":["Improve Your Website Search Rankings With All-In-One SEO"],"Improve your WordPress email deliverability and make sure that your website emails reach user\u2019s inbox with the #1 SMTP plugin for WordPress. Over 2 million websites use it to fix WordPress email issues.":["Improve your WordPress email deliverability and make sure that your website emails reach users' inboxes with the #1 SMTP plugin for WordPress. Over two million websites use it to fix WordPress email issues."],"Improves the accuracy of your In-Page Analytics.":["Improves the accuracy of your In-Page Analytics."],"In no time at all, and after just a few clicks, you'll have setup the most powerful Google Analytics tracking available for WordPress. It's easy to double your traffic and sales when you know exactly how people find and use your website. Let's get started!.":["In no time at all, and after just a few clicks, you'll have set up the most powerful Google Analytics tracking available for WordPress. It's easy to double your traffic and sales when you know exactly how people find and use your website. Let's get started!"],"In order for the MonsterInsights Google AMP addon to work properly, please ask your webmaster to install the WordPress AMP plugin by Automattic. %1$sLearn More%2$s":["In order for the MonsterInsights Google AMP add-on to work properly, please ask your webmaster to install the WordPress AMP plugin by Automattic. %1$sLearn More%2$s"],"In order for the MonsterInsights Google AMP addon to work properly, you need to install the WordPress AMP plugin by Automattic. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s":["In order for the MonsterInsights Google AMP add-on to work properly, you need to install the WordPress AMP plugin by Automattic. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s"],"In order for the MonsterInsights Instant Articles addon to work properly, please ask your webmaster to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %1$sLearn More%2$s":["In order for the MonsterInsights Instant Articles add-on to work properly, please ask your webmaster to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %1$sLearn More%2$s"],"In order for the MonsterInsights Instant Articles addon to work properly, you need to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s":["In order for the MonsterInsights Instant Articles add-on to work properly, you need to install the Instant Articles for WP plugin by Automattic version 3.3.5 or newer. %1$s%2$s Plugin%3$s | %4$sLearn More%5$s"],"In order to load the top posts from Google Analytics you will need to enable the Custom Dimensions addon and set up the Post Type custom dimension in both MonsterInsights and Google Analytics settings.":["In order to load the top posts from Google Analytics, you will need to enable the Custom Dimensions add-on and set up the Post Type custom dimension in both MonsterInsights and Google Analytics settings."],"In the next major release of MonsterInsights we are planning to remove support for the version of PHP you are using (%s). This insecure version is no longer supported by WordPress itself, so you are already missing out on the latest features of WordPress along with critical updates for security and performance (modern PHP versions make websites much faster).":["In the next major release of MonsterInsights, we are planning to remove support for the version of PHP you are using (%s). This insecure version is no longer supported by WordPress itself, so you are already missing out on the latest features of WordPress along with critical updates for security and performance (modern PHP versions make websites much faster)."],"In the next major release of MonsterInsights we are planning to remove support for the version of WordPress you are using (version %s). This version is several years out of date, and most plugins do not support this version anymore, so you could be missing out on critical updates for performance and security already!":["In the next major release of MonsterInsights, we are planning to remove support for the version of WordPress you are using (version %s). This version is several years out of date, and most plugins do not support this version anymore, so you could already be missing out on critical updates for performance and security!"],"Inactive":["Inactive"],"Inbox":["Inbox"],"Include in Post Types":["Include in Post Types"],"Included":["Included"],"Includes the complete Overview report, Publisher reports and 6 different eCommerce reports":["Includes the complete Overview report, Publisher reports and 6 different eCommerce reports"],"Increase your sales & revenue with insights. ExactMetrics answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more.":["Increase your sales and revenue with insights. ExactMetrics answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources, and more."],"Increase your sales & revenue with insights. MonsterInsights answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources and more.":["Increase your sales and revenue with insights. MonsterInsights answers all your top eCommerce questions using metrics like total revenue, conversion rate, average order value, top products, top referral sources, and more."],"Indexing completed, counts will update automatically every day.":["Indexing completed, counts will update automatically every day."],"India":["India"],"Indonesia":["Indonesia"],"Inline":["Inline"],"Inline Popular Posts":["Inline Popular Posts"],"Insert After":["Insert After"],"Insert your sharedcount API key found in your %1$sSettings%2$s panel. After, click Start Indexing.":["Insert your SharedCount API key found in your %1$sSettings%2$s panel. After, click Start Indexing."],"Insights":["Insights"],"Install":["Install"],"Install All-in-One SEO":["Install All-in-One SEO"],"Install All-in-One-SEO":["Install All-in-One-SEO"],"Install Pretty Links":["Install Pretty Links"],"Install Pretty Links from the WordPress.org plugin repository.":["Install Pretty Links from the WordPress.org plugin repository."],"Install Updates Automatically":["Install Updates Automatically"],"Installation Failed. Please refresh and try again.":["Installation Failed. Please refresh and try again."],"Installing AIOSEO...":["Installing AIOSEO..."],"Installing Addon":["Installing Add-on"],"Installing. Please wait..":["Installing. Please wait.."],"Installing...":["Installing..."],"Instantly get more subscribers, leads, and sales with the #1 conversion optimization toolkit. Create high converting popups, announcement bars, spin a wheel, and more with smart targeting and personalization.":["Instantly get more subscribers, leads, and sales with the #1 conversion optimisation toolkit. Create high converting popups, announcement bars, spin a wheel, and more, with smart targeting and personalisation."],"Invalid UA code":["Invalid UA code"],"Invalid date range.":["Invalid date range."],"Invalid dual tracking code":["Invalid dual tracking code"],"Iran":["Iran"],"Iraq":["Iraq"],"Ireland":["Ireland"],"Is your site properly translated? By adding translated content specific to your audience you could gain big boosts in pageviews, time spent on page and a reduced bounce rate.<br><br>If you need help choosing a translation plugin to get you started take a look at %sthis article%s for the best options available.":["Is your site properly translated? By adding translated content specific to your audience you could gain big boosts in page views, time spent on page, and a reduced bounce rate.<br><br>If you need help choosing a translation plugin to get you started, take a look at %sthis article%s for the best options available."],"Isle of Man":["Isle of Man"],"Israel":["Israel"],"It looks like you added a Google Analytics tracking code in the custom code area, this can potentially prevent proper tracking. If you want to use a manual UA please use the setting in the %1$sGeneral%2$s tab.":["It looks like you added a Google Analytics tracking code in the custom code area, this can potentially prevent proper tracking. If you want to use a manual UA please use the setting in the %1$sGeneral%2$s tab."],"It's a temporary deactivation":["It's a temporary deactivation"],"It's easy to double your traffic and sales when you know exactly how people find and use your website.":["It's easy to double your traffic and sales when you know exactly how people find and use your website."],"It's easy to double your traffic and sales when you know exactly how people find and use your website. MonsterInsights Pro shows you the stats that matter!":["It's easy to double your traffic and sales when you know exactly how people find and use your website. MonsterInsights Pro shows you the stats that matter!"],"It's easy! To upgrade, navigate to %1$sMy Account%2$s on MonsterInsights.com, go to the licenses tab, and click upgrade. We also have a %3$sstep by step guide%4$s with pictures of this process.":["It's easy! To upgrade, navigate to %1$sMy Account%2$s on MonsterInsights.com, go to the licences tab, and click upgrade. We also have a %3$sstep by step guide%4$s with pictures of this process."],"Italy":["Italy"],"I\u2019m a professional SEO and used many tools and extensions. Regarding simplicity, individuality and configurability All in One SEO Pro is by far the best SEO plugin out there for WordPress.":["I\u2019m a professional SEO and have used many tools and extensions. Regarding simplicity, individuality, and configurability, All in One SEO Pro is by far the best SEO plugin for WordPress out there."],"Jack Brown":["Jack Brown"],"Jamaica":["Jamaica"],"January":["January"],"January 1, 2020 - December 31, 2020":["1 January 2020 \u2013 31 December 2020"],"Japan":["Japan"],"Jersey":["Jersey"],"Joel Steinmann":["Joel Steinmann"],"Join 2,000,000+ Professionals who use AIOSEO to Improve Their Website Search Rankings.":["Join 2,000,000+ Professionals who use AIOSEO to Improve Their Website Search Rankings."],"Join Now...It\u2019s Free!":["Join Now...It\u2019s Free!"],"Join Our Community":["Join Our Community"],"Join our Communities!":["Join our Communities!"],"Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group.":["Join our team of WordPress experts and other motivated website owners in the WPBeginner Engage Facebook Group."],"Jordan":["Jordan"],"July":["July"],"June":["June"],"Kazakhstan":["Kazakhstan"],"Kenya":["Kenya"],"Kiribati":["Kiribati"],"Kuwait":["Kuwait"],"Kyrgyzstan":["Kyrgyzstan"],"Label":["Label"],"Label (example: %s)":["Label (example: %s)"],"Label Background":["Label Background"],"Label Color":["Label Colour"],"Label Settings":["Label Settings"],"Label Text":["Label Text"],"Label can't contain any spaces":["Label can't contain any spaces"],"Lao People's Democratic Republic":["Lao People's Democratic Republic"],"Last %s days":["Last %s days"],"Last 30 Days Insights for:":["Last 30 Days Insights for:"],"Last 30 days":["Last 30 days"],"Last 7 days":["Last 7 days"],"Last Month":["Last Month"],"Last Week":["Last Week"],"Latvia":["Latvia"],"Launch Setup Wizard":["Launch Setup Wizard"],"Launch the Wizard!":["Launch the Wizard!"],"Launch the wizard!":["Launch the wizard!"],"Learn How Long It Takes for Your Viewers to Interact With Your Site":["Learn How Long It Takes for Your Viewers to Interact With Your Site"],"Learn How to Improve the Core Metrics that Google Uses to Rank Your Site":["Learn How to Improve the Core Metrics that Google Uses to Rank Your Site"],"Learn More":["Learn More"],"Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget use the Customize Design panel above.":["Learn how to insert the Popular Posts Widget into a Sidebar. To style this widget, use the Customise Design panel above."],"Learn how to insert the Popular Posts Widget into your posts and pages using Gutenberg Blocks. To style this widget, use the Gutenberg Block settings.":["Learn how to insert the Popular Posts Widget into your posts and pages using Gutenberg Blocks. To style this widget, use the Gutenberg Block settings."],"Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customize Design panel above.":["Learn how to insert the Popular Posts Widget using a shortcode. To style this widget use the Customise Design panel above."],"Learn how to insert the widget using Gutenberg blocks.":["Learn how to insert the widget using Gutenberg blocks."],"Learn how to insert the widget using out Shortcode.":["Learn how to insert the widget using our Shortcode."],"Learn more about updating PHP":["Learn more about updating PHP"],"Learn more about updating WordPress":["Learn more about updating WordPress"],"Leave a five star review!":["Leave a five star review!"],"Lebanon":["Lebanon"],"Lesotho":["Lesotho"],"Let's get you set up.":["Let's get you set up."],"Let\u2019s get to know your visitors a little better, shall we?":["Let\u2019s get to know your visitors a little better, shall we?"],"Level-up Your eCommerce store with %1$sMonsterInsights + WooCommerce!%1$s":["Level up Your eCommerce store with %1$sMonsterInsights + WooCommerce!%1$s"],"Liberia":["Liberia"],"Libyan Arab Jamahiriya":["Libyan Arab Jamahiriya"],"License Key":["Licence Key"],"Liechtenstein":["Liechtenstein"],"LifterLMS":["LifterLMS"],"Limited Support":["Limited Support"],"Link Attribution":["Link Attribution"],"List":["List"],"Lite":["Lite"],"Lite vs Pro":["Lite vs Pro"],"Lithuania":["Lithuania"],"Loading Settings":["Loading Settings"],"Loading Themes":["Loading Themes"],"Loading new report data":["Loading new report data"],"Loading new report data...":["Loading new report data..."],"Loading report data":["Loading report data"],"Loading settings":["Loading settings"],"Local SEO":["Local SEO"],"Luxembourg":["Luxembourg"],"Macau":["Macau"],"Macedonia (FYROM)":["Macedonia (FYROM)"],"Madagascar":["Madagascar"],"Make Google Analytics GDPR compliant automatically":["Make Google Analytics GDPR compliant automatically"],"Make Google Analytics GDPR compliant with our EU Compliance addon.":["Make Google Analytics GDPR compliant with our EU Compliance add-on."],"Make Google Analytics compliant with GDPR and other privacy regulations automatically.":["Make Google Analytics compliant with GDPR and other privacy regulations automatically."],"Make your MonsterInsights campaign links prettier with Pretty Links!":["Make your MonsterInsights campaign links prettier with Pretty Links!"],"Make your campaign links prettier!":["Make your campaign links prettier!"],"Malawi":["Malawi"],"Malaysia":["Malaysia"],"Maldives":["Maldives"],"Male":["Male"],"Mali":["Mali"],"Malta":["Malta"],"Manage auto-updates":["Manage auto-updates"],"Manual %1$s- Manually place the widget using Gutenberg blocks or using our shortcode.%2$s":["Manual %1$s\u2013 Manually place the widget using Gutenberg blocks or using our shortcode.%2$s"],"Manually enter your GA4 Measurement ID":["Manually enter your GA4 Measurement ID"],"Manually enter your UA code":["Manually enter your UA code"],"Many WordPress \"1-page\" style themes rely on anchor tags for navigation to show virtual pages. The problem is that to Google Analytics, these are all just a single page, and it makes it hard to get meaningful statistics about pages viewed. This feature allows proper tracking in those themes.":["Many WordPress \"1-page\" style themes rely on anchor tags for navigation to show virtual pages. The problem is that to Google Analytics, these are all just a single page, and it makes it hard to get meaningful statistics about pages viewed. This feature allows proper tracking in those themes."],"March":["March"],"Marshall Islands":["Marshall Islands"],"Martinique":["Martinique"],"Mauritania":["Mauritania"],"Mauritius":["Mauritius"],"May":["May"],"Mayotte":["Mayotte"],"Measurement Protocol API Secret":["Measurement Protocol API Secret"],"MemberPress":["MemberPress"],"Meta Color":["Meta Colour"],"Meta Font Size":["Meta Font Size"],"Meta Settings":["Meta Settings"],"Mexico":["Mexico"],"Micronesia":["Micronesia"],"Minimum Distance Between Widgets":["Minimum Distance Between Widgets"],"Minimum Word Count to Display Multiple Widgets":["Minimum Word Count to Display Multiple Widgets"],"Minor only %1$s- Get bugfixes and security updates, but not major features.%2$s":["Minor only %1$s- Get bug fixes and security updates, but not major features.%2$s"],"Miscellaneous":["Miscellaneous"],"Missing plugin name.":["Missing plugin name."],"Mobile":["Mobile"],"Moldova, Republic of":["Moldova, Republic of"],"Monaco":["Monaco"],"Mongolia":["Mongolia"],"MonsterInsights":["MonsterInsights"],"MonsterInsights &rsaquo; Onboarding Wizard":["MonsterInsights &rsaquo; Onboarding Wizard"],"MonsterInsights AMP":["MonsterInsights AMP"],"MonsterInsights Addons":["MonsterInsights Addons"],"MonsterInsights Authentication":["MonsterInsights Authentication"],"MonsterInsights Automatic Updates":["MonsterInsights Automatic Updates"],"MonsterInsights Connection":["MonsterInsights Connection"],"MonsterInsights Ecommerce Addon makes it easy to setup enhanced eCommerce tracking, so you can see all your important eCommerce metrics like total revenue, conversion rate, average order value, top products, top referral sources, and more in a single report right inside your WordPress dashboard.":["MonsterInsights eCommerce Add-on makes it easy to set up enhanced eCommerce tracking, so you can see all of your important eCommerce metrics like total revenue, conversion rate, average order value, top products, top referral sources, and more, in a single report, right inside your WordPress dashboard."],"MonsterInsights FBIA":["MonsterInsights FBIA"],"MonsterInsights Features & Addons":["MonsterInsights Features & Add-ons"],"MonsterInsights Knowledge Base":["MonsterInsights Knowledge Base"],"MonsterInsights Pro shows you the stats that matter, so you can boost your business growth!":["MonsterInsights Pro shows you the stats that matter, so you can boost your business growth!"],"MonsterInsights Recommends WPForms":["MonsterInsights Recommends WPForms"],"MonsterInsights Tracking Code":["MonsterInsights Tracking Code"],"MonsterInsights Upgrade not applied":["MonsterInsights Upgrade not applied"],"MonsterInsights Widget Hidden":["MonsterInsights Widget Hidden"],"MonsterInsights automatic updates are disabled. We recommend enabling automatic updates so you can get access to the latest features, bugfixes, and security updates as they are released.":["MonsterInsights automatic updates are disabled. We recommend enabling automatic updates, so you can get access to the latest features, bug fixes, and security updates as they are released."],"MonsterInsights automatic updates are enabled and you are getting the latest features, bugfixes, and security updates as they are released.":["MonsterInsights automatic updates are enabled and you are getting the latest features, bug fixes, and security updates as they are released."],"MonsterInsights connects Google Analytics to WordPress and shows you stats that matter.":["MonsterInsights connects Google Analytics to WordPress and shows you stats that matter."],"MonsterInsights eCommerce":["MonsterInsights eCommerce"],"MonsterInsights encountered an error loading your report data":["MonsterInsights encountered an error loading your report data"],"MonsterInsights has automatically detected an issue with your tracking setup":["MonsterInsights has automatically detected an issue with your tracking setup"],"MonsterInsights has detected that it's files are being blocked. This is usually caused by a adblock browser plugin (particularly uBlock Origin), or a conflicting WordPress theme or plugin. This issue only affects the admin side of MonsterInsights. To solve this, ensure MonsterInsights is whitelisted for your website URL in any adblock browser plugin you use. For step by step directions on how to do this, %1$sclick here%2$s. If this doesn't solve the issue (rare), send us a ticket %3$shere%2$s and we'll be happy to help diagnose the issue.":["MonsterInsights has detected that it's files are being blocked. This is usually caused by an adblock browser plugin (particularly uBlock Origin), or a conflicting WordPress theme or plugin. This issue only affects the admin side of MonsterInsights. To solve this, ensure MonsterInsights is whitelisted for your website URL in any adblock browser plugin you use. For step-by-step directions on how to do this, %1$sclick here%2$s. If this doesn't solve the issue (rare), send us a ticket %3$shere%2$s and we'll be happy to help diagnose the issue."],"MonsterInsights has detected that you have a coming soon or maintenance mode plugin currently activated on your site. This plugin does not allow other plugins (like MonsterInsights) to output Javascript, and thus MonsterInsights is not currently tracking your users (expected). Once the coming soon\/maintenance mode plugin is deactivated, tracking will resume automatically.":["MonsterInsights has detected that you have a coming soon or maintenance mode plugin currently activated on your site. This plugin does not allow other plugins (like MonsterInsights) to output JavaScript, and thus MonsterInsights is not currently tracking your users (expected). Once the coming soon\/maintenance mode plugin is deactivated, tracking will resume automatically."],"MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.9 in 2020.  Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install.":["MonsterInsights has detected that your site is running an outdated version of WordPress (%s). MonsterInsights will stop supporting WordPress versions lower than 4.9 in 2020. Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."],"MonsterInsights has detected that your site is running an outdated version of WordPress (%s). Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install.":["MonsterInsights has detected that your site is running an outdated version of WordPress (%s). Updating WordPress takes just a few minutes and will also solve many bugs that exist in your WordPress install."],"MonsterInsights has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure.":["MonsterInsights has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk of being hacked. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure."],"MonsterInsights has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked. WordPress stopped supporting your PHP version in April, 2019. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure.":["MonsterInsights has detected that your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk of being hacked. WordPress stopped supporting your PHP version in April 2019. Updating to the recommended version (PHP %2$s) only takes a few minutes and will make your website significantly faster and more secure."],"MonsterInsights integrates your WordPress website with Google Analytics.":["MonsterInsights integrates your WordPress website with Google Analytics."],"MonsterInsights is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data.":["MonsterInsights is all set up and ready to use. We've verified that the tracking code is deployed properly and collecting data."],"MonsterInsights is brought to you by the same team that's behind the largest WordPress resource site, WPBeginner, the most popular lead-generation software, OptinMonster, and the best WordPress forms plugin, WPForms.":["MonsterInsights is brought to you by the same team that's behind the largest WordPress resource site, WPBeginner, the most popular lead-generation software, OptinMonster, and the best WordPress forms plugin, WPForms."],"MonsterInsights is the easiest analytics solution on the market to get started with, as we walk you through exactly what you need to do, in plain english, using our 3 minute setup wizard.":["MonsterInsights is the easiest analytics solution on the market to get started with, as we walk you through exactly what you need to do, in plain English, using our three minute setup wizard."],"MonsterInsights makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard.":["MonsterInsights makes it \"effortless\" for you to connect your site with Google Analytics and see reports right here in the WordPress dashboard."],"MonsterInsights makes it easy to connect your website with Google Analytics and see all important website stats right inside your WordPress dashboard. In order to setup website analytics, please take a look at our %1$sGetting started video%2$s or use our %3$s to get you quickly set up.":["MonsterInsights makes it easy to connect your website with Google Analytics and see all important website stats right inside your WordPress dashboard. In order to setup website analytics, please take a look at our %1$sGetting started video%2$s or use our %3$s to get you quickly set up."],"MonsterInsights makes it \u201ceffortless\u201d to setup Google Analytics in WordPress, the RIGHT Way. You can watch the video tutorial or use our 3 minute setup wizard.":["MonsterInsights makes it \u201ceffortless\u201d to set up Google Analytics in WordPress, the RIGHT way. You can watch the video tutorial or use our three minute setup wizard."],"MonsterInsights minor updates are enabled and you are getting the latest bugfixes and security updates, but not major features.":["MonsterInsights minor updates are enabled and you are getting the latest bug fixes and security updates, but not major features."],"MonsterInsights recommends the following settings based on your configuration.":["MonsterInsights recommends the following settings based on your configuration."],"MonsterInsights uses an advanced system to automatically detect all outbound links, download links, affiliate links, telephone links, mail links, and more automatically. We do all the work for you so you don't have to write any code.":["MonsterInsights uses an advanced system to automatically detect all outbound links, download links, affiliate links, telephone links, mail links and more. We do all the work for you, so you don't have to write any code."],"MonsterInsights will automatically help Google determine which links are unique and where they are on your site so that your In-Page Analytics reporting will be more accurate.":["MonsterInsights will automatically help Google determine which links are unique and where they are on your site so that your In-Page Analytics reporting will be more accurate."],"MonsterInsights will automatically help you track affiliate links that use internal looking urls like example.com\/go\/ or example.com\/refer\/. You can add custom affiliate patterns on our settings panel when you finish the onboarding wizard.":["MonsterInsights will automatically help you track affiliate links that use internal looking URL's like example.com\/go\/ or example.com\/refer\/. You can add custom affiliate patterns on our settings panel when you finish the onboarding wizard."],"MonsterInsights will automatically track downloads of common file types from links you have inserted onto your website. For example: want to know how many of your site's visitors have downloaded a PDF or other file you offer your visitors to download on your site? MonsterInsights makes this both easy, and code-free! You can customize the file types to track at any time from our settings panel.":["MonsterInsights will automatically track downloads of common file types from links you have inserted onto your website. For example: want to know how many of your site's visitors have downloaded a PDF or other file you offer your visitors to download on your site? MonsterInsights makes this both easy, and code-free! You can customise the file types to track at any time from our settings panel."],"MonsterInsights will send an event to Google Analytics if a link to a file has one of the above extensions.":["MonsterInsights will send an event to Google Analytics if a link to a file has one of the above extensions."],"MonsterInsights, WordPress analytics plugin, helps you connect your website with Google Analytics, so you can see how people find and use your website. Over 3 million website owners use MonsterInsights to see the stats that matter and grow their business.":["MonsterInsights' WordPress analytics plugin helps you connect your website to Google Analytics, so you can see how people find and use your website. Over three million website owners use MonsterInsights to see the stats that matter and grow their business."],"Montenegro":["Montenegro"],"Month: %s":["Month: %s"],"Montserrat":["Montserrat"],"More Information & Examples":["More Information and Examples"],"More advanced features":["More advanced features"],"More data is available":["More data is available"],"Morocco":["Morocco"],"Most of your visitors viewed your website from their <strong>%s<\/strong> device.":["Most of your visitors viewed your website from their <strong>%s<\/strong> device."],"Most readers only look at the first and last 3 words of a headline before deciding whether to click.":["Most readers only look at the first and last three words of a headline before deciding whether to click."],"Mozambique":["Mozambique"],"Multiple Entries":["Multiple Entries"],"Must have for all click tracking on site.":["Must have for all click tracking on site."],"Myanmar":["Myanmar"],"Namibia":["Namibia"],"Narrow":["Narrow"],"Nauru":["Nauru"],"Negative":["Negative"],"Negative headlines are attention-grabbing and tend to perform better than neutral ones.":["Negative headlines are attention grabbing and tend to perform better than neutral ones."],"Nepal":["Nepal"],"Netherlands":["Netherlands"],"Netherlands Antilles":["Netherlands Antilles"],"Network Active":["Network Active"],"Network Settings":["Network Settings"],"Network Settings:":["Network Settings:"],"Network error encountered. Settings not saved.":["Network error encountered. Settings not saved."],"Neutral":["Neutral"],"New":["New"],"New Caledonia":["New Caledonia"],"New Customers":["New Customers"],"New Score":["New Score"],"New Zealand":["New Zealand"],"New vs. Returning Visitors":["New vs. Returning Visitors"],"Nicaragua":["Nicaragua"],"Niger":["Niger"],"Nigeria":["Nigeria"],"Niue":["Niue"],"No Notifications":["No Notifications"],"No Styles %1$s- Use your own CSS.%2$s":["No Styles %1$s\u2013 Use your own CSS.%2$s"],"No addons found.":["No add-ons found."],"No change":["No change"],"No data found":["No data found"],"No options available":["No options available"],"No pageviews currently.":["No page views currently."],"No thanks":["No thanks"],"No, cancel!":["No, cancel!"],"No-Code-Needed Tracking Features":["No-Code-Needed Tracking Features"],"None %1$s- Manually update everything.%2$s":["None %1$s- Manually update everything.%2$s"],"Nope, maybe later":["Nope, maybe later"],"Norfolk Island":["Norfolk Island"],"North Korea":["North Korea"],"Northern Mariana Islands":["Northern Mariana Islands"],"Norway":["Norway"],"Not Available":["Not Available"],"Not Enough Words":["Not Enough Words"],"Not Installed":["Not Installed"],"Not Really":["Not Really"],"Not for the average user: this allows you to add a line of code, to be added before the %1$spageview is sent%2$s.":["Not for the average user: this allows you to add a line of code, to be added before the %1$spageview is sent%2$s."],"Not running function":["Not running function"],"Note: MonsterInsights does not track you as a logged-in site administrator to prevent site owners from accidentally skewing their own Google Analytics data.":["Note: MonsterInsights does not track you as a logged-in site administrator to prevent site owners from accidentally skewing their own Google Analytics data."],"Note: MonsterInsights is not currently configured on this site. The site owner needs to authenticate with Google Analytics in the MonsterInsights settings panel.":["Note: MonsterInsights is not currently configured on this site. The site owner needs to authenticate with Google Analytics in the MonsterInsights settings panel."],"Note: The site owner has disabled Google Analytics tracking for your user role.":["Note: The site owner has disabled Google Analytics tracking for your user role."],"Notifications":["Notifications"],"November":["November"],"Number of posts displayed.":["Number of posts displayed."],"ONE-CLICK INTEGRATIONS":["ONE-CLICK INTEGRATIONS"],"October":["October"],"Ok":["OK"],"Ok, you deserve it":["OK, you deserve it"],"Oman":["Oman"],"Onboarding Wizard":["Onboarding Wizard"],"Once Weekly":["Once Weekly"],"One-click Complete eCommerce tracking":["One-click Complete eCommerce tracking"],"One-click Form Events Tracking":["One-click Form Events Tracking"],"Only %s%% of your visitors return to your site":["Only %s%% of your visitors return to your site"],"Only Show Posts From These Categories":["Only Show Posts From These Categories"],"Only Show Posts from These Categories":["Only Show Posts from These Categories"],"Ooops! It Appears JavaScript Didn\u2019t Load":["Oops! It Appears JavaScript Didn\u2019t Load"],"Oops! No posts found.":["Oops! No posts found."],"Opportunity":["Opportunity"],"Optimize Your Pages For Higher Rankings With TruSEO Score.":["Optimise Your Pages For Higher Rankings With TruSEO Score."],"Or manually enter UA code (limited functionality)":["Or manually enter UA code (limited functionality)"],"Order Popular Posts by comments or shares with 3 simple theme choices.":["Order Popular Posts by comments or shares with three simple theme choices."],"Other":["Other"],"Other Addons":["Other Add-ons"],"Our affiliate link tracking works by setting path for internal links to track as outbound links.":["Our affiliate link tracking works by setting a path for internal links to track as outbound links."],"Our email summaries feature sends a weekly summary of the most important site analytics information.":["Our email summaries feature sends a weekly summary of the most important site analytics information."],"Our goal is to make it as easy as possible for you to measure and track your stats so you can grow your business. This easy-to-follow guide and checklist will get you set up with MonsterInsights\u2019 advanced tracking.":["Our goal is to make it as easy as possible for you to measure and track your stats so you can grow your business. This easy-to-follow guide and checklist will get you set up with MonsterInsights\u2019 advanced tracking."],"Our goal is to take the pain out of analytics, making it simple and easy, by eliminating the need to have to worry about code, putting the best reports directly into the area you already go to (your WordPress dashboard), and adding the most advanced insights and features without complicating our plugin with tons of settings. Quite simply, it should \"just work\".":["Our goal is to take the pain out of analytics, making it simple and easy, by eliminating the need to have to worry about code, putting the best reports directly into the area you already go to (your WordPress dashboard), and adding the most advanced insights and features without complicating our plugin with tons of settings. Quite simply, it should \"just work\"."],"Over 200,000 websites use Pretty Links!":["Over 200,000 websites use Pretty Links!"],"Over the years, we found that in order to get the most out of Google Analytics, you needed a full time developer who could implement custom tracking, so that Google Analytics would integrate with things like WooCommerce, and track things which Google doesn't by default, like outbound links.":["Over the years, we found that in order to get the most out of Google Analytics, you needed a full time developer who could implement custom tracking, so that Google Analytics would integrate with things like WooCommerce, and track things which Google doesn't by default, like outbound links."],"Overview":["Overview"],"Overview Report":["Overview Report"],"Overview Report Synopsis":["Overview Report Synopsis"],"Overview Reports for the last 30 days.":["Overview Reports for the last 30 days."],"PJB Internet Marketing":["PJB Internet Marketing"],"Page":["Page"],"Page Level Analytics":["Page Level Analytics"],"Pageview Count":["Page View Count"],"Pageviews":["Pageviews"],"Pageviews Per Minute":["Page Views Per Minute"],"Pakistan":["Pakistan"],"Palau":["Palau"],"Palestinian Territories":["Palestinian Territories"],"Panama":["Panama"],"Papua New Guinea":["Papua New Guinea"],"Paraguay":["Paraguay"],"Paste your license key here":["Paste your licence key here"],"Path (example: %s)":["Path (example: %s)"],"Path has to start with a \/ and have no spaces":["Path has to start with a \/ and have no spaces"],"Percent of Total":["Percent of Total"],"Percentage of single page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further.":["Percentage of single-page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."],"Percentage of single-page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further.":["Percentage of single-page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further."],"Perfect":["Perfect"],"Performance":["Performance"],"Permissions":["Permissions"],"Peru":["Peru"],"Philippines":["Philippines"],"Pitcairn Island":["Pitcairn Island"],"Placement":["Placement"],"Please %1$sauthenticate %2$swith Google Analytics to allow the plugin to fetch data.":["Please %1$sauthenticate %2$swith Google Analytics to allow the plugin to fetch data."],"Please %1$senable the dashboard%2$s to see report data.":["Please %1$senable the dashboard%2$s to see report data."],"Please %1$suninstall%2$s the MonsterInsights Lite Plugin. Your Pro version of MonsterInsights may not work as expected until the Lite version is uninstalled.":["Please %1$suninstall%2$s the MonsterInsights Lite Plugin. Your Pro version of MonsterInsights may not work as expected until the Lite version is uninstalled."],"Please Setup Website Analytics to See Audience Insights":["Please Setup Website Analytics to See Audience Insights"],"Please activate manually":["Please activate manually"],"Please ask your webmaster to connect MonsterInsights to Google Analytics.":["Please ask your webmaster to connect MonsterInsights to Google Analytics."],"Please ask your webmaster to enable this addon.":["Please ask your webmaster to enable this add-on."],"Please choose a .json file generated by a MonsterInsights settings export.":["Please choose a .json file generated by a MonsterInsights settings export."],"Please choose a file to import":["Please choose a file to import"],"Please configure your Google Analytics settings":["Please configure your Google Analytics settings"],"Please enter a number":["Please enter a number"],"Please enter a value between %1$s and %2$s":["Please enter a value between %1$s and %2$s"],"Please enter a value higher than %s":["Please enter a value higher than %s"],"Please enter a value lower than %s":["Please enter a value lower than %s"],"Please enter domain names only ( example: example.com not http:\/\/example.com ) and not current site domain ( %s ).":["Please enter domain names only (example: example.com not https:\/\/example.com) and not current site domain (%s)."],"Please enter your license key to connect.":["Please enter your licence key to connect."],"Please note: depending on when you set up the Custom Dimensions settings, it may take up to 7 days to see relevant Popular Posts data loading from Google Analytics.":["Please note: depending on when you set up the Custom Dimensions settings, it may take up to seven days to see relevant Popular Posts data loading from Google Analytics."],"Please rate %1$sMonsterInsights%2$s on %3$s %4$sWordPress.org%5$s to help us spread the word. Thank you from the MonsterInsights team!":["Please rate %1$sMonsterInsights%2$s on %3$s %4$sWordPress.org%5$s to help us spread the word. Thank you from the MonsterInsights team!"],"Please select an option":["Please select an option"],"Please select at least one post to display.":["Please select at least one post to display."],"Please share the reason":["Please share the reason"],"Please share which plugin":["Please share which plugin"],"Please try again.":["Please try again."],"Please uninstall and remove MonsterInsights Pro before activating Google Analytics for WordPress by MonsterInsights. The Lite version has not been activated. %1$sClick here to return to the Dashboard%2$s.":["Please uninstall and remove MonsterInsights Pro before activating Google Analytics for WordPress by MonsterInsights. The Lite version has not been activated. %1$sClick here to return to the Dashboard%2$s."],"Please upload a file to import":["Please upload a file to import"],"Please upload a valid .json file":["Please upload a valid .json file"],"Please wait":["Please wait"],"Please wait...":["Please wait..."],"Plugin installed & activated.":["Plugin installed & activated."],"Poland":["Poland"],"Popular":["Popular"],"Popular Posts":["Popular Posts"],"Popular Posts Widget":["Popular Posts Widget"],"Popular Posts data can be fetched correctly":["Popular Posts data can be fetched correctly"],"Popular Posts:":["Popular Posts:"],"Popular Products":["Popular Products"],"Popular posts cache emptied":["Popular posts cache emptied"],"Portugal":["Portugal"],"Positive":["Positive"],"Positive headlines tend to get better engagement than neutral or negative ones.":["Positive headlines tend to get better engagement than neutral or negative ones."],"Post Count":["Post Count"],"Posts":["Posts"],"Power Words":["Power Words"],"Powered by MonsterInsights":["Powered by MonsterInsights"],"Pretty Links Installed & Activated":["Pretty Links Installed and Activated"],"Pretty Links helps you shrink, beautify, track, manage and share any URL on or off of your WordPress website. Create links that look how you want using your own domain name!":["Pretty Links helps you shrink, beautify, track, manage and share any URL on or off of your WordPress website. Create links that look how you want using your own domain name!"],"Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links.":["Pretty Links turns those ugly, long campaign links into clean, memorable, speakable and totally shareable links."],"Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links.":["Pretty Links turns those ugly, long campaign links into clean, memorable, speakable, totally shareable links."],"PrettyLinks Integration":["Pretty Links Integration"],"Previous Scores":["Previous Scores"],"Priority Support":["Priority Support"],"Pro":["Pro"],"Pro Tip:":["Pro Tip:"],"Pro version installed but needs to be activated from the Plugins page inside your WordPress admin.":["Pro version installed but needs to be activated from the Plugins page inside your WordPress admin."],"Pro version is already installed.":["Pro version is already installed."],"Pro version is required":["Pro version is required"],"Pro version is required.":["Pro version is required."],"Proceed":["Proceed"],"Publisher":["Publisher"],"Publisher %1$s(Blog)%2$s":["Publisher %1$s(Blog)%2$s"],"Publisher Reports":["Publisher Reports"],"Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection":["Publisher, eCommerce, Search Console, Custom Dimensions, Forms and Real-Time with custom date period selection"],"Publishers":["Publishers"],"Publishers Report":["Publishers Report"],"Publishers Report shows your top performing pages, audience demographics, and more.":["Publishers Report shows your top performing pages, audience demographics, and more."],"Puerto Rico":["Puerto Rico"],"Qatar":["Qatar"],"Question":["Question"],"Quick Feedback":["Quick Feedback"],"Re-Authenticating":["Re-Authenticating"],"Read - 32 Marketing Hacks to Grow Your Traffic":["Read - 32 Marketing Hacks to Grow Your Traffic"],"Read - How to Ethically Steal Your Competitor\u2019s Traffic":["Read \u2013 How to Ethically Steal Your Competitor\u2019s Traffic"],"Read Documentation":["Read Documentation"],"Read More":["Read More"],"Read the Full Guide":["Read the Full Guide"],"Ready to Get Analytics Super-Powers?":["Ready to Get Analytics Super-Powers?"],"Real Time":["Real Time"],"Real-Time":["Real-Time"],"Real-Time Report":["Real-Time Report"],"Real-time Stats":["Real-time Stats"],"Reason: The API was unreachable because no external hosts are allowed on this site.":["Reason: The API was unreachable because no external hosts are allowed on this site."],"Reason: The API was unreachable because the API url is on the WP HTTP blocklist.":["Reason: The API was unreachable because the API URL is on the WP HTTP blocklist."],"Reason: The API was unreachable because the Airplane Mode plugin is active.":["Reason: The API was unreachable because the Airplane Mode plugin is active."],"Reason: The API was unreachable because the call to Google failed.":["Reason: The API was unreachable because the call to Google failed."],"Recommended Addons":["Recommended Add-ons"],"Recommended Plugin: %s":["Recommended Plugin: %s"],"Recommended Settings":["Recommended Settings"],"Reconnect MonsterInsights":["Reconnect MonsterInsights"],"Redirecting":["Redirecting"],"Reduce Word Count":["Reduce Word Count"],"Refresh Addons":["Refresh Addons"],"Refresh Cache Every":["Refresh Cache Every"],"Refreshing Addons":["Refreshing Add-ons"],"Refreshing Report":["Refreshing Report"],"Remove row":["Remove row"],"Report Unavailable":["Report Unavailable"],"Reports":["Reports"],"Republic of Kosovo":["Republic of Kosovo"],"Required. Use utm_source to identify a search engine, newsletter name, or other source.":["Required. Use utm_source to identify a search engine, newsletter name, or other source."],"Reset to default":["Reset to default"],"Resolve This Issue":["Resolve This Issue"],"Return to Dashboard":["Return to Dashboard"],"Returning":["Returning"],"Reunion Island":["Reunion Island"],"Right Now":["Right Now"],"Romania":["Romania"],"Run an Audit on Your Homepage and See Your Server Response Time":["Run an Audit on Your Homepage and See Your Server Response Time"],"Russian Federation":["Russian Federation"],"Rwanda":["Rwanda"],"S&atilde;o Tom&eacute; and Pr&iacute;ncipe":["S&atilde;o Tom&eacute; and Pr&iacute;ncipe"],"SEO":["SEO"],"SEO Audit Checklist":["SEO Audit Checklist"],"SEO Custom User Roles":["SEO Custom User Roles"],"SEO Score Tracking":["SEO Score Tracking"],"SEO user roles allow you to manage access to important SEO features without handing over control of your website.":["SEO user roles allow you to manage access to important SEO features without handing over control of your website."],"SEO:":["SEO:"],"Saint Barth&eacute;lemy":["Saint Barth&eacute;lemy"],"Saint Helena":["Saint Helena"],"Saint Kitts and Nevis":["Saint Kitts and Nevis"],"Saint Lucia":["Saint Lucia"],"Saint Martin (Dutch)":["Saint Martin (Dutch)"],"Saint Martin (French)":["Saint Martin (French)"],"Saint Pierre and Miquelon":["Saint Pierre and Miquelon"],"Saint Vincent and the Grenadines":["Saint Vincent and the Grenadines"],"Samoa":["Samoa"],"San Marino":["San Marino"],"Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu.":["Sartorial taxidermy venmo you probably haven't heard of them, tofu fingerstache ethical pickled hella ramps vice snackwave seitan typewriter tofu."],"Saudi Arabia":["Saudi Arabia"],"Save Changes":["Save Changes"],"Save and Continue":["Save and Continue"],"Save and continue":["Save and continue"],"Saving Changes...":["Saving Changes..."],"Saving UA code...":["Saving UA code..."],"Score":["Score"],"Scroll Tracking":["Scroll Tracking"],"Scroll depth tracking allows you to see how far your users scroll before they leave a page. This is great for publishers (bloggers), and eCommerce websites to boost conversions.":["Scroll depth tracking allows you to see how far your users scroll before they leave a page. This is great for publishers (bloggers), and eCommerce websites to boost conversions."],"Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers":["Scroll tracking as well as tracking on Google Accelerated Mobile Pages (AMP) and Facebook Instant Articles for Publishers"],"Search Addons":["Search Add-ons"],"Search Console":["Search Console"],"Search Console Report":["Search Console Report"],"Search Preview":["Search Preview"],"Search by post title":["Search by post title"],"See All Features":["See All Features"],"See All Reports":["See All Reports"],"See All Your Important Store Metrics in One Place":["See All Your Important Store Metrics In One Place"],"See Audience Demographic Report ( Age \/ Gender \/ Interests )":["See Audience Demographic Report (Age\/Gender\/Interests)"],"See Average Order Value to Find Offer Opportunities":["See Average Order Value to Find Offer Opportunities"],"See How Many Sessions are Needed for a Purchase":["See How Many Sessions are Needed for a Purchase"],"See How Your Homepage Performs According to Google\u2019s Own Criteria and See How You Can Improve to Increase Your Ranking":["See How Your Homepage Performs According to Google\u2019s Own Criteria and See How You Can Improve to Increase Your Ranking"],"See Quick Links":["See Quick Links"],"See Reports for Any Contact Form Plugin or Sign-up Form":["See Reports for Any Contact Form Plugin or Sign-up Form"],"See The Average Results Position and Focus on what works":["See The Average Results Position and Focus on what works"],"See The Click-Through-Ratio and Improve SEO":["See The Click-Through-Ratio and Improve SEO"],"See The Number of Clicks and Track Interests":["See The Number of Clicks and Track Interests"],"See The Number of Transactions and Make Data-Driven Decisions":["See The Number of Transactions and Make Data-Driven Decisions"],"See The Time it Takes for Customers to Purchase":["See The Time it Takes for Customers to Purchase"],"See The Total Revenue to Track Growth":["See The Total Revenue to Track Growth"],"See Which Authors Generate the Most Traffic":["See Which Authors Generate the Most Traffic"],"See Which Categories are the Most Popular":["See Which Categories are the Most Popular"],"See Which Focus Keyword is Performing Better in Search Engines":["See Which Focus Keyword is Performing Better in Search Engines"],"See Which Post Types Perform Better":["See Which Post Types Perform Better"],"See Your Active Visitors and Track Their Behaviour to Optimize":["See Your Active Visitors and Track Their Behaviour to Optimise"],"See Your Blog's Most Popular SEO Scores":["See Your Blog's Most Popular SEO Scores"],"See Your Conversion Rate to Improve Your Funnel":["See Your Conversion Rate to Improve Your Funnel"],"See Your Forms Impressions Count to Find the Best Placement":["See Your Forms Impressions Count to Find the Best Placement"],"See Your Homepage's Overall Performance Score":["See Your Homepage's Overall Performance Score"],"See Your Top Affiliate Links and Focus on What's Working":["See Your Top Affiliate Links and Focus on What's Working"],"See Your Top Conversion Sources and Focus on What's Working":["See Your Top Conversion Sources and Focus on What's Working"],"See Your Top Converting Forms and Optimize":["See Your Top Converting Forms and Optimise"],"See Your Top Downloads and Improve Conversions":["See Your Top Downloads and Improve Conversions"],"See Your Top Exit Pages to Reduce Abandonment":["See Your Top Exit Pages to Reduce Abandonment"],"See Your Top Google Search Terms and Optimize Content":["See Your Top Google Search Terms and Optimise Content"],"See Your Top Landing Pages to Improve Engagement":["See Your Top Landing Pages to Improve Engagement"],"See Your Top Outbound Links to Find New Revenue Opportunities":["See Your Top Outbound Links to Find New Revenue Opportunities"],"See Your Top Pages Immediately After Making Changes":["See Your Top Pages Immediately After Making Changes"],"See Your Top Products to See Individual Performance":["See Your Top Products to See Individual Performance"],"See Your Top Referral Sources and Adapt Faster":["See Your Top Referral Sources and Adapt Faster"],"See Your Traffic Demographics":["See Your Traffic Demographics"],"See all the critical eCommerce data you need at a glance: your conversion rate, transactions, %1$srevenue, and average order value, and more.":["See all the critical eCommerce data you need at a glance: your conversion rate, transactions, %1$srevenue, and average order value, and more."],"See all the critical eCommerce data you need at a glance: your conversion rate, transactions, revenue, and average order value, and more.":["See all the critical eCommerce data you need at a glance: your conversion rate, transactions, revenue, and average order value, and more."],"See all your important store metrics in one place with Enhanced Ecommerce Tracking.":["See all your important store metrics in one place with Enhanced eCommerce Tracking."],"See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more.":["See exactly how people find your website, which keywords they searched for, how many times the results were viewed, and more."],"See how %s visitors found your site!":["See how %s visitors found your site!"],"See how your website performed this year and find tips along the way to help grow even more in 2021!":["See how your website performed this year and find tips along the way to help grow even more in 2021!"],"See the full analytics report!":["See the full analytics report!"],"See the top Traffic Sources and Top Pages for the Month of %s in the Overview Report to replicate your success.":["See the top Traffic Sources and Top Pages for the Month of %s in the Overview Report to replicate your success."],"See who's viewing and submitting your forms, so you can increase your conversion rate.":["See who's viewing and submitting your forms, so you can increase your conversion rate."],"See your website analytics report right inside your WordPress dashboard with actionable insights.":["See your website analytics report right inside your WordPress dashboard with actionable insights."],"See your website analytics reports inside the WordPress dashboard":["See your website analytics reports inside the WordPress dashboard"],"Select posts\/search":["Select posts\/search"],"Senegal":["Senegal"],"Sent from %s":["Sent from %s"],"Sentiment":["Sentiment"],"September":["September"],"Serbia":["Serbia"],"Sessions":["Sessions"],"Sessions to Purchase":["Sessions to Purchase"],"Set Up Affiliate Link Tracking":["Set Up Affiliate Link Tracking"],"Set the parameters in the fragment portion of the URL %1$s(not recommended)%2$s":["Set the parameters in the fragment portion of the URL %1$s(not recommended)%2$s"],"Set up the proper SEO foundations in less than 10 minutes.":["Set up the proper SEO foundations in less than ten minutes."],"Settings":["Settings"],"Settings Menu":["Settings Menu"],"Settings Updated":["Settings Updated"],"Settings successfully updated!":["Settings successfully updated!"],"Setup Website Analytics":["Set Up Website Analytics"],"Setup Wizard":["Setup Wizard"],"Setup tracking for authors, categories, tags, custom post types, users and more":["Set up tracking for authors, categories, tags, custom post types, users and more"],"Setup tracking for authors, categories, tags, searches, custom post types, users, and other events with 1-click.":["Set up tracking for authors, categories, tags, searches, custom post types, users, and other events with one click."],"Setup universal website tracking across devices and campaigns with just a few clicks (without any code).":["Set up universal website tracking across devices and campaigns with just a few clicks (without any code)."],"Seychelles":["Seychelles"],"SharedCount %1$s- Connect with your SharedCount account to determine popular posts by share count.%2$s":["SharedCount %1$s\u2013 Connect with your SharedCount account to determine popular posts by share count.%2$s"],"SharedCount API Key":["SharedCount API Key"],"Shortcode":["Shortcode"],"Show":["Show"],"Show Overview Reports":["Show Overview Reports"],"Show Publishers Reports":["Show Publishers Reports"],"Show eCommerce Reports":["Show eCommerce Reports"],"Show in full-width mode":["Show in full-width mode"],"Show in widget mode":["Show in widget mode"],"Sierra Leone":["Sierra Leone"],"Singapore":["Singapore"],"Site Speed":["Site Speed"],"Site Speed Report":["Site Speed Report"],"Size":["Size"],"Skip %s Deactivate":["Skip %s Deactivate"],"Skip and Keep Connection":["Skip and Keep Connection"],"Skip this Step":["Skip This Step"],"Slovak Republic":["Slovak Republic"],"Slovenia":["Slovenia"],"Smart XML Sitemaps":["Smart XML Sitemaps"],"So, where did all of these visitors come from?":["So, where did all of these visitors come from?"],"Social Media Integration":["Social Media Integration"],"Solomon Islands":["Solomon Islands"],"Somalia":["Somalia"],"Sorry, but your version of PHP does not meet MonsterInsights' required version of %1$s%2$s%3$s to run properly. The plugin has not been activated. %4$sClick here to return to the Dashboard%5$s.":["Sorry, but your version of PHP does not meet MonsterInsights' required version of %1$s%2$s%3$s to run properly. The plugin has not been activated. %4$sClick here to return to the Dashboard%5$s."],"Sorry, but your version of WordPress does not meet MonsterInsights' required version of %1$s%2$s%3$s to run properly. The plugin has not been activated. %4$sClick here to return to the Dashboard%5$s.":["Sorry, but your version of WordPress does not meet MonsterInsights' required version of %1$s%2$s%3$s to run properly. The plugin has not been activated. %4$sClick here to return to the Dashboard%5$s."],"Sort By":["Sort By"],"South Africa":["South Africa"],"South Georgia":["South Georgia"],"South Korea":["South Korea"],"South Sudan":["South Sudan"],"Spain":["Spain"],"Sri Lanka":["Sri Lanka"],"St Kitts and Nevis":["St Kitts and Nevis"],"St Lucia":["St Lucia"],"St Vincent and the Grenadines":["St Vincent and the Grenadines"],"Standard Reports":["Standard Reports"],"Standard Tracking":["Standard Tracking"],"Start Indexing":["Start Indexing"],"Status: %s":["Status: %s"],"Still Calculating...":["Still Calculating..."],"Stop guessing about what content your visitors are interested in. MonsterInsights Publisher Report shows you exactly which content gets the most visits, so you can analyze and optimize it for higher conversions.":["Stop guessing about what content your visitors are interested in. MonsterInsights Publisher Report shows you exactly which content gets the most visits, so you can analyse and optimise it for higher conversions."],"Stop guessing about what content your visitors are interested in. The Publisher Report shows you exactly which content gets the most traffic, so you can analyze and optimize it for higher conversions.":["Stop guessing about what content your visitors are interested in. The Publisher Report shows you exactly which content gets the most traffic, so you can analyse and optimise it for higher conversions."],"Sub menu item for WooCommerce Analytics":["Sub menu item for WooCommerce Analytics"],"Submit %s Deactivate":["Submit %s Deactivate"],"Successfully deauthenticated.":["Successfully de-authenticated."],"Successfully force deauthenticated.":["Successfully force de-authenticated."],"Successfully verified.":["Successfully verified."],"Sudan":["Sudan"],"Suggest a Feature":["Suggest a Feature"],"Support":["Support"],"Support & Docs":["Support and Docs"],"Suriname":["Suriname"],"Svalbard and Jan Mayen Islands":["Svalbard and Jan Mayen Islands"],"Swaziland":["Swaziland"],"Sweden":["Sweden"],"Switch to AIOSEO":["Switch to AIOSEO"],"Switzerland":["Switzerland"],"Syed Balkhi":["Syed Balkhi"],"Syrian Arab Republic":["Syrian Arab Republic"],"Tablet":["Tablet"],"Tag: %s":["Tag: %s"],"Taiwan":["Taiwan"],"Tajikistan":["Tajikistan"],"Take advantage of what you\u2019ve already built. See how to get more traffic from existing content in our 32 Marketing Hacks to Grow Your Traffic.":["Take advantage of what you\u2019ve already built. See how to get more traffic from existing content in our 32 Marketing Hacks to Grow Your Traffic."],"Take your MonsterInsights campaign links from our URL Builder and shorten them with Pretty Links!":["Take your MonsterInsights campaign links from our URL Builder and shorten them with Pretty Links!"],"Tanzania":["Tanzania"],"Test Automated Posts":["Test Automated Posts"],"Testimonials":["Testimonials"],"Thailand":["Thailand"],"Thank you for being a loyal MonsterInsights Lite user.":["Thank you for being a loyal MonsterInsights Lite user."],"Thank you for choosing MonsterInsights - The Most Powerful WordPress Analytics Plugin":["Thank you for choosing MonsterInsights \u2013 The Most Powerful WordPress Analytics Plugin"],"Thank you for using MonsterInsights!":["Thank you for using MonsterInsights!"],"Thanks for being a loyal MonsterInsights Lite user. %1$sUpgrade to MonsterInsights Pro%2$s to unlock all the awesome features and experience why MonsterInsights is consistently rated the best Google Analytics solution for WordPress.":["Thanks for being a loyal MonsterInsights Lite user. %1$sUpgrade to MonsterInsights Pro%2$s to unlock all the awesome features and experience why MonsterInsights is consistently rated the best Google Analytics solution for WordPress."],"That\u2019s awesome! Could you please do me a BIG favor and give it a 5-star rating on WordPress to help us spread the word and boost our motivation?":["That\u2019s awesome! Could you please do me a BIG favour and give it a 5-star rating on WordPress to help us spread the word and boost our motivation?"],"The API returned a <strong>%1$d<\/strong> response with this message: <strong>%2$s<\/strong>":["The API returned a <strong>%1$d<\/strong> response with this message: <strong>%2$s<\/strong>"],"The API returned a <strong>%s<\/strong> response":["The API returned a <strong>%s<\/strong> response"],"The API was unreachable.":["The API was unreachable."],"The Bahamas":["The Bahamas"],"The EU Compliance addon allows you to improve compliance with GDPR\n and other privacy regulations.":["The EU Compliance addon allows you to improve compliance with GDPR\n and other privacy regulations."],"The Google Analytics tracking code is being output correctly, and no duplicate Google Analytics scripts have been detected.":["The Google Analytics tracking code is being output correctly, and no duplicate Google Analytics scripts have been detected."],"The Google oAuth authentication needs to be re-authenticated to view data.":["The Google oAuth authentication needs to be re-authenticated to view data."],"The Measurement Protocol API secret allows your site to send tracking data to Google Analytics. To retrieve your Measurement Protocol API Secret, follow %1$sthis guide%2$s.":["The Measurement Protocol API secret allows your site to send tracking data to Google Analytics. To retrieve your Measurement Protocol API Secret, follow %1$sthis guide%2$s."],"The MonsterInsights API is reachable and no connection issues have been detected.":["The MonsterInsights API is reachable and no connection issues have been detected."],"The MonsterInsights Headline Analyzer tool in the Gutenberg editor enables you to write irresistible SEO-friendly headlines that drive traffic, social media shares, and rank better in search results.":["The MonsterInsights Headline Analyser tool in the Gutenberg editor enables you to write irresistible SEO-friendly headlines that drive traffic, social media shares, and rank better in search results."],"The MonsterInsights Team":["The MonsterInsights Team"],"The MonsterInsights eCommerce addon works with EasyAffiliate to automatically attribute orders originating from an EasyAffiliate link in Google Analytics. Gain valuable insights into your top affiliates with no coding required.":["The MonsterInsights eCommerce add-on works with EasyAffiliate to automatically attribute orders originating from an EasyAffiliate link in Google Analytics. Gain valuable insights into your top affiliates with no coding required."],"The MonsterInsights server is not reachable.":["The MonsterInsights server is not reachable."],"The SharedCount API key is invalid":["The SharedCount API key is invalid"],"The SharedCount API key is not set":["The SharedCount API key is not set"],"The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns.":["The URL builder helps you add parameters to your URLs you use in custom web or email ad campaigns."],"The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back.":["The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back."],"The best drag & drop WordPress form builder. Easily create beautiful contact forms, surveys, payment forms, and more with our 150+ form templates. Trusted by over 4 million websites as the best forms plugin":["The best drag and drop WordPress form builder. Easily create beautiful contact forms, surveys, payment forms, and more, with our 150+ form templates. Trusted by over four million websites as the best forms plugin"],"The dashboard is disabled.":["The dashboard is disabled."],"The dual tracking feature allows you to begin tracking this site into a GAv4 property to take advantage of the new GAv4 analysis tools. Learn more about this feature %1$shere%2$s.":["The dual tracking feature allows you to begin tracking this site into a GAv4 property to take advantage of the new GAv4 analysis tools. Learn more about this feature %1$shere%2$s."],"The dual tracking feature allows you to continue tracking this site into an existing GAv3 property so you can continue to use the GA reports you are used to already. Learn more about this feature %1$shere%2$s.":["The dual tracking feature allows you to continue tracking this site into an existing GAv3 property, so you can continue to use the GA reports you are used to already. Learn more about this feature %1$shere%2$s."],"The fastest drag & drop landing page builder for WordPress. Create custom landing pages without writing code, connect them with your CRM, collect subscribers, and grow your audience. Trusted by 1 million sites.":["The fastest drag and drop landing page builder for WordPress. Create custom landing pages without writing code, connect them with your CRM, collect subscribers, and grow your audience. Trusted by one million sites."],"The firewall of your server is blocking outbound calls. Please contact your hosting provider to fix this issue.":["The firewall of your server is blocking outbound calls. Please contact your hosting provider to fix this issue."],"The firewall of your server is blocking outbound calls. Please contact your hosting provider to fix this issue. %s":["The firewall of your server is blocking outbound calls. Please contact your hosting provider to fix this issue. %s"],"The following table gives a detailed explanation and example of each of the campaign parameters.":["The following table gives a detailed explanation and example of each of the campaign parameters."],"The full website URL (e.g. %1$s %2$s%3$s)":["The full website URL (e.g. %1$s %2$s%3$s)"],"The good news: updating WordPress has never been easier and only takes a few moments.":["The good news: updating WordPress has never been easier and only takes a few moments."],"The latest data will be automatically shown on this page when it becomes available.":["The latest data will be automatically shown on this page when it becomes available."],"The number of distinct tracked users":["The number of distinct tracked users"],"The original WordPress SEO plugin and toolkit that improves your website\u2019s search rankings. Comes with all the SEO features like Local SEO, WooCommerce SEO, sitemaps, SEO optimizer, schema, and more.":["The original WordPress SEO plugin and toolkit that improves your website\u2019s search rankings. Comes with all the SEO features, like Local SEO, WooCommerce SEO, sitemaps, SEO optimiser, schema, and more."],"The process for installing and activating addons is quick and easy after you install the MonsterInsights plugin. In this guide we\u2019ll walk you through the process, step by step.":["The process for installing and activating add-ons is quick and easy after you install the MonsterInsights plugin. In this guide we\u2019ll walk you through the process, step by step."],"The real-time graph of visitors over time is not currently available for this site. Please try again later.":["The real-time graph of visitors over time is not currently available for this site. Please try again later."],"The real-time report automatically updates approximately every 60 seconds.":["The real-time report automatically updates approximately every 60 seconds."],"The real-time report was last updated %s seconds ago.":["The real-time report was last updated %s seconds ago."],"The value entered does not match the required format":["The value entered does not match the required format"],"The websites that link back to your website":["The websites that link back to your website"],"Theme":["Theme"],"Theme Preview":["Theme Preview"],"There are two ways to manual include the widget in your posts.":["There are two ways to manual include the widget in your posts."],"There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating.":["There is an issue with your Google Account authentication. Please use the button below to fix it by re-authenticating."],"There is no need to refresh the browser (doing so won't have any effect).":["There is no need to refresh the browser (doing so won't have any effect)."],"There seems to be an issue running JavaScript on your website, which MonsterInsights is crafted in to give you the best experience possible.":["There seems to be an issue running JavaScript on your website, which MonsterInsights crafted in to give you the best experience possible."],"There was an error grabbing data from SharedCount, please check the API Key":["There was an error grabbing data from SharedCount, please check the API Key"],"There was an error installing the addon. Please try again.":["There was an error installing the addon. Please try again."],"There was an error installing the addon: %s":["There was an error installing the add-on: %s"],"There was an error unlocking MonsterInsights PRO please try again or install manually.":["There was an error unlocking MonsterInsights PRO, please try again or install manually."],"There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data.":["There was an issue retrieving the addons for this site. Please click on the button below the refresh the addons data."],"These user roles will be able to access MonsterInsights' reports in the WordPress admin area.":["These user roles will be able to access MonsterInsights' reports in the WordPress admin area."],"This adds %1$sallowAnchor%2$s to the create command of the pageview hit tracking code, and makes RSS link tagging use a # as well.":["This adds %1$sallowAnchor%2$s to the create command of the page view hit tracking code, and makes RSS link tagging use a # as well."],"This adds %1$sanonymizeIp%2$s, telling Google Analytics to anonymize the information sent by the tracker objects by removing the last octet of the IP address prior to its storage.":["This adds %1$sanonymizeIp%2$s, telling Google Analytics to anonymise the information sent by the tracker objects by removing the last octet of the IP address prior to its storage."],"This allows you to track custom affiliate links. A path of \/go\/ would match urls that start with that. The label is appended onto the end of the string \"outbound-link-\", to provide unique labels for these links in Google Analytics. Complete documentation on affiliate links is available %1$shere%2$s.":["This allows you to track custom affiliate links. A path of \/go\/ would match URLs that start with that. The label is appended onto the end of the string \"outbound-link-\", to provide unique labels for these links in Google Analytics. Complete documentation on affiliate links is available %1$shere%2$s."],"This enables MonsterInsights to work with plugins that use %1$s and don't support %2$s":["This enables MonsterInsights to work with plugins that use %1$s and don't support %2$s"],"This feature requires MonsterInsights Pro":["This feature requires MonsterInsights Pro"],"This graph shows the number of pageviews for each of the last 30 minutes.":["This graph shows the number of page views for each of the last 30 minutes."],"This graph shows what percent of your user sessions come from new versus repeat visitors.":["This graph shows what percent of your user sessions come from new versus repeat visitors."],"This graph shows what percent of your visitor sessions are done using a traditional computer or laptop, tablet or mobile device to view your site.":["This graph shows what percent of your visitor sessions are done using a traditional computer or laptop, tablet or mobile device to view your site."],"This headline analyzer is part of MonsterInsights to help you increase your traffic. See your %1swebsite traffic reports%2s.":["This headline analyser is part of MonsterInsights to help you increase your traffic. See your %1swebsite traffic reports%2s."],"This is the number of active users currently on your site.":["This is the number of active users currently on your site."],"This list shows how many days from first visit it took users to purchase products from your site.":["This list shows how many days from first visit it took users to purchase products from your site."],"This list shows the download links your visitors clicked the most.":["This list shows the download links your visitors clicked the most."],"This list shows the most viewed posts and pages on your website.":["This list shows the most viewed posts and pages on your website."],"This list shows the number of sessions it took users before they purchased a product from your website.":["This list shows the number of sessions it took users before they purchased a product from your website."],"This list shows the percentage of carts that never went through the checkout process.":["This list shows the percentage of baskets that never went through the checkout process."],"This list shows the percentage of new customers who purchased a product from your website.":["This list shows the percentage of new customers who purchased a product from your website."],"This list shows the top affiliate links your visitors clicked on.":["This list shows the top affiliate links your visitors clicked on."],"This list shows the top countries your website visitors are from.":["This list shows the top countries your website visitors are from."],"This list shows the top links clicked on your website that go to another website.":["This list shows the top links clicked on your website that go to another website."],"This list shows the top pages users are currently viewing on your site.":["This list shows the top pages users are currently viewing on your site."],"This list shows the top pages users exit your website from.":["This list shows the top pages users exit your website from."],"This list shows the top pages users first land on when visiting your website.":["This list shows the top pages users first land on when visiting your website."],"This list shows the top referral websites in terms of product revenue.":["This list shows the top referral websites in terms of product revenue."],"This list shows the top selling products on your website.":["This list shows the top selling products on your website."],"This list shows the top websites that send your website traffic, known as referral traffic.":["This list shows the top websites that send your website traffic, known as referral traffic."],"This password will not be stored on the server.":["This password will not be stored on the server."],"Time Spent on Site":["Time Spent on Site"],"Time to Purchase":["Time to Purchase"],"Timor-Leste":["Timor-Leste"],"Title":["Title"],"Title Color":["Title Colour"],"Title Font Size":["Title Font Size"],"Title Settings":["Title Settings"],"Title your widget and set its display preferences.":["Title your widget and set its display preferences."],"To begin with, we\u2019ll get your site authorized with Google Analytics, so we can start tracking and generating reports for you right away.":["To begin with, we\u2019ll get your site authorised with Google Analytics, so we can start tracking and generating reports for you right away."],"To ensure MonsterInsights and other plugins on your site continue to function properly, and avoid putting your site at risk, please take a few minutes to ask your website hosting provider to upgrade the version of PHP to a modern PHP version (7.2 or newer). We provide helpful templates for how to ask them %1$shere%2$s.":["To ensure MonsterInsights and other plugins on your site continue to function properly, and avoid putting your site at risk, please take a few minutes to ask your website hosting provider to upgrade the version of PHP to a modern PHP version (7.2 or newer). We provide helpful templates for how to ask them %1$shere%2$s."],"To ensure you get the latest bug fixes and security updates and avoid needing to spend time logging into your WordPress site to update MonsterInsights, we offer the ability to automatically have MonsterInsights update itself.":["To ensure you get the latest bug fixes and security updates and avoid needing to spend time logging into your WordPress site to update MonsterInsights, we offer the ability to automatically have MonsterInsights update itself."],"To keep stats accurate, we do not load Google Analytics scripts for admin users. %1$sLearn More &raquo;%2$s":["To keep stats accurate, we do not load Google Analytics scripts for admin users. %1$sLearn More &raquo;%2$s"],"To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.":["To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host."],"To see your website stats, please ask your webmaster to connect MonsterInsights to Google Analytics.":["To see your website stats, please ask your webmaster to connect MonsterInsights to Google Analytics."],"To see your website stats, please connect MonsterInsights to Google Analytics.":["To see your website stats, please connect MonsterInsights to Google Analytics."],"To unlock more features consider %1$supgrading to PRO%2$s.":["To unlock more features consider %1$supgrading to PRO%2$s."],"To unlock more features consider upgrading to PRO. As a valued MonsterInsights Lite user you receive 50% off, automatically applied at checkout!":["To unlock more features, consider upgrading to PRO. As a valued MonsterInsights Lite user, you receive 50% off, which is automatically applied at checkout!"],"To update, we recommend following this %1$sstep by step guide for updating WordPress%2$s from IsItWP and afterwards check out %3$sWhy You Should Always Use the Latest Version of WordPress%4$s on WPBeginner.":["To update, we recommend following this %1$sstep-by-step guide for updating WordPress%2$s from IsItWP and, afterwards, checking out %3$sWhy You Should Always Use the Latest Version of WordPress%4$s on WPBeginner."],"Today":["Today"],"Togo":["Togo"],"Tokelau":["Tokelau"],"Tonga":["Tonga"],"Too Long":["Too Long"],"Too Many Words":["Too Many Words"],"Too Short":["Too Short"],"Tools":["Tools"],"Tools:":["Tools:"],"Top 10 Countries":["Top 10 Countries"],"Top 10 Referrals":["Top 10 Referrals"],"Top Affiliate Links":["Top Affiliate Links"],"Top Conversion Sources":["Top Conversion Sources"],"Top Download Links":["Top Download Links"],"Top Exit Pages":["Top Exit Pages"],"Top Landing Pages":["Top Landing Pages"],"Top Outbound Links":["Top Outbound Links"],"Top Pages":["Top Pages"],"Top Posts\/Pages":["Top Posts\/Pages"],"Top Products":["Top Products"],"Total Add\/Remove":["Total Add\/Remove"],"Total Number of Widgets to Show":["Total Number of Widgets to Show"],"Total Sessions":["Total Sessions"],"Total Users":["Total Users"],"Total Visitors":["Total Visitors"],"Total duration of all sessions (in seconds) \/ number of sessions.":["Total duration of all sessions (in seconds) \/ number of sessions."],"Track all-new metrics!":["Track all-new metrics!"],"Track and measure by the Author, Post Type, Category, Tag, SEO Score, Focus Keyword, Logged-in User, User ID and Published Time of each post and page":["Track and measure by the Author, Post Type, Category, Tag, SEO Score, Focus Keyword, Logged-In User, User ID and Published Time of each post and page"],"Track the results of your marketing efforts and product launches as-it-happens right from your WordPress site. The Real-Time report allows you to view your traffic sources and visitors activity when you need it.":["Track the results of your marketing efforts and product launches, as it happens, right from your WordPress site. The Real Time report allows you to view your traffic sources and visitors activity when you need it."],"Tracking code disabled: coming soon\/maintenance mode plugin present":["Tracking code disabled: coming soon\/maintenance mode plugin present"],"Tracking code is properly being output.":["Tracking code is being output properly."],"Tracking is Disabled for Administrators":["Tracking is Disabled for Administrators"],"Traffic from Mobile Devices is %s%%":["Traffic from Mobile Devices is %s%%"],"Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at %show your site looks%s on mobile and make sure all your content can be accessed correctly.":["Traffic from mobile devices is considerably lower on your site compared to desktop devices. This could be an indicator that your site is not optimised for mobile devices.<br><br>Take a look now at %show your site looks%s on mobile and make sure all your content can be accessed correctly."],"Trinidad and Tobago":["Trinidad and Tobago"],"TruSEO On-Page Analysis":["TruSEO On-Page Analysis"],"TruSEO Score gives you a more in-depth analysis into your optimization efforts than just a pass or fail. Our actionable checklist helps you to unlock maximum traffic with each page.":["TruSEO Score gives you a more in-depth analysis into your optimisation efforts than just a pass or fail. Our actionable checklist helps you to unlock maximum traffic with each page."],"Truly Understand Your%1$s Customers With %2$sMonsterInsights%3$s":["Truly Understand Your%1$s Customers With %2$sMonsterInsights%3$s"],"Try New Headline":["Try New Headline"],"Try it out today, for free.":["Try it out today, for free."],"Try our other popular WordPress plugins to grow your website in 2021.":["Try our other popular WordPress plugins to grow your website in 2021."],"Tunisia":["Tunisia"],"Turkey":["Turkey"],"Turkmenistan":["Turkmenistan"],"Turks and Caicos Islands":["Turks and Caicos Islands"],"Turn your website visitors into brand ambassadors! Easily grow your email list, website traffic, and social media followers with the most powerful giveaways & contests plugin for WordPress.":["Turn your website visitors into brand ambassadors! Easily grow your email list, website traffic, and social media followers, with the most powerful giveaways and contests plugin for WordPress."],"Tuvalu":["Tuvalu"],"UA code can't be empty":["UA code can't be empty"],"URL Builder":["URL Builder"],"URL to use":["URL to use"],"US Minor Outlying Islands":["US Minor Outlying Islands"],"Uganda":["Uganda"],"Ukraine":["Ukraine"],"Uncommon Words":["Uncommon Words"],"Unique %s Pageviews":["Unique %s Page Views"],"Unique %s Sessions":["Unique %s Sessions"],"United Arab Emirates":["United Arab Emirates"],"United Kingdom":["United Kingdom"],"United States":["United States"],"United States of America":["United States of America"],"Universal Tracking":["Universal Tracking"],"Universal Tracking across devices and campaigns with just a few clicks.":["Universal Tracking across devices and campaigns with just a few clicks."],"Unknown Country":["Unknown Country"],"Unknown report. Try refreshing and retrying. Contact support if this issue persists.":["Unknown report. Try refreshing and retrying. Contact support if this issue persists."],"Unlock PRO Features Now":["Unlock PRO Features Now"],"Unlock search console report to see your top performing keywords in Google.":["Unlock the search console report to see your top performing keywords in Google."],"Unlock the Dimensions Report and Track Your Own Custom Data":["Unlock the Dimensions Report and Track Your Own Custom Data"],"Unlock the Forms Report and Improve Conversions":["Unlock the Forms Report and Improve Conversions"],"Unlock the Publishers Report and Focus on the Content That Matters":["Unlock the Publishers Report and Focus on the Content That Matters"],"Unlock the Publishers Report and Focus on the Content that Matters":["Unlock the Publishers Report and Focus on the Content that Matters"],"Unlock the Real-Time Report and Track the Visitors on Your Site in Real-Time":["Unlock the Real-Time Report and Track the Visitors on Your Site in Real Time"],"Unlock the Search Console Report and See How People Find Your Website":["Unlock the Search Console Report and See How People Find Your Website"],"Unlock the Site Speed Report and Improve the Performance of Your Site":["Unlock the Site Speed Report and Improve the Performance of Your Site"],"Unlock the eCommerce Report and See Your Important Store Metrics":["Unlock the eCommerce Report and See Your Important Store Metrics"],"Unlock with %s":["Unlock with %s"],"Update Settings":["Update Settings"],"Upgrade":["Upgrade"],"Upgrade Now":["Upgrade Now"],"Upgrade to MonsterInsights Pro":["Upgrade to MonsterInsights Pro"],"Upgrade to MonsterInsights Pro and Save 50% OFF!":["Upgrade to MonsterInsights Pro and Save 50%!"],"Upgrade to MonsterInsights Pro and unlock advanced tracking and reports":["Upgrade to MonsterInsights Pro and unlock advanced tracking and reports"],"Upgrade to MonsterInsights Pro and unlock all the awesome features.":["Upgrade to MonsterInsights Pro and unlock all the great features."],"Upgrade to MonsterInsights Pro to Enable Google Optimize":["Upgrade to MonsterInsights Pro to Enable Google Optimize"],"Upgrade to MonsterInsights Pro to Track Form Conversion":["Upgrade to MonsterInsights Pro to Track Form Conversion"],"Upgrade to MonsterInsights Pro to Unlock Additional Actionable Insights":["Upgrade to MonsterInsights Pro to unlock additional actionable insights"],"Upgrade to MonsterInsights Pro to Unlock More Actionable Insights":["Upgrade to MonsterInsights Pro to Unlock More Actionable Insights"],"Upgrade to MonsterInsights Pro to get weekly email reports":["Upgrade to MonsterInsights Pro to get weekly email reports"],"Upgrade to PRO":["Upgrade to PRO"],"Upgrade to Pro":["Upgrade to Pro"],"Upgrade to Pro &#187;":["Upgrade to Pro &#187;"],"Upgrade to Pro and Unlock Popular Products":["Upgrade to Pro and Unlock Popular Products"],"Upgrade to Pro and unlock addons and other great features. %1$sSave 50%% automatically!%2$s":["Upgrade to Pro and unlock add-ons and other great features. %1$sSave 50% automatically!%2$s"],"Upgrade to Pro to unlock addons and other great features. As a valued MonsterInsights Lite user you %1$sreceive 50%% off%2$s, automatically applied at checkout!":["Upgrade to Pro to unlock add-ons and other great features. As a valued MonsterInsights Lite user you %1$sreceive 50% off%2$s, automatically applied at checkout!"],"Upgrade to Pro \u00bb":["Upgrade to Pro \u00bb"],"Upgrade to Pro:":["Upgrade to Pro:"],"Upgrading is easy! To upgrade, navigate to %1$ssour pricing page%2$s, purchase the required license, and then follow the %3$sinstructions in the email receipt%4$s to upgrade. It only takes a few minutes to unlock the most powerful, yet easy to use analytics tracking system for WordPress.":["Upgrading is easy! To upgrade, navigate to %1$ssour pricing page%2$s, purchase the required licence, and then follow the %3$sinstructions in the email receipt%4$s to upgrade. It only takes a few minutes to unlock the most powerful, yet easy to use analytics tracking system for WordPress."],"Upgrading your PHP version will make sure you are able to continue using WordPress without issues in the future, keep your site secure, and will also make your website up to 400% faster!":["Upgrading your PHP version will make sure you are able to continue using WordPress without issues in the future, keep your site secure, and will also make your website up to 400% faster!"],"Uploading file...":["Uploading file..."],"Uruguay":["Uruguay"],"Usage Tracking":["Usage Tracking"],"Use Fragment":["Use Fragment"],"Use Google Optimize to easily perform A\/B split tests on your site.":["Use Google Optimise to easily perform A\/B split tests on your site."],"Use Google Optimize to retarget your website visitors and perform A\/B split tests with ease.":["Use \"Google Optimise\" to retarget your website visitors and perform A\/B split tests with ease."],"Use coupon code %1$sLITEUPGRADE%2$s":["Use coupon code %1$sLITEUPGRADE%2$s"],"Use coupon code %s to get 50%% off.":["Use coupon code %s to get 50%% off."],"Use our configuration wizard to properly setup Google Analytics with WordPress (with just a few clicks).":["Use our configuration wizard to properly set up Google Analytics with WordPress (with just a few clicks)."],"Use referral sources to create new partnerships or expand existing ones. See our guide on how to spy on your competitors and ethically steal their traffic.":["Use referral sources to create new partnerships or expand existing ones. See our guide on how to spy on your competitors and ethically steal their traffic."],"Use the button below to export a file with your MonsterInsights settings.":["Use the button below to export a file with your MonsterInsights settings."],"Use to bypass page caching.":["Use to bypass page caching."],"Use utm_medium to identify a medium such as email or cost-per-click.":["Use utm_medium to identify a medium such as email or cost-per-click."],"Used for A\/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL.":["Used for A\/B testing and content-targeted ads. Use utm_content to differentiate ads or links that point to the same URL."],"Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign.":["Used for keyword analysis. Use utm_campaign to identify a specific product promotion or strategic campaign."],"Used for paid search. Use utm_term to note the keywords for this ad.":["Used for paid search. Use utm_term to note the keywords for this ad."],"Used on over 4,000,000 websites!":["Used on over 4,000,000 websites!"],"Users that have at least one of these roles will be able to view and save the settings panel, along with any user with the manage_options capability.":["Users that have at least one of these roles will be able to view and save the settings panel, along with any user with the manage_options capability."],"Users that have at least one of these roles will be able to view and save the settings panel.":["Users that have at least one of these roles will be able to view and save the settings panel."],"Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability.":["Users that have at least one of these roles will be able to view the reports, along with any user with the manage_options capability."],"Users that have at least one of these roles will be able to view the reports.":["Users that have at least one of these roles will be able to view the reports."],"Users that have at least one of these roles will not be tracked into Google Analytics.":["Users that have at least one of these roles will not be tracked into Google Analytics."],"Using Automatic Embed":["Using Automatic Embed"],"Using the Gutenberg Block":["Using the Gutenberg Block"],"Using the Shortcode":["Using the Shortcode"],"Uzbekistan":["Uzbekistan"],"Value has to be a round number":["Value has to be a round number"],"Vanuatu":["Vanuatu"],"Venezuela":["Venezuela"],"Verify":["Verify"],"Verify Credentials":["Verify Credentials"],"Verify auth key not passed":["Verify auth key not passed"],"Verifying Credentials":["Verifying Credentials"],"Verifying Popular Posts data":["Verifying Popular Posts data"],"Vietnam":["Vietnam"],"View 2020 Year in Review report!":["View 2020 Year in Review report!"],"View Addons":["View Add-ons"],"View All Real-Time Pageviews":["View All Real-Time Page Views"],"View All Real-Time Traffic Sources":["View All Real-Time Traffic Sources"],"View All Real-Time Traffic by City":["View All Real-Time Traffic by City"],"View All Real-Time Traffic by Country":["View All Real-Time Traffic by Country"],"View All Referral Sources":["View All Referral Sources"],"View Countries Report":["View Countries Report"],"View Dismissed":["View Dismissed"],"View Full Posts\/Pages Report":["View Full Posts\/Pages Report"],"View Report":["View Report"],"View Reports":["View Reports"],"View Top Landing\/Exit Pages, Top Links, Demographics & Interests data and more":["View Top Landing\/Exit Pages, Top Links, Demographics & Interests data and more"],"View all MonsterInsights addons":["View all MonsterInsights Add-ons"],"View all Pro features":["View all Pro features"],"View notifications":["View notifications"],"View supported browsers":["View supported browsers"],"Virgin Islands (British)":["Virgin Islands (British)"],"Virgin Islands (USA)":["Virgin Islands (USA)"],"Visit WPBeginner":["Visit WPBeginner"],"Visit addons page":["Visit add-ons page"],"Visitors by Month":["Visitors by Month"],"WPBeginner is the largest free WordPress resource site for beginners and non-techy users.":["WPBeginner is the largest free WordPress resource site for beginners and non-techy users."],"WPForms allow you to create beautiful contact forms, subscription forms, payment forms, and other types of forms for your site in minutes, not hours!":["WPForms allows you to create beautiful contact forms, subscription forms, payment forms, and other types of forms for your site in minutes, not hours!"],"WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin":["WPForms, Ninja Forms, Contact Form 7, Gravity Forms and any other WordPress form plugin"],"Wallis and Futuna Islands":["Wallis and Futuna Islands"],"Want even more fine tuned control over your website analytics?":["Want even more fine-tuned control over your website analytics?"],"Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to MonsterInsights Pro.":["Want to expand your website audience beyond your website with Facebook Instant Articles? Upgrade to MonsterInsights Pro."],"Want to see page-specific stats?":["Want to see page-specific stats?"],"Want to track your eCommerce sales data for your WooCommerce, MemberPress, or Easy Digital Downloads store with MonsterInsights? In this guide, we\u2019ll show you how to enable eCommerce tracking in Google Analytics in just a few clicks.":["Want to track your eCommerce sales data for your WooCommerce, MemberPress, or Easy Digital Downloads store with MonsterInsights? In this guide, we\u2019ll show you how to enable eCommerce tracking in Google Analytics in just a few clicks."],"Want to use track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking.":["Want to track users visiting your AMP pages? By upgrading to MonsterInsights Pro, you can enable AMP page tracking."],"Warning: If you use a manual GA4 Measurement ID, you won't be able to use any of the reporting and some of the tracking features. Your Measurement ID should look like G-XXXXXXXXXX where the X's are numbers.":["Warning: if you use a manual GA4 Measurement ID, you won't be able to use any of the reporting and some of the tracking features. Your Measurement ID should look like G-XXXXXXXXXX, where the X's are numbers."],"Warning: If you use a manual UA code, you won't be able to use any of the reporting and some of the tracking features. Your UA code should look like UA-XXXXXX-XX where the X's are numbers.":["Warning: if you use a manual UA code, you won't be able to use any of the reporting and some of the tracking features. Your UA code should look like UA-XXXXXX-XX, where the X's are numbers."],"Warning: MonsterInsights found cross-domain settings in the custom code field and converted them to the new settings structure.  %1$sPlease click here to review and remove the code no longer needed.%2$s":["Warning: MonsterInsights found cross-domain settings in the custom code field and converted them to the new settings structure.  %1$sPlease click here to review and remove the code no longer needed.%2$s"],"Warning: No valid license key has been entered for MonsterInsights. You are currently not getting updates, and are not able to view reports. %1$sPlease click here to enter your license key and begin receiving updates and reports.%2$s":["Warning: No valid licence key has been entered for MonsterInsights. You are currently not getting updates, and are not able to view reports. %1$sPlease click here to enter your licence key and begin receiving updates and reports.%2$s"],"Watch Video - How to Add the Popular Posts widget using Widgets":["Watch Video \u2013 How to Add the Popular Posts widget using Widgets"],"We encountered an error when fetching the report data.":["We encountered an error when fetching the report data."],"We highly recommend authenticating with MonsterInsights so that you can access our new reporting area and take advantage of new MonsterInsights features.":["We highly recommend authenticating with MonsterInsights so that you can access our new reporting area and take advantage of new MonsterInsights features."],"We will recommend the optimal settings for MonsterInsights based on your choice.":["We will recommend the optimal settings for MonsterInsights based on your choice."],"We're sorry to hear you aren't enjoying MonsterInsights. We would love a chance to improve. Could you take a minute and let us know what we can do better?":["We're sorry to hear you aren't enjoying MonsterInsights. We would love a chance to improve. Could you take a minute and let us know what we can do better?"],"Website Analytics is not Setup":["Website Analytics is not set up"],"Website Profile":["Website Profile"],"Website URL %s":["Website URL %s"],"Website profile":["Website profile"],"Welcome to MonsterInsights":["Welcome to MonsterInsights"],"Welcome to MonsterInsights!":["Welcome to MonsterInsights!"],"Western Sahara":["Western Sahara"],"Western Samoa":["Western Samoa"],"We\u2019re grateful for your continued support. If there\u2019s anything we can do to help you grow your business, please don\u2019t hesitate to contact our team.":["We\u2019re grateful for your continued support. If there\u2019s anything we can do to help you grow your business, please don\u2019t hesitate to contact our team."],"What keywords visitors searched for to find your site":["Which keywords visitors searched for to find your site"],"Which ad campaign is driving the most revenue?":["Which ad campaign is driving the most revenue?"],"Which category best describes your website?":["Which category best describes your website?"],"Who Can See Reports":["Who Can See Reports"],"Who is my typical customer?":["Who is my typical customer?"],"Whoops, something went wrong and we weren't able to connect to MonsterInsights. Please enter your Google UA code manually.":["Whoops, something went wrong and we weren't able to connect to MonsterInsights. Please enter your Google UA code manually."],"Wide":["Wide"],"Wide-Layout Options":["Wide-Layout Options"],"Widget":["Widget"],"Widget\u0004Background Color:":["Background Colour:"],"Widget\u0004Border Color:":["Border Colour:"],"Widget\u0004Comments Count Color:":["Comments Count Colour:"],"Widget\u0004Display Widget Title":["Display Widget Title"],"Widget\u0004Display popular posts.":["Display popular posts."],"Widget\u0004Label Color:":["Label Colour:"],"Widget\u0004Label Text:":["Label Text:"],"Widget\u0004Number of posts to display:":["Number of posts to display:"],"Widget\u0004Only Show Posts from These Categories:":["Only Show Posts from These Categories:"],"Widget\u0004Popular Posts - MonsterInsights":["Popular Posts \u2013 MonsterInsights"],"Widget\u0004Theme:":["Theme:"],"Widget\u0004Title Color:":["Title Colour:"],"Widget\u0004Title Font Size:":["Title Font Size:"],"Widget\u0004Widget Title:":["Widget Title:"],"Widget Styling":["Widget Styling"],"Widget Title":["Widget Title"],"Women":["Women"],"WooCommerce":["WooCommerce"],"WooCommerce SEO":["WooCommerce SEO"],"Word Balance":["Word Balance"],"Word Count":["Word Count"],"WordPress Admin Area Reports":["WordPress Admin Area Reports"],"WordPress Tutorials by WPBeginner":["WordPress Tutorials by WPBeginner"],"Works with WooCommerce, MemberPress and Easy Digital Downloads.":["Works with WooCommerce, MemberPress, and Easy Digital Downloads."],"Wouldn\u2019t it be easy if you could get your website\u2019s performance report in your email inbox every week? With our new feature, Email Summaries, you can now view all your important stats in a simple report that\u2019s delivered straight to your inbox. <br><br>You get an overview of your site's performance without logging in to WordPress or going through different Analytics reports. %sUpgrade to MonsterInsights Pro%s to enable the Email Summaries feature.":["Wouldn\u2019t it be easy if you could get your website\u2019s performance report in your email inbox every week? With our new feature, Email Summaries, you can now view all your important stats in a simple report that\u2019s delivered straight to your inbox. <br><br>You get an overview of your site's performance without logging in to WordPress or going through different Analytics reports. %sUpgrade to MonsterInsights Pro%s to enable the Email Summaries feature."],"Write Review":["Write Review"],"Write your post title to see the analyzer data. This Headline Analyzer tool enables you to write irresistible SEO headlines that drive traffic, shares, and rank better in search results.":["Write your post title to see the analyser data. This Headline Analyser tool enables you to write irresistible SEO headlines that drive traffic, shares, and rank better in search results."],"Year in Review":["Year in Review"],"Year: %s":["Year: %s"],"Yemen":["Yemen"],"Yes":["Yes"],"Yes (recommended) %1$s- Get the latest features, bugfixes, and security updates as they are released.%2$s":["Yes (recommended) %1$s- Get the latest features, bug fixes, and security updates as they are released.%2$s"],"Yes, hide it!":["Yes, hide it!"],"Yesterday":["Yesterday"],"Yikes! PHP Update Required":["Oops! PHP Update Required"],"Yikes! WordPress Update Required":["Oops! WordPress Update Required"],"You Successfully Unlocked the most powerful Analytics plugin":["You Successfully Unlocked the most powerful Analytics plugin"],"You Top 5 Countries":["Your Top Five Countries"],"You appear to be offline.":["You appear to be offline."],"You appear to be offline. Addon not activated.":["You appear to be offline. Add-on not activated."],"You appear to be offline. Addon not deactivated.":["You appear to be offline. Add-on not deactivated."],"You appear to be offline. Addon not installed.":["You appear to be offline. Add-on not installed."],"You appear to be offline. Plugin not installed.":["You appear to be offline. Plugin not installed."],"You appear to be offline. Settings not saved.":["You appear to be offline. Settings not saved."],"You appear to be offline. WPForms not installed.":["You appear to be offline. WPForms not installed."],"You are currently in a preview window. MonsterInsights doesn't track preview window traffic to avoid false visit reports.":["You are currently in a preview window. MonsterInsights doesn't track preview window traffic to avoid false visit reports."],"You are not allowed to activate plugins":["You are not allowed to activate plugins"],"You are not allowed to deactivate plugins":["You are not allowed to deactivate plugins"],"You are not allowed to install plugins":["You are not allowed to install plugins"],"You are not allowed to install plugins.":["You are not allowed to install plugins."],"You are not licensed.":["You are not licensed."],"You are now connected with MonsterInsights. We make it effortless for you to implement Google Analytics tracking and see the stats that matter, right inside the WordPress dashboard.":["You are now connected with MonsterInsights. We make it effortless for you to implement Google Analytics tracking and see the stats that matter, right inside the WordPress dashboard."],"You are using %s but the MonsterInsights eCommerce addon is not active, please Install & Activate it to start tracking eCommerce data.":["You are using %s but the MonsterInsights eCommerce add-on is not active, please Install and Activate it to start tracking eCommerce data."],"You are using Manual UA code output":["You are using Manual UA code output"],"You are using a browser which is no longer supported by MonsterInsights. Please update or use another browser in order to access the plugin settings.":["You are using a browser which is no longer supported by MonsterInsights. Please update or use another browser in order to access the plugin settings."],"You can add maximum 5 items.":["You can add a maximum of five items."],"You can customize your %sdate range only in the PRO version.":["You can customise your %sdate range only in the PRO version."],"You can export PDF reports only in the PRO version.":["You can export PDF reports only in the PRO version."],"You can re-enable the MonsterInsights widget at any time using the \"Screen Options\" menu on the top right of this page":["You can re-enable the MonsterInsights widget at any time using the \"Screen Options\" menu on the top right of this page"],"You can't view MonsterInsights reports because you are not licensed.":["You can't view MonsterInsights reports because you are not licensed."],"You can't view MonsterInsights reports due to license key errors.":["You can't view MonsterInsights reports due to licence key errors."],"You cannot send emails with MI_WP_Emails() until init\/admin_init has been reached.":["You cannot send emails with MI_WP_Emails() until init\/admin_init has been reached."],"You currently have a %1$s level license, but this report requires at least a %2$s level license to view the %3$s. Please upgrade to view this report.":["You currently have a %1$s level licence, but this report requires at least a %2$s level licence to view the %3$s. Please upgrade to view this report."],"You do not have an active license. Please %1$scheck your license configuration.%2$s":["You do not have an active licence. Please %1$scheck your licence configuration.%2$s"],"You don't have permission to authenticate MonsterInsights.":["You don't have permission to authenticate MonsterInsights."],"You don't have permission to deauthenticate MonsterInsights.":["You don't have permission to de-authenticate MonsterInsights."],"You don't have permission to re-authenticate MonsterInsights.":["You don't have permission to re-authenticate MonsterInsights."],"You don't have permission to verify MonsterInsights.":["You don't have permission to verify MonsterInsights."],"You don't have permission to view MonsterInsights reports.":["You don't have permission to view MonsterInsights reports."],"You had ":["You had "],"You have space to add more keywords and power words to boost your rankings and click-through rate.":["You have space to add more keywords and power words to boost your rankings and click-through rate."],"You must authenticate with MonsterInsights before you can view reports.":["You must authenticate with MonsterInsights before you can view reports."],"You must authenticate with MonsterInsights to use reports.":["You must authenticate with MonsterInsights to use reports."],"You must connect with MonsterInsights before you can view reports.":["You must connect with MonsterInsights before you can view reports."],"You must have the \"unfiltered_html\" capability to view\/edit this setting.":["You must have the \"unfiltered_html\" capability to view\/edit this setting."],"You need to %1$sconnect MonsterInsights%2$s first":["You need to %1$sconnect MonsterInsights%2$s first"],"You never truly understand your customers until you used Enhanced %1$s eCommerce from MonsterInsights!":["You never truly understand your customers until you use Enhanced %1$s eCommerce from MonsterInsights!"],"You will be taken to the MonsterInsights website where you'll need to connect your Analytics account.":["You will be taken to the MonsterInsights website, where you'll need to connect your Analytics account."],"You're using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s.":["You're using %1$s%2$s Lite%3$s. To unlock more features consider %4$supgrading to Pro%5$s."],"You're using %1$sMonsterInsights Lite%2$s - no license needed. Enjoy! %3$s":["You're using %1$sMonsterInsights Lite%2$s - no licence needed. Enjoy! %3$s"],"You've disconnected your site from MonsterInsights. Your site is no longer being tracked by Google Analytics and you won't see reports anymore.":["You've disconnected your site from MonsterInsights. Your site is no longer being tracked by Google Analytics and you won't see reports anymore."],"Your 2020 Analytics Report":["Your 2020 Analytics Report"],"Your 2020 Year in Review is still calculating. Please check back later to see how your website performed last year.":["Your 2020 Year in Review is still calculating. Please check back later to see how your website performed last year."],"Your <strong>%1$s<\/strong> visitors came from <strong>%2$s<\/strong> different countries.":["Your <strong>%1$s<\/strong> visitors came from <strong>%2$s<\/strong> different countries."],"Your <strong>%1$s<\/strong> visitors viewed a total of <strong>%2$s<\/strong> pages. <span class='average-page-per-user' style='font-size: 20px;margin-top:25px;display:block;font-family:Lato'>That's an average of %3$s pages for each visitor!<\/span>":["Your <strong>%1$s<\/strong> visitors viewed a total of <strong>%2$s<\/strong> pages. <span class='average-page-per-user' style='font-size: 20px;margin-top:25px;display:block;font-family:Lato'>That's an average of %3$s pages for each visitor!<\/span>"],"Your Measurement ID should look like G-XXXXXXXXXX where the X's are numbers.":["Your Measurement ID should look like G-XXXXXXXXXX, where the X's are numbers."],"Your Measurement Protocol API Secret is currently left blank, so you won't be able to use some of the tracking features with your GA4 property. %1$sPlease enter your Measurement Protocol API Secret here.%2$s":["Your Measurement Protocol API Secret is currently left blank, so you won't be able to use some of the tracking features with your GA4 property. %1$sPlease enter your Measurement Protocol API Secret here.%2$s"],"Your Top 5 Keywords":["Your Top 5 Keywords"],"Your Top 5 Pages":["Your Top Five Pages"],"Your Top 5 Referrals":["Your Top 5 Referrals"],"Your Universal Analytics code should look like UA-XXXXXXXXXX where the X's are numbers.":["Your Universal Analytics code should look like UA-XXXXXXXXXX, where the X's are numbers."],"Your Website":["Your Website"],"Your Website Traffic Is Dropping":["Your Website Traffic Is Dropping"],"Your best month was <strong>%1$s<\/strong> with <strong>%2$s visitors!<\/strong>":["Your best month was <strong>%1$s<\/strong> with <strong>%2$s visitors!<\/strong>"],"Your browser version is not supported":["Your browser version is not supported"],"Your headline doesn\u2019t use enough words. You have more space to add keywords and power words to improve your SEO and get more engagement.":["Your headline doesn\u2019t use enough words. You have more space to add keywords and power words to improve your SEO and get more engagement."],"Your headline has a negative sentiment.":["Your headline has a negative sentiment."],"Your headline has a neutral sentiment.":["Your headline has a neutral sentiment."],"Your headline has a positive sentiment.":["Your headline has a positive sentiment."],"Your headline has the right amount of words. Headlines are more likely to be clicked on in search results if they have about 6 words.":["Your headline has the right amount of words. Headlines are more likely to be clicked on in search results if they have about six words."],"Your headline has too many words. Long headlines will get cut off in search results and won\u2019t get as many clicks.":["Your headline has too many words. Long headlines will get cut off in search results and won\u2019t get as many clicks."],"Your headline would be more likely to get clicks if it had more uncommon words.":["Your headline would be more likely to get clicks if it had more uncommon words."],"Your license key for MonsterInsights has been disabled. Please use a different key.":["Your licence key for MonsterInsights has been disabled. Please use a different key."],"Your license key for MonsterInsights has expired. %1$sPlease click here to renew your license key.%2$s":["Your licence key for MonsterInsights has expired. %1$sPlease click here to renew your licence key.%2$s"],"Your license key for MonsterInsights is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key.":["Your licence key for MonsterInsights is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key."],"Your network license key for MonsterInsights has been disabled. Please use a different key.":["Your network licence key for MonsterInsights has been disabled. Please use a different key."],"Your network license key for MonsterInsights has expired. %1$sPlease click here to renew your license key.%2$s":["Your network licence key for MonsterInsights has expired. %1$sPlease click here to renew your licence key.%2$s"],"Your network license key for MonsterInsights is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key.":["Your network licence key for MonsterInsights is invalid. The key no longer exists or the user associated with the key has been deleted. Please use a different key."],"Your server is blocking external requests to monsterinsights.com, please check your firewall settings or contact your host for more details.":["Your server is blocking external requests to monsterinsights.com, please check your firewall settings or contact your host for more details."],"Your site is connected to MonsterInsights!":["Your site is connected to MonsterInsights!"],"Your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked.%4$sWordPress is working towards discontinuing support for your PHP version.%4$sUpdating PHP only takes a few minutes and will make your website significantly faster and more secure.%4$s%2$sLearn more about updating PHP%3$s":["Your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk of being hacked.%4$sWordPress is working towards discontinuing support for your PHP version.%4$sUpdating PHP only takes a few minutes and will make your website significantly faster and more secure.%4$s%2$sLearn more about updating PHP%3$s"],"Your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked.%4$sWordPress stopped supporting your PHP version in April, 2019.%4$sUpdating PHP only takes a few minutes and will make your website significantly faster and more secure.%4$s%2$sLearn more about updating PHP%3$s":["Your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk of being hacked.%4$sWordPress stopped supporting your PHP version in April 2019.%4$sUpdating PHP only takes a few minutes and will make your website significantly faster and more secure.%4$s%2$sLearn more about updating PHP%3$s"],"Your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk for being hacked.%4$sWordPress stopped supporting your PHP version in November, 2019.%4$sUpdating PHP only takes a few minutes and will make your website significantly faster and more secure.%4$s%2$sLearn more about updating PHP%3$s":["Your site is running an outdated, insecure version of PHP (%1$s), which could be putting your site at risk of being hacked.%4$sWordPress stopped supporting your PHP version in November 2019.%4$sUpdating PHP only takes a few minutes and will make your website significantly faster and more secure.%4$s%2$sLearn more about updating PHP%3$s"],"Your traffic is not being tracked by MonsterInsights at the moment and you are losing data. Authenticate and get access to the reporting area and advanced tracking features.":["Your traffic is not being tracked by MonsterInsights at the moment and you are losing data. Authenticate and get access to the reporting area and advanced tracking features."],"Your website bounce rate is %1$s. High bounce rates can hurt your site\u2019s conversions rates. A high bounce rate might mean that people aren't finding what they're looking for on your site. %2$sHere%3$s are some points to remember and steps to follow to get your bounce rates back to manageable levels.":["Your website bounce rate is %1$s. High bounce rates can hurt your site\u2019s conversions rates. A high bounce rate might mean that people aren't finding what they're looking for on your site. %2$sHere%3$s are some points to remember and steps to follow to get your bounce rates back to manageable levels."],"Your website bounce rate is higher than 70%":["Your website bounce rate is higher than 70%"],"Your website has Facebook Instant Articles pages set up but they are not tracked by Google Analytics at the moment. You need to Install & Activate the MonsterInsights Facebook Instant Articles Addon.":["Your website has Facebook Instant Articles pages set up but they are not tracked by Google Analytics at the moment. You need to Install and Activate the MonsterInsights Facebook Instant Articles Add-on."],"Your website has Google AMP-enabled pages set up but they are not tracked by Google Analytics at the moment. You need to Install & Activate the MonsterInsights AMP Addon.":["Your website has Google AMP-enabled pages set up but they are not tracked by Google Analytics at the moment. You need to Install and Activate the MonsterInsights AMP Add-on."],"Your website has been visited by %s visitors in the past 30 days. Click the button below to view the full analytics report.":["Your website has been visited by %s visitors in the past 30 days. Click the button below to view the full analytics report."],"Your website is authenticated with MonsterInsights":["Your website is authenticated with MonsterInsights"],"Your website is receiving automatic updates":["Your website is receiving automatic updates"],"Your website is receiving minor updates":["Your website is receiving minor updates"],"Your website profile has been set at the network level of your WordPress Multisite.":["Your website profile has been set at the network level of your WordPress Multisite."],"Your website traffic is decreasing and that\u2019s a reason to take action now. Less traffic means less opportunities to make your brand known, make relationships and ultimately sell your service or product. <br><br>Follow the marketing hacks of %sthis article%s to start growing your traffic again.":["Your website traffic is decreasing and that\u2019s a reason to take action now. Less traffic means less opportunities to make your brand known, make relationships and ultimately sell your service or product. <br><br>Follow the marketing hacks of %sthis article%s to start growing your traffic again."],"Your website was quite popular this year! ":["Your website was quite popular this year! "],"Your website was visited by %s users in the last 30 days.":["Your website was visited by %s users in the last 30 days."],"Yup, we know a thing or two about building awesome products that customers love.":["Yup, we know a thing or two about building awesome products that customers love."],"Zambia":["Zambia"],"Zimbabwe":["Zimbabwe"],"a":["a"],"about":["about"],"absolutely lowest":["absolutely lowest"],"activate":["activate"],"actually":["actually"],"advice":["advice"],"affordable":["affordable"],"after":["after"],"alert famous":["alert famous"],"all":["all"],"amazing":["amazing"],"an":["an"],"and":["and"],"announcing":["announcing"],"approved":["approved"],"are":["are"],"as":["as"],"astonishing":["astonishing"],"at":["at"],"attractive":["attractive"],"authentic":["authentic"],"awesome":["awesome"],"baby":["baby"],"bargain":["bargain"],"be":["be"],"beautiful":["beautiful"],"because you are not being tracked.":["because you are not being tracked."],"being":["being"],"best":["best"],"better":["better"],"big":["big"],"bonanza":["bonanza"],"bottom line":["bottom line"],"boy":["boy"],"breakthrough":["breakthrough"],"but":["but"],"by":["by"],"can":["can"],"challenge":["challenge"],"colorful":["colourful"],"colossal":["colossal"],"common":["common"],"compare":["compare"],"competitive":["competitive"],"complete":["complete"],"compromise":["compromise"],"con\ufb01dential":["con\ufb01dential"],"crammed":["crammed"],"daily archives date format\u0004F j, Y":["j F Y"],"daring":["daring"],"delighted":["delighted"],"delivered":["delivered"],"destiny":["destiny"],"destroy":["destroy"],"devastating":["devastating"],"devoted":["devoted"],"did":["did"],"direct":["direct"],"dirty":["dirty"],"disastrous":["disastrous"],"discount":["discount"],"disgusting":["disgusting"],"disinformation":["disinformation"],"do":["do"],"does":["does"],"dog":["dog"],"dollar":["dollar"],"double":["double"],"down":["down"],"download":["download"],"drowning":["drowning"],"dumb":["dumb"],"eCommerce":["eCommerce"],"eCommerce Report":["eCommerce Report"],"eCommerce Tracking":["eCommerce Tracking"],"eCommerce data is not being tracked":["eCommerce data is not being tracked"],"easily":["easily"],"easy":["easy"],"edge":["edge"],"eight":["eight"],"eleven":["eleven"],"embarrass":["embarrass"],"emerging":["emerging"],"emotion":["emotion"],"empower":["empower"],"endorsed":["endorsed"],"energize":["energise"],"energy":["energy"],"enormous":["enormous"],"epic":["epic"],"ever":["ever"],"evil":["evil"],"excellent":["excellent"],"excited":["excited"],"exciting":["exciting"],"exclusive":["exclusive"],"expert":["expert"],"explode":["explode"],"exploit":["exploit"],"exposed":["exposed"],"extra":["extra"],"eye-opening":["eye-opening"],"facebook":["Facebook"],"fail":["fail"],"faith":["faith"],"famous":["famous"],"fantastic":["fantastic"],"fascinating":["fascinating"],"fearless":["fearless"],"feast":["feast"],"feeble":["feeble"],"fift":["fifteen"],"five":["five"],"focus":["focus"],"fool":["fool"],"fooled":["fooled"],"for":["for"],"for the \ufb01rst time":["for the \ufb01rst time"],"forbidden":["forbidden"],"force-fed":["force-fed"],"forgotten":["forgotten"],"fortune":["fortune"],"foul":["foul"],"found":["found"],"four":["four"],"frantic":["frantic"],"free":["free"],"freebie":["freebie"],"frenzy":["frenzy"],"fresh on the mind":["fresh on the mind"],"frightening":["frightening"],"from":["from"],"frugal":["frugal"],"full":["full"],"ful\ufb01ll":["fulfill"],"fundamentals":["fundamentals"],"gambling":["gambling"],"genuine":["genuine"],"get":["get"],"gift":["gift"],"gigantic":["gigantic"],"girl":["girl"],"good":["good"],"google-analytics-for-wordpress\u0004%dpx":["%dpx"],"grateful":["grateful"],"great":["great"],"greatest":["greatest"],"greed":["greed"],"grit":["grit"],"growth":["growth"],"guaranteed":["guaranteed"],"gullible":["gullible"],"guy":["guy"],"hack":["hack"],"had enough":["had enough"],"happened":["happened"],"happy":["happy"],"has":["has"],"hate":["hate"],"have":["have"],"hazardous":["hazardous"],"he":["he"],"heart":["heart"],"help are the":["help are the"],"helpful":["helpful"],"helpless":["helpless"],"her":["her"],"here":["here"],"hidden":["hidden"],"high":["high"],"high tech":["high tech"],"highest":["highest"],"his":["his"],"hoax":["hoax"],"hope":["hope"],"horri\ufb01c":["horri\ufb01c"],"how":["how"],"how to":["how to"],"how to make":["how to make"],"howto":["howto"],"https:\/\/www.monsterinsights.com\/?utm_source=liteplugin&utm_medium=pluginheader&utm_campaign=authoruri&utm_content=7%2E0%2E0":["https:\/\/www.monsterinsights.com\/?utm_source=liteplugin&utm_medium=pluginheader&utm_campaign=authoruri&utm_content=7%2E0%2E0"],"https:\/\/www.monsterinsights.com\/?utm_source=liteplugin&utm_medium=pluginheader&utm_campaign=pluginurl&utm_content=7%2E0%2E0":["https:\/\/www.monsterinsights.com\/?utm_source=liteplugin&utm_medium=pluginheader&utm_campaign=pluginurl&utm_content=7%2E0%2E0"],"huge gift":["huge gift"],"hundred":["hundred"],"hurricane":["hurricane"],"hurry":["hurry"],"hypnotic":["hypnotic"],"if":["if"],"illegal":["illegal"],"imagination":["imagination"],"immediately":["immediately"],"important":["important"],"improved":["improved"],"in":["in"],"in a":["in a"],"in the":["in the"],"in the world":["in the world"],"inexpensive":["inexpensive"],"informative":["informative"],"innovative":["innovative"],"insanely":["insanely"],"insider":["insider"],"insidious":["insidious"],"install":["install"],"instructive":["instructive"],"interesting":["interesting"],"introducing":["introducing"],"invasion":["invasion"],"ironclad":["ironclad"],"irresistibly":["irresistibly"],"is":["is"],"is the":["is the"],"is what happens when":["is what happens when"],"it":["it"],"it looks like a":["it looks like a"],"it's here":["it's here"],"its":["its"],"jackpot":["jackpot"],"jail":["jail"],"jaw-dropping":["jaw-dropping"],"jeopardy":["jeopardy"],"jubilant":["jubilant"],"just":["just"],"just arrived":["just arrived"],"killer":["killer"],"know":["know"],"know it all":["know it all"],"largest":["largest"],"last chance":["last chance"],"last minute":["last minute"],"latest":["latest"],"launching":["launching"],"lavishly":["lavishly"],"lawsuit":["lawsuit"],"liberal":["liberal"],"lick":["lick"],"lies":["lies"],"life":["life"],"lifetime":["lifetime"],"like":["like"],"like a normal":["like a normal"],"limited":["limited"],"line":["line"],"little":["little"],"ll":["I\u2019ll"],"loathsome":["loathsome"],"lonely":["lonely"],"look":["look"],"looks like a":["looks like a"],"looming":["looming"],"lost":["lost"],"love":["love"],"lowest":["lowest"],"lunatic":["lunatic"],"lurking":["lurking"],"lust":["lust"],"luxurious":["luxurious"],"luxury":["luxury"],"lying":["lying"],"made":["made"],"magic":["magic"],"mainstream":["mainstream"],"make":["make"],"make you":["make you"],"makes":["makes"],"mammoth":["mammoth"],"man":["man"],"marked down":["marked down"],"massive":["massive"],"me":["me"],"media":["media"],"meltdown":["meltdown"],"might look like a":["might look like a"],"mind":["mind"],"mind-blowing":["mind-blowing"],"minute":["minute"],"minutes":["minutes"],"miracle":["miracle"],"mired":["mired"],"mistakes":["mistakes"],"money":["money"],"money-grubbing":["money-grubbing"],"moneyback":["moneyback"],"monthly archives date format\u0004F Y":["F Y"],"monumental":["monumental"],"more":["more"],"most":["most"],"murder":["murder"],"my":["my"],"myths":["myths"],"need":["need"],"never":["never"],"never again":["never again"],"new":["new"],"nightmare":["nightmare"],"nine":["nine"],"no":["no"],"no good":["no good"],"no questions asked":["no questions asked"],"not":["not"],"noted":["noted"],"now":["now"],"obnoxious":["obnoxious"],"obsession":["obsession"],"odd":["odd"],"of":["of"],"of the":["of the"],"off-limits":["off-limits"],"offer":["offer"],"official":["official"],"old":["old"],"on":["on"],"on the":["on the"],"one":["one"],"opportunities":["opportunities"],"out":["out"],"outlawed":["outlawed"],"outstanding":["outstanding"],"overcome":["overcome"],"painful":["painful"],"pale":["pale"],"panic":["panic"],"pay zero":["pay zero"],"payback":["payback"],"people":["people"],"per year":["per year"],"peril":["peril"],"perspective":["perspective"],"photos":["photos"],"pioneering":["pioneering"],"piranha":["piranha"],"pitfall":["pitfall"],"plague":["plague"],"played":["played"],"pluck":["pluck"],"plummet":["plummet"],"plunge":["plunge"],"pointless":["pointless"],"poor":["poor"],"popular":["popular"],"portfolio":["portfolio"],"post format archive title\u0004Asides":["Asides"],"post format archive title\u0004Audio":["Audio"],"post format archive title\u0004Chats":["Chats"],"post format archive title\u0004Galleries":["Galleries"],"post format archive title\u0004Images":["Images"],"post format archive title\u0004Links":["Links"],"post format archive title\u0004Quotes":["Quotes"],"post format archive title\u0004Statuses":["Statuses"],"post format archive title\u0004Videos":["Videos"],"pound":["pound"],"power":["power"],"powerful":["powerful"],"practical":["practical"],"preposterous":["preposterous"],"priced":["priced"],"prison":["prison"],"privacy":["privacy"],"private":["private"],"prize":["prize"],"professional":["professional"],"promising":["promising"],"protected":["protected"],"proven":["proven"],"provocative":["provocative"],"pro\ufb01t":["pro\ufb01t"],"pro\ufb01table":["pro\ufb01table"],"pummel":["pummel"],"punish":["punish"],"quadruple":["quadruple"],"quality":["quality"],"quick":["quick"],"quickly":["quickly"],"rare":["rare"],"rave":["rave"],"re":["re"],"really":["really"],"reasons":["reasons"],"reckoning":["reckoning"],"reclaim":["reclaim"],"reduced":["reduced"],"refugee":["refugee"],"refund":["refund"],"refundable":["refundable"],"reliable":["reliable"],"remarkable":["remarkable"],"remarkably":["remarkably"],"research":["research"],"results":["results"],"revealing":["revealing"],"revenge":["revenge"],"revisited":["revisited"],"revolting":["revolting"],"revolutionary":["revolutionary"],"reward":["reward"],"rich":["rich"],"right":["right"],"risky":["risky"],"ruthless":["ruthless"],"sale":["sale"],"sampler":["sampler"],"scarce":["scarce"],"scary":["scary"],"scream":["scream"],"searing":["searing"],"secrets":["secrets"],"secure":["secure"],"security":["security"],"secutively":["consecutively"],"see":["see"],"seen":["seen"],"seize":["seize"],"selected":["selected"],"sensational":["sensational"],"seven":["seven"],"shameless":["shameless"],"shatter":["shatter"],"she":["she"],"shellacking":["shellacking"],"shrewd":["shrewd"],"sick and tired":["sick and tired"],"silly":["silly"],"simple":["simple"],"simplistic":["simplistic"],"simpli\ufb01ed":["simpli\ufb01ed"],"sinful":["sinful"],"six":["six"],"six-\ufb01gure":["six-\ufb01gure"],"sizable":["sizeable"],"skill":["skill"],"skyrocket":["skyrocket"],"slaughter":["slaughter"],"sleazy":["sleazy"],"smash":["smash"],"smug":["smug"],"smuggled":["smuggled"],"sniveling":["sniveling"],"snob":["snob"],"so":["so"],"soar":["soar"],"soaring":["soaring"],"social":["social"],"something":["something"],"sould":["should"],"special":["special"],"special offer":["special offer"],"spectacular":["spectacular"],"spine":["spine"],"spirit":["spirit"],"spotlight":["spotlight"],"staggering":["staggering"],"startling":["startling"],"strange":["strange"],"strangle":["strangle"],"strong":["strong"],"stuck up":["stuck up"],"stunning":["stunning"],"stupid":["stupid"],"sturdy":["sturdy"],"successful":["successful"],"suddenly":["suddenly"],"superior":["superior"],"sure":["sure"],"sure \ufb01re":["sure \ufb01re"],"surge":["surge"],"surging":["surging"],"surprise":["surprise"],"surprising":["surprising"],"surprisingly":["surprisingly"],"surrender":["surrender"],"survival":["survival"],"swindle":["swindle"],"taboo":["taboo"],"tailspin":["tailspin"],"tank":["tank"],"tantalizing":["tantalising"],"targeted":["targeted"],"tawdry":["tawdry"],"tech":["tech"],"technology":["technology"],"teetering":["teetering"],"temporary \ufb01x":["temporary \ufb01x"],"tempting":["tempting"],"terri\ufb01c":["terri\ufb01c"],"terror":["terror"],"tested":["tested"],"that":["that"],"that will":["that will"],"that will make":["that will make"],"that will make you":["that will make you"],"the":["the"],"the best":["the best"],"the most":["the most"],"the ranking of":["the ranking of"],"the reason why is":["the reason why is"],"the truth about":["the truth about"],"their":["their"],"there":["there"],"these":["these"],"they":["they"],"thing":["thing"],"thing ive ever seen":["thing I've ever seen"],"things":["things"],"think":["think"],"thirt":["thirteen"],"this":["this"],"this is":["this is"],"this is the":["this is the"],"this is what":["this is what"],"this is what happens":["this is what happens"],"thousand":["thousand"],"three":["three"],"thrilled":["thrilled"],"thrilling":["thrilling"],"time":["time"],"timely":["timely"],"tired":["tired"],"to":["to"],"to be":["to be"],"to the":["to the"],"toxic":["toxic"],"trap":["trap"],"treasure":["treasure"],"tremendous":["tremendous"],"triple":["triple"],"triumph":["triumph"],"truth":["truth"],"try before you buy":["try before you buy"],"turn the tables":["turn the tables"],"twelve":["twelve"],"two":["two"],"ultimate":["ultimate"],"unauthorized":["unauthorised"],"unbelievably":["unbelievably"],"uncommon":["uncommon"],"uncommonly":["uncommonly"],"unconditional":["unconditional"],"under":["under"],"under priced":["under priced"],"underhanded":["underhanded"],"undo":["undo"],"unexpected":["unexpected"],"unique":["unique"],"unlimited":["unlimited"],"unlock":["unlock"],"unparalleled":["unparalleled"],"unscrupulous":["unscrupulous"],"unsurpassed":["unsurpassed"],"unusual":["unusual"],"unusually":["unusually"],"up":["up"],"uplifting":["uplifting"],"urgent":["urgent"],"useful":["useful"],"valentines":["valentines"],"valor":["valour"],"valuable":["valuable"],"value":["value"],"vaporize":["vaporise"],"varify":["varify"],"vibrant":["vibrant"],"victim":["victim"],"victory":["victory"],"video":["video"],"vindication":["vindication"],"viral":["viral"],"volatile":["volatile"],"vs. Previous Day":["vs. Previous Day"],"vulnerable":["vulnerable"],"want":["want"],"wanted":["wanted"],"wanton":["wanton"],"warning":["warning"],"was":["was"],"watch":["watch"],"way":["way"],"ways":["ways"],"wealth":["wealth"],"weird":["weird"],"what":["what"],"what happened":["what happened"],"what happens":["what happens"],"what happens when":["what happens when"],"what this":["what this"],"when":["when"],"when you":["when you"],"where":["where"],"whip":["whip"],"who":["who"],"whopping":["whopping"],"why":["why"],"wicked":["wicked"],"will":["will"],"will make you":["will make you"],"willpower":["willpower"],"with":["with"],"withheld":["withheld"],"wonderful":["wonderful"],"wondrous":["wondrous"],"words":["words"],"world":["world"],"worry":["worry"],"wounded":["wounded"],"year":["year"],"yearly archives date format\u0004Y":["Y"],"years":["years"],"you":["you"],"you need to":["you need to"],"you need to know":["you need to know"],"you see":["you see"],"you see what":["you see what"],"your":["your"],"you\u2019ll":["you\u2019ll"],"zinger":["zinger"],"~ Syed Balkhi<br>Co-Founder of MonsterInsights":["~ Syed Balkhi<br>Co-Founder of MonsterInsights"],"\ufb01re":["\ufb01re"],"\ufb01rst":["\ufb01rst"],"\ufb02eece":["\ufb02eece"],"\ufb02oundering":["\ufb02oundering"],"\ufb02ush":["\ufb02ush"]},"assets":"https:\/\/oldfreegame.com\/wp-content\/plugins\/google-analytics-for-wordpress\/lite\/assets\/vue","addons_url":"https:\/\/oldfreegame.com\/wp-admin\/admin.php?page=monsterinsights_settings#\/addons","page_id":"811","page_title":"Old Free Game","plugin_version":"8.1.0","shareasale_id":"0","shareasale_url":"https:\/\/www.shareasale.com\/r.cfm?B=971799&U=0&M=69975&urllink=","is_admin":"","reports_url":"https:\/\/oldfreegame.com\/wp-admin\/admin.php?page=monsterinsights_reports","authed":"1","getting_started_url":"https:\/\/oldfreegame.com\/wp-admin\/admin.php?page=monsterinsights_settings#\/about\/getting-started","wizard_url":"https:\/\/oldfreegame.com\/wp-admin\/index.php?page=monsterinsights-onboarding"};
</script>
<script src='https://oldfreegame.com/wp-content/uploads/siteground-optimizer-assets/monsterinsights-vue-frontend.min.js' id='monsterinsights-vue-frontend-js'></script>
<script src='https://oldfreegame.com/wp-content/uploads/siteground-optimizer-assets/rank-math.min.js' id='rank-math-js'></script>
<script id='peepsotags-js-extra'>
var peepsotagsdata = {"parser":"@peepso_user_(\\d+)(?:\\(([^\\)]+)\\))?","template":"@peepso_user_<%= id %>(<%= title %>)"};
</script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/usertags.min.js' id='peepsotags-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/location.min.js' id='peepsolocation-js-js'></script>
<script id='peepso-postbox-js-extra'>
var psdata_postbox = {"template":"<div class=\"ps-postbox ps-postbox--edit\">\n\t<div class=\"ps-postbox__inner\">\n\t\t<div class=\"ps-postbox__content ps-postbox-content\">\n\t\t\t<div class=\"ps-postbox__status ps-postbox-status\">\n\t\t\t\t<div class=\"ps-postbox__status-wrapper\">\n\t\t\t\t\t<div class=\"ps-postbox__status-inner\">\n\t\t\t\t\t\t<span class=\"ps-postbox__status-mirror ps-postbox-mirror ps-js-mirror\"><\/span>\n\t\t\t\t\t\t<span class=\"ps-postbox__status-addons ps-postbox-addons ps-js-addons\"><\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"ps-postbox__input-wrapper ps-postbox-input ps-inputbox\">\n\t\t\t\t\t\t\t\t\t\t\t\t<textarea class=\"ps-postbox__input ps-textarea ps-postbox-textarea\" placeholder=\"\"><\/textarea>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"ps-postbox__chars-count ps-postbox-charcount ps-js-charcount\"><\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"ps-postbox__footer ps-postbox-tab ps-postbox-tab-root ps-sclearfix\" style=\"display:none\">\n\t\t\t<div class=\"ps-postbox__menu ps-postbox__menu--tabs\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"ps-postbox__footer ps-postbox-tab selected\">\n\t\t\t<div class=\"ps-postbox__menu ps-postbox__menu--interactions\">\n\t\t\t\t<div id=\"privacy-tab\" class=\"ps-postbox__menu-item ps-postbox__menu-item--privacy ps-js-interaction-wrapper\"><div class=\"ps-js-interaction-wrapper ps-js-postbox-toggle\"><a class=\"ps-postbox__menu-item-link ps-js-interaction-toggle ps-tooltip ps-tooltip--postbox\" data-tooltip=\"Privacy\" onclick=\"return;\">\n<i class=\"ps-icon gcis gci-globe-americas\"><\/i>\n<span class=\"ps-postbox__menu-item-label\">Public<\/span><em class=\"gcis gci-chevron-down\"><\/em>\n<\/a>\n<\/div><input type=\"hidden\" autocomplete=\"off\" id=\"postbox_acc\" name=\"postbox_acc\" value=\"10\" \/><div class=\"ps-postbox__privacy\"><div class=\"ps-dropdown__menu ps-postbox-privacy ps-privacy-dropdown\"><a href=\"#\" class=\"ps-postbox__privacy-item\" id=\"postbox-acc-10\" data-option-value=\"10\" onclick=\"return false;\"><i class=\"gcis gci-globe-americas\"><\/i><span>Public<\/span><\/a><a href=\"#\" class=\"ps-postbox__privacy-item\" id=\"postbox-acc-20\" data-option-value=\"20\" onclick=\"return false;\"><i class=\"gcis gci-user-friends\"><\/i><span>Site Members<\/span><\/a><a href=\"#\" class=\"ps-postbox__privacy-item\" id=\"postbox-acc-40\" data-option-value=\"40\" onclick=\"return false;\"><i class=\"gcis gci-lock\"><\/i><span>Only Me<\/span><\/a><\/div><\/div><\/div><div id=\"schedule-tab\" class=\"ps-postbox__menu-item ps-postbox__menu-item--schedule ps-js-interaction-wrapper\"><div class=\"ps-js-interaction-wrapper ps-js-postbox-toggle\"><a class=\"ps-postbox__menu-item-link ps-js-interaction-toggle ps-tooltip ps-tooltip--postbox\" data-tooltip=\"Schedule\" onclick=\"return;\">\n<i class=\"ps-icon gcir gci-clock\"><\/i>\n<span class=\"ps-postbox__menu-item-label\"><\/span><em class=\"gcis gci-chevron-down\"><\/em>\n<\/a>\n<\/div><div class=\"ps-dropdown__menu ps-postbox__schedule ps-js-postbox-dropdown ps-js-postbox-schedule\" style=\"display:none\">\n    <a role=\"menuitem\" class=\"ps-postbox__schedule-option\" data-option-value=\"now\">\n        <div class=\"ps-checkbox\">\n            <input class=\"ps-checkbox__input\" type=\"radio\" name=\"peepso_postbox_schedule_1408791641\" id=\"peepso_postbox_schedule_1408791641_now\" value=\"now\" checked>\n            <label class=\"ps-checkbox__label\" for=\"peepso_postbox_schedule_1408791641_now\">\n                Post immediately            <\/label>\n        <\/div>\n    <\/a>\n    <a role=\"menuitem\" class=\"ps-postbox__schedule-option\" data-option-value=\"future\">\n        <div class=\"ps-checkbox\">\n            <input class=\"ps-checkbox__input\" type=\"radio\" name=\"peepso_postbox_schedule_1408791641\" id=\"peepso_postbox_schedule_1408791641_future\" value=\"future\">\n            <label class=\"ps-checkbox__label\" for=\"peepso_postbox_schedule_1408791641_future\">\n                Select date and time            <\/label>\n        <\/div>\n        <div class=\"ps-postbox__schedule-calendar ps-js-datetime\">\n            <div class=\"ps-postbox__schedule-form\">\n                <div class=\"ps-postbox__schedule-label\">Date<\/div>\n                <div class=\"ps-postbox__schedule-date\">\n                    <select class=\"ps-input ps-input--sm ps-input--select ps-postbox__schedule-select ps-js-date-dd\"><\/select>\n                    <select class=\"ps-input ps-input--sm ps-input--select ps-postbox__schedule-select ps-js-date-mm\"><\/select>\n                    <select class=\"ps-input ps-input--sm ps-input--select ps-postbox__schedule-select ps-js-date-yy\"><\/select>\n                <\/div>\n                <div class=\"ps-postbox__schedule-label\">Time<\/div>\n                <div class=\"ps-postbox__schedule-time\">\n                    <select class=\"ps-input ps-input--sm ps-input--select ps-postbox__schedule-select ps-js-time-hh\"><\/select>\n                    <select class=\"ps-input ps-input--sm ps-input--select ps-postbox__schedule-select ps-js-time-mm\" data-interval=\"15\"><\/select>\n                                    <\/div>\n                <div class=\"ps-postbox__schedule-actions\">\n                    <button class=\"ps-btn ps-btn--sm ps-btn--cp ps-btn--action ps-js-done\">Done<\/button>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/a>\n<\/div>\n<\/div><div id=\"mood-tab\" class=\"ps-postbox__menu-item ps-postbox__menu-item--moods ps-js-interaction-wrapper\"><div class=\"ps-js-interaction-wrapper ps-js-postbox-toggle\"><a class=\"ps-postbox__menu-item-link ps-js-interaction-toggle ps-tooltip ps-tooltip--postbox\" data-tooltip=\"Mood\" onclick=\"return;\">\n<i class=\"ps-icon gcir gci-grin\"><\/i>\n<\/a>\n<\/div><div id='postbox-mood' class='ps-dropdown__menu ps-postbox__moods ps-js-postbox-mood'>\n\t\t\t\t\t\t\t<div class='ps-postbox__moods-inner'>\n\t\t\t\t\t\t\t\t<div class='ps-postbox__moods-list'>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t<a class='ps-postbox__moods-item ps-js-mood-item' id='postbox-mood-1' href='#' data-option-value='1' data-option-display-value='joyful' onclick='return false;'>\n\t\t\t\t\t<i class='ps-emoticon ps-emo-1'><\/i><span>joyful<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t<a class='ps-postbox__moods-item ps-js-mood-item' id='postbox-mood-2' href='#' data-option-value='2' data-option-display-value='meh' onclick='return false;'>\n\t\t\t\t\t<i class='ps-emoticon ps-emo-2'><\/i><span>meh<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t<a class='ps-postbox__moods-item ps-js-mood-item' id='postbox-mood-3' href='#' data-option-value='3' data-option-display-value='love' onclick='return false;'>\n\t\t\t\t\t<i class='ps-emoticon ps-emo-3'><\/i><span>love<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t<a class='ps-postbox__moods-item ps-js-mood-item' id='postbox-mood-4' href='#' data-option-value='4' data-option-display-value='flattered' onclick='return false;'>\n\t\t\t\t\t<i class='ps-emoticon ps-emo-4'><\/i><span>flattered<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t<a class='ps-postbox__moods-item ps-js-mood-item' id='postbox-mood-5' href='#' data-option-value='5' data-option-display-value='crazy' onclick='return false;'>\n\t\t\t\t\t<i class='ps-emoticon ps-emo-5'><\/i><span>crazy<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t<a class='ps-postbox__moods-item ps-js-mood-item' id='postbox-mood-6' href='#' data-option-value='6' data-option-display-value='cool' onclick='return false;'>\n\t\t\t\t\t<i class='ps-emoticon ps-emo-6'><\/i><span>cool<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t<a class='ps-postbox__moods-item ps-js-mood-item' id='postbox-mood-7' href='#' data-option-value='7' data-option-display-value='tired' onclick='return false;'>\n\t\t\t\t\t<i class='ps-emoticon ps-emo-7'><\/i><span>tired<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t<a class='ps-postbox__moods-item ps-js-mood-item' id='postbox-mood-8' href='#' data-option-value='8' data-option-display-value='confused' onclick='return false;'>\n\t\t\t\t\t<i class='ps-emoticon ps-emo-8'><\/i><span>confused<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t<a class='ps-postbox__moods-item ps-js-mood-item' id='postbox-mood-9' href='#' data-option-value='9' data-option-display-value='speechless' onclick='return false;'>\n\t\t\t\t\t<i class='ps-emoticon ps-emo-9'><\/i><span>speechless<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t<a class='ps-postbox__moods-item ps-js-mood-item' id='postbox-mood-10' href='#' data-option-value='10' data-option-display-value='confident' onclick='return false;'>\n\t\t\t\t\t<i class='ps-emoticon ps-emo-10'><\/i><span>confident<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t<a class='ps-postbox__moods-item ps-js-mood-item' id='postbox-mood-11' href='#' data-option-value='11' data-option-display-value='relaxed' onclick='return false;'>\n\t\t\t\t\t<i class='ps-emoticon ps-emo-11'><\/i><span>relaxed<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t<a class='ps-postbox__moods-item ps-js-mood-item' id='postbox-mood-12' href='#' data-option-value='12' data-option-display-value='strong' onclick='return false;'>\n\t\t\t\t\t<i class='ps-emoticon ps-emo-12'><\/i><span>strong<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t<a class='ps-postbox__moods-item ps-js-mood-item' id='postbox-mood-13' href='#' data-option-value='13' data-option-display-value='happy' onclick='return false;'>\n\t\t\t\t\t<i class='ps-emoticon ps-emo-13'><\/i><span>happy<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t<a class='ps-postbox__moods-item ps-js-mood-item' id='postbox-mood-14' href='#' data-option-value='14' data-option-display-value='angry' onclick='return false;'>\n\t\t\t\t\t<i class='ps-emoticon ps-emo-14'><\/i><span>angry<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t<a class='ps-postbox__moods-item ps-js-mood-item' id='postbox-mood-15' href='#' data-option-value='15' data-option-display-value='scared' onclick='return false;'>\n\t\t\t\t\t<i class='ps-emoticon ps-emo-15'><\/i><span>scared<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t<a class='ps-postbox__moods-item ps-js-mood-item' id='postbox-mood-16' href='#' data-option-value='16' data-option-display-value='sick' onclick='return false;'>\n\t\t\t\t\t<i class='ps-emoticon ps-emo-16'><\/i><span>sick<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t<a class='ps-postbox__moods-item ps-js-mood-item' id='postbox-mood-17' href='#' data-option-value='17' data-option-display-value='sad' onclick='return false;'>\n\t\t\t\t\t<i class='ps-emoticon ps-emo-17'><\/i><span>sad<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t<a class='ps-postbox__moods-item ps-js-mood-item' id='postbox-mood-18' href='#' data-option-value='18' data-option-display-value='blessed' onclick='return false;'>\n\t\t\t\t\t<i class='ps-emoticon ps-emo-18'><\/i><span>blessed<\/span>\n\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t<button id='postbox-mood-remove' class='ps-btn ps-btn--sm ps-postbox__moods-remove' title='Remove Mood'><i class='gcis gci-times-circle'><\/i> Remove Mood<\/button>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div><div style=\"display:none\">\n\t\t\t\t<input type=\"hidden\" id=\"postbox-mood-input\" name=\"postbox-mood-input\" value=\"0\" \/>\n\t\t\t\t<span id=\"mood-text-string\"> feeling <\/span>\n\t\t\t\t<\/div><\/div><div id=\"status-post\" class=\"ps-postbox__menu-item ps-js-interaction-wrapper\" style=\"display:none\"><div class=\"ps-js-interaction-wrapper ps-js-postbox-toggle\"><a class=\"ps-postbox__menu-item-link ps-js-interaction-toggle ps-tooltip ps-tooltip--postbox\" data-tooltip=\"Post a Status\" onclick=\"return;\">\n<i class=\"ps-icon gcis gci-pen\"><\/i>\n<\/a>\n<\/div><\/div>\t\t\t<\/div>\n\t\t\t<div class=\"ps-postbox__actions ps-postbox-action\">\n\t\t\t\t<button type=\"button\" class=\"ps-btn ps-btn--sm ps-postbox__action ps-postbox__action--cancel ps-tip ps-tip--arrow ps-button-cancel\" aria-label=\"Cancel\"><i class=\"gcis gci-times\"><\/i><\/button>\n\t\t\t\t<button type=\"button\" class=\"ps-btn ps-btn--sm ps-btn--action ps-postbox__action ps-postbox__action--post ps-button-action postbox-submit\">Post<\/button>\n\t\t\t<\/div>\n\t\t\t<div class=\"ps-loading ps-postbox-loading\" style=\"display:none\">\n\t\t\t\t<img src=\"https:\/\/oldfreegame.com\/wp-content\/plugins\/peepso-core\/assets\/images\/ajax-loader.gif\">\n\t\t\t\t<div><\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div>\n","max_chars":"4000"};
</script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/moods.min.js' id='peepso-moods-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/peepso-core/assets/js/jquery.autosize.min.js' id='peepso-resize-js'></script>
<script src='https://oldfreegame.com/wp-includes/js/jquery/ui/mouse.min.js' id='jquery-ui-mouse-js'></script>
<script src='https://oldfreegame.com/wp-includes/js/jquery/ui/draggable.min.js' id='jquery-ui-draggable-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/elementor/assets/lib/backbone/backbone.marionette.min.js' id='backbone-marionette-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/elementor/assets/lib/backbone/backbone.radio.min.js' id='backbone-radio-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/elementor/assets/js/common-modules.min.js' id='elementor-common-modules-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/elementor/assets/lib/dialog/dialog.min.js' id='elementor-dialog-js'></script>
<script src='https://oldfreegame.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js' id='regenerator-runtime-js'></script>
<script src='https://oldfreegame.com/wp-includes/js/dist/vendor/wp-polyfill.min.js' id='wp-polyfill-js'></script>
<script src='https://oldfreegame.com/wp-includes/js/dist/hooks.min.js' id='wp-hooks-js'></script>
<script src='https://oldfreegame.com/wp-includes/js/dist/i18n.min.js' id='wp-i18n-js'></script>
<script id='wp-i18n-js-after'>
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
</script>
<script id='elementor-common-js-translations'>
( function( domain, translations ) {
	var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
	localeData[""].domain = domain;
	wp.i18n.setLocaleData( localeData, domain );
} )( "elementor", {"translation-revision-date":"2021-04-26 11:24:07+0000","generator":"GlotPress\/3.0.0-alpha.2","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"en_GB"},"Unable to connect":["Unable to connect"],"Finder":["Finder"]}},"comment":{"reference":"assets\/js\/common.js"}} );
</script>
<script id='elementor-common-js-before'>
var elementorCommonConfig = {"version":"3.4.4","isRTL":false,"isDebug":false,"isElementorDebug":false,"activeModules":["ajax","finder","connect"],"experimentalFeatures":{"e_import_export":true,"landing-pages":true,"elements-color-picker":true,"admin-top-bar":true},"urls":{"assets":"https:\/\/oldfreegame.com\/wp-content\/plugins\/elementor\/assets\/","rest":"https:\/\/oldfreegame.com\/en\/wp-json\/"},"ajax":{"url":"https:\/\/oldfreegame.com\/wp-admin\/admin-ajax.php","nonce":"68296baafd"},"finder":{"data":{"edit":{"title":"Edit","dynamic":true,"name":"edit"},"general":{"title":"General","dynamic":false,"items":{"saved-templates":{"title":"Saved Templates","icon":"library-save","url":"https:\/\/oldfreegame.com\/wp-admin\/edit.php?post_type=elementor_library&tabs_group=library","keywords":["template","section","page","library"]},"system-info":{"title":"System Info","icon":"info-circle-o","url":"https:\/\/oldfreegame.com\/wp-admin\/admin.php?page=elementor-system-info","keywords":["system","info","environment","elementor"]},"role-manager":{"title":"Role Manager","icon":"person","url":"https:\/\/oldfreegame.com\/wp-admin\/admin.php?page=elementor-role-manager","keywords":["role","manager","user","elementor"]},"knowledge-base":{"title":"Knowledge Base","url":"https:\/\/oldfreegame.com\/wp-admin\/admin.php?page=go_knowledge_base_site","keywords":["help","knowledge","docs","elementor"]},"theme-builder":{"title":"Theme Builder","icon":"library-save","url":"https:\/\/oldfreegame.com\/wp-admin\/admin.php?page=elementor-app&ver=3.4.4#site-editor\/promotion","keywords":["template","header","footer","single","archive","search","404","library"]}},"name":"general"},"create":{"title":"Create","dynamic":false,"items":{"post":{"title":"Add New Post","icon":"plus-circle-o","url":"https:\/\/oldfreegame.com\/wp-admin\/edit.php?action=elementor_new_post&post_type=post&_wpnonce=9c32943422","keywords":["post","page","template","new","create"]},"page":{"title":"Add New Page","icon":"plus-circle-o","url":"https:\/\/oldfreegame.com\/wp-admin\/edit.php?action=elementor_new_post&post_type=page&_wpnonce=9c32943422","keywords":["post","page","template","new","create"]},"e-landing-page":{"title":"Add New Landing page","icon":"plus-circle-o","url":"https:\/\/oldfreegame.com\/wp-admin\/edit.php?action=elementor_new_post&post_type=e-landing-page&_wpnonce=9c32943422","keywords":["post","page","template","new","create"]},"elementor_library":{"title":"Add New Template","icon":"plus-circle-o","url":"https:\/\/oldfreegame.com\/wp-admin\/edit.php?post_type=elementor_library#add_new","keywords":["post","page","template","new","create"]}},"name":"create"},"site":{"title":"Site","dynamic":false,"items":{"homepage":{"title":"Home page","url":"https:\/\/oldfreegame.com\/en","icon":"home-heart","keywords":["home","page"]},"wordpress-dashboard":{"title":"Dashboard","icon":"dashboard","url":"https:\/\/oldfreegame.com\/wp-admin\/","keywords":["dashboard","wordpress"]},"wordpress-menus":{"title":"Menus","icon":"wordpress","url":"https:\/\/oldfreegame.com\/wp-admin\/nav-menus.php","keywords":["menu","wordpress"]},"wordpress-themes":{"title":"Themes","icon":"wordpress","url":"https:\/\/oldfreegame.com\/wp-admin\/themes.php","keywords":["themes","wordpress"]},"wordpress-customizer":{"title":"Customiser","icon":"wordpress","url":"https:\/\/oldfreegame.com\/wp-admin\/customize.php","keywords":["customizer","wordpress"]},"wordpress-plugins":{"title":"Plugins","icon":"wordpress","url":"https:\/\/oldfreegame.com\/wp-admin\/plugins.php","keywords":["plugins","wordpress"]},"wordpress-users":{"title":"Users","icon":"wordpress","url":"https:\/\/oldfreegame.com\/wp-admin\/users.php","keywords":["users","profile","wordpress"]}},"name":"site"},"settings":{"title":"Settings","dynamic":false,"items":{"general-settings":{"title":"General Settings","url":"https:\/\/oldfreegame.com\/wp-admin\/admin.php?page=elementor","keywords":["general","settings","elementor"]},"advanced":{"title":"Advanced","url":"https:\/\/oldfreegame.com\/wp-admin\/admin.php?page=elementor#tab-advanced","keywords":["advanced","settings","elementor"]},"experiments":{"title":"Experiments","url":"https:\/\/oldfreegame.com\/wp-admin\/admin.php?page=elementor#tab-experiments","keywords":["settings","elementor","experiments"]}},"name":"settings"},"tools":{"title":"Tools","dynamic":false,"items":{"tools":{"title":"Tools","icon":"tools","url":"https:\/\/oldfreegame.com\/wp-admin\/admin.php?page=elementor-tools","keywords":["tools","regenerate css","safe mode","debug bar","sync library","elementor"]},"replace-url":{"title":"Replace URL","icon":"tools","url":"https:\/\/oldfreegame.com\/wp-admin\/admin.php?page=elementor-tools#tab-replace_url","keywords":["tools","replace url","domain","elementor"]},"version-control":{"title":"Version Control","icon":"time-line","url":"https:\/\/oldfreegame.com\/wp-admin\/admin.php?page=elementor-tools#tab-versions","keywords":["tools","version","control","rollback","beta","elementor"]},"maintenance-mode":{"title":"Maintenance Mode","icon":"tools","url":"https:\/\/oldfreegame.com\/wp-admin\/admin.php?page=elementor-tools#tab-maintenance_mode","keywords":["tools","maintenance","coming soon","elementor"]}},"name":"tools"}}},"connect":{"is_user_connected":false,"connect_url":"https:\/\/oldfreegame.com\/wp-admin\/admin.php?page=elementor-connect&app=library&action=authorize&nonce=6bba0e16fe"}};
</script>
<script src='https://oldfreegame.com/wp-content/plugins/elementor/assets/js/common.min.js' id='elementor-common-js'></script>
<script id='elementor-app-loader-js-before'>
var elementorAppConfig = {"menu_url":"https:\/\/oldfreegame.com\/wp-admin\/admin.php?page=elementor-app&ver=3.4.4#site-editor\/promotion","assets_url":"https:\/\/oldfreegame.com\/wp-content\/plugins\/elementor\/assets\/","return_url":"https:\/\/oldfreegame.com\/wp-admin\/","hasPro":false,"admin_url":"https:\/\/oldfreegame.com\/wp-admin\/","login_url":"https:\/\/oldfreegame.com\/wp-login.php","site-editor":[],"import-export":[],"kit-library":[]};
</script>
<script src='https://oldfreegame.com/wp-content/plugins/elementor/assets/js/app-loader.min.js' id='elementor-app-loader-js'></script>
<script id='ivory-search-scripts-js-extra'>
var IvorySearchVars = {"is_analytics_enabled":"1"};
</script>
<script src='https://oldfreegame.com/wp-content/plugins/add-search-to-menu/public/js/ivory-search.min.js' id='ivory-search-scripts-js'></script>
<script src='https://oldfreegame.com/wp-includes/js/wp-embed.min.js' id='wp-embed-js'></script>
<script id='ivory-ajax-search-scripts-js-extra'>
var IvoryAjaxVars = {"ajaxurl":"https:\/\/oldfreegame.com\/wp-admin\/admin-ajax.php","ajax_nonce":"d06b95c0ee"};
</script>
<script src='https://oldfreegame.com/wp-content/plugins/add-search-to-menu/public/js/ivory-ajax-search.min.js' id='ivory-ajax-search-scripts-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js' id='elementor-webpack-runtime-js'></script>
<script src='https://oldfreegame.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js' id='elementor-frontend-modules-js'></script>
<script id='elementor-admin-bar-js-before'>
var elementorAdminBarConfig = {"elementor_edit_page":{"id":"elementor_edit_page","title":"Edit with Elementor","href":"https:\/\/oldfreegame.com\/wp-admin\/post.php?post=811&action=elementor","children":{"812":{"id":"elementor_site_settings","title":"Site Settings","sub_title":"Site","href":"https:\/\/oldfreegame.com\/wp-admin\/post.php?post=811&action=elementor#e:run:panel\/global\/open","class":"elementor-site-settings","parent_class":"elementor-second-section"},"813":{"id":"elementor_app_site_editor","title":"Theme Builder","sub_title":"Site","href":"https:\/\/oldfreegame.com\/wp-admin\/admin.php?page=elementor-app&ver=3.4.4#site-editor\/promotion","class":"elementor-app-link","parent_class":"elementor-second-section"}}}};
</script>
<script src='https://oldfreegame.com/wp-content/plugins/elementor/assets/js/elementor-admin-bar.min.js' id='elementor-admin-bar-js'></script>
<script src='https://oldfreegame.com/wp-includes/js/hoverintent-js.min.js' id='hoverintent-js-js'></script>
<script id='admin-bar-js-before'>
( function() {
				function wpforms_admin_bar_menu_init() {
					var template = document.getElementById( 'tmpl-wpforms-admin-menubar-data' ),
						notifications = document.getElementById( 'wp-admin-bar-wpforms-notifications' );

					if ( ! template ) {
						return;
					}

					if ( ! notifications ) {
						var menu = document.getElementById( 'wp-admin-bar-wpforms-menu-default' );

						if ( ! menu ) {
							return;
						}

						menu.insertAdjacentHTML( 'afterBegin', template.innerHTML );
					} else {
						notifications.insertAdjacentHTML( 'afterend', template.innerHTML );
					}
				};
				document.addEventListener( 'DOMContentLoaded', wpforms_admin_bar_menu_init );
			}() );
</script>
<script src='https://oldfreegame.com/wp-includes/js/admin-bar.min.js' id='admin-bar-js'></script>
			<script>
			/(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1);
			</script>
			
		<!-- Cookie Notice plugin v2.1.5 by Hu-manity.co https://hu-manity.co/ -->
		<div id="cookie-notice" role="dialog" class="cookie-notice-hidden cookie-revoke-hidden cn-position-bottom" aria-label="Cookie Notice" style="background-color: rgba(59,99,59,1);"><div class="cookie-notice-container" style="color: #86b786;"><span id="cn-notice-text" class="cn-text-container">We use cookies on the site.</span><span id="cn-notice-buttons" class="cn-buttons-container"><a href="#" id="cn-accept-cookie" data-cookie-set="accept" class="cn-set-cookie cn-button bootstrap" aria-label="Ok">Ok</a><a href="#" id="cn-refuse-cookie" data-cookie-set="refuse" class="cn-set-cookie cn-button bootstrap" aria-label="No">No</a><a href="https://oldfreegame.com/en/" target="_blank" id="cn-more-info" class="cn-more-info cn-button bootstrap" aria-label="Privacy policy">Privacy policy</a></span><a href="javascript:void(0);" id="cn-close-notice" data-cookie-set="accept" class="cn-close-icon" aria-label="Ok"></a></div>
			
		</div>
		<!-- / Cookie Notice plugin -->	</body>
</html>

 

 

Link to comment
Share on other sites

Its HTML is this;

<li id="menu-item-4051" class="menu-item menu-item-type-gs_sim menu-item-object-gs_sim menu-item-4051"><form data-min-no-for-search="1" data-result-box-max-height="400" data-form-id="3164" class="is-search-form is-form-style is-form-style-1 is-form-id-3164 is-ajax-search" action="https://oldfreegame.com/en/" method="get" role="search"><label for="is-search-input-3164"><span class="is-screen-reader-text">Search for:</span><input type="search" id="is-search-input-3164" name="s" value="" class="is-search-input" placeholder="Search here..." autocomplete="off"><span class="is-loader-image" style="display: none;background-image:url(https://oldfreegame.com/wp-content/plugins/add-search-to-menu/public/images/spinner.gif);"></span></label><input type="submit" value="Search" class="is-search-submit"><input type="hidden" name="id" value="3164"></form></li>
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...