CINXE.COM
Category: Customizr theme reviews | 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>Category: Customizr theme reviews | 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" /><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;}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;}hr{box-sizing:content-box;height:0;overflow:visible;}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;}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;}img{vertical-align:middle;border-style:none;}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;}}.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-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%;}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}}@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-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}}.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-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;}.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;}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;}.very-small,.entry-footer .post-info,[class*=grid-container__] .full-image .entry-footer .post-info{font-size:.75em;}.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;}@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-up-small: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%;}.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;}hr{display:block;height:1px;border:0;border-top:1px solid #eceeef;margin:3.2em 0;padding:0;}::-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;}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%;}.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);}.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;}}.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;}.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;}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;}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;}.no-js img{opacity:1 !important;}[id^=customizr-slider-] .bg-link{z-index:4;}#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;}.entry-footer .flex-row{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}[class*=grid-container__] article{margin-bottom:40px;}[class*=grid-container__masonry] article{margin-bottom:20px;}.grid-title_size,.grid .entry-title,.grid .woocommerce .woocommerce-products-header .page-title,.woocommerce .woocommerce-products-header .grid .page-title{line-height:1.4;font-size:1.9em;}.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;}.entry-footer{align-items:center;}.entry-footer .post-info{color:#aaa;line-height:1.55em;position:relative;}.entry-footer:empty{display:none;}.grid__item{position:relative;background:#fff;outline:1px solid #efefef;outline-offset:-1px;z-index:1;}.grid__item .sections-wrapper{z-index:-1;position:relative;}.grid .tc-content{padding:2.5em 15px;margin:0 auto;width:90%;}.grid .entry-header .entry-meta{margin-bottom:1.25em;}.grid .entry-title,.grid .woocommerce .woocommerce-products-header .page-title,.woocommerce .woocommerce-products-header .grid .page-title{margin-top:0;}.grid .entry-footer .post-info{padding-top:1.25em;margin-top:2.5em;margin-bottom:-1em;position:relative;text-align:right;}.grid .entry-footer .post-info::before{content:"";position:absolute;width:100%;height:1px;top:0;left:0;background:#eceeef;}.entry-content__wrapper:not(.row){width:100%;height:100%;position:relative;}.tc-grid-shadow-soft .grid__item{box-shadow:0 1px 3px rgba(0,0,0,.025);}.tc-grid-hover-move .grid__item{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:-ms-transform .1s ease-in-out;transition:-webkit-transform .1s ease-in-out;transition:transform .1s ease-in-out;overflow:hidden;position:relative;}.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;}.archive-header .header-bottom{margin-bottom:-1em;}.archive-header .featurette-divider{margin-top:2.25em;}.page-breadcrumbs{margin-top:2em;margin-bottom:2em;}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;}.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 .post-info a:not(.btn){color:#aaa;}.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%;}.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/category/customizr-theme-reviews/" /> <link rel="next" href="https://presscustomizr.com/category/customizr-theme-reviews/page/2/" /> <meta property="og:type" content="website" /> <meta property="og:locale" content="en_US" /> <meta property="og:site_name" content="Press Customizr" /> <meta property="og:title" content="Category: Customizr theme reviews | Press Customizr" /> <meta property="og:url" content="https://presscustomizr.com/category/customizr-theme-reviews/" /> <meta property="og:image" content="https://presscustomizr.com/wp-content/uploads/2016/12/presscustomizr-icon.png" /> <meta property="og:image:width" content="32" /> <meta property="og:image:height" content="32" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Category: Customizr theme reviews | Press Customizr" /> <meta name="twitter:image" content="https://presscustomizr.com/wp-content/uploads/2016/12/presscustomizr-icon.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":"CollectionPage","@id":"https://presscustomizr.com/category/customizr-theme-reviews/","url":"https://presscustomizr.com/category/customizr-theme-reviews/","name":"Category: Customizr theme reviews | Press Customizr","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,"name":"Category: Customizr theme reviews"}]}}]}</script> <!-- / The SEO Framework by Sybre Waaijer | 17.79ms meta | 12.44ms 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 » Customizr theme reviews Category Feed" href="https://presscustomizr.com/category/customizr-theme-reviews/feed/" /> <link rel='stylesheet' id='pc-infinite-scroll-css' data-pmdelayedstyle="https://presscustomizr.com/wp-content/themes/customizr-pro/addons/bundle/infinite/infinite-scroll/front/assets/css/endlessly.min.css?ver=20140422" media='all' /> <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; } .grid-container__masonry .full-image .entry-header { position: relative; } .grid-container__masonry .entry-footer { margin-top: 2.5em; position: relative; } .grid-container__masonry .format-audio .audio-container iframe { height: 80px; width: 100%; } .grid-container__masonry .full-image .tc-thumbnail img { width: auto; height: 100%; max-width: none; } .grid-container__masonry .post-type__icon { background: transparent; height: auto; line-height: 1; border-radius: 0; font-size: 1em; position: static; width: 100%; float: right; text-align: right; margin-top: -1em; padding: 2% 0; } .grid-container__masonry .tc-content { font-size: 0.95em; line-height: 1.65em; } .grid-container__masonry blockquote, .grid-container__masonry .entry-link { border: none; padding-top: 0; padding-bottom: 0; } .grid-container__masonry .entry-link a, .grid-container__masonry blockquote > * { margin: 0; max-width: 100%; padding-left: 0; } .grid-container__masonry blockquote cite { margin-top: .8em; } .grid-container__masonry blockquote::before, .grid-container__masonry .entry-link::before { content: none; } </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> <script type="rocketlazyloadscript" data-rocket-src="https://presscustomizr.com/wp-content/themes/customizr-pro/addons/bundle/infinite/infinite-scroll/front/assets/js/spin.min.js?ver=1.3" id="spin-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://presscustomizr.com/wp-content/themes/customizr-pro/addons/bundle/infinite/infinite-scroll/front/assets/js/jqueryspin.min.js?ver=1.3" id="jquery.spin-js"></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/categories/1189" /><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" /> <style id="appearing-animation-css" type="text/css"> /* Bottom to top keyframes */ @-webkit-keyframes btt-fade-in { from{ -webkit-transform: translate3d(0, 100%, 0); opacity: 0; } 99% { -webkit-transform: translate3d(0, 0, 0); } to { opacity: 1; } } @-moz-keyframes btt-fade-in { from{ -moz-transform: translate3d(0, 100%, 0); opacity: 0; } 99% { -moz-transform: translate3d(0, 0, 0); } to { opacity: 1; } } @-o-keyframes btt-fade-in { from{ -o-transform: translate3d(0, 100%, 0); opacity: 0; } 99% { -o-transform: translate3d(0, 0, 0); } to { opacity: 1; } } @keyframes btt-fade-in { from { transform: translate3d(0, 100%, 0); opacity: 0; } 99% { transform: translate3d(0, 0, 0); } to { opacity: 1; } } /* * Hack: since ie11 doesn't animate 3d transforms in the right way * with this specific vendor we override the non prefixes keyframes btt-in * only for ms */ @-ms-keyframes btt-fade-in { from { transform: translate(0, 100%); opacity: 0; } 99% { transform: translate(0, 0); } to { opacity: 1; } } #content { overflow: hidden; } .grid-container { position: relative; } .grid-container .grid-item { overflow: visible; } .grid-container .grid-item .grid__item { opacity: 0; } .grid-container.advanced-animation .grid-item .grid__item { -webkit-animation-duration: 0.8s; -moz-animation-duration: 0.8s; -o-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-perspective: 1000; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; -webkit-animation-timing-function: ease-in-out; -moz-animation-timing-function: ease-in-out; -o-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-fill-mode: forwards; -moz-animation-fill-mode: forwards; -o-animation-fill-mode: forwards; animation-fill-mode: forwards; } .grid-container.simple-animation .grid-item .grid__item { -webkit-transition: opacity 2s ease-in-out; -moz-transition: opacity 2s ease-in-out; -ms-transition: opacity 2s ease-in-out; -o-transition: opacity 2s ease-in-out; transition: opacity 2s ease-in-out; } /* * .start_animation here is "hardcoded", * we might want to have different animations in the future */ .grid-container.advanced-animation .grid-item .grid__item.start_animation { -webkit-animation-name: btt-fade-in; -moz-animation-name: btt-fade-in; -o-animation-name: btt-fade-in; animation-name: btt-fade-in; overflow: hidden; } .no-js .grid-container .grid-item .grid__item, .no-cssanimations .grid-container .grid-item .grid__item, .grid-container.advanced-animation .grid-item .grid__item.end_animation {opacity: 1;} </style> <style id="infinite-css" type="text/css"> [class*="infinite-view-"] { width: 100%; } .infinite-loader { position: relative !important; } .masonry__wrapper .infinite-loader { position: absolute !important; } </style> <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__tax_category_1189 nimble-no-group-site-tmpl-skp__all_category archive category category-customizr-theme-reviews category-1189 wp-embed-responsive sek-hide-rc-badge edd-js-none czr-link-hover-underline header-skin-light footer-skin-dark czr-no-sidebar tc-center-images czr-full-layout customizr-pro-2-4-24-with-child-theme czr-post-list-context czr-infinite-scroll-on"> <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-6792b03e2781b" id="lsearch-6792b03e2781b"> <span class="screen-reader-text">Search</span> <input id="s-6792b03e2781b" class="form-control czr-search-field" name="s" type="search" value="" aria-describedby="lsearch-6792b03e2781b" 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-6792b03e28c57" id="lsearch-6792b03e28c57"> <span class="screen-reader-text">Search</span> <input id="s-6792b03e28c57" class="form-control czr-search-field" name="s" type="search" value="" aria-describedby="lsearch-6792b03e28c57" 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> <span class="trail-end">Customizr theme reviews</span></nav> </div> </div> <div class="container" role="main"> <div class="flex-row row column-content-wrapper"> <div id="content" class="col-12 article-container"> <header class="archive-header " > <div class="archive-header-inner"> <h1 class="archive-title"> Customizr theme reviews </h1> <div class="header-bottom"> <span> 21 posts </span> </div> <hr class="featurette-divider"> </div> </header><div class="grid grid-container grid-container__masonry full tc-grid-shadow-soft tc-grid-hover-move" > <div class="masonry__wrapper row"> <article id="post-399657" class="grid-item col-lg-4 col-md-6 col-12 post-399657 post type-post status-publish format-standard category-customizr-theme-reviews czr-hentry" > <div class="sections-wrapper grid__item"> <section class="tc-thumbnail entry-media__holder " > <div class="entry-media__wrapper czr__r-i no-centering"> <a class="bg-link" rel="bookmark" href="https://presscustomizr.com/best-free-wordpress-themes/"></a> <img width="570" height="153" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/2022/06/customizr-review-570x153.png" class="attachment-tc-masonry-thumb-size tc-thumb-type-attachment czr-img no-lazy" alt="Best Free Wordpress Theme" decoding="async" fetchpriority="high" data-srcset="https://presscustomizr.com/wp-content/uploads/2022/06/customizr-review-570x153.png 570w, https://presscustomizr.com/wp-content/uploads/2022/06/customizr-review-300x81.png 300w, https://presscustomizr.com/wp-content/uploads/2022/06/customizr-review-1024x275.png 1024w, https://presscustomizr.com/wp-content/uploads/2022/06/customizr-review-768x206.png 768w, https://presscustomizr.com/wp-content/uploads/2022/06/customizr-review-1536x413.png 1536w, https://presscustomizr.com/wp-content/uploads/2022/06/customizr-review.png 1615w" data-sizes="(max-width: 570px) 100vw, 570px" /><div class="post-action btn btn-skin-dark-shaded inverted"><a href="https://presscustomizr.com/wp-content/uploads/2022/06/customizr-review.png" class="expand-img icn-expand"></a></div> </div> </section> <section class="tc-content entry-content__holder"> <div class="entry-content__wrapper"> <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/customizr-theme-reviews/" title="View all posts in Customizr theme reviews"> <span>Customizr theme reviews</span> </a> </div> <h2 class="entry-title"> <a class="czr-title" href="https://presscustomizr.com/best-free-wordpress-themes/" rel="bookmark">Best Free Wordpress Themes</a> </h2> </div> </header><div class="tc-content-inner entry-summary" > <div class="czr-wp-the-content"> <p>Best Free Wordpress Themes We are happy to report that three new websites rank the Customizr Theme among the best free wordpress themes available for download. We appreciate everyone who reviews our themes, whether that is providing constructive criticism or outright praise. But, we must admit, it feels nice when […]</p> </div> </div><footer class="entry-footer" > <div class="post-info clearfix entry-meta"> <div class="row flex-row"> <div class="col col-auto"><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></div> <div class="col col-auto"> <div class="row"> <div class="col col-auto">Published <a href="https://presscustomizr.com/best-free-wordpress-themes/" title="Permalink to: Best Free Wordpress Themes" rel="bookmark"><time class="entry-date published updated" datetime="8 June 2022">8 June 2022</time></a></div> </div> </div> </div> </div> </footer> </div> </section> </div> </article> <article id="post-381402" class="grid-item col-lg-4 col-md-6 col-12 post-381402 post type-post status-publish format-standard category-customizr-theme-reviews category-customizr-wordpress-theme czr-hentry" > <div class="sections-wrapper grid__item"> <section class="tc-thumbnail entry-media__holder " > <div class="entry-media__wrapper czr__r-i no-centering"> <a class="bg-link" rel="bookmark" href="https://presscustomizr.com/cuztomizr-theme-wins-multiple-awards/"></a> <img width="570" height="411" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/2022/04/Screen-Shot-2022-04-22-at-1.31.03-AM-570x411.png" class="attachment-tc-masonry-thumb-size tc-thumb-type-attachment czr-img no-lazy" alt="96% satisfaction rating" decoding="async" data-srcset="https://presscustomizr.com/wp-content/uploads/2022/04/Screen-Shot-2022-04-22-at-1.31.03-AM-570x411.png 570w, https://presscustomizr.com/wp-content/uploads/2022/04/Screen-Shot-2022-04-22-at-1.31.03-AM-300x217.png 300w, https://presscustomizr.com/wp-content/uploads/2022/04/Screen-Shot-2022-04-22-at-1.31.03-AM-1024x739.png 1024w, https://presscustomizr.com/wp-content/uploads/2022/04/Screen-Shot-2022-04-22-at-1.31.03-AM-768x554.png 768w, https://presscustomizr.com/wp-content/uploads/2022/04/Screen-Shot-2022-04-22-at-1.31.03-AM.png 1100w" data-sizes="(max-width: 570px) 100vw, 570px" /><div class="post-action btn btn-skin-dark-shaded inverted"><a href="https://presscustomizr.com/wp-content/uploads/2022/04/Screen-Shot-2022-04-22-at-1.31.03-AM.png" class="expand-img icn-expand"></a></div> </div> </section> <section class="tc-content entry-content__holder"> <div class="entry-content__wrapper"> <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/customizr-theme-reviews/" title="View all posts in Customizr theme reviews"> <span>Customizr theme reviews</span> </a><a class="tax__link" href="https://presscustomizr.com/category/customizr-wordpress-theme/" title="View all posts in customizr wordpress theme"> <span>customizr wordpress theme</span> </a> </div> <h2 class="entry-title"> <a class="czr-title" href="https://presscustomizr.com/cuztomizr-theme-wins-multiple-awards/" rel="bookmark">Cuztomizr Theme Wins Multiple Awards</a> </h2> </div> </header><div class="tc-content-inner entry-summary" > <div class="czr-wp-the-content"> <p>The team over at SaaS Scout has awarded the Customizr theme with multiple awards: Best WordPress Store Themes #1 out of 58 items Best BuddyPress Themes #2 out of 26 items Best bbPress Themes #8 out of 28 items Highlights that SaaS Scout loves: Excellent customer service Easy to use […]</p> </div> </div><footer class="entry-footer" > <div class="post-info clearfix entry-meta"> <div class="row flex-row"> <div class="col col-auto"><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></div> <div class="col col-auto"> <div class="row"> <div class="col col-auto">Published <a href="https://presscustomizr.com/cuztomizr-theme-wins-multiple-awards/" title="Permalink to: Cuztomizr Theme Wins Multiple Awards" rel="bookmark"><time class="entry-date published updated" datetime="22 April 2022">22 April 2022</time></a></div> </div> </div> </div> </div> </footer> </div> </section> </div> </article> <article id="post-360130" class="grid-item col-lg-4 col-md-6 col-12 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="sections-wrapper grid__item"> <section class="tc-thumbnail entry-media__holder " > <div class="entry-media__wrapper czr__r-i no-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="570" height="428" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_00-10-47-570x428.jpg" class="attachment-tc-masonry-thumb-size 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-570x428.jpg 570w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_00-10-47-300x225.jpg 300w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_00-10-47-768x576.jpg 768w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_00-10-47.jpg 928w" data-sizes="(max-width: 570px) 100vw, 570px" /><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"> <div class="entry-content__wrapper"> <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/customizr-theme-reviews/" title="View all posts in Customizr theme reviews"> <span>Customizr theme reviews</span> </a><a class="tax__link" href="https://presscustomizr.com/category/hueman-theme-reviews/" title="View all posts in Hueman theme reviews"> <span>Hueman theme reviews</span> </a><a class="tax__link" href="https://presscustomizr.com/category/news/" title="View all posts in News"> <span>News</span> </a><a class="tax__link" href="https://presscustomizr.com/category/reviews/" title="View all posts in Reviews / Featured On"> <span>Reviews / Featured On</span> </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 General Opinion 😎 https://winningwp.com/best-and-most-popular-free-wordpress-themes/ </p> </div> </div><footer class="entry-footer" > <div class="post-info clearfix entry-meta"> <div class="row flex-row"> <div class="col col-auto"><span class="author-meta">by <span class="author vcard"><span class="author_name"><a class="url fn n" href="https://presscustomizr.com/author/press-customizr-team/" title="View all posts by Press Customizr" rel="author">Press Customizr</a></span></span></span></div> <div class="col col-auto"> <div class="row"> <div class="col col-auto">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> </div> </div> </div> </div> </footer> </div> </section> </div> </article> <article id="post-360309" class="grid-item col-lg-4 col-md-6 col-12 post-360309 post type-post status-publish format-standard has-post-thumbnail category-customizr-theme-reviews category-reviews czr-hentry" > <div class="sections-wrapper grid__item"> <section class="tc-thumbnail entry-media__holder " > <div class="entry-media__wrapper czr__r-i no-centering"> <a class="bg-link" rel="bookmark" href="https://presscustomizr.com/customizr-is-part-of-dessign-net-curated-list-of-40-best-free-wordpress-business-themes/"></a> <img width="570" height="538" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_19-04-23-570x538.jpg" class="attachment-tc-masonry-thumb-size 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_19-04-23-570x538.jpg 570w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_19-04-23-300x283.jpg 300w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_19-04-23-768x724.jpg 768w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_19-04-23.jpg 790w" data-sizes="(max-width: 570px) 100vw, 570px" /><div class="post-action btn btn-skin-dark-shaded inverted"><a href="https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_19-04-23.jpg" class="expand-img icn-expand"></a></div> </div> </section> <section class="tc-content entry-content__holder"> <div class="entry-content__wrapper"> <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/customizr-theme-reviews/" title="View all posts in Customizr theme reviews"> <span>Customizr theme reviews</span> </a><a class="tax__link" href="https://presscustomizr.com/category/reviews/" title="View all posts in Reviews / Featured On"> <span>Reviews / Featured On</span> </a> </div> <h2 class="entry-title"> <a class="czr-title" href="https://presscustomizr.com/customizr-is-part-of-dessign-net-curated-list-of-40-best-free-wordpress-business-themes/" rel="bookmark">Customizr is part of dessign.net curated list of 40 best free WordPress business themes (Most Popular 2021) ! 😎</a> </h2> </div> </header><div class="tc-content-inner entry-summary" > <div class="czr-wp-the-content"> <p>Customizr is a simple and fast WordPress theme designed to help you attract and engage more visitors. Provides a perfect user experience on smartphones. Powers more than 100K active sites around the world. Hundreds of 5-stars reviews received on WordPress.org. Full post : https://dessign.net/free-business-wordpress-themes/</p> </div> </div><footer class="entry-footer" > <div class="post-info clearfix entry-meta"> <div class="row flex-row"> <div class="col col-auto"><span class="author-meta">by <span class="author vcard"><span class="author_name"><a class="url fn n" href="https://presscustomizr.com/author/press-customizr-team/" title="View all posts by Press Customizr" rel="author">Press Customizr</a></span></span></span></div> <div class="col col-auto"> <div class="row"> <div class="col col-auto">Published <a href="https://presscustomizr.com/customizr-is-part-of-dessign-net-curated-list-of-40-best-free-wordpress-business-themes/" title="Permalink to: Customizr is part of dessign.net curated list of 40 best free WordPress business themes (Most Popular 2021) ! 😎" rel="bookmark"><time class="entry-date published updated" datetime="2 July 2021">2 July 2021</time></a></div> </div> </div> </div> </div> </footer> </div> </section> </div> </article> <article id="post-360317" class="grid-item col-lg-4 col-md-6 col-12 post-360317 post type-post status-publish format-standard has-post-thumbnail category-customizr-theme-reviews category-reviews czr-hentry" > <div class="sections-wrapper grid__item"> <section class="tc-thumbnail entry-media__holder " > <div class="entry-media__wrapper czr__r-i no-centering"> <a class="bg-link" rel="bookmark" href="https://presscustomizr.com/%f0%9f%98%8a-customizr-ranks-10-on-60-in-hostinger-com-list-of-best-free-wordpress-themes/"></a> <img width="570" height="552" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_19-11-54-570x552.jpg" class="attachment-tc-masonry-thumb-size 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_19-11-54-570x552.jpg 570w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_19-11-54-300x290.jpg 300w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_19-11-54.jpg 689w" data-sizes="(max-width: 570px) 100vw, 570px" /><div class="post-action btn btn-skin-dark-shaded inverted"><a href="https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_19-11-54.jpg" class="expand-img icn-expand"></a></div> </div> </section> <section class="tc-content entry-content__holder"> <div class="entry-content__wrapper"> <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/customizr-theme-reviews/" title="View all posts in Customizr theme reviews"> <span>Customizr theme reviews</span> </a><a class="tax__link" href="https://presscustomizr.com/category/reviews/" title="View all posts in Reviews / Featured On"> <span>Reviews / Featured On</span> </a> </div> <h2 class="entry-title"> <a class="czr-title" href="https://presscustomizr.com/%f0%9f%98%8a-customizr-ranks-10-on-60-in-hostinger-com-list-of-best-free-wordpress-themes/" rel="bookmark">😊 Customizr ranks #10 (on 60) in Hostinger.com list of Best Free WordPress Themes</a> </h2> </div> </header><div class="tc-content-inner entry-summary" > <div class="czr-wp-the-content"> <p>Customizr is one of the best responsive WordPress themes. It provides the look and user experience of a smartphone app on any mobile website. To help increase the loading speed, it comes with a default lazy loading feature. Additionally, the theme features a grid layout and a built-in full-width slider […]</p> </div> </div><footer class="entry-footer" > <div class="post-info clearfix entry-meta"> <div class="row flex-row"> <div class="col col-auto"><span class="author-meta">by <span class="author vcard"><span class="author_name"><a class="url fn n" href="https://presscustomizr.com/author/press-customizr-team/" title="View all posts by Press Customizr" rel="author">Press Customizr</a></span></span></span></div> <div class="col col-auto"> <div class="row"> <div class="col col-auto">Published <a href="https://presscustomizr.com/%f0%9f%98%8a-customizr-ranks-10-on-60-in-hostinger-com-list-of-best-free-wordpress-themes/" title="Permalink to: 😊 Customizr ranks #10 (on 60) in Hostinger.com list of Best Free WordPress Themes" rel="bookmark"><time class="entry-date published updated" datetime="30 June 2021">30 June 2021</time></a></div> </div> </div> </div> </div> </footer> </div> </section> </div> </article> <article id="post-360285" class="grid-item col-lg-4 col-md-6 col-12 post-360285 post type-post status-publish format-standard has-post-thumbnail category-customizr-theme-reviews category-reviews czr-hentry" > <div class="sections-wrapper grid__item"> <section class="tc-thumbnail entry-media__holder " > <div class="entry-media__wrapper czr__r-i no-centering"> <a class="bg-link" rel="bookmark" href="https://presscustomizr.com/customizr-theme-included-in-codeless-53-best-free-wordpress-themes-2021-hand-picked/"></a> <img width="570" height="428" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/2021/04/customizr-570x428.jpg" class="attachment-tc-masonry-thumb-size tc-thumb-type-thumb czr-img no-lazy wp-post-image" alt="Best Free Wordpress Theme" decoding="async" data-srcset="https://presscustomizr.com/wp-content/uploads/2021/04/customizr-570x428.jpg 570w, https://presscustomizr.com/wp-content/uploads/2021/04/customizr-300x225.jpg 300w, https://presscustomizr.com/wp-content/uploads/2021/04/customizr-1024x768.jpg 1024w, https://presscustomizr.com/wp-content/uploads/2021/04/customizr-768x576.jpg 768w, https://presscustomizr.com/wp-content/uploads/2021/04/customizr.jpg 1200w" data-sizes="(max-width: 570px) 100vw, 570px" /><div class="post-action btn btn-skin-dark-shaded inverted"><a href="https://presscustomizr.com/wp-content/uploads/2021/04/customizr.jpg" class="expand-img icn-expand"></a></div> </div> </section> <section class="tc-content entry-content__holder"> <div class="entry-content__wrapper"> <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/customizr-theme-reviews/" title="View all posts in Customizr theme reviews"> <span>Customizr theme reviews</span> </a><a class="tax__link" href="https://presscustomizr.com/category/reviews/" title="View all posts in Reviews / Featured On"> <span>Reviews / Featured On</span> </a> </div> <h2 class="entry-title"> <a class="czr-title" href="https://presscustomizr.com/customizr-theme-included-in-codeless-53-best-free-wordpress-themes-2021-hand-picked/" rel="bookmark">Customizr theme included in Codeless 53 Best Free WordPress Themes 2021 (Hand-Picked)</a> </h2> </div> </header><div class="tc-content-inner entry-summary" > <div class="czr-wp-the-content"> <p>Customizr is a free WordPress theme which is specifically designed to appear like an app. It means that it is 100% responsive. The website created with Customizr is superfast that it loads even faster than you scroll your page. Customizr is a wonderful theme for personal as well as business […]</p> </div> </div><footer class="entry-footer" > <div class="post-info clearfix entry-meta"> <div class="row flex-row"> <div class="col col-auto"><span class="author-meta">by <span class="author vcard"><span class="author_name"><a class="url fn n" href="https://presscustomizr.com/author/press-customizr-team/" title="View all posts by Press Customizr" rel="author">Press Customizr</a></span></span></span></div> <div class="col col-auto"> <div class="row"> <div class="col col-auto">Published <a href="https://presscustomizr.com/customizr-theme-included-in-codeless-53-best-free-wordpress-themes-2021-hand-picked/" title="Permalink to: Customizr theme included in Codeless 53 Best Free WordPress Themes 2021 (Hand-Picked)" rel="bookmark"><time class="entry-date published updated" datetime="3 April 2021">3 April 2021</time></a></div> </div> </div> </div> </div> </footer> </div> </section> </div> </article> <article id="post-360248" class="grid-item col-lg-4 col-md-6 col-12 post-360248 post type-post status-publish format-standard has-post-thumbnail category-customizr-theme-reviews category-reviews czr-hentry" > <div class="sections-wrapper grid__item"> <section class="tc-thumbnail entry-media__holder " > <div class="entry-media__wrapper czr__r-i no-centering"> <a class="bg-link" rel="bookmark" href="https://presscustomizr.com/customizr-theme-in-the-top-30-free-business-wordpress-themes-of-2021/"></a> <img width="570" height="447" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_15-09-57-570x447.jpg" class="attachment-tc-masonry-thumb-size 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_15-09-57-570x447.jpg 570w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_15-09-57-300x235.jpg 300w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_15-09-57-768x602.jpg 768w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_15-09-57.jpg 814w" data-sizes="(max-width: 570px) 100vw, 570px" /><div class="post-action btn btn-skin-dark-shaded inverted"><a href="https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_15-09-57.jpg" class="expand-img icn-expand"></a></div> </div> </section> <section class="tc-content entry-content__holder"> <div class="entry-content__wrapper"> <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/customizr-theme-reviews/" title="View all posts in Customizr theme reviews"> <span>Customizr theme reviews</span> </a><a class="tax__link" href="https://presscustomizr.com/category/reviews/" title="View all posts in Reviews / Featured On"> <span>Reviews / Featured On</span> </a> </div> <h2 class="entry-title"> <a class="czr-title" href="https://presscustomizr.com/customizr-theme-in-the-top-30-free-business-wordpress-themes-of-2021/" rel="bookmark">Customizr theme in the top 30 Free Business WordPress Themes of 2021 by Blossom Themes</a> </h2> </div> </header><div class="tc-content-inner entry-summary" > <div class="czr-wp-the-content"> <p>Customizr is a modern business theme with a design that has high-quality standards and exceptional user experience. Customizr is ideal for any corporate website. It is SEO friendly, speed-optimized, and accessible. This theme always keeps up with the latest web technologies to keep users engaged. Customizr is easy to install. […]</p> </div> </div><footer class="entry-footer" > <div class="post-info clearfix entry-meta"> <div class="row flex-row"> <div class="col col-auto"><span class="author-meta">by <span class="author vcard"><span class="author_name"><a class="url fn n" href="https://presscustomizr.com/author/press-customizr-team/" title="View all posts by Press Customizr" rel="author">Press Customizr</a></span></span></span></div> <div class="col col-auto"> <div class="row"> <div class="col col-auto">Published <a href="https://presscustomizr.com/customizr-theme-in-the-top-30-free-business-wordpress-themes-of-2021/" title="Permalink to: Customizr theme in the top 30 Free Business WordPress Themes of 2021 by Blossom Themes" rel="bookmark"><time class="entry-date published updated" datetime="30 March 2021">30 March 2021</time></a></div> </div> </div> </div> </div> </footer> </div> </section> </div> </article> <article id="post-360288" class="grid-item col-lg-4 col-md-6 col-12 post-360288 post type-post status-publish format-standard has-post-thumbnail category-customizr-theme-reviews category-reviews czr-hentry" > <div class="sections-wrapper grid__item"> <section class="tc-thumbnail entry-media__holder " > <div class="entry-media__wrapper czr__r-i no-centering"> <a class="bg-link" rel="bookmark" href="https://presscustomizr.com/theme-grill-includes-customizr-in-the-20-best-free-multipurpose-wordpress-themes-for-websites-of-all-niche/"></a> <img width="570" height="408" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_17-11-50-570x408.jpg" class="attachment-tc-masonry-thumb-size 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_17-11-50-570x408.jpg 570w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_17-11-50-300x215.jpg 300w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_17-11-50-1024x733.jpg 1024w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_17-11-50-768x550.jpg 768w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_17-11-50.jpg 1130w" data-sizes="(max-width: 570px) 100vw, 570px" /><div class="post-action btn btn-skin-dark-shaded inverted"><a href="https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_17-11-50.jpg" class="expand-img icn-expand"></a></div> </div> </section> <section class="tc-content entry-content__holder"> <div class="entry-content__wrapper"> <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/customizr-theme-reviews/" title="View all posts in Customizr theme reviews"> <span>Customizr theme reviews</span> </a><a class="tax__link" href="https://presscustomizr.com/category/reviews/" title="View all posts in Reviews / Featured On"> <span>Reviews / Featured On</span> </a> </div> <h2 class="entry-title"> <a class="czr-title" href="https://presscustomizr.com/theme-grill-includes-customizr-in-the-20-best-free-multipurpose-wordpress-themes-for-websites-of-all-niche/" rel="bookmark">Theme Grill includes Customizr in the 20+ Best Free Multipurpose WordPress Themes For Websites Of All Niche!</a> </h2> </div> </header><div class="tc-content-inner entry-summary" > <div class="czr-wp-the-content"> <p>Customizr is also one of the most flexible WordPress themes while considering a list of multipurpose themes. This theme can be easily used and customized according to your needs to create the website you want. And as mentioned in the name too, it is very easy to customize the theme. […]</p> </div> </div><footer class="entry-footer" > <div class="post-info clearfix entry-meta"> <div class="row flex-row"> <div class="col col-auto"><span class="author-meta">by <span class="author vcard"><span class="author_name"><a class="url fn n" href="https://presscustomizr.com/author/press-customizr-team/" title="View all posts by Press Customizr" rel="author">Press Customizr</a></span></span></span></div> <div class="col col-auto"> <div class="row"> <div class="col col-auto">Published <a href="https://presscustomizr.com/theme-grill-includes-customizr-in-the-20-best-free-multipurpose-wordpress-themes-for-websites-of-all-niche/" title="Permalink to: Theme Grill includes Customizr in the 20+ Best Free Multipurpose WordPress Themes For Websites Of All Niche!" rel="bookmark"><time class="entry-date published updated" datetime="1 March 2021">1 March 2021</time></a></div> </div> </div> </div> </div> </footer> </div> </section> </div> </article> <article id="post-360564" class="grid-item col-lg-4 col-md-6 col-12 post-360564 post type-post status-publish format-standard has-post-thumbnail category-customizr-theme-reviews category-hueman-theme-reviews category-reviews czr-hentry" > <div class="sections-wrapper grid__item"> <section class="tc-thumbnail entry-media__holder " > <div class="entry-media__wrapper czr__r-i no-centering"> <a class="bg-link" rel="bookmark" href="https://presscustomizr.com/customizr-and-hueman-featured-by-themessearch-com-in-the-top-20-most-popular-free-wordpress-themes-2021/"></a> <img width="570" height="570" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-10_15-43-41-570x570.jpg" class="attachment-tc-masonry-thumb-size 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-10_15-43-41-570x570.jpg 570w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-10_15-43-41-300x300.jpg 300w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-10_15-43-41-150x150.jpg 150w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-10_15-43-41-768x768.jpg 768w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-10_15-43-41-510x510.jpg 510w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-10_15-43-41-128x128.jpg 128w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-10_15-43-41-256x256.jpg 256w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-10_15-43-41.jpg 809w" data-sizes="(max-width: 570px) 100vw, 570px" /><div class="post-action btn btn-skin-dark-shaded inverted"><a href="https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-10_15-43-41.jpg" class="expand-img icn-expand"></a></div> </div> </section> <section class="tc-content entry-content__holder"> <div class="entry-content__wrapper"> <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/customizr-theme-reviews/" title="View all posts in Customizr theme reviews"> <span>Customizr theme reviews</span> </a><a class="tax__link" href="https://presscustomizr.com/category/hueman-theme-reviews/" title="View all posts in Hueman theme reviews"> <span>Hueman theme reviews</span> </a><a class="tax__link" href="https://presscustomizr.com/category/reviews/" title="View all posts in Reviews / Featured On"> <span>Reviews / Featured On</span> </a> </div> <h2 class="entry-title"> <a class="czr-title" href="https://presscustomizr.com/customizr-and-hueman-featured-by-themessearch-com-in-the-top-20-most-popular-free-wordpress-themes-2021/" rel="bookmark">Customizr and Hueman featured by Themessearch.com in the Top 20+ Most Popular Free WordPress Themes 2021</a> </h2> </div> </header><div class="tc-content-inner entry-summary" > <div class="czr-wp-the-content"> <p>All of these themes are used on millions of websites. They are professionally crafted, high performant, fully customizable and compatible to all the popular plugins you may need. Each of them can be fully customized to your own needs, so your website will definitely not look like others. Full […]</p> </div> </div><footer class="entry-footer" > <div class="post-info clearfix entry-meta"> <div class="row flex-row"> <div class="col col-auto"><span class="author-meta">by <span class="author vcard"><span class="author_name"><a class="url fn n" href="https://presscustomizr.com/author/press-customizr-team/" title="View all posts by Press Customizr" rel="author">Press Customizr</a></span></span></span></div> <div class="col col-auto"> <div class="row"> <div class="col col-auto">Published <a href="https://presscustomizr.com/customizr-and-hueman-featured-by-themessearch-com-in-the-top-20-most-popular-free-wordpress-themes-2021/" title="Permalink to: Customizr and Hueman featured by Themessearch.com in the Top 20+ Most Popular Free WordPress Themes 2021" rel="bookmark"><time class="entry-date published updated" datetime="1 February 2021">1 February 2021</time></a></div> </div> </div> </div> </div> </footer> </div> </section> </div> </article> <article id="post-360301" class="grid-item col-lg-4 col-md-6 col-12 post-360301 post type-post status-publish format-standard has-post-thumbnail category-customizr-theme-reviews category-hueman-theme-reviews category-reviews czr-hentry" > <div class="sections-wrapper grid__item"> <section class="tc-thumbnail entry-media__holder " > <div class="entry-media__wrapper czr__r-i no-centering"> <a class="bg-link" rel="bookmark" href="https://presscustomizr.com/customizr-and-hueman-listed-by-instructify-in-the-top-10-best-wordpress-templates-to-pick-from-bluehost-dashboard/"></a> <img width="570" height="495" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_18-41-58-570x495.jpg" class="attachment-tc-masonry-thumb-size 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_18-41-58-570x495.jpg 570w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_18-41-58-300x261.jpg 300w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_18-41-58.jpg 760w" data-sizes="(max-width: 570px) 100vw, 570px" /><div class="post-action btn btn-skin-dark-shaded inverted"><a href="https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_18-41-58.jpg" class="expand-img icn-expand"></a></div> </div> </section> <section class="tc-content entry-content__holder"> <div class="entry-content__wrapper"> <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/customizr-theme-reviews/" title="View all posts in Customizr theme reviews"> <span>Customizr theme reviews</span> </a><a class="tax__link" href="https://presscustomizr.com/category/hueman-theme-reviews/" title="View all posts in Hueman theme reviews"> <span>Hueman theme reviews</span> </a><a class="tax__link" href="https://presscustomizr.com/category/reviews/" title="View all posts in Reviews / Featured On"> <span>Reviews / Featured On</span> </a> </div> <h2 class="entry-title"> <a class="czr-title" href="https://presscustomizr.com/customizr-and-hueman-listed-by-instructify-in-the-top-10-best-wordpress-templates-to-pick-from-bluehost-dashboard/" rel="bookmark">Customizr and Hueman listed by Instructify in the top 10 best WordPress templates to pick from Bluehost dashboard</a> </h2> </div> </header><div class="tc-content-inner entry-summary" > <div class="czr-wp-the-content"> <p>Hueman is one of the most highly rated WordPress themes today, thanks to its highly customizable design, clean grid layouts and optional menus. It’s a magazine style theme that works well for any business or niche. Hueman is fully responsive and fast, so site visitors on mobile devices will discover […]</p> </div> </div><footer class="entry-footer" > <div class="post-info clearfix entry-meta"> <div class="row flex-row"> <div class="col col-auto"><span class="author-meta">by <span class="author vcard"><span class="author_name"><a class="url fn n" href="https://presscustomizr.com/author/press-customizr-team/" title="View all posts by Press Customizr" rel="author">Press Customizr</a></span></span></span></div> <div class="col col-auto"> <div class="row"> <div class="col col-auto">Published <a href="https://presscustomizr.com/customizr-and-hueman-listed-by-instructify-in-the-top-10-best-wordpress-templates-to-pick-from-bluehost-dashboard/" title="Permalink to: Customizr and Hueman listed by Instructify in the top 10 best WordPress templates to pick from Bluehost dashboard" rel="bookmark"><time class="entry-date published updated" datetime="20 January 2021">20 January 2021</time></a></div> </div> </div> </div> </div> </footer> </div> </section> </div> </article> <article id="post-360298" class="grid-item col-lg-4 col-md-6 col-12 post-360298 post type-post status-publish format-standard has-post-thumbnail category-customizr-theme-reviews category-reviews czr-hentry" > <div class="sections-wrapper grid__item"> <section class="tc-thumbnail entry-media__holder " > <div class="entry-media__wrapper czr__r-i no-centering"> <a class="bg-link" rel="bookmark" href="https://presscustomizr.com/customizr-in-12-best-free-ecommerce-wordpress-themes-in-2021-for-an-online-business-%f0%9f%98%8e-by-wp-shopmart/"></a> <img width="570" height="543" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_18-23-08-570x543.jpg" class="attachment-tc-masonry-thumb-size 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_18-23-08-570x543.jpg 570w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_18-23-08-300x286.jpg 300w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_18-23-08.jpg 727w" data-sizes="(max-width: 570px) 100vw, 570px" /><div class="post-action btn btn-skin-dark-shaded inverted"><a href="https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_18-23-08.jpg" class="expand-img icn-expand"></a></div> </div> </section> <section class="tc-content entry-content__holder"> <div class="entry-content__wrapper"> <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/customizr-theme-reviews/" title="View all posts in Customizr theme reviews"> <span>Customizr theme reviews</span> </a><a class="tax__link" href="https://presscustomizr.com/category/reviews/" title="View all posts in Reviews / Featured On"> <span>Reviews / Featured On</span> </a> </div> <h2 class="entry-title"> <a class="czr-title" href="https://presscustomizr.com/customizr-in-12-best-free-ecommerce-wordpress-themes-in-2021-for-an-online-business-%f0%9f%98%8e-by-wp-shopmart/" rel="bookmark">Customizr in 12 best free eCommerce WordPress themes in 2021 for an online business. 😎 ( by WP Shopmart )</a> </h2> </div> </header><div class="tc-content-inner entry-summary" > <div class="czr-wp-the-content"> <p>Customizr is a powerful, simple, and feature-rich free eCommerce WordPress theme specially designed to attract more visitors. This theme has a super user-friendly design and with 70,000+ Active Installations, this theme is known as one of the most famous themes available on the WordPress market. Full post : https://wpshopmart.com/free-ecommerce-wordpress-themes/ </p> </div> </div><footer class="entry-footer" > <div class="post-info clearfix entry-meta"> <div class="row flex-row"> <div class="col col-auto"><span class="author-meta">by <span class="author vcard"><span class="author_name"><a class="url fn n" href="https://presscustomizr.com/author/press-customizr-team/" title="View all posts by Press Customizr" rel="author">Press Customizr</a></span></span></span></div> <div class="col col-auto"> <div class="row"> <div class="col col-auto">Published <a href="https://presscustomizr.com/customizr-in-12-best-free-ecommerce-wordpress-themes-in-2021-for-an-online-business-%f0%9f%98%8e-by-wp-shopmart/" title="Permalink to: Customizr in 12 best free eCommerce WordPress themes in 2021 for an online business. 😎 ( by WP Shopmart )" rel="bookmark"><time class="entry-date published updated" datetime="4 September 2020">4 September 2020</time></a></div> </div> </div> </div> </div> </footer> </div> </section> </div> </article> <article id="post-360225" class="grid-item col-lg-4 col-md-6 col-12 post-360225 post type-post status-publish format-standard has-post-thumbnail category-customizr-theme-reviews category-reviews czr-hentry" > <div class="sections-wrapper grid__item"> <section class="tc-thumbnail entry-media__holder " > <div class="entry-media__wrapper czr__r-i no-centering"> <a class="bg-link" rel="bookmark" href="https://presscustomizr.com/customizr-selected-in-the-best-wordpress-themes-for-business-by-beebom/"></a> <img width="570" height="446" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_14-25-26-570x446.jpg" class="attachment-tc-masonry-thumb-size 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_14-25-26-570x446.jpg 570w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_14-25-26-300x235.jpg 300w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_14-25-26-768x601.jpg 768w, https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_14-25-26.jpg 778w" data-sizes="(max-width: 570px) 100vw, 570px" /><div class="post-action btn btn-skin-dark-shaded inverted"><a href="https://presscustomizr.com/wp-content/uploads/2021/07/2021-07-06_14-25-26.jpg" class="expand-img icn-expand"></a></div> </div> </section> <section class="tc-content entry-content__holder"> <div class="entry-content__wrapper"> <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/customizr-theme-reviews/" title="View all posts in Customizr theme reviews"> <span>Customizr theme reviews</span> </a><a class="tax__link" href="https://presscustomizr.com/category/reviews/" title="View all posts in Reviews / Featured On"> <span>Reviews / Featured On</span> </a> </div> <h2 class="entry-title"> <a class="czr-title" href="https://presscustomizr.com/customizr-selected-in-the-best-wordpress-themes-for-business-by-beebom/" rel="bookmark">Customizr selected in the best WordPress themes for business by BeeBom</a> </h2> </div> </header><div class="tc-content-inner entry-summary" > <div class="czr-wp-the-content"> <p>Customizr is one of the widely editable free WordPress theme for business. The theme comes in eight different color schemes and can be easily customized from WordPress live customize tool. Apart from being responsive, this free theme offers features you wouldn’t expect from it. Full post : https://beebom.com/best-free-wordpress-themes/</p> </div> </div><footer class="entry-footer" > <div class="post-info clearfix entry-meta"> <div class="row flex-row"> <div class="col col-auto"><span class="author-meta">by <span class="author vcard"><span class="author_name"><a class="url fn n" href="https://presscustomizr.com/author/press-customizr-team/" title="View all posts by Press Customizr" rel="author">Press Customizr</a></span></span></span></div> <div class="col col-auto"> <div class="row"> <div class="col col-auto">Published <a href="https://presscustomizr.com/customizr-selected-in-the-best-wordpress-themes-for-business-by-beebom/" title="Permalink to: Customizr selected in the best WordPress themes for business by BeeBom" rel="bookmark"><time class="entry-date published updated" datetime="22 December 2018">22 December 2018</time></a></div> </div> </div> </div> </div> </footer> </div> </section> </div> </article> </div> </div> </div> </div><!-- .column-content-wrapper --> </div><!-- .container --> </div><!-- #main-wrapper --> <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-6792b03e52b77" id="lsearch-6792b03e52b77"> <span class="screen-reader-text">Search</span> <input id="s-6792b03e52b77" class="form-control czr-search-field" name="s" type="search" value="" aria-describedby="lsearch-6792b03e52b77" 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" id="pc-masonry"> /* In this script we fire the grid masonry on the grid only when all the images * therein are fully loaded in case we're not using the images on scroll loading * Imho would be better use a reliable plugin like imagesLoaded (from the same masonry's author) * which addresses various cases, failing etc, as it is not very big. Or at least dive into it * to see if it really suits our needs. * * We can use different approaches while the images are loaded: * 1) loading animation * 2) display the grid in a standard way (organized in rows) and modify che html once the masonry is fired. * 3) use namespaced events * This way we "ensure" a compatibility with browsers not running js * * Or we can also fire the masonry at the start and re-fire it once the images are loaded */ (function() { var _methods = { // global needed : window.czrapp initOnCzrAppReady : function() { jQuery( function($) { if ( typeof undefined === typeof $.fn.masonry ) { console.log('$.fn.masonry missing'); return; } if ( !window.czrapp ) { console.log('window.czrapp missing'); return; } var $grid_container = $('.masonry__wrapper'), masonryReady = $.Deferred(), _isMobileOnPageLoad = czrapp.base.matchMedia && czrapp.base.matchMedia(575),//<=prevent any masonry allowed on resize or device swap afterwards _debouncedMasonryLayoutRefresh = _.debounce( function(){ $grid_container.masonry( 'layout' ); }, 200 ); if ( 1 > $grid_container.length ) { czrapp.errorLog('Masonry container does not exist in the DOM.'); return; } $grid_container.on( 'masonry-init.customizr', function() { masonryReady.resolve(); }); //Init Masonry on imagesLoaded //@see https://github.com/desandro/imagesloaded // //Even if masonry is not fired, let's emit the event anyway //It might be listen to ! $grid_container.imagesLoaded( function() { if ( ! _isMobileOnPageLoad ) { // init Masonry after all images have loaded $grid_container.masonry({ itemSelector: '.grid-item', //to avoid scale transition of the masonry elements when revealed (by masonry.js) after appending hiddenStyle: { opacity: 0 }, visibleStyle: { opacity: 1 }, // see https://github.com/desandro/masonry/blob/master/sandbox/right-to-left.html // originLeft set to false should do the trick // but I've found that in the wordpress masonry version the correct option is: isOriginLeft isOriginLeft: czrapp.isRTL ? false : true, }) //Refresh layout on image loading .on( 'smartload simple_load', 'img', function(evt) { //We don't need to refresh the masonry layout for images in containers with fixed aspect ratio //as they won't alter the items size. These containers are those .grid-item with full-image class if ( $(this).closest( '.grid-item' ).hasClass( 'full-image' ) ) { return; } _debouncedMasonryLayoutRefresh(); }); } $grid_container.trigger( 'masonry-init.customizr' ); }); //Reacts to the infinite post appended czrapp.$_body.on( 'post-load', function( evt, data ) { var _do = function( evt, data ) { if( data && data.type && 'success' == data.type && data.collection && data.html ) { if ( ! _isMobileOnPageLoad ) { //get jquery items from the collection which is like //[ post-ID1, post-ID2, ..] //we grab the jQuery elements with those ids in our $grid_container var $_items = $( data.collection.join(), $grid_container ); if ( $_items.length > 0 ) { $_items.imagesLoaded( function() { //inform masonry that items have been appended: will also re-layout $grid_container.masonry( 'appended', $_items ) //fire masonry done passing our data (we'll listen to this to trigger the animation) .trigger( 'masonry.customizr', data ); setTimeout( function(){ //trigger scroll $(window).trigger('scroll.infinity'); }, 150); }); } } else { //even if masonry is disabled we still need to emit 'masonry.customizr' because listened to by the infinite code to trigger the animation //@see pc-pro-bundle/infinite/init-pro-infinite.php $grid_container.imagesLoaded( function() { $grid_container.trigger( 'masonry.customizr', data ); } ); } }//if data }; if ( 'resolved' == masonryReady.state() ) { _do( evt, data ); } else { masonryReady.then( function() { _do( evt, data ); }); } }); $('body').trigger('czr-masonry-ready'); });//jquery() } };//_methods{} // czrapp.methods.MasonryGrid = {}; // $.extend( czrapp.methods.MasonryGrid , _methods ); // //Instantiate and fire on czrapp ready // czrapp.Base.extend( czrapp.methods.MasonryGrid ); // czrapp.ready.done( function() { // czrapp.methods.MasonryGrid.initOnCzrReady(); // }); var tryToLoadIfMasonryIsReady = function( attempts ) { attempts = attempts || 0; if ( window.jQuery && typeof undefined !== typeof jQuery.fn.masonry ) { _methods.initOnCzrAppReady(); } else if ( attempts < 10 ) { setTimeout( function() { attempts++; tryToLoadIfMasonryIsReady( attempts ); }, 100 ); } } // see wp-content/themes/customizr/assets/front/js/_front_js_fmk/_main_xfire_0.part.js // feb 2020 => implemented for https://github.com/presscustomizr/pro-bundle/issues/162 if ( window.czrapp && czrapp.ready && 'resolved' == czrapp.ready.state() ) { tryToLoadIfMasonryIsReady(); } else { document.addEventListener('czrapp-is-ready', function() { tryToLoadIfMasonryIsReady(); }); } })(); </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> //<![CDATA[ var infiniteScroll = {"settings":{"id":"content .grid-container > .row","ajaxurl":"https:\/\/presscustomizr.com\/?infinity=scrolling","type":"scroll","isClickTypeOnMobile":true,"isClickTypeOnDesktop":true,"wrapper":false,"wrapper_class":"infinite-wrap","footer":false,"handle":"<div id=\"infinite-handle\"><a class=\"btn btn-primary btn-more btn-skin-dark\" href=\"javascript:void(0)\">{text}<\/a><\/div>","appendHandleTo":".article-container","click_handle":"1","text":"Load more","totop":"Scroll back to top","currentday":"22.12.18","order":"DESC","scripts":[],"styles":[],"google_analytics":true,"offset":0,"history":{"host":"presscustomizr.com","path":"\/category\/customizr-theme-reviews\/page\/%d\/","use_trailing_slashes":true,"parameters":""},"query_args":{"category_name":"customizr-theme-reviews","error":"","m":"","p":0,"post_parent":"","subpost":"","subpost_id":"","attachment":"","attachment_id":0,"name":"","pagename":"","page_id":0,"second":"","minute":"","hour":"","day":0,"monthnum":0,"year":0,"w":0,"tag":"","cat":1189,"tag_id":"","author":"","author_name":"","feed":"","tb":"","paged":0,"meta_key":"","meta_value":"","preview":"","s":"","sentence":"","title":"","fields":"","menu_order":"","embed":"","category__in":[],"category__not_in":[],"category__and":[],"post__in":[],"post__not_in":[],"post_name__in":[],"tag__in":[],"tag__not_in":[],"tag__and":[],"tag_slug__in":[],"tag_slug__and":[],"post_parent__in":[],"post_parent__not_in":[],"author__in":[],"author__not_in":[],"search_columns":[],"ignore_sticky_posts":false,"suppress_filters":false,"cache_results":true,"update_post_term_cache":true,"update_menu_item_cache":false,"lazy_load_term_meta":true,"update_post_meta_cache":true,"post_type":"","posts_per_page":12,"nopaging":false,"comments_per_page":"100","no_found_rows":false,"order":"DESC"},"last_post_date":"2018-12-22 13:22:54","body_class":"infinite-scrollneverending","is_home":0,"minWidthForDetermineUrl":1024,"postType":""}}; //]]> </script> <script type="rocketlazyloadscript" data-minify="1" id='llscript8360' data-rocket-src='https://presscustomizr.com/wp-content/cache/min/1/js.js?ver=1715960103'></script>; <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( { delay : 120000, 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 ? ] }); </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 type="rocketlazyloadscript" data-rocket-src="https://presscustomizr.com/wp-content/themes/customizr-pro/addons/bundle/infinite/infinite-scroll/front/assets/js/endlessly.min.js?ver=420190215" id="pc-infinite-scroll-js"></script> <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":"399657"}; </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/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" data-rocket-src="https://presscustomizr.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://presscustomizr.com/wp-includes/js/masonry.min.js?ver=4.2.2" id="masonry-js"></script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> jQuery.extend( infiniteScroll.settings.scripts, ["jquery-core","jquery-migrate","jquery","recapture_frontend_script","underscore","modernizr","tc-scripts","spin","jquery.spin","pc-infinite-scroll","edd-ajax","rocket-browser-checker","rocket-preload-links","jquery-ui-core","perfmatters-lazy-load","imagesloaded","masonry"] ); jQuery.extend( infiniteScroll.settings.styles, ["pc-infinite-scroll","wp-block-library","edd-blocks","classic-theme-styles","edd-styles","edd-recurring","customizr-main","customizr-style","nimble-global-inline-style","core-block-supports-duotone"] ); </script><script type="rocketlazyloadscript" id="fpu-front-localized">var FPUFront = {"Spanvalue":"4","ThemeName":"customizr-pro","imageCentered":"1","smartLoad":"1"};</script> <script type="rocketlazyloadscript" id="appearing-animation-js" data-rocket-type="text/javascript"> !( function($){ var _doWhenCzrappIsReady = function() { var animationEnd = 'webkitAnimationEnd animationend msAnimationEnd oAnimationEnd', wrapperSelector = '.grid-container', animatableSelector = '.grid__item', animatableParentSelector = '.grid-item', $_container = $( wrapperSelector ); if ( !$_container.length ) return; var $_collection = $( animatableParentSelector, $_container ); //wait for masonry init before animate if ( $_container.hasClass( 'masonry' ) ) { $_container.on( 'masonry-init.customizr', function() { animateMe( $_collection, $_container, animatableSelector, animatableParentSelector ); }); } else { animateMe( $_collection, $_container, animatableSelector, animatableParentSelector ); } var _event = $_container.find( '.masonry__wrapper' ).length ? 'masonry.customizr' : 'post-load'; //maybe animate infinite appended elements czrapp.$_body.on( _event, function( e, response ) { if ( 'success' == response.type && response.collection && response.container ) { animateMe( response.collection, $( '#'+response.container ), //_container animatableSelector,//_to_animate_selector animatableParentSelector//_to_animate_parent_selector ); } } ); /* * params: * _collection : an object of the type { id : element [...] } || a jquery object (e.g. list of jquery elements) * _container : the jquery container element or the items to animate, or the selector * _to_animate_selector : item selector to animate * _to_animate_parent_selector : item to animate parent selector */ function animateMe( _collection, _container, _to_animate_selector, _to_animate_parent_selector, type ) { var $_container = $(_container), collection = null; //from array of jquery elements to collection ? //create an array of selectors if ( _collection instanceof jQuery || 'object' !== typeof _collection ) { collection = _.chain( $( _to_animate_parent_selector, $_container ) ) .map( function( _element ) { return '#' + $(_element).attr( 'id' ); }) //remove falsy .compact() //values the chain .value(); } else { collection = _collection; } if ( 'object' !== typeof collection ) { return; } type = type || 'advanced-animation';//simple-animation'; $( wrapperSelector ).addClass( type ); /* * see boxAnimation function in library/js/app.js in the theme you know */ var $allItems = _.size( collection ), startIndex = 0, shown = 0, index = 0, sequential = true; var _simpleAnimation = function( elementSelector ) { $( elementSelector, $_container).find( animatableSelector ).css( 'opacity' , 1 ); }; var _advancedAnimation = function( elementSelector ) { //store the collection index into the element to animate var $_to_animate = $( elementSelector + ' ' + _to_animate_selector , $_container); if ( $_to_animate.hasClass( 'end_animation' ) ) { return;//continue } $_to_animate.attr('data-collection-index', index ); new Waypoint({ element: $( elementSelector, $_container ), handler: function() { var element = $( _to_animate_selector, this.element), parent = $(this.element), currentIndex, isLast; //in case posts are per row the delay is based on the index in the row if ( parent.parent('[class*=grid-cols].row-fluid').length ) { currentIndex = parent.index(); isLast = parent.is(':last-child'); } else { currentIndex = element.attr('data-collection-index'); isLast = false } //testing purpose // element.attr('data-index', currentIndex ); var delay = (!sequential) ? index : ((startIndex !== 0) ? currentIndex - $allItems : currentIndex), delayAttr = parseInt(element.attr('data-delay')); if (isNaN(delayAttr)) delayAttr = 100; delay -= shown; var objTimeout = setTimeout(function() { //replace start_animation with an animation class //the animationEnd routine is needed only because //IS removes not visible nodes (in classical grid and classical blog) //and re-adds them when needed. In the latter case, a new animation //will be triggered, element.addClass('start_animation') .on( animationEnd, function(evt) { if ( element.get()[0] == evt.target ) { element.removeClass('start_animation') .addClass('end_animation'); element.parent(_to_animate_parent_selector).removeClass( 'infinite-doing-animation' ); } }) .parent(_to_animate_parent_selector).addClass( 'infinite-doing-animation' ); shown = isLast ? 0 : currentIndex; }, delay * delayAttr ); parent.data('objTimeout', objTimeout); this.destroy(); },//end handler offset: '150%'//might be tied to a fn() of matchMedia and user choosen grid type in the future }).context.refresh(); //end Waypoint index++; }; //Fire an animation _.each( collection, function( elementSelector ) { if ( 'simple-animation' == type ) { _simpleAnimation( elementSelector ); } else { _advancedAnimation( elementSelector ); } });//end each on the collection };//end animateMe };//end _doWhenCzrappIsReady() // see wp-content/themes/customizr/assets/front/js/_front_js_fmk/_main_xfire_0.part.js // feb 2020 => implemented for https://github.com/presscustomizr/pro-bundle/issues/162 if ( window.czrapp && czrapp.ready && 'resolved' == czrapp.ready.state() ) { _doWhenCzrappIsReady(); } else { document.addEventListener('czrapp-is-ready', function() { _doWhenCzrappIsReady(); }); } })(jQuery); </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@1737666622 -->