{"id":39548,"date":"2025-11-12T13:02:43","date_gmt":"2025-11-12T13:02:43","guid":{"rendered":"https:\/\/codex-themes.com\/thegem\/?page_id=39548"},"modified":"2025-11-12T14:13:56","modified_gmt":"2025-11-12T14:13:56","slug":"built-in-layouts","status":"publish","type":"page","link":"https:\/\/codex-themes.com\/thegem\/features\/built-in-layouts\/","title":{"rendered":"Built-In Layouts"},"content":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row&#8221; full_height=&#8221;yes&#8221; equal_height=&#8221;yes&#8221; ken_burns_transition_speed=&#8221;15000&#8243; thegem_fix_full_height=&#8221;true&#8221; ken_burns_enabled=&#8221;true&#8221; css=&#8221;.vc_custom_1762956348662{padding-top: 150px !important;padding-bottom: 150px !important;background-image: url(https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2025\/11\/1.webp?id=39553) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221; mobile_padding_top=&#8221;50&#8243; mobile_padding_bottom=&#8221;50&#8243; ken_burns_image=&#8221;39580&#8243;][vc_column css=&#8221;.vc_custom_1762953843199{padding-top: 0px !important;}&#8221;]<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><h1 id=\"thegem-heading-69e25e90c4814\" class=\"thegem-heading title-xlarge lines-slide-up thegem-heading-animate\" style=\"text-align: center;\" data-animation-name=\"lines-slide-up\" data-animation-interval=\"80\"><span class=\"light thegem-heading-word\" style=\"color: #ffffff;\">Built-In<\/span><\/h1><style type=\"text\/css\">#thegem-heading-69e25e90c4814 {margin: 0;}#thegem-heading-69e25e90c4814 {margin-left: auto; margin-right: auto;}#thegem-heading-69e25e90c4814 {font-size: 100px;}#thegem-heading-69e25e90c4814 {line-height: 120px;}#thegem-heading-69e25e90c4814 {letter-spacing: 0px;}#thegem-heading-69e25e90c4814, #thegem-heading-69e25e90c4814 .light {text-transform: uppercase;}@media screen and (max-width: 1023px) and (min-width: 768px) {#thegem-heading-69e25e90c4814 {font-size: 80px;}}@media screen and (max-width: 1023px) and (min-width: 768px) {#thegem-heading-69e25e90c4814 {line-height: 100px;}}@media screen and (max-width: 767px) {#thegem-heading-69e25e90c4814 {font-size: 50px;}}@media screen and (max-width: 767px) {#thegem-heading-69e25e90c4814 {line-height: 65px;}}<\/style><div id=\"thegem-heading-69e25e90c48bb\" class=\"thegem-heading title-xlarge custom-gradient-header words-slide-up thegem-heading-animate\" style=\"text-align: center;\" ><span class=\"thegem-heading-word-wrap\"><span class=\"light thegem-heading-word\" style=\"color: #ffffff; animation-delay: 260ms\">Header<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"light thegem-heading-word\" style=\"color: #ffffff; animation-delay: 320ms\">&<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"light thegem-heading-word\" style=\"color: #ffffff; animation-delay: 380ms\">Page<\/span><\/span><\/div><style type=\"text\/css\">#thegem-heading-69e25e90c48bb {margin: 0;}#thegem-heading-69e25e90c48bb {margin-left: auto; margin-right: auto;}#thegem-heading-69e25e90c48bb {font-size: 100px;}#thegem-heading-69e25e90c48bb {line-height: 120px;}#thegem-heading-69e25e90c48bb {letter-spacing: 0px;}#thegem-heading-69e25e90c48bb, #thegem-heading-69e25e90c48bb .light {text-transform: uppercase;}@media screen and (max-width: 1023px) and (min-width: 768px) {#thegem-heading-69e25e90c48bb {font-size: 80px;}}@media screen and (max-width: 1023px) and (min-width: 768px) {#thegem-heading-69e25e90c48bb {line-height: 100px;}}@media screen and (max-width: 767px) {#thegem-heading-69e25e90c48bb {font-size: 50px;}}@media screen and (max-width: 767px) {#thegem-heading-69e25e90c48bb {line-height: 65px;}}<\/style><div id=\"thegem-heading-69e25e90c491b\" class=\"thegem-heading title-xlarge vc_custom_1762954788917 lines-slide-up thegem-heading-animate\" style=\"text-align: center;\" data-animation-name=\"lines-slide-up\" data-animation-delay=\"400\" data-animation-interval=\"80\"><span class=\"light thegem-heading-word\" style=\"color: #ffffff;\">Layouts<\/span><\/div><style type=\"text\/css\">#thegem-heading-69e25e90c491b {margin: 0;}#thegem-heading-69e25e90c491b {margin-left: auto; margin-right: auto;}#thegem-heading-69e25e90c491b {font-size: 100px;}#thegem-heading-69e25e90c491b {line-height: 120px;}#thegem-heading-69e25e90c491b {letter-spacing: 0px;}#thegem-heading-69e25e90c491b, #thegem-heading-69e25e90c491b .light {text-transform: uppercase;}@media screen and (max-width: 1023px) and (min-width: 768px) {#thegem-heading-69e25e90c491b {font-size: 80px;}}@media screen and (max-width: 1023px) and (min-width: 768px) {#thegem-heading-69e25e90c491b {line-height: 100px;}}@media screen and (max-width: 767px) {#thegem-heading-69e25e90c491b {font-size: 50px;}}@media screen and (max-width: 767px) {#thegem-heading-69e25e90c491b {line-height: 65px;}}<\/style><div id=\"thegem-heading-69e25e90c4973\" class=\"thegem-heading styled-subtitle lines-slide-up thegem-heading-animate\" style=\"text-align: center;\" data-animation-name=\"lines-slide-up\" data-animation-delay=\"600\" data-animation-interval=\"80\"><span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Explore<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">built-in<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">header<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">and<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">page<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">layout<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">options<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">included<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">with<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">TheGem.<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">Combine<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">versatile<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">header<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">styles,<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">navigation<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">concepts,<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">and<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">flexible<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">page<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">structures<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">to<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">create<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">unique<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">website<\/span> <span class=\"thegem-heading-word\" style=\"color: #ffffff;\">designs.<\/span><\/div><style type=\"text\/css\">#thegem-heading-69e25e90c4973 {margin: 0;}#thegem-heading-69e25e90c4973 {margin-left: auto; margin-right: auto;}#thegem-heading-69e25e90c4973 {max-width: 780px;}<\/style>[\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1762954165287{padding-top: 110px !important;}&#8221;][vc_column el_class=&#8221;logo-1&#8243;]<div id=\"thegem-heading-69e25e90c49d9\" class=\"thegem-heading title-h1 vc_custom_1762954195973\" style=\"text-align: center;\" ><span class=\"light\">Built-In Header Layouts <\/span><\/div><style type=\"text\/css\">#thegem-heading-69e25e90c49d9 {margin: 0;}#thegem-heading-69e25e90c49d9 {margin-left: auto; margin-right: auto;}<\/style>[vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center; max-width: 1060px; margin: 0 auto;\">TheGem includes versatile settings for website header, menu and navigation. It delivers 8 navigation concepts in total of 20+ pre-made styles for main menu and top area bar, which you can freely combine with each other. And you can adjust all this styles &#8211; change colors, fonts, backgrounds etc. In addition you can set individual settings for selected pages of your site. Enable transparency for main menu &amp; top area. Control header opacity. Use customized colors for menu &amp; logo. Use images and videos as backgrounds. Enable or disable sticky headers and navigation. And much more.<\/div>\n<p>[\/vc_column_text][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221;][vc_column el_class=&#8221;logo-1&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 140px;\"><\/div>[vc_text_separator title_light=&#8221;1&#8243; title_level=&#8221;h3&#8243; title=&#8221;Logo Position&#8221; color=&#8221;custom&#8221; accent_color=&#8221;#dfe5e8&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: -15px;\"><\/div>[\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[vc_single_image image=&#8221;19656&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; img_link_target=&#8221;_blank&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/starting_page\/themes.php?page=business-01&#8243;][vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Left Logo<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[vc_single_image image=&#8221;19654&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; img_link_target=&#8221;_blank&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/starting_page\/themes.php?page=business-04&#8243;][vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Centered Logo<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[vc_single_image image=&#8221;19652&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; img_link_target=&#8221;_blank&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/starting_page\/themes.php?page=business-1-2&#8243;][vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Right Logo<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[vc_single_image image=&#8221;19650&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; img_link_target=&#8221;_blank&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/starting_page\/themes.php?page=business-06&#8243;][vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Centered Above Menu<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[vc_single_image image=&#8221;19648&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; img_link_target=&#8221;_blank&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/home\/splash-creative-light-01\/&#8221;][vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">With Vertical Menu<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[vc_single_image image=&#8221;19645&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; img_link_target=&#8221;_blank&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/sites\/agency-dark\/&#8221;][vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">With Hamburger Menu<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221;][vc_column el_class=&#8221;logo-2&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 49px;\"><\/div>[vc_text_separator title_light=&#8221;1&#8243; title_level=&#8221;h3&#8243; title=&#8221;Menu Layouts&#8221; color=&#8221;custom&#8221; accent_color=&#8221;#dfe5e8&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: -10px;\"><\/div>[\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221; css=&#8221;.vc_custom_1505484400536{padding-right: 40px !important;padding-left: 40px !important;}&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[vc_single_image image=&#8221;19755&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; img_link_target=&#8221;_blank&#8221; css_animation=&#8221;appear&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/pages\/services-quickfinders\/services\/&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 27px;\"><\/div>[vc_column_text css_animation=&#8221;appear&#8221;]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Standard<\/div>\n<p>[\/vc_column_text][vc_column_text css_animation=&#8221;appear&#8221;]<\/p>\n<p style=\"text-align: center; max-width: 220px; margin: 0 auto;\">The classic horizontal navigation layout, perfect for any corporate website or online shop<\/p>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221; css=&#8221;.vc_custom_1505484407855{padding-right: 40px !important;padding-left: 40px !important;}&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[vc_single_image image=&#8221;19695&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; img_link_target=&#8221;_blank&#8221; css_animation=&#8221;appear&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/page-builders\/&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 27px;\"><\/div>[vc_column_text css_animation=&#8221;appear&#8221;]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">100% Width Menu<\/div>\n<p>[\/vc_column_text][vc_column_text css_animation=&#8221;appear&#8221;]<\/p>\n<p style=\"text-align: center; max-width: 220px; margin: 0 auto;\">Horizontal navigation with 100% width layout, ideally suitable for creative websites<\/p>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221; css=&#8221;.vc_custom_1505484414744{padding-right: 40px !important;padding-left: 40px !important;}&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[vc_single_image image=&#8221;19693&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; img_link_target=&#8221;_blank&#8221; css_animation=&#8221;appear&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/starting_page\/themes.php?page=splash-portfolio-dark&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 27px;\"><\/div>[vc_column_text css_animation=&#8221;appear&#8221;]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Vertical Menu<\/div>\n<p>[\/vc_column_text][vc_column_text css_animation=&#8221;appear&#8221;]<\/p>\n<p style=\"text-align: center; max-width: 220px; margin: 0 auto;\">Vertical navigation layout, good for portfolio and photography websites<\/p>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][\/vc_row][vc_row el_class=&#8221;custom-float&#8221;][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221; css=&#8221;.vc_custom_1562239277912{padding-right: 40px !important;padding-left: 40px !important;}&#8221; offset=&#8221;vc_col-lg-4&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[vc_single_image image=&#8221;29562&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; img_link_target=&#8221;_blank&#8221; css_animation=&#8221;appear&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/sites\/agency-dark\/&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 27px;\"><\/div>[vc_column_text css_animation=&#8221;appear&#8221;]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Hamburger Menu<\/div>\n<p>[\/vc_column_text][vc_column_text css_animation=&#8221;appear&#8221;]<\/p>\n<p style=\"text-align: center; max-width: 230px; margin: 0 auto;\">Hamburger menu navigation for minimalistic and modern layouts. Excellent for any website<\/p>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221; css=&#8221;.vc_custom_1562239283628{padding-right: 40px !important;padding-left: 40px !important;}&#8221; offset=&#8221;vc_col-lg-4&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 14px;\"><\/div>[vc_single_image image=&#8221;29564&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; img_link_target=&#8221;_blank&#8221; css_animation=&#8221;appear&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/pages\/about-us\/about-me-03\/&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 27px;\"><\/div>[vc_column_text css_animation=&#8221;appear&#8221;]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Overlay<\/div>\n<p>[\/vc_column_text][vc_column_text css_animation=&#8221;appear&#8221;]<\/p>\n<p style=\"text-align: center; max-width: 220px; margin: 0 auto;\">This navigation layout is a good choice for agencies and any other creative websites<\/p>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221; css=&#8221;.vc_custom_1562239289486{padding-right: 40px !important;padding-left: 40px !important;}&#8221; offset=&#8221;vc_col-lg-4&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 14px;\"><\/div>[vc_single_image image=&#8221;29566&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; img_link_target=&#8221;_blank&#8221; css_animation=&#8221;appear&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/pages\/meet-our-team\/meet-our-team-3\/&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 27px;\"><\/div>[vc_column_text css_animation=&#8221;appear&#8221;]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Perspective<\/div>\n<p>[\/vc_column_text][vc_column_text css_animation=&#8221;appear&#8221;]<\/p>\n<p style=\"text-align: center; max-width: 220px; margin: 0 auto;\">A fresh, creative and unique navigation layout with unusual page transformation effect<\/p>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221;][vc_column]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 49px;\"><\/div>[vc_text_separator title_light=&#8221;1&#8243; title_level=&#8221;h3&#8243; title=&#8221;Mobile Menu Layouts&#8221; color=&#8221;custom&#8221; accent_color=&#8221;#dfe5e8&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: -10px;\"><\/div>[\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/4&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[vc_single_image image=&#8221;29576&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; css_animation=&#8221;appear&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/elements\/push-the-button\/&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 27px;\"><\/div>[vc_column_text css_animation=&#8221;appear&#8221;]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Classic<\/div>\n<p>[\/vc_column_text][vc_column_text css_animation=&#8221;appear&#8221;]<\/p>\n<p style=\"text-align: center; max-width: 200px; margin: 0 auto;\">Classic responsive drop down navigation with rolling out hierarchies<\/p>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/4&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[vc_single_image image=&#8221;29574&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; css_animation=&#8221;appear&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/sites\/agency-media\/&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 27px;\"><\/div>[vc_column_text css_animation=&#8221;appear&#8221;]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Overlay<\/div>\n<p>[\/vc_column_text][vc_column_text css_animation=&#8221;appear&#8221;]<\/p>\n<p style=\"text-align: center; max-width: 200px; margin: 0 auto;\">Responsive navigation via an overlay representation, ideal for any touchscreen<\/p>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/4&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 45px;\"><\/div>[vc_single_image image=&#8221;29572&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; css_animation=&#8221;appear&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/shop\/&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 27px;\"><\/div>[vc_column_text css_animation=&#8221;appear&#8221;]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Slide Left<\/div>\n<p>[\/vc_column_text][vc_column_text css_animation=&#8221;appear&#8221;]<\/p>\n<p style=\"text-align: center; max-width: 200px; margin: 0 auto;\">Mobile menu sliding from the left side. Perfect for depicting complex hierarchies<\/p>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/4&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 45px;\"><\/div>[vc_single_image image=&#8221;29570&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; css_animation=&#8221;appear&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/sites\/business-solutions\/&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 27px;\"><\/div>[vc_column_text css_animation=&#8221;appear&#8221;]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Slide Top<\/div>\n<p>[\/vc_column_text][vc_column_text css_animation=&#8221;appear&#8221;]<\/p>\n<p style=\"text-align: center; max-width: 200px; margin: 0 auto;\">Similar to slide left mobile navigation, but sliding from the top of the screen<\/p>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221;][vc_column]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 49px;\"><\/div>[vc_text_separator title_light=&#8221;1&#8243; title_level=&#8221;h3&#8243; title=&#8221;Top Area Layouts&#8221; color=&#8221;custom&#8221; accent_color=&#8221;#dfe5e8&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: -10px;\"><\/div>[\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/4&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[vc_single_image image=&#8221;24108&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; css_animation=&#8221;appear&#8221; link=&#8221;#&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 27px;\"><\/div>[vc_column_text css_animation=&#8221;appear&#8221;]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Left<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/4&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[vc_single_image image=&#8221;24110&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; css_animation=&#8221;appear&#8221; link=&#8221;#&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 27px;\"><\/div>[vc_column_text css_animation=&#8221;appear&#8221;]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Centered<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/4&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[vc_single_image image=&#8221;24112&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; css_animation=&#8221;appear&#8221; link=&#8221;#&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 27px;\"><\/div>[vc_column_text css_animation=&#8221;appear&#8221;]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Right<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/4&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[vc_single_image image=&#8221;24114&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; css_animation=&#8221;appear&#8221; link=&#8221;#&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 27px;\"><\/div>[vc_column_text css_animation=&#8221;appear&#8221;]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Disabled<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1463563700513{margin-bottom: 0px !important;}&#8221; el_class=&#8221;figure-1&#8243;][vc_column]<div id=\"fullwidth-block-69e25e90c4c6c\" class=\"fullwidth-block clearfix\"  style=\"background-color: #ffffff;\"><script type=\"text\/javascript\">if (typeof(gem_fix_fullwidth_position) == \"function\") { gem_fix_fullwidth_position(document.getElementById(\"fullwidth-block-69e25e90c4c6c\")); }<\/script><div class=\"fullwidth-block-inner\">[vc_empty_space height=&#8221;110px&#8221;]<\/div><div class=\"fullwidth-bottom-marker marker-direction-outside\"><svg width=\"140\" height=\"70\" style=\"fill: #ffffff\"><path d=\"M 0,0 70,70 140,0\" \/><\/svg><\/div><\/div>[\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1463563710655{margin-bottom: 0px !important;}&#8221; el_class=&#8221;figure-2&#8243;][vc_column]<div id=\"fullwidth-block-69e25e90c4c7f\" class=\"fullwidth-block clearfix\"  style=\"background-color: #e1ec23;\"><script type=\"text\/javascript\">if (typeof(gem_fix_fullwidth_position) == \"function\") { gem_fix_fullwidth_position(document.getElementById(\"fullwidth-block-69e25e90c4c7f\")); }<\/script><div class=\"fullwidth-block-inner\">[vc_empty_space height=&#8221;45px&#8221;]<\/div><div class=\"fullwidth-bottom-marker marker-direction-outside\"><svg width=\"140\" height=\"70\" style=\"fill: #e1ec23\"><path d=\"M 0,0 70,70 140,0\" \/><\/svg><\/div><\/div>[\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1463563732403{margin-bottom: 0px !important;}&#8221; el_class=&#8221;figure-3&#8243;][vc_column]<div id=\"fullwidth-block-69e25e90c4c91\" class=\"fullwidth-block clearfix\"  style=\"background-color: #f1fc9e;\"><script type=\"text\/javascript\">if (typeof(gem_fix_fullwidth_position) == \"function\") { gem_fix_fullwidth_position(document.getElementById(\"fullwidth-block-69e25e90c4c91\")); }<\/script><div class=\"fullwidth-block-inner\">[vc_empty_space height=&#8221;10px&#8221;]<\/div><div class=\"fullwidth-bottom-marker marker-direction-outside\"><svg width=\"140\" height=\"70\" style=\"fill: #f1fc9e\"><path d=\"M 0,0 70,70 140,0\" \/><\/svg><\/div><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; css=&#8221;.vc_custom_1762955101663{margin-bottom: 0px !important;background-image: url(https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2021\/10\/pattern.jpg?id=35746) !important;background-position: 0 0 !important;background-repeat: repeat !important;}&#8221; custom_css_code=&#8221;JTIwLnZjX3NlcGFyYXRvciUyMGgyJTIwJTdCJTBBJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjNmZmYlM0IlMEElN0Q=&#8221;][vc_column css=&#8221;.vc_custom_1634124111673{margin-bottom: -15px !important;padding-top: 0px !important;}&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 200px;\"><\/div><div class=\"centered-box\"><div class=\"gem-icon gem-icon-pack-material gem-icon-size-large  gem-icon-shape-square gem-simple-icon\"  style=\"opacity: 1;\"><div class=\"gem-icon-inner\" style=\"\"><span class=\"gem-icon-half-1\" style=\"color: #ffffff;\"><span class=\"back-angle\">&#xf4f0;<\/span><\/span><span class=\"gem-icon-half-2\" style=\"color: #ffffff;\"><span class=\"back-angle\">&#xf4f0;<\/span><\/span><\/div><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 65px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span style=\"color: #ffffff;\">Customizable<\/span><br \/>\n<span style=\"color: #ffffff;\"> Header Styles<\/span><\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 25px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center; max-width: 530px; margin: 0 auto;\"><span style=\"color: #ffffff;\">customize it to your needs via theme options. You can adjust colors, fonts, transparencies etc. making your own unique header style<\/span><\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 125px;\"><\/div>[vc_text_separator title_light=&#8221;1&#8243; title=&#8221;PRE-MADE STYLES COMBINATIONS&#8221; color=&#8221;custom&#8221; accent_color=&#8221;#ffffff&#8221; el_class=&#8221;custom-separator-text-color&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div><div class=\"centered-box gem-image-centered-box\"><div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-centered\"  style=\"\"><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2016\/05\/Menu-1.png\" alt=\"\"\/><\/div><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div><div class=\"centered-box gem-image-centered-box\"><div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-centered\"  style=\"\"><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2016\/05\/Menu-2.png\" alt=\"\"\/><\/div><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div><div class=\"centered-box gem-image-centered-box\"><div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-centered\"  style=\"\"><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2016\/05\/Menu-3.png\" alt=\"\"\/><\/div><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div><div class=\"centered-box gem-image-centered-box\"><div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-centered\"  style=\"\"><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2016\/05\/Menu-4.png\" alt=\"\"\/><\/div><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div><div class=\"centered-box gem-image-centered-box\"><div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-centered\"  style=\"\"><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2016\/05\/Menu-5.png\" alt=\"\"\/><\/div><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div><div class=\"centered-box gem-image-centered-box\"><div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-centered\"  style=\"\"><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2016\/05\/rectangle-34.jpg\" alt=\"\"\/><\/div><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div><div class=\"centered-box gem-image-centered-box\"><div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-centered\"  style=\"\"><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2016\/05\/Menu-6.png\" alt=\"\"\/><\/div><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div><div class=\"centered-box gem-image-centered-box\"><div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-centered\"  style=\"\"><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2016\/05\/Menu-7.png\" alt=\"\"\/><\/div><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 170px;\"><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; css=&#8221;.vc_custom_1463567290774{margin-bottom: 0px !important;}&#8221;][vc_column]<div class=\"gem-textbox \"  ><div class=\"gem-textbox-top gem-textbox-top-ticket\"><svg width=\"100%\" height=\"14\" style=\"fill: #f4f6f7;\"><defs><pattern id=\"pattern-1776443024-85\" x=\"16\" y=\"0\" width=\"32\" height=\"16\" patternUnits=\"userSpaceOnUse\" ><path d=\"M 0,14.5 16,-0.5 32,14.5\" \/><\/pattern><\/defs><rect x=\"0\" y=\"0\" width=\"100%\" height=\"14\" style=\"fill: url(#pattern-1776443024-85);\" \/><\/svg><\/div><div class=\"gem-textbox-inner\" style=\"\"><div class=\"gem-textbox-content\" style=\"background-color: #f4f6f7;background-position: center top;\"><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 120px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"title-h2\" style=\"text-align: center;\"><span class=\"light\">Customization Examples<\/span><\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 115px;\"><\/div><div class=\"centered-box gem-image-centered-box\"><div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-centered\"  style=\"\"><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2016\/05\/Header-1.png\" alt=\"\"\/><\/div><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div><div class=\"centered-box gem-image-centered-box\"><div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-centered\"  style=\"\"><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2016\/05\/Header-2.png\" alt=\"\"\/><\/div><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div><div class=\"centered-box gem-image-centered-box\"><div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-centered\"  style=\"\"><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2016\/05\/Header-3.png\" alt=\"\"\/><\/div><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div><div class=\"centered-box gem-image-centered-box\"><div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-centered\"  style=\"\"><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2016\/05\/Header-4.png\" alt=\"\"\/><\/div><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div><div class=\"centered-box gem-image-centered-box\"><div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-centered\"  style=\"\"><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2016\/05\/Header-5.png\" alt=\"\"\/><\/div><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div><div class=\"centered-box gem-image-centered-box\"><div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-centered\"  style=\"\"><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2016\/05\/Header-6.png\" alt=\"\"\/><\/div><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div><div class=\"centered-box gem-image-centered-box\"><div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-centered\"  style=\"\"><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2016\/05\/Header-7.png\" alt=\"\"\/><\/div><\/div><\/div><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 140px;\"><\/div><\/div><\/div><\/div>[\/vc_column][\/vc_row][vc_row][vc_column]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 100px;\"><\/div>[\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/2&#8243;][vc_column_text]<\/p>\n<div class=\"title-h2\"><span class=\"light\">Page Header<\/span><br \/>\n<span class=\"light\">Options<\/span><\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 30px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"styled-subtitle\">In additional you can set this options for displaying your menu and top area bar per page. In this way you can set individual menu settings for selected pages of your site.<\/div>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243;]<div class=\"centered-box gem-image-centered-box\"><div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-centered\"  style=\"\"><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2016\/05\/1.png\" alt=\"\"\/><\/div><\/div><\/div><div class=\"gem-list gem-list-type-check-style-1 gem-list-color-2\" ><ul>\n<li style=\"text-align: center;\">Enable transparensy for main menu &amp; top area<\/li>\n<\/ul>\n<\/div>[\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/2&#8243;]<div class=\"centered-box gem-image-centered-box\"><div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-centered\"  style=\"\"><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2016\/05\/2-1.png\" alt=\"\"\/><\/div><\/div><\/div><div class=\"gem-list gem-list-type-check-style-1 gem-list-color-2\" ><ul>\n<li style=\"text-align: center;\">Control header opacity<\/li>\n<\/ul>\n<\/div>[\/vc_column][vc_column width=&#8221;1\/2&#8243;]<div class=\"centered-box gem-image-centered-box\"><div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-centered\"  style=\"\"><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2016\/05\/3-1.png\" alt=\"\"\/><\/div><\/div><\/div><div class=\"gem-list gem-list-type-check-style-1 gem-list-color-2\" ><ul>\n<li style=\"text-align: center;\">Use customized colors for menu &amp; logo<\/li>\n<\/ul>\n<\/div>[\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/2&#8243;]<div class=\"centered-box gem-image-centered-box\"><div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-centered\"  style=\"\"><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2016\/05\/4-1.png\" alt=\"\"\/><\/div><\/div><\/div><div class=\"gem-list gem-list-type-check-style-1 gem-list-color-2\" ><ul>\n<li style=\"text-align: center;\">Use images and videos as backgrounds<\/li>\n<\/ul>\n<\/div>[\/vc_column][vc_column width=&#8221;1\/2&#8243;]<div class=\"centered-box gem-image-centered-box\"><div class=\"gem-image gem-wrapbox gem-wrapbox-style-default gem-wrapbox-position-centered\"  style=\"\"><div class=\"gem-wrapbox-inner \" ><img class=\"gem-wrapbox-element img-responsive\" src=\"https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2016\/05\/5-1.png\" alt=\"\"\/><\/div><\/div><\/div><div class=\"gem-list gem-list-type-check-style-1 gem-list-color-2\" ><ul>\n<li style=\"text-align: center;\">Disable top area<\/li>\n<\/ul>\n<\/div>[\/vc_column][\/vc_row][vc_row][vc_column]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 100px;\"><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row&#8221; parallax=&#8221;content-moving&#8221; parallax_image=&#8221;39552&#8243; css=&#8221;.vc_custom_1762955538071{padding-top: 140px !important;padding-bottom: 140px !important;background-position: center;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][vc_column css=&#8221;.vc_custom_1762955304566{padding-top: 0px !important;}&#8221;]<div id=\"thegem-heading-69e25e90c581b\" class=\"thegem-heading title-h1 vc_custom_1762955283692\" style=\"text-align: center;\" ><span class=\"light\" style=\"color: #ffffff;\">Built-In Page Layouts <\/span><\/div><style type=\"text\/css\">#thegem-heading-69e25e90c581b {margin: 0;}#thegem-heading-69e25e90c581b {margin-left: auto; margin-right: auto;}<\/style><div id=\"thegem-heading-69e25e90c5871\" class=\"thegem-heading styled-subtitle\" style=\"text-align: center;\" ><span class=\"light\" style=\"color: #ffffff;\">Create pages with complete layout freedom using the built-in layout options. Thanks to a wide range of flexible layout options, you can design 100% width, full-width, or boxed layouts; use any number of sidebars in any position; and mix different layout approaches to create your own unique page style.<\/span><\/div><style type=\"text\/css\">#thegem-heading-69e25e90c5871 {margin: 0;}#thegem-heading-69e25e90c5871 {margin-left: auto; margin-right: auto;}#thegem-heading-69e25e90c5871 {max-width: 1150px;}<\/style>[\/vc_column][\/vc_row][vc_row][vc_column]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div>[\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 57px;\"><\/div>[vc_single_image image=&#8221;18057&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/pages\/about-us\/about-us-left-sidebar\/&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 35px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Left Sidebar \/ Content<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 57px;\"><\/div>[vc_single_image image=&#8221;18071&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/pages\/about-us\/about-us-right-sidebar\/&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 35px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Right Sidebar \/ Content<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 57px;\"><\/div>[vc_single_image image=&#8221;18069&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/pages\/about-us\/about-us-2\/&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 35px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">No Sidebar \/ Full Content<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 6px;\"><\/div>[vc_single_image image=&#8221;29598&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/masonry-shop\/&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 35px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Fullwidth with variable paddings<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 57px;\"><\/div>[vc_single_image image=&#8221;18067&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/pages\/services-quickfinders\/services\/?tsc_options%5Bpage_layout%5D=boxed&amp;tsc_options%5Bbackground%5D=1&amp;tsc_options%5Bmenu_layout%5D=&amp;tsc_options%5Bmenu_style%5D=3&amp;tsc_options%5Btop_area%5D=1&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 35px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Boxed Layout<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 57px;\"><\/div>[vc_single_image image=&#8221;18065&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/pages\/about-us\/about-us\/&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 35px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">100% Width Content<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 57px;\"><\/div>[vc_single_image image=&#8221;18063&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/features\/features-all-widgets\/&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 35px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Left &amp; Right Sidebars<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 6px;\"><\/div>[vc_single_image image=&#8221;29596&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/elements\/contact-forms\/&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 35px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Two Sidebars + Content<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 57px;\"><\/div>[vc_single_image image=&#8221;18095&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/product\/summer-feeling\/&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 35px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Separated Sidebars<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][\/vc_row][vc_row][vc_column]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 82px;\"><\/div>[\/vc_column][\/vc_row][vc_row el_class=&#8221;custom-image&#8221;][vc_column]<div id=\"fullwidth-block-69e25e90c596d\" class=\"fullwidth-block clearfix\"  style=\"\"><script type=\"text\/javascript\">if (typeof(gem_fix_fullwidth_position) == \"function\") { gem_fix_fullwidth_position(document.getElementById(\"fullwidth-block-69e25e90c596d\")); }<\/script><div class=\"fullwidth-block-background\" style=\"background-image: url(https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2019\/07\/2-1.jpg);background-repeat: no-repeat; background-size: cover;background-position: center top;\"><\/div><div class=\"fullwidth-block-inner\"><div class=\"container\"><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 248px;\"><\/div>[vc_single_image image=&#8221;32310&#8243; img_size=&#8221;large&#8221; alignment=&#8221;center&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 39px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center; max-width: 698px; margin: 0 auto;\"><span style=\"color: #3c3950;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore minim veniam quis nostrud!<\/span><\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 45px;\"><\/div><div class=\"gem-button-container gem-button-position-center thegem-button-69e25e90c59c394\" ><a class=\"gem-button gem-button-size-large gem-button-style-outline gem-button-text-weight-normal gem-button-border-3\" style=\"border-radius: 300px;border-color: #393d50;color: #393d50;\" onmouseleave=\"this.style.borderColor='#393d50';this.style.backgroundColor='transparent';this.style.color='#393d50';\" onmouseenter=\"this.style.borderColor='#393d50';this.style.backgroundColor='#393d50';this.style.color='#ffffff';\" href=\"https:\/\/themeforest.net\/checkout\/from_item\/16061685?license=regular\" target=\"_blank\">buy now!<\/a><\/div> <div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 180px;\"><\/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; equal_height=&#8221;yes&#8221; ken_burns_transition_speed=&#8221;15000&#8243; thegem_fix_full_height=&#8221;true&#8221; ken_burns_enabled=&#8221;true&#8221; css=&#8221;.vc_custom_1762956348662{padding-top: 150px !important;padding-bottom: 150px !important;background-image: url(https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2025\/11\/1.webp?id=39553) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":15,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/pages\/39548"}],"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=39548"}],"version-history":[{"count":30,"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/pages\/39548\/revisions"}],"predecessor-version":[{"id":39581,"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/pages\/39548\/revisions\/39581"}],"up":[{"embeddable":true,"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/pages\/15"}],"wp:attachment":[{"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/media?parent=39548"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}