CINXE.COM

WordPress Font Customizer | 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>WordPress Font Customizer | Press Customizr</title><link rel="preload" href="https://presscustomizr.com/wp-content/uploads/2018/12/Press-Customizr_H-55px_Plan-de-travail-1.svg" as="image" /><link rel="preload" href="https://presscustomizr.com/wp-content/themes/customizr-pro/assets/front/img/thumb-standard-empty.png" as="image" /><style id="perfmatters-used-css">:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none;}:where(.wp-block-columns){margin-bottom:1.75em;}:where(.wp-block-columns.has-background){padding:1.25em 2.375em;}:where(.wp-block-post-comments input[type=submit]){border:none;}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff;}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000;}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%;}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px;}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px;}.wp-block-embed{overflow-wrap:break-word;}.wp-block-embed figcaption{margin-bottom:1em;margin-top:.5em;}.wp-block-embed iframe{max-width:100%;}.wp-block-embed__wrapper{position:relative;}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%;}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%;}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%;}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%;}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%;}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%;}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%;}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%;}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%;}:where(.wp-block-file){margin-bottom:1.5em;}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em;}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none;}@keyframes turn-on-visibility{0%{opacity:0;}to{opacity:1;}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible;}99%{opacity:0;visibility:visible;}to{opacity:0;visibility:hidden;}}@keyframes lightbox-zoom-in{0%{transform:translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) / 2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));}to{transform:translate(-50%,-50%) scale(1);}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible;}99%{visibility:visible;}to{transform:translate(calc(( -100vw + var(--wp--lightbox-scrollbar-width) ) / 2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden;}}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1;}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8;}ol,ul{box-sizing:border-box;}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em;}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em;}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em);}to{opacity:1;transform:translateY(0);}}:where(p.has-text-color:not(.has-link-color)) a{color:inherit;}:where(.wp-block-post-excerpt){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap);}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em;}:where(.wp-block-pullquote){margin:0 0 1em;}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px;}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px;}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px;}:where(.wp-block-term-description){margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap);}:where(pre.wp-block-verse){font-family:inherit;}.editor-styles-wrapper,.entry-content{counter-reset:footnotes;}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super;}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0;}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px;}.aligncenter{clear:both;}.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;}.edd-icon{display:inline-block;fill:currentColor;position:relative;vertical-align:middle;}@keyframes edd-icon-spin{0%{transform:rotate(0deg);}to{transform:rotate(359deg);}}.edd_purchase_submit_wrapper{position:relative;}.edd_purchase_submit_wrapper a.edd-add-to-cart{text-decoration:none;display:none;position:relative;overflow:hidden;}.edd-add-to-cart .edd-add-to-cart-label{opacity:1;filter:alpha(opacity=100);}.edd-loading,.edd-loading:after{border-radius:50%;display:block;width:1.5em;height:1.5em;}.edd-loading{animation:edd-spinning 1.1s linear infinite;border:.2em solid hsla(0,0%,100%,.2);border-left-color:#fff;font-size:.75em;position:absolute;left:calc(50% - .75em);top:calc(50% - .75em);opacity:0;filter:alpha(opacity=0);transform:translateZ(0);}@keyframes edd-spinning{0%{transform:rotate(0deg);}to{transform:rotate(1turn);}}.edd-loading,a.edd-add-to-cart .edd-add-to-cart-label{transition:opacity .1s !important;}.edd-add-to-cart[data-edd-loading] .edd-add-to-cart-label{opacity:0;filter:alpha(opacity=0);}.edd-add-to-cart[data-edd-loading] .edd-loading,.edd-discount-loader.edd-loading{opacity:1;filter:alpha(opacity=100);}.edd-cart-added-alert{color:#567622;display:block;position:absolute;}.single-download .edd_download_purchase_form{margin-bottom:1.387em;}.edd_download_purchase_form .edd_price_options{margin:0 0 15px;}.edd_download_purchase_form .edd_price_options ul{margin:0;padding:0;list-style:none;}.edd_download_purchase_form .edd_price_options li{display:block;padding:0;margin:0;}.edd_download_purchase_form .edd_price_options span{display:inline;padding:0;margin:0;}#edd-purchase-button,.edd-submit,[type=submit].edd-submit{display:inline-block;padding:6px 12px;margin:0;font-size:14px;font-weight:400;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid #ccc;border-radius:4px;box-shadow:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}.edd-submit.button:focus,[type=submit].edd-submit:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}.edd-submit.button:active{background-image:none;outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,.125);}.edd-submit.button,.edd-submit.button.gray,.edd-submit.button:visited{color:#333;background:#f0f0f0;border-color:#ccc;}.edd-submit.button.gray:active,.edd-submit.button.gray:focus,.edd-submit.button.gray:hover,.edd-submit.button:active,.edd-submit.button:focus,.edd-submit.button:hover{color:#333;background:#ebebeb;border-color:#adadad;}.edd-submit.button.yellow{color:#fff;background:#f0ad4e;border-color:#eea236;}.edd-submit.button.yellow:active,.edd-submit.button.yellow:focus,.edd-submit.button.yellow:hover{color:#fff;background:#ed9c28;border-color:#d58512;}.edd-submit.button.yellow:active{background-image:none;}.eddr-notice{margin:0;text-align:center;}.eddr-notice.variable-prices{text-align:left;}*,*::before,*::after{box-sizing:border-box;}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent;}@-ms-viewport{width:device-width;}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block;}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff;}[tabindex="-1"]:focus{outline:0 !important;}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;}p{margin-top:0;margin-bottom:1rem;}ol,ul,dl{margin-top:0;margin-bottom:1rem;}ol ol,ul ul,ol ul,ul ol{margin-bottom:0;}b,strong{font-weight:bolder;}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects;}a:hover{color:#0056b3;text-decoration:underline;}a:not([href]):not([tabindex]){color:inherit;text-decoration:none;}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none;}a:not([href]):not([tabindex]):focus{outline:0;}figure{margin:0 0 1rem;}img{vertical-align:middle;border-style:none;}svg:not(:root){overflow:hidden;}label{display:inline-block;margin-bottom:.5rem;}button{border-radius:0;}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color;}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}button,input{overflow:visible;}button,select{text-transform:none;}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none;}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0;}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}[type="search"]{outline-offset:-2px;-webkit-appearance:none;}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button;}[hidden]{display:none !important;}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}@media (min-width:576px){.container{max-width:540px;}}@media (min-width:768px){.container{max-width:720px;}}@media (min-width:992px){.container{max-width:960px;}}@media (min-width:1200px){.container{max-width:1140px;}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;}.col{-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%;}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none;}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%;}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}@media (min-width:576px){.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none;}}@media (min-width:768px){.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13;}}@media (min-width:992px){.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none;}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;}.nav-link{display:block;padding:.5rem 1rem;}.nav-link:hover,.nav-link:focus{text-decoration:none;}.nav-link.disabled{color:#6c757d;}.nav-pills .nav-link{border-radius:.25rem;}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff;}.tab-content>.tab-pane{display:none;}.tab-content>.active{display:block;}.clearfix::after{display:block;clear:both;content:"";}.d-none{display:none !important;}.d-flex{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;}@media (min-width:992px){.d-lg-none{display:none !important;}.d-lg-block{display:block !important;}}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;}.flex-wrap{-ms-flex-wrap:wrap !important;flex-wrap:wrap !important;}.flex-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}.justify-content-end{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important;}.justify-content-between{-webkit-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important;}.align-items-center{-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;}.align-self-start{-ms-flex-item-align:start !important;align-self:flex-start !important;}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important;}.flex-lg-nowrap{-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important;}.justify-content-lg-around{-ms-flex-pack:distribute !important;justify-content:space-around !important;}}@media print{*,*::before,*::after{text-shadow:none !important;box-shadow:none !important;}a:not(.btn){text-decoration:underline;}tr,img{page-break-inside:avoid;}p,h2,h3{orphans:3;widows:3;}h2,h3{page-break-after:avoid;}@page{size:a3;}body{min-width:992px !important;}.container{min-width:992px !important;}}body{font-family:"Source Sans Pro",Arial,sans-serif;line-height:1.55;font-size:.9375em;color:#333;}h1{font-size:2.48832em;}h2{font-size:2.0736em;}h3{font-size:1.6em;}h4{font-size:1.44em;}h5{font-size:1.2em;}h1,h2,h3,h4,h5,h6{font-weight:400;color:#303133;line-height:1.25em;}h1,h2,h3,h4,h5,h6,p{margin-top:1.25em;}li p{margin-top:0;}.small,.tabs .nav-link,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,label,input[type=number],form.czr-form.search-form button[type=submit],.grid-container__alternate .entry-footer,.grid-container__classic .tc-content,.grid-container__plain .post-info,.grid-container__plain .author-info,.grid-container__plain .post-tags,.grid-container__square-mini .czr-related-post,.grid-container__square-mini .entry-header,.grid-container__square-mini blockquote,.entry-header .tax__container,.entry-header .post-info,.page__header .header-content .post-info,.post-section-title,.post-author .post-author__wrapper .post-author-title,.post-author__wrapper figure figcaption .action-link,.post-author__wrapper figure figcaption .comment-reply-link,.pagination.post-pagination,.comment-meta time,#cancel-comment-reply-link,.comment-respond .comment-notes,.comment-respond .logged-in-as,.wp-caption-text,.wp-block-image figcaption,.widget_calendar thead tr,.widget_calendar caption,.widget_calendar tfoot,.colophon__row .footer__credits,.woocommerce .woocommerce-message,.woocommerce .woocommerce-error-list,.woocommerce .woocommerce-info,small{font-size:.833333em;}.demi-small,.nav__menu,table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) th,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th,.woocommerce table.shop_table th,table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) td,#add_payment_method .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce table.shop_table td,.page-breadcrumbs,.post-navigation .page-numbers,.post-navigation a,.sidebar{font-size:.95em;}.semi-bold,.btn-more,.btn-small,.btn-edit,a.external,.tax__container a,.czr-overlay .overlay-content .nav__container nav,.entry-footer .post-info a,.grid-container__plain .author-info .author-meta a,.archive-header .header-bottom a,.entry-header .header-bottom a,.page__header .header-content .post-info,.comment-author a,.comment-link,.footer__wrapper h5{font-weight:500;}.bold,.nav__menu,.dropdown-menu.czr-dropdown-menu .nav__link,.btn-large,blockquote,.entry-link,.grid-container__classic .format-link .tc-grid-caption .entry-summary,.post-author .post-author__wrapper .post-author-title,.action-link,.comment-reply-link,#cancel-comment-reply-link,.pingback-list li.pingback .excerpt,.pingback-list li.pingback sup,.widget_recent_comments li,.widget_calendar caption,.widget_calendar tfoot{font-weight:600;}.thick,label,.woocommerce .woocommerce-message,.woocommerce .woocommerce-error-list,.woocommerce .woocommerce-info,strong{font-weight:700;}.service-font,.btn,button[type="submit"],input[type=submit],.woocommerce button.button[type=submit],.woocommerce #respond input#submit,.woocommerce input#submit,.woocommerce input.button,.woocommerce a.button,.woocommerce .button.add_to_cart_button,.woocommerce input#submit.alt.disabled,.woocommerce input.button.alt.disabled,.woocommerce button.button.alt.disabled,.woocommerce a.button.alt.disabled,.woocommerce input#submit.alt,.woocommerce input.button.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.tax__container a,.tagcloud a,.tag__link,.entry-header .post-info,.entry-footer,.archive-header .header-bottom,.entry-header .header-bottom,.comment-meta time,.widget_calendar thead tr{font-family:sans-serif;letter-spacing:1px;}.caps,.nav__menu,button[type="submit"],input[type=submit],.btn-more,.btn-large,table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) th,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th,.woocommerce table.shop_table th,.tax__container a,form.czr-form label,.czr-overlay .overlay-content .nav__container nav,.post-section-title,.post-navigation .page-numbers,.post-navigation a,.post-author__wrapper figure figcaption .action-link,.post-author__wrapper figure figcaption .comment-reply-link,.action-link,.comment-reply-link,#cancel-comment-reply-link,.sidebar .widget-title,.widget_categories li,.widget_calendar caption,.widget_calendar tfoot{text-transform:uppercase;}.letter-spacing-1,.nav__menu,.grid-container__classic .tc-grid-caption .tc-g-cont blockquote,.page__header .header-content .post-info,.widget_categories li,.widget_calendar caption,.widget_calendar tfoot,.colophon__row .footer__credits{letter-spacing:1px;}.letter-spacing-2,table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar):not(.pika-table) th,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th,.woocommerce table.shop_table th,.tax__container a,label,.czr-overlay .overlay-content .nav__container nav,.post-section-title,.post-navigation .page-numbers,.post-navigation a,.action-link,.comment-reply-link,.pingback-list li.pingback sup,.sidebar .widget-title,.woocommerce .woocommerce-message,.woocommerce .woocommerce-error-list,.woocommerce .woocommerce-info{letter-spacing:2px;}.text-left{text-align:left !important;}.text-right{text-align:right !important;}.text-center{text-align:center !important;}@font-face{font-display:swap;font-family:"customizr";src:url("https://presscustomizr.com/wp-content/cache/min/1/wp-content/themes/customizr-pro/assets/front/css/../../../../../../../../../themes/customizr-pro/assets/shared/fonts/customizr/customizr.eot?12839698");src:url("https://presscustomizr.com/wp-content/cache/min/1/wp-content/themes/customizr-pro/assets/front/css/../../../../../../../../../themes/customizr-pro/assets/shared/fonts/customizr/customizr.eot?12839698#iefix") format("embedded-opentype"),url("https://presscustomizr.com/wp-content/cache/min/1/wp-content/themes/customizr-pro/assets/front/css/../../../../../../../../../themes/customizr-pro/assets/shared/fonts/customizr/customizr.woff2?128396981") format("woff2"),url("https://presscustomizr.com/wp-content/cache/min/1/wp-content/themes/customizr-pro/assets/front/css/../../../../../../../../../themes/customizr-pro/assets/shared/fonts/customizr/customizr.woff?12839698") format("woff"),url("https://presscustomizr.com/wp-content/cache/min/1/wp-content/themes/customizr-pro/assets/front/css/../../../../../../../../../themes/customizr-pro/assets/shared/fonts/customizr/customizr.ttf?12839698") format("truetype"),url("https://presscustomizr.com/wp-content/cache/min/1/wp-content/themes/customizr-pro/assets/front/css/../../../../../../../../../themes/customizr-pro/assets/shared/fonts/customizr/customizr.svg?12839698#customizr") format("svg");font-weight:400;font-style:normal;}[class^="icn-"]:before,[class*=" icn-"]:before{content:"";font-family:"customizr";font-style:normal;font-weight:400;speak:none;vertical-align:middle;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.icn-search:before{content:"";}.icn-grid-empty:before{content:"";}.icn-up-small:before{content:"";}.icn-left-open-big:before{content:"";}.icn-right-open-big:before{content:"";}.icn-expand:before{content:"";}.display-flex,.branding__container,.branding__container .branding,.branding__container .mobile-utils__wrapper,.nav__utils,.nav__utils li,.topbar-contact__info,.topbar-nav__container,.topbar-nav__menu-wrapper,.czr-cover-sections>section,.grid-container__square-mini .grid__item,.post-navigation .meta-nav{display:-webkit-box;display:-ms-flexbox;display:flex;}.inline-list-nospace,.inline-list,.czr-contact-info,.socials,.tags{list-style:none;}.inline-list-nospace li,.inline-list li,.czr-contact-info li,.socials li,.tags li{display:inline-block;}.inline-list-nospace li:before,.inline-list li:before,.czr-contact-info li:before,.socials li:before,.tags li:before{content:none;}[class*=czr__r-w]{position:relative;display:block;padding:0;overflow:hidden;}[class*=czr__r-w]::before{display:block;content:"";}[class*=czr__r-w] .czr__r-i{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;}.czr__r-w1by1::before{padding-top:100%;}.screen-reader-text,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}.screen-reader-text:active,.screen-reader-text:focus,.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;white-space:nowrap;}.screen-reader-text.skip-link{background-color:#f1f1f1;box-shadow:0 0 2px 2px rgba(0,0,0,.6);color:#21759b;font-weight:700;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;height:auto;width:auto;}.screen-reader-text.skip-link:focus{position:absolute;z-index:100000;}.czr-collapse{display:none;}body,html{padding:0;margin:0;-webkit-font-smoothing:antialiased;}body{text-align:inherit;}.wp-caption,img{max-width:100%;height:auto;}a{transition:color .3s ease;}a{text-decoration:none;color:#5a5a5a;}a:hover,a:active,a.current-active{text-decoration:none;outline:none;}a:hover,a:focus,a:active,a.active{color:#3b3b3b;}a:focus{outline-offset:-1px;}a img{border:none;}h1,h2,h3,h4,h5,h6{text-rendering:optimizelegibility;}ul,ol{list-style:none;}ul li,ol li{line-height:1.55em;}ul,ol{margin:0;padding:0;}strong{font-weight:700;}figure{text-align:center;}::-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;}.aligncenter{clear:both;display:block;margin:0 auto 1.75em;}p{word-wrap:break-word;}.clearfix{}.clearfix:before,.clearfix:after{content:"";display:table;}.clearfix:after{clear:both;}.header-skin-light .ham__toggler-span-wrapper .line{background:#313131;}.header-skin-light .tc-header .socials a,.header-skin-light .tc-header .socials a:focus,.header-skin-light .tc-header .socials a:active{color:#313131;}.header-skin-light .tc-header .socials a:hover{color:rgba(49,49,49,.7);}.header-skin-light #tc-sn .tc-sn-inner,.header-skin-light .tc-header{color:#313131;background:#fff;}.header-skin-light .tc-header{border-bottom-color:rgba(49,49,49,.09);}.header-skin-light .header-contact__info a,.header-skin-light .header-contact__info a:focus,.header-skin-light .header-contact__info a:active,.header-skin-light .nav__utils a,.header-skin-light .nav__utils a:focus,.header-skin-light .nav__utils a:active{color:#313131;}.header-skin-light .header-contact__info a:hover,.header-skin-light .nav__utils a:hover{color:rgba(49,49,49,.7);}.header-skin-light .nav__utils .ham-toggler-menu.czr-collapsed:hover .line{background-color:rgba(49,49,49,.7);}.header-skin-light [class*=nav__menu] .nav__link,.header-skin-light [class*=nav__menu] .nav__link-wrapper .caret__dropdown-toggler{color:#313131;}.header-skin-light [class*=nav__menu] .nav__title::before{background-color:#313131;}.header-skin-light [class*=nav__menu] .nav__link:hover,.header-skin-light [class*=nav__menu] .nav__link-wrapper .caret__dropdown-toggler:hover,.header-skin-light [class*=nav__menu] .show:not(.dropdown-item)>.nav__link,.header-skin-light [class*=nav__menu] .show:not(.dropdown-item)>.nav__link-wrapper .nav__link{color:#777;}.header-skin-light .vertical-nav>li:not(:last-of-type),.header-skin-light .mobile-nav__container,.header-skin-light .header-search__container,.header-skin-light .mobile-nav__nav{border-color:rgba(49,49,49,.075);}.header-skin-light .tc-header .czr-form label,.header-skin-light .czr-overlay .czr-form label{color:#313131;}.header-skin-light .tc-header .czr-form input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']),.header-skin-light .tc-header .czr-form textarea,.header-skin-light .tc-header .czr-form .form-control,.header-skin-light .czr-overlay .czr-form input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']),.header-skin-light .czr-overlay .czr-form textarea,.header-skin-light .czr-overlay .czr-form .form-control{color:#313131;border-color:#313131;}.tc-header:not(.header-transparent){box-shadow:0 2px 2px rgba(102,102,102,.08);}.vertical-nav>li:not(:last-of-type),.tc-header,.topbar-navbar__wrapper,.mobile-nav__container,.mobile-nav__nav,.header-search__container{border-bottom:1px solid;}.mobile-nav__nav{border-top:1px solid;backface-visibility:hidden;}.primary-navbar__wrapper,.topbar-navbar__wrapper,.mobile-navbar__wrapper,.mobile-navbar__row,.mobile-nav__container,.mobile-nav__nav{background:inherit;}.branding a:focus{outline:thin dotted;outline:-webkit-focus-ring-color auto 5px;}.czr-link-hover-underline [class*=nav__menu] .nav__title{position:relative;}.czr-link-hover-underline [class*=nav__menu] .nav__title:before{content:"";position:absolute;width:100%;height:2px;bottom:1px;left:0;visibility:hidden;-webkit-transform:translate3d(0,0,0) scaleX(0);transform:translate3d(0,0,0) scaleX(0);transition:all .3s ease 0s;}.czr-link-hover-underline [class*=nav__menu] .nav__title:hover::before{visibility:visible;-webkit-transform:translate3d(0,0,0) scaleX(1);transform:translate3d(0,0,0) scaleX(1);}.nav__menu .menu-item{margin:0 6.25px;padding:0;}.nav__menu .menu-item .nav__link{overflow:hidden;padding:0 6.25px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;}.nav__menu .menu-item .nav__link .nav__title{padding:10px 0 5px 0;margin-bottom:5px;}.nav li:not(.mini_cart_item) a:focus,.nav li:not(.mini_cart_item) a:hover{background:transparent !important;}.regular-nav.nav__menu{margin:0 -12.5px;}.utils_links,.ham-toggler-menu,.woocart.cart-contents,.search-toggle_btn{padding:1.25em 15px;-ms-flex-item-align:center;align-self:center;display:block;height:auto;position:relative;}@media (max-width:767px){.mobile-navbar__wrapper .utils_links,.mobile-navbar__wrapper .ham-toggler-menu,.mobile-navbar__wrapper .woocart.cart-contents,.mobile-navbar__wrapper .search-toggle_btn{padding:1.25em 10px;}}.ham-toggler-menu{-webkit-appearance:none;background:transparent;border:none;cursor:pointer;}.ham__toggler-span-wrapper{height:12px;position:relative;width:20px;display:block;}.ham__toggler-span-wrapper .line{display:block;width:20px;height:1.4px;position:absolute;-webkit-border-radius:5px;-webkit-background-clip:padding-box;-moz-border-radius:5px;-moz-background-clip:padding;border-radius:5px;background-clip:padding-box;transition:all ease .35s;-webkit-backface-visibility:hidden;backface-visibility:hidden;}.ham__toggler-span-wrapper .line.line-1{top:0;}.ham__toggler-span-wrapper .line.line-2{top:50%;}.ham__toggler-span-wrapper .line.line-3{top:100%;}.ham-toggler-menu:hover .line{-webkit-transform:translate(-3px,0);transform:translate(-3px,0);width:26px;}.ham-toggler-menu:not(.czr-collapsed) .line-1{-webkit-transform:translate(-3px,6px) rotate(45deg);transform:translate(-3px,6px) rotate(45deg);width:28px;}.ham-toggler-menu:not(.czr-collapsed) .line-2{opacity:0;}.ham-toggler-menu:not(.czr-collapsed) .line-3{-webkit-transform:translate(-3px,-6px) rotate(-45deg);transform:translate(-3px,-6px) rotate(-45deg);width:28px;}.czr-search-expand{display:none;background:#fff;position:absolute;z-index:100;top:49px;width:340px;-webkit-box-shadow:0 1px 0 rgba(255,255,255,.1);box-shadow:0 1px 0 rgba(255,255,255,.1);}.czr-search-expand .czr-search-expand-inner{border:1px solid #eee;box-shadow:0 0 5px rgba(0,0,0,.2),0 1px 0 rgba(255,255,255,.15);transition:-webkit-transform .35s ease-in-out,height .25s ease-in-out,background-color .45s ease-in-out;transition:transform .35s ease-in-out,height .25s ease-in-out,background-color .45s ease-in-out;padding:15px;}.czr-search-expand .czr-search-expand-inner .form-group{margin:0;}.czr-search-expand .czr-search-expand-inner .form-group .czr-search-field{outline:none !important;color:#313131 !important;border-color:#313131 !important;}@media (max-width:992px){.czr-search-expand{display:none !important;}}.vertical-nav.mobile-nav__menu{margin:0 -12.5px;}.primary-navbar__wrapper .branding__container.col{max-width:85%;width:auto;}.primary-navbar__wrapper.has-horizontal-menu .branding__container{max-width:33%;}.mobile-navbar__wrapper .branding__container{position:static;}.branding{padding-top:.425em;padding-bottom:.425em;overflow:hidden;}.branding .col-auto{max-width:100%;padding-right:0;padding-left:0;flex-shrink:1;}.branding .navbar-brand{font-size:2.4em;line-height:1.5em;margin:0;vertical-align:middle;display:inline-block;padding-top:.25rem;padding-bottom:.25rem;white-space:nowrap;max-width:100%;height:auto;color:#313131;}.navbar-brand img{width:auto;max-width:100%;}.branding__container .branding,.branding__container .mobile-utils__wrapper{flex-shrink:1;}.mobile-utils__wrapper .header-search__container{display:block;border-bottom:none;margin:37.5px auto;}.nav__utils{flex-shrink:0;padding:0;max-width:100%;}@media (max-width:767px){.mobile-navbar__wrapper .nav__utils .utils{margin-right:-10px;margin-left:-10px;}}.header-search__container{margin:37.5px 0 18.75px 0;}.header-search__container .czr-form .form-group{margin:12.5px 0 18.75px 0;padding-bottom:1.25em;}.mobile-nav__container{padding:0;}.primary-navbar__wrapper{-ms-flex-wrap:nowrap;flex-wrap:nowrap;}.primary-navbar__wrapper .branding__container,.primary-navbar__wrapper .primary-nav__utils li,.primary-navbar__wrapper .primary-nav__wrapper,.primary-navbar__wrapper .primary-nav__menu-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;}.primary-navbar__wrapper .primary-nav__wrapper{margin:0 -15px;}.primary-navbar__wrapper .primary-nav__container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:0;flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;}.primary-navbar__wrapper .primary-nav__menu-wrapper{width:100%;}.primary-navbar__wrapper .primary-nav__nav{flex-shrink:1;-ms-flex-preferred-size:auto;flex-basis:auto;}.primary-navbar__wrapper .col{max-width:100%;}[class*=logo_right] .mobile-navbar__row,[class*=logo_right] .primary-navbar__row,[class*=logo_right] .branding__container,[class*=logo_right] .branding__container .flex-row,[class*=logo_right] .primary-nav__wrapper,[class*=logo_right] .nav__utils .utils{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important;}[class*=logo_right] .branding__container .branding-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important;}.tc-header{position:relative;z-index:100;}.mobile-sticky,.desktop-sticky{box-shadow:0 0 5px rgba(0,0,0,.2),0 1px 0 rgba(255,255,255,.15);transition:-webkit-transform .35s ease-in-out,height .25s ease-in-out,background-color .45s ease-in-out;transition:transform .35s ease-in-out,height .25s ease-in-out,background-color .45s ease-in-out;}.mobile-sticky .mobile-nav__nav{position:absolute;width:100%;box-shadow:0 6px 8px 0 rgba(120,120,120,.9);}.mobile-sticky .mobile-nav__nav .mobile-nav__inner{max-height:90vh;overflow:auto;}.sticky-brand-shrink-on .desktop-sticky .navbar-brand img,.sticky-brand-shrink-on .desktop-sticky .navbar-brand,.sticky-brand-shrink-on .desktop-sticky .header-tagline{transition:all .35s;}.mobile-navbar__wrapper .branding{padding-top:4px;padding-bottom:4px;}.mobile-navbar__wrapper .branding .navbar-brand{font-size:1.5em;}.mobile-navbar__wrapper .navbar-brand-sitelogo img{max-height:36px !important;transition:all .35s ease-in-out;}.mobile-navbar__wrapper .mobile-nav__inner{margin-bottom:20px;}@media (min-width:768px){.mobile-navbar__wrapper .branding{padding-top:5px;padding-bottom:5px;}.mobile-navbar__wrapper .navbar-brand-sitelogo img{max-height:45px !important;max-width:100%;}}.tc-thumbnail img{width:100%;}[class*=grid-container__] .czr-carousel,[class*=grid-container__] .carousel-inner{height:100%;}.czr-contact-info,.socials{margin:0 -6.5px;}.czr-contact-info li,.socials li{padding:0 6.5px;}.czr-contact-info a,.socials a{display:block;}.btn,button[type="submit"],input[type=submit],.woocommerce button.button[type=submit],.woocommerce #respond input#submit,.woocommerce input#submit,.woocommerce input.button,.woocommerce a.button,.woocommerce .button.add_to_cart_button,.woocommerce input#submit.alt.disabled,.woocommerce input.button.alt.disabled,.woocommerce button.button.alt.disabled,.woocommerce a.button.alt.disabled,.woocommerce input#submit.alt,.woocommerce input.button.alt,.woocommerce a.button.alt,.woocommerce button.button.alt{display:inline-block;font-weight:400;line-height:1.25;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;border:1px solid transparent;padding:.5em 1em;border-radius:2px;border-width:2px;border-style:solid;font-size:1em;cursor:pointer;text-decoration:none;transition:all .2s ease-in-out;}.btn:focus,button:focus[type="submit"],input:focus[type=submit],.woocommerce button.button:focus[type=submit],.woocommerce #respond input#submit:focus,.woocommerce input#submit:focus,.woocommerce input.button:focus,.woocommerce a.button:focus,.woocommerce .button.add_to_cart_button:focus,.woocommerce button.button.alt:focus,.btn:hover,button:hover[type="submit"],input:hover[type=submit],.woocommerce button.button:hover[type=submit],.woocommerce #respond input#submit:hover,.woocommerce input#submit:hover,.woocommerce input.button:hover,.woocommerce a.button:hover,.woocommerce .button.add_to_cart_button:hover,.woocommerce button.button.alt:hover{text-decoration:none;}.btn:focus,button:focus[type="submit"],input:focus[type=submit],.woocommerce button.button:focus[type=submit],.woocommerce #respond input#submit:focus,.woocommerce input#submit:focus,.woocommerce input.button:focus,.woocommerce a.button:focus,.woocommerce .button.add_to_cart_button:focus,.woocommerce button.button.alt:focus,.focus.btn,button.focus[type="submit"],input.focus[type=submit],.woocommerce button.focus.button[type=submit],.woocommerce #respond input.focus#submit,.woocommerce input.focus#submit,.woocommerce input.focus.button,.woocommerce a.focus.button,.woocommerce .focus.button.add_to_cart_button,.woocommerce button.focus.button.alt{outline:0;box-shadow:0 0 0 2px rgba(2,117,216,.25);}.disabled.btn,button.disabled[type="submit"],input.disabled[type=submit],.woocommerce button.disabled.button[type=submit],.woocommerce #respond input.disabled#submit,.woocommerce input.disabled#submit,.woocommerce input.disabled.button,.woocommerce a.disabled.button,.woocommerce .disabled.button.add_to_cart_button,.woocommerce input.disabled#submit.alt,.woocommerce input.disabled.button.alt,.woocommerce button.disabled.button.alt,.woocommerce a.disabled.button.alt,.btn:disabled,button:disabled[type="submit"],input:disabled[type=submit],.woocommerce button.button:disabled[type=submit],.woocommerce #respond input#submit:disabled,.woocommerce input#submit:disabled,.woocommerce input.button:disabled,.woocommerce a.button:disabled,.woocommerce .button.add_to_cart_button:disabled,.woocommerce button.button.alt:disabled{cursor:not-allowed;opacity:.65;box-shadow:none;}.btn:active,button:active[type="submit"],input:active[type=submit],.woocommerce button.button:active[type=submit],.woocommerce #respond input#submit:active,.woocommerce input#submit:active,.woocommerce input.button:active,.woocommerce a.button:active,.woocommerce .button.add_to_cart_button:active,.woocommerce button.button.alt:active,.active.btn,button.active[type="submit"],input.active[type=submit],.woocommerce button.active.button[type=submit],.woocommerce #respond input.active#submit,.woocommerce input.active#submit,.woocommerce input.active.button,.woocommerce a.active.button,.woocommerce .active.button.add_to_cart_button,.woocommerce button.active.button.alt{background-image:none;box-shadow:0 0 0 2px rgba(2,117,216,.25);}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none;}.btn-skin-dark,button[type="submit"],input[type=submit],.woocommerce input#submit[class*=alt],.woocommerce input.button[class*=alt],.woocommerce a.button[class*=alt],.woocommerce button.button[class*=alt],.woocommerce input#submit.alt.disabled,.woocommerce input.button.alt.disabled,.woocommerce button.button.alt.disabled,.woocommerce a.button.alt.disabled{background-color:#3b3b3b;color:#fff;border-color:#3b3b3b;}.btn-skin-dark:hover,button:hover[type="submit"],input:hover[type=submit],.woocommerce input#submit:hover[class*=alt],.woocommerce input.button:hover[class*=alt],.woocommerce a.button:hover[class*=alt],.woocommerce button.button:hover[class*=alt],.woocommerce input#submit.alt.disabled:hover,.woocommerce input.button.alt.disabled:hover,.woocommerce button.button.alt.disabled:hover,.woocommerce a.button.alt.disabled:hover,.btn-skin-dark:focus,button:focus[type="submit"],input:focus[type=submit],.woocommerce input#submit:focus[class*=alt],.woocommerce input.button:focus[class*=alt],.woocommerce a.button:focus[class*=alt],.woocommerce button.button:focus[class*=alt],.woocommerce input#submit.alt.disabled:focus,.woocommerce input.button.alt.disabled:focus,.woocommerce button.button.alt.disabled:focus,.woocommerce a.button.alt.disabled:focus,.btn-skin-dark:active,button:active[type="submit"],input:active[type=submit],.woocommerce input#submit:active[class*=alt],.woocommerce input.button:active[class*=alt],.woocommerce a.button:active[class*=alt],.woocommerce button.button:active[class*=alt],.woocommerce input#submit.alt.disabled:active,.woocommerce input.button.alt.disabled:active,.woocommerce button.button.alt.disabled:active,.woocommerce a.button.alt.disabled:active{color:#3b3b3b;background-color:transparent;border-color:#3b3b3b;}.btn-skin-dark.inverted,button.inverted[type="submit"],input.inverted[type=submit],.woocommerce input.inverted#submit[class*=alt],.woocommerce input.inverted.button[class*=alt],.woocommerce a.inverted.button[class*=alt],.woocommerce button.inverted.button[class*=alt],.woocommerce input.inverted#submit.alt.disabled,.woocommerce input.inverted.button.alt.disabled,.woocommerce button.inverted.button.alt.disabled,.woocommerce a.inverted.button.alt.disabled{background-color:transparent;color:#3b3b3b;}.btn-skin-dark.inverted:hover,button.inverted:hover[type="submit"],input.inverted:hover[type=submit],.woocommerce input.inverted#submit:hover[class*=alt],.woocommerce input.inverted.button:hover[class*=alt],.woocommerce a.inverted.button:hover[class*=alt],.woocommerce button.inverted.button:hover[class*=alt],.woocommerce input.inverted#submit.alt.disabled:hover,.woocommerce input.inverted.button.alt.disabled:hover,.woocommerce button.inverted.button.alt.disabled:hover,.woocommerce a.inverted.button.alt.disabled:hover,.btn-skin-dark.inverted:focus,button.inverted:focus[type="submit"],input.inverted:focus[type=submit],.woocommerce input.inverted#submit:focus[class*=alt],.woocommerce input.inverted.button:focus[class*=alt],.woocommerce a.inverted.button:focus[class*=alt],.woocommerce button.inverted.button:focus[class*=alt],.woocommerce input.inverted#submit.alt.disabled:focus,.woocommerce input.inverted.button.alt.disabled:focus,.woocommerce button.inverted.button.alt.disabled:focus,.woocommerce a.inverted.button.alt.disabled:focus,.btn-skin-dark.inverted:active,button.inverted:active[type="submit"],input.inverted:active[type=submit],.woocommerce input.inverted#submit:active[class*=alt],.woocommerce input.inverted.button:active[class*=alt],.woocommerce a.inverted.button:active[class*=alt],.woocommerce button.inverted.button:active[class*=alt],.woocommerce input.inverted#submit.alt.disabled:active,.woocommerce input.inverted.button.alt.disabled:active,.woocommerce button.inverted.button.alt.disabled:active,.woocommerce a.inverted.button.alt.disabled:active{color:#fff;background-color:#3b3b3b;}.btn-skin-dark,button[type="submit"],input[type=submit],.woocommerce input#submit[class*=alt],.woocommerce input.button[class*=alt],.woocommerce a.button[class*=alt],.woocommerce button.button[class*=alt],.woocommerce input#submit.alt.disabled,.woocommerce input.button.alt.disabled,.woocommerce button.button.alt.disabled,.woocommerce a.button.alt.disabled{background-color:#3b3b3b;color:#fff;border-color:#3b3b3b;}.btn-skin-dark:hover,button:hover[type="submit"],input:hover[type=submit],.woocommerce input#submit:hover[class*=alt],.woocommerce input.button:hover[class*=alt],.woocommerce a.button:hover[class*=alt],.woocommerce button.button:hover[class*=alt],.woocommerce input#submit.alt.disabled:hover,.woocommerce input.button.alt.disabled:hover,.woocommerce button.button.alt.disabled:hover,.woocommerce a.button.alt.disabled:hover,.btn-skin-dark:focus,button:focus[type="submit"],input:focus[type=submit],.woocommerce input#submit:focus[class*=alt],.woocommerce input.button:focus[class*=alt],.woocommerce a.button:focus[class*=alt],.woocommerce button.button:focus[class*=alt],.woocommerce input#submit.alt.disabled:focus,.woocommerce input.button.alt.disabled:focus,.woocommerce button.button.alt.disabled:focus,.woocommerce a.button.alt.disabled:focus,.btn-skin-dark:active,button:active[type="submit"],input:active[type=submit],.woocommerce input#submit:active[class*=alt],.woocommerce input.button:active[class*=alt],.woocommerce a.button:active[class*=alt],.woocommerce button.button:active[class*=alt],.woocommerce input#submit.alt.disabled:active,.woocommerce input.button.alt.disabled:active,.woocommerce button.button.alt.disabled:active,.woocommerce a.button.alt.disabled:active{color:#3b3b3b;background-color:transparent;border-color:#3b3b3b;}.btn-skin-dark.inverted,button.inverted[type="submit"],input.inverted[type=submit],.woocommerce input.inverted#submit[class*=alt],.woocommerce input.inverted.button[class*=alt],.woocommerce a.inverted.button[class*=alt],.woocommerce button.inverted.button[class*=alt],.woocommerce input.inverted#submit.alt.disabled,.woocommerce input.inverted.button.alt.disabled,.woocommerce button.inverted.button.alt.disabled,.woocommerce a.inverted.button.alt.disabled{background-color:transparent;color:#3b3b3b;}.btn-skin-dark.inverted:hover,button.inverted:hover[type="submit"],input.inverted:hover[type=submit],.woocommerce input.inverted#submit:hover[class*=alt],.woocommerce input.inverted.button:hover[class*=alt],.woocommerce a.inverted.button:hover[class*=alt],.woocommerce button.inverted.button:hover[class*=alt],.woocommerce input.inverted#submit.alt.disabled:hover,.woocommerce input.inverted.button.alt.disabled:hover,.woocommerce button.inverted.button.alt.disabled:hover,.woocommerce a.inverted.button.alt.disabled:hover,.btn-skin-dark.inverted:focus,button.inverted:focus[type="submit"],input.inverted:focus[type=submit],.woocommerce input.inverted#submit:focus[class*=alt],.woocommerce input.inverted.button:focus[class*=alt],.woocommerce a.inverted.button:focus[class*=alt],.woocommerce button.inverted.button:focus[class*=alt],.woocommerce input.inverted#submit.alt.disabled:focus,.woocommerce input.inverted.button.alt.disabled:focus,.woocommerce button.inverted.button.alt.disabled:focus,.woocommerce a.inverted.button.alt.disabled:focus,.btn-skin-dark.inverted:active,button.inverted:active[type="submit"],input.inverted:active[type=submit],.woocommerce input.inverted#submit:active[class*=alt],.woocommerce input.inverted.button:active[class*=alt],.woocommerce a.inverted.button:active[class*=alt],.woocommerce button.inverted.button:active[class*=alt],.woocommerce input.inverted#submit.alt.disabled:active,.woocommerce input.inverted.button.alt.disabled:active,.woocommerce button.inverted.button.alt.disabled:active,.woocommerce a.inverted.button.alt.disabled:active{color:#fff;background-color:#3b3b3b;}.btn-skin-dark-shaded{background-color:rgba(59,59,59,.8);border-color:transparent;color:#fff;}.btn-skin-dark-shaded:hover,.btn-skin-dark-shaded:focus,.btn-skin-dark-shaded:active{background-color:rgba(59,59,59,.2);}.btn-skin-dark-shaded.inverted{background-color:rgba(59,59,59,.2);}.btn-skin-dark-shaded.inverted:hover,.btn-skin-dark-shaded.inverted:focus,.btn-skin-dark-shaded.inverted:active{background-color:rgba(59,59,59,.8);}button[type="submit"],input[type=submit]{cursor:pointer;line-height:inherit;}.czr-btta{background-color:rgba(59,59,59,.2);color:#fff;display:none;width:46px;height:45px;position:fixed !important;bottom:100px;cursor:pointer;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;z-index:100;border-width:1px;padding:0;}.czr-btta:hover,.czr-btta:focus,.czr-btta:active{background-color:rgba(59,59,59,.8);}.czr-btta.right{right:-45px;}.czr-btta i{line-height:43px;display:inline-block;}.czr-btta i:before{font-weight:700;}@media (min-width:576px){.czr-btta{display:block;}}.v-separator{margin:0 .625em;text-align:center;}.tabs li,.woocommerce #content div.product .woocommerce-tabs ul.tabs li{position:relative;font-size:1.44em;width:100%;text-align:center;padding:0;margin:0 0 -2px;}@media (min-width:576px){.tabs li,.woocommerce #content div.product .woocommerce-tabs ul.tabs li{width:auto;text-align:left;}.tabs li+li,.woocommerce #content div.product .woocommerce-tabs ul.tabs li+li{padding-left:1.25em;margin-left:0;}}.tabs{border-bottom:2px solid #eceeef;}.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);}.tab-content{margin-top:1.25em;}@-webkit-keyframes czr-mr-loader{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1;}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7;}100%{opacity:0;}}@keyframes czr-mr-loader{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1;}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7;}100%{opacity:0;}}html.no-js [id*=czr-slider-loader-wrapper]{display:none;}.czr-carousel-control{letter-spacing:0;font-family:inherit;}.czr-carousel{position:relative;overflow:hidden;}.avatar{border-radius:50%;}.avatar-80{width:80px;height:80px;}svg.czr-svg-placeholder{fill:none;stroke:#eee;stroke-width:50px;opacity:0;position:absolute;z-index:1;width:100%;height:50%;top:25%;transition:opacity .5s ease;}.bg-link,.bg-icon-link{top:0;left:0;width:100%;height:100%;position:absolute;z-index:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.bg-link{transition:all .2s,.6s ease;background:transparent;}.hover .bg-link,.bg-link:hover{background:rgba(49,49,49,.25);z-index:2;}.czr-link-hover-underline .widgets-list-layout-links a,.czr-link-hover-underline .widget_archive a,.czr-link-hover-underline .widget_nav_menu a,.czr-link-hover-underline .widget_rss ul a,.czr-link-hover-underline .widget_recent_entries a,.czr-link-hover-underline .widget_product_categories a,.czr-link-hover-underline .widget_categories a,.czr-link-hover-underline .widget_meta a,.czr-link-hover-underline .widget_recent_comments a,.czr-link-hover-underline .widget_pages a,.czr-link-hover-underline .widget_calendar a{position:relative;display:inline-block;text-decoration:none;}.czr-link-hover-underline .widgets-list-layout-links a:before,.czr-link-hover-underline .widget_archive a:before,.czr-link-hover-underline .widget_nav_menu a:before,.czr-link-hover-underline .widget_rss ul a:before,.czr-link-hover-underline .widget_recent_entries a:before,.czr-link-hover-underline .widget_product_categories a:before,.czr-link-hover-underline .widget_categories a:before,.czr-link-hover-underline .widget_meta a:before,.czr-link-hover-underline .widget_recent_comments a:before,.czr-link-hover-underline .widget_pages a:before,.czr-link-hover-underline .widget_calendar a:before{content:"";position:absolute;width:100%;height:1px;bottom:.5px;left:0;visibility:hidden;-webkit-transform:translate3d(0,0,0) scaleX(0);transform:translate3d(0,0,0) scaleX(0);transition:all .3s ease 0s;}.czr-link-hover-underline .widgets-list-layout-links a:hover::before,.czr-link-hover-underline .widget_archive a:hover::before,.czr-link-hover-underline .widget_nav_menu a:hover::before,.czr-link-hover-underline .widget_rss ul a:hover::before,.czr-link-hover-underline .widget_recent_entries a:hover::before,.czr-link-hover-underline .widget_product_categories a:hover::before,.czr-link-hover-underline .widget_categories a:hover::before,.czr-link-hover-underline .widget_meta a:hover::before,.czr-link-hover-underline .widget_recent_comments a:hover::before,.czr-link-hover-underline .widget_pages a:hover::before,.czr-link-hover-underline .widget_calendar a:hover::before{visibility:visible;-webkit-transform:translate3d(0,0,0) scaleX(1);transform:translate3d(0,0,0) scaleX(1);}label{color:#313131;font-family:sans-serif;max-width:100%;margin-bottom:.3em;}input,textarea,select{display:block;line-height:initial;padding:7.5px 15px 7.5px 15px;margin:auto;border:1px solid #eceeef;border-radius:2px;max-width:100%;font:inherit;font-weight:400;box-shadow:inset 0 2px 1px rgba(0,0,0,.025);transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;}input:focus,textarea:focus,select:focus{border-style:solid;}input[type=checkbox],input[type=radio]{display:inline-block;font-size:1em;margin:0;padding:.5em;text-align:center;line-height:normal;vertical-align:middle;}input[type=number]{padding-right:4px;padding-left:8px;}input[type="file"],input[type="range"]{background-color:transparent !important;padding:0;border:0;box-shadow:none;width:auto;}form.czr-form.search-form .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;}form.czr-form.search-form label{position:relative !important;margin-right:5px;-webkit-box-flex:1;-ms-flex:1;flex:1;}form.czr-form.search-form label:before,form.czr-form.search-form label:after{content:"";display:table;}form.czr-form.search-form label:after{clear:both;}form.czr-form.search-form label input{padding-left:26px;line-height:30px;width:100%;}form.czr-form.search-form button[type=submit]{padding:0 10px;font-weight:600;display:inline-block;cursor:pointer;-webkit-border-radius:3px;border-radius:3px;line-height:31px;font-size:15px;height:35px;text-transform:none;}form.czr-form.search-form button[type=submit]:hover{background-color:#fff;}form.czr-form label{font-size:1em;}form.czr-form label i{float:right;text-align:right;width:2em;height:2em;}form.czr-form label i::before{margin:0;}form.czr-form input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']),form.czr-form textarea{border:none;border-bottom:2px solid #313131;padding:0 0 2px;color:#202020;position:relative;box-shadow:none;width:100%;background:transparent;}#czr-comments form.czr-form input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']),#czr-comments form.czr-form textarea{background:#fff;padding:.5rem;}form.czr-form .czr-focus{position:relative;margin-top:2.5em;}form.czr-form .czr-focus label{display:block;position:absolute;z-index:1;color:#aaa;transition:-ms-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;}form.czr-form .czr-focus label span{float:left;}#czr-comments form.czr-form .czr-focus label{padding:.5rem;}form.czr-form .czr-focus:not(.in-focus) label{cursor:pointer;}.czr-search-field{padding-right:2em;}.czr-search-field::-ms-clear{display:none;}@-webkit-keyframes autofill{to{background:transparent;color:inherit;}}.czr-search-field:-webkit-autofill{-webkit-animation-name:autofill;-webkit-animation-fill-mode:both;}section[class^="post-"] .gallery.row{margin-top:18.75px;margin-bottom:18.75px;}.czr-gallery .czr-gallery-icon{overflow:hidden;position:relative;}.czr-gallery .czr-gallery-icon img{display:block;max-width:100%;width:100%;}.czr-gallery-style .gallery-item img{transition:-ms-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;}.czr-gallery .gallery-item{width:50%;margin:0 0 1rem;}@media (min-width:576px){.czr-gallery.gallery-columns-3 .gallery-item{width:33.333333%;}}@media (min-width:576px){.czr-gallery.gallery-columns-4 .gallery-item{width:25%;}}@media (min-width:768px){.czr-gallery.gallery-columns-4 .gallery-item{width:25%;}}.czr-gallery.gallery-columns-3 .gallery-item .post-action{width:3.75em;height:3.75em;top:.95em;right:.95em;}.czr-gallery.gallery-columns-3 .gallery-item .post-action a{line-height:3.75em;}.czr-gallery.gallery-columns-4 .gallery-item .post-action{width:2.8125em;height:2.8125em;top:.85em;right:.85em;}.czr-gallery.gallery-columns-4 .gallery-item .post-action a{line-height:2.8125em;}.tc-grid-figure img,.widget-front .tc-thumbnail img,.js-center-images-enabled .fpc-widget-front img,.js-centering.entry-media__holder img,.js-centering.entry-media__wrapper img,.attachment-image-figure img{opacity:0;transition:opacity .35s ease;}.no-js img{opacity:1 !important;}[id^=customizr-slider-] .bg-link{z-index:4;}[id^=customizr-slider-] .carousel-inner,[id^=customizr-slider-] .carousel-cell{width:100%;height:100%;overflow:hidden;}#tc-page-wrap{position:relative;background:inherit;z-index:1;word-wrap:break-word;}#tc-page-wrap::before,#tc-page-wrap::after,#main-wrapper::before,#main-wrapper::after{display:table;content:"";line-height:0;}#main-wrapper,#content{padding-bottom:2.5em;}.container[role="main"]{margin-top:2em;}.czr-wp-the-content ol,.woocommerce-Tabs-panel.entry-content ol,.woocommerce-product-details__short-description ol,.czr-wp-the-content ul,.woocommerce-Tabs-panel.entry-content ul,.woocommerce-product-details__short-description ul{padding:.5rem 0 1rem 3rem;}@media (max-width:575px){.czr-wp-the-content ol,.woocommerce-Tabs-panel.entry-content ol,.woocommerce-product-details__short-description ol,.czr-wp-the-content ul,.woocommerce-Tabs-panel.entry-content ul,.woocommerce-product-details__short-description ul{padding:.5rem 0 1rem 2rem;}}.czr-wp-the-content ul,.woocommerce-Tabs-panel.entry-content ul,.woocommerce-product-details__short-description ul{list-style:square outside;}.czr-wp-the-content ul>li,.woocommerce-Tabs-panel.entry-content ul>li,.woocommerce-product-details__short-description ul>li{padding:.25rem .5rem;}ol ol,ol ul,ul ol,ul ul{margin-left:1em;}@media (max-width:575px){ol ol,ol ul,ul ol,ul ul{margin-left:0;}}.tc-content-inner ul.socials,.tc-content-inner ul.tags{list-style:none;margin:0;}.fp-title,.fp-button,[class*=fp-text-]{width:90%;margin-left:auto;margin-right:auto;}[class*=fp-text-]{margin:1.5em auto;color:#777;}[class*=grid-container__] article{margin-bottom:40px;}[class*=grid-container__masonry] article{margin-bottom:20px;}.post-action{position:absolute;border:none;border-radius:2px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:all .2s,.3s ease-in-out;z-index:10;text-align:center;padding:0;font-family:inherit;right:1.25em;top:1.25em;left:auto;width:3.75em;height:3.75em;line-height:3.75em;display:inline-block;vertical-align:middle;}.post-action a{position:relative;display:block;color:inherit !important;text-decoration:none !important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;transition:all .2s,.6s ease;}.post-action a:hover{color:inherit;}.entry-media__holder{position:relative;overflow:hidden;}.entry-media__wrapper{width:100%;}.entry-title,.woocommerce .woocommerce-products-header .page-title{line-height:1.5;margin-bottom:.3125em;}.entry-title:not(.over-thumb) a,.woocommerce .woocommerce-products-header .page-title:not(.over-thumb) a{color:#313131;}.tc-content-inner{color:#777;}.post-info .row{margin:0 -8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}.post-info .row [class*=col]{padding:.1em 8px;}.grid__item{position:relative;background:#fff;outline:1px solid #efefef;outline-offset:-1px;z-index:1;}.entry-content__wrapper:not(.row){width:100%;height:100%;position:relative;}.grid-container__square-mini{font-size:.75em;margin-top:2.5em !important;margin-left:0;margin-right:0;overflow:hidden;white-space:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;}.grid-container__square-mini .grid__item{outline:none;}.grid-container__square-mini .czr-related-post{margin-bottom:0;padding:0 5px;display:inline-block;float:none;white-space:normal;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;}.grid-container__square-mini .grid__item{background:#f7f8f9;}.grid-container__square-mini section{background:inherit;padding:0;-webkit-transform:translate(0,0);transform:translate(0,0);}.grid-container__square-mini section.entry-content__holder::before{display:none;}.grid-container__square-mini .entry-header .entry-title a::after,.grid-container__square-mini .entry-header .woocommerce .woocommerce-products-header .page-title a::after,.woocommerce .woocommerce-products-header .grid-container__square-mini .entry-header .page-title a::after{content:"";position:absolute;bottom:4px;left:0;width:2.5em;height:2px;background-color:#313131;transition:all .3s ease;}.grid-container__square-mini .entry-title,.grid-container__square-mini .woocommerce .woocommerce-products-header .page-title,.woocommerce .woocommerce-products-header .grid-container__square-mini .page-title{white-space:normal;margin-top:.625em;padding-bottom:.625em;position:relative;}.grid-container__square-mini .entry-header .entry-meta,.grid-container__square-mini .entry-header .comments_link{font-size:1.3em;}.grid-container__square-mini .entry-content__wrapper{padding:1.25em;}.grid-container__square-mini .tc-content-inner{white-space:normal;margin-top:1.25em;font-size:1.25em;display:none;}@media (min-width:1200px){.grid-container__square-mini .czr-related-post{font-size:1em;}}@media (min-width:992px){.grid-container__square-mini .czr-related-post{padding:0;}section.entry-content__holder .grid-container__square-mini::before{display:block;}.grid-container__square-mini .entry-content__wrapper{padding:0;position:absolute;left:1.25em;right:1.25em;top:1.25em;bottom:1.25em;overflow:hidden;width:auto;height:auto;mask-image:linear-gradient(to top,#000 70%,rgba(0,0,0,0) 100%);-webkit-mask-image:-webkit-linear-gradient(to top,#000 70%,rgba(0,0,0,0) 100%);}.grid-container__square-mini .tc-content-inner{display:block;}}.tc-content-inner{max-width:100%;}.archive-header .archive-title,.entry-header .entry-title,.woocommerce .woocommerce-products-header .page-title{word-wrap:break-word;margin-top:0em;}.archive-header .header-bottom,.entry-header .header-bottom{color:#777;position:relative;margin:0 0 2em 0;}article .entry-content{font-size:1.2em;line-height:1.55em;color:#444;}article .entry-content a{text-decoration:underline;}article .entry-content a.btn,article .entry-content a.button,article .entry-content a.remove{text-decoration:none;}.page-breadcrumbs{margin-top:2em;margin-bottom:2em;}.post-content{color:#313131;}section[class^="post-"]{margin:2em 0 2em 0;}section[class^="post-"] .row{margin-top:1.25em;margin-bottom:2.5em;}section[class^="post-"] .entry-meta{margin:2em -15px;}.page.czr-full-layout.czr-no-sidebar #tc-page-wrap,.single.czr-full-layout.czr-no-sidebar #tc-page-wrap{overflow-x:hidden;}.post-navigation{background-color:#f7f8f9;}.post-navigation nav{padding-top:1.25em;padding-bottom:1.25em;}.post-navigation li{display:inline-block;}.post-navigation .czr_pager>li{display:block;}.post-navigation .nav-dir{display:block;}.post-navigation .nav-dir>a{max-width:100%;}.post-navigation a i.arrow{font-size:.9em;}.post-navigation .page-numbers,.post-navigation a{font-family:sans-serif;line-height:3.75em;height:3.75em;display:inline-block;vertical-align:middle;transition:all .2s,.3s ease;position:relative;}.post-navigation .meta-nav{transition:all .2s,.6s ease;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);opacity:.5;}.post-navigation a:hover .meta-nav{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1;}.post-navigation .meta-nav-title{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;font-size:.9em;}section.post-related-articles{margin-top:0;}section.post-related-articles>header{}section.post-related-articles>header:before,section.post-related-articles>header:after{content:"";display:table;}section.post-related-articles>header:after{clear:both;}section.post-related-articles>header.row{margin-top:1.25em;margin-bottom:0;}section.post-related-articles>header .related-posts_title{text-transform:uppercase;font-size:1.35rem;font-weight:400;}.related-posts_nav{margin-top:5em;}.related-posts_nav .slider-control{font-family:Helvetica;width:3em;height:3em;line-height:3em;padding:0;border-width:1px;}.related-posts_nav .slider-control.disabled{color:#f7f8f9;background:transparent;border-color:transparent;}section.post-related-articles .entry-meta{margin:0;}.post-comments .tabs a{font-size:1.2em;}.comment-section .col-avatar{float:left;width:10%;}.comment-section .col-avatar [class*=avatar-]{max-width:100%;height:auto;}.comment-body{display:block;padding-left:12%;width:100%;}.comment-content{font-size:1.15em;color:#444;}.comment-content a{text-decoration:underline;}.comment-author{display:inline-block;}.comment-author a{color:#313131;}.comment-meta time{float:right;}.comment-meta time span{color:#777;}.comment-link{color:#313131;padding-bottom:2px;}.comment-section .czr-link-hover-underline .comment-link,.comment-section .czr-link-hover-underline .comment-author{position:relative;}.comment-section .czr-link-hover-underline .comment-link:before,.comment-section .czr-link-hover-underline .comment-author: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;}.comment-section .czr-link-hover-underline .comment-link:hover::before,.comment-section .czr-link-hover-underline .comment-author:hover::before{visibility:visible;-webkit-transform:translate3d(0,0,0) scaleX(1);transform:translate3d(0,0,0) scaleX(1);}.comment-list li.comment{margin-top:2.5em;padding-top:2.5em;border-top:1px solid #eceeef;}.comment-list li.comment.depth-1:first-of-type{border:0;margin-top:0;}@media (max-width:767px){.comment-author,time.comment-date{width:100%;}.post-navigation .czr_pager>li{display:block;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}}section.post-content{margin-top:0;}.post-info a:not(.btn){color:#777;}.post-info a:not(.btn) span::after,.post-info a:not(.btn) span::before{background-color:#313131;}.entry-footer [class*=col],.tc-content-inner-wrapper .entry-meta .post-tags,.tc-content-inner-wrapper .entry-meta .post-share,.post-footer .col-sm-auto{max-width:100%;}.post-footer.clearfix{clear:both;}.footer__wrapper{font-size:90%;}.footer-skin-dark .footer__wrapper{color:#fff;background:#313131;border-top:1px solid transparent;}.footer-skin-dark .footer__wrapper h1,.footer-skin-dark .footer__wrapper h2,.footer-skin-dark .footer__wrapper h3,.footer-skin-dark .footer__wrapper h4,.footer-skin-dark .footer__wrapper h5,.footer-skin-dark .footer__wrapper h6{color:#fff;}.footer-skin-dark .footer__wrapper a{color:#777;}.footer-skin-dark .footer__wrapper a:hover,.footer-skin-dark .footer__wrapper a:active,.footer-skin-dark .footer__wrapper a:focus{color:#fff;}.footer-skin-dark .footer__wrapper a:hover.btn,.footer-skin-dark .footer__wrapper a:active.btn,.footer-skin-dark .footer__wrapper a:focus.btn{background:transparent;border-color:#fff;}.footer-skin-dark .footer__wrapper .widget a:before{background-color:rgba(255,255,255,.5);}.footer-skin-dark .footer__wrapper #colophon{background:#242424;}.footer-skin-dark .footer__wrapper label{color:#fff;}.footer-skin-dark .footer__wrapper .czr-form .form-group label{color:#fff;}.footer-skin-dark .footer__wrapper .czr-form input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']),.footer-skin-dark .footer__wrapper .czr-form textarea,.footer-skin-dark .footer__wrapper .czr-form .form-control{color:#fff;border-color:#fff;}.footer__wrapper .widget__wrapper{padding-top:3.75em;padding-bottom:1.875em;}.footer__wrapper .widget>h5{margin-bottom:1.25em;}.footer__wrapper .widget__wrapper .widget{margin-bottom:2.5em;}.footer__wrapper .widget__wrapper .widget li:not(:last-of-type){margin-bottom:.625em;}@media (max-width:991px){.footer__wrapper .widget{padding:1.25em;}}.footer__wrapper .colophon__row{padding-top:.625em;padding-bottom:.625em;font-size:1.2em;}.colophon__row .footer__credits{color:#777;vertical-align:middle;display:inline-block;line-height:1.6em;}.colophon__row .footer__credits p{margin:0;}footer#footer .colophon__row .footer__credits a.fab{font-family:"Font Awesome 5 Brands" !important;}.colophon__row .footer__credits{font-size:.82rem;}.colophon__row .footer__credits,.colophon__row .social-links{margin:1em 0;}@media (max-width:575px){.colophon__row{text-align:center;}}.footer__wrapper .colophon__row [class*=col]{max-width:100%;}.woocommerce #content div.product .woocommerce-tabs ul.tabs{padding:0;margin:0;overflow:inherit;}.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce #content div.product .woocommerce-tabs ul.tabs::after{display:none;}.woocommerce #content div.product .woocommerce-tabs ul.tabs li{border:none;background-color:transparent;}.woocommerce #content div.product .woocommerce-tabs ul.tabs li a{font-size:1.2em;display:block;font-weight:400;}.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a::before{-webkit-transform:scale(1);transform:scale(1);}.woocommerce #content div.product .woocommerce-tabs ul.tabs li::before,.woocommerce #content div.product .woocommerce-tabs ul.tabs li::after{display:none;}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{vertical-align:middle;}.woocommerce div.product form.cart .variations label{margin-bottom:0;}input[type=radio]:checked::before{background-color:#5a5a5a;}input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus,textarea:focus{border-color:gray;}input[type=checkbox]:checked::before{color:#5a5a5a;}.tabs .nav-link:hover,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,.tabs .nav-link.active,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a.active,.tabs .nav-link.active:hover,.tabs .nav-link.active:focus{color:#3b3b3b;}.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a::before,.post-info a:not(.btn):hover span::after,.post-info a:not(.btn):hover span::before,.grid-container__classic .post-type__icon:hover,[class*="grid-container__"] .hover .entry-title a::after,[class*="grid-container__"] .hover .woocommerce .woocommerce-products-header .page-title a::after,.woocommerce .woocommerce-products-header [class*="grid-container__"] .hover .page-title a::after,[class*="grid-container__"] .entry-title a:hover::after,[class*="grid-container__"] .woocommerce .woocommerce-products-header .page-title a:hover::after,.woocommerce .woocommerce-products-header [class*="grid-container__"] .page-title a:hover::after,.sidebar .widget-title::after,.czr-link-hover-underline .widgets-list-layout-links a:not(.btn)::before,.czr-link-hover-underline .widget_archive a:not(.btn)::before,.czr-link-hover-underline .widget_nav_menu a:not(.btn)::before,.czr-link-hover-underline .widget_rss ul a:not(.btn)::before,.czr-link-hover-underline .widget_recent_entries a:not(.btn)::before,.czr-link-hover-underline .widget_product_categories a:not(.btn)::before,.czr-link-hover-underline .widget_categories a:not(.btn)::before,.czr-link-hover-underline .widget_meta a:not(.btn)::before,.czr-link-hover-underline .widget_recent_comments a:not(.btn)::before,.czr-link-hover-underline .widget_pages a:not(.btn)::before,.czr-link-hover-underline .widget_calendar a:not(.btn)::before,a.czr-format-link::before,.comment-author a::before,.comment-link::before,.tabs .nav-link.active::before,.woocommerce #content div.product .woocommerce-tabs ul.tabs li a.active::before{background-color:#3b3b3b;}.post-info a:not(.btn):hover{color:#3b3b3b;}[class*="grid-container__"] .entry-title a:hover,[class*="grid-container__"] .woocommerce .woocommerce-products-header .page-title a:hover,.woocommerce .woocommerce-products-header [class*="grid-container__"] .page-title a:hover{color:#5a5a5a;}@media (min-width:768px){body .mobile-navbar__wrapper .navbar-brand-sitelogo img{max-height:none !important;max-width:100%;}}@media (max-width:480px){body .mobile-navbar__wrapper .navbar-brand-sitelogo img{max-width:200px !important;min-width:200px !important;}}body .mobile-navbar__wrapper .navbar-brand-sitelogo img{max-height:none !important;}.single-download .header-bottom{display:none;}.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;}.postid-2342 #czr-comments,.postid-15219 #czr-comments{display:none;}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/downloads/wordpress-font-customizer/" /> <meta name="description" content="It has never been so easy to preview your fonts : just mouse hover the font and it is instantly displayed in your website preview. The new version of the&#8230;" /> <meta property="og:type" content="product" /> <meta property="og:locale" content="en_US" /> <meta property="og:site_name" content="Press Customizr" /> <meta property="og:title" content="WordPress Font Customizer | Press Customizr" /> <meta property="og:description" content="It has never been so easy to preview your fonts : just mouse hover the font and it is instantly displayed in your website preview. The new version of the WordPress Font Customizer plugin comes with a&#8230;" /> <meta property="og:url" content="https://presscustomizr.com/downloads/wordpress-font-customizer/" /> <meta property="og:image" content="https://presscustomizr.com/wp-content/uploads/edd/2014/04/wordpress-font-customizer2.jpg" /> <meta property="og:image:width" content="807" /> <meta property="og:image:height" content="629" /> <meta property="og:image:alt" content="wordpress-font-customizer2" /> <meta property="og:image" content="https://presscustomizr.com/wp-content/uploads/edd/2018/02/file-ok5AD4khcm.png" /> <meta property="og:image" content="https://presscustomizr.com/wp-content/uploads/edd/2018/02/google_fonts.jpg" /> <meta property="og:image" content="https://presscustomizr.com/wp-content/uploads/edd/2018/02/file-k48qXMlzyW.png" /> <meta property="og:image" content="http://www.presscustomizr.com/wp-content/uploads/edd/2014/03/WordPress-Font-Customizer-6.png" /> <meta property="article:published_time" content="2014-03-24T13:24:32+00:00" /> <meta property="article:modified_time" content="2021-09-13T13:42:02+00:00" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="WordPress Font Customizer | Press Customizr" /> <meta name="twitter:description" content="It has never been so easy to preview your fonts : just mouse hover the font and it is instantly displayed in your website preview. The new version of the WordPress Font Customizer plugin comes with a&#8230;" /> <meta name="twitter:image" content="https://presscustomizr.com/wp-content/uploads/edd/2014/04/wordpress-font-customizer2.jpg" /> <meta name="twitter:image:alt" content="wordpress-font-customizer2" /> <script type="application/ld+json">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://presscustomizr.com/#/schema/WebSite","url":"https://presscustomizr.com/","name":"Press Customizr","description":"WordPress themes and plugins for pro","inLanguage":"en-US","potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://presscustomizr.com/search/{search_term_string}/"},"query-input":"required name=search_term_string"},"publisher":{"@type":"Organization","@id":"https://presscustomizr.com/#/schema/Organization","name":"Press Customizr","url":"https://presscustomizr.com/","logo":{"@type":"ImageObject","url":"https://presscustomizr.com/wp-content/uploads/2016/12/presscustomizr-icon.png","contentUrl":"https://presscustomizr.com/wp-content/uploads/2016/12/presscustomizr-icon.png","width":32,"height":32}}},{"@type":"WebPage","@id":"https://presscustomizr.com/downloads/wordpress-font-customizer/","url":"https://presscustomizr.com/downloads/wordpress-font-customizer/","name":"WordPress Font Customizer | Press Customizr","description":"It has never been so easy to preview your fonts : just mouse hover the font and it is instantly displayed in your website preview. The new version of the&#8230;","inLanguage":"en-US","isPartOf":{"@id":"https://presscustomizr.com/#/schema/WebSite"},"breadcrumb":{"@type":"BreadcrumbList","@id":"https://presscustomizr.com/#/schema/BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":"https://presscustomizr.com/","name":"Press Customizr"},{"@type":"ListItem","position":2,"item":"https://presscustomizr.com/downloads/","name":"Archives: Downloads"},{"@type":"ListItem","position":3,"name":"WordPress Font Customizer"}]},"potentialAction":{"@type":"ReadAction","target":"https://presscustomizr.com/downloads/wordpress-font-customizer/"},"datePublished":"2014-03-24T13:24:32+00:00","dateModified":"2021-09-13T13:42:02+00:00","author":{"@type":"Person","@id":"https://presscustomizr.com/#/schema/Person/5f0db53cf44199f09ecaa70e31e4f247","name":"Michael Garner"}}]}</script> <!-- / The SEO Framework by Sybre Waaijer | 30.16ms meta | 13.86ms boot --> <link rel='dns-prefetch' href='//cdn.recapture.io' /> <link rel="alternate" type="application/rss+xml" title="Press Customizr &raquo; Feed" href="https://presscustomizr.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Press Customizr &raquo; Comments Feed" href="https://presscustomizr.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Press Customizr &raquo; WordPress Font Customizer Comments Feed" href="https://presscustomizr.com/downloads/wordpress-font-customizer/feed/" /> <link rel='stylesheet' id='wp-block-library-css' data-pmdelayedstyle="https://presscustomizr.com/wp-includes/css/dist/block-library/style.min.css?ver=6.7.1" media='all' /> <link data-minify="1" rel='stylesheet' id='edd-blocks-css' data-pmdelayedstyle="https://presscustomizr.com/wp-content/cache/min/1/wp-content/plugins/easy-digital-downloads/includes/blocks/assets/css/edd-blocks.css?ver=1715960103" media='all' /> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <link rel='stylesheet' id='edd-styles-css' data-pmdelayedstyle="https://presscustomizr.com/wp-content/plugins/easy-digital-downloads/assets/css/edd.min.css?ver=3.2.12" media='all' /> <link data-minify="1" rel='stylesheet' id='edd-recurring-css' data-pmdelayedstyle="https://presscustomizr.com/wp-content/cache/min/1/wp-content/plugins/edd-recurring/assets/css/styles.css?ver=1715960103" media='all' /> <link data-minify="1" rel='stylesheet' id='customizr-main-css' data-pmdelayedstyle="https://presscustomizr.com/wp-content/cache/min/1/wp-content/themes/customizr-pro/assets/front/css/style.css?ver=1715960103" media='all' /> <style id='customizr-main-inline-css'> ::-moz-selection{background-color:#294a8d} ::selection{background-color:#294a8d} a, .btn-skin:active, .btn-skin:focus, .btn-skin:hover, .btn-skin.inverted, .grid-container__classic .post-type__icon, .post-type__icon:hover .icn-format, .grid-container__classic .post-type__icon:hover .icn-format, [class*='grid-container__'] .entry-title a.czr-title:hover, input[type=checkbox]:checked::before{color:#294a8d} .czr-css-loader > div , .btn-skin, .btn-skin:active, .btn-skin:focus, .btn-skin:hover, .btn-skin-h-dark, .btn-skin-h-dark.inverted:active, .btn-skin-h-dark.inverted:focus, .btn-skin-h-dark.inverted:hover{border-color:#294a8d} .tc-header.border-top{border-top-color:#294a8d} [class*='grid-container__'] .entry-title a:hover::after, .grid-container__classic .post-type__icon, .btn-skin, .btn-skin.inverted:active, .btn-skin.inverted:focus, .btn-skin.inverted:hover, .btn-skin-h-dark, .btn-skin-h-dark.inverted:active, .btn-skin-h-dark.inverted:focus, .btn-skin-h-dark.inverted:hover, .sidebar .widget-title::after, input[type=radio]:checked::before{background-color:#294a8d} .btn-skin-light:active, .btn-skin-light:focus, .btn-skin-light:hover, .btn-skin-light.inverted{color:#3c6ac6} input:not([type='submit']):not([type='button']):not([type='number']):not([type='checkbox']):not([type='radio']):focus, textarea:focus, .btn-skin-light, .btn-skin-light.inverted, .btn-skin-light:active, .btn-skin-light:focus, .btn-skin-light:hover, .btn-skin-light.inverted:active, .btn-skin-light.inverted:focus, .btn-skin-light.inverted:hover{border-color:#3c6ac6} .btn-skin-light, .btn-skin-light.inverted:active, .btn-skin-light.inverted:focus, .btn-skin-light.inverted:hover{background-color:#3c6ac6} .btn-skin-lightest:active, .btn-skin-lightest:focus, .btn-skin-lightest:hover, .btn-skin-lightest.inverted{color:#5079cc} .btn-skin-lightest, .btn-skin-lightest.inverted, .btn-skin-lightest:active, .btn-skin-lightest:focus, .btn-skin-lightest:hover, .btn-skin-lightest.inverted:active, .btn-skin-lightest.inverted:focus, .btn-skin-lightest.inverted:hover{border-color:#5079cc} .btn-skin-lightest, .btn-skin-lightest.inverted:active, .btn-skin-lightest.inverted:focus, .btn-skin-lightest.inverted:hover{background-color:#5079cc} .pagination, a:hover, a:focus, a:active, .btn-skin-dark:active, .btn-skin-dark:focus, .btn-skin-dark:hover, .btn-skin-dark.inverted, .btn-skin-dark-oh:active, .btn-skin-dark-oh:focus, .btn-skin-dark-oh:hover, .post-info a:not(.btn):hover, .grid-container__classic .post-type__icon .icn-format, [class*='grid-container__'] .hover .entry-title a, .widget-area a:not(.btn):hover, a.czr-format-link:hover, .format-link.hover a.czr-format-link, button[type=submit]:hover, button[type=submit]:active, button[type=submit]:focus, input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus, .tabs .nav-link:hover, .tabs .nav-link.active, .tabs .nav-link.active:hover, .tabs .nav-link.active:focus{color:#1b315e} .grid-container__classic.tc-grid-border .grid__item, .btn-skin-dark, .btn-skin-dark.inverted, button[type=submit], input[type=submit], .btn-skin-dark:active, .btn-skin-dark:focus, .btn-skin-dark:hover, .btn-skin-dark.inverted:active, .btn-skin-dark.inverted:focus, .btn-skin-dark.inverted:hover, .btn-skin-h-dark:active, .btn-skin-h-dark:focus, .btn-skin-h-dark:hover, .btn-skin-h-dark.inverted, .btn-skin-h-dark.inverted, .btn-skin-h-dark.inverted, .btn-skin-dark-oh:active, .btn-skin-dark-oh:focus, .btn-skin-dark-oh:hover, .btn-skin-dark-oh.inverted:active, .btn-skin-dark-oh.inverted:focus, .btn-skin-dark-oh.inverted:hover, button[type=submit]:hover, button[type=submit]:active, button[type=submit]:focus, input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus{border-color:#1b315e} .btn-skin-dark, .btn-skin-dark.inverted:active, .btn-skin-dark.inverted:focus, .btn-skin-dark.inverted:hover, .btn-skin-h-dark:active, .btn-skin-h-dark:focus, .btn-skin-h-dark:hover, .btn-skin-h-dark.inverted, .btn-skin-h-dark.inverted, .btn-skin-h-dark.inverted, .btn-skin-dark-oh.inverted:active, .btn-skin-dark-oh.inverted:focus, .btn-skin-dark-oh.inverted:hover, .grid-container__classic .post-type__icon:hover, button[type=submit], input[type=submit], .czr-link-hover-underline .widgets-list-layout-links a:not(.btn)::before, .czr-link-hover-underline .widget_archive a:not(.btn)::before, .czr-link-hover-underline .widget_nav_menu a:not(.btn)::before, .czr-link-hover-underline .widget_rss ul a:not(.btn)::before, .czr-link-hover-underline .widget_recent_entries a:not(.btn)::before, .czr-link-hover-underline .widget_categories a:not(.btn)::before, .czr-link-hover-underline .widget_meta a:not(.btn)::before, .czr-link-hover-underline .widget_recent_comments a:not(.btn)::before, .czr-link-hover-underline .widget_pages a:not(.btn)::before, .czr-link-hover-underline .widget_calendar a:not(.btn)::before, [class*='grid-container__'] .hover .entry-title a::after, a.czr-format-link::before, .comment-author a::before, .comment-link::before, .tabs .nav-link.active::before{background-color:#1b315e} .btn-skin-dark-shaded:active, .btn-skin-dark-shaded:focus, .btn-skin-dark-shaded:hover, .btn-skin-dark-shaded.inverted{background-color:rgba(27,49,94,0.2)} .btn-skin-dark-shaded, .btn-skin-dark-shaded.inverted:active, .btn-skin-dark-shaded.inverted:focus, .btn-skin-dark-shaded.inverted:hover{background-color:rgba(27,49,94,0.8)}.navbar-brand,.header-tagline,h1,h2,h3,.tc-dropcap { font-family : 'Roboto'; } body { font-family : 'Roboto'; } body { font-size : 1.00rem; line-height : 1.5em; } </style> <link data-minify="1" rel='stylesheet' id='customizr-style-css' data-pmdelayedstyle="https://presscustomizr.com/wp-content/cache/min/1/wp-content/themes/tc/style.css?ver=1715960103" media='all' /> <script type="rocketlazyloadscript" id="nb-jquery" data-rocket-src="https://presscustomizr.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://presscustomizr.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://presscustomizr.com/wp-content/cache/min/1/sdk/v1/ra-queue.min.js?ver=1715960103" id="recapture_frontend_script-js"></script> <script type="rocketlazyloadscript" id="recapture_frontend_script-js-after"> if (!window.ra) { window.ra = function() { window.ra.q.push([].slice.call(arguments)); }; window.ra.q = []; } ra('init', ['h1pv8inc']); ra('initCartId'); ra('email'); ra('product', [{}]); </script> <script id="edd-frontend-recurring-js-extra"> var edd_recurring_vars = {"confirm_cancel":"Are you sure you want to cancel your subscription?","has_trial":"","total":"$0.00","total_plain":"0","trial_message":"Your account will be automatically charged when the free trial is completed."}; </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://presscustomizr.com/wp-content/cache/min/1/wp-content/plugins/edd-recurring/assets/js/edd-frontend-recurring.js?ver=1715960283" id="edd-frontend-recurring-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://presscustomizr.com/wp-includes/js/underscore.min.js?ver=1.13.7" id="underscore-js"></script> <script type="rocketlazyloadscript" data-rocket-src="https://presscustomizr.com/wp-content/themes/customizr-pro/assets/front/js/libs/modernizr.min.js?ver=2.4.24" id="modernizr-js"></script> <script id="tc-scripts-js-extra"> var CZRParams = {"assetsPath":"https:\/\/presscustomizr.com\/wp-content\/themes\/customizr-pro\/assets\/front\/","mainScriptUrl":"https:\/\/presscustomizr.com\/wp-content\/themes\/customizr-pro\/assets\/front\/js\/tc-scripts.min.js?2.4.24","deferFontAwesome":"1","fontAwesomeUrl":"https:\/\/presscustomizr.com\/wp-content\/themes\/customizr-pro\/assets\/shared\/fonts\/fa\/css\/fontawesome-all.min.css?2.4.24","_disabled":[],"centerSliderImg":"1","isLightBoxEnabled":"1","SmoothScroll":{"Enabled":true,"Options":{"touchpadSupport":false}},"isAnchorScrollEnabled":"","anchorSmoothScrollExclude":{"simple":["[class*=edd]",".carousel-control","[data-toggle=\"modal\"]","[data-toggle=\"dropdown\"]","[data-toggle=\"czr-dropdown\"]","[data-toggle=\"tooltip\"]","[data-toggle=\"popover\"]","[data-toggle=\"collapse\"]","[data-toggle=\"czr-collapse\"]","[data-toggle=\"tab\"]","[data-toggle=\"pill\"]","[data-toggle=\"czr-pill\"]","[class*=upme]","[class*=um-]"],"deep":{"classes":[],"ids":[]}},"timerOnScrollAllBrowsers":"1","centerAllImg":"1","HasComments":"","LoadModernizr":"1","stickyHeader":"","extLinksStyle":"1","extLinksTargetExt":"1","extLinksSkipSelectors":{"classes":["btn","button"],"ids":[]},"dropcapEnabled":"","dropcapWhere":{"post":"","page":""},"dropcapMinWords":"50","dropcapSkipSelectors":{"tags":["IMG","IFRAME","H1","H2","H3","H4","H5","H6","BLOCKQUOTE","UL","OL"],"classes":["btn"],"id":[]},"imgSmartLoadEnabled":"1","imgSmartLoadOpts":{"parentSelectors":["[class*=grid-container], .article-container",".__before_main_wrapper",".widget-front",".post-related-articles",".tc-singular-thumbnail-wrapper",".sek-module-inner"],"opts":{"excludeImg":[".tc-holder-img"]}},"imgSmartLoadsForSliders":"","pluginCompats":[],"isWPMobile":"","menuStickyUserSettings":{"desktop":"stick_up","mobile":"stick_up"},"adminAjaxUrl":"https:\/\/presscustomizr.com\/wp-admin\/admin-ajax.php","ajaxUrl":"https:\/\/presscustomizr.com\/?czrajax=1","frontNonce":{"id":"CZRFrontNonce","handle":"592e373b5f"},"isDevMode":"","isModernStyle":"1","i18n":{"Permanently dismiss":"Permanently dismiss"},"frontNotifications":{"welcome":{"enabled":false,"content":"","dismissAction":"dismiss_welcome_note_front"}},"preloadGfonts":"1","googleFonts":"Roboto","version":"2.4.24"}; </script> <script type="rocketlazyloadscript" data-rocket-src="https://presscustomizr.com/wp-content/themes/customizr-pro/assets/front/js/tc-scripts.min.js?ver=2.4.24" id="tc-scripts-js" defer></script> <link rel="https://api.w.org/" href="https://presscustomizr.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://presscustomizr.com/wp-json/wp/v2/edd-downloads/15219" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://presscustomizr.com/xmlrpc.php?rsd" /> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> (function(c,l,a,r,i,t,y){ c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};t=l.createElement(r);t.async=1; t.src="https://www.clarity.ms/tag/"+i+"?ref=wordpress";y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); })(window, document, "clarity", "script", "m9q4xjpclz"); </script> <script type="rocketlazyloadscript" data-rocket-type="text/javascript">document.documentElement.className += " js";</script> <script type="rocketlazyloadscript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-21197113-22', 'auto'); ga('send', 'pageview'); </script> <link rel="preload" as="font" type="font/woff2" href="https://presscustomizr.com/wp-content/themes/customizr-pro/assets/shared/fonts/customizr/customizr.woff2?128396981" crossorigin="anonymous"/> <link rel="icon" href="https://presscustomizr.com/wp-content/uploads/2016/12/presscustomizr-icon.png" sizes="32x32" /> <link rel="icon" href="https://presscustomizr.com/wp-content/uploads/2016/12/presscustomizr-icon.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://presscustomizr.com/wp-content/uploads/2016/12/presscustomizr-icon.png" /> <meta name="msapplication-TileImage" content="https://presscustomizr.com/wp-content/uploads/2016/12/presscustomizr-icon.png" /> <noscript><style>.perfmatters-lazy[data-src]{display:none !important;}</style></noscript><style>.perfmatters-lazy-youtube{position:relative;width:100%;max-width:100%;height:0;padding-bottom:56.23%;overflow:hidden}.perfmatters-lazy-youtube img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;max-width:100%;height:auto;margin:auto;border:none;cursor:pointer;transition:.5s all;-webkit-transition:.5s all;-moz-transition:.5s all}.perfmatters-lazy-youtube img:hover{-webkit-filter:brightness(75%)}.perfmatters-lazy-youtube .play{position:absolute;top:50%;left:50%;right:auto;width:68px;height:48px;margin-left:-34px;margin-top:-24px;background:url(https://presscustomizr.com/wp-content/plugins/perfmatters/img/youtube.svg) no-repeat;background-position:center;background-size:cover;pointer-events:none;filter:grayscale(1)}.perfmatters-lazy-youtube:hover .play{filter:grayscale(0)}.perfmatters-lazy-youtube iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:99}.wp-has-aspect-ratio .wp-block-embed__wrapper{position:relative;}.wp-has-aspect-ratio .perfmatters-lazy-youtube{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding-bottom:0}</style></head> <body class="nb-3-3-4 nb-pro-1-0-14 nimble-no-local-data-skp__post_download_15219 nimble-no-group-site-tmpl-skp__all_download download-template-default single single-download postid-15219 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"> <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-6792b009bb7aa" id="lsearch-6792b009bb7aa"> <span class="screen-reader-text">Search</span> <input id="s-6792b009bb7aa" class="form-control czr-search-field" name="s" type="search" value="" aria-describedby="lsearch-6792b009bb7aa" placeholder="Search &hellip;"> </label> <button type="submit" class="button"><i class="icn-search"></i><span class="screen-reader-text">Search &hellip;</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-6792b009bcb04" id="lsearch-6792b009bcb04"> <span class="screen-reader-text">Search</span> <input id="s-6792b009bcb04" class="form-control czr-search-field" name="s" type="search" value="" aria-describedby="lsearch-6792b009bcb04" placeholder="Search &hellip;"> </label> <button type="submit" class="button"><i class="icn-search"></i><span class="screen-reader-text">Search &hellip;</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">&raquo;</span> <a href="https://presscustomizr.com/downloads/" title="Downloads">Downloads</a> <span class="sep">&raquo;</span> <span class="trail-end">WordPress Font Customizer</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"> <article id="post-15219" class="post-15219 type-download status-publish has-post-thumbnail edd-download czr-hentry" > <header class="entry-header " > <div class="entry-header-inner"> <h1 class="entry-title">WordPress Font Customizer</h1> <div class="header-bottom"> <div class="post-info"> <span class="entry-meta"> <span class="author-meta">by <span class="author vcard"><span class="author_name"><a class="url fn n" href="https://presscustomizr.com/author/mgarner/" title="View all posts by Michael Garner" rel="author">Michael Garner</a></span></span></span><span class="v-separator">|</span>Published <a href="https://presscustomizr.com/2014/03/24/" title="14 h 24 min" rel="bookmark"><time class="entry-date published updated" datetime="24 March 2014">24 March 2014</time></a></span> </div> </div> </div> </header> <div class="post-entry tc-content-inner"> <section class="post-content entry-content " > <div class="czr-wp-the-content"> <p>&nbsp;</p> <h3><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-241073" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/edd/2018/02/file-ok5AD4khcm.png" alt="" width="437" height="470" data-srcset="https://presscustomizr.com/wp-content/uploads/edd/2018/02/file-ok5AD4khcm.png 437w, https://presscustomizr.com/wp-content/uploads/edd/2018/02/file-ok5AD4khcm-279x300.png 279w" data-sizes="(max-width: 437px) 100vw, 437px" /></h3> <h3>Select among 800 + google fonts and regular web fonts</h3> <p>It has never been so easy to preview your fonts : just mouse hover the font and it is instantly displayed in your website preview.</p> <p><img decoding="async" class="aligncenter size-full wp-image-241074" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/edd/2018/02/google_fonts.jpg" alt="" width="394" height="585" data-srcset="https://presscustomizr.com/wp-content/uploads/edd/2018/02/google_fonts.jpg 394w, https://presscustomizr.com/wp-content/uploads/edd/2018/02/google_fonts-202x300.jpg 202w" data-sizes="(max-width: 394px) 100vw, 394px" /></p> <p>&nbsp;</p> <h3>Select and apply beautiful and impacting CSS3 effects to any text</h3> <p><img decoding="async" class="aligncenter wp-image-241070" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/edd/2018/02/file-k48qXMlzyW.png" alt="" width="406" height="456" data-srcset="https://presscustomizr.com/wp-content/uploads/edd/2018/02/file-k48qXMlzyW.png 800w, https://presscustomizr.com/wp-content/uploads/edd/2018/02/file-k48qXMlzyW-267x300.png 267w, https://presscustomizr.com/wp-content/uploads/edd/2018/02/file-k48qXMlzyW-768x863.png 768w" data-sizes="(max-width: 406px) 100vw, 406px" /></p> <p><a href="http://www.presscustomizr.com/wp-content/uploads/edd/2014/05/effect-4.jpg" data-lb-type="grouped-post"><br /> </a> <a href="http://www.presscustomizr.com/wp-content/uploads/edd/2014/05/effect-3.jpg" data-lb-type="grouped-post"><br /> </a></p><div id='gallery-1' class='czr-gallery row flex-row czr-gallery-style gallery galleryid-15219 gallery-columns-4 gallery-size-thumbnail'><figure class='gallery-item col col-auto'><div class='gallery-icon portrait czr-gallery-icon'> <a data-lb-type="grouped-gallery" href=https://presscustomizr.com/wp-content/uploads/edd/2014/05/effect-4.jpg class="bg-link"></a><img decoding="async" width="150" height="150" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/edd/2014/05/effect-4-150x150.jpg" class="attachment-thumbnail size-thumbnail no-lazy" alt="" data-sizes="(min-width: 1200px) 255px, (min-width: 992px) 210px, (min-width: 768px) 150px, (min-width: 576px) 105px, calc( 50vw - 30px )" data-srcset="https://presscustomizr.com/wp-content/uploads/edd/2014/05/effect-4-150x150.jpg 150w, https://presscustomizr.com/wp-content/uploads/edd/2014/05/effect-4-174x174.jpg 174w" /> </div></figure><figure class='gallery-item col col-auto'><div class='gallery-icon portrait czr-gallery-icon'> <a data-lb-type="grouped-gallery" href=https://presscustomizr.com/wp-content/uploads/edd/2014/05/effect-3.jpg class="bg-link"></a><img decoding="async" width="150" height="150" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/edd/2014/05/effect-3-150x150.jpg" class="attachment-thumbnail size-thumbnail no-lazy" alt="" data-sizes="(min-width: 1200px) 255px, (min-width: 992px) 210px, (min-width: 768px) 150px, (min-width: 576px) 105px, calc( 50vw - 30px )" data-srcset="https://presscustomizr.com/wp-content/uploads/edd/2014/05/effect-3-150x150.jpg 150w, https://presscustomizr.com/wp-content/uploads/edd/2014/05/effect-3-174x174.jpg 174w" /> </div></figure><figure class='gallery-item col col-auto'><div class='gallery-icon portrait czr-gallery-icon'> <a data-lb-type="grouped-gallery" href=https://presscustomizr.com/wp-content/uploads/edd/2014/05/effect-2.jpg class="bg-link"></a><img decoding="async" width="150" height="150" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/edd/2014/05/effect-2-150x150.jpg" class="attachment-thumbnail size-thumbnail no-lazy" alt="" data-sizes="(min-width: 1200px) 255px, (min-width: 992px) 210px, (min-width: 768px) 150px, (min-width: 576px) 105px, calc( 50vw - 30px )" data-srcset="https://presscustomizr.com/wp-content/uploads/edd/2014/05/effect-2-150x150.jpg 150w, https://presscustomizr.com/wp-content/uploads/edd/2014/05/effect-2-174x174.jpg 174w" /> </div></figure><figure class='gallery-item col col-auto'><div class='gallery-icon portrait czr-gallery-icon'> <a data-lb-type="grouped-gallery" href=https://presscustomizr.com/wp-content/uploads/edd/2014/05/effect-1.jpg class="bg-link"></a><img decoding="async" width="150" height="150" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/edd/2014/05/effect-1-150x150.jpg" class="attachment-thumbnail size-thumbnail no-lazy" alt="" data-sizes="(min-width: 1200px) 255px, (min-width: 992px) 210px, (min-width: 768px) 150px, (min-width: 576px) 105px, calc( 50vw - 30px )" data-srcset="https://presscustomizr.com/wp-content/uploads/edd/2014/05/effect-1-150x150.jpg 150w, https://presscustomizr.com/wp-content/uploads/edd/2014/05/effect-1-174x174.jpg 174w" /> </div></figure> </div><p><a href="http://www.presscustomizr.com/wp-content/uploads/edd/2014/05/effect-2.jpg" data-lb-type="grouped-post"> </a></p> <p>&nbsp;</p> <h3>Bye bye CSS manual coding : style your font properties and see the result live!</h3> <p>&nbsp;</p> <p><a href="http://www.presscustomizr.com/wp-content/uploads/edd/2014/03/WordPress-Font-Customizer-6.png" data-lb-type="grouped-post"><img decoding="async" class="aligncenter size-full wp-image-15231" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://www.presscustomizr.com/wp-content/uploads/edd/2014/03/WordPress-Font-Customizer-6.png" alt="WordPress-Font-Customizer-6" width="525" height="723" data-srcset="https://presscustomizr.com/wp-content/uploads/edd/2014/03/WordPress-Font-Customizer-6.png 525w, https://presscustomizr.com/wp-content/uploads/edd/2014/03/WordPress-Font-Customizer-6-217x300.png 217w" data-sizes="(max-width: 525px) 100vw, 525px" /></a></p> <p>&nbsp;</p><div id='gallery-2' class='czr-gallery row flex-row czr-gallery-style gallery galleryid-15219 gallery-columns-3 gallery-size-thumbnail'><figure class='gallery-item col col-auto'><div class='gallery-icon portrait czr-gallery-icon'> <a data-lb-type="grouped-gallery" href=https://presscustomizr.com/wp-content/uploads/edd/2014/05/font-style-2.jpg class="bg-link"></a><img decoding="async" width="150" height="150" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/edd/2014/05/font-style-2-150x150.jpg" class="attachment-thumbnail size-thumbnail no-lazy" alt="" data-sizes="(min-width: 1200px) 350px, (min-width: 992px) 290px, (min-width: 768px) 210px, (min-width: 576px) 150px, calc( 50vw - 30px )" data-srcset="https://presscustomizr.com/wp-content/uploads/edd/2014/05/font-style-2-150x150.jpg 150w, https://presscustomizr.com/wp-content/uploads/edd/2014/05/font-style-2-174x174.jpg 174w" /> </div></figure><figure class='gallery-item col col-auto'><div class='gallery-icon portrait czr-gallery-icon'> <a data-lb-type="grouped-gallery" href=https://presscustomizr.com/wp-content/uploads/edd/2014/05/font-style-1.jpg class="bg-link"></a><img decoding="async" width="150" height="150" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/edd/2014/05/font-style-1-150x150.jpg" class="attachment-thumbnail size-thumbnail no-lazy" alt="" data-sizes="(min-width: 1200px) 350px, (min-width: 992px) 290px, (min-width: 768px) 210px, (min-width: 576px) 150px, calc( 50vw - 30px )" data-srcset="https://presscustomizr.com/wp-content/uploads/edd/2014/05/font-style-1-150x150.jpg 150w, https://presscustomizr.com/wp-content/uploads/edd/2014/05/font-style-1-174x174.jpg 174w" /> </div></figure><figure class='gallery-item col col-auto'><div class='gallery-icon portrait czr-gallery-icon'> <a data-lb-type="grouped-gallery" href=https://presscustomizr.com/wp-content/uploads/edd/2014/05/font-settings.jpg class="bg-link"></a><img decoding="async" width="150" height="150" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/edd/2014/05/font-settings-150x150.jpg" class="attachment-thumbnail size-thumbnail no-lazy" alt="" data-sizes="(min-width: 1200px) 350px, (min-width: 992px) 290px, (min-width: 768px) 210px, (min-width: 576px) 150px, calc( 50vw - 30px )" data-srcset="https://presscustomizr.com/wp-content/uploads/edd/2014/05/font-settings-150x150.jpg 150w, https://presscustomizr.com/wp-content/uploads/edd/2014/05/font-settings-174x174.jpg 174w" /> </div></figure> </div><h3></h3> <h3></h3> <h3 id="add-controls">Add unlimited controls to beautifully design any text of your website</h3> <p>The new version of the WordPress Font Customizer plugin comes with a <strong>unique feature</strong> that allows you to <strong>take control of any text of your WordPress site.</strong></p> <p>You can add controls, organize them by groups (header, body, posts, sidebars, &#8230;), edit and remove them in just a few clicks, live from the WordPress customizer.</p> <h3></h3> <h3>Going further : a selection of resources about typography</h3> <h4 style="padding-left: 30px;">General</h4> <ul style="padding-left: 30px;"> <li><a href="http://ilovetypography.com/2008/04/04/on-choosing-type/" target="_blank" rel="noopener noreferrer">Choosing Types Principles</a></li> <li><a href="http://www.typography.com/email/2010_03/index_tw.htm" target="_blank" rel="noopener noreferrer">Four techniques for combining fonts</a></li> <li><a href="http://www.adobe.com/inspire/2013/12/tips-typefaces.html" target="_blank" rel="noopener noreferrer">8 tips Combining typefaces</a></li> <li><a href="http://ilovetypography.com/2008/02/28/a-guide-to-web-typography/" target="_blank" rel="noopener noreferrer">Rules for beautiful typography</a></li> <li><a href="http://www.sitepoint.com/article/principles-beautiful-typography/" target="_blank" rel="noopener noreferrer">Principles for beautiful Typography</a></li> <li><a title="http://www.thenoodleincident.com/tutorials/css/index.html#text" href="http://www.thenoodleincident.com/tutorials/css/index.html#text">The Noodle Incident&#8217;s CSS and Text</a></li> <li><a title="http://www.w3schools.com/css/css_font.asp" href="http://www.w3schools.com/css/css_font.asp">W3 Schools: CSS Fonts</a></li> <li><a title="http://webdesign.about.com/cs/webdesignfonts/a/aa051903a.htm" href="http://webdesign.about.com/cs/webdesignfonts/a/aa051903a.htm">About.com&#8217;s Web Design (CSS): What is a Font</a></li> <li><a title="http://www.thenoodleincident.com/tutorials/typography/index.html" href="http://www.thenoodleincident.com/tutorials/typography/index.html">The Noodle Incident&#8217;s Tutorial on Typography</a></li> <li><a title="http://www.htmlhelp.com/reference/css/font/" href="http://www.htmlhelp.com/reference/css/font/">HTMLHelp&#8217;s Font Properties</a></li> <li><a title="http://www.yourhtmlsource.com/text/textformattinglist.html" href="http://www.yourhtmlsource.com/text/textformattinglist.html">HTML Source: Text Formating</a></li> <li><a title="http://webdepot.umn.edu/csguide/design_b.html" href="http://webdepot.umn.edu/csguide/design_b.html">University of Minnesota Creative Standards Guide: Text and Fonts</a></li> <li><a title="http://desktoppub.about.com/library/nosearch/bl-fewerfonts.htm" href="http://desktoppub.about.com/library/nosearch/bl-fewerfonts.htm">About.com&#8217;s Web Design: How Many Fonts are Too Many</a></li> <li><a title="http://www.thinkingwithtype.com/" href="http://www.thinkingwithtype.com/">Thinking with Type</a></li> </ul> <h4 style="padding-left: 30px;">Font Size Resources</h4> <ul style="padding-left: 30px;"> <li><a title="http://www.w3.org/2003/07/30-font-size" href="http://www.w3.org/2003/07/30-font-size">W3c&#8217;s Care With Font Size</a></li> <li><a title="http://www.alistapart.com/stories/sizematters/" href="http://www.alistapart.com/stories/sizematters/">CSS A List Apart: Size Matters</a></li> <li><a title="http://www.bigbaer.com/css_tutorials/css_font_size.htm" href="http://www.bigbaer.com/css_tutorials/css_font_size.htm">BIG BAER Explains CSS Font-Size</a></li> <li><a title="http://www.miswebdesign.com/resources/articles/using-relatve-font-sizes.html" href="http://www.miswebdesign.com/resources/articles/using-relatve-font-sizes.html">MIS: Using Relative Font Sizes</a></li> <li><a title="http://www.wilk4.com/webdevres/fontcss3.htm" href="http://www.wilk4.com/webdevres/fontcss3.htm">WebDevRes: CSS Font Size Control and Recommendations</a></li> </ul> <h4 style="padding-left: 30px;">Font Troubleshooting</h4> <ul style="padding-left: 30px;"> <li><a title="http://css-discuss.incutio.com/?page=BrowserBugs" href="http://css-discuss.incutio.com/?page=BrowserBugs">Internet Explorer Font Sizing Bugs</a></li> <li><a title="http://archivist.incutio.com/viewlist/css-discuss/33917" href="http://archivist.incutio.com/viewlist/css-discuss/33917">Internet Explorer Font Size Inheritance</a></li> </ul> <script type="rocketlazyloadscript" data-minify="1" id='llscript8360' data-rocket-src='https://presscustomizr.com/wp-content/cache/min/1/js.js?ver=1715960103'></script> <form id="edd_purchase_15219" class="edd_download_purchase_form edd_purchase_15219" method="post"> <h3>Pricing</h3><div class="edd_price_options edd_single_mode"> <ul> <li id="edd_price_option_15219_singlesite-yearly"><label for="edd_price_option_15219_0"><input type="radio" name="edd_options[price_id][]" id="edd_price_option_15219_0" class="edd_price_option_15219" value="0" data-price="24.90"/>&nbsp;<span class="edd_price_option_name">Single site - Yearly</span><span class="edd_price_option_sep">&nbsp;&ndash;&nbsp;</span><span class="edd_price_option_price">&#36;24.90</span></label> <p class="eddr-notice eddr-terms-notice variable-prices"> <em> Billed once per year until cancelled </em> </p> </li><li id="edd_price_option_15219_2-5websites-yearly"><label for="edd_price_option_15219_1"><input type="radio" name="edd_options[price_id][]" id="edd_price_option_15219_1" class="edd_price_option_15219" value="1" data-price="27.90"/>&nbsp;<span class="edd_price_option_name">2 - 5 websites - Yearly</span><span class="edd_price_option_sep">&nbsp;&ndash;&nbsp;</span><span class="edd_price_option_price">&#36;27.90</span></label> <p class="eddr-notice eddr-terms-notice variable-prices"> <em> Billed once per year until cancelled </em> </p> </li><li id="edd_price_option_15219_unlimitedsites-yearly"><label for="edd_price_option_15219_2"><input type="radio" checked='checked' name="edd_options[price_id][]" id="edd_price_option_15219_2" class="edd_price_option_15219" value="2" data-price="39.00"/>&nbsp;<span class="edd_price_option_name">Unlimited sites - Yearly</span><span class="edd_price_option_sep">&nbsp;&ndash;&nbsp;</span><span class="edd_price_option_price">&#36;39.00</span></label> <p class="eddr-notice eddr-terms-notice variable-prices"> <em> Billed once per year until cancelled </em> </p> </li><li id="edd_price_option_15219_unlimitedsiteslifetimeupdates"><label for="edd_price_option_15219_3"><input type="radio" name="edd_options[price_id][]" id="edd_price_option_15219_3" class="edd_price_option_15219" value="3" data-price="99.00"/>&nbsp;<span class="edd_price_option_name">Unlimited sites + lifetime updates</span><span class="edd_price_option_sep">&nbsp;&ndash;&nbsp;</span><span class="edd_price_option_price">&#36;99.00</span></label></li> </ul> </div><!--end .edd_price_options--><div class="edd_purchase_submit_wrapper"> <button class="edd-add-to-cart button yellow edd-submit" data-nonce="eac8951169" data-timestamp="1737666569" data-token="77925f2a9455de512dee1412db123db310dcec4f3902d94d41caacb41e2b09c4" data-action="edd_add_to_cart" data-download-id="15219" data-variable-price="yes" data-price-mode=single data-price="0" ><span class="edd-add-to-cart-label">Starting at &#36;24.90 - Add to Cart</span> <span class="edd-loading" aria-label="Loading"></span></button><input type="submit" class="edd-add-to-cart edd-no-js button yellow edd-submit" name="edd_purchase_download" value="Starting at &#036;24.90 - Add to Cart" data-action="edd_add_to_cart" data-download-id="15219" data-variable-price="yes" data-price-mode=single /><a href="https://presscustomizr.com/checkout/" class="edd_go_to_checkout button yellow edd-submit" style="display:none;">Checkout</a> <span class="edd-cart-ajax-alert" aria-live="assertive"> <span class="edd-cart-added-alert" style="display: none;"> <svg class="edd-icon edd-icon-check" xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" aria-hidden="true"> <path d="M26.11 8.844c0 .39-.157.78-.44 1.062L12.234 23.344c-.28.28-.672.438-1.062.438s-.78-.156-1.06-.438l-7.782-7.78c-.28-.282-.438-.673-.438-1.063s.156-.78.438-1.06l2.125-2.126c.28-.28.672-.438 1.062-.438s.78.156 1.062.438l4.594 4.61L21.42 5.656c.282-.28.673-.438 1.063-.438s.78.155 1.062.437l2.125 2.125c.28.28.438.672.438 1.062z"/> </svg> Added to cart </span> </span> </div><!--end .edd_purchase_submit_wrapper--> <input type="hidden" name="download_id" value="15219"> <input type="hidden" name="edd_action" class="edd_action_input" value="add_to_cart"> <input type="hidden" name="edd_redirect_to_checkout" value="1"> </form><!--end #edd_purchase_15219--> </div> <footer class="post-footer clearfix"> <div class="row entry-meta justify-content-between align-items-center"> </div> </footer> </section><!-- .entry-content --> </div><!-- .post-entry --> </article> </div> <section class="post-related-articles czr-carousel col-12 order-md-last" id="related-posts-section" > <header class="row flex-row"> <h3 class="related-posts_title col">You may also like</h3> <div class="related-posts_nav col col-auto"> <span class="btn btn-skin-dark inverted czr-carousel-prev slider-control czr-carousel-control disabled icn-left-open-big" title="Previous related articles" tabindex="0"></span> <span class="btn btn-skin-dark inverted czr-carousel-next slider-control czr-carousel-control icn-right-open-big" title="Next related articles" tabindex="0"></span> </div> </header> <div class="row grid-container__square-mini carousel-inner"> <article id="post-36962_related_posts" class="col-6 grid-item czr-related-post post-36962 type-download status-publish has-post-thumbnail edd-download czr-hentry" > <div class="grid__item flex-wrap flex-lg-nowrap flex-row"> <section class="tc-thumbnail entry-media__holder col-12 col-lg-6 czr__r-w1by1" > <div class="entry-media__wrapper czr__r-i js-centering"> <a class="bg-link" rel="bookmark" href="https://presscustomizr.com/downloads/wp-designer-bundle/"></a> <img width="510" height="398" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/edd/2014/11/wp-designer-bundle.jpg" class="attachment-tc-sq-thumb tc-thumb-type-thumb czr-img no-lazy wp-post-image" alt="" decoding="async" data-srcset="https://presscustomizr.com/wp-content/uploads/edd/2014/11/wp-designer-bundle.jpg 807w, https://presscustomizr.com/wp-content/uploads/edd/2014/11/wp-designer-bundle-300x233.jpg 300w, https://presscustomizr.com/wp-content/uploads/edd/2014/11/wp-designer-bundle-340x265.jpg 340w, https://presscustomizr.com/wp-content/uploads/edd/2014/11/wp-designer-bundle-690x537.jpg 690w" data-sizes="(max-width: 510px) 100vw, 510px" /><div class="post-action btn btn-skin-dark-shaded inverted"><a href="https://presscustomizr.com/wp-content/uploads/edd/2014/11/wp-designer-bundle.jpg" class="expand-img icn-expand"></a></div> </div> </section> <section class="tc-content entry-content__holder col-12 col-lg-6 czr__r-w1by1"> <div class="entry-content__wrapper"> <header class="entry-header " > <div class="entry-header-inner "> <div class="entry-meta post-info"> Published <a href="https://presscustomizr.com/downloads/wp-designer-bundle/" title="Permalink to:&nbsp;WP Designer Bundle" rel="bookmark"><time class="entry-date published updated" datetime="3 November 2014">3 November 2014</time></a> </div> <h2 class="entry-title "> <a class="czr-title" href="https://presscustomizr.com/downloads/wp-designer-bundle/" rel="bookmark">WP Designer Bundle</a> </h2> </div> </header><div class="tc-content-inner entry-summary" > <div class="czr-wp-the-content"> <p>Purchase the plugins all together in this bundle to save money, or you can purchase any of them individually if you don&#8217;t need all [&hellip;]</p> </div> </div> </div> </section> </div> </article><article id="post-2056_related_posts" class="col-6 grid-item czr-related-post post-2056 type-download status-publish has-post-thumbnail edd-download czr-hentry" > <div class="grid__item flex-wrap flex-lg-nowrap flex-row"> <section class="tc-thumbnail entry-media__holder col-12 col-lg-6 czr__r-w1by1" > <div class="entry-media__wrapper czr__r-i js-centering"> <a class="bg-link" rel="bookmark" href="https://presscustomizr.com/downloads/customizr-child-theme/"></a> <img width="510" height="383" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/edd/2013/12/customizr-child-theme.png" class="attachment-tc-sq-thumb tc-thumb-type-thumb czr-img no-lazy wp-post-image" alt="customizr-child-theme" decoding="async" data-srcset="https://presscustomizr.com/wp-content/uploads/edd/2013/12/customizr-child-theme.png 880w, https://presscustomizr.com/wp-content/uploads/edd/2013/12/customizr-child-theme-300x224.png 300w" data-sizes="(max-width: 510px) 100vw, 510px" /><div class="post-action btn btn-skin-dark-shaded inverted"><a href="https://presscustomizr.com/wp-content/uploads/edd/2013/12/customizr-child-theme.png" class="expand-img icn-expand"></a></div> </div> </section> <section class="tc-content entry-content__holder col-12 col-lg-6 czr__r-w1by1"> <div class="entry-content__wrapper"> <header class="entry-header " > <div class="entry-header-inner "> <div class="entry-meta post-info"> Published <a href="https://presscustomizr.com/downloads/customizr-child-theme/" title="Permalink to:&nbsp;Customizr Child Theme" rel="bookmark"><time class="entry-date published updated" datetime="16 December 2013">16 December 2013</time></a> </div> <h2 class="entry-title "> <a class="czr-title" href="https://presscustomizr.com/downloads/customizr-child-theme/" rel="bookmark">Customizr Child Theme</a> </h2> </div> </header><div class="tc-content-inner entry-summary" > <div class="czr-wp-the-content"> <p>For a developer, using a child theme for your WordPress site is the best and safest way to customize the Customizr theme. [&hellip;]</p> </div> </div> </div> </section> </div> </article><article id="post-333802_related_posts" class="col-6 grid-item czr-related-post post-333802 type-download status-publish has-post-thumbnail edd-download czr-hentry" > <div class="grid__item flex-wrap flex-lg-nowrap flex-row"> <section class="tc-thumbnail entry-media__holder col-12 col-lg-6 czr__r-w1by1" > <div class="entry-media__wrapper czr__r-i js-centering"> <a class="bg-link" rel="bookmark" href="https://presscustomizr.com/downloads/nimble-builder-pro/"></a> <img width="510" height="510" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" data-src="https://presscustomizr.com/wp-content/uploads/edd/2021/05/nimble-builder-pro-510x510.png" class="attachment-tc-sq-thumb tc-thumb-type-thumb czr-img no-lazy wp-post-image" alt="" decoding="async" data-srcset="https://presscustomizr.com/wp-content/uploads/edd/2021/05/nimble-builder-pro-510x510.png 510w, https://presscustomizr.com/wp-content/uploads/edd/2021/05/nimble-builder-pro-300x300.png 300w, https://presscustomizr.com/wp-content/uploads/edd/2021/05/nimble-builder-pro-150x150.png 150w, https://presscustomizr.com/wp-content/uploads/edd/2021/05/nimble-builder-pro-570x570.png 570w, https://presscustomizr.com/wp-content/uploads/edd/2021/05/nimble-builder-pro-128x128.png 128w, https://presscustomizr.com/wp-content/uploads/edd/2021/05/nimble-builder-pro-256x256.png 256w, https://presscustomizr.com/wp-content/uploads/edd/2021/05/nimble-builder-pro.png 633w" data-sizes="(max-width: 510px) 100vw, 510px" /><div class="post-action btn btn-skin-dark-shaded inverted"><a href="https://presscustomizr.com/wp-content/uploads/edd/2021/05/nimble-builder-pro.png" class="expand-img icn-expand"></a></div> </div> </section> <section class="tc-content entry-content__holder col-12 col-lg-6 czr__r-w1by1"> <div class="entry-content__wrapper"> <header class="entry-header " > <div class="entry-header-inner "> <div class="entry-meta post-info"> Published <a href="https://presscustomizr.com/downloads/nimble-builder-pro/" title="Permalink to:&nbsp;Nimble Builder Pro" rel="bookmark"><time class="entry-date published updated" datetime="17 May 2020">17 May 2020</time></a> </div> <h2 class="entry-title "> <a class="czr-title" href="https://presscustomizr.com/downloads/nimble-builder-pro/" rel="bookmark">Nimble Builder Pro</a> </h2> </div> </header> </div> </section> </div> </article><article id="post-105545_related_posts" class="col-6 grid-item czr-related-post post-105545 type-download status-publish download_category-services edd-download edd-download-cat-services czr-hentry" > <div class="grid__item flex-wrap flex-lg-nowrap flex-row"> <section class="tc-thumbnail entry-media__holder col-12 col-lg-6 czr__r-w1by1" > <div class="entry-media__wrapper czr__r-i js-centering"> <a class="bg-link" rel="bookmark" href="https://presscustomizr.com/downloads/pro-support-job/"></a> <svg class="czr-svg-placeholder thumb-standard-empty" id="6792b009e0178" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M928 832q0-14-9-23t-23-9q-66 0-113 47t-47 113q0 14 9 23t23 9 23-9 9-23q0-40 28-68t68-28q14 0 23-9t9-23zm224 130q0 106-75 181t-181 75-181-75-75-181 75-181 181-75 181 75 75 181zm-1024 574h1536v-128h-1536v128zm1152-574q0-159-112.5-271.5t-271.5-112.5-271.5 112.5-112.5 271.5 112.5 271.5 271.5 112.5 271.5-112.5 112.5-271.5zm-1024-642h384v-128h-384v128zm-128 192h1536v-256h-828l-64 128h-644v128zm1664-256v1280q0 53-37.5 90.5t-90.5 37.5h-1536q-53 0-90.5-37.5t-37.5-90.5v-1280q0-53 37.5-90.5t90.5-37.5h1536q53 0 90.5 37.5t37.5 90.5z"/></svg> <img data-perfmatters-preload class="czr-img-placeholder" src="https://presscustomizr.com/wp-content/themes/customizr-pro/assets/front/img/thumb-standard-empty.png" alt="Premium Support Job" data-czr-post-id="6792b009e0178" width="300" height="300"/> </div> </section> <section class="tc-content entry-content__holder col-12 col-lg-6 czr__r-w1by1"> <div class="entry-content__wrapper"> <header class="entry-header " > <div class="entry-header-inner "> <div class="entry-meta post-info"> Published <a href="https://presscustomizr.com/downloads/pro-support-job/" title="Permalink to:&nbsp;Premium Support Job" rel="bookmark"><time class="entry-date published updated" datetime="26 November 2015">26 November 2015</time></a> </div> <h2 class="entry-title "> <a class="czr-title" href="https://presscustomizr.com/downloads/pro-support-job/" rel="bookmark">Premium Support Job</a> </h2> </div> </header> </div> </section> </div> </article> </div> </section> <div id="czr-comments" class="comments-area col-12 order-md-last" > <div id="comments" class="comments_container comments czr-comments-block"> <section class="post-comments"> <h2 id="czr-comments-title" class="comments-title" >6 thoughts on &ldquo;</span>WordPress Font Customizer</span>&rdquo;</h2> <ul class="nav nav-pills tabs"> <!-- WITH COMMENTS PAGINATION THE COMMENT/PINGBACK COUNT IS WRONG AS IS COUNTS JUST THE NUMBER OF ELEMENTS OF THE CURRENT (PAEG) QUERY --> <li class="nav-item"><a href="#commentlist-container" class="nav-link active" data-toggle="czr-pill" role="tab">6&nbspcomments</a></li> </ul> <div id="comments" class="tab-content"> <div id="commentlist-container" class="tab-pane comments active" role="tabpanel"> <ul class="comment-list"> <li class="comment even thread-even depth-1" id="comment-354244" > <div id ="div-comment-354244" class="comment-section clearfix"> <div class="col-avatar"> <figure class="comment-avatar"> <img alt src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;80&#039;%20height=&#039;80&#039;%20viewBox=&#039;0%200%2080%2080&#039;%3E%3C/svg%3E" class="avatar avatar-80 photo perfmatters-lazy" height="80" width="80" decoding="async" data-src="https://secure.gravatar.com/avatar/4d54dbc7d68772854f624f6cfb2e4303?s=80&#038;d=mm&#038;r=g" data-srcset="https://secure.gravatar.com/avatar/4d54dbc7d68772854f624f6cfb2e4303?s=160&#038;d=mm&#038;r=g 2x" /><noscript><img alt='' src='https://secure.gravatar.com/avatar/4d54dbc7d68772854f624f6cfb2e4303?s=80&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/4d54dbc7d68772854f624f6cfb2e4303?s=160&#038;d=mm&#038;r=g 2x' class='avatar avatar-80 photo' height='80' width='80' decoding='async'/></noscript> </figure> </div> <div class="comment-body" role="complementary"> <header class="comment-meta"> <div clas="comment-meta-top"> <div class="comment-author vcard"> <a href="http://www.miet.ac.in/" class="url" rel="ugc external nofollow">MIET</a> </div> <time class="comment-date comment-metadata" datetime="10 h 50 min"> <span>9 August 2016,</span> <a class="comment-time comment-link" href="https://presscustomizr.com/downloads/wordpress-font-customizer/#comment-354244">10 h 50 min</a> </time> </div> </header> <div class="comment-content tc-content-inner"><p>Hello , </p> <p>I am new user of wordpress font Customizer so thanks for aware me . from wordpress fount cutomiser</p> </div> </div> </div></li><!-- #comment-## --> <li class="comment byuser comment-author-shellyq odd alt thread-odd thread-alt depth-1" id="comment-262815" > <div id ="div-comment-262815" class="comment-section clearfix"> <div class="col-avatar"> <figure class="comment-avatar"> <img alt src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;80&#039;%20height=&#039;80&#039;%20viewBox=&#039;0%200%2080%2080&#039;%3E%3C/svg%3E" class="avatar avatar-80 photo perfmatters-lazy" height="80" width="80" decoding="async" data-src="https://secure.gravatar.com/avatar/2488fb8f78804cca98edf671d3b8517e?s=80&#038;d=mm&#038;r=g" data-srcset="https://secure.gravatar.com/avatar/2488fb8f78804cca98edf671d3b8517e?s=160&#038;d=mm&#038;r=g 2x" /><noscript><img alt='' src='https://secure.gravatar.com/avatar/2488fb8f78804cca98edf671d3b8517e?s=80&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/2488fb8f78804cca98edf671d3b8517e?s=160&#038;d=mm&#038;r=g 2x' class='avatar avatar-80 photo' height='80' width='80' decoding='async'/></noscript> </figure> </div> <div class="comment-body" role="complementary"> <header class="comment-meta"> <div clas="comment-meta-top"> <div class="comment-author vcard"> shelly q </div> <time class="comment-date comment-metadata" datetime="15 h 52 min"> <span>31 October 2014,</span> <a class="comment-time comment-link" href="https://presscustomizr.com/downloads/wordpress-font-customizer/#comment-262815">15 h 52 min</a> </time> </div> </header> <div class="comment-content tc-content-inner"><p>I had a problem with this that was resolved quickly. Thank you! I love this plugin (and theme)! I hope to see more themes designed to use this plugin!</p> </div> </div> </div></li><!-- #comment-## --> <li class="comment byuser comment-author-coutub even thread-even depth-1" id="comment-122858" > <div id ="div-comment-122858" class="comment-section clearfix"> <div class="col-avatar"> <figure class="comment-avatar"> <img alt src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;80&#039;%20height=&#039;80&#039;%20viewBox=&#039;0%200%2080%2080&#039;%3E%3C/svg%3E" class="avatar avatar-80 photo perfmatters-lazy" height="80" width="80" decoding="async" data-src="https://secure.gravatar.com/avatar/b05d4ec2f5dd84b4c9bdd97e29c1cd05?s=80&#038;d=mm&#038;r=g" data-srcset="https://secure.gravatar.com/avatar/b05d4ec2f5dd84b4c9bdd97e29c1cd05?s=160&#038;d=mm&#038;r=g 2x" /><noscript><img alt='' src='https://secure.gravatar.com/avatar/b05d4ec2f5dd84b4c9bdd97e29c1cd05?s=80&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/b05d4ec2f5dd84b4c9bdd97e29c1cd05?s=160&#038;d=mm&#038;r=g 2x' class='avatar avatar-80 photo' height='80' width='80' decoding='async'/></noscript> </figure> </div> <div class="comment-body" role="complementary"> <header class="comment-meta"> <div clas="comment-meta-top"> <div class="comment-author vcard"> <a href="http://sandlapperchiropractic.com" class="url" rel="ugc external nofollow">ben</a> </div> <time class="comment-date comment-metadata" datetime="16 h 57 min"> <span>8 May 2014,</span> <a class="comment-time comment-link" href="https://presscustomizr.com/downloads/wordpress-font-customizer/#comment-122858">16 h 57 min</a> </time> </div> </header> <div class="comment-content tc-content-inner"><p>It has been 5 years since I built my last small business website and this time I wanted a platform that was simple to use and customize.</p> <p>The customizr theme was the best of the 20 &#8220;free&#8221; ones I installed after a weekend of testing. The theme is robust, extremely well documented and supported. Additionally, its a full theme. No extremely annoying limitations that require a pro edition. But what does all this have to do with Font Customizer?</p> <p>If you want to control almost every font on your wordpress website WITH ZERO CODING, buy this plugin right now. Don&#8217;t try and cut and paste all the code snippets that are so easy to find (guess what I did first?). Just spend the $19.95 and breath easily. You can now use the the amazing Customizr control panel to change the appearance of just about every text field on your entire site. </p> <p>But what if there is a problem? Here is where Font Customizer just flat out crushes everyone else. There is a support forum, the developer actually responds with real fixes and if you discover a bug&#8230;.he actually updates the plugin to fix the problem. All this for 20 bucks.</p> <p>My recommendation, if you want a very easy to build website go with the Customizer Theme and purchase the Font Customizer plugin right off the bat. You will be up and running without wasting your time on all the other &#8220;free&#8221; themes. </p> <p>If you are still unsure, just go check out the website, the amazing documentation, the support forums and the code snippets. This plugin is only going to get better and better as more people use it and the developer continues to enrichen the content.</p> </div> </div> </div></li><!-- #comment-## --> <li class="comment byuser comment-author-ana odd alt thread-odd thread-alt depth-1" id="comment-108562" > <div id ="div-comment-108562" class="comment-section clearfix"> <div class="col-avatar"> <figure class="comment-avatar"> <img alt src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;80&#039;%20height=&#039;80&#039;%20viewBox=&#039;0%200%2080%2080&#039;%3E%3C/svg%3E" class="avatar avatar-80 photo perfmatters-lazy" height="80" width="80" decoding="async" data-src="https://secure.gravatar.com/avatar/1ed9d942b5304bb2fc410e3522f003e4?s=80&#038;d=mm&#038;r=g" data-srcset="https://secure.gravatar.com/avatar/1ed9d942b5304bb2fc410e3522f003e4?s=160&#038;d=mm&#038;r=g 2x" /><noscript><img alt='' src='https://secure.gravatar.com/avatar/1ed9d942b5304bb2fc410e3522f003e4?s=80&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/1ed9d942b5304bb2fc410e3522f003e4?s=160&#038;d=mm&#038;r=g 2x' class='avatar avatar-80 photo' height='80' width='80' decoding='async'/></noscript> </figure> </div> <div class="comment-body" role="complementary"> <header class="comment-meta"> <div clas="comment-meta-top"> <div class="comment-author vcard"> ana castro lópez </div> <time class="comment-date comment-metadata" datetime="9 h 10 min"> <span>28 April 2014,</span> <a class="comment-time comment-link" href="https://presscustomizr.com/downloads/wordpress-font-customizer/#comment-108562">9 h 10 min</a> </time> </div> </header> <div class="comment-content tc-content-inner"><p>¿ en que apartado activo mi código ?</p> </div> </div> </div></li><!-- #comment-## --> <li class="comment byuser comment-author-spgraham even thread-even depth-1" id="comment-105669" > <div id ="div-comment-105669" class="comment-section clearfix"> <div class="col-avatar"> <figure class="comment-avatar"> <img alt src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;80&#039;%20height=&#039;80&#039;%20viewBox=&#039;0%200%2080%2080&#039;%3E%3C/svg%3E" class="avatar avatar-80 photo perfmatters-lazy" height="80" width="80" decoding="async" data-src="https://secure.gravatar.com/avatar/e133535c3c58f242437c774c2dd0e790?s=80&#038;d=mm&#038;r=g" data-srcset="https://secure.gravatar.com/avatar/e133535c3c58f242437c774c2dd0e790?s=160&#038;d=mm&#038;r=g 2x" /><noscript><img alt='' src='https://secure.gravatar.com/avatar/e133535c3c58f242437c774c2dd0e790?s=80&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/e133535c3c58f242437c774c2dd0e790?s=160&#038;d=mm&#038;r=g 2x' class='avatar avatar-80 photo' height='80' width='80' decoding='async'/></noscript> </figure> </div> <div class="comment-body" role="complementary"> <header class="comment-meta"> <div clas="comment-meta-top"> <div class="comment-author vcard"> Steve Graham </div> <time class="comment-date comment-metadata" datetime="12 h 24 min"> <span>26 April 2014,</span> <a class="comment-time comment-link" href="https://presscustomizr.com/downloads/wordpress-font-customizer/#comment-105669">12 h 24 min</a> </time> </div> </header> <div class="comment-content tc-content-inner"><p>I’ve been working on my first wordpress site and I spent a considerable amount of time working out how to load google fonts, reading through all the font snippets in the support area and playing around with various combinations in my child style.css</p> <p>When Nicolas released the font customiser plug-in I thought it was an absolute bargain at the price, given the I’d hours spent learning font css and the trials and errors I’d been through….so I bought it. ‘Out of the box’ it integrates beautifully with the existing customizer theme and it’s easy to set everything up for the font settings and immediately see the effects of the change.</p> <p>Once I saw what it could do I immediately ripped out all the hard earned lines and lines of my custom font settings in my child style.css, it’s no longer necessary. </p> <p>As a professional software developer I know the less code I need to write the easier long term site maintenance will be. $20 ? If you’re thinking about buying it “just do it”, it’s worth every cent.</p> </div> </div> </div></li><!-- #comment-## --> <li class="comment byuser comment-author-marcusjj odd alt thread-odd thread-alt depth-1" id="comment-93429" > <div id ="div-comment-93429" class="comment-section clearfix"> <div class="col-avatar"> <figure class="comment-avatar"> <img alt src="data:image/svg+xml,%3Csvg%20xmlns=&#039;http://www.w3.org/2000/svg&#039;%20width=&#039;80&#039;%20height=&#039;80&#039;%20viewBox=&#039;0%200%2080%2080&#039;%3E%3C/svg%3E" class="avatar avatar-80 photo perfmatters-lazy" height="80" width="80" decoding="async" data-src="https://secure.gravatar.com/avatar/7bd5c0e5b0b63e280ed02433b221ae45?s=80&#038;d=mm&#038;r=g" data-srcset="https://secure.gravatar.com/avatar/7bd5c0e5b0b63e280ed02433b221ae45?s=160&#038;d=mm&#038;r=g 2x" /><noscript><img alt='' src='https://secure.gravatar.com/avatar/7bd5c0e5b0b63e280ed02433b221ae45?s=80&#038;d=mm&#038;r=g' srcset='https://secure.gravatar.com/avatar/7bd5c0e5b0b63e280ed02433b221ae45?s=160&#038;d=mm&#038;r=g 2x' class='avatar avatar-80 photo' height='80' width='80' decoding='async'/></noscript> </figure> </div> <div class="comment-body" role="complementary"> <header class="comment-meta"> <div clas="comment-meta-top"> <div class="comment-author vcard"> marcusjj </div> <time class="comment-date comment-metadata" datetime="18 h 47 min"> <span>15 April 2014,</span> <a class="comment-time comment-link" href="https://presscustomizr.com/downloads/wordpress-font-customizer/#comment-93429">18 h 47 min</a> </time> </div> </header> <div class="comment-content tc-content-inner"><p>There are many WP font plugins available for free. But the great advantage here is that Nico has beautifully integrated this plugin into the Customizr (Customiz&#8217;it!) administrative controls page.</p> <p>I love the quick preview capability and the myriads of available choices and combinations available. What&#8217;s so incredible here is that Nico has a pretty good sense of designing a highly usable UI, attractive designs and also whipping out some mean code, while at the same time supporting his users (fans)! How do you find the time???</p> <p>One suggestion for Nico that perhaps you might think of for any future enhancements of this plugin: perhaps provide some very rough estimate of the number of (Google) fonts chosen effect on the page download speed to the browser. I think too many (Google) fonts, can potentially slow down the page loading times.</p> <p>Keep up your outstanding work. I am very happy to vote for you with my wallet ;-).</p> </div> </div> </div></li><!-- #comment-## --> </ul> </div> </div> <p class="nocomments">Comments are closed.</p> </section> </div> </div> </div><!-- .column-content-wrapper --> </div><!-- .container --> </div><!-- #main-wrapper --> <div class="container-fluid"> <div class="post-navigation row " > <nav id="nav-below" class="col-12"> <h2 class="sr-only">Post navigation</h2> <ul class="czr_pager row flex-row flex-no-wrap"> <li class="previous col-5 text-left"> <span class="sr-only">Previous post</span> <span class="nav-previous nav-dir"><a href="https://presscustomizr.com/downloads/featured-pages-unlimited/" rel="prev"><span class="meta-nav"><i class="arrow icn-left-open-big"></i><span class="meta-nav-title">Featured Pages Unlimited</span></span></a></span> </li> <li class="nav-back col-2 text-center"> <a href="https://presscustomizr.com/blog/" title="Back to post list"> <span><i class="icn-grid-empty"></i></span> <span class="sr-only">Back to post list</span> </a> </li> <li class="next col-5 text-right"> <span class="sr-only">Next post</span> <span class="nav-next nav-dir"><a href="https://presscustomizr.com/downloads/wp-designer-bundle/" rel="next"><span class="meta-nav"><span class="meta-nav-title">WP Designer Bundle</span><i class="arrow icn-right-open-big"></i></span></a></span> </li> </ul> </nav> </div> </div> <div class="pc-cookie-consent"> <p>By continuing to use this site you consent to the use of cookies in accordance with our <a href="/privacy-policy" target="_blank">cookie policy</a>.</p> <p><button id="pc-cookie-consent-accept" type="button">Accept</button><button type="button" id="pc-cookie-consent-close">X</button></p> </div> <script type="rocketlazyloadscript" data-rocket-type="text/javascript"> jQuery(function($) { var getCookie = function(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length); } return null; }; // Set cookie var setCookie = function(name,value,days) { if (days) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000)); var expires = "; expires="+date.toGMTString(); } else var expires = ""; document.cookie = name+"="+value+expires+"; path=/"; }; if( "accepted" !== getCookie("pc-cookie-policy") ) { $('.pc-cookie-consent').addClass('pc-cookie-consent-not-yet-accepted'); } else { $('.pc-cookie-consent').removeClass('pc-cookie-consent-not-yet-accepted'); } $('body').on('click', '.pc-cookie-consent button', function() { if ( $(this).is('#pc-cookie-consent-accept') ) { setCookie("pc-cookie-policy", "accepted", 3650); } $('.pc-cookie-consent').removeClass('pc-cookie-consent-not-yet-accepted'); }); }); </script> <footer id="footer" class="footer__wrapper" > <div id="footer-widget-area" class="widget__wrapper" role="complementary" > <div class="container widget__container"> <div class="row"> <div id="footer_one" class="col-md-4 col-12"> <aside id="nav_menu-5" class="widget widget_nav_menu"><h5 class="widget-title">Useful pages</h5><div class="menu-footer-various-pages-container"><ul id="menu-footer-various-pages" class="menu"><li id="menu-item-98322" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-98322"><a href="https://presscustomizr.com/account/">Your account</a></li> <li id="menu-item-98325" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-98325"><a href="https://presscustomizr.com/support/">Product Support</a></li> <li id="menu-item-98324" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-98324"><a href="http://docs.presscustomizr.com/">Documentation</a></li> <li id="menu-item-360124" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-360124"><a href="https://presscustomizr.com/category/customizr-releases/">Customizr theme release notes</a></li> <li id="menu-item-360125" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-360125"><a href="https://presscustomizr.com/category/hueman-releases/">Hueman theme release notes</a></li> </ul></div></aside> </div> <div id="footer_two" class="col-md-4 col-12"> <aside id="nav_menu-3" class="widget widget_nav_menu"><h5 class="widget-title">Company</h5><div class="menu-legal-footer-menu-container"><ul id="menu-legal-footer-menu" class="menu"><li id="menu-item-94937" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-94937"><a href="https://presscustomizr.com/about/">About</a></li> <li id="menu-item-240668" class="menu-item menu-item-type-post_type menu-item-object-page current_page_parent menu-item-240668"><a href="https://presscustomizr.com/blog/">Blog</a></li> <li id="menu-item-94940" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-94940"><a rel="privacy-policy" href="https://presscustomizr.com/privacy-policy/">Privacy Policy</a></li> <li id="menu-item-94941" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-94941"><a href="https://presscustomizr.com/terms-of-sale/">Terms of sale</a></li> <li id="menu-item-94939" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-94939"><a href="https://presscustomizr.com/contact/">Contact Us</a></li> </ul></div></aside> </div> <div id="footer_three" class="col-md-4 col-12"> <aside id="nav_menu-4" class="widget widget_nav_menu"><h5 class="widget-title">Products and Services</h5><div class="menu-products-and-services-container"><ul id="menu-products-and-services" class="menu"><li id="menu-item-357663" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-357663"><a href="https://presscustomizr.com/nimble-builder-pro/">Nimble Builder Pro</a></li> <li id="menu-item-218811" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-218811"><a href="https://presscustomizr.com/customizr-pro/">Customizr Pro theme</a></li> <li id="menu-item-194687" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-194687"><a href="https://presscustomizr.com/hueman-pro/">Hueman Pro theme</a></li> <li id="menu-item-313701" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-313701"><a href="https://presscustomizr.com/customizr/">Customizr Theme</a></li> <li id="menu-item-313702" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-313702"><a href="https://presscustomizr.com/hueman/">Hueman Theme</a></li> </ul></div></aside><aside id="search-4" class="widget widget_search"><div class="search-form__container " > <form action="https://presscustomizr.com/" method="get" class="czr-form search-form"> <div class="form-group czr-focus"> <label for="s-6792b00a000e8" id="lsearch-6792b00a000e8"> <span class="screen-reader-text">Search</span> <input id="s-6792b00a000e8" class="form-control czr-search-field" name="s" type="search" value="" aria-describedby="lsearch-6792b00a000e8" placeholder="Search &hellip;"> </label> <button type="submit" class="button"><i class="icn-search"></i><span class="screen-reader-text">Search &hellip;</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 ">&ndash;</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="application/ld+json">[{"@type":"Product","name":"WordPress Font Customizer","url":"https:\/\/presscustomizr.com\/downloads\/wordpress-font-customizer\/","brand":{"@type":"https:\/\/schema.org\/Brand","name":"Press Customizr"},"sku":"15219","image":"https:\/\/presscustomizr.com\/wp-content\/uploads\/edd\/2014\/04\/wordpress-font-customizer2-150x150.jpg","offers":[{"@type":"Offer","price":"24.90","priceCurrency":"USD","priceValidUntil":"2026-01-23T21:09:30+00:00","itemOffered":"WordPress Font Customizer \u2014 Single site - Yearly","url":"https:\/\/presscustomizr.com\/downloads\/wordpress-font-customizer\/","availability":"https:\/\/schema.org\/InStock","seller":{"@type":"Organization","name":"Press Customizr"}},{"@type":"Offer","price":"27.90","priceCurrency":"USD","priceValidUntil":"2026-01-23T21:09:30+00:00","itemOffered":"WordPress Font Customizer \u2014 2 - 5 websites - Yearly","url":"https:\/\/presscustomizr.com\/downloads\/wordpress-font-customizer\/","availability":"https:\/\/schema.org\/InStock","seller":{"@type":"Organization","name":"Press Customizr"}},{"@type":"Offer","price":"39.00","priceCurrency":"USD","priceValidUntil":"2026-01-23T21:09:30+00:00","itemOffered":"WordPress Font Customizer \u2014 Unlimited sites - Yearly","url":"https:\/\/presscustomizr.com\/downloads\/wordpress-font-customizer\/","availability":"https:\/\/schema.org\/InStock","seller":{"@type":"Organization","name":"Press Customizr"}},{"@type":"Offer","price":"99.00","priceCurrency":"USD","priceValidUntil":"2026-01-23T21:09:30+00:00","itemOffered":"WordPress Font Customizer \u2014 Unlimited sites + lifetime updates","url":"https:\/\/presscustomizr.com\/downloads\/wordpress-font-customizer\/","availability":"https:\/\/schema.org\/InStock","seller":{"@type":"Organization","name":"Press Customizr"}}],"@context":"https:\/\/schema.org\/"}]</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( { autoOpen : false }); </script> <style id='nimble-global-inline-style-inline-css'> .nb-loc [data-sek-level], .nb-loc [data-sek-level] p, .nb-loc [data-sek-level] .sek-btn, .nb-loc [data-sek-level] button, .nb-loc [data-sek-level] input, .nb-loc [data-sek-level] select, .nb-loc [data-sek-level] optgroup, .nb-loc [data-sek-level] textarea, .nb-loc [data-sek-level] ul, .nb-loc [data-sek-level] ol, .nb-loc [data-sek-level] li{font-family:'Roboto';} </style> <script id="edd-ajax-js-extra"> var edd_scripts = {"ajaxurl":"https:\/\/presscustomizr.com\/wp-admin\/admin-ajax.php","position_in_cart":"","has_purchase_links":"","already_in_cart_message":"You have already added this item to your cart","empty_cart_message":"Your cart is empty","loading":"Loading","select_option":"Please select an option","is_checkout":"0","default_gateway":"stripe","redirect_to_checkout":"1","checkout_page":"https:\/\/presscustomizr.com\/checkout\/","permalinks":"1","quantities_enabled":"","taxes_enabled":"0","current_page":"15219"}; </script> <script type="rocketlazyloadscript" data-minify="1" data-rocket-src="https://presscustomizr.com/wp-content/cache/min/1/wp-content/plugins/easy-digital-downloads/assets/js/edd-ajax.js?ver=1715960103" id="edd-ajax-js"></script> <script type="rocketlazyloadscript" id="rocket-browser-checker-js-after"> "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); </script> <script id="rocket-preload-links-js-extra"> var RocketPreloadLinksConfig = {"excludeUris":"\/edd-sl\/|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/edd-sl\/|\/checkout\/|\/(index.php\/)?(.*)wp-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/presscustomizr.com","onHoverDelay":"100","rateThrottle":"3"}; </script> <script type="rocketlazyloadscript" id="rocket-preload-links-js-after"> (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); </script> <script type="rocketlazyloadscript" data-rocket-src="https://presscustomizr.com/wp-includes/js/comment-reply.min.js?ver=6.7.1" id="comment-reply-js" async data-wp-strategy="async"></script> <script type="rocketlazyloadscript" data-rocket-src="https://presscustomizr.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script> <script id="perfmatters-lazy-load-js-before"> window.lazyLoadOptions={elements_selector:"img[data-src],.perfmatters-lazy,.perfmatters-lazy-css-bg",thresholds:"0px 0px",class_loading:"pmloading",class_loaded:"pmloaded",callback_loaded:function(element){if(element.tagName==="IFRAME"){if(element.classList.contains("pmloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}};window.addEventListener("LazyLoad::Initialized",function(e){var lazyLoadInstance=e.detail.instance;var target=document.querySelector("body");var observer=new MutationObserver(function(mutations){lazyLoadInstance.update()});var config={childList:!0,subtree:!0};observer.observe(target,config);});function perfmattersLazyLoadYouTube(e){var t=document.createElement("iframe"),r="ID?";r+=0===e.dataset.query.length?"":e.dataset.query+"&",r+="autoplay=1",t.setAttribute("src",r.replace("ID",e.dataset.src)),t.setAttribute("frameborder","0"),t.setAttribute("allowfullscreen","1"),t.setAttribute("allow","accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),e.replaceChild(t,e.firstChild)} </script> <script async src="https://presscustomizr.com/wp-content/plugins/perfmatters/js/lazyload.min.js?ver=6.2.6" id="perfmatters-lazy-load-js"></script> <script type="rocketlazyloadscript" id="fpu-front-localized">var FPUFront = {"Spanvalue":"4","ThemeName":"customizr-pro","imageCentered":"1","smartLoad":"1"};</script> <script type="rocketlazyloadscript" id="nb-load-pro-front-script"> nb_.preloadOrDeferAsset( { id : 'nb-pro-front-js', as : 'script', href : "https://presscustomizr.com/wp-content/plugins/nimble-builder-pro/assets/front/js/ccat-nb-pro-front.min.js?ver=1.0.14", onEvent : 'nb-app-ready', scriptEl : document.getElementById('nb-load-pro-front-script') }); </script> <script type="text/javascript" id="perfmatters-delayed-styles-js">!function(){const e=["keydown","mousemove","wheel","touchmove","touchstart","touchend"];function t(){document.querySelectorAll("link[data-pmdelayedstyle]").forEach(function(e){e.setAttribute("href",e.getAttribute("data-pmdelayedstyle"))}),e.forEach(function(e){window.removeEventListener(e,t,{passive:!0})})}e.forEach(function(e){window.addEventListener(e,t,{passive:!0})})}();</script></body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me - Debug: cached@1737666570 -->

Pages: 1 2 3 4 5 6 7 8 9 10