<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="https://gmpg.org/xfn/11">
<script type="text/javascript">
			window.flatStyles = window.flatStyles || ''

			window.lightspeedOptimizeStylesheet = function () {
				const currentStylesheet = document.querySelector( '.tcb-lightspeed-style:not([data-ls-optimized])' )

				if ( currentStylesheet ) {
					try {
						if ( currentStylesheet.sheet && currentStylesheet.sheet.cssRules ) {
							if ( window.flatStyles ) {
								if ( this.optimizing ) {
									setTimeout( window.lightspeedOptimizeStylesheet.bind( this ), 24 )
								} else {
									this.optimizing = true;

									let rulesIndex = 0;

									while ( rulesIndex < currentStylesheet.sheet.cssRules.length ) {
										const rule = currentStylesheet.sheet.cssRules[ rulesIndex ]
										/* remove rules that already exist in the page */
										if ( rule.type === CSSRule.STYLE_RULE && window.flatStyles.includes( `${rule.selectorText}{` ) ) {
											currentStylesheet.sheet.deleteRule( rulesIndex )
										} else {
											rulesIndex ++
										}
									}
									/* optimize, mark it such, move to the next file, append the styles we have until now */
									currentStylesheet.setAttribute( 'data-ls-optimized', '1' )

									window.flatStyles += currentStylesheet.innerHTML

									this.optimizing = false
								}
							} else {
								window.flatStyles = currentStylesheet.innerHTML
								currentStylesheet.setAttribute( 'data-ls-optimized', '1' )
							}
						}
					} catch ( error ) {
						console.warn( error )
					}

					if ( currentStylesheet.parentElement.tagName !== 'HEAD' ) {
						/* always make sure that those styles end up in the head */
						const stylesheetID = currentStylesheet.id;
						/**
						 * make sure that there is only one copy of the css
						 * e.g display CSS
						 */
						if ( ( ! stylesheetID || ( stylesheetID && ! document.querySelector( `head #${stylesheetID}` ) ) ) ) {
							document.head.prepend( currentStylesheet )
						} else {
							currentStylesheet.remove();
						}
					}
				}
			}

			window.lightspeedOptimizeFlat = function ( styleSheetElement ) {
				if ( document.querySelectorAll( 'link[href*="thrive_flat.css"]' ).length > 1 ) {
					/* disable this flat if we already have one */
					styleSheetElement.setAttribute( 'disabled', true )
				} else {
					/* if this is the first one, make sure he's in head */
					if ( styleSheetElement.parentElement.tagName !== 'HEAD' ) {
						document.head.append( styleSheetElement )
					}
				}
			}
		</script>
<style type="text/css" id="tcb-style-base-page-296" onLoad="typeof window.lightspeedOptimizeStylesheet === 'function' && window.lightspeedOptimizeStylesheet()" class="tcb-lightspeed-style">.thrv-page-section{position:relative;box-sizing:border-box !important;}.thrv-page-section .tve-page-section-out{position:absolute;width:100%;height:100%;left:0px;top:0px;box-sizing:border-box;transition:box-shadow 0.5s ease 0s;overflow:hidden;}.thrv-page-section.tve-height-update .tve-page-section-in{min-height:150px;}.thrv-page-section .tve-page-section-in{box-sizing:border-box;margin-right:auto;margin-left:auto;position:relative;z-index:1;min-height:40px;}.tve-page-section-in > .thrv_wrapper:first-child{margin-top:0px;}.tve-page-section-in > .thrv_wrapper:last-child{margin-bottom:0px;}.thrv_wrapper .tve-content-box-background{position:absolute;width:100%;left:0px;top:0px;overflow:hidden;background-clip:padding-box;height:100% !important;}.thrv_wrapper.thrv-content-box{box-sizing:border-box;position:relative;min-height:10px;}.thrv_wrapper.thrv-content-box div:not(.thrv_icon):not(.ui-resizable-handle):not(.tve-auxiliary-icon-element){box-sizing:border-box;}.tve-cb{display:inline-block;vertical-align:middle;clear:both;overflow:visible;width:100%;z-index:1;position:relative;min-height:10px;}a.tcb-button-link{background-color:rgb(26,188,156);padding:12px 15px;font-size:18px;box-sizing:border-box;display:inline-flex;align-items:center;overflow:hidden;width:100%;text-align:center;line-height:1.2em;}a.tcb-button-link:hover{background-color:rgb(21,162,136);}a.tcb-button-link > span::before{position:absolute;content:"";display:none;top:-100px;bottom:-100px;width:1px;left:10px;background-color:rgb(0,121,0);}span.tcb-button-texts{color:inherit;display:block;flex:1 1 0%;position:relative;}span.tcb-button-texts > span{display:block;padding:0px;}:not(.inc) .thrv_text_element h2 a:not(.tcb-button-link){color:inherit;font:inherit;letter-spacing:inherit;}:not(.inc) .thrv_text_element h2 a:not(.tcb-button-link):hover{color:inherit;font:inherit;letter-spacing:inherit;}.thrv_text_element a:not(.tcb-button-link){font-size:inherit;}.tcb-style-wrap strong{font-weight:var(--g-bold-weight,bold);}.thrv_text_element{overflow-wrap:break-word;}.tcb-post-list{box-sizing:content-box;display:flex;flex-flow:row wrap;justify-content:flex-start;padding:0px !important;}.tcb-post-read-more{display:table;float:left;position:relative;}.tcb-post-read-more.thrv_wrapper{margin-bottom:0px;margin-top:0px;padding:0px;}.tcb-post-read-more .tcb-button-link{color:rgb(255,255,255);--tcb-applied-color:#fff;text-decoration:none !important;}.tcb-post-read-more:not([data-button-style]) .tcb-button-link{border-radius:5px;border:1px solid rgb(215,215,215);color:rgb(10,10,10);--tcb-applied-color:#0a0a0a;font-size:14px;padding:10px;background-color:rgb(255,255,255) !important;}.tcb-post-read-more:not([data-button-style]) .tcb-button-link:hover{background-color:rgb(255,255,255);color:rgb(0,143,255);}.tcb-post-read-more-link:hover{border:1px solid rgb(0,143,255);}article{box-sizing:border-box;transition:opacity 1s ease-in-out 0s;width:100%;}article.thrv_wrapper{margin-bottom:0px;margin-top:0px;padding:0px;}body:not(.tve_editor_page) .tcb-post-list[data-disabled-links="1"] article > .tve-article-cover,body:not(.tve_editor_page) .tcb-post-list[data-disabled-links="1"] article .tve-article-cover a{position:absolute;width:100%;height:100%;top:0px;left:0px;cursor:pointer;z-index:12;}.tcb-article-cover-link,.tcb-post-list .tve-article-cover a{line-height:0 !important;font-size:0px !important;color:transparent !important;}.tcb-post-list.empty-list{min-height:20px;}.tcb-post-list.empty-list > *{display:none;}.tcb-post-list.empty-list:not(.tve-loading)::after{display:block;height:100%;text-align:center;width:100%;content:attr(data-no_posts_text) !important;}.tve-loading{position:relative;opacity:0.7;}.tve-loading.load-bot{opacity:1;}.tve-loading.load-bot::after{bottom:0px;top:inherit;}.tve-loading::after{background-image:url("data:image/png;base64,R0lGODlhQABAAPQOAOrq6n9/f9zc3EVFRSgoKLe3t2lpaaampsvLy1ZWVpCQkDMzM4+Pj46Ojuvr64CAgOzs7IGBge3t7e7u7oKCggAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTEwRjU1RDY3OEFBMTFFM0IwNzNFMjk5QjMzNzdERTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTEwRjU1RDc3OEFBMTFFM0IwNzNFMjk5QjMzNzdERTAiPiA8ZGM6cmlnaHRzPiA8cmRmOkFsdD4gPHJkZjpsaSB4bWw6bGFuZz0ieC1kZWZhdWx0Ij7CqSBpZGVvbG9neSAtIGh0dHA6Ly93d3cucmVkYnViYmxlLmNvbS9wZW9wbGUvaWRlb2xvZ3k8L3JkZjpsaT4gPC9yZGY6QWx0PiA8L2RjOnJpZ2h0cz4g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");background-color:transparent;background-position:center center;background-repeat:no-repeat;background-size:50px;content:"";display:block;height:50px;position:absolute;width:50px;left:calc(50% - 25px) !important;top:calc(50% - 25px) !important;}.tve-loading article{opacity:0.4;}.tcb-post-list,.tve-content-list{--tve-gallery-vertical-space:10px;--tve-gallery-horizontal-space:10px;--tve-gallery-column-height:120px;--tve-gallery-gutter:10px;}.tcb-image-gallery .tcb-image-gallery-container.tve-loading,.tcb-image-gallery .tcb-carousel-container.tve-loading,.tcb-post-list .tcb-image-gallery-container.tve-loading,.tcb-post-list .tcb-carousel-container.tve-loading,.tve-content-list .tcb-image-gallery-container.tve-loading,.tve-content-list .tcb-carousel-container.tve-loading,.thrive-display-testimonials .tcb-image-gallery-container.tve-loading,.thrive-display-testimonials .tcb-carousel-container.tve-loading{position:relative;opacity:0.7;height:100px;}.tcb-image-gallery .tcb-image-gallery-container.tve-loading.load-bot,.tcb-image-gallery .tcb-carousel-container.tve-loading.load-bot,.tcb-post-list .tcb-image-gallery-container.tve-loading.load-bot,.tcb-post-list .tcb-carousel-container.tve-loading.load-bot,.tve-content-list .tcb-image-gallery-container.tve-loading.load-bot,.tve-content-list .tcb-carousel-container.tve-loading.load-bot,.thrive-display-testimonials .tcb-image-gallery-container.tve-loading.load-bot,.thrive-display-testimonials .tcb-carousel-container.tve-loading.load-bot{opacity:1;}.tcb-image-gallery .tcb-image-gallery-container.tve-loading.load-bot::after,.tcb-image-gallery .tcb-carousel-container.tve-loading.load-bot::after,.tcb-post-list .tcb-image-gallery-container.tve-loading.load-bot::after,.tcb-post-list .tcb-carousel-container.tve-loading.load-bot::after,.tve-content-list .tcb-image-gallery-container.tve-loading.load-bot::after,.tve-content-list .tcb-carousel-container.tve-loading.load-bot::after,.thrive-display-testimonials .tcb-image-gallery-container.tve-loading.load-bot::after,.thrive-display-testimonials .tcb-carousel-container.tve-loading.load-bot::after{bottom:0px;top:inherit;}.tcb-image-gallery .tcb-image-gallery-container.tve-loading .tve_image_caption,.tcb-image-gallery .tcb-carousel-container.tve-loading .tve_image_caption,.tcb-post-list .tcb-image-gallery-container.tve-loading .tve_image_caption,.tcb-post-list .tcb-carousel-container.tve-loading .tve_image_caption,.tve-content-list .tcb-image-gallery-container.tve-loading .tve_image_caption,.tve-content-list .tcb-carousel-container.tve-loading .tve_image_caption,.thrive-display-testimonials .tcb-image-gallery-container.tve-loading .tve_image_caption,.thrive-display-testimonials .tcb-carousel-container.tve-loading .tve_image_caption{opacity:0;}.tcb-image-gallery .tcb-image-gallery-container.tve-loading::after,.tcb-image-gallery .tcb-carousel-container.tve-loading::after,.tcb-post-list .tcb-image-gallery-container.tve-loading::after,.tcb-post-list .tcb-carousel-container.tve-loading::after,.tve-content-list .tcb-image-gallery-container.tve-loading::after,.tve-content-list .tcb-carousel-container.tve-loading::after,.thrive-display-testimonials .tcb-image-gallery-container.tve-loading::after,.thrive-display-testimonials .tcb-carousel-container.tve-loading::after{background-image:url("data:image/gif;base64,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");background-color:transparent;background-position:center center;background-repeat:no-repeat;background-size:50px;content:"";display:block;height:50px;left:calc(50% - 25px);position:absolute;top:calc(50% - 25px);width:50px;}.notifications-content-wrapper.tcb-permanently-hidden{display:none !important;}.tcb-permanently-hidden{display:none !important;}.tar-disabled{cursor:default;opacity:0.4;pointer-events:none;}.tve_ea_thrive_animation{opacity:0;}.tve_ea_thrive_animation.tve_anim_start{opacity:1;transition:all 0.5s ease-out 0s;}.tve_ea_thrive_animation.tve_anim_grow{transition:transform 0.2s ease-out 0s;transform:scale(1);opacity:1;visibility:visible !important;}.tve_ea_thrive_animation.tve_anim_grow.tve_anim_start{transform:scale(1.1);transition:all 0.2s ease-out 0s;}html{text-rendering:auto !important;}html body{text-rendering:auto !important;}.thrv_wrapper{margin-top:20px;margin-bottom:20px;padding:1px;}.thrv_wrapper div{box-sizing:content-box;}.thrv_wrapper.tve-elem-default-pad{padding:20px;}.thrv_wrapper.thrv_text_element,.thrv_wrapper.thrv-page-section{margin:0px;}p{font-size:1em;}.thrive-shortcode-content a{color:inherit;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{position:relative;min-height:var(--tcb-container-height-d,100px) !important;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-page-section{box-sizing:border-box;margin:0px;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder.thrv-content-box{box-sizing:border-box;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-page-section-out,:not(#_s):not(#_s) .tcb-conditional-display-placeholder .tve-content-box-background{box-sizing:border-box;position:absolute;width:100%;height:100%;left:0px;top:0px;overflow:hidden;}.thrv_wrapper.thrv_contentbox_shortcode{position:relative;}@media (max-width:1023px){:not(#_s):not(#_s) .tcb-conditional-display-placeholder{min-height:var(--tcb-container-height-t) !important;}}@media (max-width:767px){html{overflow-x:hidden !important;}html,body{max-width:100vw !important;}:not(#_s):not(#_s) .tcb-conditional-display-placeholder{min-height:var(--tcb-container-height-m) !important;}}@media screen and (max-device-width:480px){body{text-size-adjust:none;}}</style><meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />

<title>404 Page Not Found - The Lizard Lounge</title>
<link rel="canonical" href="https://the-lizard-lounge.com/404-page-not-found/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="404 Page Not Found - The Lizard Lounge" />
<meta property="og:description" content="OOOOPS... THAT PAGE DOESN&#039;T EXISTSorry about this, but for some reason that page either doesn&#039;t exist or it has moved. However, we have an amazing range of cool content that covers:LizardsGeckosLizard DietHAVE A QUESTION OR A COMMENT? I&#039;D LOVE TO HEAR FROM YOU!The easiest way to contact us is to fill out the form here. [&hellip;]" />
<meta property="og:url" content="https://the-lizard-lounge.com/404-page-not-found/" />
<meta property="og:site_name" content="The Lizard Lounge" />
<meta property="article:modified_time" content="2023-04-11T12:28:50+00:00" />
<meta name="twitter:card" content="summary_large_image" />
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://the-lizard-lounge.com/404-page-not-found/","url":"https://the-lizard-lounge.com/404-page-not-found/","name":"404 Page Not Found - The Lizard Lounge","isPartOf":{"@id":"https://the-lizard-lounge.com/#website"},"datePublished":"2023-04-04T11:12:06+00:00","dateModified":"2023-04-11T12:28:50+00:00","breadcrumb":{"@id":"https://the-lizard-lounge.com/404-page-not-found/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://the-lizard-lounge.com/404-page-not-found/"]}]},{"@type":"BreadcrumbList","@id":"https://the-lizard-lounge.com/404-page-not-found/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://the-lizard-lounge.com/"},{"@type":"ListItem","position":2,"name":"404 Page Not Found"}]},{"@type":"WebSite","@id":"https://the-lizard-lounge.com/#website","url":"https://the-lizard-lounge.com/","name":"The Lizard Lounge","description":"All About Lizards","publisher":{"@id":"https://the-lizard-lounge.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://the-lizard-lounge.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://the-lizard-lounge.com/#organization","name":"The Lizard Lounge","url":"https://the-lizard-lounge.com/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://the-lizard-lounge.com/#/schema/logo/image/","url":"https://the-lizard-lounge.com/wp-content/uploads/2023/04/cropped-large-The-Lizard-Lounge-Logo-min.png","contentUrl":"https://the-lizard-lounge.com/wp-content/uploads/2023/04/cropped-large-The-Lizard-Lounge-Logo-min.png","width":886,"height":349,"caption":"The Lizard Lounge"},"image":{"@id":"https://the-lizard-lounge.com/#/schema/logo/image/"}}]}</script>

<link rel="dns-prefetch" href="//www.googletagmanager.com" />
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
<link rel="dns-prefetch" href="//pagead2.googlesyndication.com" />
<link rel="alternate" type="application/rss+xml" title="The Lizard Lounge &raquo; Feed" href="https://the-lizard-lounge.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="The Lizard Lounge &raquo; Comments Feed" href="https://the-lizard-lounge.com/comments/feed/" />
<script>
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/the-lizard-lounge.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.5.2"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
</script>
<style type="text/css" media="all">
.wpautoterms-footer{background-color:#ffffff;text-align:center;}
.wpautoterms-footer a{color:#000000;font-family:Arial, sans-serif;font-size:14px;}
.wpautoterms-footer .separator{color:#cccccc;font-family:Arial, sans-serif;font-size:14px;}</style>
<link rel="stylesheet" id="astra-theme-css-css" href="https://the-lizard-lounge.com/wp-content/themes/astra/assets/css/minified/main.min.css?ver=4.6.13" media="all" />
<style id="astra-theme-css-inline-css">
:root{--ast-post-nav-space:0;--ast-container-default-xlg-padding:3em;--ast-container-default-lg-padding:3em;--ast-container-default-slg-padding:2em;--ast-container-default-md-padding:3em;--ast-container-default-sm-padding:3em;--ast-container-default-xs-padding:2.4em;--ast-container-default-xxs-padding:1.8em;--ast-code-block-background:#ECEFF3;--ast-comment-inputs-background:#F9FAFB;--ast-normal-container-width:1300px;--ast-narrow-container-width:750px;--ast-blog-title-font-weight:normal;--ast-blog-meta-weight:inherit;}html{font-size:125%;}a{color:#00b6a8;}a:hover,a:focus{color:#282828;}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:'Inter',sans-serif;font-weight:inherit;font-size:20px;font-size:1rem;}blockquote{color:var(--ast-global-color-3);}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-family:'Plus Jakarta Sans',sans-serif;font-weight:600;}.site-title{font-size:35px;font-size:1.75rem;display:none;}header .custom-logo-link img{max-width:180px;}.astra-logo-svg{width:180px;}.site-header .site-description{font-size:15px;font-size:0.75rem;display:none;}.entry-title{font-size:30px;font-size:1.5rem;}.archive .ast-article-post .ast-article-inner,.blog .ast-article-post .ast-article-inner,.archive .ast-article-post .ast-article-inner:hover,.blog .ast-article-post .ast-article-inner:hover{overflow:hidden;}h1,.entry-content h1{font-size:64px;font-size:3.2rem;font-weight:600;font-family:'Plus Jakarta Sans',sans-serif;line-height:1.4em;}h2,.entry-content h2{font-size:48px;font-size:2.4rem;font-weight:600;font-family:'Plus Jakarta Sans',sans-serif;line-height:1.3em;}h3,.entry-content h3{font-size:24px;font-size:1.2rem;font-weight:600;font-family:'Plus Jakarta Sans',sans-serif;line-height:1.3em;}h4,.entry-content h4{font-size:20px;font-size:1rem;line-height:1.2em;font-weight:600;font-family:'Plus Jakarta Sans',sans-serif;}h5,.entry-content h5{font-size:18px;font-size:0.9rem;line-height:1.2em;font-weight:600;font-family:'Plus Jakarta Sans',sans-serif;}h6,.entry-content h6{font-size:15px;font-size:0.75rem;line-height:1.25em;font-weight:600;font-family:'Plus Jakarta Sans',sans-serif;}::selection{background-color:#00b6a8;color:#ffffff;}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:var(--ast-global-color-3);}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#ffffff;border-color:#00b6a8;background-color:#00b6a8;}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:#00b6a8;}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:#00b6a8;background-color:#00b6a8;box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:#00b6a8;border-color:#00b6a8;}.single .nav-links .nav-previous,.single .nav-links .nav-next{color:#00b6a8;}.entry-meta,.entry-meta *{line-height:1.45;color:#00b6a8;}.entry-meta a:not(.ast-button):hover,.entry-meta a:not(.ast-button):hover *,.entry-meta a:not(.ast-button):focus,.entry-meta a:not(.ast-button):focus *,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:#282828;}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:#00b6a8;}.secondary .calendar_wrap #today,.ast-progress-val span{background:#00b6a8;}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:#00b6a8;border-color:#00b6a8;}.calendar_wrap #today > a{color:#ffffff;}.page-links .page-link,.single .post-navigation a{color:#00b6a8;}.ast-search-menu-icon .search-form button.search-submit{padding:0 4px;}.ast-search-menu-icon form.search-form{padding-right:0;}.ast-search-menu-icon.slide-search input.search-field{width:0;}.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-form,.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-field:focus{transition:all 0.2s;}.search-form input.search-field:focus{outline:none;}.ast-archive-title{color:var(--ast-global-color-2);}.widget-title,.widget .wp-block-heading{font-size:28px;font-size:1.4rem;color:var(--ast-global-color-2);}.ast-single-post .entry-content a,.ast-comment-content a:not(.ast-comment-edit-reply-wrap a){text-decoration:underline;}.ast-single-post .wp-block-button .wp-block-button__link,.ast-single-post .elementor-button-wrapper .elementor-button,.ast-single-post .entry-content .uagb-tab a,.ast-single-post .entry-content .uagb-ifb-cta a,.ast-single-post .entry-content .wp-block-uagb-buttons a,.ast-single-post .entry-content .uabb-module-content a,.ast-single-post .entry-content .uagb-post-grid a,.ast-single-post .entry-content .uagb-timeline a,.ast-single-post .entry-content .uagb-toc__wrap a,.ast-single-post .entry-content .uagb-taxomony-box a,.ast-single-post .entry-content .woocommerce a,.entry-content .wp-block-latest-posts > li > a,.ast-single-post .entry-content .wp-block-file__button,li.ast-post-filter-single,.ast-single-post .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link,.ast-single-post .ast-comment-content .comment-reply-link,.ast-single-post .ast-comment-content .comment-edit-link{text-decoration:none;}.ast-search-menu-icon.slide-search a:focus-visible:focus-visible,.astra-search-icon:focus-visible,#close:focus-visible,a:focus-visible,.ast-menu-toggle:focus-visible,.site .skip-link:focus-visible,.wp-block-loginout input:focus-visible,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.ast-header-navigation-arrow:focus-visible,.woocommerce .wc-proceed-to-checkout > .checkout-button:focus-visible,.woocommerce .woocommerce-MyAccount-navigation ul li a:focus-visible,.ast-orders-table__row .ast-orders-table__cell:focus-visible,.woocommerce .woocommerce-order-details .order-again > .button:focus-visible,.woocommerce .woocommerce-message a.button.wc-forward:focus-visible,.woocommerce #minus_qty:focus-visible,.woocommerce #plus_qty:focus-visible,a#ast-apply-coupon:focus-visible,.woocommerce .woocommerce-info a:focus-visible,.woocommerce .astra-shop-summary-wrap a:focus-visible,.woocommerce a.wc-forward:focus-visible,#ast-apply-coupon:focus-visible,.woocommerce-js .woocommerce-mini-cart-item a.remove:focus-visible,#close:focus-visible,.button.search-submit:focus-visible,#search_submit:focus,.normal-search:focus-visible{outline-style:dotted;outline-color:inherit;outline-width:thin;}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,input[type="number"]:focus,textarea:focus,.wp-block-search__input:focus,[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,.ast-mobile-popup-drawer.active .menu-toggle-close:focus,.woocommerce-ordering select.orderby:focus,#ast-scroll-top:focus,#coupon_code:focus,.woocommerce-page #comment:focus,.woocommerce #reviews #respond input#submit:focus,.woocommerce a.add_to_cart_button:focus,.woocommerce .button.single_add_to_cart_button:focus,.woocommerce .woocommerce-cart-form button:focus,.woocommerce .woocommerce-cart-form__cart-item .quantity .qty:focus,.woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus,.woocommerce #order_comments:focus,.woocommerce #place_order:focus,.woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus,.woocommerce .woocommerce-MyAccount-content form button:focus,.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input.input-text:focus,.woocommerce .ast-woocommerce-container .woocommerce-pagination ul.page-numbers li a:focus,body #content .woocommerce form .form-row .select2-container--default .select2-selection--single:focus,#ast-coupon-code:focus,.woocommerce.woocommerce-js .quantity input[type=number]:focus,.woocommerce-js .woocommerce-mini-cart-item .quantity input[type=number]:focus,.woocommerce p#ast-coupon-trigger:focus{border-style:dotted;border-color:inherit;border-width:thin;}input{outline:none;}.site-logo-img img{ transition:all 0.2s linear;}body .ast-oembed-container *{position:absolute;top:0;width:100%;height:100%;left:0;}body .wp-block-embed-pocket-casts .ast-oembed-container *{position:unset;}.ast-single-post-featured-section + article {margin-top: 2em;}.site-content .ast-single-post-featured-section img {width: 100%;overflow: hidden;object-fit: cover;}.site > .ast-single-related-posts-container {margin-top: 0;}@media (min-width: 922px) {.ast-desktop .ast-container--narrow {max-width: var(--ast-narrow-container-width);margin: 0 auto;}}@media (max-width:921.9px){#ast-desktop-header{display:none;}}@media (min-width:922px){#ast-mobile-header{display:none;}}.wp-block-buttons.aligncenter{justify-content:center;}@media (max-width:921px){.ast-theme-transparent-header #primary,.ast-theme-transparent-header #secondary{padding:0;}}@media (max-width:921px){.ast-plain-container.ast-no-sidebar #primary{padding:0;}}.ast-plain-container.ast-no-sidebar #primary{margin-top:0;margin-bottom:0;}.wp-block-button.is-style-outline .wp-block-button__link{border-color:var(--ast-global-color-7);}div.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),div.wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color){color:var(--ast-global-color-7);}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover,.wp-block-buttons .wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color):hover{color:var(--ast-global-color-2);background-color:var(--ast-global-color-7);border-color:var(--ast-global-color-7);}.post-page-numbers.current .page-link,.ast-pagination .page-numbers.current{color:#ffffff;border-color:#00b6a8;background-color:#00b6a8;}.wp-block-button.is-style-outline .wp-block-button__link.wp-element-button,.ast-outline-button{border-color:var(--ast-global-color-7);font-family:inherit;font-weight:600;font-size:20px;font-size:1rem;line-height:1em;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-right-radius:50px;border-bottom-left-radius:50px;}.wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color),.wp-block-buttons .wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color),.ast-outline-button{color:var(--ast-global-color-7);}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover,.wp-block-buttons .wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color):hover,.ast-outline-button:hover,.ast-outline-button:focus,.wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button:hover,.wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button:focus{color:var(--ast-global-color-2);background-color:var(--ast-global-color-7);border-color:var(--ast-global-color-7);}.wp-block-button .wp-block-button__link.wp-element-button.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link.wp-element-button:not(.has-background),.ast-outline-button{background-color:var(--ast-global-color-7);}.entry-content[ast-blocks-layout] > figure{margin-bottom:1em;}h1.widget-title{font-weight:600;}h2.widget-title{font-weight:600;}h3.widget-title{font-weight:600;}#page{display:flex;flex-direction:column;min-height:100vh;}.ast-404-layout-1 h1.page-title{color:var(--ast-global-color-2);}.single .post-navigation a{line-height:1em;height:inherit;}.error-404 .page-sub-title{font-size:1.5rem;font-weight:inherit;}.search .site-content .content-area .search-form{margin-bottom:0;}#page .site-content{flex-grow:1;}.widget{margin-bottom:1.25em;}#secondary li{line-height:1.5em;}#secondary .wp-block-group h2{margin-bottom:0.7em;}#secondary h2{font-size:1.7rem;}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comment-respond{padding:3em;}.ast-separate-container .ast-article-single .ast-article-single{padding:0;}.ast-article-single .wp-block-post-template-is-layout-grid{padding-left:0;}.ast-separate-container .comments-title,.ast-narrow-container .comments-title{padding:1.5em 2em;}.ast-page-builder-template .comment-form-textarea,.ast-comment-formwrap .ast-grid-common-col{padding:0;}.ast-comment-formwrap{padding:0;display:inline-flex;column-gap:20px;width:100%;margin-left:0;margin-right:0;}.comments-area textarea#comment:focus,.comments-area textarea#comment:active,.comments-area .ast-comment-formwrap input[type="text"]:focus,.comments-area .ast-comment-formwrap input[type="text"]:active {box-shadow:none;outline:none;}.archive.ast-page-builder-template .entry-header{margin-top:2em;}.ast-page-builder-template .ast-comment-formwrap{width:100%;}.entry-title{margin-bottom:0.5em;}.ast-archive-description p{font-size:inherit;font-weight:inherit;line-height:inherit;}.ast-separate-container .ast-comment-list li.depth-1,.hentry{margin-bottom:2em;}@media (min-width:921px){.ast-left-sidebar.ast-page-builder-template #secondary,.archive.ast-right-sidebar.ast-page-builder-template .site-main{padding-left:20px;padding-right:20px;}}@media (max-width:544px){.ast-comment-formwrap.ast-row{column-gap:10px;display:inline-block;}#ast-commentform .ast-grid-common-col{position:relative;width:100%;}}@media (min-width:1201px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .ast-author-box,.ast-separate-container .ast-404-layout-1,.ast-separate-container .no-results{padding:3em;}}@media (max-width:921px){.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%;}}@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;}}.wp-block-button .wp-block-button__link{color:var(--ast-global-color-2);}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:var(--ast-global-color-2);background-color:var(--ast-global-color-7);border-color:var(--ast-global-color-7);}.wp-block-button .wp-block-button__link,.wp-block-search .wp-block-search__button,body .wp-block-file .wp-block-file__button{border-style:solid;border-top-width:0px;border-right-width:0px;border-left-width:0px;border-bottom-width:0px;border-color:var(--ast-global-color-7);background-color:var(--ast-global-color-7);color:var(--ast-global-color-2);font-family:inherit;font-weight:600;line-height:1em;font-size:20px;font-size:1rem;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-right-radius:50px;border-bottom-left-radius:50px;padding-top:20px;padding-right:40px;padding-bottom:20px;padding-left:40px;}@media (max-width:921px){.wp-block-button .wp-block-button__link,.wp-block-search .wp-block-search__button,body .wp-block-file .wp-block-file__button{padding-top:18px;padding-right:32px;padding-bottom:18px;padding-left:32px;}}@media (max-width:544px){.wp-block-button .wp-block-button__link,.wp-block-search .wp-block-search__button,body .wp-block-file .wp-block-file__button{padding-top:15px;padding-right:28px;padding-bottom:15px;padding-left:28px;}}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type="button"],input[type="submit"],input[type="reset"],form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,body .wp-block-file .wp-block-file__button,.search .search-submit{border-style:solid;border-top-width:0px;border-right-width:0px;border-left-width:0px;border-bottom-width:0px;color:var(--ast-global-color-2);border-color:var(--ast-global-color-7);background-color:var(--ast-global-color-7);padding-top:20px;padding-right:40px;padding-bottom:20px;padding-left:40px;font-family:inherit;font-weight:600;font-size:20px;font-size:1rem;line-height:1em;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-right-radius:50px;border-bottom-left-radius:50px;}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,form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,body .wp-block-file .wp-block-file__button:hover,body .wp-block-file .wp-block-file__button:focus{color:var(--ast-global-color-2);background-color:var(--ast-global-color-7);border-color:var(--ast-global-color-7);}form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button.has-icon{padding-top:calc(20px - 3px);padding-right:calc(40px - 3px);padding-bottom:calc(20px - 3px);padding-left:calc(40px - 3px);}@media (max-width:921px){.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type="button"],input[type="submit"],input[type="reset"],form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,body .wp-block-file .wp-block-file__button,.search .search-submit{padding-top:18px;padding-right:32px;padding-bottom:18px;padding-left:32px;}}@media (max-width:544px){.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type="button"],input[type="submit"],input[type="reset"],form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,body .wp-block-file .wp-block-file__button,.search .search-submit{padding-top:15px;padding-right:28px;padding-bottom:15px;padding-left:28px;}}@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-comment-meta{padding:0 1.8888em 1.3333em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}}@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 .bypostauthor{padding:.5em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}}@media (max-width:921px){.site-title{display:none;}.site-header .site-description{display:none;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}.astra-logo-svg{width:180px;}header .custom-logo-link img,.ast-header-break-point .site-logo-img .custom-mobile-logo-link img{max-width:180px;}}@media (max-width:544px){.site-title{display:none;}.site-header .site-description{display:none;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}header .custom-logo-link img,.ast-header-break-point .site-branding img,.ast-header-break-point .custom-logo-link img{max-width:140px;}.astra-logo-svg{width:140px;}.ast-header-break-point .site-logo-img .custom-mobile-logo-link img{max-width:140px;}}@media (max-width:921px){html{font-size:114%;}}@media (max-width:544px){html{font-size:114%;}}@media (min-width:922px){.ast-container{max-width:1340px;}}@media (min-width:922px){.site-content .ast-container{display:flex;}}@media (max-width:921px){.site-content .ast-container{flex-direction:column;}}@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;}}.site .comments-area{padding-bottom:3em;}.wp-block-file {display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}.wp-block-pullquote {border: none;}.wp-block-pullquote blockquote::before {content: "\201D";font-family: "Helvetica",sans-serif;display: flex;transform: rotate( 180deg );font-size: 6rem;font-style: normal;line-height: 1;font-weight: bold;align-items: center;justify-content: center;}.has-text-align-right > blockquote::before {justify-content: flex-start;}.has-text-align-left > blockquote::before {justify-content: flex-end;}figure.wp-block-pullquote.is-style-solid-color blockquote {max-width: 100%;text-align: inherit;}html body {--wp--custom--ast-default-block-top-padding: 100px;--wp--custom--ast-default-block-right-padding: 80px;--wp--custom--ast-default-block-bottom-padding: 100px;--wp--custom--ast-default-block-left-padding: 80px;--wp--custom--ast-container-width: 1300px;--wp--custom--ast-content-width-size: 1300px;--wp--custom--ast-wide-width-size: calc(1300px + var(--wp--custom--ast-default-block-left-padding) + var(--wp--custom--ast-default-block-right-padding));}.ast-narrow-container {--wp--custom--ast-content-width-size: 750px;--wp--custom--ast-wide-width-size: 750px;}@media(max-width: 921px) {html body {--wp--custom--ast-default-block-top-padding: 50px;--wp--custom--ast-default-block-right-padding: 50px;--wp--custom--ast-default-block-bottom-padding: 50px;--wp--custom--ast-default-block-left-padding: 50px;}}@media(max-width: 544px) {html body {--wp--custom--ast-default-block-top-padding: 50px;--wp--custom--ast-default-block-right-padding: 30px;--wp--custom--ast-default-block-bottom-padding: 50px;--wp--custom--ast-default-block-left-padding: 30px;}}.entry-content > .wp-block-group,.entry-content > .wp-block-cover,.entry-content > .wp-block-columns {padding-top: var(--wp--custom--ast-default-block-top-padding);padding-right: var(--wp--custom--ast-default-block-right-padding);padding-bottom: var(--wp--custom--ast-default-block-bottom-padding);padding-left: var(--wp--custom--ast-default-block-left-padding);}.ast-plain-container.ast-no-sidebar .entry-content > .alignfull,.ast-page-builder-template .ast-no-sidebar .entry-content > .alignfull {margin-left: calc( -50vw + 50%);margin-right: calc( -50vw + 50%);max-width: 100vw;width: 100vw;}.ast-plain-container.ast-no-sidebar .entry-content .alignfull .alignfull,.ast-page-builder-template.ast-no-sidebar .entry-content .alignfull .alignfull,.ast-plain-container.ast-no-sidebar .entry-content .alignfull .alignwide,.ast-page-builder-template.ast-no-sidebar .entry-content .alignfull .alignwide,.ast-plain-container.ast-no-sidebar .entry-content .alignwide .alignfull,.ast-page-builder-template.ast-no-sidebar .entry-content .alignwide .alignfull,.ast-plain-container.ast-no-sidebar .entry-content .alignwide .alignwide,.ast-page-builder-template.ast-no-sidebar .entry-content .alignwide .alignwide,.ast-plain-container.ast-no-sidebar .entry-content .wp-block-column .alignfull,.ast-page-builder-template.ast-no-sidebar .entry-content .wp-block-column .alignfull,.ast-plain-container.ast-no-sidebar .entry-content .wp-block-column .alignwide,.ast-page-builder-template.ast-no-sidebar .entry-content .wp-block-column .alignwide {margin-left: auto;margin-right: auto;width: 100%;}[ast-blocks-layout] .wp-block-separator:not(.is-style-dots) {height: 0;}[ast-blocks-layout] .wp-block-separator {margin: 20px auto;}[ast-blocks-layout] .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {max-width: 100px;}[ast-blocks-layout] .wp-block-separator.has-background {padding: 0;}.entry-content[ast-blocks-layout] > * {max-width: var(--wp--custom--ast-content-width-size);margin-left: auto;margin-right: auto;}.entry-content[ast-blocks-layout] > .alignwide {max-width: var(--wp--custom--ast-wide-width-size);}.entry-content[ast-blocks-layout] .alignfull {max-width: none;}.entry-content .wp-block-columns {margin-bottom: 0;}blockquote {margin: 1.5em;border-color: rgba(0,0,0,0.05);}.wp-block-quote:not(.has-text-align-right):not(.has-text-align-center) {border-left: 5px solid rgba(0,0,0,0.05);}.has-text-align-right > blockquote,blockquote.has-text-align-right {border-right: 5px solid rgba(0,0,0,0.05);}.has-text-align-left > blockquote,blockquote.has-text-align-left {border-left: 5px solid rgba(0,0,0,0.05);}.wp-block-site-tagline,.wp-block-latest-posts .read-more {margin-top: 15px;}.wp-block-loginout p label {display: block;}.wp-block-loginout p:not(.login-remember):not(.login-submit) input {width: 100%;}.wp-block-loginout input:focus {border-color: transparent;}.wp-block-loginout input:focus {outline: thin dotted;}.entry-content .wp-block-media-text .wp-block-media-text__content {padding: 0 0 0 8%;}.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.has-background .wp-block-media-text__content {padding: 8%;}.entry-content .wp-block-cover:not([class*="background-color"]) .wp-block-cover__inner-container,.entry-content .wp-block-cover:not([class*="background-color"]) .wp-block-cover-image-text,.entry-content .wp-block-cover:not([class*="background-color"]) .wp-block-cover-text,.entry-content .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover__inner-container,.entry-content .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-image-text,.entry-content .wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-text {color: var(--ast-global-color-5);}.wp-block-loginout .login-remember input {width: 1.1rem;height: 1.1rem;margin: 0 5px 4px 0;vertical-align: middle;}.wp-block-latest-posts > li > *:first-child,.wp-block-latest-posts:not(.is-grid) > li:first-child {margin-top: 0;}.wp-block-search__inside-wrapper .wp-block-search__input {padding: 0 10px;color: var(--ast-global-color-3);background: var(--ast-global-color-5);border-color: var(--ast-border-color);}.wp-block-latest-posts .read-more {margin-bottom: 1.5em;}.wp-block-search__no-button .wp-block-search__inside-wrapper .wp-block-search__input {padding-top: 5px;padding-bottom: 5px;}.wp-block-latest-posts .wp-block-latest-posts__post-date,.wp-block-latest-posts .wp-block-latest-posts__post-author {font-size: 1rem;}.wp-block-latest-posts > li > *,.wp-block-latest-posts:not(.is-grid) > li {margin-top: 12px;margin-bottom: 12px;}.ast-page-builder-template .entry-content[ast-blocks-layout] > *,.ast-page-builder-template .entry-content[ast-blocks-layout] > .alignfull > * {max-width: none;}.ast-page-builder-template .entry-content[ast-blocks-layout] > .alignwide > * {max-width: var(--wp--custom--ast-wide-width-size);}.ast-page-builder-template .entry-content[ast-blocks-layout] > .inherit-container-width > *,.ast-page-builder-template .entry-content[ast-blocks-layout] > * > *,.entry-content[ast-blocks-layout] > .wp-block-cover .wp-block-cover__inner-container {max-width: var(--wp--custom--ast-content-width-size);margin-left: auto;margin-right: auto;}.entry-content[ast-blocks-layout] .wp-block-cover:not(.alignleft):not(.alignright) {width: auto;}@media(max-width: 1200px) {.ast-separate-container .entry-content > .alignfull,.ast-separate-container .entry-content[ast-blocks-layout] > .alignwide,.ast-plain-container .entry-content[ast-blocks-layout] > .alignwide,.ast-plain-container .entry-content .alignfull {margin-left: calc(-1 * min(var(--ast-container-default-xlg-padding),20px)) ;margin-right: calc(-1 * min(var(--ast-container-default-xlg-padding),20px));}}@media(min-width: 1201px) {.ast-separate-container .entry-content > .alignfull {margin-left: calc(-1 * var(--ast-container-default-xlg-padding) );margin-right: calc(-1 * var(--ast-container-default-xlg-padding) );}.ast-separate-container .entry-content[ast-blocks-layout] > .alignwide,.ast-plain-container .entry-content[ast-blocks-layout] > .alignwide {margin-left: calc(-1 * var(--wp--custom--ast-default-block-left-padding) );margin-right: calc(-1 * var(--wp--custom--ast-default-block-right-padding) );}}@media(min-width: 921px) {.ast-separate-container .entry-content .wp-block-group.alignwide:not(.inherit-container-width) > :where(:not(.alignleft):not(.alignright)),.ast-plain-container .entry-content .wp-block-group.alignwide:not(.inherit-container-width) > :where(:not(.alignleft):not(.alignright)) {max-width: calc( var(--wp--custom--ast-content-width-size) + 80px );}.ast-plain-container.ast-right-sidebar .entry-content[ast-blocks-layout] .alignfull,.ast-plain-container.ast-left-sidebar .entry-content[ast-blocks-layout] .alignfull {margin-left: -60px;margin-right: -60px;}}@media(min-width: 544px) {.entry-content > .alignleft {margin-right: 20px;}.entry-content > .alignright {margin-left: 20px;}}@media (max-width:544px){.wp-block-columns .wp-block-column:not(:last-child){margin-bottom:20px;}.wp-block-latest-posts{margin:0;}}@media( max-width: 600px ) {.entry-content .wp-block-media-text .wp-block-media-text__content,.entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {padding: 8% 0 0;}.entry-content .wp-block-media-text.has-background .wp-block-media-text__content {padding: 8%;}}.ast-narrow-container .site-content .wp-block-uagb-image--align-full .wp-block-uagb-image__figure {max-width: 100%;margin-left: auto;margin-right: auto;}.entry-content ul,.entry-content ol {padding: revert;margin: revert;}: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:#060097;--ast-global-color-1:#c10fff;--ast-global-color-2:#1e293b;--ast-global-color-3:#67768e;--ast-global-color-4:#f9f6fe;--ast-global-color-5:#FFFFFF;--ast-global-color-6:#F2F5F7;--ast-global-color-7:#ffcd57;--ast-global-color-8:#000000;}:root {--ast-border-color : var(--ast-global-color-6);}.ast-single-entry-banner {-js-display: flex;display: flex;flex-direction: column;justify-content: center;text-align: center;position: relative;background: #eeeeee;}.ast-single-entry-banner[data-banner-layout="layout-1"] {max-width: 1300px;background: inherit;padding: 20px 0;}.ast-single-entry-banner[data-banner-width-type="custom"] {margin: 0 auto;width: 100%;}.ast-single-entry-banner + .site-content .entry-header {margin-bottom: 0;}.site .ast-author-avatar {--ast-author-avatar-size: ;}a.ast-underline-text {text-decoration: underline;}.ast-container > .ast-terms-link {position: relative;display: block;}a.ast-button.ast-badge-tax {padding: 4px 8px;border-radius: 3px;font-size: inherit;}header.entry-header .entry-title{font-weight:600;font-size:32px;font-size:1.6rem;}header.entry-header > *:not(:last-child){margin-bottom:10px;}.ast-archive-entry-banner {-js-display: flex;display: flex;flex-direction: column;justify-content: center;text-align: center;position: relative;background: #eeeeee;}.ast-archive-entry-banner[data-banner-width-type="custom"] {margin: 0 auto;width: 100%;}.ast-archive-entry-banner[data-banner-layout="layout-1"] {background: inherit;padding: 20px 0;text-align: left;}body.archive .ast-archive-description{max-width:1300px;width:100%;text-align:left;padding-top:3em;padding-right:3em;padding-bottom:3em;padding-left:3em;}body.archive .ast-archive-description .ast-archive-title,body.archive .ast-archive-description .ast-archive-title *{font-weight:600;font-size:32px;font-size:1.6rem;}body.archive .ast-archive-description > *:not(:last-child){margin-bottom:10px;}@media (max-width:921px){body.archive .ast-archive-description{text-align:left;}}@media (max-width:544px){body.archive .ast-archive-description{text-align:left;}}.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;text-decoration:none;}.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;}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:var(--ast-global-color-2);}.entry-title a{color:var(--ast-global-color-2);}@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-layout-element[data-section="title_tagline"]{display:flex;}@media (max-width:921px){.ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"]{display:flex;}}@media (max-width:544px){.ast-header-break-point .ast-builder-layout-element[data-section="title_tagline"]{display:flex;}}.ast-builder-menu-1{font-family:inherit;font-weight:inherit;}.ast-builder-menu-1 .menu-item > .menu-link{color:#282828;}.ast-builder-menu-1 .menu-item > .ast-menu-toggle{color:#282828;}.ast-builder-menu-1 .menu-item:hover > .menu-link,.ast-builder-menu-1 .inline-on-mobile .menu-item:hover > .ast-menu-toggle{color:#00b5a7;}.ast-builder-menu-1 .menu-item:hover > .ast-menu-toggle{color:#00b5a7;}.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link,.ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle,.ast-builder-menu-1 .current-menu-ancestor > .menu-link{color:#282828;}.ast-builder-menu-1 .menu-item.current-menu-item > .ast-menu-toggle{color:#282828;}.ast-builder-menu-1 .sub-menu,.ast-builder-menu-1 .inline-on-mobile .sub-menu{border-top-width:2px;border-bottom-width:0px;border-right-width:0px;border-left-width:0px;border-color:#00b6a8;border-style:solid;}.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:0px;}.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-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 .inline-on-mobile .menu-item.menu-item-has-children > .ast-menu-toggle{right:-15px;}.ast-builder-menu-1 .menu-item-has-children > .menu-link:after{content:unset;}.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;}}@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 .main-header-menu > .menu-item > .sub-menu,.ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper{margin-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;}}.site-below-footer-wrap{padding-top:20px;padding-bottom:20px;}.site-below-footer-wrap[data-section="section-below-footer-builder"]{background-color:#00a892;;background-image:none;;min-height:80px;border-style:solid;border-width:0px;border-top-width:1px;border-top-color:var(--ast-global-color-6);}.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row{max-width:1300px;min-height:80px;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:var(--ast-global-color-3);}@media (max-width:921px){.ast-footer-copyright{text-align:center;}}@media (max-width:544px){.ast-footer-copyright{text-align:center;}}.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;}}.footer-widget-area.widget-area.site-footer-focus-item{width:auto;}.ast-header-break-point .main-header-bar{border-bottom-width:1px;}@media (min-width:922px){.main-header-bar{border-bottom-width:1px;}}.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;}.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg{top:.2em;margin-top:0px;margin-left:0px;width:.65em;transform:translate(0, -2px) rotateZ(270deg);}.ast-mobile-popup-content .ast-submenu-expanded > .ast-menu-toggle{transform:rotateX(180deg);overflow-y:auto;}@media (min-width:922px){.ast-builder-menu .main-navigation > ul > li:last-child a{margin-right:0;}}.ast-separate-container .ast-article-inner{background-color:transparent;background-image:none;}.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;background-image:none;;}@media (max-width:921px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;background-image:none;;}}@media (max-width:544px){.ast-separate-container .ast-article-post{background-color:var(--ast-global-color-5);;background-image:none;;}}.ast-separate-container .ast-article-single:not(.ast-related-post), .woocommerce.ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .site-main .ast-author-meta, .ast-separate-container .related-posts-title-wrapper,.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 .ast-archive-description, .ast-separate-container .comments-area .comment-respond, .ast-separate-container .comments-area .ast-comment-list li, .ast-separate-container .comments-area .comments-title{background-color:var(--ast-global-color-5);;background-image:none;;}@media (max-width:921px){.ast-separate-container .ast-article-single:not(.ast-related-post), .woocommerce.ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .site-main .ast-author-meta, .ast-separate-container .related-posts-title-wrapper,.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 .ast-archive-description{background-color:var(--ast-global-color-5);;background-image:none;;}}@media (max-width:544px){.ast-separate-container .ast-article-single:not(.ast-related-post), .woocommerce.ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .site-main .ast-author-meta, .ast-separate-container .related-posts-title-wrapper,.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 .ast-archive-description{background-color:var(--ast-global-color-5);;background-image:none;;}}.ast-separate-container.ast-two-container #secondary .widget{background-color:var(--ast-global-color-5);;background-image:none;;}@media (max-width:921px){.ast-separate-container.ast-two-container #secondary .widget{background-color:var(--ast-global-color-5);;background-image:none;;}}@media (max-width:544px){.ast-separate-container.ast-two-container #secondary .widget{background-color:var(--ast-global-color-5);;background-image:none;;}}.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;background-image:none;;}@media (max-width:921px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;background-image:none;;}}@media (max-width:544px){.ast-plain-container, .ast-page-builder-template{background-color:var(--ast-global-color-5);;background-image:none;;}}
		#ast-scroll-top {
			display: none;
			position: fixed;
			text-align: center;
			cursor: pointer;
			z-index: 99;
			width: 2.1em;
			height: 2.1em;
			line-height: 2.1;
			color: #ffffff;
			border-radius: 2px;
			content: "";
			outline: inherit;
		}
		@media (min-width: 769px) {
			#ast-scroll-top {
				content: "769";
			}
		}
		#ast-scroll-top .ast-icon.icon-arrow svg {
			margin-left: 0px;
			vertical-align: middle;
			transform: translate(0, -20%) rotate(180deg);
			width: 1.6em;
		}
		.ast-scroll-to-top-right {
			right: 30px;
			bottom: 30px;
		}
		.ast-scroll-to-top-left {
			left: 30px;
			bottom: 30px;
		}
	#ast-scroll-top{background-color:#00b6a8;font-size:15px;font-size:0.75rem;}@media (max-width:921px){#ast-scroll-top .ast-icon.icon-arrow svg{width:1em;}}.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);right: auto;}.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:0px;padding-bottom:0px;}.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:110px;}.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{line-height:110px;}.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar,.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-below-header-bar,.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-above-header-bar{padding-left:20px;padding-right:20px;}.ast-header-break-point .ast-primary-header-bar{border-bottom-width:0px;border-bottom-color:#eaeaea;border-bottom-style:solid;}@media (min-width:922px){.ast-primary-header-bar{border-bottom-width:0px;border-bottom-color:#eaeaea;border-bottom-style:solid;}}.ast-primary-header-bar{background-color:var(--ast-global-color-5);;background-image:none;;}@media (max-width:921px){.ast-mobile-header-wrap .ast-primary-header-bar,.ast-primary-header-bar .site-primary-header-wrap{min-height:100px;}}@media (max-width:544px){.ast-mobile-header-wrap .ast-primary-header-bar ,.ast-primary-header-bar .site-primary-header-wrap{min-height:80px;}}.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-minimal{color:var(--ast-global-color-5);border:none;background:transparent;}[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{width:20px;height:20px;fill:var(--ast-global-color-5);}[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-wrap .mobile-menu{color:var(--ast-global-color-5);}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}.ast-hfb-header .ast-builder-menu-mobile .main-navigation .main-header-menu, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .main-header-menu, .ast-hfb-header .ast-mobile-header-content .ast-builder-menu-mobile .main-navigation .main-header-menu, .ast-hfb-header .ast-mobile-popup-content .ast-builder-menu-mobile .main-navigation .main-header-menu{border-top-width:1px;border-color:#eaeaea;}.ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link, .ast-hfb-header .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-mobile-header-content .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link, .ast-hfb-header .ast-mobile-header-content .ast-builder-menu-mobile .main-navigation .menu-item .menu-link, .ast-hfb-header .ast-mobile-popup-content .ast-builder-menu-mobile .main-navigation .menu-item .sub-menu .menu-link, .ast-hfb-header .ast-mobile-popup-content .ast-builder-menu-mobile .main-navigation .menu-item .menu-link{border-bottom-width:1px;border-color:#eaeaea;border-style:solid;}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:0;}@media (max-width:921px){.ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .menu-link{color:var(--ast-global-color-2);padding-top:10px;padding-bottom:10px;padding-left:15px;padding-right:15px;}.ast-builder-menu-mobile .main-navigation .menu-item > .ast-menu-toggle{color:var(--ast-global-color-2);}.ast-builder-menu-mobile .main-navigation .menu-item:hover > .menu-link, .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item:hover > .ast-menu-toggle{color:var(--ast-global-color-2);}.ast-builder-menu-mobile .main-navigation .menu-item:hover > .ast-menu-toggle{color:var(--ast-global-color-2);}.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link, .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .menu-link, .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .ast-menu-toggle{color:var(--ast-global-color-0);}.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .ast-menu-toggle{color:var(--ast-global-color-0);}.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:10px;right:calc( 15px - 0.907em );}.ast-builder-menu-mobile .main-navigation .menu-item-has-children > .menu-link:after{content:unset;}}@media (max-width:544px){.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle{top:10px;}}.ast-builder-menu-mobile .main-navigation{display:block;}@media (max-width:921px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}@media (max-width:544px){.ast-header-break-point .ast-builder-menu-mobile .main-navigation{display:block;}}
</style>
<style type="text/css">@font-face {font-family:Inter;font-style:normal;font-weight:400;src:url(/cf-fonts/s/inter/5.0.16/latin-ext/400/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:fallback;}@font-face {font-family:Inter;font-style:normal;font-weight:400;src:url(/cf-fonts/s/inter/5.0.16/vietnamese/400/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:fallback;}@font-face {font-family:Inter;font-style:normal;font-weight:400;src:url(/cf-fonts/s/inter/5.0.16/greek/400/normal.woff2);unicode-range:U+0370-03FF;font-display:fallback;}@font-face {font-family:Inter;font-style:normal;font-weight:400;src:url(/cf-fonts/s/inter/5.0.16/greek-ext/400/normal.woff2);unicode-range:U+1F00-1FFF;font-display:fallback;}@font-face {font-family:Inter;font-style:normal;font-weight:400;src:url(/cf-fonts/s/inter/5.0.16/latin/400/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:fallback;}@font-face {font-family:Inter;font-style:normal;font-weight:400;src:url(/cf-fonts/s/inter/5.0.16/cyrillic/400/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:fallback;}@font-face {font-family:Inter;font-style:normal;font-weight:400;src:url(/cf-fonts/s/inter/5.0.16/cyrillic-ext/400/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:fallback;}@font-face {font-family:Inter;font-style:normal;font-weight:600;src:url(/cf-fonts/s/inter/5.0.16/vietnamese/600/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:fallback;}@font-face {font-family:Inter;font-style:normal;font-weight:600;src:url(/cf-fonts/s/inter/5.0.16/cyrillic/600/normal.woff2);unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;font-display:fallback;}@font-face {font-family:Inter;font-style:normal;font-weight:600;src:url(/cf-fonts/s/inter/5.0.16/greek-ext/600/normal.woff2);unicode-range:U+1F00-1FFF;font-display:fallback;}@font-face {font-family:Inter;font-style:normal;font-weight:600;src:url(/cf-fonts/s/inter/5.0.16/cyrillic-ext/600/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:fallback;}@font-face {font-family:Inter;font-style:normal;font-weight:600;src:url(/cf-fonts/s/inter/5.0.16/latin/600/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:fallback;}@font-face {font-family:Inter;font-style:normal;font-weight:600;src:url(/cf-fonts/s/inter/5.0.16/greek/600/normal.woff2);unicode-range:U+0370-03FF;font-display:fallback;}@font-face {font-family:Inter;font-style:normal;font-weight:600;src:url(/cf-fonts/s/inter/5.0.16/latin-ext/600/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:fallback;}@font-face {font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;src:url(/cf-fonts/s/plus-jakarta-sans/5.0.18/latin-ext/600/normal.woff2);unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;font-display:fallback;}@font-face {font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;src:url(/cf-fonts/s/plus-jakarta-sans/5.0.18/vietnamese/600/normal.woff2);unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB;font-display:fallback;}@font-face {font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;src:url(/cf-fonts/s/plus-jakarta-sans/5.0.18/cyrillic-ext/600/normal.woff2);unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;font-display:fallback;}@font-face {font-family:Plus Jakarta Sans;font-style:normal;font-weight:600;src:url(/cf-fonts/s/plus-jakarta-sans/5.0.18/latin/600/normal.woff2);unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;font-display:fallback;}</style>
<style id="wp-emoji-styles-inline-css">

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<link rel="stylesheet" id="wpautoterms_css-css" href="https://the-lizard-lounge.com/wp-content/plugins/auto-terms-of-service-and-privacy-policy/css/wpautoterms.css?ver=6.5.2" media="all" />
<link rel="stylesheet" id="crp-style-grid-css" href="https://the-lizard-lounge.com/wp-content/plugins/contextual-related-posts/css/grid.min.css?ver=3.4.1" media="all" />
<style id="crp-style-grid-inline-css">

			.crp_related.crp-grid ul li a.crp_link {
				grid-template-rows: 150px auto;
			}
			.crp_related.crp-grid ul {
				grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
			}
			
</style>
<link rel="stylesheet" id="wpa-css-css" href="https://the-lizard-lounge.com/wp-content/plugins/honeypot/includes/css/wpa.css?ver=2.1.15" media="all" />
<link rel="stylesheet" id="lazyload-video-css-css" href="https://the-lizard-lounge.com/wp-content/plugins/lazy-load-for-videos/public/css/lazyload-shared.css?ver=2.18.3" media="all" />
<style id="lazyload-video-css-inline-css">
.entry-content a.lazy-load-youtube, a.lazy-load-youtube, .lazy-load-vimeo{ background-size: cover; }.titletext.youtube { display: none; }.lazy-load-div:before { content: "\25B6"; text-shadow: 0px 0px 60px rgba(0,0,0,0.8); }
</style>
<script src="https://the-lizard-lounge.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script src="https://the-lizard-lounge.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script src="https://the-lizard-lounge.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js?ver=3.1.2" id="wp-polyfill-inert-js"></script>
<script src="https://the-lizard-lounge.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.14.0" id="regenerator-runtime-js"></script>
<script src="https://the-lizard-lounge.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0" id="wp-polyfill-js"></script>
<script src="https://the-lizard-lounge.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381" id="wp-dom-ready-js"></script>
<script src="https://the-lizard-lounge.com/wp-content/plugins/auto-terms-of-service-and-privacy-policy/js/base.js?ver=2.5.0" id="wpautoterms_base-js"></script>
<!--[if IE]>
<script src="https://the-lizard-lounge.com/wp-content/themes/astra/assets/js/minified/flexibility.min.js?ver=4.6.13" id="astra-flexibility-js"></script>
<script id="astra-flexibility-js-after">
flexibility(document.documentElement);
</script>
<![endif]-->
<script src="https://the-lizard-lounge.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script>
<script src="https://the-lizard-lounge.com/wp-includes/js/masonry.min.js?ver=4.2.2" id="masonry-js"></script>
<script src="https://the-lizard-lounge.com/wp-includes/js/jquery/jquery.masonry.min.js?ver=3.1.2b" id="jquery-masonry-js"></script>
<script id="tve_frontend-js-extra">
var tve_frontend_options = {"ajaxurl":"https:\/\/the-lizard-lounge.com\/wp-admin\/admin-ajax.php","is_editor_page":"","page_events":[],"is_single":"1","social_fb_app_id":"","dash_url":"https:\/\/the-lizard-lounge.com\/wp-content\/plugins\/thrive-product-manager\/thrive-dashboard","queried_object":{"ID":296,"post_author":"3"},"query_vars":{"page":"","pagename":"404-page-not-found"},"$_POST":[],"translations":{"Copy":"Copy","empty_username":"ERROR: The username field is empty.","empty_password":"ERROR: The password field is empty.","empty_login":"ERROR: Enter a username or email address.","min_chars":"At least %s characters are needed","no_headings":"No headings found","registration_err":{"required_field":"<strong>Error<\/strong>: This field is required","required_email":"<strong>Error<\/strong>: Please type your email address.","invalid_email":"<strong>Error<\/strong>: The email address isn&#8217;t correct.","passwordmismatch":"<strong>Error<\/strong>: Password mismatch"}},"routes":{"posts":"https:\/\/the-lizard-lounge.com\/wp-json\/tcb\/v1\/posts","video_reporting":"https:\/\/the-lizard-lounge.com\/wp-json\/tcb\/v1\/video-reporting"},"nonce":"95af151cef","allow_video_src":"","google_client_id":null,"google_api_key":null,"facebook_app_id":null,"lead_generation_custom_tag_apis":["activecampaign","aweber","convertkit","drip","klicktipp","mailchimp","sendlane","zapier"],"post_request_data":[],"user_profile_nonce":"24d7c27e70","ip":"66.249.66.195","current_user":[],"post_id":"296","post_title":"404 Page Not Found","post_type":"page","post_url":"https:\/\/the-lizard-lounge.com\/404-page-not-found\/","is_lp":"","conditional_display":{"is_tooltip_dismissed":false}};
</script>
<script src="https://the-lizard-lounge.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/general.min.js?ver=3.28" id="tve_frontend-js"></script>


<script src="https://www.googletagmanager.com/gtag/js?id=GT-PJWLQV7" id="google_gtagjs-js" async></script>
<script id="google_gtagjs-js-after">
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag("set","linker",{"domains":["the-lizard-lounge.com"]});
gtag("js", new Date());
gtag("set", "developer_id.dZTNiMT", true);
gtag("config", "GT-PJWLQV7");
</script>

<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://the-lizard-lounge.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 6.5.2" />
<link rel="shortlink" href="https://the-lizard-lounge.com/?p=296" />
<link rel="alternate" type="application/json+oembed" href="https://the-lizard-lounge.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fthe-lizard-lounge.com%2F404-page-not-found%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://the-lizard-lounge.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fthe-lizard-lounge.com%2F404-page-not-found%2F&#038;format=xml" />
<meta name="generator" content="Site Kit by Google 1.125.0" /><style type="text/css" id="tve_global_variables">:root{--tcb-color-0:rgb(35, 175, 168);--tcb-color-0-h:177;--tcb-color-0-s:66%;--tcb-color-0-l:41%;--tcb-color-0-a:1;--tcb-color-1:rgb(175, 35, 42);--tcb-color-1-h:357;--tcb-color-1-s:66%;--tcb-color-1-l:41%;--tcb-color-1-a:1;--tcb-color-2:rgb(255, 255, 255);--tcb-color-2-h:0;--tcb-color-2-s:0%;--tcb-color-2-l:100%;--tcb-color-2-a:1;--tcb-color-3:rgb(155, 81, 158);--tcb-color-3-h:297;--tcb-color-3-s:32%;--tcb-color-3-l:46%;--tcb-color-3-a:1;--tcb-color-4:rgb(40, 40, 40);--tcb-color-4-h:0;--tcb-color-4-s:0%;--tcb-color-4-l:15%;--tcb-color-4-a:1;--tcb-background-author-image:url(https://secure.gravatar.com/avatar/b5dfdaaa46991c14b50b95ecd28b08ec?s=256&d=mm&r=g);--tcb-background-user-image:url();--tcb-background-featured-image-thumbnail:url(https://the-lizard-lounge.com/wp-content/plugins/thrive-visual-editor/editor/css/images/featured_image.png);}</style>

<meta name="google-adsense-platform-account" content="ca-host-pub-2644536267352236">
<meta name="google-adsense-platform-domain" content="sitekit.withgoogle.com">


<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9795989440216237&amp;host=ca-host-pub-2644536267352236" crossorigin="anonymous"></script>

<style type="text/css" id="thrive-default-styles"></style><link rel="icon" href="https://the-lizard-lounge.com/wp-content/uploads/2023/04/cropped-large-The-Lizard-Lounge-Favcom-min-32x32.png" sizes="32x32" />
<link rel="icon" href="https://the-lizard-lounge.com/wp-content/uploads/2023/04/cropped-large-The-Lizard-Lounge-Favcom-min-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://the-lizard-lounge.com/wp-content/uploads/2023/04/cropped-large-The-Lizard-Lounge-Favcom-min-180x180.png" />
<meta name="msapplication-TileImage" content="https://the-lizard-lounge.com/wp-content/uploads/2023/04/cropped-large-The-Lizard-Lounge-Favcom-min-270x270.png" />
<style class="tve_custom_style">@media (min-width: 300px){[data-css="tve-u-1874bf8e83b"]{min-width: auto;}[data-css="tve-u-1874bf8e83e"]{margin-top: 30px !important;margin-bottom: 30px !important;}:not(#tve) [data-css="tve-u-1874bf8e840"]{font-size: 42px !important;padding-bottom: 0px !important;margin-bottom: 0px !important;}:not(#tve) [data-css="tve-u-1874bf8e841"]{font-size: 22px !important;}:not(#tve) [data-css="tve-u-1874bf8e846"]{font-size: 22px !important;}[data-css="tve-u-1874bf8e848"]{--tve-alignment:center;float: none;margin-left: auto !important;margin-right: auto !important;padding-left: 0px !important;padding-right: 0px !important;}:not(#tve) [data-css="tve-u-1874bf8e84b"]{padding-bottom: 0px !important;margin-bottom: 0px !important;text-transform: capitalize !important;font-size: 23px !important;}[data-css="tve-u-1874c1ad169"]{margin-bottom: 30px !important;}.tcb-post-list[data-css="tve-u-18751dc19c3"] .post-wrapper.thrv_wrapper{width: calc((100% - 90px) / 3);padding: 0px;}[data-css="tve-u-18751dc19c3"].tcb-post-list [data-css="tve-u-18751dc19cf"] .tcb-button-link{border: 1px solid rgb(255,255,255);border-radius: 0px;overflow: hidden;letter-spacing: 4px;background-color: rgba(0,0,0,0.4) !important;padding: 12px !important;}:not(#tve) [data-css="tve-u-18751dc19c3"].tcb-post-list [data-css="tve-u-18751dc19cf"] .tcb-button-link span{color: rgb(255,255,255);}[data-css="tve-u-18751dc19c3"].tcb-post-list [data-css="tve-u-18751dc19cf"]{float: none;--tve-font-size:10px;margin-left: auto !important;margin-right: auto !important;}[data-css="tve-u-18751dc19c3"].tcb-post-list [data-css="tve-u-18751dc19cf"] .tcb-button-link span{text-transform: uppercase;font-weight: bold !important;}:not(#tve) [data-css="tve-u-18751dc19c3"].tcb-post-list [data-css="tve-u-18751dc19cf"] .tcb-button-link{font-size: var(--tve-font-size,10px) !important;}:not(#tve) [data-css="tve-u-18751dc19c3"].tcb-post-list .thrv-content-box [data-css="tve-u-18751dc19cb"] p,:not(#tve) [data-css="tve-u-18751dc19c3"].tcb-post-list .thrv-content-box [data-css="tve-u-18751dc19cb"] li,:not(#tve) [data-css="tve-u-18751dc19c3"].tcb-post-list .thrv-content-box [data-css="tve-u-18751dc19cb"] blockquote,:not(#tve) [data-css="tve-u-18751dc19c3"].tcb-post-list .thrv-content-box [data-css="tve-u-18751dc19cb"] address,:not(#tve) [data-css="tve-u-18751dc19c3"].tcb-post-list .thrv-content-box [data-css="tve-u-18751dc19cb"] .tcb-plain-text,:not(#tve) [data-css="tve-u-18751dc19c3"].tcb-post-list .thrv-content-box [data-css="tve-u-18751dc19cb"] label,:not(#tve) [data-css="tve-u-18751dc19c3"].tcb-post-list .thrv-content-box [data-css="tve-u-18751dc19cb"] h1,:not(#tve) [data-css="tve-u-18751dc19c3"].tcb-post-list .thrv-content-box [data-css="tve-u-18751dc19cb"] h2,:not(#tve) [data-css="tve-u-18751dc19c3"].tcb-post-list .thrv-content-box [data-css="tve-u-18751dc19cb"] h3,:not(#tve) [data-css="tve-u-18751dc19c3"].tcb-post-list .thrv-content-box [data-css="tve-u-18751dc19cb"] h4,:not(#tve) [data-css="tve-u-18751dc19c3"].tcb-post-list .thrv-content-box [data-css="tve-u-18751dc19cb"] h5,:not(#tve) [data-css="tve-u-18751dc19c3"].tcb-post-list .thrv-content-box [data-css="tve-u-18751dc19cb"] h6{color: rgb(255,255,255);}[data-css="tve-u-18751dc19c3"].tcb-post-list [data-css="tve-u-18751dc19c9"]{margin: 0px !important;padding: 15px !important;}[data-css="tve-u-18751dc19c3"].tcb-post-list .thrv-content-box [data-css="tve-u-18751dc19cb"]{text-align: center;min-height: 230px !important;}[data-css="tve-u-18751dc19c3"].tcb-post-list [data-css="tve-u-18751dc19c9"] > .tve-cb{justify-content: center;display: flex;flex-direction: column;}[data-css="tve-u-18751dc19c3"].tcb-post-list [data-css="tve-u-18751dc19ca"]{border: 1px solid rgba(255,255,255,0.15) !important;background-image: none !important;}[data-css="tve-u-18751dc19c3"]{padding: 0px;}[data-css="tve-u-18751dc19c3"].tcb-post-list [data-css="tve-u-18751dc19c9"]:hover [data-css="tve-u-18751dc19ca"]{border: 1px solid rgba(255,255,255,0.5) !important;}.tcb-post-list[data-css="tve-u-18751dc19c3"] .post-wrapper.thrv_wrapper:nth-child(n+4){margin-top: 45px !important;}.tcb-post-list[data-css="tve-u-18751dc19c3"] .post-wrapper.thrv_wrapper:not(:nth-child(n+4)){margin-top: 0px !important;}.tcb-post-list[data-css="tve-u-18751dc19c3"] .post-wrapper.thrv_wrapper:not(:nth-child(3n)){margin-right: 45px !important;}.tcb-post-list[data-css="tve-u-18751dc19c3"] .post-wrapper.thrv_wrapper:nth-child(3n){margin-right: 0px !important;}[data-css="tve-u-18751dc19c3"].tcb-post-list .post-wrapper{background-image: none !important;}:not(#tve) [data-css="tve-u-18751dc19c3"].tcb-post-list .post-wrapper:hover{background-image: none !important;}:not(#tve) [data-css="tve-u-18751dc19c3"].tcb-post-list [data-css="tve-u-18751dc19cd"]{padding-top: 0px !important;margin-top: 0px !important;padding-bottom: 0px !important;margin-bottom: 0px !important;font-size: 20px !important;}[data-css="tve-u-18751dc19c3"].tcb-post-list [data-css="tve-u-18751dc19cc"]{padding: 0px !important;margin-bottom: 20px !important;}:not(#tve) [data-css="tve-u-18751dc19c3"].tcb-post-list [data-css="tve-u-18751dc19ce"]{font-weight: var(--g-bold-weight,bold) !important;}[data-css="tve-u-18751dc19c3"].tcb-post-list [data-css="tve-u-18751dc19c7"]{margin-top: 0px !important;margin-bottom: 0px !important;}[data-css="tve-u-18751dc19c3"].tcb-post-list [data-css="tve-u-18751dc19c8"]{background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url("https://the-lizard-lounge.com/wp-content/plugins/thrive-visual-editor/editor/css/images/featured_image.png") !important;background-size: auto,cover !important;background-position: 50% 50%,50% 50% !important;background-attachment: scroll,scroll !important;background-repeat: no-repeat,no-repeat !important;}[data-css="tve-u-18751dc19c3"].tcb-post-list [data-css="tve-u-18751dc19c7"]:hover [data-css="tve-u-18751dc19c8"]{background-image: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url("https://the-lizard-lounge.com/wp-content/plugins/thrive-visual-editor/editor/css/images/featured_image.png") !important;background-size: auto,cover !important;background-position: 50% 50%,50% 50% !important;background-attachment: scroll,scroll !important;background-repeat: no-repeat,no-repeat !important;}}@media (max-width: 1023px){.tcb-post-list[data-css="tve-u-18751dc19c3"] .post-wrapper.thrv_wrapper{width: calc((100% - 45px) / 2);}.tcb-post-list[data-css="tve-u-18751dc19c3"] .post-wrapper.thrv_wrapper:nth-child(n+3){margin-top: 45px !important;}.tcb-post-list[data-css="tve-u-18751dc19c3"] .post-wrapper.thrv_wrapper:not(:nth-child(n+3)){margin-top: 0px !important;}.tcb-post-list[data-css="tve-u-18751dc19c3"] .post-wrapper.thrv_wrapper:not(:nth-child(2n)){margin-right: 45px !important;}.tcb-post-list[data-css="tve-u-18751dc19c3"] .post-wrapper.thrv_wrapper:nth-child(2n){margin-right: 0px !important;}}@media (max-width: 767px){.tcb-post-list[data-css="tve-u-18751dc19c3"] .post-wrapper.thrv_wrapper{width: calc((100% - 0px) / 1);}.tcb-post-list[data-css="tve-u-18751dc19c3"] .post-wrapper.thrv_wrapper:nth-child(n+2){margin-top: 20px !important;}.tcb-post-list[data-css="tve-u-18751dc19c3"] .post-wrapper.thrv_wrapper:not(:nth-child(n+2)){margin-top: 0px !important;}.tcb-post-list[data-css="tve-u-18751dc19c3"] .post-wrapper.thrv_wrapper:nth-child(n){margin-right: 0px !important;}.tcb-post-list[data-css="tve-u-18751dc19c3"] .post-wrapper.thrv_wrapper:not(:nth-child(n)){margin-right: 45px !important;}[data-css="tve-u-18751dc19c3"].tcb-post-list .thrv-content-box [data-css="tve-u-18751dc19cb"]{min-height: 220px !important;}}</style> <style id="wp-custom-css">
			.wpforms-form {	
background-color: #00A993!important;	
padding: 20px 15px !important;	
border: 3px solid #4E2300  !important;	
border-radius: 20px !important;	
}	
	
div.wpforms-container-full .wpforms-form .wpforms-field-label{	
font-size: 20px !important;	
	color: white;
}	
	
	
div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {	
	font-size: 18px;
	color: white;
	font-weight: bold;
}	
div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {	
max-width: 100%;	
}	

.wpautoterms-footer *{
	background-color:#00A993;
	color:white !important;
	position: relative !important;
	margin-bottom:0
}		</style>
<style id="wpforms-css-vars-root">
				:root {
					--wpforms-field-border-radius: 3px;
--wpforms-field-background-color: #ffffff;
--wpforms-field-border-color: rgba( 0, 0, 0, 0.25 );
--wpforms-field-text-color: rgba( 0, 0, 0, 0.7 );
--wpforms-label-color: rgba( 0, 0, 0, 0.85 );
--wpforms-label-sublabel-color: rgba( 0, 0, 0, 0.55 );
--wpforms-label-error-color: #d63637;
--wpforms-button-border-radius: 3px;
--wpforms-button-background-color: #066aab;
--wpforms-button-text-color: #ffffff;
--wpforms-page-break-color: #066aab;
--wpforms-field-size-input-height: 43px;
--wpforms-field-size-input-spacing: 15px;
--wpforms-field-size-font-size: 16px;
--wpforms-field-size-line-height: 19px;
--wpforms-field-size-padding-h: 14px;
--wpforms-field-size-checkbox-size: 16px;
--wpforms-field-size-sublabel-spacing: 5px;
--wpforms-field-size-icon-size: 1;
--wpforms-label-size-font-size: 16px;
--wpforms-label-size-line-height: 19px;
--wpforms-label-size-sublabel-font-size: 14px;
--wpforms-label-size-sublabel-line-height: 17px;
--wpforms-button-size-font-size: 17px;
--wpforms-button-size-height: 41px;
--wpforms-button-size-padding-h: 15px;
--wpforms-button-size-margin-top: 10px;

				}
			</style></head>
<body itemtype="https://schema.org/WebPage" itemscope="itemscope" class="page-template-default page page-id-296 wp-custom-logo ast-header-break-point ast-plain-container ast-no-sidebar astra-4.6.13 ast-single-post ast-inherit-site-logo-transparent ast-hfb-header">
<a class="skip-link screen-reader-text" href="#content" role="link" title="Skip to content">
Skip to content</a>
<div class="hfeed site" id="page">
<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-main-header-wrap main-header-bar-wrap">
<div class="ast-primary-header-bar ast-primary-header main-header-bar site-header-focus-item" data-section="section-primary-header-builder">
<div class="site-primary-header-wrap ast-builder-grid-row-container site-header-focus-item ast-container" data-section="section-primary-header-builder">
<div class="ast-builder-grid-row ast-builder-grid-row-has-sides ast-builder-grid-row-no-center">
<div class="site-header-primary-section-left site-header-section ast-flex site-header-section-left">
<div class="ast-builder-layout-element ast-flex site-header-focus-item" data-section="title_tagline">
<div class="site-branding ast-site-identity" itemtype="https://schema.org/Organization" itemscope="itemscope">
<span class="site-logo-img"><a href="https://the-lizard-lounge.com/" class="custom-logo-link" rel="home"><img loading="lazy" width="180" height="71" src="https://the-lizard-lounge.com/wp-content/uploads/2023/04/cropped-large-The-Lizard-Lounge-Logo-min-180x71.png" class="custom-logo" alt="The Lizard Lounge" decoding="async" srcset="https://the-lizard-lounge.com/wp-content/uploads/2023/04/cropped-large-The-Lizard-Lounge-Logo-min-180x71.png 180w,   https://the-lizard-lounge.com/wp-content/uploads/2023/04/cropped-large-The-Lizard-Lounge-Logo-min-300x118.png 300w,   https://the-lizard-lounge.com/wp-content/uploads/2023/04/cropped-large-The-Lizard-Lounge-Logo-min-768x303.png 768w,   https://the-lizard-lounge.com/wp-content/uploads/2023/04/cropped-large-The-Lizard-Lounge-Logo-min.png 886w" sizes="(max-width: 180px) 100vw, 180px" /></a></span> </div>

</div>
</div>
<div class="site-header-primary-section-right site-header-section ast-flex ast-grid-right-section">
<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"><div class="main-header-bar-navigation"><nav class="site-navigation ast-flex-grow-1 navigation-accessibility site-header-focus-item" id="primary-site-navigation-desktop" aria-label="Site Navigation: Main Menu" 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-menu-shadow ast-nav-menu ast-flex  submenu-with-border stack-on-mobile"><li id="menu-item-305" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-305"><a href="https://the-lizard-lounge.com/" class="menu-link">Home</a></li>
<li id="menu-item-310" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-310"><a href="https://the-lizard-lounge.com/lizards/" class="menu-link">Lizards</a></li>
<li id="menu-item-308" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-308"><a href="https://the-lizard-lounge.com/geckos/" class="menu-link">Geckos</a></li>
<li id="menu-item-309" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-309"><a href="https://the-lizard-lounge.com/lizard-diet/" class="menu-link">Lizard Diet</a></li>
<li id="menu-item-306" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-306"><a href="https://the-lizard-lounge.com/about-us/" class="menu-link">About Us</a></li>
<li id="menu-item-307" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-307"><a href="https://the-lizard-lounge.com/contact-us/" class="menu-link">Contact Us</a></li>
</ul></div></nav></div></div> </div>
</div>
</div>
</div>
</div>
</div>
<div class="ast-desktop-header-content content-align-flex-start">
</div>
</div> 
<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-primary-header-builder">
<div class="ast-builder-grid-row ast-builder-grid-row-has-sides ast-builder-grid-row-no-center">
<div class="site-header-primary-section-left site-header-section ast-flex site-header-section-left">
<div class="ast-builder-layout-element ast-flex site-header-focus-item" data-section="title_tagline">
<div class="site-branding ast-site-identity" itemtype="https://schema.org/Organization" itemscope="itemscope">
<span class="site-logo-img"><a href="https://the-lizard-lounge.com/" class="custom-logo-link" rel="home"><img loading="lazy" width="180" height="71" src="https://the-lizard-lounge.com/wp-content/uploads/2023/04/cropped-large-The-Lizard-Lounge-Logo-min-180x71.png" class="custom-logo" alt="The Lizard Lounge" decoding="async" srcset="https://the-lizard-lounge.com/wp-content/uploads/2023/04/cropped-large-The-Lizard-Lounge-Logo-min-180x71.png 180w,   https://the-lizard-lounge.com/wp-content/uploads/2023/04/cropped-large-The-Lizard-Lounge-Logo-min-300x118.png 300w,   https://the-lizard-lounge.com/wp-content/uploads/2023/04/cropped-large-The-Lizard-Lounge-Logo-min-768x303.png 768w,   https://the-lizard-lounge.com/wp-content/uploads/2023/04/cropped-large-The-Lizard-Lounge-Logo-min.png 886w" sizes="(max-width: 180px) 100vw, 180px" /></a></span> </div>

</div>
</div>
<div class="site-header-primary-section-right site-header-section ast-flex ast-grid-right-section">
<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-minimal" 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-menu-svg" fill="currentColor" version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M3 13h18c0.552 0 1-0.448 1-1s-0.448-1-1-1h-18c-0.552 0-1 0.448-1 1s0.448 1 1 1zM3 7h18c0.552 0 1-0.448 1-1s-0.448-1-1-1h-18c-0.552 0-1 0.448-1 1s0.448 1 1 1zM3 19h18c0.552 0 1-0.448 1-1s-0.448-1-1-1h-18c-0.552 0-1 0.448-1 1s0.448 1 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-mobile ast-builder-menu ast-builder-menu-mobile-focus-item ast-builder-layout-element site-header-focus-item" data-section="section-header-mobile-menu">
<div class="ast-main-header-bar-alignment"><div class="main-header-bar-navigation"><nav class="site-navigation ast-flex-grow-1 navigation-accessibility site-header-focus-item" id="ast-mobile-site-navigation" aria-label="Site Navigation: Main Menu" itemtype="https://schema.org/SiteNavigationElement" itemscope="itemscope"><div class="main-navigation"><ul id="ast-hf-mobile-menu" class="main-header-menu ast-nav-menu ast-flex  submenu-with-border astra-menu-animation-fade  stack-on-mobile"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-305"><a href="https://the-lizard-lounge.com/" class="menu-link">Home</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-310"><a href="https://the-lizard-lounge.com/lizards/" class="menu-link">Lizards</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-308"><a href="https://the-lizard-lounge.com/geckos/" class="menu-link">Geckos</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-309"><a href="https://the-lizard-lounge.com/lizard-diet/" class="menu-link">Lizard Diet</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-306"><a href="https://the-lizard-lounge.com/about-us/" class="menu-link">About Us</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-307"><a href="https://the-lizard-lounge.com/contact-us/" class="menu-link">Contact Us</a></li>
</ul></div></nav></div></div> </div>
</div>
</div>
</header>
<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-296 page type-page status-publish ast-article-single" id="post-296" itemtype="https://schema.org/CreativeWork" itemscope="itemscope">
<header class="entry-header ast-no-title ast-header-without-markup">
</header> 
<div class="entry-content clear" itemprop="text">
<div id="tve_flt" class="tve_flt tcb-style-wrap"><div id="tve_editor" class="tve_shortcode_editor tar-main-content" data-post-id="296"><div class="thrv_wrapper thrv-page-section tve-height-update">
<div class="tve-page-section-out"></div>
<div class="tve-page-section-in tve_empty_dropzone" data-css="tve-u-1874bf8e83b"><div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad" data-css="tve-u-1874bf8e83e" style>
<div class="tve-content-box-background"></div>
<div class="tve-cb"><div class="thrv_wrapper thrv_text_element boxhead" data-css="tve-u-1874c1ad169" style><p style="text-align: center;" data-css="tve-u-1874bf8e840"><strong>OOOOPS... THAT PAGE DOESN'T EXIST</strong></p></div><div class="thrv_wrapper thrv_text_element"><p data-css="tve-u-1874bf8e841">Sorry about this, but for some reason that page either doesn't exist or it has moved. However, we have an amazing range of cool content that covers:</p><li class><a href="https://the-lizard-lounge.com/lizards/" target="_blank">Lizards</a></li><li class><a href="https://the-lizard-lounge.com/geckos/" target="_blank">Geckos</a></li><li class><a href="https://the-lizard-lounge.com/lizard-diet/" target="_blank" class style="outline: none;">Lizard Diet</a></li><p data-css="tve-u-1874bf8e846"><br></p><p data-css="tve-u-1874bf8e846"><strong>HAVE A QUESTION OR A COMMENT? I'D LOVE TO HEAR FROM YOU!</strong><br><br>The easiest way to contact us is to fill out the form <a href="/contact-us" target="_blank" class style="outline: none;" data-lt-tmp-id="lt-22295" spellcheck="false">here</a>.</p></div><div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad" data-css="tve-u-1874bf8e848" style>
<div class="tve-content-box-background"></div>
<div class="tve-cb"><div class="thrv_wrapper thrv_text_element"> <p style data-css="tve-u-1874bf8e84b"><strong>Check out our latest posts here:</strong></p></div></div>
</div><div class="tcb-post-list tve-content-list thrv_wrapper" data-type="grid" data-pagination-type="none" data-pages_near_current="2" data-dynamic_filter="{&quot;category&quot;:&quot;category&quot;,&quot;tag&quot;:&quot;tag&quot;,&quot;author&quot;:&quot;author&quot;,&quot;search&quot;:&quot;search&quot;}" data-css="tve-u-18751dc19c3" data-total_post_count="88" data-total_sticky_count="0" data-disabled-links="0" data-no_posts_text="There are no posts to display."><article id="post-1196" class="post-1196 post type-post status-publish format-standard has-post-thumbnail hentry category-lizards ast-article-single post-wrapper thrv_wrapper thrive-animated-item  tve_evt_manager_listen tve_ea_thrive_animation tve_et_mouseover tve_anim_grow" tcb_hover_state_parent data-id="1196" data-selector=".post-wrapper"><style class="tcb-post-list-dynamic-style" type="text/css">@media (min-width: 300px){[data-css="tve-u-18751dc19c3"].tcb-post-list #post-1196 [data-css="tve-u-18751dc19c8"]{background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://the-lizard-lounge.com/wp-content/uploads/2023/12/Close-up-Photography-of-Black-and-Brown-Lizard.png") !important;}[data-css="tve-u-18751dc19c3"].tcb-post-list #post-1196 [data-css="tve-u-18751dc19c7"]:hover [data-css="tve-u-18751dc19c8"]{background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://the-lizard-lounge.com/wp-content/uploads/2023/12/Close-up-Photography-of-Black-and-Brown-Lizard.png") !important;}}</style>
<div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad tcb-local-vars-root" data-css="tve-u-18751dc19c7" style>
<div class="tve-content-box-background" style data-css="tve-u-18751dc19c8" data-tcb_hover_state_parent="1"></div>
<div class="tve-cb"><div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad tcb-local-vars-root" data-css="tve-u-18751dc19c9" style>
<div class="tve-content-box-background" data-css="tve-u-18751dc19ca" data-tcb_hover_state_parent="1"></div>
<div class="tve-cb" data-css="tve-u-18751dc19cb" style><div class="thrv_wrapper thrv_text_element tcb-local-vars-root" style data-css="tve-u-18751dc19cc"><h2 class data-css="tve-u-18751dc19cd"><span class="thrive-shortcode-content" data-shortcode="tcb_post_title" data-shortcode-name="Post title" data-extra_key data-attr-link="1" data-attr-target="0" data-attr-rel="0" data-option-inline="1" data-attr-static-link="{&quot;className&quot;:&quot;&quot;,&quot;href&quot;:&quot;https://the-lizard-lounge.com/veiled-chameleon-care-sheet/&quot;,&quot;title&quot;:&quot;Veiled Chameleon Care Sheet&quot;,&quot;class&quot;:&quot;&quot;}" data-attr-css data-css="tve-u-18751dc19ce"><a href="https://the-lizard-lounge.com/can-leopard-geckos-eat-silkworms/" title="Can Leopard Geckos Eat Silkworms?" data-css class>Can Leopard Geckos Eat Silkworms?</a></span></h2></div><div class="tcb-post-read-more thrv_wrapper" data-css="tve-u-18751dc19cf" style>
<a href="https://the-lizard-lounge.com/can-leopard-geckos-eat-silkworms/" class="tcb-button-link tcb-post-read-more-link" style>
<span class="tcb-button-texts">
<span class="tcb-button-text thrv-inline-text">Read More</span>
</span>
</a>
</div></div>
</div></div>
</div>
</article><article id="post-1197" class="post-1197 post type-post status-publish format-standard has-post-thumbnail hentry category-lizards ast-article-single post-wrapper thrv_wrapper thrive-animated-item  tve_evt_manager_listen tve_ea_thrive_animation tve_et_mouseover tve_anim_grow" tcb_hover_state_parent data-id="1197" data-selector=".post-wrapper"><style class="tcb-post-list-dynamic-style" type="text/css">@media (min-width: 300px){[data-css="tve-u-18751dc19c3"].tcb-post-list #post-1197 [data-css="tve-u-18751dc19c8"]{background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://the-lizard-lounge.com/wp-content/uploads/2023/12/Yellow-and-Brown-Spotted-Leopard-Gecko.png") !important;}[data-css="tve-u-18751dc19c3"].tcb-post-list #post-1197 [data-css="tve-u-18751dc19c7"]:hover [data-css="tve-u-18751dc19c8"]{background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://the-lizard-lounge.com/wp-content/uploads/2023/12/Yellow-and-Brown-Spotted-Leopard-Gecko.png") !important;}}</style>
<div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad tcb-local-vars-root" data-css="tve-u-18751dc19c7" style>
<div class="tve-content-box-background" style data-css="tve-u-18751dc19c8" data-tcb_hover_state_parent="1"></div>
<div class="tve-cb"><div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad tcb-local-vars-root" data-css="tve-u-18751dc19c9" style>
<div class="tve-content-box-background" data-css="tve-u-18751dc19ca" data-tcb_hover_state_parent="1"></div>
<div class="tve-cb" data-css="tve-u-18751dc19cb" style><div class="thrv_wrapper thrv_text_element tcb-local-vars-root" style data-css="tve-u-18751dc19cc"><h2 class data-css="tve-u-18751dc19cd"><span class="thrive-shortcode-content" data-shortcode="tcb_post_title" data-shortcode-name="Post title" data-extra_key data-attr-link="1" data-attr-target="0" data-attr-rel="0" data-option-inline="1" data-attr-static-link="{&quot;className&quot;:&quot;&quot;,&quot;href&quot;:&quot;https://the-lizard-lounge.com/veiled-chameleon-care-sheet/&quot;,&quot;title&quot;:&quot;Veiled Chameleon Care Sheet&quot;,&quot;class&quot;:&quot;&quot;}" data-attr-css data-css="tve-u-18751dc19ce"><a href="https://the-lizard-lounge.com/do-leopard-geckos-climb/" title="Do Leopard Geckos Climb?" data-css class>Do Leopard Geckos Climb?</a></span></h2></div><div class="tcb-post-read-more thrv_wrapper" data-css="tve-u-18751dc19cf" style>
<a href="https://the-lizard-lounge.com/do-leopard-geckos-climb/" class="tcb-button-link tcb-post-read-more-link" style>
<span class="tcb-button-texts">
<span class="tcb-button-text thrv-inline-text">Read More</span>
</span>
</a>
</div></div>
</div></div>
</div>
</article><article id="post-1204" class="post-1204 post type-post status-publish format-standard has-post-thumbnail hentry category-lizards ast-article-single post-wrapper thrv_wrapper thrive-animated-item  tve_evt_manager_listen tve_ea_thrive_animation tve_et_mouseover tve_anim_grow" tcb_hover_state_parent data-id="1204" data-selector=".post-wrapper"><style class="tcb-post-list-dynamic-style" type="text/css">@media (min-width: 300px){[data-css="tve-u-18751dc19c3"].tcb-post-list #post-1204 [data-css="tve-u-18751dc19c8"]{background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://the-lizard-lounge.com/wp-content/uploads/2023/12/Leopard-Gecko1.png") !important;}[data-css="tve-u-18751dc19c3"].tcb-post-list #post-1204 [data-css="tve-u-18751dc19c7"]:hover [data-css="tve-u-18751dc19c8"]{background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://the-lizard-lounge.com/wp-content/uploads/2023/12/Leopard-Gecko1.png") !important;}}</style>
<div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad tcb-local-vars-root" data-css="tve-u-18751dc19c7" style>
<div class="tve-content-box-background" style data-css="tve-u-18751dc19c8" data-tcb_hover_state_parent="1"></div>
<div class="tve-cb"><div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad tcb-local-vars-root" data-css="tve-u-18751dc19c9" style>
<div class="tve-content-box-background" data-css="tve-u-18751dc19ca" data-tcb_hover_state_parent="1"></div>
<div class="tve-cb" data-css="tve-u-18751dc19cb" style><div class="thrv_wrapper thrv_text_element tcb-local-vars-root" style data-css="tve-u-18751dc19cc"><h2 class data-css="tve-u-18751dc19cd"><span class="thrive-shortcode-content" data-shortcode="tcb_post_title" data-shortcode-name="Post title" data-extra_key data-attr-link="1" data-attr-target="0" data-attr-rel="0" data-option-inline="1" data-attr-static-link="{&quot;className&quot;:&quot;&quot;,&quot;href&quot;:&quot;https://the-lizard-lounge.com/veiled-chameleon-care-sheet/&quot;,&quot;title&quot;:&quot;Veiled Chameleon Care Sheet&quot;,&quot;class&quot;:&quot;&quot;}" data-attr-css data-css="tve-u-18751dc19ce"><a href="https://the-lizard-lounge.com/do-leopard-geckos-bask/" title="Do Leopard Geckos Bask? The Answer Will Surprise You" data-css class>Do Leopard Geckos Bask? The Answer Will Surprise You</a></span></h2></div><div class="tcb-post-read-more thrv_wrapper" data-css="tve-u-18751dc19cf" style>
<a href="https://the-lizard-lounge.com/do-leopard-geckos-bask/" class="tcb-button-link tcb-post-read-more-link" style>
<span class="tcb-button-texts">
<span class="tcb-button-text thrv-inline-text">Read More</span>
</span>
</a>
</div></div>
</div></div>
</div>
</article><article id="post-1215" class="post-1215 post type-post status-publish format-standard has-post-thumbnail hentry category-lizards ast-article-single post-wrapper thrv_wrapper thrive-animated-item  tve_evt_manager_listen tve_ea_thrive_animation tve_et_mouseover tve_anim_grow" tcb_hover_state_parent data-id="1215" data-selector=".post-wrapper"><style class="tcb-post-list-dynamic-style" type="text/css">@media (min-width: 300px){[data-css="tve-u-18751dc19c3"].tcb-post-list #post-1215 [data-css="tve-u-18751dc19c8"]{background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://the-lizard-lounge.com/wp-content/uploads/2023/12/leopard-gecko.png") !important;}[data-css="tve-u-18751dc19c3"].tcb-post-list #post-1215 [data-css="tve-u-18751dc19c7"]:hover [data-css="tve-u-18751dc19c8"]{background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://the-lizard-lounge.com/wp-content/uploads/2023/12/leopard-gecko.png") !important;}}</style>
<div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad tcb-local-vars-root" data-css="tve-u-18751dc19c7" style>
<div class="tve-content-box-background" style data-css="tve-u-18751dc19c8" data-tcb_hover_state_parent="1"></div>
<div class="tve-cb"><div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad tcb-local-vars-root" data-css="tve-u-18751dc19c9" style>
<div class="tve-content-box-background" data-css="tve-u-18751dc19ca" data-tcb_hover_state_parent="1"></div>
<div class="tve-cb" data-css="tve-u-18751dc19cb" style><div class="thrv_wrapper thrv_text_element tcb-local-vars-root" style data-css="tve-u-18751dc19cc"><h2 class data-css="tve-u-18751dc19cd"><span class="thrive-shortcode-content" data-shortcode="tcb_post_title" data-shortcode-name="Post title" data-extra_key data-attr-link="1" data-attr-target="0" data-attr-rel="0" data-option-inline="1" data-attr-static-link="{&quot;className&quot;:&quot;&quot;,&quot;href&quot;:&quot;https://the-lizard-lounge.com/veiled-chameleon-care-sheet/&quot;,&quot;title&quot;:&quot;Veiled Chameleon Care Sheet&quot;,&quot;class&quot;:&quot;&quot;}" data-attr-css data-css="tve-u-18751dc19ce"><a href="https://the-lizard-lounge.com/leopard-gecko-poop-stuck/" title="Leopard Gecko Poop Stuck: Causes and Prevention" data-css class>Leopard Gecko Poop Stuck: Causes and Prevention</a></span></h2></div><div class="tcb-post-read-more thrv_wrapper" data-css="tve-u-18751dc19cf" style>
<a href="https://the-lizard-lounge.com/leopard-gecko-poop-stuck/" class="tcb-button-link tcb-post-read-more-link" style>
<span class="tcb-button-texts">
<span class="tcb-button-text thrv-inline-text">Read More</span>
</span>
</a>
</div></div>
</div></div>
</div>
</article><article id="post-1205" class="post-1205 post type-post status-publish format-standard has-post-thumbnail hentry category-lizards ast-article-single post-wrapper thrv_wrapper thrive-animated-item  tve_evt_manager_listen tve_ea_thrive_animation tve_et_mouseover tve_anim_grow" tcb_hover_state_parent data-id="1205" data-selector=".post-wrapper"><style class="tcb-post-list-dynamic-style" type="text/css">@media (min-width: 300px){[data-css="tve-u-18751dc19c3"].tcb-post-list #post-1205 [data-css="tve-u-18751dc19c8"]{background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://the-lizard-lounge.com/wp-content/uploads/2023/12/leopard-gecko-in-wood.png") !important;}[data-css="tve-u-18751dc19c3"].tcb-post-list #post-1205 [data-css="tve-u-18751dc19c7"]:hover [data-css="tve-u-18751dc19c8"]{background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://the-lizard-lounge.com/wp-content/uploads/2023/12/leopard-gecko-in-wood.png") !important;}}</style>
<div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad tcb-local-vars-root" data-css="tve-u-18751dc19c7" style>
<div class="tve-content-box-background" style data-css="tve-u-18751dc19c8" data-tcb_hover_state_parent="1"></div>
<div class="tve-cb"><div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad tcb-local-vars-root" data-css="tve-u-18751dc19c9" style>
<div class="tve-content-box-background" data-css="tve-u-18751dc19ca" data-tcb_hover_state_parent="1"></div>
<div class="tve-cb" data-css="tve-u-18751dc19cb" style><div class="thrv_wrapper thrv_text_element tcb-local-vars-root" style data-css="tve-u-18751dc19cc"><h2 class data-css="tve-u-18751dc19cd"><span class="thrive-shortcode-content" data-shortcode="tcb_post_title" data-shortcode-name="Post title" data-extra_key data-attr-link="1" data-attr-target="0" data-attr-rel="0" data-option-inline="1" data-attr-static-link="{&quot;className&quot;:&quot;&quot;,&quot;href&quot;:&quot;https://the-lizard-lounge.com/veiled-chameleon-care-sheet/&quot;,&quot;title&quot;:&quot;Veiled Chameleon Care Sheet&quot;,&quot;class&quot;:&quot;&quot;}" data-attr-css data-css="tve-u-18751dc19ce"><a href="https://the-lizard-lounge.com/can-i-take-my-leopard-gecko-outside/" title="Can I Take My Leopard Gecko Outside?" data-css class>Can I Take My Leopard Gecko Outside?</a></span></h2></div><div class="tcb-post-read-more thrv_wrapper" data-css="tve-u-18751dc19cf" style>
<a href="https://the-lizard-lounge.com/can-i-take-my-leopard-gecko-outside/" class="tcb-button-link tcb-post-read-more-link" style>
<span class="tcb-button-texts">
<span class="tcb-button-text thrv-inline-text">Read More</span>
</span>
</a>
</div></div>
</div></div>
</div>
</article><article id="post-1208" class="post-1208 post type-post status-publish format-standard has-post-thumbnail hentry category-lizards ast-article-single post-wrapper thrv_wrapper thrive-animated-item  tve_evt_manager_listen tve_ea_thrive_animation tve_et_mouseover tve_anim_grow" tcb_hover_state_parent data-id="1208" data-selector=".post-wrapper"><style class="tcb-post-list-dynamic-style" type="text/css">@media (min-width: 300px){[data-css="tve-u-18751dc19c3"].tcb-post-list #post-1208 [data-css="tve-u-18751dc19c8"]{background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://the-lizard-lounge.com/wp-content/uploads/2023/12/Leopard-Gecko-21.png") !important;}[data-css="tve-u-18751dc19c3"].tcb-post-list #post-1208 [data-css="tve-u-18751dc19c7"]:hover [data-css="tve-u-18751dc19c8"]{background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://the-lizard-lounge.com/wp-content/uploads/2023/12/Leopard-Gecko-21.png") !important;}}</style>
<div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad tcb-local-vars-root" data-css="tve-u-18751dc19c7" style>
<div class="tve-content-box-background" style data-css="tve-u-18751dc19c8" data-tcb_hover_state_parent="1"></div>
<div class="tve-cb"><div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad tcb-local-vars-root" data-css="tve-u-18751dc19c9" style>
<div class="tve-content-box-background" data-css="tve-u-18751dc19ca" data-tcb_hover_state_parent="1"></div>
<div class="tve-cb" data-css="tve-u-18751dc19cb" style><div class="thrv_wrapper thrv_text_element tcb-local-vars-root" style data-css="tve-u-18751dc19cc"><h2 class data-css="tve-u-18751dc19cd"><span class="thrive-shortcode-content" data-shortcode="tcb_post_title" data-shortcode-name="Post title" data-extra_key data-attr-link="1" data-attr-target="0" data-attr-rel="0" data-option-inline="1" data-attr-static-link="{&quot;className&quot;:&quot;&quot;,&quot;href&quot;:&quot;https://the-lizard-lounge.com/veiled-chameleon-care-sheet/&quot;,&quot;title&quot;:&quot;Veiled Chameleon Care Sheet&quot;,&quot;class&quot;:&quot;&quot;}" data-attr-css data-css="tve-u-18751dc19ce"><a href="https://the-lizard-lounge.com/leopard-gecko-toes-falling-off/" title="Leopard Gecko Toes Falling Off: Why Does This Happen?" data-css class>Leopard Gecko Toes Falling Off: Why Does This Happen?</a></span></h2></div><div class="tcb-post-read-more thrv_wrapper" data-css="tve-u-18751dc19cf" style>
<a href="https://the-lizard-lounge.com/leopard-gecko-toes-falling-off/" class="tcb-button-link tcb-post-read-more-link" style>
<span class="tcb-button-texts">
<span class="tcb-button-text thrv-inline-text">Read More</span>
</span>
</a>
</div></div>
</div></div>
</div>
</article><article id="post-1207" class="post-1207 post type-post status-publish format-standard has-post-thumbnail hentry category-geckos ast-article-single post-wrapper thrv_wrapper thrive-animated-item  tve_evt_manager_listen tve_ea_thrive_animation tve_et_mouseover tve_anim_grow" tcb_hover_state_parent data-id="1207" data-selector=".post-wrapper"><style class="tcb-post-list-dynamic-style" type="text/css">@media (min-width: 300px){[data-css="tve-u-18751dc19c3"].tcb-post-list #post-1207 [data-css="tve-u-18751dc19c8"]{background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://the-lizard-lounge.com/wp-content/uploads/2023/12/Leopard-gecko-4.png") !important;}[data-css="tve-u-18751dc19c3"].tcb-post-list #post-1207 [data-css="tve-u-18751dc19c7"]:hover [data-css="tve-u-18751dc19c8"]{background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://the-lizard-lounge.com/wp-content/uploads/2023/12/Leopard-gecko-4.png") !important;}}</style>
<div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad tcb-local-vars-root" data-css="tve-u-18751dc19c7" style>
<div class="tve-content-box-background" style data-css="tve-u-18751dc19c8" data-tcb_hover_state_parent="1"></div>
<div class="tve-cb"><div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad tcb-local-vars-root" data-css="tve-u-18751dc19c9" style>
<div class="tve-content-box-background" data-css="tve-u-18751dc19ca" data-tcb_hover_state_parent="1"></div>
<div class="tve-cb" data-css="tve-u-18751dc19cb" style><div class="thrv_wrapper thrv_text_element tcb-local-vars-root" style data-css="tve-u-18751dc19cc"><h2 class data-css="tve-u-18751dc19cd"><span class="thrive-shortcode-content" data-shortcode="tcb_post_title" data-shortcode-name="Post title" data-extra_key data-attr-link="1" data-attr-target="0" data-attr-rel="0" data-option-inline="1" data-attr-static-link="{&quot;className&quot;:&quot;&quot;,&quot;href&quot;:&quot;https://the-lizard-lounge.com/veiled-chameleon-care-sheet/&quot;,&quot;title&quot;:&quot;Veiled Chameleon Care Sheet&quot;,&quot;class&quot;:&quot;&quot;}" data-attr-css data-css="tve-u-18751dc19ce"><a href="https://the-lizard-lounge.com/are-red-lights-bad-for-leopard-geckos/" title="Are Red Lights Bad for Leopard Geckos?" data-css class>Are Red Lights Bad for Leopard Geckos?</a></span></h2></div><div class="tcb-post-read-more thrv_wrapper" data-css="tve-u-18751dc19cf" style>
<a href="https://the-lizard-lounge.com/are-red-lights-bad-for-leopard-geckos/" class="tcb-button-link tcb-post-read-more-link" style>
<span class="tcb-button-texts">
<span class="tcb-button-text thrv-inline-text">Read More</span>
</span>
</a>
</div></div>
</div></div>
</div>
</article><article id="post-1264" class="post-1264 post type-post status-publish format-standard has-post-thumbnail hentry category-lizards ast-article-single post-wrapper thrv_wrapper thrive-animated-item  tve_evt_manager_listen tve_ea_thrive_animation tve_et_mouseover tve_anim_grow" tcb_hover_state_parent data-id="1264" data-selector=".post-wrapper"><style class="tcb-post-list-dynamic-style" type="text/css">@media (min-width: 300px){[data-css="tve-u-18751dc19c3"].tcb-post-list #post-1264 [data-css="tve-u-18751dc19c8"]{background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://the-lizard-lounge.com/wp-content/uploads/2023/12/Slender-Leopard-Gecko-1.png") !important;}[data-css="tve-u-18751dc19c3"].tcb-post-list #post-1264 [data-css="tve-u-18751dc19c7"]:hover [data-css="tve-u-18751dc19c8"]{background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://the-lizard-lounge.com/wp-content/uploads/2023/12/Slender-Leopard-Gecko-1.png") !important;}}</style>
<div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad tcb-local-vars-root" data-css="tve-u-18751dc19c7" style>
<div class="tve-content-box-background" style data-css="tve-u-18751dc19c8" data-tcb_hover_state_parent="1"></div>
<div class="tve-cb"><div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad tcb-local-vars-root" data-css="tve-u-18751dc19c9" style>
<div class="tve-content-box-background" data-css="tve-u-18751dc19ca" data-tcb_hover_state_parent="1"></div>
<div class="tve-cb" data-css="tve-u-18751dc19cb" style><div class="thrv_wrapper thrv_text_element tcb-local-vars-root" style data-css="tve-u-18751dc19cc"><h2 class data-css="tve-u-18751dc19cd"><span class="thrive-shortcode-content" data-shortcode="tcb_post_title" data-shortcode-name="Post title" data-extra_key data-attr-link="1" data-attr-target="0" data-attr-rel="0" data-option-inline="1" data-attr-static-link="{&quot;className&quot;:&quot;&quot;,&quot;href&quot;:&quot;https://the-lizard-lounge.com/veiled-chameleon-care-sheet/&quot;,&quot;title&quot;:&quot;Veiled Chameleon Care Sheet&quot;,&quot;class&quot;:&quot;&quot;}" data-attr-css data-css="tve-u-18751dc19ce"><a href="https://the-lizard-lounge.com/is-eco-earth-good-for-leopard-geckos/" title="Is Eco Earth Good for Leopard Geckos?&nbsp;" data-css class>Is Eco Earth Good for Leopard Geckos?&nbsp;</a></span></h2></div><div class="tcb-post-read-more thrv_wrapper" data-css="tve-u-18751dc19cf" style>
<a href="https://the-lizard-lounge.com/is-eco-earth-good-for-leopard-geckos/" class="tcb-button-link tcb-post-read-more-link" style>
<span class="tcb-button-texts">
<span class="tcb-button-text thrv-inline-text">Read More</span>
</span>
</a>
</div></div>
</div></div>
</div>
</article><article id="post-1100" class="post-1100 post type-post status-publish format-standard has-post-thumbnail hentry category-lizards ast-article-single post-wrapper thrv_wrapper thrive-animated-item  tve_evt_manager_listen tve_ea_thrive_animation tve_et_mouseover tve_anim_grow" tcb_hover_state_parent data-id="1100" data-selector=".post-wrapper"><style class="tcb-post-list-dynamic-style" type="text/css">@media (min-width: 300px){[data-css="tve-u-18751dc19c3"].tcb-post-list #post-1100 [data-css="tve-u-18751dc19c8"]{background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://the-lizard-lounge.com/wp-content/uploads/2023/08/Dehydrated-Leopard-Gecko.png") !important;}[data-css="tve-u-18751dc19c3"].tcb-post-list #post-1100 [data-css="tve-u-18751dc19c7"]:hover [data-css="tve-u-18751dc19c8"]{background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://the-lizard-lounge.com/wp-content/uploads/2023/08/Dehydrated-Leopard-Gecko.png") !important;}}</style>
<div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad tcb-local-vars-root" data-css="tve-u-18751dc19c7" style>
<div class="tve-content-box-background" style data-css="tve-u-18751dc19c8" data-tcb_hover_state_parent="1"></div>
<div class="tve-cb"><div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad tcb-local-vars-root" data-css="tve-u-18751dc19c9" style>
<div class="tve-content-box-background" data-css="tve-u-18751dc19ca" data-tcb_hover_state_parent="1"></div>
<div class="tve-cb" data-css="tve-u-18751dc19cb" style><div class="thrv_wrapper thrv_text_element tcb-local-vars-root" style data-css="tve-u-18751dc19cc"><h2 class data-css="tve-u-18751dc19cd"><span class="thrive-shortcode-content" data-shortcode="tcb_post_title" data-shortcode-name="Post title" data-extra_key data-attr-link="1" data-attr-target="0" data-attr-rel="0" data-option-inline="1" data-attr-static-link="{&quot;className&quot;:&quot;&quot;,&quot;href&quot;:&quot;https://the-lizard-lounge.com/veiled-chameleon-care-sheet/&quot;,&quot;title&quot;:&quot;Veiled Chameleon Care Sheet&quot;,&quot;class&quot;:&quot;&quot;}" data-attr-css data-css="tve-u-18751dc19ce"><a href="https://the-lizard-lounge.com/dehydrated-leopard-gecko/" title="Dehydrated Leopard Gecko: All You Need to Know" data-css class>Dehydrated Leopard Gecko: All You Need to Know</a></span></h2></div><div class="tcb-post-read-more thrv_wrapper" data-css="tve-u-18751dc19cf" style>
<a href="https://the-lizard-lounge.com/dehydrated-leopard-gecko/" class="tcb-button-link tcb-post-read-more-link" style>
<span class="tcb-button-texts">
<span class="tcb-button-text thrv-inline-text">Read More</span>
</span>
</a>
</div></div>
</div></div>
</div>
</article><article id="post-1028" class="post-1028 post type-post status-publish format-standard has-post-thumbnail hentry category-lizards ast-article-single post-wrapper thrv_wrapper thrive-animated-item  tve_evt_manager_listen tve_ea_thrive_animation tve_et_mouseover tve_anim_grow" tcb_hover_state_parent data-id="1028" data-selector=".post-wrapper"><style class="tcb-post-list-dynamic-style" type="text/css">@media (min-width: 300px){[data-css="tve-u-18751dc19c3"].tcb-post-list #post-1028 [data-css="tve-u-18751dc19c8"]{background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://the-lizard-lounge.com/wp-content/uploads/2023/08/Crested-Gecko.png") !important;}[data-css="tve-u-18751dc19c3"].tcb-post-list #post-1028 [data-css="tve-u-18751dc19c7"]:hover [data-css="tve-u-18751dc19c8"]{background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://the-lizard-lounge.com/wp-content/uploads/2023/08/Crested-Gecko.png") !important;}}</style>
<div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad tcb-local-vars-root" data-css="tve-u-18751dc19c7" style>
<div class="tve-content-box-background" style data-css="tve-u-18751dc19c8" data-tcb_hover_state_parent="1"></div>
<div class="tve-cb"><div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad tcb-local-vars-root" data-css="tve-u-18751dc19c9" style>
<div class="tve-content-box-background" data-css="tve-u-18751dc19ca" data-tcb_hover_state_parent="1"></div>
<div class="tve-cb" data-css="tve-u-18751dc19cb" style><div class="thrv_wrapper thrv_text_element tcb-local-vars-root" style data-css="tve-u-18751dc19cc"><h2 class data-css="tve-u-18751dc19cd"><span class="thrive-shortcode-content" data-shortcode="tcb_post_title" data-shortcode-name="Post title" data-extra_key data-attr-link="1" data-attr-target="0" data-attr-rel="0" data-option-inline="1" data-attr-static-link="{&quot;className&quot;:&quot;&quot;,&quot;href&quot;:&quot;https://the-lizard-lounge.com/veiled-chameleon-care-sheet/&quot;,&quot;title&quot;:&quot;Veiled Chameleon Care Sheet&quot;,&quot;class&quot;:&quot;&quot;}" data-attr-css data-css="tve-u-18751dc19ce"><a href="https://the-lizard-lounge.com/can-crested-geckos-eat-raspberries/" title="Can Crested Geckos Eat Raspberries?" data-css class>Can Crested Geckos Eat Raspberries?</a></span></h2></div><div class="tcb-post-read-more thrv_wrapper" data-css="tve-u-18751dc19cf" style>
<a href="https://the-lizard-lounge.com/can-crested-geckos-eat-raspberries/" class="tcb-button-link tcb-post-read-more-link" style>
<span class="tcb-button-texts">
<span class="tcb-button-text thrv-inline-text">Read More</span>
</span>
</a>
</div></div>
</div></div>
</div>
</article><article id="post-1073" class="post-1073 post type-post status-publish format-standard has-post-thumbnail hentry category-lizards ast-article-single post-wrapper thrv_wrapper thrive-animated-item  tve_evt_manager_listen tve_ea_thrive_animation tve_et_mouseover tve_anim_grow" tcb_hover_state_parent data-id="1073" data-selector=".post-wrapper"><style class="tcb-post-list-dynamic-style" type="text/css">@media (min-width: 300px){[data-css="tve-u-18751dc19c3"].tcb-post-list #post-1073 [data-css="tve-u-18751dc19c8"]{background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://the-lizard-lounge.com/wp-content/uploads/2023/08/Baby-Leopard-gecko-explore.png") !important;}[data-css="tve-u-18751dc19c3"].tcb-post-list #post-1073 [data-css="tve-u-18751dc19c7"]:hover [data-css="tve-u-18751dc19c8"]{background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://the-lizard-lounge.com/wp-content/uploads/2023/08/Baby-Leopard-gecko-explore.png") !important;}}</style>
<div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad tcb-local-vars-root" data-css="tve-u-18751dc19c7" style>
<div class="tve-content-box-background" style data-css="tve-u-18751dc19c8" data-tcb_hover_state_parent="1"></div>
<div class="tve-cb"><div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad tcb-local-vars-root" data-css="tve-u-18751dc19c9" style>
<div class="tve-content-box-background" data-css="tve-u-18751dc19ca" data-tcb_hover_state_parent="1"></div>
<div class="tve-cb" data-css="tve-u-18751dc19cb" style><div class="thrv_wrapper thrv_text_element tcb-local-vars-root" style data-css="tve-u-18751dc19cc"><h2 class data-css="tve-u-18751dc19cd"><span class="thrive-shortcode-content" data-shortcode="tcb_post_title" data-shortcode-name="Post title" data-extra_key data-attr-link="1" data-attr-target="0" data-attr-rel="0" data-option-inline="1" data-attr-static-link="{&quot;className&quot;:&quot;&quot;,&quot;href&quot;:&quot;https://the-lizard-lounge.com/veiled-chameleon-care-sheet/&quot;,&quot;title&quot;:&quot;Veiled Chameleon Care Sheet&quot;,&quot;class&quot;:&quot;&quot;}" data-attr-css data-css="tve-u-18751dc19ce"><a href="https://the-lizard-lounge.com/can-leopard-geckos-see-in-the-dark/" title="Can Leopard Geckos See in the Dark?" data-css class>Can Leopard Geckos See in the Dark?</a></span></h2></div><div class="tcb-post-read-more thrv_wrapper" data-css="tve-u-18751dc19cf" style>
<a href="https://the-lizard-lounge.com/can-leopard-geckos-see-in-the-dark/" class="tcb-button-link tcb-post-read-more-link" style>
<span class="tcb-button-texts">
<span class="tcb-button-text thrv-inline-text">Read More</span>
</span>
</a>
</div></div>
</div></div>
</div>
</article><article id="post-1086" class="post-1086 post type-post status-publish format-standard has-post-thumbnail hentry category-lizards ast-article-single post-wrapper thrv_wrapper thrive-animated-item  tve_evt_manager_listen tve_ea_thrive_animation tve_et_mouseover tve_anim_grow" tcb_hover_state_parent data-id="1086" data-selector=".post-wrapper"><style class="tcb-post-list-dynamic-style" type="text/css">@media (min-width: 300px){[data-css="tve-u-18751dc19c3"].tcb-post-list #post-1086 [data-css="tve-u-18751dc19c8"]{background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://the-lizard-lounge.com/wp-content/uploads/2023/08/Close-up-of-crested-gecko-eye-and-facial-features.png") !important;}[data-css="tve-u-18751dc19c3"].tcb-post-list #post-1086 [data-css="tve-u-18751dc19c7"]:hover [data-css="tve-u-18751dc19c8"]{background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://the-lizard-lounge.com/wp-content/uploads/2023/08/Close-up-of-crested-gecko-eye-and-facial-features.png") !important;}}</style>
<div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad tcb-local-vars-root" data-css="tve-u-18751dc19c7" style>
<div class="tve-content-box-background" style data-css="tve-u-18751dc19c8" data-tcb_hover_state_parent="1"></div>
<div class="tve-cb"><div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad tcb-local-vars-root" data-css="tve-u-18751dc19c9" style>
<div class="tve-content-box-background" data-css="tve-u-18751dc19ca" data-tcb_hover_state_parent="1"></div>
<div class="tve-cb" data-css="tve-u-18751dc19cb" style><div class="thrv_wrapper thrv_text_element tcb-local-vars-root" style data-css="tve-u-18751dc19cc"><h2 class data-css="tve-u-18751dc19cd"><span class="thrive-shortcode-content" data-shortcode="tcb_post_title" data-shortcode-name="Post title" data-extra_key data-attr-link="1" data-attr-target="0" data-attr-rel="0" data-option-inline="1" data-attr-static-link="{&quot;className&quot;:&quot;&quot;,&quot;href&quot;:&quot;https://the-lizard-lounge.com/veiled-chameleon-care-sheet/&quot;,&quot;title&quot;:&quot;Veiled Chameleon Care Sheet&quot;,&quot;class&quot;:&quot;&quot;}" data-attr-css data-css="tve-u-18751dc19ce"><a href="https://the-lizard-lounge.com/crested-gecko-vs-bearded-dragon/" title="Crested Gecko vs. Bearded Dragon: A Guide for Reptile Parents!" data-css class>Crested Gecko vs. Bearded Dragon: A Guide for Reptile Parents!</a></span></h2></div><div class="tcb-post-read-more thrv_wrapper" data-css="tve-u-18751dc19cf" style>
<a href="https://the-lizard-lounge.com/crested-gecko-vs-bearded-dragon/" class="tcb-button-link tcb-post-read-more-link" style>
<span class="tcb-button-texts">
<span class="tcb-button-text thrv-inline-text">Read More</span>
</span>
</a>
</div></div>
</div></div>
</div>
</article></div></div>
</div></div>
</div></div></div><div class="tcb_flag" style="display: none"></div>
</div>
</article>
</main>
</div>
</div> 
</div>
<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><span style="color: #ffffff">Amazon Associates - Amazon Associates Program. The Lizard Lounge is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com. *Amazon and the Amazon logo are trademarks of Amazon.com, Inc., or its affiliates.</span></p>
<p><span style="color: #ffffff">Copyright &copy; 2024 The Lizard Lounge</span></p>
</div> </div>
</div>
</div>
</div>
</div>
</footer>
</div>
<script type="text/javascript">( $ => {
	/**
	 * Displays toast message from storage, it is used when the user is redirected after login
	 */
	if ( window.sessionStorage ) {
		$( window ).on( 'tcb_after_dom_ready', () => {
			const message = sessionStorage.getItem( 'tcb_toast_message' );

			if ( message ) {
				tcbToast( sessionStorage.getItem( 'tcb_toast_message' ), false );
				sessionStorage.removeItem( 'tcb_toast_message' );
			}
		} );
	}

	/**
	 * Displays toast message
	 *
	 * @param {string}   message  - message to display
	 * @param {Boolean}  error    - whether the message is an error or not
	 * @param {Function} callback - callback function to be called after the message is closed
	 */
	function tcbToast( message, error, callback ) {
		/* Also allow "message" objects */
		if ( typeof message !== 'string' ) {
			message = message.message || message.error || message.success;
		}
		if ( ! error ) {
			error = false;
		}
		TCB_Front.notificationElement.toggle( message, error ? 'error' : 'success', callback );
	}
} )( typeof ThriveGlobal === 'undefined' ? jQuery : ThriveGlobal.$j );
</script>
<div id="ast-scroll-top" tabindex="0" class="ast-scroll-top-icon ast-scroll-to-top-right" data-on-devices="both">
<span class="ast-icon icon-arrow"><svg class="ast-arrow-svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve">
<path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z" />
</svg></span> <span class="screen-reader-text">Scroll to Top</span>
</div>
<style type="text/css" id="tve_notification_styles"></style>
<div class="tvd-toast tve-fe-message" style="display: none">
<div class="tve-toast-message tve-success-message">
<div class="tve-toast-icon-container">
<span class="tve_tick thrv-svg-icon"></span>
</div>
<div class="tve-toast-message-container"></div>
</div>
</div><style id="global-styles-inline-css">
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}body { margin: 0;--wp--style--global--content-size: var(--wp--custom--ast-content-width-size);--wp--style--global--wide-size: var(--wp--custom--ast-wide-width-size); }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 24px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child:first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child:last-child { margin-block-end: 0; }body { --wp--style--block-gap: 24px; }:where(body .is-layout-flow)  > :first-child:first-child{margin-block-start: 0;}:where(body .is-layout-flow)  > :last-child:last-child{margin-block-end: 0;}:where(body .is-layout-flow)  > *{margin-block-start: 24px;margin-block-end: 0;}:where(body .is-layout-constrained)  > :first-child:first-child{margin-block-start: 0;}:where(body .is-layout-constrained)  > :last-child:last-child{margin-block-end: 0;}:where(body .is-layout-constrained)  > *{margin-block-start: 24px;margin-block-end: 0;}:where(body .is-layout-flex) {gap: 24px;}:where(body .is-layout-grid) {gap: 24px;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: none;}.wp-element-button, .wp-block-button__link{background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
</style>
<script id="astra-theme-js-js-extra">
var astra = {"break_point":"921","isRtl":"","is_scroll_to_id":"1","is_scroll_to_top":"1","is_header_footer_builder_active":"1"};
</script>
<script src="https://the-lizard-lounge.com/wp-content/themes/astra/assets/js/minified/frontend.min.js?ver=4.6.13" id="astra-theme-js-js"></script>
<script src="https://the-lizard-lounge.com/wp-content/plugins/honeypot/includes/js/wpa.js?ver=2.1.15" id="wpascript-js"></script>
<script id="wpascript-js-after">
wpa_field_info = {"wpa_field_name":"szeodh9537","wpa_field_value":943897,"wpa_add_test":"no"}
</script>
<script id="wpil-frontend-script-js-extra">
var wpilFrontend = {"ajaxUrl":"\/wp-admin\/admin-ajax.php","postId":"296","postType":"post","openInternalInNewTab":"0","openExternalInNewTab":"0","disableClicks":"0","openLinksWithJS":"0","trackAllElementClicks":"0","clicksI18n":{"imageNoText":"Image in link: No Text","imageText":"Image Title: ","noText":"No Anchor Text Found"}};
</script>
<script src="https://the-lizard-lounge.com/wp-content/plugins/link-whisper-premium/js/frontend.min.js?ver=1714448043" id="wpil-frontend-script-js"></script>
<script src="https://the-lizard-lounge.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/post-list.min.js?v=3.28&amp;ver=3.28" id="tve_frontend_post-list-js"></script>
<script src="https://the-lizard-lounge.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/post-grid-compat.min.js?v=3.28&amp;ver=3.28" id="tve_frontend_post-grid-compat-js"></script>
<script src="https://the-lizard-lounge.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/dropdown.min.js?v=3.28&amp;ver=3.28" id="tve_frontend_dropdown-js"></script>
<script src="https://the-lizard-lounge.com/wp-content/plugins/lazy-load-for-videos/public/js/lazyload-shared.js?ver=2.18.3" id="lazyload-video-js-js"></script>
<script id="lazyload-youtube-js-js-before">
window.llvConfig=window.llvConfig||{};window.llvConfig.youtube={"colour":"red","buttonstyle":"","controls":true,"loadpolicy":true,"thumbnailquality":"0","preroll":"","postroll":"","overlaytext":"","loadthumbnail":true,"cookies":false,"callback":"<!--YOUTUBE_CALLBACK-->"};
</script>
<script src="https://the-lizard-lounge.com/wp-content/plugins/lazy-load-for-videos/public/js/lazyload-youtube.js?ver=2.18.3" id="lazyload-youtube-js-js"></script>
<script id="lazyload-vimeo-js-js-before">
window.llvConfig=window.llvConfig||{};window.llvConfig.vimeo={"buttonstyle":"","playercolour":"","preroll":"","postroll":"","show_title":false,"overlaytext":"","loadthumbnail":true,"thumbnailquality":false,"cookies":false,"callback":"<!--VIMEO_CALLBACK-->"};
</script>
<script src="https://the-lizard-lounge.com/wp-content/plugins/lazy-load-for-videos/public/js/lazyload-vimeo.js?ver=2.18.3" id="lazyload-vimeo-js-js"></script>
<script id="tve-dash-frontend-js-extra">
var tve_dash_front = {"ajaxurl":"https:\/\/the-lizard-lounge.com\/wp-admin\/admin-ajax.php","force_ajax_send":"","is_crawler":"","recaptcha":[],"post_id":"296"};
</script>
<script src="https://the-lizard-lounge.com/wp-content/plugins/thrive-product-manager/thrive-dashboard/js/dist/frontend.min.js?ver=3.42" id="tve-dash-frontend-js"></script>
<script src="https://the-lizard-lounge.com/wp-content/plugins/breeze/assets/js/js-front-end/breeze-lazy-load.min.js?ver=2.1.7" id="breeze-lazy-js"></script>
<script class="tcb-post-list-template" type="text/template" data-identifier="tve-u-18751dc19c3">{({tcb_post_list_dynamic_style})}@media (min-width: 300px){{({data-css="tve-u-18751dc19c3"})}.tcb-post-list #post-{({tcb_the_id})} {({data-css="tve-u-18751dc19c8"})}{background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("{({tcb_featured_image_url size=large})}") !important;}{({data-css="tve-u-18751dc19c3"})}.tcb-post-list #post-{({tcb_the_id})} {({data-css="tve-u-18751dc19c7"})}:hover {({data-css="tve-u-18751dc19c8"})}{background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("{({tcb_featured_image_url size=large})}") !important;}}{({/tcb_post_list_dynamic_style})}
		<div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad tcb-local-vars-root" data-css="tve-u-18751dc19c7" style="">
	<div class="tve-content-box-background" style="" data-css="tve-u-18751dc19c8" data-tcb_hover_state_parent="1"></div>
	<div class="tve-cb"><div class="thrv_wrapper thrv_contentbox_shortcode thrv-content-box tve-elem-default-pad tcb-local-vars-root" data-css="tve-u-18751dc19c9" style="">
	<div class="tve-content-box-background" data-css="tve-u-18751dc19ca" data-tcb_hover_state_parent="1"></div>
	<div class="tve-cb" data-css="tve-u-18751dc19cb" style=""><div class="thrv_wrapper thrv_text_element tcb-local-vars-root" style="" data-css="tve-u-18751dc19cc"><h2 class="" data-css="tve-u-18751dc19cd"><span class="thrive-shortcode-content" data-shortcode="tcb_post_title" data-shortcode-name="Post title" data-extra_key="" data-attr-link="1" data-attr-target="0" data-attr-rel="0" data-option-inline="1" data-attr-static-link="{&quot;className&quot;:&quot;&quot;,&quot;href&quot;:&quot;https://the-lizard-lounge.com/veiled-chameleon-care-sheet/&quot;,&quot;title&quot;:&quot;Veiled Chameleon Care Sheet&quot;,&quot;class&quot;:&quot;&quot;}" data-attr-css="" data-css="tve-u-18751dc19ce">{({tcb_post_title link='1' target='0' rel='0' inline='1' static-link='{"className":"","href":"https://the-lizard-lounge.com/veiled-chameleon-care-sheet/","title":"Veiled Chameleon Care Sheet","class":""}' css=''})}</span></h2></div><div class="tcb-post-read-more thrv_wrapper" data-css="tve-u-18751dc19cf" style="">
				<a href="{({tcb_post_the_permalink})}" class="tcb-button-link tcb-post-read-more-link" style="">
					<span class="tcb-button-texts">
						<span class="tcb-button-text thrv-inline-text">Read More</span>
					</span>
				</a>
			</div></div>
</div></div>
</div>
		

		

		

		
	</script><script type="text/javascript">var tcb_current_post_lists=JSON.parse('[{\"identifier\":\"[data-css=\\\"tve-u-18751dc19c3\\\"]\",\"template\":\"tve-u-18751dc19c3\",\"attr\":{\"query\":\"{&#039;paged&#039;:1,&#039;filter&#039;:&#039;custom&#039;,&#039;post_type&#039;:[&#039;post&#039;],&#039;related&#039;:[],&#039;orderby&#039;:&#039;date&#039;,&#039;order&#039;:&#039;DESC&#039;,&#039;posts_per_page&#039;:&#039;12&#039;,&#039;offset&#039;:&#039;1&#039;,&#039;no_posts_text&#039;:&#039;There are no posts to display.&#039;,&#039;exclude_current_post&#039;:[],&#039;queried_object&#039;:{&#039;ID&#039;:296,&#039;post_author&#039;:&#039;2&#039;},&#039;dynamic_filter&#039;:{&#039;category&#039;:&#039;category&#039;,&#039;tag&#039;:&#039;tag&#039;,&#039;author&#039;:&#039;author&#039;,&#039;search&#039;:&#039;search&#039;},&#039;sticky&#039;:[],&#039;rules&#039;:[]}\",\"type\":\"grid\",\"columns-d\":\"3\",\"columns-t\":\"2\",\"columns-m\":\"1\",\"vertical-space-d\":\"45\",\"horizontal-space-d\":\"45\",\"ct\":\"post_list-43428\",\"ct-name\":\"Image &amp; Text 02\",\"tcb-elem-type\":\"post_list\",\"pagination-type\":\"none\",\"pages_near_current\":\"2\",\"dynamic_filter\":\"{\\\"category\\\":\\\"category\\\",\\\"tag\\\":\\\"tag\\\",\\\"author\\\":\\\"author\\\",\\\"search\\\":\\\"search\\\"}\",\"element-name\":\"Post List\",\"css\":\"tve-u-18751dc19c3\",\"vertical-space-m\":\"20\",\"total_post_count\":88,\"total_sticky_count\":0,\"posts_per_page\":12,\"featured-content\":\"0\",\"disabled-links\":\"0\",\"article-tcb_hover_state_parent\":\"\",\"no_posts_text\":\"There are no posts to display.\",\"class\":\"\",\"article-class\":\"tve_evt_manager_listen tve_ea_thrive_animation tve_et_mouseover tve_anim_grow\"},\"query\":{\"paged\":1,\"filter\":\"custom\",\"post_type\":[\"post\"],\"related\":[],\"orderby\":\"date\",\"order\":\"DESC\",\"posts_per_page\":12,\"offset\":\"1\",\"no_posts_text\":\"There are no posts to display.\",\"exclude_current_post\":[],\"dynamic_filter\":{\"category\":\"category\",\"tag\":\"tag\",\"author\":\"author\",\"search\":\"search\"},\"sticky\":[],\"rules\":[]},\"posts\":[1196,1197,1204,1215,1205,1208,1207,1264,1100,1028,1073,1086]}]'); var tcb_post_lists=tcb_post_lists?[...tcb_post_lists,...tcb_current_post_lists]:tcb_current_post_lists;</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>
<div class="wpautoterms-footer"><p>
<a href="https://the-lizard-lounge.com/wpautoterms/terms-and-conditions/">Terms and Conditions</a><span class="separator"> - </span><a href="https://the-lizard-lounge.com/wpautoterms/privacy-policy/">Privacy Policy</a></p>
</div> </body>
</html>


