Fraud Blocker

Lost your Password?

Haven’t registered as a practitioner yet? Sign up free here!

Enjoy Exclusive Plus Member Content

Sign Up Now & Enjoy

Plus-only Deals on Products

Become a Practitioner Plus member to access this and other exclusive content & offers from our Practitioner Plus Shop. Register now to get access

Select your currency
USD United States (US) dollar
//This is for custom sticky header, in combination with css jQuery(window).scroll(function() { var scroll = jQuery(window).scrollTop(); if (scroll >= 30) { jQuery("header.et-l--header").addClass("custom-fixed-header"); } else { jQuery("header.et-l--header").removeClass("custom-fixed-header"); } }); //This wraps the speakers grid title and meta into one container for easier styling jQuery(document).ready(function() { jQuery('.custom-portfolio-grid .et_pb_portfolio_grid_items .project a').each(function() { jQuery(this).nextAll().wrapAll('
'); jQuery(this).next().prepend('View'); }); jQuery('.portfolio-custom-button').each(function() { var portfolioBtn = jQuery(this).parent().prev().attr('href'); jQuery(this).attr('href', portfolioBtn); }); }); jQuery(document).ajaxComplete(function() { jQuery('.custom-portfolio-grid .et_pb_portfolio_grid_items .project a').each(function() { jQuery(this).nextAll().wrapAll('
'); jQuery(this).next().prepend('View'); }); jQuery('.portfolio-custom-button').each(function() { var portfolioBtn = jQuery(this).parent().prev().attr('href'); jQuery(this).attr('href', portfolioBtn); }); }); //This removes the scrset from portfolio grid, so the images are not blurry jQuery(document).ready(function() { jQuery('.custom-portfolio-grid .et_portfolio_image img').attr('src', function(i, src) { return src.replace( '-400x284', '' ); }); jQuery('.custom-portfolio-grid .et_portfolio_image img').removeAttr('srcset sizes width height'); }); jQuery(document).ajaxComplete(function() { jQuery('.custom-portfolio-grid .et_portfolio_image img').attr('src', function(i, src) { return src.replace( '-400x284', '' ); }); jQuery('.custom-portfolio-grid .et_portfolio_image img').removeAttr('srcset'); jQuery('.custom-portfolio-grid .et_portfolio_image img').removeAttr('sizes'); }); //This code is to clear text from search box labels on the sidebar, so the icon can be injected with css jQuery(document).ready(function() { jQuery('.custom-search-bar .screen-reader-text').text(''); });