Practitioner Starter Pack (6 Sample)
Payment Plan
6-Sample
$
12,500,000.00
coupon invalid
Discount Applied!
Contact Info
First Name
*
Last Name
*
Email
*
Phone Number
*
Payment Info
Credit Card
Credit or debit card
*
Order Summary
Subtotal
Amount Due
Order Now
Select your currency
USD
United States (US) dollar
SGD
Singapore 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(''); });