system/modules/pct_themer/config/themedesigner_presets.php line 12

Open in your IDE?
  1. <?php
  2. /**
  3.  * ------- DO NOT EDIT BELOW THIS LINE OR YOU'LL BE F**KED UNLESS YOU KNOW WHAT YOU ARE DOING! ---------
  4.  */
  5. /**
  6.  * Overwrite ThemeDesigner config by active layout.css
  7.  */
  8. // edge
  9. $strBase '';
  10. if(\Contao\Environment::get('agent')->browser == 'edge')
  11. {
  12.     $strBase \Contao\Environment::get('base');
  13. }
  14. if(PCT_THEME == 'eclipse_intro')
  15. {
  16.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_intro.png');
  17.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  18.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_intro_sm.png');
  19.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  20.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_intro_sm.png');
  21.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  22.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#d5533f';
  23.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  24.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  25.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  26.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  27.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  28.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  29.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  30.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  31.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  32.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  33.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  34.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  35.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  36.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#555555';
  37.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  38.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  39.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  40.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#555555';
  41.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  42.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  43.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'light:300';
  44.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  45.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Source+Sans+Pro';
  46.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  47.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  48.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#4c4c4c';
  49.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  50.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(255,255,255,0.6)';
  51.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['config']['notActiveByDefault'] = false;
  52.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['default'] = '1';
  53.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['config']['notActiveByDefault'] = false;
  54.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['default'] = '1120';
  55.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  56.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  57.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  58. }
  59. if(PCT_THEME == 'eclipse_default')
  60. {
  61.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  62.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#e90069';
  63.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  64.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#141414';
  65.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  66.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Roboto';
  67.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  68.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_default.png');
  69.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  70.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Roboto';
  71.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'medium:500';
  72.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  73.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Roboto';
  74.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'medium:500';
  75.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  76.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  77.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  78.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  79.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  80.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  81.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  82.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  83.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  84.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = 'rgba(0,0,0,0)';
  85.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['config']['notActiveByDefault'] = false;
  86.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['default'] = '8';
  87.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutBorder']['config']['notActiveByDefault'] = false;
  88.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutBorder']['default'] = '#484848';
  89.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  90.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#141414';
  91.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  92.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#141414';
  93.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  94.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '150';
  95.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  96.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '100';
  97.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  98.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '100';
  99.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  100.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#141414';
  101.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineSize4']['config']['notActiveByDefault'] = false;
  102.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineSize4']['default'] = '18';
  103.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontSize']['config']['notActiveByDefault'] = false;
  104.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontSize']['default'] = '13';    
  105.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  106.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#d8d8d9';
  107.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  108.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#919191';
  109.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  110.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#141414';
  111.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontSize']['config']['notActiveByDefault'] = false;
  112.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontSize']['default'] = '13';
  113.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  114.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#919191';
  115.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['config']['notActiveByDefault'] = false;
  116.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['default'] = 'rgba(255, 255, 255, 0.13)';
  117.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['config']['notActiveByDefault'] = false;
  118.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['default'] = '55';
  119.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['config']['notActiveByDefault'] = false;
  120.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['default'] = '1080';
  121.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  122.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  123.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuLayoutArrows']['config']['notActiveByDefault'] = false;
  124.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuLayoutArrows']['default'] = '1';
  125. }
  126. if(PCT_THEME == 'eclipse__contentpage_presets')
  127. {
  128.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  129.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#e90069';
  130.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  131.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#141414';
  132.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  133.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Roboto';
  134.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  135.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_page_presets.svg');
  136.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  137.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Roboto';
  138.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'medium:500';
  139.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  140.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Roboto';
  141.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'medium:500';
  142.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  143.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  144.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  145.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  146.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  147.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  148.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  149.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  150.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  151.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = 'rgba(0,0,0,0)';
  152.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['config']['notActiveByDefault'] = false;
  153.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['default'] = '8';
  154.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutBorder']['config']['notActiveByDefault'] = false;
  155.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutBorder']['default'] = '#484848';
  156.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  157.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#141414';
  158.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  159.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#141414';
  160.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  161.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '150';
  162.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  163.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '100';
  164.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  165.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '100';
  166.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  167.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#141414';
  168.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineSize4']['config']['notActiveByDefault'] = false;
  169.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineSize4']['default'] = '18';
  170.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontSize']['config']['notActiveByDefault'] = false;
  171.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontSize']['default'] = '13';    
  172.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  173.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#d8d8d9';
  174.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  175.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#919191';
  176.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  177.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#141414';
  178.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontSize']['config']['notActiveByDefault'] = false;
  179.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontSize']['default'] = '13';
  180.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  181.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#919191';
  182.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['config']['notActiveByDefault'] = false;
  183.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['default'] = 'rgba(255, 255, 255, 0.13)';
  184.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['config']['notActiveByDefault'] = false;
  185.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['default'] = '55';
  186.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['config']['notActiveByDefault'] = false;
  187.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['default'] = '1120';
  188.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  189.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  190.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuLayoutArrows']['config']['notActiveByDefault'] = false;
  191.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuLayoutArrows']['default'] = '1';
  192.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['config']['notActiveByDefault'] = false;
  193.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['default'] = '2';
  194.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSearch']['config']['notActiveByDefault'] = false;
  195.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSearch']['default'] = '2';
  196. }
  197. if(PCT_THEME == 'eclipse_minimalist')
  198. {
  199.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  200.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#2e8d7e';
  201.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  202.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  203.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['config']['notActiveByDefault'] = false;
  204.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['default'] = '1';
  205.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  206.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  207.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  208.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#f2f2f2';
  209.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  210.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#898989';
  211.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  212.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  213.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_minimalist.png');
  214.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  215.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  216.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  217.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  218.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  219.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  220.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  221. }
  222. if(PCT_THEME == 'eclipse_appify')
  223. {
  224.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  225.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#4eddea';
  226.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  227.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Ubuntu';
  228.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  229.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  230.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Source+Sans+Pro';
  231.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  232.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  233.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  234.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['config']['notActiveByDefault'] = false;
  235.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['default'] = '1';
  236.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Background']['config']['notActiveByDefault'] = false;
  237.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Background']['default'] = 'rgba(0,0,0,0)';
  238.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Color']['config']['notActiveByDefault'] = false;
  239.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Color']['default'] = '#ffffff';
  240.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8PositionAbsolute']['config']['notActiveByDefault'] = false;
  241.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8PositionAbsolute']['default'] = '1';
  242.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  243.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#000000';
  244.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  245.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#000000';
  246.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_appify.png');
  247.     $GLOBALS['PCT_THEMEDESIGNER_CONFIG']['FOOTERSECTION']['config']['hideInMenu'] = true;
  248.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  249.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  250. }
  251. if(PCT_THEME == 'eclipse_sorento')
  252. {
  253.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  254.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#191919';
  255.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  256.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Cutive+Mono';
  257.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  258.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  259.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Source+Sans+Pro';
  260.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  261.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  262.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  263.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['config']['notActiveByDefault'] = false;
  264.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['default'] = '1';
  265.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Background']['config']['notActiveByDefault'] = false;
  266.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Background']['default'] = 'rgba(0,0,0,0)';
  267.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8PositionAbsolute']['config']['notActiveByDefault'] = false;
  268.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8PositionAbsolute']['default'] = '1';
  269.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  270.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  271.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  272.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  273.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  274.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  275.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  276.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#191919';
  277.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  278.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '90';
  279.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  280.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '120';
  281.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  282.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '50';
  283.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['config']['notActiveByDefault'] = false;
  284.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['default'] = '70';
  285.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  286.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '50';
  287.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_mobile']['config']['notActiveByDefault'] = false;
  288.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_mobile']['default'] = '70';
  289.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_sorento.png');
  290.     $GLOBALS['PCT_THEMEDESIGNER_CONFIG']['FOOTERSECTION']['config']['hideInMenu'] = true;
  291.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  292.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  293. }
  294. if(PCT_THEME == 'eclipse_onepager')
  295. {
  296.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  297.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#77be32';
  298.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  299.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  300.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  301.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  302.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  303.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  304.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  305.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  306.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  307.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  308.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  309.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  310.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  311.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#393939';
  312.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  313.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  314.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  315.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#393939';
  316.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  317.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  318.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  319.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '16';
  320.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  321.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  322.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  323.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  324.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '90';
  325.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  326.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '100';
  327.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  328.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '70';
  329.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['config']['notActiveByDefault'] = false;
  330.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['default'] = '70';
  331.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  332.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '70';
  333.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_mobile']['config']['notActiveByDefault'] = false;
  334.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_mobile']['default'] = '70';
  335.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  336.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_onepager.png');
  337.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  338.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_onepager_sm.png');
  339.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  340.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_onepager_sm.png');
  341.     $GLOBALS['PCT_THEMEDESIGNER_CONFIG']['FOOTERSECTION']['config']['hideInMenu'] = true;
  342.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  343.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  344.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  345.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  346.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  347. }
  348. if(PCT_THEME == 'eclipse_immorealty')
  349. {
  350.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  351.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#72ced9';
  352.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  353.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#7f7f7f';
  354.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  355.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = '#7f7f7f';
  356.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  357.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  358.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  359.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Lato';
  360.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  361.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  362.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  363.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  364.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_immorealty.png');
  365.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '170';
  366.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  367.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  368. }
  369. if(PCT_THEME == 'eclipse_catalog')
  370. {
  371.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  372.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#85918d';
  373.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  374.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#ffffff';
  375.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutBorder']['config']['notActiveByDefault'] = false;
  376.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutBorder']['default'] = 'rgba(0,0,0,0.1)';
  377.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14']['config']['notActiveByDefault'] = false;
  378.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14']['default'] = '1';
  379.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14Background']['config']['notActiveByDefault'] = false;
  380.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14Background']['default'] = '#233138';
  381.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14Color']['config']['notActiveByDefault'] = false;
  382.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14Color']['default'] = 'rgba(255,255,255,0.6)';
  383.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  384.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  385.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  386.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#555555';
  387.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  388.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  389.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  390.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#555555';
  391.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  392.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Lato';
  393.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  394.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  395.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '160';
  396.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  397.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '140';
  398.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  399.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '120';
  400.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_catalog.png');
  401.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  402.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  403.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  404.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  405.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  406.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuLayoutArrows']['config']['notActiveByDefault'] = false;
  407.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuLayoutArrows']['default'] = '1';
  408.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH6']['config']['notActiveByDefault'] = false;
  409.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH6']['default'] = '16';
  410.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['dropdownFontSize']['config']['notActiveByDefault'] = false;
  411.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['dropdownFontSize']['default'] = '14';
  412. }
  413. if(PCT_THEME == 'eclipse_cardealer')
  414. {
  415.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  416.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#f4bf2c';
  417.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  418.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#4c5f70';
  419.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  420.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#4c4c4c';
  421.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  422.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#b2b2b2';
  423.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  424.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  425.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_cardealer.png');
  426.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  427.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  428.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  429.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  430.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  431. }
  432. if(PCT_THEME == 'eclipse_accommodation')
  433. {
  434.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  435.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#ff6600';
  436.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  437.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  438.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  439.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  440.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  441.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '250';
  442.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  443.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '80';
  444.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_accommodation.png');
  445.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  446.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  447.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  448.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  449.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  450. }
  451. if(PCT_THEME == 'eclipse_upside')
  452. {
  453.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  454.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#e55a54';
  455.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header12']['config']['notActiveByDefault'] = false;
  456.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header12']['default'] = '1';
  457.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  458.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  459.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  460.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  461.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  462.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  463.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#e55a54';
  464.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['config']['notActiveByDefault'] = false;
  465.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['default'] = 'rgba(255,255,255,1)';
  466.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  467.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#ffffff';
  468.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  469.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#ffffff';
  470.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomElementsHide']['config']['notActiveByDefault'] = false;
  471.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomElementsHide']['default'] = '14';
  472.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  473.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  474.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  475.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#ffffff';
  476.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  477.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '150';
  478.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  479.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '130';
  480.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_upside.png');
  481.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  482.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  483.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  484.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  485.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  486. }
  487. if(PCT_THEME == 'eclipse_constructor')
  488. {
  489.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  490.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#f8c506';
  491.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  492.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#97a7b2';
  493.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  494.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = '#97a7b2';
  495.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  496.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#2e3841';
  497.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['config']['notActiveByDefault'] = false;
  498.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['default'] = '15';
  499.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header9']['config']['notActiveByDefault'] = false;
  500.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header9']['default'] = '1';
  501.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  502.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Lato';
  503.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  504.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2']['config']['notActiveByDefault'] = false;
  505.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2']['default'] = '1';
  506.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2ContentWidth']['config']['notActiveByDefault'] = false;
  507.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2ContentWidth']['default'] = '1240';
  508.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2BackgroundColor']['config']['notActiveByDefault'] = false;
  509.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2BackgroundColor']['default'] = '#f8f8f8';
  510.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  511.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#222533';
  512.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  513.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = 'rgba(255,255,255,0.6)';
  514.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  515.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = 'rgba(255,255,255,0.6)';
  516.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  517.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#1a1c27';
  518.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  519.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(255,255,255,0.6)';
  520.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  521.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  522.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_constructor.png');
  523.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  524.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  525. }
  526. if(PCT_THEME == 'eclipse_chef')
  527. {
  528.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  529.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#c5985e';
  530.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  531.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#ebe5d7';
  532.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  533.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = 'rgba(255,255,255,0.6)';
  534.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  535.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#232931';
  536.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header18']['config']['notActiveByDefault'] = false;
  537.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header18']['default'] = '1';
  538.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header18Background']['config']['notActiveByDefault'] = false;
  539.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header18Background']['default'] = '#1b2026';
  540.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header18Color']['config']['notActiveByDefault'] = false;
  541.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header18Color']['default'] = 'rgba(255,255,255,0.85)';
  542.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header18LineColor']['config']['notActiveByDefault'] = false;
  543.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header18LineColor']['default'] = 'rgba(255,255,255,0.1)';
  544.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  545.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Courgette';
  546.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  547.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  548.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#ebe5d7';
  549.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  550.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#796f5c';
  551.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  552.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#796f5c';
  553.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomElementsHide']['config']['notActiveByDefault'] = false;
  554.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomElementsHide']['default'] = '1';
  555.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  556.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '250';
  557.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  558.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  559.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_mobile']['config']['notActiveByDefault'] = false;
  560.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_mobile']['default'] = '70';
  561.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_chef.png');
  562.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  563.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  564.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  565.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  566.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  567. }
  568. if(PCT_THEME == 'eclipse_agenzy')
  569. {
  570.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  571.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#ec376a';
  572.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  573.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  574.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15']['config']['notActiveByDefault'] = false;
  575.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15']['default'] = '1';
  576.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15Background']['config']['notActiveByDefault'] = false;
  577.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15Background']['default'] = 'rgba(0,0,0,0)';
  578.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15Color']['config']['notActiveByDefault'] = false;
  579.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15Color']['default'] = '#ffffff';
  580.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15PositionAbsolute']['config']['notActiveByDefault'] = false;
  581.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15PositionAbsolute']['default'] = '1';
  582.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  583.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Montserrat';
  584.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  585.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  586.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  587.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  588.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  589.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  590.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#393939';
  591.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  592.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  593.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  594.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#393939';
  595.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  596.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  597.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  598.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '120';
  599.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  600.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '110';
  601.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  602.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_agenzy.png');
  603.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  604.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_agenzy_sm.png');
  605.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  606.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_agenzy_sm.png');
  607.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  608.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  609.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  610.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  611.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  612. }
  613. if(PCT_THEME == 'eclipse_finance')
  614. {
  615.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  616.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#51c5ee';
  617.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  618.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#a8ce55';
  619.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  620.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = 'rgba(255,255,255,0.7)';
  621.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  622.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = 'rgba(255,255,255,0.7)';
  623.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  624.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#51c5ee';
  625.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header2']['config']['notActiveByDefault'] = false;
  626.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header2']['default'] = '1';
  627.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  628.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  629.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_finance.png');
  630.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  631.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  632.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  633.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  634.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  635. }
  636. if(PCT_THEME == 'eclipse_flatbiz')
  637. {
  638.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  639.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#34b1c4';
  640.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  641.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#43484c';
  642.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  643.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  644.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  645.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  646.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  647.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  648.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  649.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#323639';
  650.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  651.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(255,255,255,0.6)';
  652.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  653.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  654.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  655.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '130';
  656.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  657.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '80';
  658.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  659.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  660.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['config']['notActiveByDefault'] = false;
  661.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['default'] = '70';
  662.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  663.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  664.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_mobile']['config']['notActiveByDefault'] = false;
  665.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_mobile']['default'] = '70';
  666.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_flatbiz.png');
  667.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  668.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  669.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  670.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  671.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  672. }
  673. if(PCT_THEME == 'eclipse_selectist')
  674. {
  675.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  676.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#191919';
  677.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  678.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  679.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['config']['notActiveByDefault'] = false;
  680.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['default'] = '1';
  681.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  682.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  683.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  684.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Adamina';
  685.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  686.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  687.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Anton';
  688.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  689.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  690.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  691.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  692.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#191919';
  693.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  694.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(255,255,255,0.6)';
  695.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['config']['notActiveByDefault'] = false;
  696.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['default'] = '#ffffff';
  697.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  698.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  699.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  700.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle3']['config']['notActiveByDefault'] = false;
  701.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle3']['default'] = '#e5e5e5';
  702.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  703.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '13';
  704.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontSize']['config']['notActiveByDefault'] = false;
  705.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontSize']['default'] = '12';
  706.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_selectist.png');
  707.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  708.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  709. }
  710. if(PCT_THEME == 'eclipse_photographer')
  711. {
  712.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  713.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#ac9c83';
  714.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  715.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#58555c';
  716.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  717.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  718.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  719.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  720.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  721.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = '#333333';
  722.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  723.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  724.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  725.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  726.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  727.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Oswald';
  728.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  729.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  730.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#58555c';
  731.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  732.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#ffffff';
  733.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  734.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#929095';
  735.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  736.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#cfcfcf';
  737.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  738.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#5a575e';
  739.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1']['config']['notActiveByDefault'] = false;
  740.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1']['default'] = '1';
  741.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1Shadow']['config']['notActiveByDefault'] = false;
  742.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1Shadow']['default'] = '1';
  743.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1ContentWidth']['config']['notActiveByDefault'] = false;
  744.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1ContentWidth']['default'] = '1210';
  745.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1MarginTop']['config']['notActiveByDefault'] = false;
  746.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1MarginTop']['default'] = '30';
  747.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1BackgroundColor']['config']['notActiveByDefault'] = false;
  748.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1BackgroundColor']['default'] = '#717277';
  749.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_photographer.png');
  750.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  751.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  752.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  753.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  754.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  755. }
  756. if(PCT_THEME == 'eclipse_skyfall')
  757. {
  758.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  759.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#d5533f';
  760.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  761.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#3c3c3b';
  762.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  763.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  764.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1']['config']['notActiveByDefault'] = false;
  765.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1']['default'] = '1';
  766.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1Shadow']['config']['notActiveByDefault'] = false;
  767.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1Shadow']['default'] = '1';
  768.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1ContentWidth']['config']['notActiveByDefault'] = false;
  769.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1ContentWidth']['default'] = '1240';
  770.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1MarginTop']['config']['notActiveByDefault'] = false;
  771.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1MarginTop']['default'] = '10';
  772.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1BackgroundColor']['config']['notActiveByDefault'] = false;
  773.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1BackgroundColor']['default'] = '#f8f8f8';
  774.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  775.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#ffffff';
  776.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  777.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#333333';
  778.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  779.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#7f7f7f';
  780.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  781.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#e5e5e5';
  782.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  783.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#4c4c4c';
  784.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  785.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  786.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  787.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  788.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  789.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '100';
  790.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  791.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  792.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  793.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_skyfall.png');
  794.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  795.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  796.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  797.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['backgroundUpload']['config']['notActiveByDefault'] = false;
  798.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['backgroundUpload']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_backgrounds/background_1.jpg');
  799.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  800.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  801. }
  802. if(PCT_THEME == 'eclipse_archit')
  803. {
  804.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  805.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#e46e02';
  806.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  807.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  808.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header13']['config']['notActiveByDefault'] = false;
  809.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header13']['default'] = '1';
  810.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  811.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Karla';
  812.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  813.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  814.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  815.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  816.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#191919';
  817.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  818.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(255,255,255,0.6)';
  819.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  820.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  821.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  822.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '140';
  823.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  824.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '120';
  825.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  826.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_archit.png');
  827.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  828.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_archit_sm.png');
  829.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  830.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_archit_sm.png');
  831.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  832.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  833. }
  834. if(PCT_THEME == 'eclipse_transporter')
  835. {
  836.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  837.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#34ccff';
  838.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  839.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#213951';
  840.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  841.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = 'rgba(255,255,255,0.6)';
  842.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  843.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = 'rgba(255,255,255,0.6)';
  844.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['config']['notActiveByDefault'] = false;
  845.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['default'] = '10';
  846.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['config']['notActiveByDefault'] = false;
  847.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['default'] = '1';
  848.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Background']['config']['notActiveByDefault'] = false;
  849.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Background']['default'] = 'rgba(0,0,0,0)';
  850.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Color']['config']['notActiveByDefault'] = false;
  851.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Color']['default'] = '#ffffff';
  852.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5PositionAbsolute']['config']['notActiveByDefault'] = false;
  853.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5PositionAbsolute']['default'] = '1';
  854.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  855.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  856.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  857.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#555555';
  858.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  859.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  860.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  861.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#555555';
  862.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  863.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Lato';
  864.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  865.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  866.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Lato';
  867.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  868.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  869.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#213951';
  870.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  871.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#ffffff';
  872.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  873.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = 'rgba(255,255,255,0.5)';
  874.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  875.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#1a2d40';
  876.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  877.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(255,255,255,0.3)';
  878.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  879.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_transporter.png');
  880.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  881.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_transporter_sm.png');
  882.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  883.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_transporter_sm.png');
  884.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  885.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  886.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  887.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  888.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  889. }
  890. if(PCT_THEME == 'eclipse_magazine')
  891. {
  892.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  893.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#30bbbc';
  894.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  895.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#010101';
  896.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  897.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = 'rgba(255,255,255,0.7)';
  898.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  899.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = 'rgba(255,255,255,0.7)';
  900.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['config']['notActiveByDefault'] = false;
  901.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['default'] = '1';
  902.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  903.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  904.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  905.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Patua+One';
  906.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  907.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  908.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#010101';
  909.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  910.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#ffffff';
  911.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  912.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = 'rgba(255,255,255,0.5)';
  913.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  914.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#010101';
  915.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  916.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(255,255,255,0.5)';
  917.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['config']['notActiveByDefault'] = false;
  918.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['default'] = 'rgba(255,255,255,0.1)';
  919.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1']['config']['notActiveByDefault'] = false;
  920.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1']['default'] = '1';
  921.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1Shadow']['config']['notActiveByDefault'] = false;
  922.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1Shadow']['default'] = '1';
  923.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1ContentWidth']['config']['notActiveByDefault'] = false;
  924.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1ContentWidth']['default'] = '1210';
  925.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1BackgroundColor']['config']['notActiveByDefault'] = false;
  926.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1BackgroundColor']['default'] = '#f2f2f2';
  927.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  928.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '260';
  929.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  930.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '150';
  931.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  932.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_magazine.png');
  933.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  934.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_magazine_sm.png');
  935.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  936.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_magazine_sm.png');
  937.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  938.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  939.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  940.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  941.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  942. }
  943. if(PCT_THEME == 'eclipse_studio')
  944. {
  945.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  946.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#ea512d';
  947.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  948.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#4c4c4c';
  949.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  950.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = 'rgba(255,255,255,0.5)';
  951.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  952.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = 'rgba(255,255,255,0.5)';
  953.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header17']['config']['notActiveByDefault'] = false;
  954.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header17']['default'] = '1';
  955.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header17Background']['config']['notActiveByDefault'] = false;
  956.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header17Background']['default'] = '#303030';
  957.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header17Color']['config']['notActiveByDefault'] = false;
  958.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header17Color']['default'] = '#ffffff';
  959.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header17LineColor']['config']['notActiveByDefault'] = false;
  960.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header17LineColor']['default'] = 'rgba(255,255,255,0.05)';
  961.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  962.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  963.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  964.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Raleway';
  965.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  966.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  967.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  968.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  969.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#4c4c4c';
  970.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  971.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(255,255,255,0.3)';
  972.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  973.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  974.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  975.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '150';
  976.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  977.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '200';
  978.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  979.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  980.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_studio.png');
  981.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  982.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  983. }
  984. if(PCT_THEME == 'eclipse_titanum')
  985. {
  986.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  987.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#657383';
  988.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  989.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  990.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  991.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  992.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  993.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = '#222222';
  994.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  995.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = 'rgba(255,255,255,0.4)';
  996.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuLayoutIconV2']['config']['notActiveByDefault'] = false;
  997.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuLayoutIconV2']['default'] = '1';
  998.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  999.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '70';
  1000.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_titanum.png');
  1001.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1002.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  1003.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1004.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1005.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1006. }
  1007. if(PCT_THEME == 'eclipse_universe')
  1008. {
  1009.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1010.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#657383';
  1011.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  1012.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  1013.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header2']['config']['notActiveByDefault'] = false;
  1014.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header2']['default'] = '1';
  1015.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  1016.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Raleway';
  1017.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  1018.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  1019.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  1020.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuLayoutIconV2']['config']['notActiveByDefault'] = false;
  1021.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuLayoutIconV2']['default'] = '1';
  1022.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSocials']['config']['notActiveByDefault'] = false;
  1023.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSocials']['default'] = '1';
  1024.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  1025.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  1026.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '160';
  1027.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '70';
  1028.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_universe.png');
  1029.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1030.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  1031.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1032.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1033.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1034. }
  1035. if(PCT_THEME == 'eclipse_seomatic')
  1036. {
  1037.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1038.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#ffa100';
  1039.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  1040.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#0cca5d';
  1041.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  1042.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#f9f9f9';
  1043.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  1044.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = 'rgba(0,0,0,0.5)';
  1045.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  1046.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = 'rgba(0,0,0,0.5)';
  1047.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  1048.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  1049.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  1050.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  1051.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  1052.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#545454';
  1053.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  1054.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#4c4c4c';
  1055.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  1056.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  1057.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  1058.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_seomatic.png');
  1059.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1060.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  1061.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1062.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1063.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1064. }
  1065. if(PCT_THEME == 'eclipse_medical')
  1066. {
  1067.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1068.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#4b95b1';
  1069.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  1070.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#e85c2c';
  1071.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  1072.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  1073.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  1074.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#4b95b1';
  1075.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  1076.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#333333';
  1077.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3']['config']['notActiveByDefault'] = false;
  1078.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3']['default'] = '30';
  1079.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3BackgroundColor']['config']['notActiveByDefault'] = false;
  1080.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3BackgroundColor']['default'] = '#e5eef2';
  1081.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['config']['notActiveByDefault'] = false;
  1082.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['default'] = 'rgba(255,255,255,0.9)';
  1083.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  1084.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  1085.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  1086.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_medical.png');
  1087.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1088.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  1089.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1090.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1091.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1092. }
  1093. if(PCT_THEME == 'eclipse_resort')
  1094. {
  1095.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1096.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#313a45';
  1097.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  1098.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = 'rgba(0,0,0,0)';
  1099.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  1100.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = '#ffffff';
  1101.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  1102.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#ffffff';
  1103.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  1104.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  1105.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  1106.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(255,255,255,0.95)';
  1107.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  1108.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  1109.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  1110.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Playfair+Display';
  1111.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  1112.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  1113.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#313a45';
  1114.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['config']['notActiveByDefault'] = false;
  1115.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['default'] = 'rgba(255,255,255,0.9)';
  1116.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  1117.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#2a3139';
  1118.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['config']['notActiveByDefault'] = false;
  1119.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['default'] = 'rgba(255,255,255,0.9)';
  1120.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle4']['config']['notActiveByDefault'] = false;
  1121.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle4']['default'] = 'rgba(0,0,0,0.3)';
  1122.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  1123.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '80';
  1124.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_resort.png');
  1125.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1126.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  1127.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1128.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1129.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1130. }
  1131. if(PCT_THEME == 'eclipse_company')
  1132. {
  1133.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1134.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#d5533f';
  1135.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header6']['config']['notActiveByDefault'] = false;
  1136.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header6']['default'] = '1';
  1137.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header6Background']['config']['notActiveByDefault'] = false;
  1138.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header6Background']['default'] = 'rgba(255,255,255,0.7)';
  1139.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header6Color']['config']['notActiveByDefault'] = false;
  1140.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header6Color']['default'] = '#131313';
  1141.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header6PositionAbsolute']['config']['notActiveByDefault'] = false;
  1142.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header6PositionAbsolute']['default'] = '1';
  1143.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  1144.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = 'rgba(255,255,255,0.3)';
  1145.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['config']['notActiveByDefault'] = false;
  1146.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['default'] = '5';
  1147.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  1148.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  1149.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  1150.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  1151.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  1152.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  1153.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  1154.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Montserrat';
  1155.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  1156.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  1157.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#f2f2f2';
  1158.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  1159.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = 'rgba(0,0,0,0.5)';
  1160.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  1161.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = 'rgba(0,0,0,0.5)';
  1162.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  1163.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  1164.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  1165.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(0,0,0,0.5)';
  1166.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  1167.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '160';
  1168.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  1169.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '130';
  1170.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  1171.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  1172.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  1173.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_company.png');
  1174.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1175.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  1176.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1177.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1178.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1179. }
  1180. if(PCT_THEME == 'eclipse_lawyer')
  1181. {
  1182.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1183.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#ba1c24';
  1184.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  1185.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  1186.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  1187.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  1188.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  1189.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = '#141433';
  1190.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  1191.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  1192.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  1193.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  1194.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  1195.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Merriweather';
  1196.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  1197.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  1198.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#141433';
  1199.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  1200.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#0f0f27';
  1201.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  1202.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  1203.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2']['config']['notActiveByDefault'] = false;
  1204.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2']['default'] = '1';
  1205.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2ContentWidth']['config']['notActiveByDefault'] = false;
  1206.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2ContentWidth']['default'] = '1240';
  1207.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2BackgroundColor']['config']['notActiveByDefault'] = false;
  1208.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2BackgroundColor']['default'] = '#e5e5e5';
  1209.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  1210.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '180';
  1211.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  1212.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '70';
  1213.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_lawyer.png');
  1214.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1215.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  1216.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1217.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1218.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1219. }
  1220. if(PCT_THEME == 'eclipse_sportclub')
  1221. {
  1222.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1223.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#fdbd00';
  1224.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  1225.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  1226.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  1227.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0.5)';
  1228.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  1229.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  1230.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  1231.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  1232.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  1233.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = 'rgba(0,0,0,0)';
  1234.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  1235.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#ffffff';
  1236.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  1237.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = '#ffffff';
  1238.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  1239.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  1240.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  1241.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Oswald';
  1242.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  1243.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  1244.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  1245.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  1246.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#000000';
  1247.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  1248.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#000000';
  1249.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  1250.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Oswald';
  1251.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'regular:400';
  1252.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_sportclub.png');
  1253.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1254.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  1255.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1256.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1257.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1258. }
  1259. if(PCT_THEME == 'eclipse_clearsay')
  1260. {
  1261.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1262.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#4b4e53';
  1263.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  1264.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  1265.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  1266.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  1267.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  1268.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  1269.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1270.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Lato';
  1271.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1272.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  1273.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#ffffff';
  1274.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBorder']['config']['notActiveByDefault'] = false;
  1275.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBorder']['default'] = 'rgba(0,0,0,0.1)';
  1276.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  1277.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = 'rgba(0,0,0,0.7)';
  1278.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  1279.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = 'rgba(0,0,0,0.7)';
  1280.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  1281.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  1282.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  1283.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(0,0,0,0.5)';
  1284.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['config']['notActiveByDefault'] = false;
  1285.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['default'] = 'rgba(0,0,0,0.1)';
  1286.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle4']['config']['notActiveByDefault'] = false;
  1287.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle4']['default'] = '#333333';
  1288.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  1289.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  1290.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  1291.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '120';
  1292.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_clearsay.png');
  1293.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1294.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1295. }
  1296. if(PCT_THEME == 'eclipse_fitness')
  1297. {
  1298.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1299.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#9bb70d';
  1300.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header12']['config']['notActiveByDefault'] = false;
  1301.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header12']['default'] = '1';
  1302.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  1303.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#ffffff';
  1304.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  1305.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = '#ffffff';
  1306.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  1307.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Roboto+Condensed';
  1308.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'regular:400';
  1309.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  1310.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Roboto+Condensed';
  1311.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  1312.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  1313.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#9bb70d';
  1314.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  1315.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = 'rgba(255,255,255,0.8)';
  1316.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  1317.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = 'rgba(255,255,255,0.8)';
  1318.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['config']['notActiveByDefault'] = false;
  1319.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['default'] = 'rgba(255,255,255,1)';
  1320.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  1321.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#e5e5e5';
  1322.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  1323.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(0,0,0,0.5)';
  1324.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2']['config']['notActiveByDefault'] = false;
  1325.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2']['default'] = '1';
  1326.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2ContentWidth']['config']['notActiveByDefault'] = false;
  1327.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2ContentWidth']['default'] = '1240';
  1328.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2BackgroundColor']['config']['notActiveByDefault'] = false;
  1329.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2BackgroundColor']['default'] = '#f3f3f3';
  1330.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_fitness.png');
  1331.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1332.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  1333.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1334.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1335.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1336. }
  1337. if(PCT_THEME == 'eclipse_bachelor')
  1338. {
  1339.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1340.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#ffc000';
  1341.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  1342.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#73ac43';
  1343.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  1344.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#333333';
  1345.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  1346.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = 'rgba(255,255,255,0.6)';
  1347.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  1348.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = 'rgba(255,255,255,0.6)';
  1349.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['config']['notActiveByDefault'] = false;
  1350.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['default'] = '5';
  1351.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['config']['notActiveByDefault'] = false;
  1352.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['default'] = '1';
  1353.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Background']['config']['notActiveByDefault'] = false;
  1354.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Background']['default'] = 'rgba(0,0,0,0)';
  1355.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Color']['config']['notActiveByDefault'] = false;
  1356.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Color']['default'] = '#ffffff';
  1357.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5PositionAbsolute']['config']['notActiveByDefault'] = false;
  1358.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5PositionAbsolute']['default'] = '1';
  1359.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  1360.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  1361.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  1362.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#393939';
  1363.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  1364.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  1365.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  1366.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#393939';
  1367.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  1368.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  1369.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1370.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Lato';
  1371.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1372.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2']['config']['notActiveByDefault'] = false;
  1373.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2']['default'] = '1';
  1374.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2ContentWidth']['config']['notActiveByDefault'] = false;
  1375.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2ContentWidth']['default'] = '1240';
  1376.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2BackgroundColor']['config']['notActiveByDefault'] = false;
  1377.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2BackgroundColor']['default'] = '#f3f3f3';
  1378.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  1379.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_bachelor.png');
  1380.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  1381.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_bachelor_sm.png');
  1382.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  1383.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_bachelor_sm.png');
  1384.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1385.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1386. }
  1387. if(PCT_THEME == 'eclipse_creative')
  1388. {
  1389.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1390.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#ffb606';
  1391.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  1392.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  1393.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['config']['notActiveByDefault'] = false;
  1394.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['default'] = '1';
  1395.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Background']['config']['notActiveByDefault'] = false;
  1396.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Background']['default'] = 'rgba(0,0,0,0)';
  1397.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Color']['config']['notActiveByDefault'] = false;
  1398.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Color']['default'] = '#ffffff';
  1399.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5PositionAbsolute']['config']['notActiveByDefault'] = false;
  1400.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5PositionAbsolute']['default'] = '1';
  1401.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  1402.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  1403.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  1404.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#393939';
  1405.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  1406.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  1407.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  1408.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#393939';
  1409.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  1410.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  1411.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1412.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Lato';
  1413.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1414.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  1415.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_creative.png');
  1416.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  1417.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_creative_sm.png');
  1418.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  1419.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_creative_sm.png');
  1420.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1421.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1422. }
  1423. if(PCT_THEME == 'eclipse_photo')
  1424. {
  1425.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1426.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#000000';
  1427.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  1428.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  1429.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  1430.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  1431.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  1432.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  1433.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuLayoutDividerV2']['config']['notActiveByDefault'] = false;
  1434.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuLayoutDividerV2']['default'] = '#696969';
  1435.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  1436.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  1437.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  1438.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#000000';
  1439.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  1440.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#ffffff';
  1441.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['config']['notActiveByDefault'] = false;
  1442.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['default'] = 'rgba(255,255,255,1)';
  1443.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  1444.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  1445.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  1446.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  1447.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  1448.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '60';
  1449.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  1450.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  1451.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['config']['notActiveByDefault'] = false;
  1452.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['default'] = '55';
  1453.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  1454.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '110';
  1455.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_photo.png');
  1456.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1457.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  1458.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1459.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1460.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1461. }
  1462. if(PCT_THEME == 'eclipse_projecta')
  1463. {
  1464.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1465.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#204263';
  1466.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header18']['config']['notActiveByDefault'] = false;
  1467.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header18']['default'] = '1';
  1468.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  1469.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Raleway';
  1470.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  1471.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  1472.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '150';
  1473.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  1474.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '250';
  1475.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  1476.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_projecta.png');
  1477.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  1478.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_projecta_sm.png');
  1479.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  1480.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_projecta_sm.png');
  1481.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1482.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  1483.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1484.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1485.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1486. }
  1487. if(PCT_THEME == 'eclipse_blogiq')
  1488. {
  1489.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1490.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#a79f82';
  1491.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  1492.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#191919';
  1493.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  1494.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  1495.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  1496.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Josefin+Sans';
  1497.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'regular:400';
  1498.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  1499.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Josefin+Sans';
  1500.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  1501.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  1502.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  1503.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2']['config']['notActiveByDefault'] = false;
  1504.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2']['default'] = '1';
  1505.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2ContentWidth']['config']['notActiveByDefault'] = false;
  1506.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2ContentWidth']['default'] = '1240';
  1507.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2BackgroundColor']['config']['notActiveByDefault'] = false;
  1508.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2BackgroundColor']['default'] = '#f3f3f3';
  1509.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  1510.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  1511.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  1512.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '70';
  1513.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  1514.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  1515.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['config']['notActiveByDefault'] = false;
  1516.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['default'] = '70';
  1517.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  1518.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '100';
  1519.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_blogiq.png');
  1520.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1521.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  1522.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1523.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1524.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1525. }
  1526. if(PCT_THEME == 'eclipse_frame')
  1527. {
  1528.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1529.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#000000';
  1530.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  1531.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  1532.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  1533.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Josefin+Sans';
  1534.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'regular:400';
  1535.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  1536.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  1537.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  1538.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(255,255,255,0.95)';
  1539.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  1540.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  1541.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  1542.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  1543.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  1544.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Josefin+Sans';
  1545.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  1546.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  1547.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  1548.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  1549.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  1550.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  1551.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#666666';
  1552.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  1553.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  1554.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  1555.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '130';
  1556.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  1557.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '80';
  1558.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  1559.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  1560.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  1561.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '80';
  1562.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  1563.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  1564.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_frame.png');
  1565.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1566.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  1567.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1568.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1569.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1570. }
  1571. if(PCT_THEME == 'eclipse_coach')
  1572. {
  1573.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1574.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#f4d03f';
  1575.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  1576.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#c7dae1';
  1577.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  1578.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  1579.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header2']['config']['notActiveByDefault'] = false;
  1580.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header2']['default'] = '1';
  1581.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  1582.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Raleway';
  1583.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  1584.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  1585.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  1586.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2']['config']['notActiveByDefault'] = false;
  1587.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2']['default'] = '1';
  1588.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2ContentWidth']['config']['notActiveByDefault'] = false;
  1589.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2ContentWidth']['default'] = '1240';
  1590.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2BackgroundColor']['config']['notActiveByDefault'] = false;
  1591.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2BackgroundColor']['default'] = '#f3f3f3';
  1592.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  1593.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '270';
  1594.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_coach.png');
  1595.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1596.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  1597.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1598.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1599.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1600. }
  1601. if(PCT_THEME == 'eclipse_advisor')
  1602. {
  1603.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1604.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#dc6226';
  1605.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  1606.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#2e373c';
  1607.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  1608.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = 'rgba(255,255,255,0.5)';
  1609.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  1610.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = 'rgba(255,255,255,0.5)';
  1611.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  1612.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  1613.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  1614.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = '#404b52';
  1615.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  1616.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  1617.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  1618.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'Fjalla+One';
  1619.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'regular:400';
  1620.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  1621.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  1622.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  1623.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Fjalla+One';
  1624.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  1625.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  1626.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#404b52';
  1627.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  1628.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#2e373c';
  1629.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  1630.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(255,255,255,0.5)';
  1631.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_advisor.png');
  1632.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1633.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  1634.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1635.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  1636.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  1637.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1638.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1639. }
  1640. if(PCT_THEME == 'eclipse_planner')
  1641. {
  1642.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1643.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#fec150';
  1644.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  1645.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  1646.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  1647.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  1648.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  1649.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Josefin+Sans';
  1650.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'regular:400';
  1651.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  1652.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  1653.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  1654.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Josefin+Sans';
  1655.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  1656.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  1657.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  1658.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3']['config']['notActiveByDefault'] = false;
  1659.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3']['default'] = '20';
  1660.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3BackgroundColor']['config']['notActiveByDefault'] = false;
  1661.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3BackgroundColor']['default'] = '#f3f3ef';
  1662.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  1663.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#ffffff';
  1664.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBorder']['config']['notActiveByDefault'] = false;
  1665.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBorder']['default'] = 'rgba(0,0,0,0.05)';
  1666.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  1667.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = 'rgba(0,0,0,0.5)';
  1668.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  1669.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = 'rgba(0,0,0,0.5)';
  1670.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  1671.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  1672.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  1673.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(0,0,0,0.5)';
  1674.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['config']['notActiveByDefault'] = false;
  1675.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['default'] = 'rgba(0,0,0,0.05)';
  1676.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  1677.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  1678.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  1679.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '120';
  1680.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  1681.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '100';
  1682.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_planner.png');
  1683.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1684.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  1685.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1686.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1687.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1688. }
  1689. if(PCT_THEME == 'eclipse_interior')
  1690. {
  1691.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1692.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#b62b52';
  1693.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  1694.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  1695.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14']['config']['notActiveByDefault'] = false;
  1696.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14']['default'] = '1';
  1697.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14Background']['config']['notActiveByDefault'] = false;
  1698.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14Background']['default'] = '#191919';
  1699.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14Color']['config']['notActiveByDefault'] = false;
  1700.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14Color']['default'] = 'rgba(255,255,255,0.5)';
  1701.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  1702.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  1703.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  1704.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#555555';
  1705.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  1706.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  1707.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  1708.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#555555';
  1709.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  1710.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  1711.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  1712.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  1713.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  1714.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(0,0,0,0.4)';
  1715.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  1716.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  1717.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  1718.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '170';
  1719.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_interior.png');
  1720.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1721.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  1722.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1723.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1724.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1725. }
  1726. if(PCT_THEME == 'eclipse_fashion')
  1727. {
  1728.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1729.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#7e695a';
  1730.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  1731.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  1732.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  1733.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  1734.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  1735.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Actor';
  1736.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'regular:400';
  1737.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  1738.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Advent+Pro';
  1739.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  1740.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  1741.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#000000';
  1742.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  1743.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#000000';
  1744.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  1745.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  1746.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  1747.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  1748.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  1749.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '70';
  1750.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  1751.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  1752.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['config']['notActiveByDefault'] = false;
  1753.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['default'] = '70';
  1754.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  1755.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '100';
  1756.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_fashion.png');
  1757.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1758.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  1759.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1760.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1761.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1762. }
  1763. if(PCT_THEME == 'eclipse_smartbiz')
  1764. {
  1765.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1766.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#002e5b';
  1767.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  1768.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#fde428';
  1769.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  1770.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = 'rgba(0,46,91,0.9)';
  1771.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  1772.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = 'rgba(255,255,255,0.9)';
  1773.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  1774.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = '#fde428';
  1775.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  1776.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  1777.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  1778.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(255,255,255,0.95)';
  1779.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  1780.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  1781.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  1782.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  1783.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  1784.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['config']['notActiveByDefault'] = false;
  1785.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['default'] = 'rgba(255,255,255,1)';
  1786.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['config']['notActiveByDefault'] = false;
  1787.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['default'] = 'rgba(255,255,255,1)';
  1788.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1789.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  1790.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1791.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_smartbiz.png');
  1792.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1793.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1794. }
  1795. if(PCT_THEME == 'eclipse_charity')
  1796. {
  1797.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1798.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#ed9914';
  1799.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  1800.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  1801.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  1802.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  1803.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  1804.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  1805.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  1806.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  1807.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  1808.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  1809.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  1810.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  1811.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  1812.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#555555';
  1813.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  1814.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  1815.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  1816.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#555555';
  1817.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  1818.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Roboto+Slab';
  1819.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'regular:400';
  1820.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  1821.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Roboto+Slab';
  1822.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  1823.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  1824.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_charity.png');
  1825.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  1826.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_charity_sm.png');
  1827.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  1828.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_charity_sm.png');
  1829.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1830.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  1831.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1832.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1833.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1834. }
  1835. if(PCT_THEME == 'eclipse_cleaner')
  1836. {
  1837.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1838.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#35dbb5';
  1839.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  1840.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#25a3d1';
  1841.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  1842.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#ffffff';
  1843.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  1844.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = '#ffffff';
  1845.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  1846.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#25a3d1';
  1847.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  1848.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  1849.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  1850.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  1851.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  1852.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  1853.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  1854.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  1855.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  1856.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_cleaner.png');
  1857.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1858.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  1859.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1860.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1861.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1862. }
  1863. if(PCT_THEME == 'eclipse_hotel')
  1864. {
  1865.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1866.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#c19c78';
  1867.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  1868.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#323536';
  1869.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  1870.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = 'rgba(255,255,255,0.5)';
  1871.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  1872.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = 'rgba(255,255,255,0.5)';
  1873.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontSize']['config']['notActiveByDefault'] = false;
  1874.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontSize']['default'] = '12';
  1875.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['config']['notActiveByDefault'] = false;
  1876.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['default'] = '5';
  1877.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['config']['notActiveByDefault'] = false;
  1878.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['default'] = '1';
  1879.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Background']['config']['notActiveByDefault'] = false;
  1880.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Background']['default'] = '#292b2c';
  1881.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Color']['config']['notActiveByDefault'] = false;
  1882.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Color']['default'] = '#ffffff';
  1883.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  1884.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Montserrat';
  1885.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'regular:400';
  1886.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  1887.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  1888.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1889.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Merriweather';
  1890.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1891.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['config']['notActiveByDefault'] = false;
  1892.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['default'] = '13';
  1893.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  1894.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Montserrat';
  1895.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  1896.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2']['config']['notActiveByDefault'] = false;
  1897.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2']['default'] = '1';
  1898.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2ContentWidth']['config']['notActiveByDefault'] = false;
  1899.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2ContentWidth']['default'] = '1240';
  1900.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2BackgroundColor']['config']['notActiveByDefault'] = false;
  1901.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2BackgroundColor']['default'] = '#f3f3f3';
  1902.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  1903.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '220';
  1904.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  1905.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '100';
  1906.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_hotel.png');
  1907.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1908.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1909. }
  1910. if(PCT_THEME == 'eclipse_portfolio')
  1911. {
  1912.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1913.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#60947e';
  1914.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  1915.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  1916.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15']['config']['notActiveByDefault'] = false;
  1917.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15']['default'] = '1';
  1918.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15Background']['config']['notActiveByDefault'] = false;
  1919.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15Background']['default'] = 'rgba(0,0,0,0)';
  1920.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15PositionAbsolute']['config']['notActiveByDefault'] = false;
  1921.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15PositionAbsolute']['default'] = '1';
  1922.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  1923.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  1924.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  1925.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#353535';
  1926.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  1927.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  1928.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  1929.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#353535';
  1930.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1931.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Inconsolata';
  1932.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1933.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  1934.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Unica+One';
  1935.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  1936.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  1937.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#f7f7f7';
  1938.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  1939.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#000000';
  1940.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  1941.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#000000';
  1942.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  1943.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  1944.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  1945.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#000000';
  1946.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['config']['notActiveByDefault'] = false;
  1947.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['default'] = 'rgba(0,0,0,0.1)';
  1948.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  1949.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  1950.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  1951.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  1952.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  1953.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '100';
  1954.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  1955.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  1956.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['config']['notActiveByDefault'] = false;
  1957.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['default'] = '70';
  1958.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  1959.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '100';
  1960.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_portfolio.png');
  1961.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1962.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1963. }
  1964. if(PCT_THEME == 'eclipse_software')
  1965. {
  1966.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1967.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#00cdc1';
  1968.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  1969.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#09142f';
  1970.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  1971.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  1972.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  1973.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  1974.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  1975.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  1976.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  1977.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  1978.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  1979.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  1980.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Scada';
  1981.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  1982.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  1983.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#09142f';
  1984.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  1985.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#21293f';
  1986.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  1987.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  1988.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_software.png');
  1989.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  1990.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  1991.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  1992.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  1993.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  1994. }
  1995. if(PCT_THEME == 'eclipse_energy')
  1996. {
  1997.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  1998.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#97c232';
  1999.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  2000.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  2001.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  2002.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  2003.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  2004.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  2005.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  2006.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  2007.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  2008.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  2009.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  2010.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  2011.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  2012.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#555555';
  2013.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  2014.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  2015.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  2016.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#555555';
  2017.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  2018.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  2019.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  2020.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  2021.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#97c232';
  2022.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  2023.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = 'rgba(255,255,255,0.9)';
  2024.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  2025.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = 'rgba(255,255,255,0.9)';
  2026.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['config']['notActiveByDefault'] = false;
  2027.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['default'] = 'rgba(255,255,255,1)';
  2028.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['config']['notActiveByDefault'] = false;
  2029.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['default'] = 'rgba(255,255,255,1)';
  2030.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  2031.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  2032.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1']['config']['notActiveByDefault'] = false;
  2033.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1']['default'] = '1';
  2034.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1Shadow']['config']['notActiveByDefault'] = false;
  2035.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1Shadow']['default'] = '1';
  2036.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1ContentWidth']['config']['notActiveByDefault'] = false;
  2037.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1ContentWidth']['default'] = '1240';
  2038.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1BackgroundColor']['config']['notActiveByDefault'] = false;
  2039.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1BackgroundColor']['default'] = '#ffffff';
  2040.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  2041.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  2042.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  2043.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  2044.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  2045.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  2046.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(255,255,255,0.9)';
  2047.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  2048.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#8bb32e';
  2049.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  2050.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_energy.png');
  2051.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  2052.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_energy_sm.png');
  2053.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  2054.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_energy_sm.png');
  2055.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['backgroundUpload']['config']['notActiveByDefault'] = false;
  2056.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['backgroundUpload']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_backgrounds/background_2.jpg');
  2057.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['backgroundFullsize']['config']['notActiveByDefault'] = false;
  2058.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['backgroundFullsize']['default'] = '1';
  2059.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  2060.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  2061. }
  2062. if(PCT_THEME == 'eclipse_masonry')
  2063. {
  2064.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  2065.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#9d9a7d';
  2066.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  2067.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  2068.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['config']['notActiveByDefault'] = false;
  2069.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['default'] = '1';
  2070.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  2071.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  2072.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  2073.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  2074.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '14';
  2075.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  2076.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  2077.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  2078.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  2079.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  2080.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  2081.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  2082.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '70';
  2083.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  2084.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  2085.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['config']['notActiveByDefault'] = false;
  2086.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['default'] = '65';
  2087.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  2088.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '110';
  2089.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_masonry.png');
  2090.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  2091.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  2092.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  2093.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  2094.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  2095. }
  2096. if(PCT_THEME == 'eclipse_automobile')
  2097. {
  2098.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  2099.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#ff8b13';
  2100.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  2101.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#cccdd1';
  2102.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  2103.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  2104.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header3']['config']['notActiveByDefault'] = false;
  2105.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header3']['default'] = '1';
  2106.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  2107.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Source+Sans+Pro';
  2108.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  2109.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  2110.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#ff8b13';
  2111.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  2112.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#ffffff';
  2113.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  2114.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#ffffff';
  2115.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['config']['notActiveByDefault'] = false;
  2116.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['default'] = 'rgba(255,255,255,0.8)';
  2117.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  2118.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  2119.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  2120.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(0,0,0,0.5)';
  2121.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  2122.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  2123.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_automobile.png');
  2124.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  2125.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  2126.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  2127.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  2128.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  2129. }
  2130. if(PCT_THEME == 'eclipse_carpenter')
  2131. {
  2132.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  2133.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#c4a062';
  2134.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  2135.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  2136.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header13']['config']['notActiveByDefault'] = false;
  2137.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header13']['default'] = '1';
  2138.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  2139.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Merriweather';
  2140.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'regular:400';
  2141.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  2142.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Merriweather';
  2143.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  2144.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  2145.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  2146.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  2147.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  2148.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  2149.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(0,0,0,0.8)';
  2150.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  2151.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  2152.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  2153.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  2154.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Merriweather';
  2155.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  2156.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_carpenter.png');
  2157.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  2158.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_carpenter_sm.png');
  2159.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  2160.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_carpenter_sm.png');
  2161.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  2162.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  2163. }
  2164. if(PCT_THEME == 'eclipse_personal')
  2165. {
  2166.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  2167.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#aab4c0';
  2168.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  2169.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#aab4c0';
  2170.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  2171.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  2172.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15']['config']['notActiveByDefault'] = false;
  2173.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15']['default'] = '1';
  2174.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  2175.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Raleway';
  2176.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  2177.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  2178.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#aab4c0';
  2179.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  2180.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = 'rgba(255,255,255,0.9)';
  2181.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  2182.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = 'rgba(255,255,255,0.9)';
  2183.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['config']['notActiveByDefault'] = false;
  2184.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['default'] = 'rgba(255,255,255,1)';
  2185.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  2186.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  2187.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  2188.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(0,0,0,0.5)';
  2189.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  2190.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  2191.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  2192.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '90';
  2193.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_personal.png');
  2194.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  2195.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  2196. }
  2197. if(PCT_THEME == 'eclipse_cosmetica')
  2198. {
  2199.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  2200.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#6d604c';
  2201.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  2202.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#1f1f1f';
  2203.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  2204.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = 'rgba(255,255,255,0.7)';
  2205.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  2206.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = 'rgba(255,255,255,0.7)';
  2207.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header11']['config']['notActiveByDefault'] = false;
  2208.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header11']['default'] = '1';
  2209.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  2210.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Raleway';
  2211.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  2212.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  2213.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  2214.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  2215.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  2216.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  2217.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  2218.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  2219.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '110';
  2220.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_cosmetica.png');
  2221.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  2222.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  2223.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  2224.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  2225.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  2226. }
  2227. if(PCT_THEME == 'eclipse_parallax')
  2228. {
  2229.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  2230.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#00b7a2';
  2231.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  2232.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  2233.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['config']['notActiveByDefault'] = false;
  2234.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['default'] = '1';
  2235.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Background']['config']['notActiveByDefault'] = false;
  2236.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Background']['default'] = 'rgba(0,0,0,0)';
  2237.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Color']['config']['notActiveByDefault'] = false;
  2238.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Color']['default'] = '#ffffff';
  2239.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8PositionAbsolute']['config']['notActiveByDefault'] = false;
  2240.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8PositionAbsolute']['default'] = '1';
  2241.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  2242.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  2243.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  2244.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#393939';
  2245.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  2246.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  2247.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  2248.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#393939';
  2249.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  2250.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  2251.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  2252.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  2253.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  2254.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  2255.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  2256.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  2257.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '120';
  2258.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  2259.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '130';
  2260.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  2261.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '240';
  2262.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  2263.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_parallax.png');
  2264.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  2265.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_parallax_sm.png');
  2266.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  2267.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_parallax_sm.png');
  2268.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  2269.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  2270.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  2271.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  2272.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  2273. }
  2274. if(PCT_THEME == 'eclipse_kids')
  2275. {
  2276.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  2277.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#932b72';
  2278.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  2279.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  2280.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  2281.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  2282.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  2283.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  2284.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  2285.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  2286.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  2287.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  2288.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  2289.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  2290.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  2291.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#393939';
  2292.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  2293.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  2294.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  2295.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#393939';
  2296.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  2297.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Amatic+SC';
  2298.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  2299.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  2300.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '30';
  2301.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  2302.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Amatic+SC';
  2303.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  2304.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  2305.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#6a7d21';
  2306.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  2307.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#ffffff';
  2308.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  2309.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#ffffff';
  2310.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['config']['notActiveByDefault'] = false;
  2311.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['default'] = 'rgba(255,255,255,0.7)';
  2312.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  2313.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#8a4b3f';
  2314.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  2315.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(255,255,255,0.8)';
  2316.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['config']['notActiveByDefault'] = false;
  2317.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['default'] = 'rgba(255,255,255,0.7)';
  2318.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  2319.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  2320.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  2321.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '230';
  2322.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_kids.png');
  2323.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  2324.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  2325.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  2326.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  2327.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  2328. }
  2329. if(PCT_THEME == 'eclipse_designer')
  2330. {
  2331.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  2332.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#ac994d';
  2333.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  2334.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#2a2a2a';
  2335.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  2336.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  2337.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['config']['notActiveByDefault'] = false;
  2338.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['default'] = '1';
  2339.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Background']['config']['notActiveByDefault'] = false;
  2340.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Background']['default'] = '#2a2a2a';
  2341.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Color']['config']['notActiveByDefault'] = false;
  2342.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Color']['default'] = '#ffffff';
  2343.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8PositionAbsolute']['config']['notActiveByDefault'] = false;
  2344.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8PositionAbsolute']['default'] = '1';
  2345.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  2346.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Raleway';
  2347.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'light:300';
  2348.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  2349.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  2350.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  2351.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  2352.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  2353.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '180';
  2354.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  2355.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '70';
  2356.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  2357.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '130';
  2358.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['config']['notActiveByDefault'] = false;
  2359.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['default'] = '60';
  2360.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  2361.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '120';
  2362.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_designer.png');
  2363.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  2364.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  2365. }
  2366. if(PCT_THEME == 'eclipse_micropage')
  2367. {
  2368.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  2369.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#5c5d6e';
  2370.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  2371.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  2372.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  2373.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  2374.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  2375.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Lato';
  2376.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  2377.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColor']['config']['notActiveByDefault'] = false;
  2378.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColor']['default'] = '#000000';
  2379.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  2380.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  2381.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  2382.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  2383.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  2384.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(0,0,0,0.5)';
  2385.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['config']['notActiveByDefault'] = false;
  2386.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['default'] = '#e5e5e5';
  2387.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  2388.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  2389.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  2390.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  2391.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  2392.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '65';
  2393.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  2394.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  2395.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_micropage.png');
  2396.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  2397.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  2398.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  2399.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  2400.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  2401. }
  2402. if(PCT_THEME == 'eclipse_micropagetwo')
  2403. {
  2404.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  2405.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#6c807c';
  2406.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  2407.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  2408.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['config']['notActiveByDefault'] = false;
  2409.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['default'] = '1';
  2410.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  2411.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  2412.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  2413.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  2414.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  2415.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(0,0,0,0.5)';
  2416.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  2417.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  2418.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  2419.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '70';
  2420.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_micropagetwo.png');
  2421.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  2422.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  2423.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  2424.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  2425.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  2426. }
  2427. if(PCT_THEME == 'eclipse_business')
  2428. {
  2429.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  2430.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#63c0c7';
  2431.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  2432.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#1d2226';
  2433.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  2434.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  2435.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['config']['notActiveByDefault'] = false;
  2436.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['default'] = '1';
  2437.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  2438.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  2439.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  2440.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  2441.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Bitter';
  2442.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  2443.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  2444.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#ffffff';
  2445.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  2446.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = 'rgba(0,0,0,0.6)';
  2447.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  2448.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = 'rgba(0,0,0,0.6)';
  2449.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBorder']['config']['notActiveByDefault'] = false;
  2450.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBorder']['default'] = '#e5e5e5';
  2451.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  2452.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  2453.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  2454.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(0,0,0,0.6)';
  2455.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['config']['notActiveByDefault'] = false;
  2456.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['default'] = '#e5e5e5';
  2457.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  2458.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  2459.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  2460.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '70';
  2461.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_business.png');
  2462.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  2463.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  2464.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  2465.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  2466.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  2467. }
  2468. if(PCT_THEME == 'eclipse_taxhelp')
  2469. {
  2470.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  2471.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#e1c486';
  2472.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  2473.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  2474.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  2475.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  2476.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  2477.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  2478.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  2479.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  2480.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  2481.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  2482.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  2483.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  2484.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  2485.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#393939';
  2486.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  2487.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  2488.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  2489.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#393939';
  2490.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  2491.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  2492.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  2493.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Lato';
  2494.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  2495.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  2496.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Cinzel';
  2497.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  2498.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  2499.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '100';
  2500.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  2501.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '112';
  2502.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  2503.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_taxhelp.png');
  2504.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  2505.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_taxhelp_sm.png');
  2506.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  2507.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_taxhelp_sm.png');
  2508.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  2509.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  2510. }
  2511. if(PCT_THEME == 'eclipse_journal')
  2512. {
  2513.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  2514.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#c39f76';
  2515.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  2516.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#aab4c0';
  2517.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  2518.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = 'rgba(26,26,28,0.8)';
  2519.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  2520.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = 'rgba(255,255,255,0.7)';
  2521.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header4']['config']['notActiveByDefault'] = false;
  2522.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header4']['default'] = '1';
  2523.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header4Background']['config']['notActiveByDefault'] = false;
  2524.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header4Background']['default'] = 'rgba(0,0,0,0)';
  2525.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header4Color']['config']['notActiveByDefault'] = false;
  2526.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header4Color']['default'] = '#ffffff';
  2527.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header4PositionAbsolute']['config']['notActiveByDefault'] = false;
  2528.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header4PositionAbsolute']['default'] = '1';
  2529.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  2530.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  2531.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  2532.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#696969';
  2533.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  2534.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  2535.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  2536.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#696969';
  2537.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  2538.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  2539.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  2540.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '15';
  2541.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  2542.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Lato';
  2543.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  2544.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  2545.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Lato';
  2546.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  2547.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  2548.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Raleway';
  2549.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  2550.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  2551.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  2552.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  2553.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '530';
  2554.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  2555.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '140';
  2556.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  2557.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_journal.png');
  2558.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  2559.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_journal_sm.png');
  2560.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  2561.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_journal_sm.png');
  2562.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  2563.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  2564. }
  2565. if(PCT_THEME == 'eclipse_event')
  2566. {
  2567.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  2568.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#eb3739';
  2569.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  2570.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  2571.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  2572.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  2573.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  2574.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  2575.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  2576.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  2577.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  2578.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  2579.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  2580.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  2581.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  2582.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#555555';
  2583.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  2584.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  2585.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  2586.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#555555';
  2587.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  2588.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  2589.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  2590.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  2591.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  2592.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  2593.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Source+Sans+Pro';
  2594.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  2595.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  2596.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  2597.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  2598.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '110';
  2599.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  2600.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '90';
  2601.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  2602.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  2603.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  2604.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_event.png');
  2605.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  2606.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_event_sm.png');
  2607.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  2608.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_event_sm.png');
  2609.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  2610.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  2611.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  2612.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  2613.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  2614. }
  2615. if(PCT_THEME == 'eclipse_plumber')
  2616. {
  2617.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  2618.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#4acddc';
  2619.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  2620.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  2621.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header19']['config']['notActiveByDefault'] = false;
  2622.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header19']['default'] = '1';
  2623.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  2624.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Open+Sans';
  2625.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  2626.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  2627.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Archivo+Narrow';
  2628.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  2629.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  2630.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  2631.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  2632.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#333333';
  2633.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  2634.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#4acddc';
  2635.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  2636.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  2637.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  2638.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '180';
  2639.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  2640.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_plumber.png');
  2641.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  2642.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_plumber_sm.png');
  2643.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  2644.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_plumber_sm.png');
  2645.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  2646.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  2647.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  2648.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  2649. }
  2650. if(PCT_THEME == 'eclipse_musicalian')
  2651. {
  2652.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  2653.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#819aa5';
  2654.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  2655.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  2656.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['config']['notActiveByDefault'] = false;
  2657.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['default'] = '1';
  2658.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  2659.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  2660.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  2661.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  2662.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  2663.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(0,0,0,0.5)';
  2664.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  2665.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  2666.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  2667.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  2668.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  2669.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '65';
  2670.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  2671.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '130';
  2672.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['config']['notActiveByDefault'] = false;
  2673.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['default'] = '65';
  2674.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_musicalian.png');
  2675.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  2676.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  2677.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  2678.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  2679.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  2680. }
  2681. if(PCT_THEME == 'eclipse_author')
  2682. {
  2683.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  2684.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#131625';
  2685.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  2686.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  2687.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  2688.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  2689.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  2690.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Gentium+Book+Basic';
  2691.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  2692.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  2693.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Gentium+Book+Basic';
  2694.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  2695.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  2696.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  2697.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  2698.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  2699.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  2700.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#131625';
  2701.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['config']['notActiveByDefault'] = false;
  2702.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['default'] = '#e5e5e5';
  2703.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  2704.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  2705.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  2706.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  2707.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  2708.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '100';
  2709.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_author.png');
  2710.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  2711.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  2712. }
  2713. if(PCT_THEME == 'eclipse_hoster')
  2714. {
  2715.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  2716.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#1db8ea';
  2717.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  2718.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#ff9900';
  2719.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  2720.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  2721.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['config']['notActiveByDefault'] = false;
  2722.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['default'] = '1';
  2723.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Background']['config']['notActiveByDefault'] = false;
  2724.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Background']['default'] = 'rgba(0,0,0,0)';
  2725.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Color']['config']['notActiveByDefault'] = false;
  2726.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Color']['default'] = '#ffffff';
  2727.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5PositionAbsolute']['config']['notActiveByDefault'] = false;
  2728.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5PositionAbsolute']['default'] = '1';
  2729.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  2730.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  2731.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  2732.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#555555';
  2733.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  2734.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  2735.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  2736.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#555555';
  2737.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  2738.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '23';
  2739.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  2740.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Montserrat';
  2741.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  2742.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['config']['notActiveByDefault'] = false;
  2743.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['default'] = '19';
  2744.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  2745.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  2746.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  2747.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '220';
  2748.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  2749.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '130';
  2750.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  2751.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  2752.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  2753.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['config']['notActiveByDefault'] = false;
  2754.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['default'] = '1030';
  2755.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_hoster.png');
  2756.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  2757.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_hoster_sm.png');
  2758.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  2759.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_hoster_sm.png');
  2760.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  2761.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  2762. }
  2763. if(PCT_THEME == 'eclipse_softsquare')
  2764. {
  2765.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  2766.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#09a0cf';
  2767.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  2768.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#09a0cf';
  2769.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  2770.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#ffffff';
  2771.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  2772.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = '#ffffff';
  2773.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  2774.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  2775.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  2776.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#09a0cf';
  2777.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  2778.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = 'rgba(255,255,255,0.9)';
  2779.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  2780.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = 'rgba(255,255,255,0.9)';
  2781.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['config']['notActiveByDefault'] = false;
  2782.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['default'] = 'rgba(255,255,255,1)';
  2783.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['config']['notActiveByDefault'] = false;
  2784.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['default'] = 'rgba(255,255,255,1)';
  2785.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  2786.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#098ab3';
  2787.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  2788.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  2789.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  2790.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '208';
  2791.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  2792.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '125';
  2793.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_softsquare.png');
  2794.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  2795.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  2796.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  2797.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  2798.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  2799. }
  2800. if(PCT_THEME == 'eclipse_dental')
  2801. {
  2802.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  2803.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#1e88d2';
  2804.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  2805.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#b7c7c4';
  2806.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  2807.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#ffffff';
  2808.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['config']['notActiveByDefault'] = false;
  2809.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['default'] = '6';
  2810.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  2811.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#666666';
  2812.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  2813.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = '#666666';
  2814.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutShadow']['config']['notActiveByDefault'] = false;
  2815.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutShadow']['default'] = '0.05';
  2816.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  2817.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  2818.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  2819.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  2820.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  2821.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Source+Sans+Pro';
  2822.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  2823.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  2824.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '18';
  2825.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  2826.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#ffffff';
  2827.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  2828.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#7f7f7f';
  2829.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  2830.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#7f7f7f';
  2831.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBorder']['config']['notActiveByDefault'] = false;
  2832.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBorder']['default'] = '#e5e5e5';
  2833.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  2834.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#f7f7f7';
  2835.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  2836.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#7f7f7f';
  2837.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['config']['notActiveByDefault'] = false;
  2838.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['default'] = '#e5e5e5';
  2839.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  2840.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  2841.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  2842.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '1';
  2843.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_dental.png');
  2844.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  2845.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  2846.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  2847.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  2848.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  2849. }
  2850. if(PCT_THEME == 'eclipse_penthouse')
  2851. {
  2852.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  2853.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#c4bc82';
  2854.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  2855.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  2856.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['config']['notActiveByDefault'] = false;
  2857.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['default'] = '1';
  2858.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  2859.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  2860.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  2861.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '16';
  2862.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH1']['config']['notActiveByDefault'] = false;
  2863.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH1']['default'] = '45';
  2864.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  2865.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  2866.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'light:300';
  2867.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['config']['notActiveByDefault'] = false;
  2868.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['default'] = '17';
  2869.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  2870.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Source+Sans+Pro';
  2871.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  2872.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  2873.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#ffffff';
  2874.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  2875.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#666666';
  2876.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  2877.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#666666';
  2878.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  2879.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  2880.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  2881.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#666666';
  2882.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['config']['notActiveByDefault'] = false;
  2883.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['default'] = '#e5e5e5';
  2884.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  2885.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  2886.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  2887.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '1';
  2888.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  2889.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '200';
  2890.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  2891.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '150';
  2892.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_penthouse.png');
  2893.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  2894.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  2895. }
  2896. if(PCT_THEME == 'eclipse_smallimmo')
  2897. {
  2898.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  2899.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#ef595a';
  2900.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  2901.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  2902.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  2903.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  2904.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  2905.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0.5)';
  2906.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  2907.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  2908.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  2909.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  2910.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  2911.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#000000';
  2912.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  2913.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#000000';
  2914.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  2915.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  2916.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  2917.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  2918.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  2919.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  2920.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '140';
  2921.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_smallimmo.png');
  2922.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  2923.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  2924.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  2925.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  2926.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  2927. }
  2928. if(PCT_THEME == 'eclipse_smallagency')
  2929. {
  2930.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  2931.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#1abc9c';
  2932.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  2933.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  2934.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15']['config']['notActiveByDefault'] = false;
  2935.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15']['default'] = '1';
  2936.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15Background']['config']['notActiveByDefault'] = false;
  2937.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15Background']['default'] = 'rgba(0,0,0,0)';
  2938.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15Color']['config']['notActiveByDefault'] = false;
  2939.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15Color']['default'] = '#ffffff';
  2940.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15PositionAbsolute']['config']['notActiveByDefault'] = false;
  2941.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15PositionAbsolute']['default'] = '1';
  2942.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  2943.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  2944.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  2945.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#393939';
  2946.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  2947.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  2948.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  2949.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#393939';
  2950.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  2951.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Inconsolata';
  2952.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  2953.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  2954.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Josefin+Slab';
  2955.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  2956.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  2957.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#f6f6f6';
  2958.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  2959.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#333333';
  2960.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  2961.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#333333';
  2962.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  2963.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  2964.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  2965.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#333333';
  2966.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['config']['notActiveByDefault'] = false;
  2967.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['default'] = '#e5e5e5';
  2968.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  2969.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  2970.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  2971.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '1';
  2972.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  2973.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_smallagency.png');
  2974.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  2975.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_smallagency_sm.png');
  2976.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  2977.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_smallagency_sm.png');
  2978.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  2979.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  2980. }
  2981. if(PCT_THEME == 'eclipse_translogic')
  2982. {
  2983.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  2984.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#f32427';
  2985.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  2986.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  2987.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header2']['config']['notActiveByDefault'] = false;
  2988.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header2']['default'] = '1';
  2989.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  2990.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Roboto+Condensed';
  2991.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  2992.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  2993.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  2994.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  2995.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '14';
  2996.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  2997.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Roboto+Condensed';
  2998.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  2999.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  3000.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#37353d';
  3001.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  3002.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#191919';
  3003.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  3004.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '1';
  3005.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1']['config']['notActiveByDefault'] = false;
  3006.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1']['default'] = '1';
  3007.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1ContentWidth']['config']['notActiveByDefault'] = false;
  3008.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1ContentWidth']['default'] = '1210';
  3009.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1BackgroundColor']['config']['notActiveByDefault'] = false;
  3010.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1BackgroundColor']['default'] = '#f0f0f0';
  3011.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_translogic.png');
  3012.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  3013.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  3014.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  3015.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  3016.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  3017. }
  3018. if(PCT_THEME == 'eclipse_corporate')
  3019. {
  3020.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  3021.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#07b0ef';
  3022.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  3023.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  3024.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['config']['notActiveByDefault'] = false;
  3025.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['default'] = '1';
  3026.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Background']['config']['notActiveByDefault'] = false;
  3027.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Background']['default'] = 'rgba(0,0,0,0)';
  3028.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Color']['config']['notActiveByDefault'] = false;
  3029.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Color']['default'] = '#ffffff';
  3030.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5PositionAbsolute']['config']['notActiveByDefault'] = false;
  3031.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5PositionAbsolute']['default'] = '1';
  3032.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  3033.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Droid+Sans';
  3034.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  3035.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  3036.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '14';
  3037.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  3038.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  3039.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  3040.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  3041.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  3042.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#555555';
  3043.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  3044.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  3045.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  3046.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#555555';
  3047.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle6']['config']['notActiveByDefault'] = false;
  3048.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle6']['default'] = '#ffffff';
  3049.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  3050.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Droid+Sans';
  3051.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  3052.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  3053.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Montserrat';
  3054.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  3055.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColor']['config']['notActiveByDefault'] = false;
  3056.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColor']['default'] = '#000000';
  3057.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['config']['notActiveByDefault'] = false;
  3058.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['default'] = '#898989';
  3059.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  3060.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  3061.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  3062.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_corporate.png');
  3063.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  3064.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_corporate_sm.png');
  3065.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  3066.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_corporate_sm.png');
  3067.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  3068.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  3069. }
  3070. if(PCT_THEME == 'eclipse_callcenter')
  3071. {
  3072.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  3073.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#f1991b';
  3074.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  3075.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  3076.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15']['config']['notActiveByDefault'] = false;
  3077.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15']['default'] = '1';
  3078.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15Background']['config']['notActiveByDefault'] = false;
  3079.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15Background']['default'] = 'rgba(0,0,0,0)';
  3080.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15Color']['config']['notActiveByDefault'] = false;
  3081.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15Color']['default'] = '#ffffff';
  3082.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15PositionAbsolute']['config']['notActiveByDefault'] = false;
  3083.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15PositionAbsolute']['default'] = '1';
  3084.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  3085.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  3086.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  3087.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#555555';
  3088.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  3089.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  3090.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  3091.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#555555';
  3092.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  3093.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  3094.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'light:300';
  3095.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  3096.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Source+Sans+Pro';
  3097.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  3098.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  3099.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_callcenter.png');
  3100.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  3101.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_callcenter_sm.png');
  3102.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  3103.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_callcenter_sm.png');
  3104.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  3105.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  3106. }
  3107. if(PCT_THEME == 'eclipse_businessious')
  3108. {
  3109.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  3110.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#bb001b';
  3111.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  3112.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  3113.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  3114.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  3115.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  3116.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  3117.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  3118.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  3119.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  3120.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  3121.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuLayoutDividerV1']['config']['notActiveByDefault'] = false;
  3122.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuLayoutDividerV1']['default'] = '#ffffff';
  3123.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  3124.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#bb001b';
  3125.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  3126.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#ffffff';
  3127.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  3128.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#bb001b';
  3129.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  3130.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#ffffff';
  3131.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  3132.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  3133.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  3134.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  3135.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Source+Sans+Pro';
  3136.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  3137.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  3138.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#2c3240';
  3139.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  3140.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#181b23';
  3141.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle7']['config']['notActiveByDefault'] = false;
  3142.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle7']['default'] = 'rgba(255,255,255,0.8)';
  3143.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  3144.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '80';
  3145.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  3146.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '98';
  3147.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  3148.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '70';
  3149.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['config']['notActiveByDefault'] = false;
  3150.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['default'] = '80';
  3151.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  3152.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '60';
  3153.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_businessious.png');
  3154.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  3155.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  3156.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  3157.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  3158.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  3159. }
  3160. if(PCT_THEME == 'eclipse_architectural')
  3161. {
  3162.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  3163.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#191919';
  3164.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  3165.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  3166.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['config']['notActiveByDefault'] = false;
  3167.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['default'] = '1';
  3168.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Background']['config']['notActiveByDefault'] = false;
  3169.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Background']['default'] = 'rgba(0,0,0,0)';
  3170.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Color']['config']['notActiveByDefault'] = false;
  3171.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Color']['default'] = '#191919';
  3172.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5PositionAbsolute']['config']['notActiveByDefault'] = false;
  3173.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5PositionAbsolute']['default'] = '1';
  3174.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  3175.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  3176.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  3177.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#191919';
  3178.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  3179.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  3180.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  3181.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#191919';
  3182.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['config']['notActiveByDefault'] = false;
  3183.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['default'] = '#191919';
  3184.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  3185.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  3186.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  3187.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  3188.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Raleway';
  3189.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  3190.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  3191.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '1';
  3192.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  3193.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#191919';
  3194.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  3195.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#ffffff';
  3196.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  3197.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#ffffff';
  3198.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['config']['notActiveByDefault'] = false;
  3199.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['default'] = 'rgba(255,255,255,0.7)';
  3200.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['config']['notActiveByDefault'] = false;
  3201.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['default'] = 'rgba(255,255,255,1)';
  3202.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  3203.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '240';
  3204.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  3205.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '83';
  3206.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  3207.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_architectural.png');
  3208.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  3209.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_architectural_sm.png');
  3210.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  3211.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_architectural_sm.png');
  3212.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  3213.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  3214.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  3215.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  3216.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  3217. }
  3218. if(PCT_THEME == 'eclipse_powerbiz')
  3219. {
  3220.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  3221.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#f44647';
  3222.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  3223.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  3224.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  3225.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  3226.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  3227.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  3228.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Source+Sans+Pro';
  3229.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  3230.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  3231.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '350';
  3232.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_powerbiz.png');
  3233.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  3234.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  3235.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  3236.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  3237.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  3238. }
  3239. if(PCT_THEME == 'eclipse_funeral')
  3240. {
  3241.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  3242.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#fc5a5c';
  3243.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  3244.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#3a3531';
  3245.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  3246.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = 'rgba(255,255,255,0.9)';
  3247.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  3248.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = 'rgba(255,255,255,0.9)';
  3249.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  3250.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  3251.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  3252.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = '#574e46';
  3253.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  3254.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  3255.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['config']['notActiveByDefault'] = false;
  3256.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['default'] = '#7e7878';
  3257.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  3258.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  3259.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  3260.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  3261.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Cinzel';
  3262.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  3263.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  3264.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#574e46';
  3265.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  3266.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#3a3531';
  3267.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  3268.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '130';
  3269.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  3270.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '120';
  3271.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  3272.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_funeral.png');
  3273.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  3274.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_funeral_sm.png');
  3275.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  3276.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_funeral_sm.png');
  3277.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  3278.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  3279. }
  3280. if(PCT_THEME == 'eclipse_industrial')
  3281. {
  3282.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  3283.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#f8b300';
  3284.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  3285.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = 'rgba(0,0,0,0.7)';
  3286.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  3287.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#ffffff';
  3288.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  3289.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = '#ffffff';
  3290.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  3291.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  3292.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  3293.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0.5)';
  3294.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  3295.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  3296.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  3297.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  3298.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  3299.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#000000';
  3300.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  3301.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = 'rgba(0,0,0,0.9)';
  3302.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  3303.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  3304.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  3305.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  3306.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  3307.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_industrial.png');
  3308.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  3309.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  3310.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  3311.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  3312.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  3313. }
  3314. if(PCT_THEME == 'eclipse_invest')
  3315. {
  3316.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  3317.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#56b0d8';
  3318.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  3319.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = 'rgba(0,0,0,0.7)';
  3320.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  3321.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  3322.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  3323.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0.5)';
  3324.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  3325.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  3326.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  3327.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  3328.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  3329.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#1a1a1a';
  3330.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  3331.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#1a1a1a';
  3332.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  3333.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  3334.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  3335.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  3336.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Source+Sans+Pro';
  3337.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  3338.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  3339.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '1';
  3340.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  3341.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '230';
  3342.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_invest.png');
  3343.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  3344.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  3345.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  3346.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  3347.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  3348. }
  3349. if(PCT_THEME == 'eclipse_yoga')
  3350. {
  3351.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  3352.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#83bcd3';
  3353.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header9']['config']['notActiveByDefault'] = false;
  3354.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header9']['default'] = '1';
  3355.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  3356.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Cinzel';
  3357.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  3358.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  3359.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#f2f2f2';
  3360.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  3361.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = 'rgba(0,0,0,0.5)';
  3362.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  3363.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = 'rgba(0,0,0,0.5)';
  3364.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  3365.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  3366.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  3367.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(0,0,0,0.4)';
  3368.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['config']['notActiveByDefault'] = false;
  3369.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['default'] = '#e5e5e5';
  3370.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  3371.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '1';
  3372.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  3373.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '18';
  3374.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_yoga.png');
  3375.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  3376.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  3377.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  3378.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  3379.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  3380. }
  3381. if(PCT_THEME == 'eclipse_insurance')
  3382. {
  3383.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  3384.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#75c88d';
  3385.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  3386.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = '#75c88d';
  3387.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  3388.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#525252';
  3389.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  3390.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = 'rgba(255,255,255,0.8)';
  3391.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  3392.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = 'rgba(255,255,255,0.8)';
  3393.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  3394.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  3395.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  3396.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = '#75c88d';
  3397.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  3398.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  3399.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle7']['config']['notActiveByDefault'] = false;
  3400.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle7']['default'] = '#ffffff';
  3401.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  3402.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '18';
  3403.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  3404.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  3405.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'light:300';
  3406.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  3407.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Source+Sans+Pro';
  3408.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  3409.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  3410.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '1';
  3411.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  3412.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '130';
  3413.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  3414.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '90';
  3415.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  3416.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  3417.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_insurance.png');
  3418.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  3419.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  3420.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerColor']['config']['notActiveByDefault'] = false;
  3421.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerColor']['default'] = '#ffffff';
  3422. }
  3423. if(PCT_THEME == 'eclipse_consultant')
  3424. {
  3425.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  3426.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#f7542b';
  3427.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  3428.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  3429.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  3430.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  3431.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  3432.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0.5)';
  3433.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  3434.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  3435.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  3436.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  3437.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  3438.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#121315';
  3439.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  3440.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#ffffff';
  3441.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  3442.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#121315';
  3443.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  3444.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#ffffff';
  3445.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  3446.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Source+Sans+Pro';
  3447.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  3448.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontLineHeight']['config']['notActiveByDefault'] = false;
  3449.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontLineHeight']['default'] = '29';
  3450.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  3451.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  3452.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  3453.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  3454.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#ffffff';
  3455.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  3456.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#111111';
  3457.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  3458.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#111111';
  3459.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  3460.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  3461.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  3462.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '1';
  3463.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_consultant.png');
  3464.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  3465.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  3466. }
  3467. if(PCT_THEME == 'eclipse_sporty')
  3468. {
  3469.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  3470.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#ee4315';
  3471.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  3472.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#272727';
  3473.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  3474.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = 'rgba(255,255,255,0.5)';
  3475.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  3476.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = 'rgba(255,255,255,0.5)';
  3477.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  3478.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  3479.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  3480.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = '#1e1e1e';
  3481.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  3482.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  3483.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  3484.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  3485.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  3486.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  3487.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  3488.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  3489.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Audiowide';
  3490.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  3491.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  3492.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#ee4315';
  3493.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  3494.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#ffffff';
  3495.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  3496.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#ffffff';
  3497.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  3498.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '1';
  3499.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['config']['notActiveByDefault'] = false;
  3500.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['default'] = '#333333';
  3501.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_sporty.png');
  3502.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  3503.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  3504.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  3505.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  3506.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  3507. }
  3508. if(PCT_THEME == 'eclipse_accountant')
  3509. {
  3510.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  3511.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#72a3c1';$GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header20']['config']['notActiveByDefault'] = false;
  3512.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header20']['default'] = '1';
  3513.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header20Background']['config']['notActiveByDefault'] = false;
  3514.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header20Background']['default'] = '#0e181d';
  3515.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header20Color']['config']['notActiveByDefault'] = false;
  3516.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header20Color']['default'] = '#ffffff';
  3517.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  3518.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Cinzel';
  3519.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'regular:400';
  3520.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  3521.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Cinzel';
  3522.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  3523.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  3524.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#0e181d';
  3525.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  3526.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#080d10';
  3527.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  3528.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '1';
  3529.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_accountant.png');
  3530.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  3531.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  3532.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  3533.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  3534.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  3535. }
  3536. if(PCT_THEME == 'eclipse_garden')
  3537. {
  3538.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  3539.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#7da500';
  3540.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  3541.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#ffffff';
  3542.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  3543.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#7f7f7f';
  3544.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['config']['notActiveByDefault'] = false;
  3545.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['default'] = '6';
  3546.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutShadow']['config']['notActiveByDefault'] = false;
  3547.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutShadow']['default'] = '0.05';
  3548.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontSize']['config']['notActiveByDefault'] = false;
  3549.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontSize']['default'] = '13';
  3550.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  3551.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  3552.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  3553.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Roboto+Slab';
  3554.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  3555.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  3556.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#81a809';
  3557.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  3558.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#8d6146';
  3559.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  3560.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '1';
  3561.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['config']['notActiveByDefault'] = false;
  3562.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['default'] = '#ffffff';
  3563.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  3564.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = 'rgba(255,255,255,0.9)';
  3565.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  3566.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = 'rgba(255,255,255,0.9)';
  3567.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_garden.png');
  3568.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  3569.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  3570. }
  3571. if(PCT_THEME == 'eclipse_coffee')
  3572. {
  3573.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  3574.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#82b440';
  3575.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header20']['config']['notActiveByDefault'] = false;
  3576.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header20']['default'] = '1';
  3577.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  3578.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  3579.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  3580.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  3581.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  3582.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  3583.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  3584.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  3585.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '15';
  3586.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  3587.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Glass+Antiqua';
  3588.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  3589.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  3590.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#211f1e';
  3591.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  3592.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#0e0d0d';
  3593.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  3594.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  3595.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  3596.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '1';
  3597.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_coffee.png');
  3598.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  3599.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  3600.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  3601.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  3602.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  3603. }
  3604. if(PCT_THEME == 'eclipse_pictures')
  3605. {
  3606.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  3607.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#7f7f7f';
  3608.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  3609.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  3610.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header19']['config']['notActiveByDefault'] = false;
  3611.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header19']['default'] = '1';
  3612.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header19Background']['config']['notActiveByDefault'] = false;
  3613.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header19Background']['default'] = '#141618';
  3614.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header19Color']['config']['notActiveByDefault'] = false;
  3615.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header19Color']['default'] = '#ffffff';
  3616.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  3617.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  3618.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  3619.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  3620.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '13';
  3621.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  3622.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  3623.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  3624.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  3625.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  3626.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#000000';
  3627.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  3628.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(255,255,255,0.5)';
  3629.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  3630.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  3631.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  3632.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  3633.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  3634.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '120';
  3635.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  3636.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '110';
  3637.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_pictures.png');
  3638.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  3639.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  3640.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  3641.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  3642.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  3643. }
  3644. if(PCT_THEME == 'eclipse_arc')
  3645. {
  3646.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  3647.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#7f7f7f';
  3648.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  3649.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  3650.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  3651.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  3652.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  3653.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  3654.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  3655.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#555555';
  3656.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  3657.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  3658.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  3659.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  3660.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  3661.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#4d4f4f';
  3662.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  3663.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  3664.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  3665.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#4d4f4f';
  3666.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  3667.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  3668.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  3669.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  3670.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  3671.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  3672.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '13';
  3673.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  3674.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Cinzel';
  3675.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  3676.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  3677.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  3678.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  3679.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#000000';
  3680.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  3681.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(255,255,255,0.5)';
  3682.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  3683.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  3684.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  3685.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '1';
  3686.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  3687.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  3688.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  3689.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  3690.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  3691.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  3692.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_arc.png');
  3693.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  3694.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  3695.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  3696.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  3697.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  3698. }
  3699. if(PCT_THEME == 'eclipse_showcase')
  3700. {
  3701.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  3702.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#48c6f1';
  3703.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  3704.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  3705.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15']['config']['notActiveByDefault'] = false;
  3706.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header15']['default'] = '1';
  3707.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  3708.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Unica+One';
  3709.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  3710.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  3711.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#333333';
  3712.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  3713.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  3714.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  3715.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(0,0,0,0.5)';
  3716.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  3717.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  3718.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  3719.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '1';
  3720.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1']['config']['notActiveByDefault'] = false;
  3721.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1']['default'] = '1';
  3722.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1ContentWidth']['config']['notActiveByDefault'] = false;
  3723.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1ContentWidth']['default'] = '1000';
  3724.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1MarginTop']['config']['notActiveByDefault'] = false;
  3725.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1MarginTop']['default'] = '70';
  3726.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1BackgroundColor']['config']['notActiveByDefault'] = false;
  3727.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1BackgroundColor']['default'] = '#dddada';
  3728.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  3729.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '145';
  3730.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_showcase.png');
  3731.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  3732.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  3733.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  3734.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  3735.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  3736. }
  3737. if(PCT_THEME == 'eclipse_organic')
  3738. {
  3739.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  3740.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#8dc63f';
  3741.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  3742.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#be0b06';
  3743.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  3744.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  3745.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  3746.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  3747.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  3748.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0.5)';
  3749.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  3750.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  3751.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  3752.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  3753.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  3754.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = 'rgba(0,0,0,0.9)';
  3755.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  3756.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#ffffff';
  3757.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  3758.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#1a1418';
  3759.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  3760.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#ffffff';
  3761.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  3762.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Roboto+Slab';
  3763.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  3764.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  3765.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Amatic+SC';
  3766.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  3767.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  3768.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#81a809';
  3769.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['config']['notActiveByDefault'] = false;
  3770.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['default'] = 'rgba(255,255,255,1)';
  3771.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  3772.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#ffffff';
  3773.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  3774.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#130f0c';
  3775.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  3776.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  3777.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  3778.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '1';
  3779.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  3780.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '130';
  3781.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  3782.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '130';
  3783.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['config']['notActiveByDefault'] = false;
  3784.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['default'] = '90';
  3785.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  3786.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '115';
  3787.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_organic.png');
  3788.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  3789.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  3790. }
  3791. if(PCT_THEME == 'eclipse_sanitary')
  3792. {
  3793.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  3794.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#fec150';
  3795.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  3796.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  3797.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  3798.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  3799.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  3800.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  3801.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  3802.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  3803.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  3804.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  3805.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  3806.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = 'rgba(0,0,0,0.9)';
  3807.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  3808.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#ffffff';
  3809.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  3810.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#000000';
  3811.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  3812.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#ffffff';
  3813.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  3814.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  3815.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  3816.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  3817.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  3818.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['config']['notActiveByDefault'] = false;
  3819.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['default'] = '#777777';
  3820.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontLineHeight']['config']['notActiveByDefault'] = false;
  3821.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontLineHeight']['default'] = '28';
  3822.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  3823.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  3824.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  3825.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  3826.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Source+Sans+Pro';
  3827.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  3828.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  3829.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  3830.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  3831.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  3832.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  3833.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '1';
  3834.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  3835.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '165';
  3836.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_sanitary.png');
  3837.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  3838.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  3839. }
  3840. if(PCT_THEME == 'eclipse_alphabiz')
  3841. {
  3842.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  3843.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#5abea3';
  3844.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  3845.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#ffffff';
  3846.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['config']['notActiveByDefault'] = false;
  3847.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['default'] = '6';
  3848.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutShadow']['config']['notActiveByDefault'] = false;
  3849.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutShadow']['default'] = '0.05';
  3850.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  3851.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  3852.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  3853.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Source+Sans+Pro';
  3854.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  3855.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontLineHeight']['config']['notActiveByDefault'] = false;
  3856.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontLineHeight']['default'] = '30';
  3857.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  3858.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  3859.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  3860.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  3861.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  3862.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  3863.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  3864.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '1';
  3865.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_alphabiz.png');
  3866.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  3867.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  3868. }
  3869. if(PCT_THEME == 'eclipse_taxi')
  3870. {
  3871.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  3872.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#f7ad00';
  3873.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  3874.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = 'rgba(0,0,0,0.7)';
  3875.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  3876.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = 'rgba(0,0,0,0.7)';
  3877.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontSize']['config']['notActiveByDefault'] = false;
  3878.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontSize']['default'] = '13';
  3879.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  3880.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  3881.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  3882.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0.5)';
  3883.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  3884.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  3885.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  3886.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  3887.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  3888.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = 'rgba(0,0,0,0.9)';
  3889.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  3890.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#000000';
  3891.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  3892.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Exo';
  3893.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  3894.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  3895.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#252525';
  3896.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  3897.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#0f0f0f';
  3898.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  3899.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '1';
  3900.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_taxi.png');
  3901.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  3902.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  3903. }
  3904. if(PCT_THEME == 'eclipse_onelaw')
  3905. {
  3906.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  3907.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#ddb372';
  3908.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  3909.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  3910.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  3911.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  3912.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  3913.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0.5)';
  3914.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  3915.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  3916.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  3917.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  3918.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  3919.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = 'rgba(0,0,0,0.9)';
  3920.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  3921.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Cinzel';
  3922.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  3923.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  3924.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '14';
  3925.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  3926.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  3927.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'light:300';
  3928.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  3929.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Cinzel';
  3930.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  3931.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  3932.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#000000';
  3933.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutFullwidthContentWidth']['config']['notActiveByDefault'] = false;
  3934.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutFullwidthContentWidth']['default'] = '1000';
  3935.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  3936.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  3937.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  3938.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(0,0,0,0.5)';
  3939.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  3940.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '1';
  3941.     $GLOBALS['PCT_THEMEDESIGNER_CONFIG']['FOOTERSECTION']['config']['hideInMenu'] = true;
  3942.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_onelaw.png');
  3943.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  3944.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  3945. }
  3946. if(PCT_THEME == 'eclipse_perfumes')
  3947. {
  3948.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  3949.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#353961';
  3950.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  3951.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  3952.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  3953.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  3954.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  3955.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  3956.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  3957.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  3958.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  3959.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  3960.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  3961.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#555555';
  3962.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  3963.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  3964.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  3965.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#555555';
  3966.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  3967.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Source+Sans+Pro';
  3968.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  3969.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  3970.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  3971.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'light:300';
  3972.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  3973.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '22';
  3974.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  3975.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#323760';
  3976.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  3977.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#ffffff';
  3978.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['config']['notActiveByDefault'] = false;
  3979.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['default'] = 'rgba(255,255,255,0.7)';
  3980.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  3981.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  3982.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  3983.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '110';
  3984.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  3985.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '108';
  3986.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  3987.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  3988.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['config']['notActiveByDefault'] = false;
  3989.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['default'] = '70';
  3990.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  3991.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  3992.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  3993.     $GLOBALS['PCT_THEMEDESIGNER_CONFIG']['FOOTERSECTION']['config']['hideInMenu'] = true;
  3994.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_perfumes.png');
  3995.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  3996.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_perfumes_sm.png');
  3997.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  3998.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_perfumes_sm.png');
  3999.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  4000.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  4001.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  4002.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  4003.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  4004. }
  4005. if(PCT_THEME == 'eclipse_restaurant')
  4006. {
  4007.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  4008.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#c79f77';
  4009.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  4010.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  4011.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['config']['notActiveByDefault'] = false;
  4012.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['default'] = '1';
  4013.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  4014.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  4015.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  4016.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Raleway';
  4017.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  4018.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  4019.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#1e1e1e';
  4020.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  4021.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#ffffff';
  4022.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  4023.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  4024.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  4025.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '200';
  4026.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  4027.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '130';
  4028.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  4029.     $GLOBALS['PCT_THEMEDESIGNER_CONFIG']['FOOTER']['config']['hideInMenu'] = true;
  4030.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_restaurant.png');
  4031.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  4032.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_restaurant_sm.png');
  4033.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  4034.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_restaurant_sm.png');
  4035.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  4036.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  4037.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  4038.     $GLOBALS['PCT_THEMEDESIGNER_CONFIG']['FOOTERSECTION']['config']['hideInMenu'] = true;
  4039.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  4040.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  4041. }
  4042. if(PCT_THEME == 'eclipse_landy')
  4043. {
  4044.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  4045.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#f56363';
  4046.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  4047.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  4048.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  4049.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  4050.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  4051.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  4052.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  4053.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  4054.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  4055.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  4056.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  4057.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  4058.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  4059.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#555555';
  4060.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  4061.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  4062.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  4063.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#555555';
  4064.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  4065.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  4066.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  4067.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  4068.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  4069.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  4070.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#7f7f7f';
  4071.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  4072.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  4073.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  4074.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '1';
  4075.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  4076.     $GLOBALS['PCT_THEMEDESIGNER_CONFIG']['FOOTERSECTION']['config']['hideInMenu'] = true;
  4077.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_landy.png');
  4078.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  4079.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_landy_sm.png');
  4080.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  4081.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_landy_sm.png');
  4082.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  4083.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  4084.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  4085.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  4086.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  4087. }
  4088. if(PCT_THEME == 'eclipse_coming_soon')
  4089. {
  4090.     $GLOBALS['PCT_THEMEDESIGNER_CONFIG']['FOOTER']['config']['hideInMenu'] = true;
  4091.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  4092.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  4093. }
  4094. if(PCT_THEME == 'eclipse_doctor')
  4095. {
  4096.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_doctor.png');
  4097.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  4098.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = '1';
  4099.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  4100.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_doctor_sm.png');
  4101.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  4102.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_doctor_sm.png');
  4103.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  4104.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#3aabc0';
  4105.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  4106.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = '#ffffff';
  4107.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  4108.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = 'rgba(255,255,255,0.1)';
  4109.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutBorder']['config']['notActiveByDefault'] = false;
  4110.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutBorder']['default'] = 'rgba(255,255,255,0.2)';
  4111.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  4112.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#ffffff';
  4113.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  4114.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = '#ffffff';
  4115.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  4116.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  4117.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  4118.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(255,255,255,0.1)';
  4119.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  4120.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  4121.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Border']['config']['notActiveByDefault'] = false;
  4122.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Border']['default'] = 'rgba(255,255,255,0.2)';
  4123.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  4124.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  4125.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  4126.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  4127.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  4128.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#393939';
  4129.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  4130.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  4131.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  4132.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#393939';
  4133.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColorActive']['config']['notActiveByDefault'] = false;
  4134.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColorActive']['default'] = '#3aabc0';
  4135.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['config']['notActiveByDefault'] = false;
  4136.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['default'] = '17';
  4137.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  4138.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Quicksand';
  4139.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  4140.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  4141.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Quicksand';
  4142.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  4143.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['config']['notActiveByDefault'] = false;
  4144.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['default'] = '#ffffff';
  4145.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  4146.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  4147. }
  4148. if(PCT_THEME == 'eclipse_beauty')
  4149. {
  4150.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_beauty.png');
  4151.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  4152.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '125';
  4153.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  4154.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '135';
  4155.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  4156.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '70';
  4157.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  4158.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '75';$GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  4159.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#b4a49b';
  4160.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  4161.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = '#ffffff';
  4162.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  4163.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  4164.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7']['config']['notActiveByDefault'] = false;
  4165.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7']['default'] = '1';
  4166.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7Background']['config']['notActiveByDefault'] = false;
  4167.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7Background']['default'] = 'rgba(0,0,0,0)';
  4168.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7Color']['config']['notActiveByDefault'] = false;
  4169.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7Color']['default'] = '#ffffff';
  4170.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7PositionAbsolute']['config']['notActiveByDefault'] = false;
  4171.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7PositionAbsolute']['default'] = '1';
  4172.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  4173.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#b4a49b';
  4174.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  4175.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#b4a49b';
  4176.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle3']['config']['notActiveByDefault'] = false;
  4177.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle3']['default'] = '#ffffff';
  4178.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  4179.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Lato';
  4180.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  4181.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  4182.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Lato';
  4183.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  4184.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  4185.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  4186.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  4187.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#ffffff';
  4188.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  4189.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#000000';
  4190.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  4191.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#909090';
  4192.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBorder']['config']['notActiveByDefault'] = false;
  4193.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBorder']['default'] = '#f0f0f0';
  4194.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  4195.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  4196.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['config']['notActiveByDefault'] = false;
  4197.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['default'] = '#f0f0f0';
  4198.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  4199.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#909090';
  4200.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  4201.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  4202.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuMargin']['config']['notActiveByDefault'] = false;
  4203.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuMargin']['default'] = '20';
  4204.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  4205.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  4206. }
  4207. if(PCT_THEME == 'eclipse_outdoor')
  4208. {
  4209.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_outdoor.png');
  4210.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  4211.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '108';
  4212.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  4213.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '132';
  4214.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  4215.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '70';
  4216.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['config']['notActiveByDefault'] = false;
  4217.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['default'] = '85';
  4218.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  4219.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '75';
  4220.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_mobile']['config']['notActiveByDefault'] = false;
  4221.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_mobile']['default'] = '90';
  4222.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  4223.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#517462';
  4224.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  4225.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  4226.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24']['config']['notActiveByDefault'] = false;
  4227.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24']['default'] = '1';
  4228.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24Background']['config']['notActiveByDefault'] = false;
  4229.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24Background']['default'] = 'rgba(5,5,5,0.85)';
  4230.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24Color']['config']['notActiveByDefault'] = false;
  4231.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24Color']['default'] = '#ffffff';
  4232.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24PositionAbsolute']['config']['notActiveByDefault'] = false;
  4233.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24PositionAbsolute']['default'] = '1';
  4234.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  4235.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans-Pro';
  4236.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  4237.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  4238.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  4239.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  4240.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Source+Sans+Pro';
  4241.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  4242.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  4243.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  4244.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  4245.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  4246.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  4247.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  4248.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  4249.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  4250.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  4251. }
  4252. if(PCT_THEME == 'eclipse_babypics')
  4253. {
  4254.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_babypics.png');
  4255.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  4256.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  4257.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  4258.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '70';
  4259.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  4260.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '140';
  4261.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  4262.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#f49798';
  4263.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  4264.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#f0e0e4';
  4265.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  4266.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  4267.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  4268.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Quicksand';
  4269.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  4270.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['config']['notActiveByDefault'] = false;
  4271.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['default'] = '14';
  4272.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  4273.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Sacramento';
  4274.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  4275.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  4276.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  4277.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  4278.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#769fa7';
  4279.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  4280.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#ffffff';
  4281.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['config']['notActiveByDefault'] = false;
  4282.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['default'] = '#ffffff';
  4283.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  4284.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  4285.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  4286.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  4287. }
  4288. if(PCT_THEME == 'eclipse_pizza')
  4289. {
  4290.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_pizza.png');
  4291.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  4292.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '105';
  4293.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  4294.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '85';
  4295.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  4296.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '80';
  4297.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  4298.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#ff8d00';
  4299.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  4300.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#cf0014';
  4301.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  4302.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Comfortaa';
  4303.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  4304.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  4305.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Courgette';
  4306.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  4307.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  4308.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#ffffff';
  4309.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  4310.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = '#ffffff';
  4311.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header9']['config']['notActiveByDefault'] = false;
  4312.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header9']['default'] = '1';
  4313.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  4314.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  4315.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  4316.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  4317. }
  4318. if(PCT_THEME == 'eclipse_botox')
  4319. {
  4320.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_botox.png');
  4321.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  4322.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '85';
  4323.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  4324.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#c9c2b4';
  4325.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  4326.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = '#000000';
  4327.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  4328.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  4329.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  4330.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Lato';
  4331.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  4332.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  4333.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Lato';
  4334.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  4335.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  4336.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  4337.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  4338.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = '#c9c2b4';
  4339.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  4340.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  4341.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  4342.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  4343.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['config']['notActiveByDefault'] = false;
  4344.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['default'] = '1000';
  4345.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  4346.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  4347.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontLineHeight']['config']['notActiveByDefault'] = false;
  4348.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontLineHeight']['default'] = '32';
  4349.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  4350.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '17';
  4351.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  4352.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  4353. }
  4354. if(PCT_THEME == 'eclipse_architlab')
  4355. {
  4356.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_architlab.png');
  4357.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  4358.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  4359.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  4360.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '100';
  4361.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  4362.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#c5a47e';
  4363.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  4364.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Roboto';
  4365.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  4366.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  4367.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Roboto';
  4368.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  4369.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  4370.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  4371.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header19']['config']['notActiveByDefault'] = false;
  4372.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header19']['default'] = '1';
  4373.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header19Background']['config']['notActiveByDefault'] = false;
  4374.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header19Background']['default'] = '#272727';
  4375.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header19Color']['config']['notActiveByDefault'] = false;
  4376.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header19Color']['default'] = '#ffffff';
  4377.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  4378.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Roboto';
  4379.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  4380.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  4381.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '13';
  4382.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  4383.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  4384.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  4385.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  4386.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  4387.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  4388.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  4389.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  4390.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  4391.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  4392. }
  4393. if(PCT_THEME == 'eclipse_mall')
  4394. {
  4395.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_mall.png');
  4396.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  4397.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#f2a43a';
  4398.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  4399.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#5dcfed';
  4400.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  4401.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Roboto';
  4402.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  4403.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  4404.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Roboto';
  4405.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  4406.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  4407.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  4408.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header2']['config']['notActiveByDefault'] = false;
  4409.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header2']['default'] = '1';
  4410.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  4411.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#043445';
  4412.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  4413.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#021f29';
  4414.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  4415.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  4416.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['config']['notActiveByDefault'] = false;
  4417.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['default'] = '1180';
  4418.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  4419.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  4420. }
  4421. if(PCT_THEME == 'eclipse_hotelpro')
  4422. {
  4423.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_hotelpro.png');
  4424.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  4425.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#882d28';
  4426.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  4427.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#f1eeea';
  4428.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  4429.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '130';
  4430.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['config']['notActiveByDefault'] = false;
  4431.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['default'] = '110';
  4432.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_mobile']['config']['notActiveByDefault'] = false;
  4433.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_mobile']['default'] = '100';
  4434.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  4435.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Playfair+Display';
  4436.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  4437.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  4438.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#9c8e84';
  4439.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  4440.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#ffffff';
  4441.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  4442.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = '#ffffff';
  4443.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24']['config']['notActiveByDefault'] = false;
  4444.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24']['default'] = '1';
  4445.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  4446.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Playfair+Display';
  4447.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'regular:400';
  4448.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['config']['notActiveByDefault'] = false;
  4449.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['default'] = '1150';
  4450.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2']['config']['notActiveByDefault'] = false;
  4451.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2']['default'] = '1';
  4452.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2BackgroundColor']['config']['notActiveByDefault'] = false;
  4453.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2BackgroundColor']['default'] = '#e7e3da';
  4454.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['backgroundUpload']['config']['notActiveByDefault'] = false;
  4455.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['backgroundUpload']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_backgrounds/background_3.png');
  4456.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['backgroundAttachment']['config']['notActiveByDefault'] = false;
  4457.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['backgroundAttachment']['default'] = '1';
  4458.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  4459.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#772723';
  4460.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['config']['notActiveByDefault'] = false;
  4461.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['default'] = '#ffffff';
  4462.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  4463.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#882d28';
  4464.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['config']['notActiveByDefault'] = false;
  4465.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['default'] = '#ffffff';
  4466.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  4467.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  4468.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  4469.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  4470.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  4471. }
  4472. if(PCT_THEME == 'eclipse_slimbiz')
  4473. {
  4474.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_slimbiz.png');
  4475.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  4476.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#e65340';
  4477.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  4478.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#374149';
  4479.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  4480.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '120';
  4481.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  4482.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '300';
  4483.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  4484.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '85';
  4485.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  4486.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  4487.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['config']['notActiveByDefault'] = false;
  4488.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['default'] = '1';
  4489.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  4490.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  4491.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  4492.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans-Pro';
  4493.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  4494.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  4495.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Playfair+Display';
  4496.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  4497.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  4498.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  4499.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  4500.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  4501.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['config']['notActiveByDefault'] = false;
  4502.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['default'] = '#374149';
  4503.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  4504.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  4505.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  4506.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#374149';
  4507.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  4508.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  4509.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  4510.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  4511.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  4512.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  4513.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  4514. }
  4515. if(PCT_THEME == 'eclipse_wedding')
  4516. {
  4517.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_wedding.png');
  4518.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  4519.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#b39964';
  4520.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  4521.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '135';
  4522.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  4523.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '120';
  4524.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  4525.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '120';
  4526.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  4527.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  4528.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  4529.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Raleway';
  4530.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'light:300';
  4531.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['config']['notActiveByDefault'] = false;
  4532.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['default'] = '18';
  4533.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  4534.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Raleway';
  4535.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'extra-light:200';
  4536.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7']['config']['notActiveByDefault'] = false;
  4537.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7']['default'] = '1';
  4538.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7Background']['config']['notActiveByDefault'] = false;
  4539.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7Background']['default'] = 'rgba(255, 255, 255, 0.7)';
  4540.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7PositionAbsolute']['config']['notActiveByDefault'] = false;
  4541.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7PositionAbsolute']['default'] = '1';
  4542.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7Color']['config']['notActiveByDefault'] = false;
  4543.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7Color']['default'] = 'rgba(0, 0, 0, 0.68)';
  4544.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  4545.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = 'rgba(255, 255, 255, 0.88)';
  4546.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  4547.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  4548.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3']['config']['notActiveByDefault'] = false;
  4549.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3']['default'] = '15';
  4550.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3BackgroundColor']['config']['notActiveByDefault'] = false;
  4551.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3BackgroundColor']['default'] = '#ffffff';
  4552.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  4553.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  4554.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  4555.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  4556.     $GLOBALS['PCT_THEMEDESIGNER_CONFIG']['FOOTERSECTION']['config']['hideInMenu'] = true;
  4557.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  4558.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  4559. }
  4560. if(PCT_THEME == 'eclipse_nightclub')
  4561. {
  4562.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_nightclub.png');
  4563.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  4564.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#eb3953';
  4565.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  4566.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  4567.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['config']['notActiveByDefault'] = false;
  4568.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['default'] = '1';
  4569.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Background']['config']['notActiveByDefault'] = false;
  4570.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Background']['default'] = 'rgba(5, 5, 5, 0.8)';
  4571.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Color']['config']['notActiveByDefault'] = false;
  4572.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Color']['default'] = '#ffffff';
  4573.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8PositionAbsolute']['config']['notActiveByDefault'] = false;
  4574.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8PositionAbsolute']['default'] = '1';
  4575.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  4576.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Open+Sans';
  4577.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  4578.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  4579.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '14';
  4580.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  4581.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  4582.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  4583.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Open+Sans';
  4584.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  4585.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['config']['notActiveByDefault'] = false;
  4586.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['default'] = '18';
  4587.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  4588.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Open+Sans';
  4589.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  4590.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['config']['notActiveByDefault'] = false;
  4591.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['default'] = 'rgba(255,255,255,1)';
  4592.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackgroundImage']['config']['notActiveByDefault'] = false;
  4593.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackgroundImage']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_backgrounds/background_4.jpg');
  4594.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  4595.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  4596.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  4597.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  4598.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  4599.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  4600. }
  4601. if(PCT_THEME == 'eclipse_optician')
  4602. {
  4603.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_optician.png');
  4604.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  4605.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#7bbbc1';
  4606.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  4607.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#e7887c';
  4608.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  4609.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  4610.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  4611.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '80';
  4612.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  4613.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Open+Sans';
  4614.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'light:300';
  4615.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  4616.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Open+Sans';
  4617.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  4618.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['config']['notActiveByDefault'] = false;
  4619.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['default'] = '17';
  4620.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  4621.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  4622.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  4623.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '16';
  4624.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['config']['notActiveByDefault'] = false;
  4625.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['default'] = '1100';
  4626.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  4627.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  4628. }
  4629. if(PCT_THEME == 'eclipse_trade')
  4630. {
  4631.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_trade.png');
  4632.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  4633.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '165';
  4634.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  4635.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '120';
  4636.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  4637.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '120';
  4638.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  4639.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#1e3444';
  4640.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  4641.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#c72a31';
  4642.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  4643.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Raleway';
  4644.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  4645.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  4646.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#ffffff';
  4647.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  4648.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = '#ffffff';
  4649.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  4650.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#c72a31';
  4651.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['config']['notActiveByDefault'] = false;
  4652.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['default'] = '8';
  4653.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header25']['config']['notActiveByDefault'] = false;
  4654.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header25']['default'] = '1';
  4655.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header25Background']['config']['notActiveByDefault'] = false;
  4656.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header25Background']['default'] = '#c72a31';
  4657.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  4658.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Raleway';
  4659.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  4660.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  4661.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '14';
  4662.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  4663.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  4664.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  4665.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#1e3444';
  4666.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['config']['notActiveByDefault'] = false;
  4667.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['default'] = '#ffffff';
  4668.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  4669.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#1c2e3b';
  4670.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['config']['notActiveByDefault'] = false;
  4671.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['default'] = '#ffffff';
  4672.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  4673.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  4674.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  4675.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  4676. }
  4677. if(PCT_THEME == 'eclipse_bakery')
  4678. {
  4679.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_bakery.png');
  4680.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  4681.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '210';
  4682.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  4683.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '190';
  4684.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  4685.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '95';
  4686.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  4687.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  4688.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  4689.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#f4b364';
  4690.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  4691.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#f3f0eb';
  4692.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  4693.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  4694.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7']['config']['notActiveByDefault'] = false;
  4695.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7']['default'] = '1';
  4696.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7Border']['config']['notActiveByDefault'] = false;
  4697.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7Border']['default'] = '#e6e6e6';
  4698.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  4699.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Oswald';
  4700.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'light:300';
  4701.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  4702.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  4703.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  4704.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Oswald';
  4705.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'light:300';
  4706.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['config']['notActiveByDefault'] = false;
  4707.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['default'] = '18';
  4708.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['config']['notActiveByDefault'] = false;
  4709.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['default'] = '#3b2a1d';
  4710.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  4711.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Sacramento';
  4712.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  4713.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  4714.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#ffffff';
  4715.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineSize4']['config']['notActiveByDefault'] = false;
  4716.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineSize4']['default'] = '40';
  4717.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  4718.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#3b2a1d';
  4719.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  4720.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#312419';
  4721.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  4722.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  4723.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  4724.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  4725. }
  4726. if(PCT_THEME == 'eclipse_advocate')
  4727. {
  4728.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_advocate.png');
  4729.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  4730.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '125';
  4731.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  4732.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '125';
  4733.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  4734.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#c4a263';
  4735.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  4736.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#242035';
  4737.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  4738.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  4739.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  4740.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Lato';
  4741.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  4742.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  4743.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Playfair+Display';
  4744.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  4745.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  4746.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  4747.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  4748.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  4749.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  4750.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  4751.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  4752.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  4753.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Border']['config']['notActiveByDefault'] = false;
  4754.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Border']['default'] = 'rgba(255, 255, 255, 0.09)';
  4755.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  4756.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#242035';
  4757.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  4758.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#242035';
  4759.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  4760.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#242035';
  4761.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  4762.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#ffffff';
  4763.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  4764.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#ffffff';
  4765.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  4766.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#191624';
  4767.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  4768.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#ffffff';
  4769.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  4770.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  4771.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSocials']['config']['notActiveByDefault'] = false;
  4772.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSocials']['default'] = '1';
  4773.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['config']['notActiveByDefault'] = false;
  4774.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['default'] = '1';
  4775.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['config']['notActiveByDefault'] = false;
  4776.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['default'] = '1100';
  4777.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1']['config']['notActiveByDefault'] = false;
  4778.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1']['default'] = '1';
  4779.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1Shadow']['config']['notActiveByDefault'] = false;
  4780.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1Shadow']['default'] = '1';
  4781.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1MarginTop']['config']['notActiveByDefault'] = false;
  4782.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1MarginTop']['default'] = '50';
  4783.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1BackgroundColor']['config']['notActiveByDefault'] = false;
  4784.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1BackgroundColor']['default'] = '#f8f8f8';
  4785.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  4786.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  4787. }
  4788. if(PCT_THEME == 'eclipse_coffeeshop')
  4789. {
  4790.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_coffeeshop.png');
  4791.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  4792.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '160';
  4793.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  4794.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '120';
  4795.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  4796.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '110';
  4797.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  4798.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#fac51f';
  4799.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  4800.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Roboto';
  4801.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  4802.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['config']['notActiveByDefault'] = false;
  4803.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['default'] = '18';
  4804.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  4805.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Glass+Antiqua';
  4806.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  4807.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  4808.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  4809.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7']['config']['notActiveByDefault'] = false;
  4810.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7']['default'] = '1';
  4811.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7Background']['config']['notActiveByDefault'] = false;
  4812.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7Background']['default'] = 'rgba(0,0,0,0)';
  4813.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7Color']['config']['notActiveByDefault'] = false;
  4814.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7Color']['default'] = '#ffffff';
  4815.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7PositionAbsolute']['config']['notActiveByDefault'] = false;
  4816.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7PositionAbsolute']['default'] = '1';
  4817.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7Border']['config']['notActiveByDefault'] = false;
  4818.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7Border']['default'] = 'rgba(255, 255, 255, 0.32)';
  4819.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  4820.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#3b3c42';
  4821.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  4822.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#3b3c42';
  4823.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  4824.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Roboto';
  4825.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  4826.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  4827.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '13';
  4828.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  4829.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  4830.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  4831.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  4832.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3']['config']['notActiveByDefault'] = false;
  4833.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3']['default'] = '20';
  4834.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3BackgroundColor']['config']['notActiveByDefault'] = false;
  4835.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3BackgroundColor']['default'] = '#ffffff';
  4836.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  4837.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  4838.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  4839.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#3c3d42';
  4840.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  4841.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#303035';
  4842.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  4843.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  4844.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSizeMobile']['config']['notActiveByDefault'] = false;
  4845.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSizeMobile']['default'] = '15';
  4846.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  4847.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  4848. }
  4849. if(PCT_THEME == 'eclipse_contractor')
  4850. {
  4851.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_contractor.png');
  4852.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  4853.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '115';
  4854.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  4855.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#af9f66';
  4856.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  4857.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  4858.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  4859.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Poppins';
  4860.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  4861.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  4862.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Cardo';
  4863.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  4864.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  4865.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '13';
  4866.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  4867.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  4868.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['config']['notActiveByDefault'] = false;
  4869.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['default'] = '1';
  4870.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Background']['config']['notActiveByDefault'] = false;
  4871.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Background']['default'] = 'rgba(0,0,0,0.41)';
  4872.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Color']['config']['notActiveByDefault'] = false;
  4873.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Color']['default'] = '#ffffff';
  4874.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5PositionAbsolute']['config']['notActiveByDefault'] = false;
  4875.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5PositionAbsolute']['default'] = '1';
  4876.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  4877.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#efefef';
  4878.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  4879.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#868686';
  4880.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  4881.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#868686';
  4882.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontSize']['config']['notActiveByDefault'] = false;
  4883.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontSize']['default'] = '12';
  4884.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  4885.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#e8e8e7';
  4886.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  4887.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#908377';
  4888.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontSize']['config']['notActiveByDefault'] = false;
  4889.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontSize']['default'] = '13';
  4890.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  4891.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  4892.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  4893.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  4894.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['config']['notActiveByDefault'] = false;
  4895.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['default'] = '1060';
  4896.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['config']['notActiveByDefault'] = false;
  4897.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['default'] = '14';
  4898.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['config']['notActiveByDefault'] = false;
  4899.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['default'] = '#888888';
  4900.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontLineHeight']['config']['notActiveByDefault'] = false;
  4901.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontLineHeight']['default'] = '29';
  4902.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  4903.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Poppins';
  4904.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  4905.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  4906.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#000000';
  4907.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  4908.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#000000';
  4909.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  4910.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  4911. }
  4912. if(PCT_THEME == 'eclipse_kitchen')
  4913. {
  4914.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_kitchen.png');
  4915.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  4916.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#dea137';
  4917.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  4918.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  4919.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header26']['config']['notActiveByDefault'] = false;
  4920.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header26']['default'] = '1';
  4921.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header26Background']['config']['notActiveByDefault'] = false;
  4922.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header26Background']['default'] = '#131313';
  4923.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header26Color']['config']['notActiveByDefault'] = false;
  4924.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header26Color']['default'] = '#ffffff';
  4925.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  4926.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Quicksand';
  4927.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  4928.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuMargin']['config']['notActiveByDefault'] = false;
  4929.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuMargin']['default'] = '18';
  4930.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  4931.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '13';
  4932.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  4933.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Quicksand';
  4934.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  4935.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  4936.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  4937.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  4938.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  4939.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  4940.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  4941.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  4942.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  4943.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  4944.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '212';
  4945.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  4946.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '64';
  4947.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle2']['config']['notActiveByDefault'] = false;
  4948.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle2']['default'] = '#424242';
  4949.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  4950.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Quicksand';
  4951.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  4952.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  4953.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '212';
  4954.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['config']['notActiveByDefault'] = false;
  4955.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['default'] = '64';
  4956.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  4957.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '180';
  4958.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_mobile']['config']['notActiveByDefault'] = false;
  4959.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_mobile']['default'] = '55';
  4960.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  4961.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  4962. }
  4963. if(PCT_THEME == 'eclipse_automechanic')
  4964. {
  4965.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_automechanic.png');
  4966.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  4967.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '250';
  4968.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  4969.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#eb4547';
  4970.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  4971.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  4972.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14']['config']['notActiveByDefault'] = false;
  4973.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14']['default'] = '1';
  4974.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14Background']['config']['notActiveByDefault'] = false;
  4975.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14Background']['default'] = '#36404b';
  4976.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14Color']['config']['notActiveByDefault'] = false;
  4977.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14Color']['default'] = '#ffffff';
  4978.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  4979.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Oswald';
  4980.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'light:300';
  4981.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['config']['notActiveByDefault'] = false;
  4982.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['default'] = '18';
  4983.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  4984.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Oswald';
  4985.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'regular:400';
  4986.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  4987.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Oswald';
  4988.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  4989.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  4990.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  4991.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  4992.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#36404b';
  4993.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  4994.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#29313a';
  4995.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  4996.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  4997.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  4998.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  4999.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  5000.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  5001.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  5002.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '16';
  5003.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  5004.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  5005.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  5006.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#000000';
  5007.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  5008.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  5009.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  5010.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#000000';
  5011.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  5012.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  5013. }
  5014. if(PCT_THEME == 'eclipse_retirement')
  5015. {
  5016.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_retirement.png');
  5017.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  5018.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '125';
  5019.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  5020.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '120';
  5021.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  5022.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '84';
  5023.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  5024.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '80';
  5025.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  5026.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#8bb91d';
  5027.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  5028.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Lato';
  5029.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  5030.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  5031.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Lato';
  5032.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  5033.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  5034.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = 'rgba(255, 255, 255, 0.79)';
  5035.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutBorder']['config']['notActiveByDefault'] = false;
  5036.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutBorder']['default'] = 'rgba(255, 255, 255, 0.63)';
  5037.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  5038.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  5039.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  5040.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(255, 255, 255, 0.87)';
  5041.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  5042.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  5043.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  5044.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  5045.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  5046.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  5047.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  5048.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Lato';
  5049.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'light:300';
  5050.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  5051.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '20';
  5052.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  5053.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#ffffff';
  5054.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  5055.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#ffffff';
  5056.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  5057.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#909090';
  5058.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  5059.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  5060.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  5061.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#909090';
  5062.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  5063.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  5064.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  5065.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  5066.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  5067.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  5068. }
  5069. if(PCT_THEME == 'eclipse_petcare')
  5070. {
  5071.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_petcare.png');
  5072.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  5073.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#ebad5d';
  5074.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  5075.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#362526';
  5076.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['config']['notActiveByDefault'] = false;
  5077.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['default'] = '#787878';
  5078.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['config']['notActiveByDefault'] = false;
  5079.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['default'] = '17';
  5080.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontLineHeight']['config']['notActiveByDefault'] = false;
  5081.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontLineHeight']['default'] = '34';
  5082.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  5083.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Comfortaa';
  5084.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  5085.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  5086.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#ffffff';
  5087.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  5088.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = '#ffffff';
  5089.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  5090.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#ebad5d';
  5091.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header11']['config']['notActiveByDefault'] = false;
  5092.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header11']['default'] = '1';
  5093.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header11Background']['config']['notActiveByDefault'] = false;
  5094.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header11Background']['default'] = '#362526';
  5095.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header11Color']['config']['notActiveByDefault'] = false;
  5096.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header11Color']['default'] = '#ffffff';
  5097.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header11LineColor']['config']['notActiveByDefault'] = false;
  5098.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header11LineColor']['default'] = 'rgba(255, 255, 255, 0.15)';
  5099.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  5100.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans-Pro';
  5101.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  5102.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  5103.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '18';
  5104.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  5105.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#362526';
  5106.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  5107.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#2a1e1f';
  5108.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  5109.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  5110.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  5111.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  5112.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  5113.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  5114.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  5115. }
  5116. if(PCT_THEME == 'eclipse_onebiz')
  5117. {
  5118.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_onebiz.png');
  5119.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  5120.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  5121.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  5122.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '100';
  5123.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  5124.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  5125.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  5126.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#4eb0b4';
  5127.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  5128.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  5129.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  5130.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Lato';
  5131.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  5132.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  5133.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '12';
  5134.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  5135.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  5136.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  5137.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Lato';
  5138.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  5139.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  5140.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Lato';
  5141.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  5142.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  5143.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  5144.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  5145.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  5146.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  5147.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  5148.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  5149.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  5150.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  5151.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#000000';
  5152.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  5153.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#000000';
  5154.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSocials']['config']['notActiveByDefault'] = false;
  5155.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSocials']['default'] = '1';
  5156.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['config']['notActiveByDefault'] = false;
  5157.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['default'] = '1';
  5158.     $GLOBALS['PCT_THEMEDESIGNER_CONFIG']['FOOTERSECTION']['config']['hideInMenu'] = true;
  5159.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  5160.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  5161. }
  5162. if(PCT_THEME == 'eclipse_directory')
  5163. {
  5164.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_directory.png');
  5165.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  5166.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#3e3e3e';
  5167.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  5168.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = '#ffffff';
  5169.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  5170.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  5171.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  5172.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  5173.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  5174.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  5175.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  5176.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#cdcdcd';
  5177.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  5178.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  5179.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  5180.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#3e3e3e';
  5181.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  5182.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#3e3e3e';
  5183.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  5184.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Open+Sans';
  5185.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  5186.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  5187.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Comfortaa';
  5188.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  5189.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  5190.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Comfortaa';
  5191.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  5192.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  5193.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  5194.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSocials']['config']['notActiveByDefault'] = false;
  5195.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSocials']['default'] = '2';
  5196.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['config']['notActiveByDefault'] = false;
  5197.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['default'] = '2';
  5198.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSearch']['config']['notActiveByDefault'] = false;
  5199.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSearch']['default'] = '2';
  5200.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['config']['notActiveByDefault'] = false;
  5201.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['default'] = '#ffffff';
  5202.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['config']['notActiveByDefault'] = false;
  5203.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['default'] = '#ffffff';
  5204.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['config']['notActiveByDefault'] = false;
  5205.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['default'] = '55';
  5206.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  5207.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  5208. }
  5209. if(PCT_THEME == 'eclipse_physio')
  5210. {
  5211.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_physio.png');
  5212.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  5213.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#efb66b';
  5214.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  5215.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '90';
  5216.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  5217.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Source+Sans+Pro';
  5218.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  5219.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  5220.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#efb66b';
  5221.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  5222.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = '#8ebbba';
  5223.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  5224.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  5225.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  5226.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans-Pro';
  5227.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  5228.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColor']['config']['notActiveByDefault'] = false;
  5229.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColor']['default'] = '#8ebbba';
  5230.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  5231.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#8ebbba';
  5232.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  5233.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#909090';
  5234.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  5235.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#f7f7f7';
  5236.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  5237.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#f2f2f2';
  5238.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  5239.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#8ebbba';
  5240.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  5241.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  5242.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  5243.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  5244.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  5245.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  5246.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  5247. }
  5248. if(PCT_THEME == 'eclipse_cleanup')
  5249. {
  5250.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_cleanup.png');
  5251.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  5252.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '150';
  5253.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  5254.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '115';
  5255.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  5256.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '100';
  5257.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  5258.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#55bee6';
  5259.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  5260.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#193e6b';
  5261.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  5262.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = '#f9ee4f';
  5263.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  5264.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Courgette';
  5265.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  5266.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  5267.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#193e6b';
  5268.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  5269.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = '#193e6b';
  5270.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header9']['config']['notActiveByDefault'] = false;
  5271.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header9']['default'] = '1';
  5272.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header9Background']['config']['notActiveByDefault'] = false;
  5273.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header9Background']['default'] = 'rgba(85, 190, 230, 0.89)';
  5274.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header9Color']['config']['notActiveByDefault'] = false;
  5275.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header9Color']['default'] = '#ffffff';
  5276.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  5277.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans-Pro';
  5278.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  5279.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  5280.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  5281.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  5282.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '14';
  5283.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['config']['notActiveByDefault'] = false;
  5284.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['default'] = '#193e6b';
  5285.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColor']['config']['notActiveByDefault'] = false;
  5286.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColor']['default'] = '#193e6b';
  5287.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  5288.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  5289.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  5290.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  5291.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  5292. }
  5293. if(PCT_THEME == 'eclipse_electrician')
  5294. {
  5295.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_electrician.png');
  5296.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  5297.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#e2011b';
  5298.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  5299.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Poppins';
  5300.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  5301.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  5302.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Poppins';
  5303.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  5304.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  5305.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  5306.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  5307.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  5308.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  5309.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Poppins';
  5310.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'medium:500';
  5311.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  5312.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  5313.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  5314.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '14';
  5315.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  5316.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  5317.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  5318.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  5319. }
  5320. if(PCT_THEME == 'eclipse_steelwork')
  5321. {
  5322.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_steelwork.png');
  5323.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  5324.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_steelwork_sm.png');
  5325.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  5326.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_steelwork_sm.png');
  5327.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  5328.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '180';
  5329.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  5330.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '160';
  5331.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  5332.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#eb6c2d';
  5333.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  5334.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  5335.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7']['config']['notActiveByDefault'] = false;
  5336.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7']['default'] = '1';
  5337.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7Background']['config']['notActiveByDefault'] = false;
  5338.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7Background']['default'] = 'rgba(0,0,0,0)';
  5339.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7Color']['config']['notActiveByDefault'] = false;
  5340.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7Color']['default'] = '#ffffff';
  5341.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7PositionAbsolute']['config']['notActiveByDefault'] = false;
  5342.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7PositionAbsolute']['default'] = '1';
  5343.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  5344.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#23282c';
  5345.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  5346.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#23282c';
  5347.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  5348.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Poppins';
  5349.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  5350.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  5351.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Poppins';
  5352.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  5353.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  5354.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Poppins';
  5355.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  5356.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  5357.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  5358.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3']['config']['notActiveByDefault'] = false;
  5359.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3']['default'] = '20';
  5360.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3BackgroundColor']['config']['notActiveByDefault'] = false;
  5361.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3BackgroundColor']['default'] = '#ffffff';
  5362.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  5363.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#21292c';
  5364.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  5365.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#171d1f';
  5366.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  5367.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  5368.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  5369.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  5370. }
  5371. if(PCT_THEME == 'eclipse_cloudtel')
  5372. {
  5373.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_cloudtel.png');
  5374.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  5375.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  5376.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  5377.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '90';
  5378.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  5379.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  5380.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  5381.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '110';
  5382.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  5383.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#469eb0';
  5384.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  5385.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#4598a8';
  5386.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  5387.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Poppins';
  5388.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  5389.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  5390.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Poppins';
  5391.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  5392.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  5393.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#1b263a';
  5394.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  5395.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#ffffff';
  5396.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  5397.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = '#ffffff';
  5398.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  5399.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  5400.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  5401.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#4598a8';
  5402.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['config']['notActiveByDefault'] = false;
  5403.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['default'] = '#ffffff';
  5404.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  5405.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#3d8999';
  5406.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['config']['notActiveByDefault'] = false;
  5407.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['default'] = '#ffffff';
  5408.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  5409.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  5410.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontSize']['config']['notActiveByDefault'] = false;
  5411.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontSize']['default'] = '13';
  5412.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH6']['config']['notActiveByDefault'] = false;
  5413.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH6']['default'] = '15';
  5414.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  5415.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  5416. }
  5417. if(PCT_THEME == 'eclipse_aperture')
  5418. {
  5419.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_aperture.png');
  5420.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  5421.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '105';
  5422.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  5423.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '105';
  5424.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  5425.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '105';
  5426.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  5427.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#000000';
  5428.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  5429.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  5430.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  5431.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Raleway';
  5432.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  5433.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['config']['notActiveByDefault'] = false;
  5434.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['default'] = '#9a9a9a';
  5435.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  5436.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Raleway';
  5437.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'semi-bold:600';
  5438.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  5439.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '13';
  5440.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7']['config']['notActiveByDefault'] = false;
  5441.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7']['default'] = '1';
  5442.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  5443.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  5444.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  5445.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  5446.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  5447.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#212121';
  5448.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomElementsPaddings']['config']['notActiveByDefault'] = false;
  5449.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomElementsPaddings']['default'] = '80';
  5450.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomElementsAlign']['config']['notActiveByDefault'] = false;
  5451.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomElementsAlign']['default'] = '1';
  5452.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['config']['notActiveByDefault'] = false;
  5453.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['default'] = 'rgba(230, 230, 230, 0.56)';
  5454.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  5455.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  5456.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1']['config']['notActiveByDefault'] = false;
  5457.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1']['default'] = '1';
  5458.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1MarginTop']['config']['notActiveByDefault'] = false;
  5459.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1MarginTop']['default'] = '30';
  5460.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  5461.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  5462. }
  5463. if(PCT_THEME == 'eclipse_design')
  5464. {
  5465.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_design.png');
  5466.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  5467.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '160';
  5468.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  5469.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '65';
  5470.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  5471.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '105';
  5472.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  5473.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '105';
  5474.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  5475.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#ed717f';
  5476.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  5477.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  5478.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  5479.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Raleway';
  5480.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  5481.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['config']['notActiveByDefault'] = false;
  5482.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['default'] = '#9a9a9a';
  5483.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  5484.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Raleway';
  5485.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'semi-bold:600';
  5486.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  5487.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '13';
  5488.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  5489.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  5490.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  5491.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#747474';
  5492.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['config']['notActiveByDefault'] = false;
  5493.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['default'] = 'rgba(230, 230, 230, 0.56)';
  5494.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  5495.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  5496.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header20']['config']['notActiveByDefault'] = false;
  5497.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header20']['default'] = '1';
  5498.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header20Background']['config']['notActiveByDefault'] = false;
  5499.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header20Background']['default'] = 'rgba(255, 255, 255, 0.98)';
  5500.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSocials']['config']['notActiveByDefault'] = false;
  5501.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSocials']['default'] = '1';
  5502.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['config']['notActiveByDefault'] = false;
  5503.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['default'] = '1';
  5504.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBorder']['config']['notActiveByDefault'] = false;
  5505.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBorder']['default'] = 'rgba(230, 230, 230, 0.56)';
  5506.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  5507.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#ffffff';
  5508.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  5509.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#747474';
  5510.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  5511.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#747474';
  5512.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineSize4']['config']['notActiveByDefault'] = false;
  5513.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineSize4']['default'] = '15';
  5514.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  5515.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  5516.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  5517.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  5518. }
  5519. if(PCT_THEME == 'eclipse_stylist')
  5520. {
  5521.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_stylist.png');
  5522.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  5523.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '183';
  5524.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  5525.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#000000';
  5526.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  5527.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  5528.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header22']['config']['notActiveByDefault'] = false;
  5529.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header22']['default'] = '1';
  5530.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header22LineColor']['config']['notActiveByDefault'] = false;
  5531.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header22LineColor']['default'] = 'rgba(0,0,0,0)';
  5532.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  5533.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Playfair+Display';
  5534.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  5535.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  5536.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '38';
  5537.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['config']['notActiveByDefault'] = false;
  5538.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['default'] = '60';
  5539.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  5540.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#000000';
  5541.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  5542.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  5543.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  5544.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Roboto';
  5545.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  5546.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['config']['notActiveByDefault'] = false;
  5547.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['default'] = '#ffffff';
  5548.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['config']['notActiveByDefault'] = false;
  5549.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['default'] = '#ffffff';
  5550.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  5551.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  5552.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  5553.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  5554.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  5555. }
  5556. if(PCT_THEME == 'eclipse_money')
  5557. {
  5558.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_money.png');
  5559.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  5560.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '60';
  5561.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  5562.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#ea3423';
  5563.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  5564.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#dd3222';
  5565.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  5566.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Poppins';
  5567.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  5568.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  5569.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Poppins';
  5570.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  5571.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH6']['config']['notActiveByDefault'] = false;
  5572.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH6']['default'] = '15';
  5573.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  5574.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  5575.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['config']['notActiveByDefault'] = false;
  5576.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['default'] = '1';
  5577.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  5578.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Poppins';
  5579.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'medium:500';
  5580.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  5581.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  5582.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  5583.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  5584.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  5585.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '13';
  5586.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  5587.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  5588.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColor']['config']['notActiveByDefault'] = false;
  5589.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColor']['default'] = '#535458';
  5590.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  5591.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  5592. }
  5593. if(PCT_THEME == 'eclipse_artfolio')
  5594. {
  5595.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_artfolio.png');
  5596.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  5597.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '130';
  5598.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  5599.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '120';
  5600.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  5601.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  5602.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  5603.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  5604.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  5605.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#000000';
  5606.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  5607.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  5608.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  5609.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Poppins';
  5610.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'medium:500';
  5611.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  5612.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '12';
  5613.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  5614.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  5615.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  5616.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Poppins';
  5617.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  5618.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  5619.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Playfair+Display';
  5620.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  5621.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  5622.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  5623.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  5624.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  5625.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  5626.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#b4b4b4';
  5627.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['config']['notActiveByDefault'] = false;
  5628.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['default'] = '#909090';
  5629.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomElementsAlign']['config']['notActiveByDefault'] = false;
  5630.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomElementsAlign']['default'] = '1';
  5631.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomElementsPaddings']['config']['notActiveByDefault'] = false;
  5632.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomElementsPaddings']['default'] = '80';
  5633.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['config']['notActiveByDefault'] = false;
  5634.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['default'] = '1';
  5635.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  5636.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  5637.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGridPixel']['config']['notActiveByDefault'] = false;
  5638.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGridPixel']['default'] = '2';
  5639.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  5640.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  5641. }
  5642. if(PCT_THEME == 'eclipse_barber')
  5643. {
  5644.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_barber.png');
  5645.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  5646.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_barber_sm.png');
  5647.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  5648.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_barber_sm.png');
  5649.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  5650.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '90';
  5651.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  5652.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '30';
  5653.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  5654.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '30';
  5655.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  5656.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#b28957';
  5657.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  5658.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  5659.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  5660.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Lobster';
  5661.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  5662.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['config']['notActiveByDefault'] = false;
  5663.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['default'] = '1';
  5664.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Background']['config']['notActiveByDefault'] = false;
  5665.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Background']['default'] = '#333333';
  5666.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Color']['config']['notActiveByDefault'] = false;
  5667.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Color']['default'] = '#ffffff';
  5668.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  5669.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  5670.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  5671.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#333333';
  5672.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  5673.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#2c2c2c';
  5674.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  5675.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  5676.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  5677.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  5678.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3']['config']['notActiveByDefault'] = false;
  5679.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3']['default'] = '10';
  5680.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3BackgroundColor']['config']['notActiveByDefault'] = false;
  5681.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3BackgroundColor']['default'] = '#ffffff';
  5682.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  5683.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  5684.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  5685.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  5686.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  5687. }
  5688. if(PCT_THEME == 'eclipse_workingspace')
  5689. {
  5690.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_workingspace.png');
  5691.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  5692.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '57';
  5693.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['config']['notActiveByDefault'] = false;
  5694.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['default'] = '57';
  5695.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_mobile']['config']['notActiveByDefault'] = false;
  5696.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_mobile']['default'] = '57';
  5697.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  5698.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#0078b6';
  5699.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  5700.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  5701.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  5702.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  5703.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  5704.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Source+Sans+Pro';
  5705.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  5706.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  5707.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#ffffff';
  5708.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  5709.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#b5b5b5';
  5710.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  5711.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#b5b5b5';
  5712.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBorder']['config']['notActiveByDefault'] = false;
  5713.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBorder']['default'] = '#ebebeb';
  5714.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  5715.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  5716.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  5717.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#b5b5b5';
  5718.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['config']['notActiveByDefault'] = false;
  5719.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['default'] = '#ebebeb';
  5720.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  5721.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  5722.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  5723.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  5724.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  5725.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  5726.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  5727. }
  5728. if(PCT_THEME == 'eclipse_lingoo')
  5729. {
  5730.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_lingoo.png');
  5731.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  5732.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  5733.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  5734.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  5735.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  5736.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  5737.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  5738.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#1cbb9b';
  5739.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  5740.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  5741.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  5742.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  5743.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  5744.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  5745.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  5746.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  5747.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  5748.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  5749.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  5750.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#453f3b';
  5751.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  5752.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#453f3b';
  5753.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  5754.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  5755.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  5756.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans-Pro';
  5757.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  5758.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  5759.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '14';
  5760.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  5761.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#453f3b';
  5762.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  5763.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#453f3b';
  5764.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  5765.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  5766.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['config']['notActiveByDefault'] = false;
  5767.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['default'] = '16';
  5768.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutFullwidthContentWidth']['config']['notActiveByDefault'] = false;
  5769.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutFullwidthContentWidth']['default'] = '1120';
  5770.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  5771.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#3e3733';
  5772.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  5773.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Source+Sans+Pro';
  5774.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  5775.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  5776.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  5777.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['config']['notActiveByDefault'] = false;
  5778.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['default'] = '50';
  5779.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  5780.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  5781.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  5782. }
  5783. if(PCT_THEME == 'eclipse_apartment')
  5784. {
  5785.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_apartment.png');
  5786.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  5787.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  5788.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  5789.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '75';
  5790.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  5791.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '140';
  5792.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['config']['notActiveByDefault'] = false;
  5793.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['default'] = '75';
  5794.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  5795.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '110';
  5796.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  5797.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#374853';
  5798.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  5799.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#aeb5b9';
  5800.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  5801.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  5802.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  5803.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Montserrat';
  5804.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'regular:400';
  5805.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  5806.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '14';
  5807.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  5808.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  5809.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  5810.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Montserrat';
  5811.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  5812.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  5813.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  5814.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  5815.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  5816.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  5817.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#9a9a9a';
  5818.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['config']['notActiveByDefault'] = false;
  5819.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['default'] = 'rgba(0, 0, 0, 0.12)';
  5820.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGridPixel']['config']['notActiveByDefault'] = false;
  5821.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGridPixel']['default'] = '2';
  5822.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['config']['notActiveByDefault'] = false;
  5823.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['default'] = '1';
  5824.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  5825.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  5826.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  5827.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  5828.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  5829.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  5830.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  5831. }
  5832. if(PCT_THEME == 'eclipse_pursuit')
  5833. {
  5834.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_pursuit.png');
  5835.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  5836.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  5837.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  5838.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  5839.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  5840.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  5841.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  5842.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#b4b4b4';
  5843.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  5844.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  5845.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header16']['config']['notActiveByDefault'] = false;
  5846.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header16']['default'] = '1';
  5847.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  5848.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Playfair+Display';
  5849.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  5850.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3']['config']['notActiveByDefault'] = false;
  5851.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3']['default'] = '30';
  5852.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3BackgroundColor']['config']['notActiveByDefault'] = false;
  5853.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3BackgroundColor']['default'] = '#f2f2f2';
  5854.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  5855.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  5856.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  5857.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  5858.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  5859.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#f2f2f2';
  5860.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  5861.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#909090';
  5862.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  5863.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#909090';
  5864.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  5865.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#f2f2f2';
  5866.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  5867.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#909090';
  5868.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsPaddings']['config']['notActiveByDefault'] = false;
  5869.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsPaddings']['default'] = '100';
  5870.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['config']['notActiveByDefault'] = false;
  5871.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['default'] = '#000000';
  5872.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGridPixel']['config']['notActiveByDefault'] = false;
  5873.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGridPixel']['default'] = '2';
  5874.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  5875.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  5876.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  5877.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  5878.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  5879. }
  5880. if(PCT_THEME == 'eclipse_productline')
  5881. {
  5882.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_productline.png');
  5883.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  5884.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '90';
  5885.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  5886.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#a61610';
  5887.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  5888.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  5889.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['config']['notActiveByDefault'] = false;
  5890.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['default'] = '#9a9a9a';
  5891.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  5892.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Roboto';
  5893.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  5894.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  5895.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Roboto';
  5896.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  5897.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  5898.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  5899.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  5900.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#807c79';
  5901.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  5902.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#807c79';
  5903.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  5904.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#f3f3f3';
  5905.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  5906.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#e4e4e4';
  5907.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  5908.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#807c79';
  5909.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSocials']['config']['notActiveByDefault'] = false;
  5910.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSocials']['default'] = '1';
  5911.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['config']['notActiveByDefault'] = false;
  5912.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['default'] = '1180';
  5913.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  5914.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  5915. }
  5916. if(PCT_THEME == 'eclipse_industrytech')
  5917. {
  5918.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_industrytech.png');
  5919.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  5920.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#ff6900';
  5921.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  5922.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = '#ffffff';
  5923.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  5924.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  5925.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  5926.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Ubuntu';
  5927.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  5928.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  5929.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Ubuntu';
  5930.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  5931.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header3']['config']['notActiveByDefault'] = false;
  5932.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header3']['default'] = '1';
  5933.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header3Background']['config']['notActiveByDefault'] = false;
  5934.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header3Background']['default'] = '#2e6596';
  5935.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header3Color']['config']['notActiveByDefault'] = false;
  5936.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header3Color']['default'] = '#ffffff';
  5937.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle7']['config']['notActiveByDefault'] = false;
  5938.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle7']['default'] = 'rgba(0,0,0,0.2)';
  5939.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGridPixel']['config']['notActiveByDefault'] = false;
  5940.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGridPixel']['default'] = '2';
  5941.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['config']['notActiveByDefault'] = false;
  5942.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['default'] = '1110';
  5943.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSticky']['config']['notActiveByDefault'] = false;
  5944.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSticky']['default'] = '1';
  5945.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  5946.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  5947. }
  5948. if(PCT_THEME == 'eclipse_constructionflex')
  5949. {
  5950.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_constructionflex.png');
  5951.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  5952.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_constructionflex_sm.png');
  5953.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  5954.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_constructionflex_sm.png');
  5955.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  5956.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#faa026';
  5957.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  5958.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = '#ffffff';
  5959.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  5960.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  5961.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  5962.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  5963.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  5964.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  5965.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  5966.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = 'rgba(255, 255, 255, 0.71)';
  5967.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  5968.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  5969.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  5970.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  5971.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  5972.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#212121';
  5973.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  5974.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  5975.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  5976.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#212121';
  5977.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColorActive']['config']['notActiveByDefault'] = false;
  5978.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColorActive']['default'] = '#faa026';
  5979.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  5980.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Roboto';
  5981.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  5982.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  5983.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Roboto';
  5984.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  5985.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBorder']['config']['notActiveByDefault'] = false;
  5986.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBorder']['default'] = '#ebebeb';
  5987.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  5988.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#b5b5b5';
  5989.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  5990.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#b5b5b5';
  5991.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  5992.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#ffffff';
  5993.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['config']['notActiveByDefault'] = false;
  5994.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['default'] = '#ebebeb';
  5995.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  5996.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  5997.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  5998.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#b5b5b5';
  5999.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  6000.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  6001.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  6002.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  6003. }
  6004. if(PCT_THEME == 'eclipse_insuranceking')
  6005. {
  6006.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_insuranceking.png');
  6007.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  6008.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_insuranceking_sm.png');
  6009.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  6010.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_insuranceking_sm.png');
  6011.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  6012.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#4685cd';
  6013.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  6014.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = '#ffffff';
  6015.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  6016.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  6017.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  6018.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  6019.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  6020.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  6021.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  6022.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = 'rgba(255, 255, 255, 0.71)';
  6023.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  6024.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  6025.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  6026.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  6027.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  6028.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#212121';
  6029.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  6030.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  6031.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  6032.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#212121';
  6033.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColorActive']['config']['notActiveByDefault'] = false;
  6034.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColorActive']['default'] = '#4685cd';
  6035.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  6036.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Roboto';
  6037.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  6038.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  6039.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Roboto';
  6040.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  6041.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBorder']['config']['notActiveByDefault'] = false;
  6042.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBorder']['default'] = '#ebebeb';
  6043.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  6044.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#555555';
  6045.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  6046.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#555555';
  6047.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  6048.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#ffffff';
  6049.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['config']['notActiveByDefault'] = false;
  6050.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['default'] = '#ebebeb';
  6051.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  6052.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  6053.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  6054.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#555555';
  6055.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  6056.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  6057.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['config']['notActiveByDefault'] = false;
  6058.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['default'] = '50';
  6059.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  6060.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  6061.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  6062.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '18';
  6063. }
  6064. if(PCT_THEME == 'eclipse_softsolutions')
  6065. {
  6066.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_softsolutions.png');
  6067.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  6068.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '75';
  6069.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  6070.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#009cfc';
  6071.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  6072.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  6073.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  6074.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  6075.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  6076.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(5, 5, 5, 0.67)';
  6077.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  6078.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = 'rgba(255, 255, 255, 0.71)';
  6079.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  6080.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  6081.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  6082.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Open+Sans';
  6083.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'light:300';
  6084.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['config']['notActiveByDefault'] = false;
  6085.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['default'] = '16';
  6086.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  6087.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Open+Sans';
  6088.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  6089.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  6090.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#555555';
  6091.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  6092.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#555555';
  6093.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  6094.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#f7f7f7';
  6095.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  6096.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#333333';
  6097.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  6098.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#ffffff';
  6099.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  6100.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  6101.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['config']['notActiveByDefault'] = false;
  6102.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['default'] = '1100';
  6103.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  6104.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Open+Sans';
  6105.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  6106.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  6107.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  6108.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  6109.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '13';
  6110.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  6111.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  6112.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  6113.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  6114. }
  6115. if(PCT_THEME == 'eclipse_credit')
  6116. {
  6117.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_credit.png');
  6118.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  6119.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '75';
  6120.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  6121.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#00bae1';
  6122.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  6123.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#faa026';
  6124.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  6125.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  6126.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['config']['notActiveByDefault'] = false;
  6127.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['default'] = '1';
  6128.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Background']['config']['notActiveByDefault'] = false;
  6129.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Background']['default'] = 'rgba(0,0,0,0)';
  6130.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Color']['config']['notActiveByDefault'] = false;
  6131.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Color']['default'] = '#ffffff';
  6132.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5PositionAbsolute']['config']['notActiveByDefault'] = false;
  6133.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5PositionAbsolute']['default'] = '1';
  6134.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  6135.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#000000';
  6136.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  6137.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#000000';
  6138.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  6139.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Nunito';
  6140.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  6141.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['config']['notActiveByDefault'] = false;
  6142.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['default'] = '16';
  6143.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  6144.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Nunito';
  6145.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  6146.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  6147.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#ffffff';
  6148.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  6149.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#ffffff';
  6150.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  6151.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#000000';
  6152.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  6153.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#000000';
  6154.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  6155.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#ffffff';
  6156.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  6157.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  6158.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['config']['notActiveByDefault'] = false;
  6159.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['default'] = '1100';
  6160.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  6161.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  6162.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  6163.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Roboto';
  6164.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  6165.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  6166.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  6167.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  6168.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '13';
  6169.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  6170.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  6171.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  6172.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  6173. }
  6174. if(PCT_THEME == 'eclipse_wine')
  6175. {
  6176.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_wine.png');
  6177.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  6178.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '165';
  6179.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  6180.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#b8a576';
  6181.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  6182.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  6183.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  6184.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Cormorant';
  6185.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  6186.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header26']['config']['notActiveByDefault'] = false;
  6187.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header26']['default'] = '1';
  6188.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header26Background']['config']['notActiveByDefault'] = false;
  6189.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header26Background']['default'] = 'rgba(0,0,0,0)';
  6190.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header26Color']['config']['notActiveByDefault'] = false;
  6191.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header26Color']['default'] = '#ffffff';
  6192.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header26PositionAbsolute']['config']['notActiveByDefault'] = false;
  6193.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header26PositionAbsolute']['default'] = '1';
  6194.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  6195.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#851d40';
  6196.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  6197.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#851d40';
  6198.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  6199.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#c7a98e';
  6200.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  6201.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#c7a98e';
  6202.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  6203.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#851d40';
  6204.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  6205.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#b8a576';
  6206.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  6207.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#ffffff';
  6208.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle6']['config']['notActiveByDefault'] = false;
  6209.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle6']['default'] = '#000000';
  6210.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  6211.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans-Pro';
  6212.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  6213.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['config']['notActiveByDefault'] = false;
  6214.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['default_style'] = '50';
  6215.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  6216.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  6217.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  6218.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  6219.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  6220. }
  6221. if(PCT_THEME == 'eclipse_woodwork')
  6222. {
  6223.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_woodwork.png');
  6224.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  6225.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '150';
  6226.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  6227.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '90';
  6228.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  6229.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  6230.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  6231.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '110';
  6232.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColor']['config']['notActiveByDefault'] = false;
  6233.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColor']['default'] = '#a2473e';
  6234.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  6235.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#ffffff';
  6236.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  6237.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = '#ffffff';
  6238.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  6239.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#f7a145';
  6240.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  6241.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  6242.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  6243.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#f7a145';
  6244.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  6245.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = 'rgba(255, 255, 255, 0.85)';
  6246.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  6247.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = 'rgba(255, 255, 255, 0.85)';
  6248.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['config']['notActiveByDefault'] = false;
  6249.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['default'] = 'rgba(255,255,255,1)';
  6250.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  6251.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ca8439';
  6252.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  6253.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(255, 255, 255, 0.58)';
  6254.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['config']['notActiveByDefault'] = false;
  6255.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['default'] = 'rgba(255,255,255,1)';
  6256.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutFullwidthContentWidth']['config']['notActiveByDefault'] = false;
  6257.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutFullwidthContentWidth']['default'] = '1000';
  6258.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  6259.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#f7a145';
  6260.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  6261.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  6262.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  6263.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans-Pro';
  6264.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  6265.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  6266.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  6267.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  6268.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  6269.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  6270.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  6271.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  6272. }
  6273. if(PCT_THEME == 'eclipse_ebusiness')
  6274. {
  6275.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_ebusiness.png');
  6276.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  6277.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#ff3f58';
  6278.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  6279.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#36404b';
  6280.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  6281.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Roboto';
  6282.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'light:300';
  6283.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  6284.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Roboto';
  6285.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  6286.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  6287.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  6288.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  6289.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#262626';
  6290.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  6291.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#262626';
  6292.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  6293.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#262626';
  6294.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  6295.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#262626';
  6296.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['config']['notActiveByDefault'] = false;
  6297.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['default'] = '#515151';
  6298.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  6299.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  6300.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  6301.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  6302.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  6303.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  6304.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  6305.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  6306.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  6307.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  6308.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  6309.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  6310. }
  6311. if(PCT_THEME == 'eclipse_comingsoon_onepage')
  6312. {
  6313.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_comingsoon_onepage.png');
  6314.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  6315.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_comingsoon_onepage_sm.png');
  6316.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  6317.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_comingsoon_onepage_sm.png');
  6318.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  6319.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#f56363';
  6320.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  6321.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = 'rgba(0, 0, 0, 0.66)';
  6322.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  6323.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  6324.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  6325.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  6326.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  6327.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  6328.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  6329.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  6330.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  6331.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  6332.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  6333.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#555555';
  6334.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  6335.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  6336.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  6337.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#555555';
  6338.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['config']['notActiveByDefault'] = false;
  6339.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['default'] = '1';
  6340.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  6341.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans-Pro';
  6342.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  6343.     $GLOBALS['PCT_THEMEDESIGNER_CONFIG']['FOOTERSECTION']['config']['hideInMenu'] = true;
  6344.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  6345.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  6346.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  6347.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  6348.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  6349. }
  6350. if(PCT_THEME == 'eclipse_agencyline')
  6351. {
  6352.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_agencyline.png');
  6353.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  6354.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#55add3';
  6355.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  6356.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  6357.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['config']['notActiveByDefault'] = false;
  6358.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['default'] = '1';
  6359.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Background']['config']['notActiveByDefault'] = false;
  6360.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Background']['default'] = 'rgba(0,0,0,0)';
  6361.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Color']['config']['notActiveByDefault'] = false;
  6362.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Color']['default'] = '#ffffff';
  6363.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8PositionAbsolute']['config']['notActiveByDefault'] = false;
  6364.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8PositionAbsolute']['default'] = '1';
  6365.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  6366.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#75706d';
  6367.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  6368.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#75706d';
  6369.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  6370.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Open+Sans';
  6371.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  6372.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  6373.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Open+Sans';
  6374.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  6375.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  6376.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#75706d';
  6377.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  6378.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#686563';
  6379.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  6380.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  6381.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  6382.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  6383.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  6384.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  6385. }
  6386. if(PCT_THEME == 'eclipse_hotelapart')
  6387. {
  6388.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_hotelapart.png');
  6389.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  6390.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_hotelapart_sm.png');
  6391.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  6392.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_hotelapart_sm.png');
  6393.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  6394.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  6395.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  6396.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  6397.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  6398.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  6399.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  6400.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#c3a387';
  6401.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  6402.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Playfair+Display';
  6403.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  6404.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsMetanav']['config']['notActiveByDefault'] = false;
  6405.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsMetanav']['default'] = '1';
  6406.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsLogin']['config']['notActiveByDefault'] = false;
  6407.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsLogin']['default'] = '1';
  6408.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  6409.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#747474';
  6410.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  6411.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = '#747474';
  6412.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  6413.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#ffffff';
  6414.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['config']['notActiveByDefault'] = false;
  6415.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['default'] = '5';
  6416.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14']['config']['notActiveByDefault'] = false;
  6417.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14']['default'] = '1';
  6418.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14Background']['config']['notActiveByDefault'] = false;
  6419.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14Background']['default'] = '#050505';
  6420.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14Color']['config']['notActiveByDefault'] = false;
  6421.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14Color']['default'] = '#ffffff';
  6422.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutShadow']['config']['notActiveByDefault'] = false;
  6423.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutShadow']['default'] = '0.05';
  6424.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  6425.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans+Pro';
  6426.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  6427.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  6428.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '15';
  6429.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  6430.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  6431.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBorder']['config']['notActiveByDefault'] = false;
  6432.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBorder']['default'] = '#e6e6e6';
  6433.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  6434.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#ffffff';
  6435.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  6436.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#000000';
  6437.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  6438.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#595959';
  6439.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  6440.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  6441.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  6442.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#747474';
  6443.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['config']['notActiveByDefault'] = false;
  6444.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['default'] = '#e6e6e6';
  6445.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  6446.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  6447.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['config']['notActiveByDefault'] = false;
  6448.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['default'] = '1080';
  6449.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  6450.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#000000';
  6451.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  6452.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  6453.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  6454.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  6455.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  6456. }
  6457. if(PCT_THEME == 'eclipse_decor')
  6458. {
  6459.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_decor.png');
  6460.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  6461.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_decor_sm.png');
  6462.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  6463.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_decor_sm.png');
  6464.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  6465.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  6466.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  6467.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  6468.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  6469.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  6470.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  6471.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#b5a18d';
  6472.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  6473.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  6474.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  6475.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Playfair+Display';
  6476.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  6477.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header10']['config']['notActiveByDefault'] = false;
  6478.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header10']['default'] = '1';
  6479.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  6480.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Karla';
  6481.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'regular:400';
  6482.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  6483.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#47464b';
  6484.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  6485.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#39383b';
  6486.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1']['config']['notActiveByDefault'] = false;
  6487.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1']['default'] = '1';
  6488.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1Shadow']['config']['notActiveByDefault'] = false;
  6489.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1Shadow']['default'] = '1';
  6490.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1ContentWidth']['config']['notActiveByDefault'] = false;
  6491.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1ContentWidth']['default'] = '1320';
  6492.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  6493.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  6494.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['backgroundUpload']['config']['notActiveByDefault'] = false;
  6495.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['backgroundUpload']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_backgrounds/background_5.jpg');
  6496.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  6497.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  6498.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['backgroundAttachment']['config']['notActiveByDefault'] = false;
  6499.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['backgroundAttachment']['default'] = '1';
  6500.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  6501.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  6502.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  6503.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  6504.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  6505. }
  6506. if(PCT_THEME == 'eclipse_buildr')
  6507. {
  6508.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_buildr.png');
  6509.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  6510.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  6511.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  6512.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  6513.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  6514.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#0ab6c7';
  6515.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  6516.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  6517.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  6518.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Open+Sans';
  6519.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  6520.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  6521.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Open+Sans';
  6522.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  6523.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  6524.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  6525.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  6526.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  6527.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  6528.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  6529.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  6530.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  6531.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['config']['notActiveByDefault'] = false;
  6532.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['default'] = '60';
  6533.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  6534.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#0ab6c7';
  6535.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  6536.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#ffffff';
  6537.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  6538.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#ffffff';
  6539.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  6540.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#0ab6c7';
  6541.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  6542.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#ffffff';
  6543.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['config']['notActiveByDefault'] = false;
  6544.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['default'] = 'rgba(255, 255, 255, 0.18)';
  6545.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  6546.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  6547.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  6548.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  6549.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  6550.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#000000';
  6551.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  6552.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#000000';
  6553.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['config']['notActiveByDefault'] = false;
  6554.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['default'] = 'rgba(255,255,255,1)';
  6555.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['config']['notActiveByDefault'] = false;
  6556.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['default'] = 'rgba(255,255,255,1)';
  6557.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  6558.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  6559. }
  6560. if(PCT_THEME == 'eclipse_redbusiness')
  6561. {
  6562.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_redbusiness.png');
  6563.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  6564.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_redbusiness_sm.png');
  6565.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  6566.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_redbusiness_sm.png');
  6567.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  6568.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#b12832';
  6569.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  6570.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#000000';
  6571.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  6572.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '240';
  6573.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  6574.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '130';
  6575.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  6576.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Open+Sans';
  6577.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  6578.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  6579.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '14';
  6580.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  6581.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  6582.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontSize']['config']['notActiveByDefault'] = false;
  6583.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontSize']['default'] = '13';
  6584.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  6585.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#ffffff';
  6586.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['config']['notActiveByDefault'] = false;
  6587.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['default'] = '10';
  6588.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24']['config']['notActiveByDefault'] = false;
  6589.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24']['default'] = '1';
  6590.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24Background']['config']['notActiveByDefault'] = false;
  6591.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24Background']['default'] = 'rgba(5, 5, 5, 0.15)';
  6592.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24Color']['config']['notActiveByDefault'] = false;
  6593.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24Color']['default'] = '#ffffff';
  6594.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24PositionAbsolute']['config']['notActiveByDefault'] = false;
  6595.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24PositionAbsolute']['default'] = '1';
  6596.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  6597.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#000000';
  6598.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  6599.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#000000';
  6600.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  6601.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Open+Sans';
  6602.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  6603.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  6604.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Open+Sans';
  6605.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  6606.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  6607.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  6608.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  6609.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  6610.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  6611.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = 'rgba(255, 255, 255, 0.55)';
  6612.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  6613.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#000000';
  6614.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  6615.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  6616. }
  6617. if(PCT_THEME == 'eclipse_diners')
  6618. {
  6619.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_diners.png');
  6620.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  6621.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#b38f66';
  6622.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  6623.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#1b1b1b';
  6624.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  6625.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Playfair+Display';
  6626.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  6627.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  6628.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  6629.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['config']['notActiveByDefault'] = false;
  6630.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['default'] = '1';
  6631.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Background']['config']['notActiveByDefault'] = false;
  6632.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Background']['default'] = '#1b1b1b';
  6633.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Color']['config']['notActiveByDefault'] = false;
  6634.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Color']['default'] = '#ffffff';
  6635.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  6636.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#1b1b1b';
  6637.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  6638.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '160';
  6639.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  6640.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '80';
  6641.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  6642.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  6643.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['config']['notActiveByDefault'] = false;
  6644.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['default'] = '70';
  6645.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  6646.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  6647.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  6648.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  6649.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2']['config']['notActiveByDefault'] = false;
  6650.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2']['default'] = '1';
  6651.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2ContentWidth']['config']['notActiveByDefault'] = false;
  6652.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2ContentWidth']['default'] = '1170';
  6653.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2BackgroundColor']['config']['notActiveByDefault'] = false;
  6654.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2BackgroundColor']['default'] = '#e6e6e6';
  6655.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2NegativeMargin']['config']['notActiveByDefault'] = false;
  6656.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle2NegativeMargin']['default'] = '150';
  6657.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  6658.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  6659.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  6660.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  6661.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  6662. }
  6663. if(PCT_THEME == 'eclipse_corporateplus')
  6664. {
  6665.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_corporateplus.png');
  6666.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  6667.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#b3df69';
  6668.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  6669.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#2f3d64';
  6670.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  6671.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Roboto';
  6672.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  6673.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  6674.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Roboto+Condensed';
  6675.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  6676.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontSize']['config']['notActiveByDefault'] = false;
  6677.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontSize']['default'] = '13';
  6678.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  6679.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#ffffff';
  6680.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  6681.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = '#ffffff';
  6682.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  6683.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#2f3d64';
  6684.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header2']['config']['notActiveByDefault'] = false;
  6685.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header2']['default'] = '1';
  6686.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header2Color']['config']['notActiveByDefault'] = false;
  6687.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header2Color']['default'] = '#989bad';
  6688.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  6689.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Roboto+Condensed';
  6690.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  6691.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  6692.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '16';
  6693.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  6694.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  6695.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  6696.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#2f3d64';
  6697.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  6698.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#2f3d64';
  6699.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColor']['config']['notActiveByDefault'] = false;
  6700.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColor']['default'] = '#2f3d64';
  6701.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  6702.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  6703. }
  6704. if(PCT_THEME == 'eclipse_cowork')
  6705. {
  6706.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_cowork.png');
  6707.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  6708.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#f3652e';
  6709.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  6710.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  6711.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  6712.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  6713.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  6714.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  6715.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  6716.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  6717.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  6718.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  6719.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Border']['config']['notActiveByDefault'] = false;
  6720.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Border']['default'] = 'rgba(255, 255, 255, 0.27)';
  6721.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  6722.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Roboto';
  6723.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  6724.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  6725.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Quicksand';
  6726.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  6727.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColor']['config']['notActiveByDefault'] = false;
  6728.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColor']['default'] = '#2f3d64';
  6729.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  6730.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Montserrat';
  6731.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  6732.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  6733.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '13';
  6734.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  6735.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  6736.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  6737.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#000000';
  6738.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  6739.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#000000';
  6740.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3']['config']['notActiveByDefault'] = false;
  6741.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3']['default'] = '30';
  6742.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3BackgroundColor']['config']['notActiveByDefault'] = false;
  6743.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle3BackgroundColor']['default'] = '#ffffff';
  6744.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  6745.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#000000';
  6746.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  6747.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#000000';
  6748.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  6749.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  6750.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  6751.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  6752.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  6753.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  6754. }
  6755. if(PCT_THEME == 'eclipse_phonestore')
  6756. {
  6757.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_phonestore.png');
  6758.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  6759.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#55add3';
  6760.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  6761.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '80';
  6762.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  6763.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#e27594';
  6764.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  6765.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Open+Sans';
  6766.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  6767.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  6768.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Open+Sans';
  6769.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  6770.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontSize']['config']['notActiveByDefault'] = false;
  6771.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontSize']['default'] = '13';
  6772.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  6773.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#ffffff';
  6774.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  6775.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = '#ffffff';
  6776.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  6777.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#e27594';
  6778.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  6779.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  6780.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Border']['config']['notActiveByDefault'] = false;
  6781.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Border']['default'] = 'rgba(218, 218, 218, 0.34)';
  6782.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  6783.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Open+Sans';
  6784.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  6785.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  6786.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  6787.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  6788.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  6789.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  6790.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  6791. }
  6792. if(PCT_THEME == 'eclipse_cupcakes')
  6793. {
  6794.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_cupcakes.png');
  6795.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  6796.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#fba1a1';
  6797.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  6798.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#faf8eb';
  6799.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  6800.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '160';
  6801.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  6802.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '80';
  6803.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  6804.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '130';
  6805.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  6806.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '130';
  6807.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  6808.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Glass+Antiqua';
  6809.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  6810.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  6811.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Sacramento';
  6812.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'regular:400';
  6813.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  6814.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '29';
  6815.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  6816.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  6817.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  6818.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  6819.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  6820.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = '#967258';
  6821.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  6822.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  6823.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  6824.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  6825.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  6826.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#9db8b7';
  6827.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  6828.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#c7dddb';
  6829.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  6830.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(0, 0, 0, 0.4)';
  6831.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  6832.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  6833.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['config']['notActiveByDefault'] = false;
  6834.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['default'] = 'rgba(255,255,255,1)';
  6835.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['config']['notActiveByDefault'] = false;
  6836.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['default'] = 'rgba(255,255,255,1)';
  6837.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColor']['config']['notActiveByDefault'] = false;
  6838.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColor']['default'] = '#967258';
  6839.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  6840.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  6841.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  6842.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  6843.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  6844. }
  6845. if(PCT_THEME == 'eclipse_productcatalog')
  6846. {
  6847.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_productcatalog.png');
  6848.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  6849.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#c60f20';
  6850.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  6851.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#3d3b3c';
  6852.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  6853.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#ffffff';
  6854.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  6855.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = '#ffffff';
  6856.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  6857.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#3d3b3c';
  6858.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header2']['config']['notActiveByDefault'] = false;
  6859.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header2']['default'] = '1';
  6860.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  6861.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Titillium+Web';
  6862.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  6863.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  6864.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Titillium+Web';
  6865.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  6866.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  6867.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  6868. }
  6869. if(PCT_THEME == 'eclipse_tailor')
  6870. {
  6871.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_tailor.png');
  6872.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  6873.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '155';
  6874.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  6875.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '100';
  6876.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  6877.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  6878.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  6879.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#b38f66';
  6880.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  6881.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Playfair+Display';
  6882.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  6883.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  6884.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  6885.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7']['config']['notActiveByDefault'] = false;
  6886.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7']['default'] = '1';
  6887.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7Background']['config']['notActiveByDefault'] = false;
  6888.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7Background']['default'] = 'rgba(0,0,0,0)';
  6889.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7Color']['config']['notActiveByDefault'] = false;
  6890.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7Color']['default'] = '#ffffff';
  6891.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7PositionAbsolute']['config']['notActiveByDefault'] = false;
  6892.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7PositionAbsolute']['default'] = '1';
  6893.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7Border']['config']['notActiveByDefault'] = false;
  6894.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header7Border']['default'] = 'rgba(255, 255, 255, 0.1)';
  6895.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  6896.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans-Pro';
  6897.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  6898.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  6899.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  6900.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  6901.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '13';
  6902.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  6903.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  6904.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  6905.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#212121';
  6906.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  6907.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#212121';
  6908.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  6909.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  6910.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  6911.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  6912.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  6913.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  6914.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  6915. }
  6916. if(PCT_THEME == 'eclipse_highbiz')
  6917. {
  6918.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_highbiz.png');
  6919.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  6920.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#74ba56';
  6921.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  6922.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#015272';
  6923.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  6924.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Open+Sans';
  6925.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  6926.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  6927.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Open+Sans';
  6928.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  6929.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  6930.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = 'rgba(0,0,0,0)';
  6931.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  6932.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#ffffff';
  6933.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  6934.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = '#ffffff';
  6935.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontSize']['config']['notActiveByDefault'] = false;
  6936.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontSize']['default'] = '13';
  6937.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['config']['notActiveByDefault'] = false;
  6938.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['default'] = '10';
  6939.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  6940.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  6941.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  6942.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0, 0, 0, 0.73)';
  6943.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  6944.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  6945.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  6946.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  6947.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  6948.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Open+Sans';
  6949.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  6950.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  6951.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '14';
  6952.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  6953.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  6954.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  6955.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#000000';
  6956.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  6957.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#000000';
  6958.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  6959.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#015272';
  6960.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  6961.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#015272';
  6962.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  6963.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  6964.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['config']['notActiveByDefault'] = false;
  6965.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['default'] = '1';
  6966.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  6967.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  6968. }
  6969. if(PCT_THEME == 'eclipse_merchandiser')
  6970. {
  6971.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_merchandiser.png');
  6972.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  6973.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '230';
  6974.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  6975.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '80';
  6976.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  6977.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '80';
  6978.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  6979.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#b12832';
  6980.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  6981.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#000000';
  6982.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header18']['config']['notActiveByDefault'] = false;
  6983.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header18']['default'] = '1';
  6984.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header18Background']['config']['notActiveByDefault'] = false;
  6985.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header18Background']['default'] = '#050505';
  6986.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header18Color']['config']['notActiveByDefault'] = false;
  6987.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header18Color']['default'] = '#ffffff';
  6988.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header18LineColor']['config']['notActiveByDefault'] = false;
  6989.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header18LineColor']['default'] = 'rgba(0,0,0,0)';
  6990.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  6991.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Open+Sans';
  6992.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  6993.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  6994.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Open+Sans';
  6995.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  6996.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  6997.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Open+Sans';
  6998.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  6999.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  7000.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '14';
  7001.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  7002.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  7003.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  7004.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  7005.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  7006.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  7007.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  7008.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  7009. }
  7010. if(PCT_THEME == 'eclipse_vintage')
  7011. {
  7012.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_vintage.png');
  7013.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  7014.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  7015.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  7016.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  7017.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  7018.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  7019.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  7020.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#c11d30';
  7021.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  7022.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#1e232e';
  7023.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  7024.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  7025.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  7026.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Roboto+Condensed';
  7027.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  7028.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  7029.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Roboto+Condensed';
  7030.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  7031.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  7032.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  7033.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['config']['notActiveByDefault'] = false;
  7034.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['default'] = '1';
  7035.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Background']['config']['notActiveByDefault'] = false;
  7036.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Background']['default'] = 'rgba(30, 35, 46, 0.82)';
  7037.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Color']['config']['notActiveByDefault'] = false;
  7038.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Color']['default'] = '#ffffff';
  7039.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8PositionAbsolute']['config']['notActiveByDefault'] = false;
  7040.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8PositionAbsolute']['default'] = '1';
  7041.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  7042.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#1e232e';
  7043.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  7044.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#ffffff';
  7045.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  7046.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#ffffff';
  7047.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  7048.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#1e232e';
  7049.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  7050.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#ffffff';
  7051.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  7052.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  7053.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  7054.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  7055. }
  7056. if(PCT_THEME == 'eclipse_doctors')
  7057. {
  7058.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_doctors.png');
  7059.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  7060.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#1f81aa';
  7061.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  7062.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = 'rgba(255, 255, 255, 0.8)';
  7063.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  7064.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = 'rgba(255, 255, 255, 0.8)';
  7065.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  7066.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Open+Sans';
  7067.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  7068.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  7069.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Open+Sans';
  7070.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  7071.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header9']['config']['notActiveByDefault'] = false;
  7072.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header9']['default'] = '1';
  7073.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header9Background']['config']['notActiveByDefault'] = false;
  7074.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header9Background']['default'] = '#173259';
  7075.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header9Color']['config']['notActiveByDefault'] = false;
  7076.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header9Color']['default'] = 'rgba(255, 255, 255, 0.8)';
  7077.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  7078.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#173259';
  7079.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  7080.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#173259';
  7081.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  7082.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  7083.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['dropdownColor']['config']['notActiveByDefault'] = false;
  7084.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['dropdownColor']['default'] = '#ffffff';
  7085.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['dropdownBackground']['config']['notActiveByDefault'] = false;
  7086.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['dropdownBackground']['default'] = '#173259';
  7087.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['dropdownBorderColor']['config']['notActiveByDefault'] = false;
  7088.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['dropdownBorderColor']['default'] = '#173259';
  7089.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  7090.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  7091. }
  7092. if(PCT_THEME == 'eclipse_mybooks')
  7093. {
  7094.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_mybooks.png');
  7095.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  7096.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '160';
  7097.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  7098.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '65';
  7099.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  7100.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '140';
  7101.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  7102.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '120';
  7103.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  7104.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#e24939';
  7105.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  7106.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  7107.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  7108.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  7109.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  7110.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  7111.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  7112.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = 'rgba(255, 255, 255, 0.73)';
  7113.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Border']['config']['notActiveByDefault'] = false;
  7114.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Border']['default'] = 'rgba(255, 255, 255, 0.13)';
  7115.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  7116.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  7117.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  7118.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Merriweather';
  7119.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  7120.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['config']['notActiveByDefault'] = false;
  7121.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['default'] = '14';
  7122.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  7123.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Cinzel';
  7124.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  7125.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  7126.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#000000';
  7127.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  7128.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#000000';
  7129.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  7130.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  7131.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  7132.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  7133.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutFullwidthContentWidth']['config']['notActiveByDefault'] = false;
  7134.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutFullwidthContentWidth']['default'] = '1100';
  7135.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['config']['notActiveByDefault'] = false;
  7136.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['default'] = '2';
  7137.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  7138.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#000000';
  7139.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  7140.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#000000';
  7141.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['config']['notActiveByDefault'] = false;
  7142.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['default'] = '#000000';
  7143.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  7144.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  7145. }
  7146. if(PCT_THEME == 'eclipse_agency51')
  7147. {
  7148.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_agency51.png');
  7149.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  7150.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '120';
  7151.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  7152.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  7153.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  7154.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '110';
  7155.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  7156.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#bd2f56';
  7157.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  7158.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#36404b';
  7159.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  7160.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  7161.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  7162.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#36404b';
  7163.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  7164.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#36404b';
  7165.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  7166.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Quicksand';
  7167.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  7168.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  7169.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Quicksand';
  7170.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  7171.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  7172.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Quicksand';
  7173.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  7174.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  7175.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = '#ffffff';
  7176.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['config']['notActiveByDefault'] = false;
  7177.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['default'] = '#ffffff';
  7178.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  7179.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#36404b';
  7180.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  7181.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#36404b';
  7182.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  7183.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  7184.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  7185.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  7186.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  7187.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  7188.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  7189.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  7190.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  7191.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  7192.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['config']['notActiveByDefault'] = false;
  7193.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['default'] = '1';
  7194.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  7195.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  7196.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  7197.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  7198. }
  7199. if(PCT_THEME == 'eclipse_lesstext')
  7200. {
  7201.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_lesstext.png');
  7202.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  7203.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '120';
  7204.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  7205.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '110';
  7206.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  7207.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '120';
  7208.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['config']['notActiveByDefault'] = false;
  7209.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['default'] = '60';
  7210.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  7211.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '60';
  7212.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  7213.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#000000';
  7214.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  7215.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  7216.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  7217.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  7218.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  7219.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0, 0, 0, 0.31)';
  7220.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  7221.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  7222.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  7223.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  7224.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  7225.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  7226.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  7227.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  7228.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Quicksand';
  7229.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  7230.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  7231.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  7232.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  7233.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#000000';
  7234.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  7235.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  7236.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['config']['notActiveByDefault'] = false;
  7237.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['default'] = '1';
  7238.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  7239.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = '#ffffff';
  7240.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['config']['notActiveByDefault'] = false;
  7241.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['default'] = '#ffffff';
  7242.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['config']['notActiveByDefault'] = false;
  7243.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['default'] = '#ffffff';
  7244.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSticky']['config']['notActiveByDefault'] = false;
  7245.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSticky']['default'] = '1';
  7246.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  7247.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  7248. }
  7249. if(PCT_THEME == 'eclipse_lesstexttwo')
  7250. {
  7251.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_lesstexttwo.png');
  7252.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  7253.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '45';
  7254.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  7255.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '90';
  7256.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  7257.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '35';
  7258.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['config']['notActiveByDefault'] = false;
  7259.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['default'] = '70';
  7260.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  7261.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '35';
  7262.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  7263.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#000000';
  7264.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  7265.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  7266.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  7267.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  7268.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  7269.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  7270.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  7271.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  7272.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  7273.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  7274.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  7275.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#000000';
  7276.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  7277.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#000000';
  7278.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  7279.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Roboto+Slab';
  7280.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  7281.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  7282.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Quicksand';
  7283.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  7284.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  7285.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  7286.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  7287.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = '#ffffff';
  7288.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['config']['notActiveByDefault'] = false;
  7289.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['default'] = '2';
  7290.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['config']['notActiveByDefault'] = false;
  7291.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['default'] = '#ffffff';
  7292.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  7293.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#000000';
  7294.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['config']['notActiveByDefault'] = false;
  7295.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['default'] = '#ffffff';
  7296.     $GLOBALS['PCT_THEMEDESIGNER_CONFIG']['FOOTERSECTION']['config']['hideInMenu'] = true;
  7297.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  7298.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  7299.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerColor']['config']['notActiveByDefault'] = false;
  7300.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerColor']['default'] = '#ffffff';
  7301. }
  7302. if(PCT_THEME == 'eclipse_tavern')
  7303. {
  7304.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_tavern.png');
  7305.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  7306.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '120';
  7307.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['config']['notActiveByDefault'] = false;
  7308.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['default'] = '56';
  7309.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  7310.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#ce0603';
  7311.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  7312.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = '#ffffff';
  7313.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  7314.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  7315.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header26']['config']['notActiveByDefault'] = false;
  7316.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header26']['default'] = '1';
  7317.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header26Background']['config']['notActiveByDefault'] = false;
  7318.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header26Background']['default'] = 'rgba(0,0,0,0)';
  7319.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header26Color']['config']['notActiveByDefault'] = false;
  7320.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header26Color']['default'] = '#ffffff';
  7321.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header26PositionAbsolute']['config']['notActiveByDefault'] = false;
  7322.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header26PositionAbsolute']['default'] = '1';
  7323.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  7324.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#000000';
  7325.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  7326.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#000000';
  7327.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  7328.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Open+Sans';
  7329.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  7330.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['config']['notActiveByDefault'] = false;
  7331.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['default'] = '17';
  7332.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  7333.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Open+Sans';
  7334.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  7335.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  7336.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  7337.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  7338.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#000000';
  7339.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  7340.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  7341.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['config']['notActiveByDefault'] = false;
  7342.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['default'] = '#ffffff';
  7343.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['config']['notActiveByDefault'] = false;
  7344.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['default'] = '2';
  7345.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontLineHeight']['config']['notActiveByDefault'] = false;
  7346.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontLineHeight']['default'] = '35';
  7347.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  7348.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  7349.     $GLOBALS['PCT_THEMEDESIGNER_CONFIG']['FOOTERSECTION']['config']['hideInMenu'] = true;
  7350.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  7351.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  7352. }
  7353. if(PCT_THEME == 'eclipse_bluespa')
  7354. {
  7355.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_bluespa.png');
  7356.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  7357.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  7358.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  7359.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  7360.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  7361.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  7362.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  7363.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#fac51f';
  7364.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  7365.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#101e39';
  7366.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  7367.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  7368.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  7369.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Open+Sans';
  7370.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  7371.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  7372.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Open+Sans';
  7373.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  7374.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header11']['config']['notActiveByDefault'] = false;
  7375.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header11']['default'] = '1';
  7376.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header11Background']['config']['notActiveByDefault'] = false;
  7377.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header11Background']['default'] = 'rgba(5, 5, 5, 0.19)';
  7378.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header11Color']['config']['notActiveByDefault'] = false;
  7379.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header11Color']['default'] = '#ffffff';
  7380.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header11LineColor']['config']['notActiveByDefault'] = false;
  7381.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header11LineColor']['default'] = 'rgba(255, 255, 255, 0.15)';
  7382.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header11PositionAbsolute']['config']['notActiveByDefault'] = false;
  7383.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header11PositionAbsolute']['default'] = '1';
  7384.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  7385.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#101e39';
  7386.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  7387.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#101e39';
  7388.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  7389.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Open+Sans';
  7390.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  7391.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  7392.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  7393.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  7394.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '14';
  7395.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  7396.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#162132';
  7397.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  7398.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#162132';
  7399.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  7400.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(255, 255, 255, 0.56)';
  7401.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  7402.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = 'rgba(255, 255, 255, 0.56)';
  7403.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  7404.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = 'rgba(255, 255, 255, 0.56)';
  7405.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['config']['notActiveByDefault'] = false;
  7406.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['default'] = '2';
  7407.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  7408.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  7409.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  7410.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  7411. }
  7412. if(PCT_THEME == 'eclipse_whiteone')
  7413. {
  7414.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_whiteone.png');
  7415.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  7416.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_whiteone_sm.png');
  7417.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  7418.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_whiteone_sm.png');
  7419.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  7420.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  7421.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  7422.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '120';
  7423.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['config']['notActiveByDefault'] = false;
  7424.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['default'] = '60';
  7425.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  7426.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  7427.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  7428.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#ef641e';
  7429.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  7430.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  7431.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  7432.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Nunito';
  7433.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  7434.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  7435.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Quicksand';
  7436.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'normal:400';
  7437.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColor']['config']['notActiveByDefault'] = false;
  7438.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColor']['default'] = '#000000';
  7439.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  7440.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  7441.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  7442.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  7443.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  7444.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#747474';
  7445.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  7446.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  7447.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  7448.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#000000';
  7449.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  7450.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#000000';
  7451.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  7452.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#ffffff';
  7453.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  7454.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#ffffff';
  7455.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  7456.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Quicksand';
  7457.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  7458.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  7459.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '14';
  7460.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  7461.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  7462.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  7463.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  7464.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  7465.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#747474';
  7466.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['config']['notActiveByDefault'] = false;
  7467.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['default'] = '2';
  7468.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  7469.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  7470. }
  7471. if(PCT_THEME == 'eclipse_easyimmo')
  7472. {
  7473.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_easyimmo.png');
  7474.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  7475.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#f6c258';
  7476.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  7477.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  7478.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  7479.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Open+Sans';
  7480.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  7481.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  7482.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Open+Sans';
  7483.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  7484.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['config']['notActiveByDefault'] = false;
  7485.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['default'] = '1';
  7486.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Background']['config']['notActiveByDefault'] = false;
  7487.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Background']['default'] = 'rgba(0,0,0,0)';
  7488.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Color']['config']['notActiveByDefault'] = false;
  7489.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Color']['default'] = '#ffffff';
  7490.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5PositionAbsolute']['config']['notActiveByDefault'] = false;
  7491.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5PositionAbsolute']['default'] = '1';
  7492.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Border']['config']['notActiveByDefault'] = false;
  7493.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Border']['default'] = 'rgba(255, 255, 255, 0.12)';
  7494.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  7495.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#25939b';
  7496.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  7497.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#25939b';
  7498.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  7499.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Open+Sans';
  7500.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  7501.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  7502.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  7503.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  7504.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '14';
  7505.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['config']['notActiveByDefault'] = false;
  7506.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['default'] = '2';
  7507.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackgroundImage']['config']['notActiveByDefault'] = false;
  7508.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackgroundImage']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_backgrounds/background_6.jpg');
  7509.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackgroundFullsize']['config']['notActiveByDefault'] = false;
  7510.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackgroundFullsize']['default'] = '1';
  7511.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  7512.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#25939b';
  7513.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  7514.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  7515. }
  7516. if(PCT_THEME == 'eclipse_room')
  7517. {
  7518.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_room.png');
  7519.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  7520.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '60';
  7521.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  7522.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '60';
  7523.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  7524.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '60';
  7525.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  7526.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#cabda4';
  7527.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  7528.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  7529.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  7530.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Lato';
  7531.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  7532.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColor']['config']['notActiveByDefault'] = false;
  7533.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColor']['default'] = '#615f5c';
  7534.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['config']['notActiveByDefault'] = false;
  7535.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['default'] = '1';
  7536.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Background']['config']['notActiveByDefault'] = false;
  7537.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8Background']['default'] = 'rgba(255, 255, 255, 0.55)';
  7538.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8PositionAbsolute']['config']['notActiveByDefault'] = false;
  7539.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8PositionAbsolute']['default'] = '1';
  7540.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  7541.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#47464b';
  7542.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  7543.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  7544.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  7545.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#3e3e42';
  7546.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  7547.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#ffffff';
  7548.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  7549.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#3e3e42';
  7550.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  7551.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#ffffff';
  7552.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsHeader']['config']['notActiveByDefault'] = false;
  7553.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsHeader']['default'] = '#ffffff';
  7554.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  7555.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#3e3e42';
  7556.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  7557.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  7558.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  7559.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  7560.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  7561. }
  7562. if(PCT_THEME == 'eclipse_webworker')
  7563. {
  7564.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_webworker.png');
  7565.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  7566.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '80';
  7567.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  7568.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '105';
  7569.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  7570.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '65';
  7571.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['config']['notActiveByDefault'] = false;
  7572.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['default'] = '75';
  7573.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  7574.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '65';
  7575.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  7576.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#6f8296';
  7577.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  7578.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#f8f4ed';
  7579.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  7580.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  7581.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  7582.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  7583.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  7584.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  7585.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Source+Sans+Pro';
  7586.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  7587.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['config']['notActiveByDefault'] = false;
  7588.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['default'] = '17';
  7589.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  7590.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  7591.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  7592.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = '#3e3e3e';
  7593.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  7594.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#cdccc7';
  7595.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  7596.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  7597.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  7598.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  7599.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  7600.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Source+Sans-Pro';
  7601.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  7602.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  7603.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  7604.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  7605.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  7606. }
  7607. if(PCT_THEME == 'eclipse_insurancegroup')
  7608. {
  7609.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_insurancegroup.png');
  7610.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  7611.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#39dbdc';
  7612.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  7613.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#5342d5';
  7614.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  7615.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Ubuntu';
  7616.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  7617.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  7618.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Ubuntu';
  7619.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  7620.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColor']['config']['notActiveByDefault'] = false;
  7621.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColor']['default'] = '#384656';
  7622.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  7623.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = 'rgba(255, 255, 255, 0.8)';
  7624.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  7625.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = 'rgba(255, 255, 255, 0.8)';
  7626.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header9']['config']['notActiveByDefault'] = false;
  7627.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header9']['default'] = '1';
  7628.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  7629.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#384656';
  7630.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  7631.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#303d4b';
  7632.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['config']['notActiveByDefault'] = false;
  7633.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscGrid']['default'] = '2';
  7634.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  7635.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  7636. }
  7637. if(PCT_THEME == 'eclipse_artgallery')
  7638. {
  7639.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_artgallery.png');
  7640.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  7641.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '60';
  7642.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  7643.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '60';
  7644.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  7645.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '60';
  7646.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  7647.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#64cedd';
  7648.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  7649.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Quicksand';
  7650.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  7651.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  7652.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Quicksand';
  7653.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  7654.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['config']['notActiveByDefault'] = false;
  7655.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header8']['default'] = '1';
  7656.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  7657.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  7658.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  7659.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  7660.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  7661.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  7662.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  7663.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#b4b4b4';
  7664.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  7665.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  7666.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  7667.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  7668.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsHeader']['config']['notActiveByDefault'] = false;
  7669.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsHeader']['default'] = '1';
  7670.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  7671.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  7672. }
  7673. if(PCT_THEME == 'eclipse_toys')
  7674. {
  7675.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_toys.png');
  7676.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  7677.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#e27594';
  7678.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  7679.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#8e8e8e';
  7680.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  7681.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = '#ffffff';
  7682.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  7683.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#ffffff';
  7684.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['config']['notActiveByDefault'] = false;
  7685.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontLinkColor']['default'] = '#ffffff';
  7686.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  7687.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#999999';
  7688.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontSize']['config']['notActiveByDefault'] = false;
  7689.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontSize']['default'] = '13';
  7690.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  7691.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Open+Sans';
  7692.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  7693.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  7694.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Vibur';
  7695.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  7696.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14']['config']['notActiveByDefault'] = false;
  7697.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14']['default'] = '1';
  7698.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14Background']['config']['notActiveByDefault'] = false;
  7699.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14Background']['default'] = '#99ccc6';
  7700.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14Color']['config']['notActiveByDefault'] = false;
  7701.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14Color']['default'] = '#ffffff';
  7702.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  7703.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  7704.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle6']['config']['notActiveByDefault'] = false;
  7705.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle6']['default'] = '#e27594';
  7706.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  7707.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  7708.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['config']['notActiveByDefault'] = false;
  7709.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['default'] = '#ffffff';
  7710.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  7711.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#99ccc6';
  7712.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  7713.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#94c2bc';
  7714.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  7715.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = 'rgba(255, 255, 255, 0.65)';
  7716.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['config']['notActiveByDefault'] = false;
  7717.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['default'] = '#ffffff';
  7718.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  7719.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  7720. }
  7721. if(PCT_THEME == 'eclipse_medicine')
  7722. {
  7723.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_medicine.png');
  7724.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  7725.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#df0714';
  7726.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  7727.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = 'rgba(164, 197, 221, 0.15)';
  7728.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  7729.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  7730.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  7731.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Lato';
  7732.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  7733.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  7734.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Lato';
  7735.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'light:300';
  7736.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColor']['config']['notActiveByDefault'] = false;
  7737.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColor']['default'] = '#436f91';
  7738.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  7739.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  7740.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  7741.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(255, 255, 255, 0.52)';
  7742.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  7743.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#436f91';
  7744.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  7745.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  7746.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  7747.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#000000';
  7748.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  7749.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#436f91';
  7750.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  7751.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#436f91';
  7752.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  7753.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#d6e5ef';
  7754.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  7755.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#cbdbe6';
  7756.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  7757.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#436f91';
  7758.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['config']['notActiveByDefault'] = false;
  7759.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['default'] = '2';
  7760.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  7761.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  7762.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  7763.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  7764.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  7765.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  7766. }
  7767. if(PCT_THEME == 'eclipse_audit')
  7768. {
  7769.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_audit.png');
  7770.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  7771.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '90';
  7772.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  7773.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '75';
  7774.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  7775.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '90';
  7776.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['config']['notActiveByDefault'] = false;
  7777.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['default'] = '75';
  7778.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  7779.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  7780.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  7781.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#e04060';
  7782.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  7783.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#8845ad';
  7784.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  7785.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Open+Sans';
  7786.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  7787.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  7788.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Poppins';
  7789.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  7790.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  7791.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  7792.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  7793.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  7794.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  7795.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0, 0, 0, 0.09)';
  7796.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  7797.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  7798.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  7799.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  7800.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Border']['config']['notActiveByDefault'] = false;
  7801.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Border']['default'] = 'rgba(255, 255, 255, 0.25)';
  7802.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  7803.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#36404b';
  7804.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  7805.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#36404b';
  7806.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  7807.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = '#ffffff';
  7808.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['config']['notActiveByDefault'] = false;
  7809.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['default'] = '#ffffff';
  7810.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  7811.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#36404b';
  7812.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  7813.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#36404b';
  7814.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  7815.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  7816.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  7817.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  7818.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['config']['notActiveByDefault'] = false;
  7819.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['default'] = '2';
  7820.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  7821.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  7822. }
  7823. if(PCT_THEME == 'eclipse_booklibrary')
  7824. {
  7825.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_booklibrary.png');
  7826.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  7827.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#f6972b';
  7828.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  7829.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#eeb723';
  7830.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  7831.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  7832.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  7833.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Open+Sans';
  7834.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  7835.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  7836.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Playfair+Display';
  7837.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  7838.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14']['config']['notActiveByDefault'] = false;
  7839.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14']['default'] = '1';
  7840.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14Background']['config']['notActiveByDefault'] = false;
  7841.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14Background']['default'] = '#050505';
  7842.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14Color']['config']['notActiveByDefault'] = false;
  7843.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header14Color']['default'] = '#ffffff';
  7844.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  7845.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#ffffff';
  7846.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  7847.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#ffffff';
  7848.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  7849.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#131313';
  7850.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['config']['notActiveByDefault'] = false;
  7851.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileColor']['default'] = '#131313';
  7852.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  7853.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Open+Sans';
  7854.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  7855.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  7856.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  7857.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  7858.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#f7f7f7';
  7859.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  7860.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#000000';
  7861.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  7862.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#000000';
  7863.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  7864.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#e6e6e6';
  7865.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  7866.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#000000';
  7867.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  7868.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  7869.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['config']['notActiveByDefault'] = false;
  7870.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['default'] = '1000';
  7871.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSocials']['config']['notActiveByDefault'] = false;
  7872.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSocials']['default'] = '1';
  7873.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['config']['notActiveByDefault'] = false;
  7874.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['default'] = '2';
  7875.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSearch']['config']['notActiveByDefault'] = false;
  7876.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSearch']['default'] = '2';
  7877.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mobileMenuSearch']['config']['notActiveByDefault'] = false;
  7878.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mobileMenuSearch']['default'] = '1';
  7879.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mobileMenuLangswitch']['config']['notActiveByDefault'] = false;
  7880.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mobileMenuLangswitch']['default'] = '1';
  7881.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  7882.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  7883. }
  7884. if(PCT_THEME == 'eclipse_musteragentur')
  7885. {
  7886.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_musteragentur.png');
  7887.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  7888.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#ff7d53';
  7889.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  7890.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#253c4d';
  7891.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  7892.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  7893.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  7894.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#253c4d';
  7895.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  7896.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#253c4d';
  7897.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  7898.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Quicksand';
  7899.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  7900.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  7901.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Quicksand';
  7902.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  7903.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  7904.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Quicksand';
  7905.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  7906.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  7907.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = '#ffffff';
  7908.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['config']['notActiveByDefault'] = false;
  7909.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['default'] = '#ffffff';
  7910.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  7911.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#36404b';
  7912.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  7913.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#36404b';
  7914.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  7915.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  7916.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  7917.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  7918.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  7919.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  7920.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  7921.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  7922.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  7923.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  7924.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['config']['notActiveByDefault'] = false;
  7925.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['default'] = '1';
  7926.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  7927.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  7928.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSearch']['config']['notActiveByDefault'] = false;
  7929.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSearch']['default'] = '2';
  7930.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSocials']['config']['notActiveByDefault'] = false;
  7931.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSocials']['default'] = '1';
  7932.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['config']['notActiveByDefault'] = false;
  7933.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['default'] = '1';
  7934.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['config']['notActiveByDefault'] = false;
  7935.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['default'] = '1075';
  7936.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  7937.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  7938. }
  7939. if(PCT_THEME == 'eclipse_xbuilder')
  7940. {
  7941.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_xbuilder.svg');
  7942.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  7943.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#ffa900';
  7944.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  7945.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#f85612';
  7946.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  7947.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  7948.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  7949.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  7950.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  7951.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  7952.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  7953.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  7954.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  7955.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#000000';
  7956.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  7957.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#000000';
  7958.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  7959.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Montserrat';
  7960.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  7961.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  7962.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Montserrat';
  7963.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  7964.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  7965.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Montserrat';
  7966.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  7967.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  7968.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = '#ffffff';
  7969.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  7970.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#ffa900';
  7971.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  7972.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffa900';
  7973.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  7974.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  7975.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['config']['notActiveByDefault'] = false;
  7976.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['default'] = '1';
  7977.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Background']['config']['notActiveByDefault'] = false;
  7978.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Background']['default'] = 'rgba(0,0,0,0)';
  7979.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Color']['config']['notActiveByDefault'] = false;
  7980.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Color']['default'] = '#ffffff';
  7981.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5PositionAbsolute']['config']['notActiveByDefault'] = false;
  7982.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5PositionAbsolute']['default'] = '1';
  7983.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['config']['notActiveByDefault'] = false;
  7984.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['default'] = '1';
  7985.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  7986.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  7987.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['config']['notActiveByDefault'] = false;
  7988.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['default'] = '1075';
  7989.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['config']['notActiveByDefault'] = false;
  7990.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontHoverColor']['default'] = '#ffffff';
  7991.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['config']['notActiveByDefault'] = false;
  7992.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['default'] = '#ffffff';
  7993.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['config']['notActiveByDefault'] = false;
  7994.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['default'] = '#ffffff';
  7995.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerV3']['config']['notActiveByDefault'] = false;
  7996.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerV3']['default'] = '#ffffff';
  7997.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['config']['notActiveByDefault'] = false;
  7998.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['default'] = '55';
  7999.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  8000.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#ffffff';
  8001.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  8002.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#ffffff';
  8003.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  8004.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#ffffff';
  8005.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  8006.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  8007. }
  8008. if(PCT_THEME == 'eclipse_xbusiness')
  8009. {
  8010.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_xbusiness.svg');
  8011.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  8012.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#b11143';
  8013.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  8014.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#232a30';
  8015.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  8016.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Roboto';
  8017.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  8018.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  8019.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Roboto';
  8020.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  8021.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  8022.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Roboto';
  8023.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  8024.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  8025.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#ffffff';
  8026.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  8027.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  8028.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  8029.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  8030.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['config']['notActiveByDefault'] = false;
  8031.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['default'] = '1';
  8032.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  8033.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  8034.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['config']['notActiveByDefault'] = false;
  8035.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['default'] = '1075';
  8036.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['config']['notActiveByDefault'] = false;
  8037.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['default'] = '#ffffff';
  8038.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerV3']['config']['notActiveByDefault'] = false;
  8039.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerV3']['default'] = '#000000';
  8040.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['config']['notActiveByDefault'] = false;
  8041.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['default'] = '55';
  8042.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  8043.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#696969';
  8044.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  8045.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#696969';
  8046.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  8047.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#696969';
  8048.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  8049.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  8050. }
  8051. if(PCT_THEME == 'eclipse_xstudio')
  8052. {
  8053.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_xstudio.svg');
  8054.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  8055.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#7d6c4e';
  8056.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  8057.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#111519';
  8058.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  8059.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Roboto';
  8060.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  8061.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  8062.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Roboto';
  8063.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  8064.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  8065.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Roboto';
  8066.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  8067.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  8068.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#ffffff';
  8069.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  8070.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  8071.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  8072.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  8073.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['config']['notActiveByDefault'] = false;
  8074.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['default'] = '1';
  8075.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  8076.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  8077.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['config']['notActiveByDefault'] = false;
  8078.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['default'] = '1075';
  8079.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['config']['notActiveByDefault'] = false;
  8080.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['default'] = '#ffffff';
  8081.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerV3']['config']['notActiveByDefault'] = false;
  8082.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerV3']['default'] = '#000000';
  8083.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['config']['notActiveByDefault'] = false;
  8084.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['default'] = '55';
  8085.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  8086.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#696969';
  8087.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  8088.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#696969';
  8089.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  8090.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#696969';
  8091.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header16']['config']['notActiveByDefault'] = false;
  8092.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header16']['default'] = '1';
  8093.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header16Background']['config']['notActiveByDefault'] = false;
  8094.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header16Background']['default'] = 'rgba(0,0,0,0)';
  8095.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header16Color']['config']['notActiveByDefault'] = false;
  8096.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header16Color']['default'] = '#ffffff';
  8097.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header16PositionAbsolute']['config']['notActiveByDefault'] = false;
  8098.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header16PositionAbsolute']['default'] = '1';
  8099.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  8100.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '110';
  8101.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  8102.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  8103.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  8104.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  8105.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  8106.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#000000';
  8107.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerV3']['config']['notActiveByDefault'] = false;
  8108.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerV3']['default'] = '#ffffff';
  8109.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  8110.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#000000';
  8111.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  8112.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  8113.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  8114.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  8115. }
  8116. if(PCT_THEME == 'eclipse_xindustry')
  8117. {
  8118.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_xindustry.svg');
  8119.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  8120.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#d28748';
  8121.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  8122.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#1b1c1f';
  8123.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  8124.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Roboto';
  8125.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  8126.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  8127.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Roboto';
  8128.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  8129.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  8130.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Exo';
  8131.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  8132.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  8133.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#293d4c';
  8134.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  8135.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#293d4c';
  8136.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  8137.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  8138.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['config']['notActiveByDefault'] = false;
  8139.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['default'] = '1';
  8140.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  8141.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  8142.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['config']['notActiveByDefault'] = false;
  8143.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['default'] = '1075';
  8144.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['config']['notActiveByDefault'] = false;
  8145.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['default'] = '#ffffff';
  8146.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerV3']['config']['notActiveByDefault'] = false;
  8147.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerV3']['default'] = '#000000';
  8148.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['config']['notActiveByDefault'] = false;
  8149.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['default'] = '55';
  8150.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  8151.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#ffffff';
  8152.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  8153.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#ffffff';
  8154.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  8155.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#ffffff';
  8156.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header16']['config']['notActiveByDefault'] = false;
  8157.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header16']['default'] = '1';
  8158.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header16Background']['config']['notActiveByDefault'] = false;
  8159.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header16Background']['default'] = 'rgba(0,0,0,0)';
  8160.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header16Color']['config']['notActiveByDefault'] = false;
  8161.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header16Color']['default'] = '#ffffff';
  8162.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header16PositionAbsolute']['config']['notActiveByDefault'] = false;
  8163.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header16PositionAbsolute']['default'] = '1';
  8164.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  8165.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '180';
  8166.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  8167.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  8168.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  8169.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  8170.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  8171.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#253543';
  8172.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerV3']['config']['notActiveByDefault'] = false;
  8173.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerV3']['default'] = '#ffffff';
  8174.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  8175.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#253543';
  8176.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  8177.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  8178.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  8179.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  8180. }
  8181. if(PCT_THEME == 'eclipse_xinvestment')
  8182. {
  8183.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_xinvestment.svg');
  8184.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  8185.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#6199c5';
  8186.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  8187.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#346595';
  8188.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  8189.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Exo';
  8190.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  8191.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  8192.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Roboto';
  8193.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  8194.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  8195.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Exo';
  8196.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'normal:400';
  8197.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  8198.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#346595';
  8199.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  8200.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#346595';
  8201.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  8202.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  8203.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['config']['notActiveByDefault'] = false;
  8204.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['default'] = '1';
  8205.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  8206.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  8207.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['config']['notActiveByDefault'] = false;
  8208.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['default'] = '1075';
  8209.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['config']['notActiveByDefault'] = false;
  8210.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['default'] = '#ffffff';
  8211.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerV3']['config']['notActiveByDefault'] = false;
  8212.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerV3']['default'] = '#000000';
  8213.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['config']['notActiveByDefault'] = false;
  8214.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['default'] = '55';
  8215.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  8216.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#ffffff';
  8217.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  8218.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#ffffff';
  8219.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  8220.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#ffffff';
  8221.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  8222.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '180';
  8223.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  8224.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  8225.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  8226.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  8227.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  8228.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  8229.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  8230.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  8231. }
  8232. if(PCT_THEME == 'eclipse_xflowerstore')
  8233. {
  8234.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_xflowerstore.svg');
  8235.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  8236.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#da4b79';
  8237.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  8238.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#bfd1d0';
  8239.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  8240.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Playfair+Display';
  8241.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  8242.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  8243.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Playfair+Display';
  8244.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  8245.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  8246.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#253543';
  8247.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  8248.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#253543';
  8249.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  8250.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  8251.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['config']['notActiveByDefault'] = false;
  8252.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['default'] = '1';
  8253.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  8254.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  8255.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['config']['notActiveByDefault'] = false;
  8256.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['default'] = '1075';
  8257.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['config']['notActiveByDefault'] = false;
  8258.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['default'] = '#ffffff';
  8259.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerV3']['config']['notActiveByDefault'] = false;
  8260.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerV3']['default'] = '#000000';
  8261.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['config']['notActiveByDefault'] = false;
  8262.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['default'] = '55';
  8263.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  8264.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#ffffff';
  8265.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  8266.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#ffffff';
  8267.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  8268.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#ffffff';
  8269.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header16']['config']['notActiveByDefault'] = false;
  8270.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header16']['default'] = '1';
  8271.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header16Background']['config']['notActiveByDefault'] = false;
  8272.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header16Background']['default'] = 'rgba(0,0,0,0)';
  8273.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header16Color']['config']['notActiveByDefault'] = false;
  8274.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header16Color']['default'] = '#ffffff';
  8275.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header16PositionAbsolute']['config']['notActiveByDefault'] = false;
  8276.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header16PositionAbsolute']['default'] = '1';
  8277.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  8278.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '180';
  8279.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  8280.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '110';
  8281.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  8282.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  8283.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  8284.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#253543';
  8285.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerV3']['config']['notActiveByDefault'] = false;
  8286.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerV3']['default'] = '#ffffff';
  8287.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  8288.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#253543';
  8289.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  8290.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  8291.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH6']['config']['notActiveByDefault'] = false;
  8292.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH6']['default'] = 'Roboto';
  8293.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH6']['default_style'] = 'regular:400';
  8294.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  8295.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  8296. }
  8297. if(PCT_THEME == 'eclipse_xbar')
  8298. {
  8299.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_xbar.svg');
  8300.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  8301.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#cab278';
  8302.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  8303.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#0a1119';
  8304.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  8305.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Roboto';
  8306.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  8307.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  8308.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Roboto';
  8309.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  8310.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  8311.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#0a1119';
  8312.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  8313.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  8314.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['config']['notActiveByDefault'] = false;
  8315.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['langswitch_style2']['default'] = '1';
  8316.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['config']['notActiveByDefault'] = false;
  8317.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscWhiteSpace']['default'] = '160';
  8318.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['config']['notActiveByDefault'] = false;
  8319.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['default'] = '1075';
  8320.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerV3']['config']['notActiveByDefault'] = false;
  8321.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerV3']['default'] = '#000000';
  8322.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['config']['notActiveByDefault'] = false;
  8323.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  8324.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#ffffff';
  8325.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['config']['notActiveByDefault'] = false;
  8326.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['default'] = '1';
  8327.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Background']['config']['notActiveByDefault'] = false;
  8328.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Background']['default'] = 'rgba(0,0,0,0)';
  8329.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Color']['config']['notActiveByDefault'] = false;
  8330.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Color']['default'] = '#ffffff';
  8331.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5PositionAbsolute']['config']['notActiveByDefault'] = false;
  8332.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5PositionAbsolute']['default'] = '1';
  8333.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  8334.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '70';
  8335.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  8336.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '50';
  8337.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  8338.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '50';
  8339.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  8340.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#0a1119';
  8341.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerV3']['config']['notActiveByDefault'] = false;
  8342.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerV3']['default'] = '#ffffff';
  8343.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  8344.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#0a1119';
  8345.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  8346.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  8347.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH4']['config']['notActiveByDefault'] = false;
  8348.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH4']['default'] = 'Lobster';
  8349.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH4']['default_style'] = 'regular:400';
  8350.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLetterspacingH2']['config']['notActiveByDefault'] = false;
  8351.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLetterspacingH2']['default'] = '10';
  8352.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLetterspacingH3']['config']['notActiveByDefault'] = false;
  8353.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLetterspacingH3']['default'] = '5';    
  8354.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  8355.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Roboto';
  8356.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  8357.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  8358.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  8359.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  8360.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  8361. }
  8362. if(PCT_THEME == 'eclipse_electric_pro')
  8363. {
  8364.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_electric_pro.svg');
  8365.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  8366.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  8367.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#f47629';
  8368.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  8369.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#303442';
  8370.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  8371.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Poppins';
  8372.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'medium:500';
  8373.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  8374.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#303442';
  8375.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  8376.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  8377.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  8378.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#ffffff';
  8379.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['default'] = '1';
  8380.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5']['config']['notActiveByDefault'] = false;
  8381.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Background']['config']['notActiveByDefault'] = false;
  8382.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Background']['default'] = 'rgba(0,0,0,0)';
  8383.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Color']['config']['notActiveByDefault'] = false;
  8384.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5Color']['default'] = '#ffffff';
  8385.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5PositionAbsolute']['config']['notActiveByDefault'] = false;
  8386.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header5PositionAbsolute']['default'] = '1';
  8387.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  8388.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#1c1d26';
  8389.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  8390.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#1c1d26';
  8391.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  8392.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  8393.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  8394.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Poppins';
  8395.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'medium:500';
  8396.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  8397.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  8398.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['config']['notActiveByDefault'] = false;
  8399.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['default'] = '1';
  8400.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSearch']['config']['notActiveByDefault'] = false;
  8401.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSearch']['default'] = '1';
  8402.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  8403.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#ffffff';
  8404.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  8405.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#ffffff';
  8406.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  8407.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#303442';
  8408.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  8409.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = '#ffffff';
  8410.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['config']['notActiveByDefault'] = false;
  8411.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['default'] = '#ffffff';
  8412.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  8413.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  8414.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  8415. }
  8416. if(PCT_THEME == 'eclipse_take_away')
  8417. {
  8418.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_take_away.svg');
  8419.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  8420.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  8421.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#ffc518';
  8422.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  8423.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#ff6a19';
  8424.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  8425.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Poppins';
  8426.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  8427.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  8428.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#303442';
  8429.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  8430.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  8431.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  8432.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#ffffff';
  8433.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24']['default'] = '1';
  8434.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24']['config']['notActiveByDefault'] = false;
  8435.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24Background']['config']['notActiveByDefault'] = false;
  8436.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24Background']['default'] = 'rgba(0,0,0,0)';
  8437.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24Color']['config']['notActiveByDefault'] = false;
  8438.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['hheader24Color']['default'] = '#ffffff';
  8439.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24PositionAbsolute']['config']['notActiveByDefault'] = false;
  8440.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24PositionAbsolute']['default'] = '1';
  8441.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  8442.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#1c1d26';
  8443.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  8444.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#1c1d26';
  8445.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  8446.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  8447.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  8448.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Poppins';
  8449.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  8450.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  8451.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  8452.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['config']['notActiveByDefault'] = false;
  8453.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['default'] = '1';
  8454.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSearch']['config']['notActiveByDefault'] = false;
  8455.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSearch']['default'] = '1';
  8456.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  8457.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#ffffff';
  8458.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  8459.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#ffffff';
  8460.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  8461.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#303442';
  8462.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  8463.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = '#ffffff';
  8464.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['config']['notActiveByDefault'] = false;
  8465.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['default'] = '#ffffff';
  8466.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  8467.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  8468.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  8469. }
  8470. if(PCT_THEME == 'eclipse_digitization')
  8471. {
  8472.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_digitization.svg');
  8473.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  8474.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  8475.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#ec475d';
  8476.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  8477.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#8ec4c5';
  8478.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  8479.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Open+Sans';
  8480.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  8481.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  8482.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#303442';
  8483.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  8484.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  8485.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  8486.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#ffffff';
  8487.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24']['default'] = '1';
  8488.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24']['config']['notActiveByDefault'] = false;
  8489.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24Background']['config']['notActiveByDefault'] = false;
  8490.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24Background']['default'] = 'rgba(0,0,0,0)';
  8491.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24Color']['config']['notActiveByDefault'] = false;
  8492.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['hheader24Color']['default'] = '#ffffff';
  8493.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24PositionAbsolute']['config']['notActiveByDefault'] = false;
  8494.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24PositionAbsolute']['default'] = '1';
  8495.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  8496.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#060d42';
  8497.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  8498.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#060d42';
  8499.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  8500.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  8501.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  8502.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Open+Sans';
  8503.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  8504.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  8505.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  8506.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['config']['notActiveByDefault'] = false;
  8507.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['default'] = '1';
  8508.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSearch']['config']['notActiveByDefault'] = false;
  8509.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSearch']['default'] = '1';
  8510.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  8511.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#ffffff';
  8512.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  8513.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#ffffff';
  8514.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  8515.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#303442';
  8516.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  8517.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = '#ffffff';
  8518.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['config']['notActiveByDefault'] = false;
  8519.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['default'] = '#ffffff';
  8520.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  8521.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  8522.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  8523. }
  8524. if(PCT_THEME == 'eclipse_psychology')
  8525. {
  8526.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_psychology.svg');
  8527.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  8528.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  8529.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#50bfd0';
  8530.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  8531.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#ff8a67';
  8532.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  8533.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Open+Sans';
  8534.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  8535.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  8536.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#ffffff';
  8537.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  8538.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  8539.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  8540.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#ffffff';
  8541.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  8542.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  8543.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  8544.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = '#060d42';
  8545.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  8546.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  8547.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  8548.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#060d42';
  8549.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  8550.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#060c42';
  8551.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  8552.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  8553.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  8554.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Open+Sans';
  8555.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  8556.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  8557.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  8558.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['config']['notActiveByDefault'] = false;
  8559.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['default'] = '1';
  8560.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSearch']['config']['notActiveByDefault'] = false;
  8561.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSearch']['default'] = '1';
  8562.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  8563.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#333333';
  8564.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  8565.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#333333';
  8566.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  8567.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#ffffff';
  8568.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsPaddings']['config']['notActiveByDefault'] = false;
  8569.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsPaddings']['default'] = '120';
  8570.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['config']['notActiveByDefault'] = false;
  8571.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyColor']['default'] = '#ffffff';
  8572.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['config']['notActiveByDefault'] = false;
  8573.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['default'] = '#e6e6e6';
  8574.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  8575.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#333333';
  8576.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  8577.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '80';
  8578.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  8579.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  8580.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  8581. }
  8582. if(PCT_THEME == 'eclipse_intranet')
  8583. {
  8584.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_intranet.svg');
  8585.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  8586.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  8587.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#20ae7e';
  8588.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  8589.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#252538';
  8590.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  8591.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Source+Sans+Pro';
  8592.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  8593.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  8594.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#48465b';
  8595.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  8596.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  8597.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  8598.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#ffffff';
  8599.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header17']['default'] = '1';
  8600.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header17']['config']['notActiveByDefault'] = false;
  8601.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header17Background']['config']['notActiveByDefault'] = false;
  8602.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header17Background']['default'] = '#252538';
  8603.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header17Color']['config']['notActiveByDefault'] = false;
  8604.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header17Color']['default'] = '#ffffff';
  8605.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  8606.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#060d42';
  8607.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  8608.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#060c42';
  8609.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  8610.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  8611.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  8612.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Open+Sans';
  8613.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  8614.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  8615.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  8616.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['config']['notActiveByDefault'] = false;
  8617.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['default'] = '1';
  8618.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSearch']['config']['notActiveByDefault'] = false;
  8619.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSearch']['default'] = '1';
  8620.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['config']['notActiveByDefault'] = false;
  8621.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height']['default'] = '135';
  8622.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  8623.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  8624.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  8625.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '100';
  8626.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky_mob']['config']['notActiveByDefault'] = false;
  8627.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky_mob']['default'] = '100';
  8628.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuColor']['config']['notActiveByDefault'] = false;
  8629.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuColor']['default'] = '#ffffff';
  8630.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuBackgroundColor']['config']['notActiveByDefault'] = false;
  8631.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuBackgroundColor']['default'] = '#48465b';
  8632.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['config']['notActiveByDefault'] = false;
  8633.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerElementsHide']['default'] = '1';
  8634.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header17TriggerSmallview']['config']['notActiveByDefault'] = false;
  8635.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header17TriggerSmallview']['default'] = '1';
  8636.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  8637.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  8638.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  8639. }
  8640. if(PCT_THEME == 'eclipse_visions')
  8641. {
  8642.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_visions.svg');
  8643.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  8644.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_visions.gif');
  8645.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  8646.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  8647.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  8648.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '100';
  8649.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  8650.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '100';
  8651.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  8652.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#e258a6';
  8653.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  8654.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#eabc79';
  8655.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  8656.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Roboto';
  8657.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  8658.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  8659.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#000000';
  8660.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  8661.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  8662.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  8663.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#ffffff';
  8664.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24']['default'] = '1';
  8665.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24']['config']['notActiveByDefault'] = false;
  8666.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24Background']['config']['notActiveByDefault'] = false;
  8667.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24Background']['default'] = 'rgba(0,0,0,0)';
  8668.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24Color']['config']['notActiveByDefault'] = false;
  8669.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['hheader24Color']['default'] = '#ffffff';
  8670.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24PositionAbsolute']['config']['notActiveByDefault'] = false;
  8671.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24PositionAbsolute']['default'] = '1';
  8672.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  8673.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#000000';
  8674.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  8675.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#000000';
  8676.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  8677.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  8678.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  8679.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Roboto';
  8680.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  8681.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  8682.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  8683.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['config']['notActiveByDefault'] = false;
  8684.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['default'] = '1';
  8685.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSearch']['config']['notActiveByDefault'] = false;
  8686.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSearch']['default'] = '1';
  8687.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  8688.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#000000';
  8689.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  8690.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#000000';
  8691.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  8692.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#ffffff';
  8693.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  8694.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = '#ffffff';
  8695.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['config']['notActiveByDefault'] = false;
  8696.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['default'] = '#ffffff';
  8697.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH1']['config']['notActiveByDefault'] = false;
  8698.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH1']['default'] = '42';
  8699.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH1']['config']['notActiveByDefault'] = false;
  8700.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH1']['default'] = '48';
  8701.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH1Mob']['config']['notActiveByDefault'] = false;
  8702.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH1Mob']['default'] = '28';
  8703.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH1Mob']['config']['notActiveByDefault'] = false;
  8704.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH1Mob']['default'] = '34';
  8705.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH2']['config']['notActiveByDefault'] = false;
  8706.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH2']['default'] = '41';
  8707.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH2Mob']['config']['notActiveByDefault'] = false;
  8708.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH2Mob']['default'] = '28';
  8709.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerColor']['config']['notActiveByDefault'] = false;
  8710.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerColor']['default'] = '#ffffff';
  8711.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  8712.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  8713.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  8714. }
  8715. if(PCT_THEME == 'eclipse_itservice')
  8716. {
  8717.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_itservice.svg');
  8718.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  8719.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  8720.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  8721.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '100';
  8722.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  8723.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '100';
  8724.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  8725.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#1cb6e0';
  8726.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  8727.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#0f2b5c';
  8728.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  8729.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Source+Sans+Pro';
  8730.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  8731.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  8732.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#000000';
  8733.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  8734.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  8735.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  8736.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#ffffff';
  8737.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24']['default'] = '1';
  8738.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24']['config']['notActiveByDefault'] = false;
  8739.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24Background']['config']['notActiveByDefault'] = false;
  8740.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24Background']['default'] = 'rgba(0,0,0,0)';
  8741.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24Color']['config']['notActiveByDefault'] = false;
  8742.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['hheader24Color']['default'] = '#ffffff';
  8743.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24PositionAbsolute']['config']['notActiveByDefault'] = false;
  8744.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header24PositionAbsolute']['default'] = '1';
  8745.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  8746.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#000000';
  8747.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  8748.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#000000';
  8749.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  8750.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  8751.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  8752.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Roboto';
  8753.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  8754.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  8755.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  8756.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['config']['notActiveByDefault'] = false;
  8757.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['default'] = '1';
  8758.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSearch']['config']['notActiveByDefault'] = false;
  8759.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSearch']['default'] = '1';
  8760.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  8761.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#ffffff';
  8762.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  8763.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#ffffff';
  8764.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['config']['notActiveByDefault'] = false;
  8765.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHoverColor']['default'] = 'rgba(255,255,255,0.8)';
  8766.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  8767.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = '#ffffff';
  8768.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['config']['notActiveByDefault'] = false;
  8769.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['default'] = '#ffffff';
  8770.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH1']['config']['notActiveByDefault'] = false;
  8771.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH1']['default'] = '42';
  8772.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH1']['config']['notActiveByDefault'] = false;
  8773.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH1']['default'] = '48';
  8774.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH1Mob']['config']['notActiveByDefault'] = false;
  8775.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH1Mob']['default'] = '28';
  8776.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH1Mob']['config']['notActiveByDefault'] = false;
  8777.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH1Mob']['default'] = '34';
  8778.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH2']['config']['notActiveByDefault'] = false;
  8779.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH2']['default'] = '41';
  8780.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH2Mob']['config']['notActiveByDefault'] = false;
  8781.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH2Mob']['default'] = '28';
  8782.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerColor']['config']['notActiveByDefault'] = false;
  8783.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerColor']['default'] = '#ffffff';
  8784.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['config']['notActiveByDefault'] = false;
  8785.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontSize']['default'] = '18';
  8786.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['config']['notActiveByDefault'] = false;
  8787.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['default'] = '#70829b';
  8788.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH6']['config']['notActiveByDefault'] = false;
  8789.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH6']['default'] = '12';
  8790.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLetterspacingH6']['config']['notActiveByDefault'] = false;
  8791.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLetterspacingH6']['default'] = '3';
  8792.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackgroundImage']['config']['notActiveByDefault'] = false;
  8793.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackgroundImage']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_backgrounds/background_7.jpg');
  8794.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  8795.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Source+Sans+Pro';
  8796.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  8797. }
  8798. if(PCT_THEME == 'eclipse_west_consulting')
  8799. {
  8800.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_west_consulting.svg');
  8801.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  8802.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_west_consulting_sm.svg');
  8803.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  8804.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  8805.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  8806.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '55';
  8807.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['config']['notActiveByDefault'] = false;
  8808.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky']['default'] = '50';
  8809.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  8810.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '100';
  8811.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky_mob']['config']['notActiveByDefault'] = false;
  8812.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky_mob']['default'] = '50';
  8813.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky_mob']['config']['notActiveByDefault'] = false;
  8814.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_height_sticky_mob']['default'] = '50';
  8815.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  8816.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#9e9f7f';
  8817.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  8818.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#e3e4de';
  8819.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  8820.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'DM+Serif+Display';
  8821.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  8822.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  8823.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Nunito+Sans';
  8824.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  8825.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  8826.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#191919';
  8827.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  8828.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  8829.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  8830.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#ffffff';
  8831.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  8832.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  8833.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  8834.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  8835.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  8836.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  8837.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  8838.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  8839.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  8840.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#000000';
  8841.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  8842.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#000000';
  8843.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  8844.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  8845.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  8846.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  8847.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['config']['notActiveByDefault'] = false;
  8848.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['default'] = '1';
  8849.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSearch']['config']['notActiveByDefault'] = false;
  8850.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsSearch']['default'] = '1';
  8851.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  8852.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#ffffff';
  8853.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  8854.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#ffffff';
  8855.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  8856.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#191919';
  8857.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  8858.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = '#ffffff';
  8859.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  8860.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Spartan';
  8861.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'semi-bold:600';
  8862.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  8863.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '15';
  8864.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['config']['notActiveByDefault'] = false;
  8865.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['default'] = '#ffffff';
  8866.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerColor']['config']['notActiveByDefault'] = false;
  8867.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerColor']['default'] = '#ffffff';
  8868.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH1']['config']['notActiveByDefault'] = false;
  8869.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH1']['default'] = 'DM+Serif+Display';
  8870.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH1']['default_style'] = 'regular:400';
  8871.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH2']['config']['notActiveByDefault'] = false;
  8872.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH2']['default'] = 'Spartan';
  8873.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH2']['default_style'] = 'regular:400';
  8874.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH3']['config']['notActiveByDefault'] = false;
  8875.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH3']['default'] = 'Spartan';
  8876.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH3']['default_style'] = 'bold:700';
  8877.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH4']['config']['notActiveByDefault'] = false;
  8878.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH4']['default'] = 'Spartan';
  8879.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH4']['default_style'] = 'semi-bold:600';
  8880.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH5']['config']['notActiveByDefault'] = false;
  8881.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH5']['default'] = 'Spartan';
  8882.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH5']['default_style'] = 'medium:500';
  8883.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH6']['config']['notActiveByDefault'] = false;
  8884.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH6']['default'] = 'Spartan';
  8885.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH6']['default_style'] = 'medium:500';
  8886.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH1']['config']['notActiveByDefault'] = false;
  8887.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH1']['default'] = '60';
  8888.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH1']['config']['notActiveByDefault'] = false;
  8889.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH1']['default'] = '65';
  8890.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH1Mob']['config']['notActiveByDefault'] = false;
  8891.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH1Mob']['default'] = '45';
  8892.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH1Mob']['config']['notActiveByDefault'] = false;
  8893.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH1Mob']['default'] = '50';
  8894.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH2']['config']['notActiveByDefault'] = false;
  8895.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH2']['default'] = '23';
  8896.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH3']['config']['notActiveByDefault'] = false;
  8897.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH3']['default'] = '17';
  8898.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH6']['config']['notActiveByDefault'] = false;
  8899.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH6']['default'] = '14';
  8900.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH6']['config']['notActiveByDefault'] = false;
  8901.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH6']['default'] = '22';
  8902.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1']['config']['notActiveByDefault'] = false;
  8903.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1']['default'] = '1';
  8904.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1ContentWidth']['config']['notActiveByDefault'] = false;
  8905.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1ContentWidth']['default'] = '1600';
  8906.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColorH1']['config']['notActiveByDefault'] = false;
  8907.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColorH1']['default'] = '#313d4c';
  8908.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColorH2']['config']['notActiveByDefault'] = false;
  8909.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColorH2']['default'] = '#313d4c';
  8910.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColorH3']['config']['notActiveByDefault'] = false;
  8911.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColorH3']['default'] = '#313d4c';
  8912.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColorH4']['config']['notActiveByDefault'] = false;
  8913.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColorH4']['default'] = '#313d4c';
  8914.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColorH5']['config']['notActiveByDefault'] = false;
  8915.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColorH5']['default'] = '#313d4c';
  8916.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColorH6']['config']['notActiveByDefault'] = false;
  8917.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColorH6']['default'] = '#313d4c';
  8918. }
  8919. if(PCT_THEME == 'eclipse_illusion')
  8920. {
  8921.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_illusion.svg');
  8922.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  8923.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '120';
  8924.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  8925.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '90';
  8926.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  8927.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '90';
  8928.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  8929.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#e258a6';
  8930.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  8931.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#eabc79';
  8932.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  8933.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Roboto';
  8934.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'bold:700';
  8935.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  8936.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Nunito+Sans';
  8937.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  8938.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  8939.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#000000';
  8940.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  8941.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  8942.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  8943.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#ffffff';
  8944.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  8945.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  8946.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  8947.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  8948.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  8949.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  8950.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  8951.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  8952.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  8953.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#000000';
  8954.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  8955.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#000000';
  8956.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  8957.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Roboto';
  8958.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  8959.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['config']['notActiveByDefault'] = false;
  8960.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['default'] = '1';
  8961.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  8962.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#000000';
  8963.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  8964.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#000000';
  8965.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  8966.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#ffffff';
  8967.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  8968.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = '#ffffff';
  8969.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['config']['notActiveByDefault'] = false;
  8970.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['default'] = '#ffffff';
  8971.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH1']['config']['notActiveByDefault'] = false;
  8972.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH1']['default'] = '42';
  8973.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH1']['config']['notActiveByDefault'] = false;
  8974.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH1']['default'] = '48';
  8975.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH1Mob']['config']['notActiveByDefault'] = false;
  8976.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH1Mob']['default'] = '28';
  8977.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH1Mob']['config']['notActiveByDefault'] = false;
  8978.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH1Mob']['default'] = '34';
  8979.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH2']['config']['notActiveByDefault'] = false;
  8980.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH2']['default'] = '41';
  8981.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH2Mob']['config']['notActiveByDefault'] = false;
  8982.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH2Mob']['default'] = '28';
  8983.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerColor']['config']['notActiveByDefault'] = false;
  8984.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerColor']['default'] = '#ffffff';
  8985.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1']['config']['notActiveByDefault'] = false;
  8986.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1']['default'] = '1';
  8987.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1ContentWidth']['config']['notActiveByDefault'] = false;
  8988.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutBoxedStyle1ContentWidth']['default'] = '1600';
  8989.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsMetanav']['config']['notActiveByDefault'] = false;
  8990.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsMetanav']['default'] = '1';
  8991.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsLogin']['config']['notActiveByDefault'] = false;
  8992.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsLogin']['default'] = '1';
  8993.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  8994.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = '#ffffff';
  8995.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  8996.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#191919';
  8997.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['config']['notActiveByDefault'] = false;
  8998.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['default'] = '5';
  8999.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuMargin']['config']['notActiveByDefault'] = false;
  9000.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuMargin']['default'] = '22';
  9001.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH6']['config']['notActiveByDefault'] = false;
  9002.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH6']['default'] = '18';
  9003.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH6Mob']['config']['notActiveByDefault'] = false;
  9004.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH6Mob']['default'] = '15';
  9005. }
  9006. if(PCT_THEME == 'eclipse_business_coach')
  9007. {
  9008.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_business_coach.svg');
  9009.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['config']['notActiveByDefault'] = false;
  9010.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_sticky']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_business_coach_sm.svg');
  9011.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['config']['notActiveByDefault'] = false;
  9012.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_mobile']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_business_coach_sm.svg');
  9013.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  9014.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '220';
  9015.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  9016.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#f17d20';
  9017.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  9018.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#0a0443';
  9019.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  9020.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Spartan';
  9021.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'semi-bold:600';
  9022.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  9023.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Nunito+Sans';
  9024.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  9025.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  9026.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#000000';
  9027.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  9028.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  9029.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  9030.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#ffffff';
  9031.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  9032.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  9033.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  9034.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  9035.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  9036.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  9037.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  9038.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  9039.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  9040.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#000000';
  9041.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  9042.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#000000';
  9043.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  9044.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Roboto';
  9045.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'bold:700';
  9046.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['config']['notActiveByDefault'] = false;
  9047.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['default'] = '1';
  9048.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  9049.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#000000';
  9050.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  9051.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#000000';
  9052.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  9053.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#ffffff';
  9054.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  9055.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = '#ffffff';
  9056.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['config']['notActiveByDefault'] = false;
  9057.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['default'] = '#ffffff';
  9058.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH1']['config']['notActiveByDefault'] = false;
  9059.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH1']['default'] = '60';
  9060.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH1']['config']['notActiveByDefault'] = false;
  9061.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH1']['default'] = '65';
  9062.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH1Mob']['config']['notActiveByDefault'] = false;
  9063.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH1Mob']['default'] = '28';
  9064.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH1Mob']['config']['notActiveByDefault'] = false;
  9065.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH1Mob']['default'] = '34';
  9066.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH2']['config']['notActiveByDefault'] = false;
  9067.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH2']['default'] = '50';
  9068.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH2Mob']['config']['notActiveByDefault'] = false;
  9069.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH2Mob']['default'] = '28';
  9070.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerColor']['config']['notActiveByDefault'] = false;
  9071.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileTriggerColor']['default'] = '#ffffff';
  9072.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuMargin']['config']['notActiveByDefault'] = false;
  9073.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuMargin']['default'] = '22';
  9074.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH6']['config']['notActiveByDefault'] = false;
  9075.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH6']['default'] = '18';
  9076.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH6Mob']['config']['notActiveByDefault'] = false;
  9077.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH6Mob']['default'] = '15';
  9078.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['config']['notActiveByDefault'] = false;
  9079.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarElementsTopbar']['default'] = '1';
  9080.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  9081.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#0a0443';
  9082. }
  9083. if(PCT_THEME == 'eclipse_megamenu')
  9084. {
  9085.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_megamenu.svg');
  9086.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  9087.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '140';
  9088.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  9089.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '120';
  9090.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  9091.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '120';
  9092.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky_mob']['config']['notActiveByDefault'] = false;
  9093.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky_mob']['default'] = '100';
  9094.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  9095.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#c2a18a';
  9096.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  9097.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#e3e4de';
  9098.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  9099.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Arsenal';
  9100.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'regular:400';
  9101.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  9102.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Jost';
  9103.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  9104.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  9105.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#000000';
  9106.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['config']['notActiveByDefault'] = false;
  9107.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['layoutMiscBreadcrumb']['default'] = '1';
  9108.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  9109.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#ffffff';
  9110.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  9111.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  9112.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['config']['notActiveByDefault'] = false;
  9113.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerElementsLangswitch']['default'] = '1';
  9114.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  9115.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#ffffff';
  9116.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  9117.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#ffffff';
  9118.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  9119.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#000000';
  9120.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  9121.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Jost';
  9122.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'medium:500';
  9123.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['config']['notActiveByDefault'] = false;
  9124.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontUppercase']['default'] = '1';
  9125.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['config']['notActiveByDefault'] = false;
  9126.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontSize']['default'] = '13';
  9127.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColor']['config']['notActiveByDefault'] = false;
  9128.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColor']['default'] = '#000000';
  9129.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLetterSpacing']['config']['notActiveByDefault'] = false;
  9130.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLetterSpacing']['default'] = '2';
  9131.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutBorder']['config']['notActiveByDefault'] = false;
  9132.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutBorder']['default'] = '#eeeeee';
  9133.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  9134.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = '#ffffff';
  9135.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontSize']['config']['notActiveByDefault'] = false;
  9136.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontSize']['default'] = '13';
  9137.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['config']['notActiveByDefault'] = false;
  9138.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuActiveStyle5']['default'] = '#000000';
  9139.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['config']['notActiveByDefault'] = false;
  9140.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarFontColor']['default'] = 'rgba(0,0,0,0.8)';
  9141.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['config']['notActiveByDefault'] = false;
  9142.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontColorActive']['default'] = '#000000';
  9143.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH5']['config']['notActiveByDefault'] = false;
  9144.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH5']['default'] = 'Jost';
  9145.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH5']['default_style'] = 'regular:400';
  9146.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH6']['config']['notActiveByDefault'] = false;
  9147.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH6']['default'] = 'Jost';
  9148.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamilyH6']['default_style'] = 'regular:400';
  9149.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH5']['config']['notActiveByDefault'] = false;
  9150.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH5']['default'] = '17';
  9151.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH6']['config']['notActiveByDefault'] = false;
  9152.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH6']['default'] = '14';
  9153.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLetterspacingH6']['config']['notActiveByDefault'] = false;
  9154.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLetterspacingH6']['default'] = '2';
  9155.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH1']['config']['notActiveByDefault'] = false;
  9156.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH1']['default'] = '60';
  9157.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH1']['config']['notActiveByDefault'] = false;
  9158.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH1']['default'] = '65';
  9159.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH1Mob']['config']['notActiveByDefault'] = false;
  9160.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontSizeH1Mob']['default'] = '28';
  9161.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH1Mob']['config']['notActiveByDefault'] = false;
  9162.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineLineHeightH1Mob']['default'] = '34';
  9163.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['config']['notActiveByDefault'] = false;
  9164.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['default'] = '1210';
  9165.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['config']['notActiveByDefault'] = false;
  9166.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontColor']['default'] = '#000000';
  9167.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColorH1']['config']['notActiveByDefault'] = false;
  9168.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColorH1']['default'] = '#000000';
  9169.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColorH2']['config']['notActiveByDefault'] = false;
  9170.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColorH2']['default'] = '#000000';
  9171.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColorH3']['config']['notActiveByDefault'] = false;
  9172.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColorH3']['default'] = '#000000';
  9173.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColorH4']['config']['notActiveByDefault'] = false;
  9174.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColorH4']['default'] = '#000000';
  9175.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColorH5']['config']['notActiveByDefault'] = false;
  9176.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColorH5']['default'] = '#000000';
  9177.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColorH6']['config']['notActiveByDefault'] = false;
  9178.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontColorH6']['default'] = '#000000';
  9179.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuLayoutArrows']['config']['notActiveByDefault'] = false;
  9180.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuLayoutArrows']['default'] = '1';
  9181. }
  9182. if(PCT_THEME == 'eclipse__rs_presets')
  9183. {
  9184.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['config']['notActiveByDefault'] = false;
  9185.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['accentColor']['default'] = '#e90069';
  9186.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['config']['notActiveByDefault'] = false;
  9187.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['secondColor']['default'] = '#141414';
  9188.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['config']['notActiveByDefault'] = false;
  9189.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default'] = 'Roboto';
  9190.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bodyFontFamily']['default_style'] = 'regular:400';
  9191.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_desktop']['default'] = array('file' => $strBase.'files/cto_layout/themedesigner/demo_logos/logo_eclipse_default.png');
  9192.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['config']['notActiveByDefault'] = false;
  9193.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default'] = 'Roboto';
  9194.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headlineFontFamily']['default_style'] = 'medium:500';
  9195.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['config']['notActiveByDefault'] = false;
  9196.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default'] = 'Roboto';
  9197.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontFamily']['default_style'] = 'medium:500';
  9198.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['config']['notActiveByDefault'] = false;
  9199.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1']['default'] = '1';
  9200.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['config']['notActiveByDefault'] = false;
  9201.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Background']['default'] = 'rgba(0,0,0,0)';
  9202.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['config']['notActiveByDefault'] = false;
  9203.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1Color']['default'] = '#ffffff';
  9204.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['config']['notActiveByDefault'] = false;
  9205.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['header1PositionAbsolute']['default'] = '1';
  9206.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['config']['notActiveByDefault'] = false;
  9207.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarBackgroundColor']['default'] = 'rgba(0,0,0,0)';
  9208.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['config']['notActiveByDefault'] = false;
  9209.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutHeight']['default'] = '8';
  9210.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutBorder']['config']['notActiveByDefault'] = false;
  9211.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['topbarLayoutBorder']['default'] = '#484848';
  9212.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['config']['notActiveByDefault'] = false;
  9213.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerStickyBackground']['default'] = '#141414';
  9214.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['config']['notActiveByDefault'] = false;
  9215.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['headerMobileBackground']['default'] = '#141414';
  9216.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['config']['notActiveByDefault'] = false;
  9217.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width']['default'] = '150';
  9218.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['config']['notActiveByDefault'] = false;
  9219.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_sticky']['default'] = '100';
  9220.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['config']['notActiveByDefault'] = false;
  9221.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['logo_width_mobile']['default'] = '100';
  9222.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['config']['notActiveByDefault'] = false;
  9223.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBackground']['default'] = '#141414';
  9224.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineSize4']['config']['notActiveByDefault'] = false;
  9225.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineSize4']['default'] = '18';
  9226.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontSize']['config']['notActiveByDefault'] = false;
  9227.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontSize']['default'] = '13';    
  9228.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['config']['notActiveByDefault'] = false;
  9229.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontHeadlineColor']['default'] = '#d8d8d9';
  9230.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['config']['notActiveByDefault'] = false;
  9231.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerFontColor']['default'] = '#919191';
  9232.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['config']['notActiveByDefault'] = false;
  9233.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['footerBackground']['default'] = '#141414';
  9234.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontSize']['config']['notActiveByDefault'] = false;
  9235.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontSize']['default'] = '13';
  9236.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['config']['notActiveByDefault'] = false;
  9237.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomFontColor']['default'] = '#919191';
  9238.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['config']['notActiveByDefault'] = false;
  9239.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['bottomBorder']['default'] = 'rgba(255, 255, 255, 0.13)';
  9240.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['config']['notActiveByDefault'] = false;
  9241.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuFontLineHeight']['default'] = '55';
  9242.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['config']['notActiveByDefault'] = false;
  9243.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuBreakpoint']['default'] = '1080';
  9244.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['config']['notActiveByDefault'] = false;
  9245.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['mmenuSkin1']['default'] = '1';
  9246.    $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuLayoutArrows']['config']['notActiveByDefault'] = false;
  9247.     $GLOBALS['PCT_THEMEDESIGNER_FIELDS']['menuLayoutArrows']['default'] = '1';
  9248. }
  9249. ?>