// Check if we are in WP mode 
var base_uri = '/cms/wp-content/themes/peculiarpresspair/ui/';
var bickham = { src: base_uri + 'addons/sifr/flash/bickham_script.swf' };
sIFR.activate(bickham);


/* Setup Sifr for invitation templatest */


var invTitle = {
  selector: '.signature-collection h1, .custom-invitation h1',
  css: '.sIFR-root {font-size: 40px; line-height: 40px;  color: '+sColor+'; }',
  wmode: 'transparent'
};

sIFR.replace(bickham, invTitle);


// retailer 
// popup heading
var popupHeading = {
  selector: '#heading p',
  css: '.sIFR-root {font-size: 40px; line-height: 40px; height: auto; color: '+sBgColor+' }',
  wmode: 'transparent'
};
sIFR.replace(bickham, popupHeading);


// Find us key
var fColor = '#cba350';
var keyHeading = {
  selector: '.browse-by-type h3',
  css: '.sIFR-root{ font-size: 36px; line-height: 30px; color: ' + fColor + '; text-transform:lowercase;}',
  wmode: 'transparent'
};
sIFR.replace(bickham, keyHeading);
