CINXE.COM
Themes get PHP Overhaul and Vulnerability Patch | Press Customizr
<!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" lang="en-US"> <![endif]--> <!--[if IE 8]> <html class="ie ie8" lang="en-US"> <![endif]--> <!--[if !(IE 7) | !(IE 8) ]><!--> <html lang="en-US" class="no-js"> <!--<![endif]--> <head><meta charset="UTF-8" /><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.v="1.2.5.1",this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],this.interceptedClickListeners=[],this._interceptClickListeners(this),window.addEventListener("pageshow",e=>{this.persisted=e.persisted,this.everythingLoaded&&this._triggerLastFunctions()}),document.addEventListener("DOMContentLoaded",()=>{this._preconnect3rdParties()}),this.delayedScripts={normal:[],async:[],defer:[]},this.trash=[],this.allJQueries=[]}_addUserInteractionListener(e){if(document.hidden){e._triggerListener();return}this.triggerEvents.forEach(t=>window.addEventListener(t,e.userEventHandler,{passive:!0})),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler)}_removeUserInteractionListener(){this.triggerEvents.forEach(e=>window.removeEventListener(e,this.userEventHandler,{passive:!0})),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!0),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"),this._pendingClickStarted())}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this._pendingClickFinished()}_onTouchEnd(){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._disableOtherEventListeners(e.target,!1),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),this._pendingClickFinished()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach(e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))})}_interceptClickListeners(e){EventTarget.prototype.addEventListenerBase=EventTarget.prototype.addEventListener,EventTarget.prototype.addEventListener=function(t,i,r){"click"!==t||e.windowLoaded||i===e.clickHandler||e.interceptedClickListeners.push({target:this,func:i,options:r}),(this||window).addEventListenerBase(t,i,r)}}_disableOtherEventListeners(e,t){this.interceptedClickListeners.forEach(i=>{i.target===e&&(t?e.removeEventListener("click",i.func,i.options):e.addEventListener("click",i.func,i.options))}),e.parentNode!==document.documentElement&&this._disableOtherEventListeners(e.parentNode,t)}_waitForPendingClicks(){return new Promise(e=>{this._isClickPending?this._pendingClickFinished=e:e()})}_pendingClickStarted(){this._isClickPending=!0}_pendingClickFinished(){this._isClickPending=!1}_renameDOMAttribute(e,t,i){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(i,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript][data-rocket-src]").forEach(t=>{let i=t.getAttribute("data-rocket-src");if(i&&0!==i.indexOf("data:")){0===i.indexOf("//")&&(i=location.protocol+i);try{let r=new URL(i).origin;r!==location.origin&&e.push({src:r,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}catch(n){}}}),e=[...new Map(e.map(e=>[JSON.stringify(e),e])).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(this),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._pendingWebpackRequests(this),await this._triggerWindowLoad()}catch(e){console.error(e)}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this.everythingLoaded=!0,this._waitForPendingClicks().then(()=>{this._replayClicks()}),this._emptyTrash()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach(e=>{e.hasAttribute("data-rocket-src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)})}async _transformScript(e){if(await this._littleBreath(),!0===e.noModule&&"noModule"in HTMLScriptElement.prototype){e.setAttribute("data-rocket-status","skipped");return}return new Promise(t=>{let i;function r(){(i||e).setAttribute("data-rocket-status","executed"),t()}try{if(navigator.userAgent.indexOf("Firefox/")>0||""===navigator.vendor)i=document.createElement("script"),[...e.attributes].forEach(e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),"data-rocket-src"===t&&(t="src"),i.setAttribute(t,e.nodeValue))}),e.text&&(i.text=e.text),i.hasAttribute("src")?(i.addEventListener("load",r),i.addEventListener("error",function(){i.setAttribute("data-rocket-status","failed"),t()}),setTimeout(()=>{i.isConnected||t()},1)):(i.text=e.text,r()),e.parentNode.replaceChild(i,e);else{let n=e.getAttribute("data-rocket-type"),s=e.getAttribute("data-rocket-src");n?(e.type=n,e.removeAttribute("data-rocket-type")):e.removeAttribute("type"),e.addEventListener("load",r),e.addEventListener("error",function(){e.setAttribute("data-rocket-status","failed"),t()}),s?(e.removeAttribute("data-rocket-src"),e.src=s):e.src="data:text/javascript;base64,"+window.btoa(unescape(encodeURIComponent(e.text)))}}catch(a){e.setAttribute("data-rocket-status","failed"),t()}})}async _loadScriptsFromList(e){let t=e.shift();return t&&t.isConnected?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var i=document.createDocumentFragment();e.forEach(e=>{let r=e.getAttribute&&e.getAttribute("data-rocket-src")||e.src;if(r){let n=document.createElement("link");n.href=r,n.rel=t,"preconnect"!==t&&(n.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(n.crossOrigin=!0),e.crossOrigin&&(n.crossOrigin=e.crossOrigin),e.integrity&&(n.integrity=e.integrity),i.appendChild(n),this.trash.push(n)}}),document.head.appendChild(i)}_delayEventListeners(e){let t={};function i(i,r){return t[r].eventsToRewrite.indexOf(i)>=0&&!e.everythingLoaded?"rocket-"+i:i}function r(e,r){var n;!t[n=e]&&(t[n]={originalFunctions:{add:n.addEventListener,remove:n.removeEventListener},eventsToRewrite:[]},n.addEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.add.apply(n,arguments)},n.removeEventListener=function(){arguments[0]=i(arguments[0],n),t[n].originalFunctions.remove.apply(n,arguments)}),t[e].eventsToRewrite.push(r)}function n(t,i){let r=t[i];t[i]=null,Object.defineProperty(t,i,{get:()=>r||function(){},set(n){e.everythingLoaded?r=n:t["rocket"+i]=r=n}})}r(document,"DOMContentLoaded"),r(window,"DOMContentLoaded"),r(window,"load"),r(window,"pageshow"),r(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t;function i(t){return e.everythingLoaded?t:t.split(" ").map(e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e).join(" ")}function r(r){if(r&&r.fn&&!e.allJQueries.includes(r)){r.fn.ready=r.fn.init.prototype.ready=function(t){return e.domReadyFired?t.bind(document)(r):document.addEventListener("rocket-DOMContentLoaded",()=>t.bind(document)(r)),r([])};let n=r.fn.on;r.fn.on=r.fn.init.prototype.on=function(){return this[0]===window&&("string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=i(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach(e=>{let t=arguments[0][e];delete arguments[0][e],arguments[0][i(e)]=t})),n.apply(this,arguments),this},e.allJQueries.push(r)}t=r}r(window.jQuery),Object.defineProperty(window,"jQuery",{get:()=>t,set(e){r(e)}})}async _pendingWebpackRequests(e){let t=document.querySelector("script[data-webpack]");async function i(){return new Promise(e=>{t.addEventListener("load",e),t.addEventListener("error",e)})}t&&(await i(),await e._requestAnimFrame(),await e._pendingWebpackRequests(e))}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded"))}async _triggerWindowLoad(){await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange(),await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach(e=>e(window).trigger("rocket-jquery-load")),await this._littleBreath();let e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted}),this.windowLoaded=!0}_triggerLastFunctions(){document.onreadystatechange&&document.onreadystatechange(),window.onload&&window.onload(),window.onpageshow&&window.onpageshow({persisted:this.persisted})}_handleDocumentWrite(){let e=new Map;document.write=document.writeln=function(t){let i=document.currentScript;i||console.error("WPRocket unable to document.write this: "+t);let r=document.createRange(),n=i.parentElement,s=e.get(i);void 0===s&&(s=i.nextSibling,e.set(i,s));let a=document.createDocumentFragment();r.setStart(a,0),a.appendChild(r.createContextualFragment(t)),n.insertBefore(a,s)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise(e=>setTimeout(e)):new Promise(e=>requestAnimationFrame(e))}_emptyTrash(){this.trash.forEach(e=>e.remove())}static run(){let e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script> <meta http-equiv="X-UA-Compatible" content="IE=EDGE" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="profile" href="https://gmpg.org/xfn/11" /> <link rel="pingback" href="https://presscustomizr.com/xmlrpc.php" /> <script type="rocketlazyloadscript">(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script> <title>Themes get PHP Overhaul and Vulnerability Patch | Press Customizr</title><link rel="preload" href="https://presscustomizr.com/wp-content/uploads/2018/12/Press-Customizr_H-55px_Plan-de-travail-1.svg" as="image" /><link rel="preload" href="https://presscustomizr.com/wp-content/themes/customizr-pro/assets/front/img/thumb-standard-empty.png" as="image" /><link rel="preload" href="https://presscustomizr.com/wp-content/uploads/2017/09/Silver-iphone-customizr-2.jpg" as="image" /><style id="perfmatters-used-css">:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none;}:where(.wp-block-columns){margin-bottom:1.75em;}:where(.wp-block-columns.has-background){padding:1.25em 2.375em;}:where(.wp-block-post-comments input[type=submit]){border:none;}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff;}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000;}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%;}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px;}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px;}.wp-block-embed{overflow-wrap:break-word;}.wp-block-embed figcaption{margin-bottom:1em;margin-top:.5em;}.wp-block-embed iframe{max-width:100%;}.wp-block-embed__wrapper{position:relative;}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%;}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%;}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%;}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%;}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%;}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%;}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%;}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%;}:where(.wp-block-file){margin-bottom:1.5em;}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em;}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none;}@keyframes turn-on-visibility{0%{opacity:0;}to{opacity:1;}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible;}99%{opacity:0;visibility:visible;}to{opacity:0;visibility:hidden;}}@keyframes lightbox-zoom-in{0%{transform:translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) / 2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));}to{transform:translate(-50%,-50%) scale(1);}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible;}99%{visibility:visible;}to{transform:translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) / 2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden;}}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1;}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8;}ol,ul{box-sizing:border-box;}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em;}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em;}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em);}to{opacity:1;transform:translateY(0);}}:where(p.has-text-color:not(.has-link-color)) a{color:inherit;}:where(.wp-block-post-excerpt){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap);}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em;}:where(.wp-block-pullquote){margin:0 0 1em;}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px;}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px;}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px;}:where(.wp-block-term-description){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap);}:where(pre.wp-block-verse){font-family:inherit;}.editor-styles-wrapper,.entry-content{counter-reset:footnotes;}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super;}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0;}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px;}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important;}.screen-reader-text:focus{background-color:#ddd;clip:auto !important;-webkit-clip-path:none;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000;}html :where(.has-border-color){border-style:solid;}html :where([style*=border-top-color]){border-top-style:solid;}html :where([style*=border-right-color]){border-right-style:solid;}html :where([style*=border-bottom-color]){border-bottom-style:solid;}html :where([style*=border-left-color]){border-left-style:solid;}html :where([style*=border-width]){border-style:solid;}html :where([style*=border-top-width]){border-top-style:solid;}html :where([style*=border-right-width]){border-right-style:solid;}html :where([style*=border-bottom-width]){border-bottom-style:solid;}html :where([style*=border-left-width]){border-left-style:solid;}html :where(img[class*=wp-image-]){height:auto;max-width:100%;}:where(figure){margin:0 0 1em;}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px);}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px;}}:root{--edd-blocks-light-grey:#eee;}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important;}@keyframes edd-icon-spin{0%{transform:rotate(0deg);}to{transform:rotate(359deg);}}@keyframes edd-spinning{0%{transform:rotate(0deg);}to{transform:rotate(1turn);}}*,*::before,*::after{box-sizing:border-box;}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent;}@-ms-viewport{width:device-width;}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block;}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff;}[tabindex="-1"]:focus{outline:0 !important;}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;}p{margin-top:0;margin-bottom:1rem;}ol,ul,dl{margin-top:0;margin-bottom:1rem;}ol ol,ul ul,ol ul,ul ol{margin-bottom:0;}b,strong{font-weight:bolder;}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects;}a:hover{color:#0056b3;text-decoration:underline;}a:not([href]):not([tabindex]){color:inherit;text-decoration:none;}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none;}a:not([href]):not([tabindex]):focus{outline:0;}figure{margin:0 0 1rem;}img{vertical-align:middle;border-style:none;}svg:not(:root){overflow:hidden;}label{display:inline-block;margin-bottom:.5rem;}button{border-radius:0;}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}button,input{overflow:visible;}button,select{text-transform:none;}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none;}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0;}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}[type="search"]{outline-offset:-2px;-webkit-appearance:none;}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button;}[hidden]{display:none !important;}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}@media (min-width:576px){.container{max-width:540px;}}@media (min-width:768px){.container{max-width:720px;}}@media (min-width:992px){.container{max-width:960px;}}@media (min-width:1200px){.container{max-width:1140px;}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;}.col{-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none;}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}@media (min-width:576px){.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none;}}@media (min-width:768px){.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13;}}@media (min-width:992px){.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none;}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;}.clearfix::after{display:block;clear:both;content:"";}.d-none{display:none !important;}.d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;}@media (min-width:992px){.d-lg-none{display:none !important;}.d-lg-block{display:block !important;}}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;}.flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}.justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important;}.justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important;}.align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;}.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;}.flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}}@media print{*,*::before,*::after{text-shadow:none !important;box-shadow:none !important;}a:not(.btn){text-decoration:underline;}tr,img{page-break-inside:avoid;}p,h2,h3{orphans:3;widows:3;}h2,h3{page-break-after:avoid;}@page{size:a3;}body{min-width:992px !important;}.container{min-width:992px !important;}}body{font-family:"Source Sans Pro",Arial,sans-serif;line-height:1.55;font-size:.9375em;color:#333;}h1{font-size:2.48832em;}h2{font-size:2.0736em;}h3{font-size:1.6em;}h4{font-size:1.44em;}h5{font-size:1.2em;}h1,h2,h3,h4,h5,h6{font-weight:400;color:#303133;line-height:1.25em;}h1,h2,h3,h4,h5,h6,p{margin-top:1.25em;}li p{margin-top:0;}.small,.tabs .nav-link,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,label,input[type=number],form.czr-form.search-form button[type=submit],.grid-container__alternate .entry-footer,.grid-container__classic .tc-content,.grid-container__plain .post-info,.grid-container__plain .author-info,.grid-container__plain .post-tags,.grid-container__square-mini .czr-related-post,.grid-container__square-mini .entry-header,.grid-container__square-mini blockquote,.entry-header .tax__container,.entry-header .post-info,.page__header .header-content .post-info,.post-section-title,.post-author .post-author__wrapper .post-author-title,.post-author__wrapper figure figcaption .action-link,.post-author__wrapper figure figcaption .comment-reply-link,.pagination.post-pagination,.comment-meta time,#cancel-comment-reply-link,.comment-respond .comment-notes,.comment-respond .logged-in-as,.wp-caption-text,.wp-block-image figcaption,.widget_calendar thead tr,.widget_calendar caption,.widget_calendar tfoot,.colophon__row .footer__credits,.woocommerce .woocommerce-message,.woocommerce .woocommerce-error-list,.woocommerce .woocommerce-info,small{font-size:.833333em;}.demi-small,.nav__menu,table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) th,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th,.woocommerce table.shop_table th,table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) td,#add_payment_method .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce table.shop_table td,.page-breadcrumbs,.post-navigation .page-numbers,.post-navigation a,.sidebar{font-size:.95em;}.semi-bold,.btn-more,.btn-small,.btn-edit,a.external,.tax__container a,.czr-overlay .overlay-content .nav__container nav,.entry-footer .post-info a,.grid-container__plain .author-info .author-meta a,.archive-header .header-bottom a,.entry-header .header-bottom a,.page__header .header-content .post-info,.comment-author a,.comment-link,.footer__wrapper h5{font-weight:500;}.bold,.nav__menu,.dropdown-menu.czr-dropdown-menu .nav__link,.btn-large,blockquote,.entry-link,.grid-container__classic .format-link .tc-grid-caption .entry-summary,.post-author .post-author__wrapper .post-author-title,.action-link,.comment-reply-link,#cancel-comment-reply-link,.pingback-list li.pingback .excerpt,.pingback-list li.pingback sup,.widget_recent_comments li,.widget_calendar caption,.widget_calendar tfoot{font-weight:600;}.thick,label,.woocommerce .woocommerce-message,.woocommerce .woocommerce-error-list,.woocommerce .woocommerce-info,strong{font-weight:700;}.service-font,.btn,button[type="submit"],input[type=submit],.woocommerce button.button[type=submit],.woocommerce #respond input#submit,.woocommerce input#submit,.woocommerce input.button,.woocommerce a.button,.woocommerce .button.add_to_cart_button,.woocommerce input#submit.alt.disabled,.woocommerce input.button.alt.disabled,.woocommerce button.button.alt.disabled,.woocommerce a.button.alt.disabled,.woocommerce input#submit.alt,.woocommerce input.button.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.tax__container a,.tagcloud a,.tag__link,.entry-header .post-info,.entry-footer,.archive-header .header-bottom,.entry-header .header-bottom,.comment-meta time,.widget_calendar thead tr{font-family:sans-serif;letter-spacing:1px;}.caps,.nav__menu,button[type="submit"],input[type=submit],.btn-more,.btn-large,table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) th,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th,.woocommerce table.shop_table th,.tax__container a,form.czr-form label,.czr-overlay .overlay-content .nav__container nav,.post-section-title,.post-navigation .page-numbers,.post-navigation a,.post-author__wrapper figure figcaption .action-link,.post-author__wrapper figure figcaption .comment-reply-link,.action-link,.comment-reply-link,#cancel-comment-reply-link,.sidebar .widget-title,.widget_categories li,.widget_calendar caption,.widget_calendar tfoot{text-transform:uppercase;}.letter-spacing-1,.nav__menu,.grid-container__classic .tc-grid-caption .tc-g-cont blockquote,.page__header .header-content .post-info,.widget_categories li,.widget_calendar caption,.widget_calendar tfoot,.colophon__row .footer__credits{letter-spacing:1px;}.letter-spacing-2,table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) th,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th,.woocommerce table.shop_table th,.tax__container a,label,.czr-overlay .overlay-content .nav__container nav,.post-section-title,.post-navigation .page-numbers,.post-navigation a,.action-link,.comment-reply-link,.pingback-list li.pingback sup,.sidebar .widget-title,.woocommerce .woocommerce-message,.woocommerce .woocommerce-error-list,.woocommerce .woocommerce-info{letter-spacing:2px;}.text-left{text-align:left !important;}.text-right{text-align:right !important;}.text-center{text-align:center !important;}@font-face{font-display:swap;font-family:"customizr";src:url("https://presscustomizr.com/wp-content/cache/min/1/wp-content/themes/customizr-pro/assets/front/css/../../../../../../../../../themes/customizr-pro/assets/shared/fonts/customizr/customizr.eot?12839698");src:url("https://presscustomizr.com/wp-content/cache/min/1/wp-content/themes/customizr-pro/assets/front/css/../../../../../../../../../themes/customizr-pro/assets/shared/fonts/customizr/customizr.eot?12839698#iefix") format("embedded-opentype"),url("https://presscustomizr.com/wp-content/cache/min/1/wp-content/themes/customizr-pro/assets/front/css/../../../../../../../../../themes/customizr-pro/assets/shared/fonts/customizr/customizr.woff2?128396981") format("woff2"),url("https://presscustomizr.com/wp-content/cache/min/1/wp-content/themes/customizr-pro/assets/front/css/../../../../../../../../../themes/customizr-pro/assets/shared/fonts/customizr/customizr.woff?12839698") format("woff"),url("https://presscustomizr.com/wp-content/cache/min/1/wp-content/themes/customizr-pro/assets/front/css/../../../../../../../../../themes/customizr-pro/assets/shared/fonts/customizr/customizr.ttf?12839698") format("truetype"),url("https://presscustomizr.com/wp-content/cache/min/1/wp-content/themes/customizr-pro/assets/front/css/../../../../../../../../../themes/customizr-pro/assets/shared/fonts/customizr/customizr.svg?12839698#customizr") format("svg");font-weight:400;font-style:normal;}[class^="icn-"]:before,[class*=" icn-"]:before{content:"";font-family:"customizr";font-style:normal;font-weight:400;speak:none;vertical-align:middle;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.icn-search:before{content:"";}.icn-grid-empty:before{content:"";}.icn-up-small:before{content:"";}.icn-left-open-big:before{content:"";}.icn-right-open-big:before{content:"";}.icn-expand:before{content:"";}.display-flex,.branding__container,.branding__container .branding,.branding__container .mobile-utils__wrapper,.nav__utils,.nav__utils li,.topbar-contact__info,.topbar-nav__container,.topbar-nav__menu-wrapper,.czr-cover-sections>section,.grid-container__square-mini .grid__item,.post-navigation .meta-nav{display:-webkit-box;display:-ms-flexbox;display:flex;}.inline-list-nospace,.inline-list,.czr-contact-info,.socials,.tags{list-style:none;}.inline-list-nospace li,.inline-list li,.czr-contact-info li,.socials li,.tags li{display:inline-block;}.inline-list-nospace li:before,.inline-list li:before,.czr-contact-info li:before,.socials li:before,.tags li:before{content:none;}[class*=czr__r-w]{position:relative;display:block;padding:0;overflow:hidden;}[class*=czr__r-w]::before{display:block;content:"";}[class*=czr__r-w] .czr__r-i{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;}.czr__r-w1by1::before{padding-top:100%;}.screen-reader-text,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.screen-reader-text:active,.screen-reader-text:focus,.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;white-space:nowrap;}.screen-reader-text.skip-link{background-color:#f1f1f1;box-shadow:0 0 2px 2px rgba(0,0,0,.6);color:#21759b;font-weight:700;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;height:auto;width:auto;}.screen-reader-text.skip-link:focus{position:absolute;z-index:100000;}.czr-collapse{display:none;}body,html{padding:0;margin:0;-webkit-font-smoothing:antialiased;}body{text-align:inherit;}.wp-caption,img{max-width:100%;height:auto;}a{transition:color .3s ease;}a{text-decoration:none;color:#5a5a5a;}a:hover,a:active,a.current-active{text-decoration:none;outline:none;}a:hover,a:focus,a:active,a.active{color:#3b3b3b;}a:focus{outline-offset:-1px;}a img{border:none;}h1,h2,h3,h4,h5,h6{text-rendering:optimizelegibility;}ul,ol{list-style:none;}ul li,ol li{line-height:1.55em;}ul,ol{margin:0;padding:0;}strong{font-weight:700;}figure{text-align:center;}figcaption{text-align:center;}::-moz-selection{text-shadow:none;background:#5a5a5a;color:#fff;}::selection{text-shadow:none;background:#5a5a5a;color:#fff;}img::selection{background:transparent;}img::-moz-selection{background:transparent;}.alignleft{float:left;margin:.375em 1.75em 1.75em 0;}p{word-wrap:break-word;}.clearfix{}.clearfix:before,.clearfix:after{content:"";display:table;}.clearfix:after{clear:both;}.header-skin-light .ham__toggler-span-wrapper .line{background:#313131;}.header-skin-light .tc-header .socials a,.header-skin-light .tc-header .socials a:focus,.header-skin-light .tc-header .socials a:active{color:#313131;}.header-skin-light .tc-header .socials a:hover{color:rgba(49,49,49,.7);}.header-skin-light #tc-sn .tc-sn-inner,.header-skin-light .tc-header{color:#313131;background:#fff;}.header-skin-light .tc-header{border-bottom-color:rgba(49,49,49,.09);}.header-skin-light .header-contact__info a,.header-skin-light .header-contact__info a:focus,.header-skin-light .header-contact__info a:active,.header-skin-light .nav__utils a,.header-skin-light .nav__utils a:focus,.header-skin-light .nav__utils a:active{color:#313131;}.header-skin-light .header-contact__info a:hover,.header-skin-light .nav__utils a:hover{color:rgba(49,49,49,.7);}.header-skin-light .nav__utils .ham-toggler-menu.czr-collapsed:hover .line{background-color:rgba(49,49,49,.7);}.header-skin-light [class*=nav__menu] .nav__link,.header-skin-light [class*=nav__menu] .nav__link-wrapper .caret__dropdown-toggler{color:#313131;}.header-skin-light [class*=nav__menu] .nav__title::before{background-color:#313131;}.header-skin-light [class*=nav__menu] .nav__link:hover,.header-skin-light [class*=nav__menu] .nav__link-wrapper .caret__dropdown-toggler:hover,.header-skin-light [class*=nav__menu] .show:not(.dropdown-item)>.nav__link,.header-skin-light [class*=nav__menu] .show:not(.dropdown-item)>.nav__link-wrapper .nav__link{color:#777;}.header-skin-light .vertical-nav>li:not(:last-of-type),.header-skin-light .mobile-nav__container,.header-skin-light .header-search__container,.header-skin-light .mobile-nav__nav{border-color:rgba(49,49,49,.075);}.header-skin-light .tc-header .czr-form label,.header-skin-light .czr-overlay .czr-form label{color:#313131;}.header-skin-light .tc-header .czr-form input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']),.header-skin-light .tc-header .czr-form textarea,.header-skin-light .tc-header .czr-form .form-control,.header-skin-light .czr-overlay .czr-form input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']),.header-skin-light .czr-overlay .czr-form textarea,.header-skin-light .czr-overlay .czr-form .form-control{color:#313131;border-color:#313131;}.tc-header:not(.header-transparent){box-shadow:0 2px 2px rgba(102,102,102,.08);}.vertical-nav>li:not(:last-of-type),.tc-header,.topbar-navbar__wrapper,.mobile-nav__container,.mobile-nav__nav,.header-search__container{border-bottom:1px solid;}.mobile-nav__nav{border-top:1px solid;backface-visibility:hidden;}.primary-navbar__wrapper,.topbar-navbar__wrapper,.mobile-navbar__wrapper,.mobile-navbar__row,.mobile-nav__container,.mobile-nav__nav{background:inherit;}.branding a:focus{outline:thin dotted;outline:-webkit-focus-ring-color auto 5px;}.czr-link-hover-underline [class*=nav__menu] .nav__title{position:relative;}.czr-link-hover-underline [class*=nav__menu] .nav__title:before{content:"";position:absolute;width:100%;height:2px;bottom:1px;left:0;visibility:hidden;-webkit-transform:translate3d(0,0,0) scaleX(0);transform:translate3d(0,0,0) scaleX(0);transition:all .3s ease 0s;}.czr-link-hover-underline [class*=nav__menu] .nav__title:hover::before{visibility:visible;-webkit-transform:translate3d(0,0,0) scaleX(1);transform:translate3d(0,0,0) scaleX(1);}.nav__menu .menu-item{margin:0 6.25px;padding:0;}.nav__menu .menu-item .nav__link{overflow:hidden;padding:0 6.25px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.nav__menu .menu-item .nav__link .nav__title{padding:10px 0 5px 0;margin-bottom:5px;}.nav li:not(.mini_cart_item) a:focus,.nav li:not(.mini_cart_item) a:hover{background:transparent !important;}.regular-nav.nav__menu{margin:0 -12.5px;}.utils_links,.ham-toggler-menu,.woocart.cart-contents,.search-toggle_btn{padding:1.25em 15px;-ms-flex-item-align:center;align-self:center;display:block;height:auto;position:relative;}@media (max-width:767px){.mobile-navbar__wrapper .utils_links,.mobile-navbar__wrapper .ham-toggler-menu,.mobile-navbar__wrapper .woocart.cart-contents,.mobile-navbar__wrapper .search-toggle_btn{padding:1.25em 10px;}}.ham-toggler-menu{-webkit-appearance:none;background:transparent;border:none;cursor:pointer;}.ham__toggler-span-wrapper{height:12px;position:relative;width:20px;display:block;}.ham__toggler-span-wrapper .line{display:block;width:20px;height:1.4px;position:absolute;-webkit-border-radius:5px;-webkit-background-clip:padding-box;-moz-border-radius:5px;-moz-background-clip:padding;border-radius:5px;background-clip:padding-box;transition:all ease .35s;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.ham__toggler-span-wrapper .line.line-1{top:0;}.ham__toggler-span-wrapper .line.line-2{top:50%;}.ham__toggler-span-wrapper .line.line-3{top:100%;}.ham-toggler-menu:hover .line{-webkit-transform:translate(-3px,0);transform:translate(-3px,0);width:26px;}.ham-toggler-menu:not(.czr-collapsed) .line-1{-webkit-transform:translate(-3px,6px) rotate(45deg);transform:translate(-3px,6px) rotate(45deg);width:28px;}.ham-toggler-menu:not(.czr-collapsed) .line-2{opacity:0;}.ham-toggler-menu:not(.czr-collapsed) .line-3{-webkit-transform:translate(-3px,-6px) rotate(-45deg);transform:translate(-3px,-6px) rotate(-45deg);width:28px;}.czr-search-expand{display:none;background:#fff;position:absolute;z-index:100;top:49px;width:340px;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.1);box-shadow:0 1px 0 rgba(255,255,255,.1);}.czr-search-expand .czr-search-expand-inner{border:1px solid #eee;box-shadow:0 0 5px rgba(0,0,0,.2),0 1px 0 rgba(255,255,255,.15);transition:-webkit-transform .35s ease-in-out,height .25s ease-in-out,background-color .45s ease-in-out;transition:transform .35s ease-in-out,height .25s ease-in-out,background-color .45s ease-in-out;padding:15px;}.czr-search-expand .czr-search-expand-inner .form-group{margin:0;}.czr-search-expand .czr-search-expand-inner .form-group .czr-search-field{outline:none !important;color:#313131 !important;border-color:#313131 !important;}@media (max-width:992px){.czr-search-expand{display:none !important;}}.vertical-nav.mobile-nav__menu{margin:0 -12.5px;}.primary-navbar__wrapper .branding__container.col{max-width:85%;width:auto;}.primary-navbar__wrapper.has-horizontal-menu .branding__container{max-width:33%;}.mobile-navbar__wrapper .branding__container{position:static;}.branding{padding-top:.425em;padding-bottom:.425em;overflow:hidden;}.branding .col-auto{max-width:100%;padding-right:0;padding-left:0;flex-shrink:1;}.branding .navbar-brand{font-size:2.4em;line-height:1.5em;margin:0;vertical-align:middle;display:inline-block;padding-top:.25rem;padding-bottom:.25rem;white-space:nowrap;max-width:100%;height:auto;color:#313131;}.navbar-brand img{width:auto;max-width:100%;}.branding__container .branding,.branding__container .mobile-utils__wrapper{flex-shrink:1;}.mobile-utils__wrapper .header-search__container{display:block;border-bottom:none;margin:37.5px auto;}.nav__utils{flex-shrink:0;padding:0;max-width:100%;}@media (max-width:767px){.mobile-navbar__wrapper .nav__utils .utils{margin-right:-10px;margin-left:-10px;}}.header-search__container{margin:37.5px 0 18.75px 0;}.header-search__container .czr-form .form-group{margin:12.5px 0 18.75px 0;padding-bottom:1.25em;}.mobile-nav__container{padding:0;}.primary-navbar__wrapper{-ms-flex-wrap:nowrap;flex-wrap:nowrap;}.primary-navbar__wrapper .branding__container,.primary-navbar__wrapper .primary-nav__utils li,.primary-navbar__wrapper .primary-nav__wrapper,.primary-navbar__wrapper .primary-nav__menu-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;}.primary-navbar__wrapper .primary-nav__wrapper{margin:0 -15px;}.primary-navbar__wrapper .primary-nav__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}.primary-navbar__wrapper .primary-nav__menu-wrapper{width:100%;}.primary-navbar__wrapper .primary-nav__nav{flex-shrink:1;-ms-flex-preferred-size:auto;flex-basis:auto;}.primary-navbar__wrapper .col{max-width:100%;}[class*=logo_right] .mobile-navbar__row,[class*=logo_right] .primary-navbar__row,[class*=logo_right] .branding__container,[class*=logo_right] .branding__container .flex-row,[class*=logo_right] .primary-nav__wrapper,[class*=logo_right] .nav__utils .utils{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}[class*=logo_right] .branding__container .branding-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;}.tc-header{position:relative;z-index:100;}.mobile-sticky,.desktop-sticky{box-shadow:0 0 5px rgba(0,0,0,.2),0 1px 0 rgba(255,255,255,.15);transition:-webkit-transform .35s ease-in-out,height .25s ease-in-out,background-color .45s ease-in-out;transition:transform .35s ease-in-out,height .25s ease-in-out,background-color .45s ease-in-out;}.mobile-sticky .mobile-nav__nav{position:absolute;width:100%;box-shadow:0 6px 8px 0 rgba(120,120,120,.9);}.mobile-sticky .mobile-nav__nav .mobile-nav__inner{max-height:90vh;overflow:auto;}.sticky-brand-shrink-on .desktop-sticky .navbar-brand img,.sticky-brand-shrink-on .desktop-sticky .navbar-brand,.sticky-brand-shrink-on .desktop-sticky .header-tagline{transition:all .35s;}.mobile-navbar__wrapper .branding{padding-top:4px;padding-bottom:4px;}.mobile-navbar__wrapper .branding .navbar-brand{font-size:1.5em;}.mobile-navbar__wrapper .navbar-brand-sitelogo img{max-height:36px !important;transition:all .35s ease-in-out;}.mobile-navbar__wrapper .mobile-nav__inner{margin-bottom:20px;}@media (min-width:768px){.mobile-navbar__wrapper .branding{padding-top:5px;padding-bottom:5px;}.mobile-navbar__wrapper .navbar-brand-sitelogo img{max-height:45px !important;max-width:100%;}}.tc-thumbnail img{width:100%;}[class*=grid-container__] .czr-carousel,[class*=grid-container__] .carousel-inner{height:100%;}.czr-contact-info,.socials{margin:0 -6.5px;}.czr-contact-info li,.socials li{padding:0 6.5px;}.czr-contact-info a,.socials a{display:block;}.btn,button[type="submit"],input[type=submit],.woocommerce button.button[type=submit],.woocommerce #respond input#submit,.woocommerce input#submit,.woocommerce input.button,.woocommerce a.button,.woocommerce .button.add_to_cart_button,.woocommerce input#submit.alt.disabled,.woocommerce input.button.alt.disabled,.woocommerce button.button.alt.disabled,.woocommerce a.button.alt.disabled,.woocommerce input#submit.alt,.woocommerce input.button.alt,.woocommerce a.button.alt,.woocommerce button.button.alt{display:inline-block;font-weight:400;line-height:1.25;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid transparent;padding:.5em 1em;border-radius:2px;border-width:2px;border-style:solid;font-size:1em;cursor:pointer;text-decoration:none;transition:all .2s ease-in-out;}.btn:focus,button:focus[type="submit"],input:focus[type=submit],.woocommerce button.button:focus[type=submit],.woocommerce #respond input#submit:focus,.woocommerce input#submit:focus,.woocommerce input.button:focus,.woocommerce a.button:focus,.woocommerce .button.add_to_cart_button:focus,.woocommerce button.button.alt:focus,.btn:hover,button:hover[type="submit"],input:hover[type=submit],.woocommerce button.button:hover[type=submit],.woocommerce #respond input#submit:hover,.woocommerce input#submit:hover,.woocommerce input.button:hover,.woocommerce a.button:hover,.woocommerce .button.add_to_cart_button:hover,.woocommerce button.button.alt:hover{text-decoration:none;}.btn:focus,button:focus[type="submit"],input:focus[type=submit],.woocommerce button.button:focus[type=submit],.woocommerce #respond input#submit:focus,.woocommerce input#submit:focus,.woocommerce input.button:focus,.woocommerce a.button:focus,.woocommerce .button.add_to_cart_button:focus,.woocommerce button.button.alt:focus,.focus.btn,button.focus[type="submit"],input.focus[type=submit],.woocommerce button.focus.button[type=submit],.woocommerce #respond input.focus#submit,.woocommerce input.focus#submit,.woocommerce input.focus.button,.woocommerce a.focus.button,.woocommerce .focus.button.add_to_cart_button,.woocommerce button.focus.button.alt{outline:0;box-shadow:0 0 0 2px rgba(2,117,216,.25);}.disabled.btn,button.disabled[type="submit"],input.disabled[type=submit],.woocommerce button.disabled.button[type=submit],.woocommerce #respond input.disabled#submit,.woocommerce input.disabled#submit,.woocommerce input.disabled.button,.woocommerce a.disabled.button,.woocommerce .disabled.button.add_to_cart_button,.woocommerce input.disabled#submit.alt,.woocommerce input.disabled.button.alt,.woocommerce button.disabled.button.alt,.woocommerce a.disabled.button.alt,.btn:disabled,button:disabled[type="submit"],input:disabled[type=submit],.woocommerce button.button:disabled[type=submit],.woocommerce #respond input#submit:disabled,.woocommerce input#submit:disabled,.woocommerce input.button:disabled,.woocommerce a.button:disabled,.woocommerce .button.add_to_cart_button:disabled,.woocommerce button.button.alt:disabled{cursor:not-allowed;opacity:.65;box-shadow:none;}.btn:active,button:active[type="submit"],input:active[type=submit],.woocommerce button.button:active[type=submit],.woocommerce #respond input#submit:active,.woocommerce input#submit:active,.woocommerce input.button:active,.woocommerce a.button:active,.woocommerce .button.add_to_cart_button:active,.woocommerce button.button.alt:active,.active.btn,button.active[type="submit"],input.active[type=submit],.woocommerce button.active.button[type=submit],.woocommerce #respond input.active#submit,.woocommerce input.active#submit,.woocommerce input.active.button,.woocommerce a.active.button,.woocommerce .active.button.add_to_cart_button,.woocommerce button.active.button.alt{background-image:none;box-shadow:0 0 0 2px rgba(2,117,216,.25);}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none;}.btn-skin-dark,button[type="submit"],input[type=submit],.woocommerce input#submit[class*=alt],.woocommerce input.button[class*=alt],.woocommerce a.button[class*=alt],.woocommerce button.button[class*=alt],.woocommerce input#submit.alt.disabled,.woocommerce input.button.alt.disabled,.woocommerce button.button.alt.disabled,.woocommerce a.button.alt.disabled{background-color:#3b3b3b;color:#fff;border-color:#3b3b3b;}.btn-skin-dark:hover,button:hover[type="submit"],input:hover[type=submit],.woocommerce input#submit:hover[class*=alt],.woocommerce input.button:hover[class*=alt],.woocommerce a.button:hover[class*=alt],.woocommerce button.button:hover[class*=alt],.woocommerce input#submit.alt.disabled:hover,.woocommerce input.button.alt.disabled:hover,.woocommerce button.button.alt.disabled:hover,.woocommerce a.button.alt.disabled:hover,.btn-skin-dark:focus,button:focus[type="submit"],input:focus[type=submit],.woocommerce input#submit:focus[class*=alt],.woocommerce input.button:focus[class*=alt],.woocommerce a.button:focus[class*=alt],.woocommerce button.button:focus[class*=alt],.woocommerce input#submit.alt.disabled:focus,.woocommerce input.button.alt.disabled:focus,.woocommerce button.button.alt.disabled:focus,.woocommerce a.button.alt.disabled:focus,.btn-skin-dark:active,button:active[type="submit"],input:active[type=submit],.woocommerce input#submit:active[class*=alt],.woocommerce input.button:active[class*=alt],.woocommerce a.button:active[class*=alt],.woocommerce button.button:active[class*=alt],.woocommerce input#submit.alt.disabled:active,.woocommerce input.button.alt.disabled:active,.woocommerce button.button.alt.disabled:active,.woocommerce a.button.alt.disabled:active{color:#3b3b3b;background-color:transparent;border-color:#3b3b3b;}.btn-skin-dark.inverted,button.inverted[type="submit"],input.inverted[type=submit],.woocommerce input.inverted#submit[class*=alt],.woocommerce input.inverted.button[class*=alt],.woocommerce a.inverted.button[class*=alt],.woocommerce button.inverted.button[class*=alt],.woocommerce input.inverted#submit.alt.disabled,.woocommerce input.inverted.button.alt.disabled,.woocommerce button.inverted.button.alt.disabled,.woocommerce a.inverted.button.alt.disabled{background-color:transparent;color:#3b3b3b;}.btn-skin-dark.inverted:hover,button.inverted:hover[type="submit"],input.inverted:hover[type=submit],.woocommerce input.inverted#submit:hover[class*=alt],.woocommerce input.inverted.button:hover[class*=alt],.woocommerce a.inverted.button:hover[class*=alt],.woocommerce button.inverted.button:hover[class*=alt],.woocommerce input.inverted#submit.alt.disabled:hover,.woocommerce input.inverted.button.alt.disabled:hover,.woocommerce button.inverted.button.alt.disabled:hover,.woocommerce a.inverted.button.alt.disabled:hover,.btn-skin-dark.inverted:focus,button.inverted:focus[type="submit"],input.inverted:focus[type=submit],.woocommerce input.inverted#submit:focus[class*=alt],.woocommerce input.inverted.button:focus[class*=alt],.woocommerce a.inverted.button:focus[class*=alt],.woocommerce button.inverted.button:focus[class*=alt],.woocommerce input.inverted#submit.alt.disabled:focus,.woocommerce input.inverted.button.alt.disabled:focus,.woocommerce button.inverted.button.alt.disabled:focus,.woocommerce a.inverted.button.alt.disabled:focus,.btn-skin-dark.inverted:active,button.inverted:active[type="submit"],input.inverted:active[type=submit],.woocommerce input.inverted#submit:active[class*=alt],.woocommerce input.inverted.button:active[class*=alt],.woocommerce a.inverted.button:active[class*=alt],.woocommerce button.inverted.button:active[class*=alt],.woocommerce input.inverted#submit.alt.disabled:active,.woocommerce input.inverted.button.alt.disabled:active,.woocommerce button.inverted.button.alt.disabled:active,.woocommerce a.inverted.button.alt.disabled:active{color:#fff;background-color:#3b3b3b;}.btn-skin-dark,button[type="submit"],input[type=submit],.woocommerce input#submit[class*=alt],.woocommerce input.button[class*=alt],.woocommerce a.button[class*=alt],.woocommerce button.button[class*=alt],.woocommerce input#submit.alt.disabled,.woocommerce input.button.alt.disabled,.woocommerce button.button.alt.disabled,.woocommerce a.button.alt.disabled{background-color:#3b3b3b;color:#fff;border-color:#3b3b3b;}.btn-skin-dark:hover,button:hover[type="submit"],input:hover[type=submit],.woocommerce input#submit:hover[class*=alt],.woocommerce input.button:hover[class*=alt],.woocommerce a.button:hover[class*=alt],.woocommerce button.button:hover[class*=alt],.woocommerce input#submit.alt.disabled:hover,.woocommerce input.button.alt.disabled:hover,.woocommerce button.button.alt.disabled:hover,.woocommerce a.button.alt.disabled:hover,.btn-skin-dark:focus,button:focus[type="submit"],input:focus[type=submit],.woocommerce input#submit:focus[class*=alt],.woocommerce input.button:focus[class*=alt],.woocommerce a.button:focus[class*=alt],.woocommerce button.button:focus[class*=alt],.woocommerce input#submit.alt.disabled:focus,.woocommerce input.button.alt.disabled:focus,.woocommerce button.button.alt.disabled:focus,.woocommerce a.button.alt.disabled:focus,.btn-skin-dark:active,button:active[type="submit"],input:active[type=submit],.woocommerce input#submit:active[class*=alt],.woocommerce input.button:active[class*=alt],.woocommerce a.button:active[class*=alt],.woocommerce button.button:active[class*=alt],.woocommerce input#submit.alt.disabled:active,.woocommerce input.button.alt.disabled:active,.woocommerce button.button.alt.disabled:active,.woocommerce a.button.alt.disabled:active{color:#3b3b3b;background-color:transparent;border-color:#3b3b3b;}.btn-skin-dark.inverted,button.inverted[type="submit"],input.inverted[type=submit],.woocommerce input.inverted#submit[class*=alt],.woocommerce input.inverted.button[class*=alt],.woocommerce a.inverted.button[class*=alt],.woocommerce button.inverted.button[class*=alt],.woocommerce input.inverted#submit.alt.disabled,.woocommerce input.inverted.button.alt.disabled,.woocommerce button.inverted.button.alt.disabled,.woocommerce a.inverted.button.alt.disabled{background-color:transparent;color:#3b3b3b;}.btn-skin-dark.inverted:hover,button.inverted:hover[type="submit"],input.inverted:hover[type=submit],.woocommerce input.inverted#submit:hover[class*=alt],.woocommerce input.inverted.button:hover[class*=alt],.woocommerce a.inverted.button:hover[class*=alt],.woocommerce button.inverted.button:hover[class*=alt],.woocommerce input.inverted#submit.alt.disabled:hover,.woocommerce input.inverted.button.alt.disabled:hover,.woocommerce button.inverted.button.alt.disabled:hover,.woocommerce a.inverted.button.alt.disabled:hover,.btn-skin-dark.inverted:focus,button.inverted:focus[type="submit"],input.inverted:focus[type=submit],.woocommerce input.inverted#submit:focus[class*=alt],.woocommerce input.inverted.button:focus[class*=alt],.woocommerce a.inverted.button:focus[class*=alt],.woocommerce button.inverted.button:focus[class*=alt],.woocommerce input.inverted#submit.alt.disabled:focus,.woocommerce input.inverted.button.alt.disabled:focus,.woocommerce button.inverted.button.alt.disabled:focus,.woocommerce a.inverted.button.alt.disabled:focus,.btn-skin-dark.inverted:active,button.inverted:active[type="submit"],input.inverted:active[type=submit],.woocommerce input.inverted#submit:active[class*=alt],.woocommerce input.inverted.button:active[class*=alt],.woocommerce a.inverted.button:active[class*=alt],.woocommerce button.inverted.button:active[class*=alt],.woocommerce input.inverted#submit.alt.disabled:active,.woocommerce input.inverted.button.alt.disabled:active,.woocommerce button.inverted.button.alt.disabled:active,.woocommerce a.inverted.button.alt.disabled:active{color:#fff;background-color:#3b3b3b;}.btn-skin-dark-shaded{background-color:rgba(59,59,59,.8);border-color:transparent;color:#fff;}.btn-skin-dark-shaded:hover,.btn-skin-dark-shaded:focus,.btn-skin-dark-shaded:active{background-color:rgba(59,59,59,.2);}.btn-skin-dark-shaded.inverted{background-color:rgba(59,59,59,.2);}.btn-skin-dark-shaded.inverted:hover,.btn-skin-dark-shaded.inverted:focus,.btn-skin-dark-shaded.inverted:active{background-color:rgba(59,59,59,.8);}button[type="submit"],input[type=submit]{cursor:pointer;line-height:inherit;}.tax__container a{position:relative;display:inline-block;vertical-align:middle;}.tax__container a:not(:last-of-type){margin-right:1.5em;}.tax__container a:not(:last-of-type)::after{color:#777;z-index:1;pointer-events:none;position:absolute;top:0;content:"/";right:-1em;}.czr-btta{background-color:rgba(59,59,59,.2);color:#fff;display:none;width:46px;height:45px;position:fixed !important;bottom:100px;cursor:pointer;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;z-index:100;border-width:1px;padding:0;}.czr-btta:hover,.czr-btta:focus,.czr-btta:active{background-color:rgba(59,59,59,.8);}.czr-btta.right{right:-45px;}.czr-btta i{line-height:43px;display:inline-block;}.czr-btta i:before{font-weight:700;}@media (min-width:576px){.czr-btta{display:block;}}.v-separator{margin:0 .625em;text-align:center;}.tabs li,.woocommerce #content div.product .woocommerce-tabs ul.tabs li{position:relative;font-size:1.44em;width:100%;text-align:center;padding:0;margin:0 0 -2px;}@media (min-width:576px){.tabs li,.woocommerce #content div.product .woocommerce-tabs ul.tabs li{width:auto;text-align:left;}.tabs li+li,.woocommerce #content div.product .woocommerce-tabs ul.tabs li+li{padding-left:1.25em;margin-left:0;}}.tabs .nav-link,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a{color:#777;position:relative;padding:.625em 0;}.tabs .nav-link:before,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:before{content:"";position:absolute;width:100%;height:2px;bottom:1px;left:0;visibility:visible;background-color:transparent;-webkit-transform:scaleX(1);transform:scaleX(1);}.tabs .nav-link::before,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a::before{transition:all .2s,.3s ease;-webkit-transform:scale(0);transform:scale(0);}.tabs .nav-link:hover,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,.tabs .nav-link.active,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a.active,.tabs .nav-link.active:hover,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a.active:hover,.tabs .nav-link.active:focus,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a.active:focus{background-color:transparent;}.tabs .nav-link.active::before,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a.active::before{-webkit-transform:scale(1);transform:scale(1);}@-webkit-keyframes czr-mr-loader{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1;}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7;}100%{opacity:0;}}@keyframes czr-mr-loader{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1;}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7;}100%{opacity:0;}}html.no-js [id*=czr-slider-loader-wrapper]{display:none;}.czr-carousel-control{letter-spacing:0;font-family:inherit;}.czr-carousel{position:relative;overflow:hidden;}.avatar{border-radius:50%;}svg.czr-svg-placeholder{fill:none;stroke:#eee;stroke-width:50px;opacity:0;position:absolute;z-index:1;width:100%;height:50%;top:25%;transition:opacity .5s ease;}.bg-link,.bg-icon-link{top:0;left:0;width:100%;height:100%;position:absolute;z-index:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.bg-link{transition:all .2s,.6s ease;background:transparent;}.hover .bg-link,.bg-link:hover{background:rgba(49,49,49,.25);z-index:2;}.czr-link-hover-underline .widgets-list-layout-links a,.czr-link-hover-underline .widget_archive a,.czr-link-hover-underline .widget_nav_menu a,.czr-link-hover-underline .widget_rss ul a,.czr-link-hover-underline .widget_recent_entries a,.czr-link-hover-underline .widget_product_categories a,.czr-link-hover-underline .widget_categories a,.czr-link-hover-underline .widget_meta a,.czr-link-hover-underline .widget_recent_comments a,.czr-link-hover-underline .widget_pages a,.czr-link-hover-underline .widget_calendar a{position:relative;display:inline-block;text-decoration:none;}.czr-link-hover-underline .widgets-list-layout-links a:before,.czr-link-hover-underline .widget_archive a:before,.czr-link-hover-underline .widget_nav_menu a:before,.czr-link-hover-underline .widget_rss ul a:before,.czr-link-hover-underline .widget_recent_entries a:before,.czr-link-hover-underline .widget_product_categories a:before,.czr-link-hover-underline .widget_categories a:before,.czr-link-hover-underline .widget_meta a:before,.czr-link-hover-underline .widget_recent_comments a:before,.czr-link-hover-underline .widget_pages a:before,.czr-link-hover-underline .widget_calendar a:before{content:"";position:absolute;width:100%;height:1px;bottom:.5px;left:0;visibility:hidden;-webkit-transform:translate3d(0,0,0) scaleX(0);transform:translate3d(0,0,0) scaleX(0);transition:all .3s ease 0s;}.czr-link-hover-underline .widgets-list-layout-links a:hover::before,.czr-link-hover-underline .widget_archive a:hover::before,.czr-link-hover-underline .widget_nav_menu a:hover::before,.czr-link-hover-underline .widget_rss ul a:hover::before,.czr-link-hover-underline .widget_recent_entries a:hover::before,.czr-link-hover-underline .widget_product_categories a:hover::before,.czr-link-hover-underline .widget_categories a:hover::before,.czr-link-hover-underline .widget_meta a:hover::before,.czr-link-hover-underline .widget_recent_comments a:hover::before,.czr-link-hover-underline .widget_pages a:hover::before,.czr-link-hover-underline .widget_calendar a:hover::before{visibility:visible;-webkit-transform:translate3d(0,0,0) scaleX(1);transform:translate3d(0,0,0) scaleX(1);}label{color:#313131;font-family:sans-serif;max-width:100%;margin-bottom:.3em;}input,textarea,select{display:block;line-height:initial;padding:7.5px 15px 7.5px 15px;margin:auto;border:1px solid #eceeef;border-radius:2px;max-width:100%;font:inherit;font-weight:400;box-shadow:inset 0 2px 1px rgba(0,0,0,.025);transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;}input:focus,textarea:focus,select:focus{border-style:solid;}input[type=checkbox],input[type=radio]{display:inline-block;font-size:1em;margin:0;padding:.5em;text-align:center;line-height:normal;vertical-align:middle;}input[type=number]{padding-right:4px;padding-left:8px;}input[type="file"],input[type="range"]{background-color:transparent !important;padding:0;border:0;box-shadow:none;width:auto;}form.czr-form.search-form .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;}form.czr-form.search-form label{position:relative !important;margin-right:5px;-webkit-box-flex:1;-ms-flex:1;flex:1;}form.czr-form.search-form label:before,form.czr-form.search-form label:after{content:"";display:table;}form.czr-form.search-form label:after{clear:both;}form.czr-form.search-form label input{padding-left:26px;line-height:30px;width:100%;}form.czr-form.search-form button[type=submit]{padding:0 10px;font-weight:600;display:inline-block;cursor:pointer;-webkit-border-radius:3px;border-radius:3px;line-height:31px;font-size:15px;height:35px;text-transform:none;}form.czr-form.search-form button[type=submit]:hover{background-color:#fff;}form.czr-form label{font-size:1em;}form.czr-form label i{float:right;text-align:right;width:2em;height:2em;}form.czr-form label i::before{margin:0;}form.czr-form input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']),form.czr-form textarea{border:none;border-bottom:2px solid #313131;padding:0 0 2px;color:#202020;position:relative;box-shadow:none;width:100%;background:transparent;}#czr-comments form.czr-form input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']),#czr-comments form.czr-form textarea{background:#fff;padding:.5rem;}form.czr-form .czr-focus{position:relative;margin-top:2.5em;}form.czr-form .czr-focus label{display:block;position:absolute;z-index:1;color:#aaa;transition:-ms-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;}form.czr-form .czr-focus label span{float:left;}#czr-comments form.czr-form .czr-focus label{padding:.5rem;}form.czr-form .czr-focus:not(.in-focus) label{cursor:pointer;}.czr-search-field{padding-right:2em;}.czr-search-field::-ms-clear{display:none;}@-webkit-keyframes autofill{to{background:transparent;color:inherit;}}.czr-search-field:-webkit-autofill{-webkit-animation-name:autofill;-webkit-animation-fill-mode:both;}.tc-grid-figure img,.widget-front .tc-thumbnail img,.js-center-images-enabled .fpc-widget-front img,.js-centering.entry-media__holder img,.js-centering.entry-media__wrapper img,.attachment-image-figure img{opacity:0;transition:opacity .35s ease;}.no-js img{opacity:1 !important;}[id^=customizr-slider-] .bg-link{z-index:4;}[id^=customizr-slider-] .carousel-inner,[id^=customizr-slider-] .carousel-cell{width:100%;height:100%;overflow:hidden;}#tc-page-wrap{position:relative;background:inherit;z-index:1;word-wrap:break-word;}#tc-page-wrap::before,#tc-page-wrap::after,#main-wrapper::before,#main-wrapper::after{display:table;content:"";line-height:0;}#main-wrapper,#content{padding-bottom:2.5em;}.container[role="main"]{margin-top:2em;}.czr-wp-the-content ol,.woocommerce-Tabs-panel.entry-content ol,.woocommerce-product-details__short-description ol,.czr-wp-the-content ul,.woocommerce-Tabs-panel.entry-content ul,.woocommerce-product-details__short-description ul{padding:.5rem 0 1rem 3rem;}@media (max-width:575px){.czr-wp-the-content ol,.woocommerce-Tabs-panel.entry-content ol,.woocommerce-product-details__short-description ol,.czr-wp-the-content ul,.woocommerce-Tabs-panel.entry-content ul,.woocommerce-product-details__short-description ul{padding:.5rem 0 1rem 2rem;}}.czr-wp-the-content ul,.woocommerce-Tabs-panel.entry-content ul,.woocommerce-product-details__short-description ul{list-style:square outside;}.czr-wp-the-content ul>li,.woocommerce-Tabs-panel.entry-content ul>li,.woocommerce-product-details__short-description ul>li{padding:.25rem .5rem;}ol ol,ol ul,ul ol,ul ul{margin-left:1em;}@media (max-width:575px){ol ol,ol ul,ul ol,ul ul{margin-left:0;}}.tc-content-inner ul.socials,.tc-content-inner ul.tags{list-style:none;margin:0;}.fp-title,.fp-button,[class*=fp-text-]{width:90%;margin-left:auto;margin-right:auto;}[class*=fp-text-]{margin:1.5em auto;color:#777;}[class*=grid-container__] article{margin-bottom:40px;}[class*=grid-container__masonry] article{margin-bottom:20px;}.post-action{position:absolute;border:none;border-radius:2px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:all .2s,.3s ease-in-out;z-index:10;text-align:center;padding:0;font-family:inherit;right:1.25em;top:1.25em;left:auto;width:3.75em;height:3.75em;line-height:3.75em;display:inline-block;vertical-align:middle;}.post-action a{position:relative;display:block;color:inherit !important;text-decoration:none !important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;transition:all .2s,.6s ease;}.post-action a:hover{color:inherit;}.entry-media__holder{position:relative;overflow:hidden;}.entry-media__wrapper{width:100%;}.entry-title,.woocommerce .woocommerce-products-header .page-title{line-height:1.5;margin-bottom:.3125em;}.entry-title:not(.over-thumb) a,.woocommerce .woocommerce-products-header .page-title:not(.over-thumb) a{color:#313131;}.tc-content-inner{color:#777;}.post-info .row{margin:0 -8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.post-info .row [class*=col]{padding:.1em 8px;}.grid__item{position:relative;background:#fff;outline:1px solid #efefef;outline-offset:-1px;z-index:1;}.entry-content__wrapper:not(.row){width:100%;height:100%;position:relative;}.grid-container__square-mini{font-size:.75em;margin-top:2.5em !important;margin-left:0;margin-right:0;overflow:hidden;white-space:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;}.grid-container__square-mini .grid__item{outline:none;}.grid-container__square-mini .czr-related-post{margin-bottom:0;padding:0 5px;display:inline-block;float:none;white-space:normal;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;}.grid-container__square-mini .grid__item{background:#f7f8f9;}.grid-container__square-mini section{background:inherit;padding:0;-webkit-transform:translate(0,0);transform:translate(0,0);}.grid-container__square-mini section.entry-content__holder::before{display:none;}.grid-container__square-mini .entry-header .entry-title a::after,.grid-container__square-mini .entry-header .woocommerce .woocommerce-products-header .page-title a::after,.woocommerce .woocommerce-products-header .grid-container__square-mini .entry-header .page-title a::after{content:"";position:absolute;bottom:4px;left:0;width:2.5em;height:2px;background-color:#313131;transition:all .3s ease;}.grid-container__square-mini .entry-title,.grid-container__square-mini .woocommerce .woocommerce-products-header .page-title,.woocommerce .woocommerce-products-header .grid-container__square-mini .page-title{white-space:normal;margin-top:.625em;padding-bottom:.625em;position:relative;}.grid-container__square-mini .entry-header .entry-meta,.grid-container__square-mini .entry-header .comments_link{font-size:1.3em;}.grid-container__square-mini .entry-content__wrapper{padding:1.25em;}.grid-container__square-mini .tc-content-inner{white-space:normal;margin-top:1.25em;font-size:1.25em;display:none;}@media (min-width:1200px){.grid-container__square-mini .czr-related-post{font-size:1em;}}@media (min-width:992px){.grid-container__square-mini .czr-related-post{padding:0;}section.entry-content__holder .grid-container__square-mini::before{display:block;}.grid-container__square-mini .entry-content__wrapper{padding:0;position:absolute;left:1.25em;right:1.25em;top:1.25em;bottom:1.25em;overflow:hidden;width:auto;height:auto;mask-image:linear-gradient(to top,#000 70%,rgba(0,0,0,0) 100%);-webkit-mask-image:-webkit-linear-gradient(to top,#000 70%,rgba(0,0,0,0) 100%);}.grid-container__square-mini .tc-content-inner{display:block;}}.tc-content-inner{max-width:100%;}.archive-header .archive-title,.entry-header .entry-title,.woocommerce .woocommerce-products-header .page-title{word-wrap:break-word;margin-top:0em;}.archive-header .header-bottom,.entry-header .header-bottom{color:#777;position:relative;margin:0 0 2em 0;}article .entry-content{font-size:1.2em;line-height:1.55em;color:#444;}article .entry-content a{text-decoration:underline;}article .entry-content a.btn,article .entry-content a.button,article .entry-content a.remove{text-decoration:none;}.page-breadcrumbs{margin-top:2em;margin-bottom:2em;}.post-content{color:#313131;}section[class^="post-"]{margin:2em 0 2em 0;}section[class^="post-"] .row{margin-top:1.25em;margin-bottom:2.5em;}section[class^="post-"] .entry-meta{margin:2em -15px;}.page.czr-full-layout.czr-no-sidebar #tc-page-wrap,.single.czr-full-layout.czr-no-sidebar #tc-page-wrap{overflow-x:hidden;}.post-navigation{background-color:#f7f8f9;}.post-navigation nav{padding-top:1.25em;padding-bottom:1.25em;}.post-navigation li{display:inline-block;}.post-navigation .czr_pager>li{display:block;}.post-navigation .nav-dir{display:block;}.post-navigation .nav-dir>a{max-width:100%;}.post-navigation a i.arrow{font-size:.9em;}.post-navigation .page-numbers,.post-navigation a{font-family:sans-serif;line-height:3.75em;height:3.75em;display:inline-block;vertical-align:middle;transition:all .2s,.3s ease;position:relative;}.post-navigation .meta-nav{transition:all .2s,.6s ease;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);opacity:.5;}.post-navigation a:hover .meta-nav{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1;}.post-navigation .meta-nav-title{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;font-size:.9em;}.post-author .post-author__wrapper{position:relative;border:2px solid #f7f8f9;padding:0 2.5em;}.post-author .post-author__wrapper:before,.post-author .post-author__wrapper:after{content:"";display:table;}.post-author .post-author__wrapper:after{clear:both;}.post-author .post-author__wrapper .post-author-title{background:#fff;color:#313131;border-bottom:3px solid #313131;letter-spacing:4px;padding:0 1.25em;white-space:nowrap;position:absolute;margin:0;top:0;left:50%;-webkit-transform:translate(-50%,-100%);transform:translate(-50%,-100%);}@media (min-width:576px){.post-author .post-author__wrapper .post-author-title{top:50%;left:-12px;-webkit-transform:rotate(-90deg) translate(-50%,-50%);transform:rotate(-90deg) translate(-50%,-50%);-webkit-transform-origin:top left;transform-origin:top left;}}.post-author__wrapper figure{position:relative;margin:0;padding:2.5em 0;}.post-author__wrapper figure:before,.post-author__wrapper figure:after{content:"";display:table;}.post-author__wrapper figure:after{clear:both;}.post-author__wrapper figure img{left:0;position:absolute;border-radius:50%;width:120px;height:120px;top:calc(( 100% - 120px ) / 2);}@media (max-width:991px){.post-author__wrapper figure img{width:60px;height:60px;display:block;position:relative;top:0;left:calc(( 100% - 60px ) / 2);}}.post-author__wrapper figure figcaption{padding-left:2.5em;text-align:left;margin-left:120px;}.post-author__wrapper figure figcaption .post-author-description{color:#777;}@media (max-width:991px){.post-author__wrapper figure figcaption{margin-left:0;text-align:left;padding-left:0;}}.post-author__wrapper figure figcaption .action-link,.post-author__wrapper figure figcaption .comment-reply-link{font-family:sans-serif;float:left;}.post-author__wrapper figure figcaption .socials{float:right;}.post-author__wrapper figure .post-author-name{margin-top:0;}.post-author__wrapper figure+figure{border-top:1px solid #f7f8f9;margin-top:-1.25em;padding-top:1.25em;}@media (min-width:576px){.post-author__wrapper figure+figure{margin-top:0;padding:2.5em 0;}}section.post-related-articles{margin-top:0;}section.post-related-articles>header{}section.post-related-articles>header:before,section.post-related-articles>header:after{content:"";display:table;}section.post-related-articles>header:after{clear:both;}section.post-related-articles>header.row{margin-top:1.25em;margin-bottom:0;}section.post-related-articles>header .related-posts_title{text-transform:uppercase;font-size:1.35rem;font-weight:400;}.related-posts_nav{margin-top:5em;}.related-posts_nav .slider-control{font-family:Helvetica;width:3em;height:3em;line-height:3em;padding:0;border-width:1px;}.related-posts_nav .slider-control.disabled{color:#f7f8f9;background:transparent;border-color:transparent;}section.post-related-articles .entry-meta{margin:0;}.action-link,.comment-reply-link{border-bottom-color:#f7f8f9;box-shadow:inset 0 -5px 0 #f7f8f9;font-family:sans-serif;color:#aaa;}.action-link:hover,.comment-reply-link:hover{color:#777;}.action-link span:last-of-type,.comment-reply-link span:last-of-type{display:none;border-bottom:none;box-shadow:0;}.action-link span:first-of-type,.comment-reply-link span:first-of-type{display:inline-block;}@media (max-width:767px){.post-navigation .czr_pager>li{display:block;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}}section.post-content{margin-top:0;}.post-info a:not(.btn){color:#777;}.post-info a:not(.btn) span::after,.post-info a:not(.btn) span::before{background-color:#313131;}.entry-footer [class*=col],.tc-content-inner-wrapper .entry-meta .post-tags,.tc-content-inner-wrapper .entry-meta .post-share,.post-footer .col-sm-auto{max-width:100%;}.post-footer.clearfix{clear:both;}.footer__wrapper{font-size:90%;}.footer-skin-dark .footer__wrapper{color:#fff;background:#313131;border-top:1px solid transparent;}.footer-skin-dark .footer__wrapper h1,.footer-skin-dark .footer__wrapper h2,.footer-skin-dark .footer__wrapper h3,.footer-skin-dark .footer__wrapper h4,.footer-skin-dark .footer__wrapper h5,.footer-skin-dark .footer__wrapper h6{color:#fff;}.footer-skin-dark .footer__wrapper a{color:#777;}.footer-skin-dark .footer__wrapper a:hover,.footer-skin-dark .footer__wrapper a:active,.footer-skin-dark .footer__wrapper a:focus{color:#fff;}.footer-skin-dark .footer__wrapper a:hover.btn,.footer-skin-dark .footer__wrapper a:active.btn,.footer-skin-dark .footer__wrapper a:focus.btn{background:transparent;border-color:#fff;}.footer-skin-dark .footer__wrapper .widget a:before{background-color:rgba(255,255,255,.5);}.footer-skin-dark .footer__wrapper #colophon{background:#242424;}.footer-skin-dark .footer__wrapper label{color:#fff;}.footer-skin-dark .footer__wrapper .czr-form .form-group label{color:#fff;}.footer-skin-dark .footer__wrapper .czr-form input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']),.footer-skin-dark .footer__wrapper .czr-form textarea,.footer-skin-dark .footer__wrapper .czr-form .form-control{color:#fff;border-color:#fff;}.footer__wrapper .widget__wrapper{padding-top:3.75em;padding-bottom:1.875em;}.footer__wrapper .widget>h5{margin-bottom:1.25em;}.footer__wrapper .widget__wrapper .widget{margin-bottom:2.5em;}.footer__wrapper .widget__wrapper .widget li:not(:last-of-type){margin-bottom:.625em;}@media (max-width:991px){.footer__wrapper .widget{padding:1.25em;}}.footer__wrapper .colophon__row{padding-top:.625em;padding-bottom:.625em;font-size:1.2em;}.colophon__row .footer__credits{color:#777;vertical-align:middle;display:inline-block;line-height:1.6em;}.colophon__row .footer__credits p{margin:0;}footer#footer .colophon__row .footer__credits a.fab{font-family:"Font Awesome 5 Brands" !important;}.colophon__row .footer__credits{font-size:.82rem;}.colophon__row .footer__credits,.colophon__row .social-links{margin:1em 0;}@media (max-width:575px){.colophon__row{text-align:center;}}.footer__wrapper .colophon__row [class*=col]{max-width:100%;}.woocommerce #content div.product .woocommerce-tabs ul.tabs{padding:0;margin:0;overflow:inherit;}.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce #content div.product .woocommerce-tabs ul.tabs::after{display:none;}.woocommerce #content div.product .woocommerce-tabs ul.tabs li{border:none;background-color:transparent;}.woocommerce #content div.product .woocommerce-tabs ul.tabs li a{font-size:1.2em;display:block;font-weight:400;}.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a::before{-webkit-transform:scale(1);transform:scale(1);}.woocommerce #content div.product .woocommerce-tabs ul.tabs li::before,.woocommerce #content div.product .woocommerce-tabs ul.tabs li::after{display:none;}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{vertical-align:middle;}.woocommerce div.product form.cart .variations label{margin-bottom:0;}input[type=radio]:checked::before{background-color:#5a5a5a;}input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus,textarea:focus{border-color:gray;}input[type=checkbox]:checked::before{color:#5a5a5a;}.tabs .nav-link:hover,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,.tabs .nav-link.active,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a.active,.tabs .nav-link.active:hover,.tabs .nav-link.active:focus{color:#3b3b3b;}.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a::before,.post-info a:not(.btn):hover span::after,.post-info a:not(.btn):hover span::before,.grid-container__classic .post-type__icon:hover,[class*="grid-container__"] .hover .entry-title a::after,[class*="grid-container__"] .hover .woocommerce .woocommerce-products-header .page-title a::after,.woocommerce .woocommerce-products-header [class*="grid-container__"] .hover .page-title a::after,[class*="grid-container__"] .entry-title a:hover::after,[class*="grid-container__"] .woocommerce .woocommerce-products-header .page-title a:hover::after,.woocommerce .woocommerce-products-header [class*="grid-container__"] .page-title a:hover::after,.sidebar .widget-title::after,.czr-link-hover-underline .widgets-list-layout-links a:not(.btn)::before,.czr-link-hover-underline .widget_archive a:not(.btn)::before,.czr-link-hover-underline .widget_nav_menu a:not(.btn)::before,.czr-link-hover-underline .widget_rss ul a:not(.btn)::before,.czr-link-hover-underline .widget_recent_entries a:not(.btn)::before,.czr-link-hover-underline .widget_product_categories a:not(.btn)::before,.czr-link-hover-underline .widget_categories a:not(.btn)::before,.czr-link-hover-underline .widget_meta a:not(.btn)::before,.czr-link-hover-underline .widget_recent_comments a:not(.btn)::before,.czr-link-hover-underline .widget_pages a:not(.btn)::before,.czr-link-hover-underline .widget_calendar a:not(.btn)::before,a.czr-format-link::before,.comment-author a::before,.comment-link::before,.tabs .nav-link.active::before,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a.active::before{background-color:#3b3b3b;}.post-info a:not(.btn):hover{color:#3b3b3b;}[class*="grid-container__"] .entry-title a:hover,[class*="grid-container__"] .woocommerce .woocommerce-products-header .page-title a:hover,.woocommerce .woocommerce-products-header [class*="grid-container__"] .page-title a:hover{color:#5a5a5a;}@media (min-width:768px){body .mobile-navbar__wrapper .navbar-brand-sitelogo img{max-height:none !important;max-width:100%;}}@media (max-width:480px){body .mobile-navbar__wrapper .navbar-brand-sitelogo img{max-width:200px !important;min-width:200px !important;}}body .mobile-navbar__wrapper .navbar-brand-sitelogo img{max-height:none !important;}.primary-nav__utils a.pc-account-icon,.mobile-utils__wrapper a.pc-account-icon{-ms-flex-item-align:center;align-self:center;display:block;height:auto;position:relative;}body .pc-cookie-consent{left:50%;position:fixed;z-index:8000;padding:10px;display:none;justify-content:center;border:1px solid #ccc;max-width:100%;width:100%;bottom:0;transform:translate(-50%,0);text-align:center;background:#ededed;}.pc-cookie-consent p:first-child{margin-right:10px;}.pc-cookie-consent p{margin:0;font-size:.8em;align-self:center;}body .pc-cookie-consent button{vertical-align:middle;display:inline-block;font-weight:400;line-height:1.25em;text-align:center;border:1px solid transparent;padding:.5em 1em;border-radius:2px;border-width:2px;border-style:solid;font-size:1em;cursor:pointer;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;background:#1b315e;color:#fff;margin:.5em;}#pc-cookie-consent-close{border:1px solid #ccc;background:none;color:inherit;}#pc-cookie-consent-close:hover{cursor:pointer;background:#1b315e;color:#fff;}</style> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <!-- The SEO Framework by Sybre Waaijer --> <meta name="robots" content="max-snippet:-1,max-image-preview:standard,max-video-preview:-1" /> <link rel="canonical" href="https://presscustomizr.com/themes-get-php-overhaul-and-vulnerability-patch/" /> <meta name="description" content="All four themes required two key updates to improve functionality. The first was to make the themes fully compatible with the recent PHP updates." /> <meta property="og:type" content="article" /> <meta property="og:locale" content="en_US" /> <meta property="og:site_name" content="Press Customizr" /> <meta property="og:title" content="Themes get PHP Overhaul and Vulnerability Patch | Press Customizr" /> <meta property="og:description" content="All four themes required two key updates to improve functionality. The first was to make the themes fully compatible with the recent PHP updates." /> <meta property="og:url" content="https://presscustomizr.com/themes-get-php-overhaul-and-vulnerability-patch/" /> <meta property="og:image" content="https://presscustomizr.com/wp-content/uploads/2024/04/Screenshot-2024-04-13-at-1.59.26-AM.png" /> <meta property="og:image:width" content="918" /> <meta property="og:image:height" content="730" /> <meta property="og:image" content="https://presscustomizr.com/wp-content/uploads/2024/04/Screenshot-2024-04-13-at-1.58.00-AM.png" /> <meta property="article:published_time" content="2024-04-13T09:00:03+00:00" /> <meta property="article:modified_time" content="2024-09-27T16:44:09+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Themes get PHP Overhaul and Vulnerability Patch | Press Customizr" /> <meta name="twitter:description" content="All four themes required two key updates to improve functionality. The first was to make the themes fully compatible with the recent PHP updates." /> <meta name="twitter:image" content="https://presscustomizr.com/wp-content/uploads/2024/04/Screenshot-2024-04-13-at-1.59.26-AM.png" /> <script type="application/ld+json">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://presscustomizr.com/#/schema/WebSite","url":"https://presscustomizr.com/","name":"Press Customizr","description":"WordPress themes and plugins for pro","inLanguage":"en-US","potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://presscustomizr.com/search/{search_term_string}/"},"query-input":"required name=search_term_string"},"publisher":{"@type":"Organization","@id":"https://presscustomizr.com/#/schema/Organization","name":"Press Customizr","url":"https://presscustomizr.com/","logo":{"@type":"ImageObject","url":"https://presscustomizr.com/wp-content/uploads/2016/12/presscustomizr-icon.png","contentUrl":"https://presscustomizr.com/wp-content/uploads/2016/12/presscustomizr-icon.png","width":32,"height":32}}},{"@type":"WebPage","@id":"https://presscustomizr.com/themes-get-php-overhaul-and-vulnerability-patch/","url":"https://presscustomizr.com/themes-get-php-overhaul-and-vulnerability-patch/","name":"Themes get PHP Overhaul and Vulnerability Patch | Press Customizr","description":"All four themes required two key updates to improve functionality. The first was to make the themes fully compatible with the recent PHP updates.","inLanguage":"en-US","isPartOf":{"@id":"https://presscustomizr.com/#/schema/WebSite"},"breadcrumb":{"@type":"BreadcrumbList","@id":"https://presscustomizr.com/#/schema/BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":"https://presscustomizr.com/","name":"Press Customizr"},{"@type":"ListItem","position":2,"item":"https://presscustomizr.com/category/news/","name":"Category: News"},{"@type":"ListItem","position":3,"name":"Themes get PHP Overhaul and Vulnerability Patch"}]},"potentialAction":{"@type":"ReadAction","target":"https://presscustomizr.com/themes-get-php-overhaul-and-vulnerability-patch/"},"datePublished":"2024-04-13T09:00:03+00:00","dateModified":"2024-09-27T16:44:09+00:00","author":{"@type":"Person","@id":"https://presscustomizr.com/#/schema/Person/5f0db53cf44199f09ecaa70e31e4f247","name":"Michael Garner"}}]}</script> <!-- / The SEO Framework by Sybre Waaijer | 29.11ms meta | 15.56ms boot --> <link rel='dns-prefetch' href='//cdn.recapture.io' /> <link rel="alternate" type="application/rss+xml" title="Press Customizr » Feed" href="https://presscustomizr.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Press Customizr » Comments Feed" href="https://presscustomizr.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Press Customizr » Themes get PHP Overhaul and Vulnerability Patch Comments Feed" href="https://presscustomizr.com/themes-get-php-overhaul-and-vulnerability-patch/feed/" /> <link rel='stylesheet' id='wp-block-library-css' data-pmdelayedstyle="https://presscustomizr.com/wp-includes/css/dist/block-library/style.min.css?ver=6.7.1" media='all' /> <link data-minify="1" rel='stylesheet' id='edd-blocks-css' data-pmdelayedstyle="https://presscustomizr.com/wp-content/cache/min/1/wp-content/plugins/easy-digital-downloads/includes/blocks/assets/css/edd-blocks.css?ver=1715960103" media='all' /> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <link rel='stylesheet' id='edd-styles-css' data-pmdelayedstyle="https://presscustomizr.com/wp-content/plugins/easy-digital-downloads/assets/css/edd.min.css?ver=3.2.12" media='all' /> <link data-minify="1" rel='stylesheet' id='edd-recurring-css' data-pmdelayedstyle="https://presscustomizr.com/wp-content/cache/min/1/wp-content/plugins/edd-recurring/assets/css/styles.css?ver=1715960103" media='all' /> <link data-minify="1" rel='stylesheet' id='customizr-main-css' data-pmdelayedstyle="https://presscustomizr.com/wp-content/cache/min/1/wp-content/themes/customizr-pro/assets/front/css/style.css?ver=1715960103" media='all' /> <style id='customizr-main-inline-css'> ::-moz-selection{background-color:#294a8d} ::selection{background-color:#294a8d} a, .btn-skin:active, .btn-skin:focus, .btn-skin:hover, .btn-skin.inverted, .grid-container__classic .post-type__icon, .post-type__icon:hover .icn-format, .grid-container__classic .post-type__icon:hover .icn-format, [class*='grid-container__'] .entry-title a.czr-title:hover, input[type=checkbox]:checked::before{color:#294a8d} .czr-css-loader > div , .btn-skin, .btn-skin:active, .btn-skin:focus, .btn-skin:hover, .btn-skin-h-dark, .btn-skin-h-dark.inverted:active, .btn-skin-h-dark.inverted:focus, .btn-skin-h-dark.inverted:hover{border-color:#294a8d} .tc-header.border-top{border-top-color:#294a8d} [class*='grid-container__'] .entry-title a:hover::after, .grid-container__classic .post-type__icon, .btn-skin, .btn-skin.inverted:active, .btn-skin.inverted:focus, .btn-skin.inverted:hover, .btn-skin-h-dark, .btn-skin-h-dark.inverted:active, .btn-skin-h-dark.inverted:focus, .btn-skin-h-dark.inverted:hover, .sidebar .widget-title::after, input[type=radio]:checked::before{background-color:#294a8d} .btn-skin-light:active, .btn-skin-light:focus, .btn-skin-light:hover, .btn-skin-light.inverted{color:#3c6ac6} input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus, textarea:focus, .btn-skin-light, .btn-skin-light.inverted, .btn-skin-light:active, .btn-skin-light:focus, .btn-skin-light:hover, .btn-skin-light.inverted:active, .btn-skin-light.inverted:focus, .btn-skin-light.inverted:hover{border-color:#3c6ac6} .btn-skin-light, .btn-skin-light.inverted:active, .btn-skin-light.inverted:focus, .btn-skin-light.inverted:hover{background-color:#3c6ac6} .btn-skin-lightest:active, .btn-skin-lightest:focus, .btn-skin-lightest:hover, .btn-skin-lightest.inverted{color:#5079cc} .btn-skin-lightest, .btn-skin-lightest.inverted, .btn-skin-lightest:active, .btn-skin-lightest:focus, .btn-skin-lightest:hover, .btn-skin-lightest.inverted:active, .btn-skin-lightest.inverted:focus, .btn-skin-lightest.inverted:hover{border-color:#5079cc} .btn-skin-lightest, .btn-skin-lightest.inverted:active, .btn-skin-lightest.inverted:focus, .btn-skin-lightest.inverted:hover{background-color:#5079cc} .pagination, a:hover, a:focus, a:active, .btn-skin-dark:active, .btn-skin-dark:focus, .btn-skin-dark:hover, .btn-skin-dark.inverted, .btn-skin-dark-oh:active, .btn-skin-dark-oh:focus, .btn-skin-dark-oh:hover, .post-info a:not(.btn):hover, .grid-container__classic .post-type__icon .icn-format, [class*='grid-container__'] .hover .entry-title a, .widget-area a:not(.btn):hover, a.czr-format-link:hover, .format-link.hover a.czr-format-link, button[type=submit]:hover, button[type=submit]:active, button[type=submit]:focus, input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus, .tabs .nav-link:hover, .tabs .nav-link.active, .tabs .nav-link.active:hover, .tabs .nav-link.active:focus{color:#1b315e} .grid-container__classic.tc-grid-border .grid__item, .btn-skin-dark, .btn-skin-dark.inverted, button[type=submit], input[type=submit], .btn-skin-dark:active, .btn-skin-dark:focus, .btn-skin-dark:hover, .btn-skin-dark.inverted:active, .btn-skin-dark.inverted:focus, .btn-skin-dark.inverted:hover, .btn-skin-h-dark:active, .btn-skin-h-dark:focus, .btn-skin-h-dark:hover, .btn-skin-h-dark.inverted, .btn-skin-h-dark.inverted, .btn-skin-h-dark.inverted, .btn-skin-dark-oh:active, .btn-skin-dark-oh:focus, .btn-skin-dark-oh:hover, .btn-skin-dark-oh.inverted:active, .btn-skin-dark-oh.inverted:focus, .btn-skin-dark-oh.inverted:hover, button[type=submit]:hover, button[type=submit]:active, button[type=submit]:focus, input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus{border-color:#1b315e} .btn-skin-dark, .btn-skin-dark.inverted:active, .btn-skin-dark.inverted:focus, .btn-skin-dark.inverted:hover, .btn-skin-h-dark:active, .btn-skin-h-dark:focus, .btn-skin-h-dark:hover, .btn-skin-h-dark.inverted, .btn-skin-h-dark.inverted, .btn-skin-h-dark.inverted, .btn-skin-dark-oh.inverted:active, .btn-skin-dark-oh.inverted:focus, .btn-skin-dark-oh.inverted:hover, .grid-container__classic .post-type__icon:hover, button[type=submit], input[type=submit], .czr-link-hover-underline .widgets-list-layout-links a:not(.btn)::before, .czr-link-hover-underline .widget_archive a:not(.btn)::before, .czr-link-hover-underline .widget_nav_menu a:not(.btn)::before, .czr-link-hover-underline .widget_rss ul a:not(.btn)::before, .czr-link-hover-underline .widget_recent_entries a:not(.btn)::before, .czr-link-hover-underline .widget_categories a:not(.btn)::before, .czr-link-hover-underline .widget_meta a:not(.btn)::before, .czr-link-hover-underline .widget_recent_comments a:not(.btn)::before, .czr-link-hover-underline .widget_pages a:not(.btn)::before, .czr-link-hover-underline .widget_calendar a:not(.btn)::before, [class*='grid-container__'] .hover .entry-title a::after, a.czr-format-link::before, .comment-author a::before, .comment-link::before, .tabs .nav-link.active::before{background-color:#1b315e} .btn-skin-dark-shaded:active, .btn-skin-dark-shaded:focus, .btn-skin-dark-shaded:hover, .btn-skin-dark-shaded.inverted{background-color:rgba(27,49,94,0.2)} .btn-skin-dark-shaded, .btn-skin-dark-shaded.inverted:active, .btn-skin-dark-shaded.inverted:focus, .btn-skin-dark-shaded.inverted:hover{background-color:rgba(27,49,94,0.8)}.navbar-brand,.header-tagline,h1,h2,h3,.tc-dropcap { font-family : 'Roboto'; } body { font-family : 'Roboto'; } body { font-size : 1.00rem; line-height : 1.5em; } </style> <link data-minify="1" rel='stylesheet' id='customizr-style-css' data-pmdelayedstyle="https://presscustomizr.com/wp-content/cache/min/1/wp-content/themes/tc/style.css?ver=1715960103" media='all' /> <script type="rocketlazyloadscript" id="nb-jquery" data-rocket-src="https://presscustomizr.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://presscustomizr.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://presscustomizr.com/wp-content/cache/min/1/sdk/v1/ra-queue.min.js?ver=1715960103" id="recapture_frontend_script-js"></script> <script type="rocketlazyloadscript" id="recapture_frontend_script-js-after"> if (!window.ra) { window.ra = function() { window.ra.q.push([].slice.call(arguments)); }; window.ra.q = []; } ra('init', ['h1pv8inc']); ra('initCartId'); ra('email'); ra('page'); </script> <script type="rocketlazyloadscript" data-rocket-src="https://presscustomizr.com/wp-includes/js/underscore.min.js?ver=1.13.7" id="underscore-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://presscustomizr.com/wp-content/themes/customizr-pro/assets/front/js/libs/modernizr.min.js?ver=2.4.24" id="modernizr-js"></script> <script id="tc-scripts-js-extra"> var CZRParams = {"assetsPath":"https:\/\/presscustomizr.com\/wp-content\/themes\/customizr-pro\/assets\/front\/","mainScriptUrl":"https:\/\/presscustomizr.com\/wp-content\/themes\/customizr-pro\/assets\/front\/js\/tc-scripts.min.js?2.4.24","deferFontAwesome":"1","fontAwesomeUrl":"https:\/\/presscustomizr.com\/wp-content\/themes\/customizr-pro\/assets\/shared\/fonts\/fa\/css\/fontawesome-all.min.css?2.4.24","_disabled":[],"centerSliderImg":"1","isLightBoxEnabled":"1","SmoothScroll":{"Enabled":true,"Options":{"touchpadSupport":false}},"isAnchorScrollEnabled":"","anchorSmoothScrollExclude":{"simple":["[class*=edd]",".carousel-control","[data-toggle=\"modal\"]","[data-toggle=\"dropdown\"]","[data-toggle=\"czr-dropdown\"]","[data-toggle=\"tooltip\"]","[data-toggle=\"popover\"]","[data-toggle=\"collapse\"]","[data-toggle=\"czr-collapse\"]","[data-toggle=\"tab\"]","[data-toggle=\"pill\"]","[data-toggle=\"czr-pill\"]","[class*=upme]","[class*=um-]"],"deep":{"classes":[],"ids":[]}},"timerOnScrollAllBrowsers":"1","centerAllImg":"1","HasComments":"","LoadModernizr":"1","stickyHeader":"","extLinksStyle":"1","extLinksTargetExt":"1","extLinksSkipSelectors":{"classes":["btn","button"],"ids":[]},"dropcapEnabled":"","dropcapWhere":{"post":"","page":""},"dropcapMinWords":"50","dropcapSkipSelectors":{"tags":["IMG","IFRAME","H1","H2","H3","H4","H5","H6","BLOCKQUOTE","UL","OL"],"classes":["btn"],"id":[]},"imgSmartLoadEnabled":"1","imgSmartLoadOpts":{"parentSelectors":["[class*=grid-container], .article-container",".__before_main_wrapper",".widget-front",".post-related-articles",".tc-singular-thumbnail-wrapper",".sek-module-inner"],"opts":{"excludeImg":[".tc-holder-img"]}},"imgSmartLoadsForSliders":"","pluginCompats":[],"isWPMobile":"","menuStickyUserSettings":{"desktop":"stick_up","mobile":"stick_up"},"adminAjaxUrl":"https:\/\/presscustomizr.com\/wp-admin\/admin-ajax.php","ajaxUrl":"https:\/\/presscustomizr.com\/?czrajax=1","frontNonce":{"id":"CZRFrontNonce","handle":"592e373b5f"},"isDevMode":"","isModernStyle":"1","i18n":{"Permanently dismiss":"Permanently dismiss"},"frontNotifications":{"welcome":{"enabled":false,"content":"","dismissAction":"dismiss_welcome_note_front"}},"preloadGfonts":"1","googleFonts":"Roboto","version":"2.4.24"}; </script> <script type="rocketlazyloadscript" data-rocket-src="https://presscustomizr.com/wp-content/themes/customizr-pro/assets/front/js/tc-scripts.min.js?ver=2.4.24" id="tc-scripts-js" defer></script> <link rel="https://api.w.org/" href="https://presscustomizr.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://presscustomizr.com/wp-json/wp/v2/posts/451403" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://presscustomizr.com/xmlrpc.php?rsd" /> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> (function(c,l,a,r,i,t,y){ c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};t=l.createElement(r);t.async=1; t.src="https://www.clarity.ms/tag/"+i+"?ref=wordpress";y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); })(window, document, "clarity", "script", "m9q4xjpclz"); </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript">document.documentElement.className += " js";</script> <script type="rocketlazyloadscript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-21197113-22', 'auto'); ga('send', 'pageview'); </script> <link rel="preload" as="font" type="font/woff2" href="https://presscustomizr.com/wp-content/themes/customizr-pro/assets/shared/fonts/customizr/customizr.woff2?128396981" crossorigin="anonymous"/> <link rel="icon" href="https://presscustomizr.com/wp-content/uploads/2016/12/presscustomizr-icon.png" sizes="32x32" /> <link rel="icon" href="https://presscustomizr.com/wp-content/uploads/2016/12/presscustomizr-icon.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://presscustomizr.com/wp-content/uploads/2016/12/presscustomizr-icon.png" /> <meta name="msapplication-TileImage" content="https://presscustomizr.com/wp-content/uploads/2016/12/presscustomizr-icon.png" /> <noscript><style>.perfmatters-lazy[data-src]{display:none !important;}</style></noscript><style>.perfmatters-lazy-youtube{position:relative;width:100%;max-width:100%;height:0;padding-bottom:56.23%;overflow:hidden}.perfmatters-lazy-youtube img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;max-width:100%;height:auto;margin:auto;border:none;cursor:pointer;transition:.5s all;-webkit-transition:.5s all;-moz-transition:.5s all}.perfmatters-lazy-youtube img:hover{-webkit-filter:brightness(75%)}.perfmatters-lazy-youtube .play{position:absolute;top:50%;left:50%;right:auto;width:68px;height:48px;margin-left:-34px;margin-top:-24px;background:url(https://presscustomizr.com/wp-content/plugins/perfmatters/img/youtube.svg) no-repeat;background-position:center;background-size:cover;pointer-events:none;filter:grayscale(1)}.perfmatters-lazy-youtube:hover .play{filter:grayscale(0)}.perfmatters-lazy-youtube iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99}.wp-has-aspect-ratio .wp-block-embed__wrapper{position:relative;}.wp-has-aspect-ratio .perfmatters-lazy-youtube{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding-bottom:0}</style></head> <body class="nb-3-3-4 nb-pro-1-0-14 nimble-no-local-data-skp__post_post_451403 nimble-no-group-site-tmpl-skp__all_post post-template-default single single-post postid-451403 single-format-standard wp-embed-responsive sek-hide-rc-badge edd-js-none czr-link-hover-underline header-skin-light footer-skin-dark czr-l-sidebar tc-center-images czr-full-layout customizr-pro-2-4-24-with-child-theme"> <style>.edd-js-none .edd-has-js, .edd-js .edd-no-js, body.edd-js input.edd-no-js { display: none; }</style> <script type="rocketlazyloadscript">/* <![CDATA[ */(function(){var c = document.body.classList;c.remove('edd-js-none');c.add('edd-js');})();/* ]]> */</script> <a class="screen-reader-text skip-link" href="#content">Skip to content</a> <div id="tc-page-wrap" class=""> <header class="tpnav-header__header tc-header sl-logo_left sticky-brand-shrink-on sticky-transparent czr-submenu-fade czr-submenu-move" > <div class="primary-navbar__wrapper d-none d-lg-block has-horizontal-menu desktop-sticky" > <div class="container"> <div class="row align-items-center flex-row primary-navbar__row"> <div class="branding__container col col-auto" > <div class="branding align-items-center flex-column "> <div class="branding-row d-flex flex-row align-items-center align-self-start"> <div class="navbar-brand col-auto " > <a class="navbar-brand-sitelogo" href="https://presscustomizr.com/" aria-label="Press Customizr | WordPress themes and plugins for pro" > <img data-perfmatters-preload src="https://presscustomizr.com/wp-content/uploads/2018/12/Press-Customizr_H-55px_Plan-de-travail-1.svg" alt="Back Home" style="min-width:250px;max-width:350px;max-height:100px;width: 290px;" data-no-retina="" class=" attachment-175248" width="" height=""> </a> </div> </div> </div> </div> <div class="primary-nav__container justify-content-lg-around col col-lg-auto flex-lg-column" > <div class="primary-nav__wrapper flex-lg-row align-items-center justify-content-end"> <nav class="primary-nav__nav col" id="primary-nav"> <div class="nav__menu-wrapper primary-nav__menu-wrapper justify-content-end czr-open-on-hover" > <ul id="main-menu" class="primary-nav__menu regular-nav nav__menu nav"><li id="menu-item-357664" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-357664"><a href="https://presscustomizr.com/nimble-builder-pro/" class="nav__link"><span class="nav__title">Nimble Builder Pro</span></a></li> <li id="menu-item-101018" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-101018"><a href="https://presscustomizr.com/customizr-pro/" class="nav__link"><span class="nav__title">Customizr Pro</span></a></li> <li id="menu-item-194683" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-194683"><a href="https://presscustomizr.com/hueman-pro/" class="nav__link"><span class="nav__title">Hueman Pro</span></a></li> <li id="menu-item-471" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-471"><a href="https://presscustomizr.com/blog/" class="nav__link"><span class="nav__title">Blog</span></a></li> </ul></div> </nav> <div class="primary-nav__utils nav__utils col-auto" > <ul class="nav utils flex-row flex-nowrap regular-nav"> <li class="nav__search " > <a href="#" class="search-toggle_btn icn-search czr-overlay-toggle_btn" aria-expanded="false"><span class="sr-only">Search</span></a> <div class="czr-search-expand"> <div class="czr-search-expand-inner"><div class="search-form__container " > <form action="https://presscustomizr.com/" method="get" class="czr-form search-form"> <div class="form-group czr-focus"> <label for="s-6792b001095ab" id="lsearch-6792b001095ab"> <span class="screen-reader-text">Search</span> <input id="s-6792b001095ab" class="form-control czr-search-field" name="s" type="search" value="" aria-describedby="lsearch-6792b001095ab" placeholder="Search …"> </label> <button type="submit" class="button"><i class="icn-search"></i><span class="screen-reader-text">Search …</span></button> </div> </form> </div></div> </div> </li> <li><a title="Visit your account" href="https://presscustomizr.com/account" class="pc-account-icon"><i class="far fa-user"></i></a></li> </ul> </div> </div> </div> </div> </div> </div> <div class="mobile-navbar__wrapper d-lg-none mobile-sticky" > <div class="branding__container justify-content-between align-items-center container" > <div class="branding flex-column"> <div class="branding-row d-flex align-self-start flex-row align-items-center"> <div class="navbar-brand col-auto " > <a class="navbar-brand-sitelogo" href="https://presscustomizr.com/" aria-label="Press Customizr | WordPress themes and plugins for pro" > <img data-perfmatters-preload src="https://presscustomizr.com/wp-content/uploads/2018/12/Press-Customizr_H-55px_Plan-de-travail-1.svg" alt="Back Home" style="min-width:250px;max-width:350px;max-height:100px;width: 290px;" data-no-retina="" class=" attachment-175248" width="" height=""> </a> </div> </div> </div> <div class="mobile-utils__wrapper nav__utils regular-nav"> <ul class="nav utils row flex-row flex-nowrap"> <li><a title="Visit your account" href="https://presscustomizr.com/account" class="pc-account-icon"><i class="far fa-user"></i></a></li> <li class="hamburger-toggler__container " > <button class="ham-toggler-menu czr-collapsed" data-toggle="czr-collapse" data-target="#mobile-nav"><span class="ham__toggler-span-wrapper"><span class="line line-1"></span><span class="line line-2"></span><span class="line line-3"></span></span><span class="screen-reader-text">Menu</span></button> </li> </ul> </div> </div> <div class="mobile-nav__container " > <nav class="mobile-nav__nav flex-column czr-collapse" id="mobile-nav"> <div class="mobile-nav__inner container"> <div class="header-search__container "> <div class="search-form__container " > <form action="https://presscustomizr.com/" method="get" class="czr-form search-form"> <div class="form-group czr-focus"> <label for="s-6792b0010a90e" id="lsearch-6792b0010a90e"> <span class="screen-reader-text">Search</span> <input id="s-6792b0010a90e" class="form-control czr-search-field" name="s" type="search" value="" aria-describedby="lsearch-6792b0010a90e" placeholder="Search …"> </label> <button type="submit" class="button"><i class="icn-search"></i><span class="screen-reader-text">Search …</span></button> </div> </form> </div></div><div class="nav__menu-wrapper mobile-nav__menu-wrapper czr-open-on-click" > <ul id="mobile-nav-menu" class="mobile-nav__menu vertical-nav nav__menu flex-column nav"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-357664"><a href="https://presscustomizr.com/nimble-builder-pro/" class="nav__link"><span class="nav__title">Nimble Builder Pro</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-101018"><a href="https://presscustomizr.com/customizr-pro/" class="nav__link"><span class="nav__title">Customizr Pro</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-194683"><a href="https://presscustomizr.com/hueman-pro/" class="nav__link"><span class="nav__title">Hueman Pro</span></a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-471"><a href="https://presscustomizr.com/blog/" class="nav__link"><span class="nav__title">Blog</span></a></li> </ul></div> </div> </nav> </div></div></header> <div id="main-wrapper" class="section"> <div class="czr-hot-crumble container page-breadcrumbs" role="navigation" > <div class="row"> <nav class="breadcrumbs col-12"><span class="trail-begin"><a href="https://presscustomizr.com" title="Press Customizr" rel="home" class="trail-begin">Home</a></span> <span class="sep">»</span> <a href="https://presscustomizr.com/blog/" title="Press Customizr blog">Press Customizr blog</a> <span class="sep">»</span> <a href="https://presscustomizr.com/category/news/" title="News">News</a> <span class="sep">»</span> <span class="trail-end">Themes get PHP Overhaul and Vulnerability Patch</span></nav> </div> </div> <div class="container" role="main"> <div class="flex-row row column-content-wrapper"> <div id="content" class="col-12 col-md-9 article-container"> <article id="post-451403" class="post-451403 post type-post status-publish format-standard has-post-thumbnail category-news czr-hentry" > <header class="entry-header " > <div class="entry-header-inner"> <div class="tax__container post-info entry-meta"> <a class="tax__link" href="https://presscustomizr.com/category/news/" title="View all posts in News"> <span>News</span> </a> </div> <h1 class="entry-title">Themes get PHP Overhaul and Vulnerability Patch</h1> <div class="header-bottom"> <div class="post-info"> <span class="entry-meta"> <span class="author-meta">by <span class="author vcard"><span class="author_name"><a class="url fn n" href="https://presscustomizr.com/author/mgarner/" title="View all posts by Michael Garner" rel="author">Michael Garner</a></span></span></span><span class="v-separator">|</span>Published <a href="https://presscustomizr.com/2024/04/13/" title="10 h 00 min" rel="bookmark"><time class="entry-date published updated" datetime="13 April 2024">13 April 2024</time></a></span> </div> </div> </div> </header> <div class="post-entry tc-content-inner"> <section class="post-content entry-content " > <div class="czr-wp-the-content"> <h1>All themes (Customizr, Customizr Pro, Hueman, Hueman Pro) get April updates.</h1> <p> </p> <h2>Customizr</h2> <p>Version 4.4.22 is available for <a href="https://wordpress.org/themes/customizr/">download</a>.</p> <h2>Customizr Pro</h2> <p>Version 2.4.25 is available for updates for current subscribers or <a href="https://presscustomizr.com/customizr-pro/">purchase for new subscribers</a>.</p> <h2>Hueman</h2> <p>Version 3.7.25 is available for <a href="https://wordpress.org/themes/hueman/">download</a>.</p> <h2>Hueman Pro</h2> <p>Version 1.4.27 is available for updates for current subscribers or <a href="https://presscustomizr.com/hueman-pro/">purchase for new subscribers</a>.</p> <p> </p> <h2>Fixes</h2> <ul> <li>Patched backend vulnerability.</li> <li>Fully compatible with PHP 8 versions.</li> </ul> <p><a href="https://presscustomizr.com/wp-content/uploads/2024/04/Screenshot-2024-04-13-at-1.58.00-AM.png" data-lb-type="grouped-post"><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-451404" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/2024/04/Screenshot-2024-04-13-at-1.58.00-AM.png" alt="" width="512" height="276" data-srcset="https://presscustomizr.com/wp-content/uploads/2024/04/Screenshot-2024-04-13-at-1.58.00-AM.png 512w, https://presscustomizr.com/wp-content/uploads/2024/04/Screenshot-2024-04-13-at-1.58.00-AM-300x162.png 300w, https://presscustomizr.com/wp-content/uploads/2024/04/Screenshot-2024-04-13-at-1.58.00-AM-510x276.png 510w" data-sizes="(max-width: 512px) 100vw, 512px" /></a></p> <script type="rocketlazyloadscript" data-minify="1" id='llscript8360' data-rocket-src='https://presscustomizr.com/wp-content/cache/min/1/js.js?ver=1715960103'></script> </div> <footer class="post-footer clearfix"> <div class="row entry-meta justify-content-between align-items-center"> </div> </footer> </section><!-- .entry-content --> </div><!-- .post-entry --> </article> </div> <section class="post-related-articles czr-carousel col-12 order-md-last" id="related-posts-section" > <header class="row flex-row"> <h3 class="related-posts_title col">You may also like</h3> <div class="related-posts_nav col col-auto"> <span class="btn btn-skin-dark inverted czr-carousel-prev slider-control czr-carousel-control disabled icn-left-open-big" title="Previous related articles" tabindex="0"></span> <span class="btn btn-skin-dark inverted czr-carousel-next slider-control czr-carousel-control icn-right-open-big" title="Next related articles" tabindex="0"></span> </div> </header> <div class="row grid-container__square-mini carousel-inner"> <article id="post-297872_related_posts" class="col-6 grid-item czr-related-post post-297872 post type-post status-publish format-standard has-post-thumbnail category-news category-nimble-releases czr-hentry" > <div class="grid__item flex-wrap flex-lg-nowrap flex-row"> <section class="tc-thumbnail entry-media__holder col-12 col-lg-6 czr__r-w1by1" > <div class="entry-media__wrapper czr__r-i js-centering"> <a class="bg-link" rel="bookmark" href="https://presscustomizr.com/amazing-webdesign-created-with-nimble-builder-customizr-theme/"></a> <img width="510" height="230" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/2019/04/2019-04-06_21-49-27.jpg" class="attachment-tc-sq-thumb tc-thumb-type-thumb czr-img no-lazy wp-post-image" alt="" decoding="async" data-srcset="https://presscustomizr.com/wp-content/uploads/2019/04/2019-04-06_21-49-27.jpg 1340w, https://presscustomizr.com/wp-content/uploads/2019/04/2019-04-06_21-49-27-300x135.jpg 300w, https://presscustomizr.com/wp-content/uploads/2019/04/2019-04-06_21-49-27-768x346.jpg 768w, https://presscustomizr.com/wp-content/uploads/2019/04/2019-04-06_21-49-27-1024x461.jpg 1024w" data-sizes="(max-width: 510px) 100vw, 510px" /><div class="post-action btn btn-skin-dark-shaded inverted"><a href="https://presscustomizr.com/wp-content/uploads/2019/04/2019-04-06_21-49-27.jpg" class="expand-img icn-expand"></a></div> </div> </section> <section class="tc-content entry-content__holder col-12 col-lg-6 czr__r-w1by1"> <div class="entry-content__wrapper"> <header class="entry-header " > <div class="entry-header-inner "> <div class="entry-meta post-info"> Published <a href="https://presscustomizr.com/amazing-webdesign-created-with-nimble-builder-customizr-theme/" title="Permalink to: Amazing web design created with the combo Nimble Builder + Customizr Pro theme" rel="bookmark"><time class="entry-date published updated" datetime="6 April 2019">6 April 2019</time></a> </div> <h2 class="entry-title "> <a class="czr-title" href="https://presscustomizr.com/amazing-webdesign-created-with-nimble-builder-customizr-theme/" rel="bookmark">Amazing web design created with the combo Nimble Builder + Customizr Pro theme</a> </h2> </div> </header><div class="tc-content-inner entry-summary" > <div class="czr-wp-the-content"> <p>Today I’m glad to showcase a beautiful web design created by LT Creative, a creative design studio based in Glascow, Scotland. […]</p> </div> </div> </div> </section> </div> </article><article id="post-60409_related_posts" class="col-6 grid-item czr-related-post post-60409 post type-post status-publish format-status category-customizr-releases category-news post_format-status czr-hentry" > <div class="grid__item flex-wrap flex-lg-nowrap flex-row"> <section class="tc-thumbnail entry-media__holder col-12 col-lg-6 czr__r-w1by1" > <div class="entry-media__wrapper czr__r-i js-centering"> <a class="bg-link" rel="bookmark" href="https://presscustomizr.com/customizr-v3-3-12-fixes-some-bugs-with-bbpress-customizr/"></a> <svg class="czr-svg-placeholder thumb-standard-empty" id="6792b00118254" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M928 832q0-14-9-23t-23-9q-66 0-113 47t-47 113q0 14 9 23t23 9 23-9 9-23q0-40 28-68t68-28q14 0 23-9t9-23zm224 130q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181zm-1024 574h1536v-128h-1536v128zm1152-574q0-159-112.5-271.5t-271.5-112.5-271.5 112.5-112.5 271.5 112.5 271.5 271.5 112.5 271.5-112.5 112.5-271.5zm-1024-642h384v-128h-384v128zm-128 192h1536v-256h-828l-64 128h-644v128zm1664-256v1280q0 53-37.5 90.5t-90.5 37.5h-1536q-53 0-90.5-37.5t-37.5-90.5v-1280q0-53 37.5-90.5t90.5-37.5h1536q53 0 90.5 37.5t37.5 90.5z"/></svg> <img data-perfmatters-preload class="czr-img-placeholder" src="https://presscustomizr.com/wp-content/themes/customizr-pro/assets/front/img/thumb-standard-empty.png" alt="Customizr v3.3.12 fixes some bugs with BBpress Customizr" data-czr-post-id="6792b00118254" width="300" height="300"/> </div> </section> <section class="tc-content entry-content__holder col-12 col-lg-6 czr__r-w1by1"> <div class="entry-content__wrapper"> <header class="entry-header " > <div class="entry-header-inner "> <div class="entry-meta post-info"> Published <a href="https://presscustomizr.com/customizr-v3-3-12-fixes-some-bugs-with-bbpress-customizr/" title="Permalink to: Customizr v3.3.12 fixes some bugs with BBpress Customizr" rel="bookmark"><time class="entry-date published updated" datetime="11 March 2015">11 March 2015</time></a> </div> <h2 class="entry-title "> <a class="czr-title" href="https://presscustomizr.com/customizr-v3-3-12-fixes-some-bugs-with-bbpress-customizr/" rel="bookmark">Customizr v3.3.12 fixes some bugs with BBpress Customizr</a> </h2> </div> </header><div class="tc-content-inner entry-summary" > <div class="czr-wp-the-content"> <p>↓ Download the .zip file Try it live in the demo → Customizr Pro user ? Upgrade the theme from your wp admin to […]</p> </div> </div> </div> </section> </div> </article><article id="post-360130_related_posts" class="col-6 grid-item czr-related-post post-360130 post type-post status-publish format-standard has-post-thumbnail category-customizr-theme-reviews category-hueman-theme-reviews category-news category-reviews czr-hentry" > <div class="grid__item flex-wrap flex-lg-nowrap flex-row"> <section class="tc-thumbnail entry-media__holder col-12 col-lg-6 czr__r-w1by1" > <div class="entry-media__wrapper czr__r-i js-centering"> <a class="bg-link" rel="bookmark" href="https://presscustomizr.com/customizr-and-hueman-themes-both-selected-in-the-top-40-best-free-wordpress-themes-by-winningwp/"></a> <img width="510" height="510" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_00-10-47-510x510.jpg" class="attachment-tc-sq-thumb tc-thumb-type-thumb czr-img no-lazy wp-post-image" alt="" decoding="async" data-srcset="https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_00-10-47-510x510.jpg 510w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_00-10-47-150x150.jpg 150w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_00-10-47-128x128.jpg 128w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_00-10-47-256x256.jpg 256w" data-sizes="(max-width: 510px) 100vw, 510px" /><div class="post-action btn btn-skin-dark-shaded inverted"><a href="https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_00-10-47.jpg" class="expand-img icn-expand"></a></div> </div> </section> <section class="tc-content entry-content__holder col-12 col-lg-6 czr__r-w1by1"> <div class="entry-content__wrapper"> <header class="entry-header " > <div class="entry-header-inner "> <div class="entry-meta post-info"> Published <a href="https://presscustomizr.com/customizr-and-hueman-themes-both-selected-in-the-top-40-best-free-wordpress-themes-by-winningwp/" title="Permalink to: Customizr and Hueman themes both short listed in the top 40+ Best Free WordPress Themes by WinningWP" rel="bookmark"><time class="entry-date published updated" datetime="5 July 2021">5 July 2021</time></a> </div> <h2 class="entry-title "> <a class="czr-title" href="https://presscustomizr.com/customizr-and-hueman-themes-both-selected-in-the-top-40-best-free-wordpress-themes-by-winningwp/" rel="bookmark">Customizr and Hueman themes both short listed in the top 40+ Best Free WordPress Themes by WinningWP</a> </h2> </div> </header><div class="tc-content-inner entry-summary" > <div class="czr-wp-the-content"> <p>Customizr and Hueman themes both selected in the top 40+ Best Free WordPress Themes – based on user reviews, popularity, and @WinningWP […]</p> </div> </div> </div> </section> </div> </article><article id="post-77264_related_posts" class="col-6 grid-item czr-related-post post-77264 post type-post status-publish format-link category-news post_format-link czr-hentry" > <div class="grid__item flex-wrap flex-lg-nowrap flex-row"> <section class="tc-thumbnail entry-media__holder col-12 col-lg-6 czr__r-w1by1" > <div class="entry-media__wrapper czr__r-i js-centering"> <a class="bg-link" rel="bookmark" href="https://presscustomizr.com/happy-birthday-wordpress-12th/"></a> <svg class="czr-svg-placeholder thumb-standard-empty" id="6792b0011dc81" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M928 832q0-14-9-23t-23-9q-66 0-113 47t-47 113q0 14 9 23t23 9 23-9 9-23q0-40 28-68t68-28q14 0 23-9t9-23zm224 130q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181zm-1024 574h1536v-128h-1536v128zm1152-574q0-159-112.5-271.5t-271.5-112.5-271.5 112.5-112.5 271.5 112.5 271.5 271.5 112.5 271.5-112.5 112.5-271.5zm-1024-642h384v-128h-384v128zm-128 192h1536v-256h-828l-64 128h-644v128zm1664-256v1280q0 53-37.5 90.5t-90.5 37.5h-1536q-53 0-90.5-37.5t-37.5-90.5v-1280q0-53 37.5-90.5t90.5-37.5h1536q53 0 90.5 37.5t37.5 90.5z"/></svg> <img class="czr-img-placeholder perfmatters-lazy" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='300'%20height='300'%20viewBox='0%200%20300%20300'%3E%3C/svg%3E" alt="Happy Birthday WordPress (12th) !" data-czr-post-id="6792b0011dc81" width="300" height="300" data-src="https://presscustomizr.com/wp-content/themes/customizr-pro/assets/front/img/thumb-standard-empty.png" /><noscript><img class="czr-img-placeholder" src="https://presscustomizr.com/wp-content/themes/customizr-pro/assets/front/img/thumb-standard-empty.png" alt="Happy Birthday WordPress (12th) !" data-czr-post-id="6792b0011dc81" width="300" height="300"/></noscript> </div> </section> <section class="tc-content entry-content__holder col-12 col-lg-6 czr__r-w1by1"> <div class="entry-content__wrapper"> <header class="entry-header " > <div class="entry-header-inner "> <div class="entry-meta post-info"> Published <a href="https://presscustomizr.com/happy-birthday-wordpress-12th/" title="Permalink to: Happy Birthday WordPress (12th) !" rel="bookmark"><time class="entry-date published updated" datetime="27 May 2015">27 May 2015</time></a> </div> <h2 class="entry-title "> <a class="czr-title" href="https://presscustomizr.com/happy-birthday-wordpress-12th/" rel="bookmark">Happy Birthday WordPress (12th) !</a> </h2> </div> </header><div class="tc-content-inner entry-summary" > <div class="czr-wp-the-content"> <p>https://wordpress.org/news/2003/05/wordpress-now-available/</p> </div> </div> </div> </section> </div> </article> </div> </section> <div id="czr-comments" class="comments-area col-12 order-md-last" > <div id="comments" class="comments_container comments czr-comments-block"> <section class="post-comments"> </section> </div> </div><div class="left sidebar tc-sidebar col-12 col-md-3 order-md-first" > <div id="left" class="widget-area" role="complementary"> <aside id="text-5" class="widget widget_text"> <div class="textwidget"><div style="text-align:center;margin-bottom: 10px;"> <h3 style="padding-top: 0;text-align:center;font-size: 19px;text-transform: uppercase;">Impress your visitors with a perfect experience on smartphones</h3> <p><a title="Press Customizr recommends Customizr Pro" href="https://presscustomizr.com/customizr-pro/?utm_source=presscustomizr&utm_medium=link&utm_campaign=blog-sidebar-btn" target="_blank"><img data-perfmatters-preload width="400" height="661" decoding="async" style="margin-bottom: 10px;" src="https://presscustomizr.com/wp-content/uploads/2017/09/Silver-iphone-customizr-2.jpg" alt="customizr-pro-screenshot"></a></div> <div class="premium-support-content" style="text-align:center;margin-bottom: 10px;"> <p style="font-size: 16px;">10K+ small businesses are already using the Customizr Pro WordPress theme for their online presence.</p> <p><a href="https://presscustomizr.com/customizr-pro/?utm_source=presscustomizr&utm_medium=link&utm_campaign=blog-sidebar-btn" class="edd-submit premium-support button yellow download-now" title="Discover the Customizr Pro WordPress theme" style="font-size: 16px;text-transform: uppercase;"><span>Discover Customizr Pro</span></a></div> </div> </aside><aside id="text-6" class="widget widget_text"><h3 class="widget-title">About us</h3> <div class="textwidget"><p>At presscustomizr.com we create popular freemium WordPress themes and plugins used by more than 150,000 websites worldwide, with a focus on simplicity and ease of use.</p> <p>Our themes <a href="https://presscustomizr.com/customizr">Customizr</a> and <a href="https://presscustomizr.com/hueman">Hueman</a> are among the most popular and highly rated on wordpress.org, and <a href="https://presscustomizr.com/category/reviews/" target="_blank" rel="noopener">regularly short listed by bloggers</a> as some of the bests in the WordPress industry.</p> </div> </aside> </div> </div> </div><!-- .column-content-wrapper --> </div><!-- .container --> </div><!-- #main-wrapper --> <div class="container-fluid"> <div class="post-navigation row " > <nav id="nav-below" class="col-12"> <h2 class="sr-only">Post navigation</h2> <ul class="czr_pager row flex-row flex-no-wrap"> <li class="previous col-5 text-left"> <span class="sr-only">Previous post</span> <span class="nav-previous nav-dir"><a href="https://presscustomizr.com/may-pro-theme-updates/" rel="prev"><span class="meta-nav"><i class="arrow icn-left-open-big"></i><span class="meta-nav-title">May Pro Theme Updates</span></span></a></span> </li> <li class="nav-back col-2 text-center"> <a href="https://presscustomizr.com/blog/" title="Back to post list"> <span><i class="icn-grid-empty"></i></span> <span class="sr-only">Back to post list</span> </a> </li> <li class="next col-5 text-right"> <span class="sr-only">Next post</span> <span class="nav-next nav-dir"><a href="https://presscustomizr.com/453347-2/" rel="next"><span class="meta-nav"><span class="meta-nav-title">Next Post</span><i class="arrow icn-right-open-big"></i></span></a></span> </li> </ul> </nav> </div> </div> <div class="pc-cookie-consent"> <p>By continuing to use this site you consent to the use of cookies in accordance with our <a href="/privacy-policy" target="_blank">cookie policy</a>.</p> <p><button id="pc-cookie-consent-accept" type="button">Accept</button><button type="button" id="pc-cookie-consent-close">X</button></p> </div> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> jQuery(function($) { var getCookie = function(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length); } return null; }; // Set cookie var setCookie = function(name,value,days) { if (days) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000)); var expires = "; expires="+date.toGMTString(); } else var expires = ""; document.cookie = name+"="+value+expires+"; path=/"; }; if( "accepted" !== getCookie("pc-cookie-policy") ) { $('.pc-cookie-consent').addClass('pc-cookie-consent-not-yet-accepted'); } else { $('.pc-cookie-consent').removeClass('pc-cookie-consent-not-yet-accepted'); } $('body').on('click', '.pc-cookie-consent button', function() { if ( $(this).is('#pc-cookie-consent-accept') ) { setCookie("pc-cookie-policy", "accepted", 3650); } $('.pc-cookie-consent').removeClass('pc-cookie-consent-not-yet-accepted'); }); }); </script> <footer id="footer" class="footer__wrapper" > <div id="footer-widget-area" class="widget__wrapper" role="complementary" > <div class="container widget__container"> <div class="row"> <div id="footer_one" class="col-md-4 col-12"> <aside id="nav_menu-5" class="widget widget_nav_menu"><h5 class="widget-title">Useful pages</h5><div class="menu-footer-various-pages-container"><ul id="menu-footer-various-pages" class="menu"><li id="menu-item-98322" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-98322"><a href="https://presscustomizr.com/account/">Your account</a></li> <li id="menu-item-98325" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-98325"><a href="https://presscustomizr.com/support/">Product Support</a></li> <li id="menu-item-98324" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-98324"><a href="http://docs.presscustomizr.com/">Documentation</a></li> <li id="menu-item-360124" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-360124"><a href="https://presscustomizr.com/category/customizr-releases/">Customizr theme release notes</a></li> <li id="menu-item-360125" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-360125"><a href="https://presscustomizr.com/category/hueman-releases/">Hueman theme release notes</a></li> </ul></div></aside> </div> <div id="footer_two" class="col-md-4 col-12"> <aside id="nav_menu-3" class="widget widget_nav_menu"><h5 class="widget-title">Company</h5><div class="menu-legal-footer-menu-container"><ul id="menu-legal-footer-menu" class="menu"><li id="menu-item-94937" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-94937"><a href="https://presscustomizr.com/about/">About</a></li> <li id="menu-item-240668" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-240668"><a href="https://presscustomizr.com/blog/">Blog</a></li> <li id="menu-item-94940" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-94940"><a rel="privacy-policy" href="https://presscustomizr.com/privacy-policy/">Privacy Policy</a></li> <li id="menu-item-94941" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-94941"><a href="https://presscustomizr.com/terms-of-sale/">Terms of sale</a></li> <li id="menu-item-94939" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-94939"><a href="https://presscustomizr.com/contact/">Contact Us</a></li> </ul></div></aside> </div> <div id="footer_three" class="col-md-4 col-12"> <aside id="nav_menu-4" class="widget widget_nav_menu"><h5 class="widget-title">Products and Services</h5><div class="menu-products-and-services-container"><ul id="menu-products-and-services" class="menu"><li id="menu-item-357663" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-357663"><a href="https://presscustomizr.com/nimble-builder-pro/">Nimble Builder Pro</a></li> <li id="menu-item-218811" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-218811"><a href="https://presscustomizr.com/customizr-pro/">Customizr Pro theme</a></li> <li id="menu-item-194687" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-194687"><a href="https://presscustomizr.com/hueman-pro/">Hueman Pro theme</a></li> <li id="menu-item-313701" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-313701"><a href="https://presscustomizr.com/customizr/">Customizr Theme</a></li> <li id="menu-item-313702" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-313702"><a href="https://presscustomizr.com/hueman/">Hueman Theme</a></li> </ul></div></aside><aside id="search-4" class="widget widget_search"><div class="search-form__container " > <form action="https://presscustomizr.com/" method="get" class="czr-form search-form"> <div class="form-group czr-focus"> <label for="s-6792b0012bf33" id="lsearch-6792b0012bf33"> <span class="screen-reader-text">Search</span> <input id="s-6792b0012bf33" class="form-control czr-search-field" name="s" type="search" value="" aria-describedby="lsearch-6792b0012bf33" placeholder="Search …"> </label> <button type="submit" class="button"><i class="icn-search"></i><span class="screen-reader-text">Search …</span></button> </div> </form> </div></aside> </div> </div> </div> </div> <div id="colophon" class="colophon " > <div class="container"> <div class="colophon__row row flex-row justify-content-between"> <div class="col-12 col-sm-auto"> <div id="footer__credits" class="footer__credits credits" > <p class="czr-copyright"> <span class="fc-copyright"> <span class="fc-copyright-text">© 2025</span> <span class="fc-copyright-link"><a href="https://presscustomizr.com" title="Press Customizr" rel="bookmark" >Press Customizr</a></span> <span class="fc-separator ">–</span> <span class="fc-copyright-after-text">All rights reserved</span> </span> </p> </div> </div> <div class="col-12 col-sm-auto"> <div class="social-links"> <ul class="socials " > <li ><a rel="nofollow noopener noreferrer" class="social-icon icon-twitter" title="Follow me on Twitter" aria-label="Follow me on Twitter" href="https://twitter.com/presscustomizr" target="_blank" ><i class="fab fa-twitter"></i></a></li> <li ><a rel="nofollow noopener noreferrer" class="social-icon icon-facebook" title="Follow me on Facebook" aria-label="Follow me on Facebook" href="https://www.facebook.com/presscustomizr/" target="_blank" ><i class="fab fa-facebook"></i></a></li> <li ><a rel="nofollow noopener noreferrer" class="social-icon icon-github" title="Follow us on Github" aria-label="Follow us on Github" href="https://github.com/presscustomizr" target="_blank" ><i class="fab fa-github"></i></a></li></ul> </div> </div> </div> </div> </div> </footer> </div><!-- end #tc-page-wrap --> <button class="btn czr-btt czr-btta right" ><i class="icn-up-small"></i></button> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> //return void() //always fired on dom ready //@params : { delay : in ms, suggested : [ suggested doc page list ] } var _fireBeaconOnScroll = function( params ) { jQuery( function($) { if ( ! _.isObject( params ) ) return; params = _.extend( { delay : 60000, suggested : [ '5865416b90336009736c0370',//What is Press Customizr and what can we do for you ? '561776fa9033602f2d9bb131',//What is WordPress and how can I create a website with it ? '58692f2ec697915403a08878',//I want to create a website like the one I am coming from and linking to you. '55faed0cc697913bc9927d5f' //If I have questions or if I need help, how can I contact you ? ], fireOnScroll : true, autoOpen : true }, params ); var scrolled = false; var _fire = function() { if ( scrolled ) return; // Inject script $('script:first').before( $('<script>', { id : 'helpscout-beacon-script' })); $('#helpscout-beacon-script').append( '!function(e,t,n){function a(){var e=t.getElementsByTagName("script")[0],n=t.createElement("script");n.type="text/javascript",n.async=!0,n.src="https://beacon-v2.helpscout.net",e.parentNode.insertBefore(n,e)}if(e.Beacon=n=function(t,n,a){e.Beacon.readyQueue.push({method:t,options:n,data:a})},n.readyQueue=[],"complete"===t.readyState)return a();e.attachEvent?e.attachEvent("onload",a):e.addEventListener("load",a,!1)}(window,document,window.Beacon||function(){});' ); if ( _.isUndefined( Beacon ) ) return; scrolled = true; // Hide Helpscout button Beacon('on', 'open', function() { _.delay( function() { var $frame_one = $('iframe', '#beacon-container').first().contents(), _style; if ( false != $frame_one.length ) { _style = $.parseHTML( '.c-PoweredBy__link {display:none;}' ); $frame_one.find('head').append( $( '<style/>', { id : 'custom-style', html:_style } ) ); } }, 1000 ); }); Beacon('on', 'ready', function() { // Setup suggested articles if ( params.suggested && _.isArray( params.suggested ) && ! _.isEmpty( params.suggested ) ) { window.Beacon('suggest', params.suggested ); } // Shall we open after a delay ? _.delay( function() { // Shall if ( ! params.autoOpen ) return; window.Beacon('open'); }, params.delay ); }); if ( window.Beacon ) { //HS.beacon.init(); window.Beacon('init', '3754a975-2592-4b73-94b7-1f0a0e71c6f6'); Beacon('config', { docsEnabled: true, // hideFABOnMobile:true, // hideFABLabelOnMobile:true, mode: 'selfService', display: { style: 'icon', iconImage: 'search', }, // messaging: { // chatEnabled: true, // chat: { // customFieldsEnabled: true, // }, // contactForm: { // customFieldsEnabled: true, // showName: true, // }, // }, labels: { suggestedForYou: 'Browse our knowledge base', }, }); } };//_fire if ( ! params.fireOnScroll ) { _fire();//fire on page load } else { $( window ).on( 'scroll' , _.throttle( _fire , 100 ) ); } });//jQuery( function($) {}) };//_fireBeaconOnScroll _fireBeaconOnScroll( { autoOpen : false }); </script> <style id='nimble-global-inline-style-inline-css'> .nb-loc [data-sek-level], .nb-loc [data-sek-level] p, .nb-loc [data-sek-level] .sek-btn, .nb-loc [data-sek-level] button, .nb-loc [data-sek-level] input, .nb-loc [data-sek-level] select, .nb-loc [data-sek-level] optgroup, .nb-loc [data-sek-level] textarea, .nb-loc [data-sek-level] ul, .nb-loc [data-sek-level] ol, .nb-loc [data-sek-level] li{font-family:'Roboto';} </style> <script id="edd-ajax-js-extra"> var edd_scripts = {"ajaxurl":"https:\/\/presscustomizr.com\/wp-admin\/admin-ajax.php","position_in_cart":"","has_purchase_links":"","already_in_cart_message":"You have already added this item to your cart","empty_cart_message":"Your cart is empty","loading":"Loading","select_option":"Please select an option","is_checkout":"0","default_gateway":"stripe","redirect_to_checkout":"1","checkout_page":"https:\/\/presscustomizr.com\/checkout\/","permalinks":"1","quantities_enabled":"","taxes_enabled":"0","current_page":"451403"}; </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://presscustomizr.com/wp-content/cache/min/1/wp-content/plugins/easy-digital-downloads/assets/js/edd-ajax.js?ver=1715960103" id="edd-ajax-js"></script> <script type="rocketlazyloadscript" id="rocket-browser-checker-js-after"> "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); </script> <script id="rocket-preload-links-js-extra"> var RocketPreloadLinksConfig = {"excludeUris":"\/edd-sl\/|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/edd-sl\/|\/checkout\/|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/presscustomizr.com","onHoverDelay":"100","rateThrottle":"3"}; </script> <script type="rocketlazyloadscript" id="rocket-preload-links-js-after"> (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); </script> <script type="rocketlazyloadscript" data-rocket-src="https://presscustomizr.com/wp-includes/js/comment-reply.min.js?ver=6.7.1" id="comment-reply-js" async data-wp-strategy="async"></script> <script type="rocketlazyloadscript" data-rocket-src="https://presscustomizr.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script> <script id="perfmatters-lazy-load-js-before"> window.lazyLoadOptions={elements_selector:"img[data-src],.perfmatters-lazy,.perfmatters-lazy-css-bg",thresholds:"0px 0px",class_loading:"pmloading",class_loaded:"pmloaded",callback_loaded:function(element){if(element.tagName==="IFRAME"){if(element.classList.contains("pmloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener("LazyLoad::Initialized",function(e){var lazyLoadInstance=e.detail.instance;var target=document.querySelector("body");var observer=new MutationObserver(function(mutations){lazyLoadInstance.update()});var config={childList:!0,subtree:!0};observer.observe(target,config);});function perfmattersLazyLoadYouTube(e){var t=document.createElement("iframe"),r="ID?";r+=0===e.dataset.query.length?"":e.dataset.query+"&",r+="autoplay=1",t.setAttribute("src",r.replace("ID",e.dataset.src)),t.setAttribute("frameborder","0"),t.setAttribute("allowfullscreen","1"),t.setAttribute("allow","accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),e.replaceChild(t,e.firstChild)} </script> <script async src="https://presscustomizr.com/wp-content/plugins/perfmatters/js/lazyload.min.js?ver=6.2.6" id="perfmatters-lazy-load-js"></script> <script type="rocketlazyloadscript" id="fpu-front-localized">var FPUFront = {"Spanvalue":"4","ThemeName":"customizr-pro","imageCentered":"1","smartLoad":"1"};</script> <script type="rocketlazyloadscript" id="nb-load-pro-front-script"> nb_.preloadOrDeferAsset( { id : 'nb-pro-front-js', as : 'script', href : "https://presscustomizr.com/wp-content/plugins/nimble-builder-pro/assets/front/js/ccat-nb-pro-front.min.js?ver=1.0.14", onEvent : 'nb-app-ready', scriptEl : document.getElementById('nb-load-pro-front-script') }); </script> <script type="text/javascript" id="perfmatters-delayed-styles-js">!function(){const e=["keydown","mousemove","wheel","touchmove","touchstart","touchend"];function t(){document.querySelectorAll("link[data-pmdelayedstyle]").forEach(function(e){e.setAttribute("href",e.getAttribute("data-pmdelayedstyle"))}),e.forEach(function(e){window.removeEventListener(e,t,{passive:!0})})}e.forEach(function(e){window.addEventListener(e,t,{passive:!0})})}();</script></body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1737666561 -->