{"id":16008,"date":"2020-10-13T06:36:57","date_gmt":"2020-10-13T06:36:57","guid":{"rendered":"https:\/\/codex-themes.com\/thegem\/?page_id=16008"},"modified":"2023-01-11T09:41:17","modified_gmt":"2023-01-11T09:41:17","slug":"page-404-light-simple","status":"publish","type":"page","link":"https:\/\/codex-themes.com\/thegem\/pages\/404-pages\/page-404-light-simple\/","title":{"rendered":"Simple Light"},"content":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row&#8221; full_height=&#8221;yes&#8221; css=&#8221;.vc_custom_1458899506083{margin-bottom: 0px !important;background-color: #f0f3f2 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][vc_column offset=&#8221;vc_col-lg-offset-2 vc_col-lg-8&#8243;]<div class=\"gem-textbox  centered-box\"  ><div class=\"gem-textbox-inner\" style=\"\"><div class=\"gem-textbox-content\" style=\"background-position: center top;padding-top: 100px;padding-bottom: 100px;padding-left: 0px;padding-right: 0px;\">[vc_raw_html]JTNDc3ZnJTIwdmlld0JveCUzRCUyMjAlMjAwJTIwNjAwJTIwMTcwJTIyJTNFJTBBJTBBJTIwJTIwJTNDJTIxLS0lMjBHcmFkaWVudCUyMC0tJTNFJTBBJTIwJTIwJTNDbGluZWFyR3JhZGllbnQlMjBpZCUzRCUyMmdyLXNpbXBsZSUyMiUyMHgxJTNEJTIyMCUyMiUyMHkxJTNEJTIyMCUyMiUyMHgyJTNEJTIyMTAwJTI1JTIyJTIweTIlM0QlMjIxMDAlMjUlMjIlM0UlMEElMjAlMjAlMjAlMjAlM0NzdG9wJTIwc3RvcC1jb2xvciUzRCUyMiUyMzk1NzVjZCUyMiUyMG9mZnNldCUzRCUyMjAlMjUlMjIlMkYlM0UlMEElMjAlMjAlMjAlMjAlM0NzdG9wJTIwc3RvcC1jb2xvciUzRCUyMiUyMzAwYmNkNCUyMiUyMG9mZnNldCUzRCUyMjEwMCUyNSUyMiUyRiUzRSUwQSUyMCUyMCUzQyUyRmxpbmVhckdyYWRpZW50JTNFJTBBJTBBJTIwJTIwJTNDJTIxLS0lMjBUZXh0JTIwLS0lM0UlMEElMjAlMjAlM0N0ZXh0JTIwdGV4dC1hbmNob3IlM0QlMjJtaWRkbGUlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjB4JTNEJTIyNTAlMjUlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjB5JTNEJTIyNTAlMjUlMjIlMEElMjAlMjAlMjAlMjAlMjAlMjAlMjAlMjBkeSUzRCUyMi4zNWVtJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwY2xhc3MlM0QlMjJ0ZXh0JTIwdGl0bGUtaDElMjBsaWdodCUyMiUwQSUyMCUyMCUyMCUyMCUyMCUyMCUyMCUyMHN0eWxlJTNEJTIyZmlsbCUzQSUyMHVybCUyOCUyM2dyLXNpbXBsZSUyOSUzQiUyMGZvbnQtc2l6ZSUzQSUyMDIzMHB4JTNCJTIwbGluZS1oZWlnaHQlM0ElMjAxJTNCJTIyJTBBJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTIwJTNFJTBBJTIwJTIwJTIwJTIwNDA0JTBBJTIwJTIwJTNDJTJGdGV4dCUzRSUwQSUzQyUyRnN2ZyUzRQ==[\/vc_raw_html]<script type=\"text\/javascript\">(function() { function TheGemHeading() { this.selector = '.thegem-heading'; this.animateClass = 'thegem-heading-animate'; this.animatedClass = 'thegem-heading-animated'; this.rotatingSelector = '.thegem-heading-rotating'; } TheGemHeading.prototype = { initialize: function () { let items = document.querySelectorAll(this.selector); if ('IntersectionObserver' in window) { let intersectionObserver = new IntersectionObserver((entries, observer)=>{ entries.forEach((entry)=> { if (entry.isIntersecting) { this.startAnimation(entry.target); intersectionObserver.unobserve(entry.target); } }); }); items.forEach((item)=>{ intersectionObserver.observe(item); setTimeout(()=>this.prepareAnimation(item), 300); }); } else { items.forEach((item)=>{ this.prepareAnimation(item); this.startAnimation(item); }); } }, startAnimation: function (element) { if (element.classList.contains(this.animateClass)) { setTimeout(()=>{ element.classList.remove(this.animateClass); element.classList.add(this.animatedClass); }, 300); } let rotatingItem = element.querySelector(this.rotatingSelector); if (typeof(rotatingItem) != 'undefined' && rotatingItem != null) { this.rotating(rotatingItem); } }, isRotating: function (element) { return element.querySelector(this.rotatingSelector) !== null; }, prepareAnimation: function (element) { if (!element || this.isRotating(element)) { return; } const animationName = element.dataset.animationName; const animationDelay = parseInt(element.dataset.animationDelay) || 0; const animationInterval = parseInt(element.dataset.animationInterval) || 0; switch (animationName) { case 'lines-slide-up': case 'lines-slide-up-random': const animationLineTagWrap = '<span class=\"thegem-heading-line-wrap\">'; function animationLineTag (index) { let styles = ''; if (animationName === 'lines-slide-up' && (animationDelay > 0 || animationInterval > 0)) { styles = `animation-delay: ${(animationDelay + (animationInterval*(index+1)))}ms;`; } return '<span class=\"thegem-heading-line\"' + (styles!== '' ? ' style=\"'+styles+'\"' : '') + '>'; } let nodes = element.childNodes; let currentOffset = nodes[0].offsetTop; let index = 0; let idx = 0; let html = animationLineTagWrap + animationLineTag(index); for (let i = 0; i < nodes.length; i++) { if (nodes[i].nodeType === 3) continue; if (nodes[i].offsetTop > currentOffset + nodes[i].scrollHeight\/2) { index++; html += '<\/span><\/span>' + animationLineTagWrap + animationLineTag(index); currentOffset = nodes[i].offsetTop; if (animationName === 'lines-slide-up-random') idx = 0; } if (animationName === 'lines-slide-up-random' && (animationDelay > 0 || animationInterval > 0)) { nodes[i].style.animationDelay = (animationDelay + animationInterval*(idx+1)) + 'ms'; } html += nodes[i].outerHTML + ' '; if (animationName === 'lines-slide-up-random') idx++; } html += '<\/span><\/span>'; element.innerHTML = html; break; } }, rotating: function (element,) { let current = element.querySelector('.thegem-heading-rotating-text'); element.style.width = element.clientWidth+'px'; current.style.width = element.clientWidth+'px'; setInterval(()=>{ let next = current.nextElementSibling !== null ? current.nextElementSibling : element.childNodes[0]; let nextWidth = next.clientWidth; let currentWidth = current.clientWidth; element.style.width = nextWidth + 'px'; current.style.width = '1px'; current.style.opacity = 0; next.style.width = '1px'; setTimeout(()=>{ current.style.position = 'absolute'; current.style.width = currentWidth + 'px'; next.style.position = 'relative'; next.style.opacity = 1; next.style.width = nextWidth + 'px'; current = next; }, 500); }, 2500); } }; window.theGemHeading = new TheGemHeading(); document.addEventListener('DOMContentLoaded', function(event) { window.theGemHeading.initialize(); }); if (window.parent.vc) { window.parent.vc.events.on('shortcodeView:updated', function (event) { let element = event.view.el.querySelector('.thegem-heading'); window.theGemHeading.prepareAnimation(element); window.theGemHeading.startAnimation(element); }); window.parent.vc.events.on('app.render', function () { window.theGemHeading.initialize(); }); }\n})();<\/script><div id=\"thegem-heading-69d49c3d95a04\" class=\"thegem-heading title-h1 vc_custom_1635354875066 letters-slide-up thegem-heading-animate\" style=\"text-align: center;\" ><span class=\"thegem-heading-word\" style=\"color: #3c3950;\"><span class=\"thegem-heading-letter-wrap\"><span class=\"thegem-heading-letter\" style=\"animation-delay: 15ms\">P<\/span><\/span><span class=\"thegem-heading-letter-wrap\"><span class=\"thegem-heading-letter\" style=\"animation-delay: 30ms\">a<\/span><\/span><span class=\"thegem-heading-letter-wrap\"><span class=\"thegem-heading-letter\" style=\"animation-delay: 45ms\">g<\/span><\/span><span class=\"thegem-heading-letter-wrap\"><span class=\"thegem-heading-letter\" style=\"animation-delay: 60ms\">e<\/span><\/span><\/span> <span class=\"thegem-heading-word\" style=\"color: #3c3950;\"><span class=\"thegem-heading-letter-wrap\"><span class=\"thegem-heading-letter\" style=\"animation-delay: 75ms\">n<\/span><\/span><span class=\"thegem-heading-letter-wrap\"><span class=\"thegem-heading-letter\" style=\"animation-delay: 90ms\">o<\/span><\/span><span class=\"thegem-heading-letter-wrap\"><span class=\"thegem-heading-letter\" style=\"animation-delay: 105ms\">t<\/span><\/span><\/span> <span class=\"thegem-heading-word\" style=\"color: #3c3950;\"><span class=\"thegem-heading-letter-wrap\"><span class=\"thegem-heading-letter\" style=\"animation-delay: 120ms\">f<\/span><\/span><span class=\"thegem-heading-letter-wrap\"><span class=\"thegem-heading-letter\" style=\"animation-delay: 135ms\">o<\/span><\/span><span class=\"thegem-heading-letter-wrap\"><span class=\"thegem-heading-letter\" style=\"animation-delay: 150ms\">u<\/span><\/span><span class=\"thegem-heading-letter-wrap\"><span class=\"thegem-heading-letter\" style=\"animation-delay: 165ms\">n<\/span><\/span><span class=\"thegem-heading-letter-wrap\"><span class=\"thegem-heading-letter\" style=\"animation-delay: 180ms\">d<\/span><\/span><\/span><\/div><style type=\"text\/css\">#thegem-heading-69d49c3d95a04 {margin: 0;}#thegem-heading-69d49c3d95a04 {margin-left: auto; margin-right: auto;}<\/style>[vc_column_text]<\/p>\n<div class=\"styled-subtitle\">We\u2019re sorry, the page you have looked for does not exist in our database! Maybe go to our\u00a0\u00a0 <a style=\"color: #ffffff; background-color: #9575cd; padding: 2px 10px;\">home page<\/a>\u00a0\u00a0 or try to use a <a style=\"color: #ffffff; background-color: #00bcd4; padding: 2px 10px;\" href=\"#\">search?<\/a><\/div>\n<p>[\/vc_column_text]<div class=\"gem-search-form gem-search-form-style-light gem-search-form-alignment-center\"><form role=\"search\" method=\"get\" class=\"search-form\" action=\"https:\/\/codex-themes.com\/thegem\/\"><input class=\"search-field\" type=\"search\" name=\"s\" placeholder=\"Search...\" \/><button class=\"search-submit\" type=\"submit\"><\/button><\/form><\/div><\/div><\/div><\/div>[\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row&#8221; full_height=&#8221;yes&#8221; css=&#8221;.vc_custom_1458899506083{margin-bottom: 0px !important;background-color: #f0f3f2 !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][vc_column offset=&#8221;vc_col-lg-offset-2 vc_col-lg-8&#8243;][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":16128,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/pages\/16008"}],"collection":[{"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/comments?post=16008"}],"version-history":[{"count":7,"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/pages\/16008\/revisions"}],"predecessor-version":[{"id":38648,"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/pages\/16008\/revisions\/38648"}],"up":[{"embeddable":true,"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/pages\/16128"}],"wp:attachment":[{"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/media?parent=16008"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}