Skip to content

Instantly share code, notes, and snippets.

@dovy
Last active January 1, 2016 01:39
Show Gist options
  • Save dovy/8074443 to your computer and use it in GitHub Desktop.
Save dovy/8074443 to your computer and use it in GitHub Desktop.
<?php
if ( !class_exists( "ReduxFramework" ) ) {
return;
}
if ( !class_exists( "Redux_Framework_redux_converter_cf5486bd5852b65564baf7c" ) ) {
class Redux_Framework_redux_converter_cf5486bd5852b65564baf7c {
public function __construct( ) {
// Your base config file for Redux
add_action( 'after_setup_theme', array($this, 'loadConfig') );
// Data migration for SMOF
//add_action("after_switch_theme", array($this, "migrate_SMOF_data"), 10 , 2);
}
public function loadConfig() {
$sections = array (
array (
'title' => 'General Options',
'fields' => array (
array (
'desc' => '<h3 style=\'color: red;\'>Found a field with an unknown type!</h3> <p>Perhaps this was a custom field and will need to be remade for use within Redux. This was the field\'s configuration:</p><pre style=\'overflow:auto;border: 2px dashed #eee;padding: 2px 5px; width: 100%;\'><pre class=\'xdebug-var-dump\' dir=\'ltr\'>
<b>array</b> <i>(size=6)</i>
\'desc\' <font color=\'#888a85\'>=></font> <small>string</small> <font color=\'#cc0000\'>\'Importing demo content will copy sliders, theme options, posts, pages and portfolio posts, this will replicate the live demo. WARNING: clicking this button will replace your current theme options, sliders and widgets. It can also take a minute to complete.\'</font> <i>(length=257)</i>
\'id\' <font color=\'#888a85\'>=></font> <small>string</small> <font color=\'#cc0000\'>\'demo_data\'</font> <i>(length=9)</i>
\'btntext\' <font color=\'#888a85\'>=></font> <small>string</small> <font color=\'#cc0000\'>\'Import Demo Content\'</font> <i>(length=19)</i>
\'type\' <font color=\'#888a85\'>=></font> <small>string</small> <font color=\'#cc0000\'>\'button\'</font> <i>(length=6)</i>
\'title\' <font color=\'#888a85\'>=></font> <small>string</small> <font color=\'#cc0000\'>\'Import Demo Content\'</font> <i>(length=19)</i>
\'default\' <font color=\'#888a85\'>=></font> <small>string</small> <font color=\'#cc0000\'>\'http://smofconverter.dev/wp-admin/themes.php?page=optionsframework&import_data_content=true\'</font> <i>(length=91)</i>
</pre></pre>',
'id' => 'demo_data',
'btntext' => 'Import Demo Content',
'type' => 'info',
'title' => 'Import Demo Content',
'default' => 'http://smofconverter.dev/wp-admin/themes.php?page=optionsframework&import_data_content=true',
'raw_html' => true,
),
array (
'id' => 'responsive',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Responsive Options</h3>',
),
array (
'desc' => 'Check this box to use the responsive design features. If left unchecked then the fixed layout is used.',
'id' => 'responsive',
'type' => 'checkbox',
'title' => 'Responsive Design',
'default' => 1,
),
array (
'desc' => 'Check this box to use the fixed layout for the iPad in portrait view.',
'id' => 'ipad_potrait',
'type' => 'checkbox',
'title' => 'Use Fixed Layout for iPad Portrait',
'default' => 1,
),
array (
'id' => 'favicons',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Favicon Options</h3>',
),
array (
'desc' => 'You can put the url of an ico image that will represent your website\'s favicon (16px x 16px).',
'id' => 'favicon',
'type' => 'media',
'title' => 'Favicon',
'url' => true,
),
array (
'desc' => 'Icon for Apple iPhone (57px x 57px).',
'id' => 'iphone_icon',
'type' => 'media',
'title' => 'Apple iPhone Icon Upload',
'url' => true,
),
array (
'desc' => 'Icon for Apple iPhone Retina Version (114px x 114px).',
'id' => 'iphone_icon_retina',
'type' => 'media',
'title' => 'Apple iPhone Retina Icon Upload',
'url' => true,
),
array (
'desc' => 'Icon for Apple iPad (72px x 72px).',
'id' => 'ipad_icon',
'type' => 'media',
'title' => 'Apple iPad Icon Upload',
'url' => true,
),
array (
'desc' => 'Icon for Apple iPad Retina Version (144px x 144px).',
'id' => 'ipad_icon_retina',
'type' => 'media',
'title' => 'Apple iPad Retina Icon Upload',
'url' => true,
),
array (
'id' => 'code',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Tracking / Space Before Head / Space Before Body Code</h3>',
),
array (
'desc' => 'Paste your Google Analytics (or other) tracking code here. This will be added into the footer template of your theme. Please put code inside script tags.',
'id' => 'google_analytics',
'type' => 'textarea',
'title' => 'Tracking Code',
),
array (
'desc' => 'Add code before the </head> tag.',
'id' => 'space_head',
'type' => 'textarea',
'title' => 'Space before </head>',
),
array (
'desc' => 'Add code before the </body> tag.',
'id' => 'space_body',
'type' => 'textarea',
'title' => 'Space before </body>',
),
),
'icon' => 'el-icon-cog',
),
array (
'title' => 'Header Options',
'fields' => array (
array (
'id' => 'header_info',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Header Content Options</h3>',
),
array (
'id' => 'header_layout',
'type' => 'image_select',
'options' => array (
'v1' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/header1.jpg',
'v2' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/header2.jpg',
'v3' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/header3.jpg',
'v4' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/header4.jpg',
'v5' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/header5.jpg',
),
'title' => 'Select a Header Layout',
'default' => 'v1',
),
array (
'desc' => 'Select which contnet displays in the top left area of the header.',
'id' => 'header_left_content',
'type' => 'select',
'options' => array (
'contactinfo' => 'Contact Info',
'socialinks' => 'Social Links',
'nav' => 'Navigation',
'empty' => 'Leave Empty',
),
'title' => 'Header Top Left Content',
'default' => 'Contact Info',
),
array (
'desc' => 'Select which contnet displays in the top right area of the header.',
'id' => 'header_right_content',
'type' => 'select',
'options' => array (
'contactinfo' => 'Contact Info',
'socialinks' => 'Social Links',
'nav' => 'Navigation',
'empty' => 'Leave Empty',
),
'title' => 'Header Top Right Content',
'default' => 'Navigation',
),
array (
'desc' => 'Select which content displays in the right area of Header 4.',
'id' => 'header_v4_content',
'type' => 'select',
'options' => array (
'tagline' => 'Tagline',
'search' => 'Search',
'taglinesearch' => 'Tagline + Search',
'banner' => 'Banner',
),
'title' => 'Header Content Area For Header #4',
'default' => 'Tagline + Search',
),
array (
'desc' => 'Add HTML banner code for Header #4. The banner or image will display in Header 4 as long as you have Banner selected for the Header Content Area For Header #4 option above.',
'id' => 'header_banner_code',
'type' => 'textarea',
'title' => 'Banner Code For Header #4',
),
array (
'desc' => 'Phone number will display in the Contact Info section of your top header.',
'id' => 'header_number',
'type' => 'text',
'title' => 'Header Phone Number',
'default' => 'Call Us Today! 1.555.555.555',
),
array (
'desc' => 'Email address will display in the Contact Info section of your top header.',
'id' => 'header_email',
'type' => 'text',
'title' => 'Header Email Address',
'default' => '[email protected]',
),
array (
'desc' => 'Tagline will display in the Contact Info section of your top header.',
'id' => 'header_tagline',
'type' => 'text',
'title' => 'Header Tagline',
'default' => 'Insert Any Headline Or Link You Want Here',
),
array (
'desc' => 'Please choose an image or insert an image url to use for the header background.',
'id' => 'header_bg_image',
'type' => 'media',
'title' => 'Background Image For Header Area',
'url' => true,
),
array (
'desc' => 'Check this box to have the header background image display at 100% in width and height and scale according to the browser size.',
'id' => 'header_bg_full',
'type' => 'checkbox',
'title' => '100% Background Image',
),
array (
'desc' => 'Choose how the background image repeats.',
'id' => 'header_bg_repeat',
'type' => 'select',
'options' => array (
'repeat' => 'repeat',
'repeat-x' => 'repeat-x',
'repeat-y' => 'repeat-y',
'no-repeat' => 'no-repeat',
),
'title' => 'Background Repeat',
),
array (
'desc' => 'Select the checkbox to show social media icons on the header of the page.',
'id' => 'icons_header',
'type' => 'checkbox',
'title' => 'Display social icons on header of the page:',
'default' => 1,
),
array (
'desc' => 'Select the checkbox to allow social icons to open in a new window.',
'id' => 'icons_header_new',
'type' => 'checkbox',
'title' => 'Open social icons on header in a new window',
),
array (
'desc' => 'In pixels, ex: 10px',
'id' => 'margin_header_top',
'type' => 'text',
'title' => 'Header Top Margin',
'default' => '0px',
),
array (
'desc' => 'In pixels, ex: 10px',
'id' => 'margin_header_bottom',
'type' => 'text',
'title' => 'Header Bottom Margin',
'default' => '0px',
),
array (
'id' => 'header_info',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Logo Options</h3>',
),
array (
'desc' => 'Please choose an image file for your logo.',
'id' => 'logo',
'type' => 'media',
'title' => 'Logo',
'default' => array (
'url' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/logo.png',
),
'url' => true,
),
array (
'desc' => 'Please choose an image file for the retina version of the logo. It should be exactly 2x the size of main logo.',
'id' => 'logo_retina',
'type' => 'media',
'title' => 'Logo (Retina Version @2x)',
'url' => true,
),
array (
'desc' => 'If retina logo is uploaded, please enter the standard logo (1x) version width, do not enter the retina logo width.',
'id' => 'retina_logo_width',
'type' => 'text',
'title' => 'Standard Logo Width for Retina Logo',
),
array (
'desc' => 'If retina logo is uploaded, please enter the standard logo (1x) version height, do not enter the retina logo height.',
'id' => 'retina_logo_height',
'type' => 'text',
'title' => 'Standard Logo Height for Retina Logo',
),
array (
'desc' => 'Please Note: center only works on Header #5 layout.',
'id' => 'logo_alignment',
'type' => 'select',
'options' => array (
'left' => 'Left',
'center' => 'Center',
'right' => 'Right',
),
'title' => 'Logo Alignment',
'default' => 'Left',
),
array (
'desc' => 'In pixels, ex: 10px',
'id' => 'margin_logo_left',
'type' => 'text',
'title' => 'Logo Left Margin',
'default' => '0px',
),
array (
'desc' => 'In pixels, ex: 10px',
'id' => 'margin_logo_right',
'type' => 'text',
'title' => 'Logo Right Margin',
'default' => '0px',
),
array (
'desc' => 'In pixels, ex: 10px',
'id' => 'margin_logo_top',
'type' => 'text',
'title' => 'Logo Top Margin',
'default' => '31px',
),
array (
'desc' => 'In pixels, ex: 10px',
'id' => 'margin_logo_bottom',
'type' => 'text',
'title' => 'Logo Bottom Margin',
'default' => '31px',
),
array (
'id' => 'header_info',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Menu Options</h3>',
),
array (
'desc' => 'Check to enable a fixed header when scrolling, uncheck to disable.',
'id' => 'header_sticky',
'type' => 'checkbox',
'title' => 'Sticky Header',
'default' => 1,
),
array (
'desc' => 'Use a number without \'px\', default is 83. ex: 83',
'id' => 'nav_height',
'type' => 'text',
'title' => 'Main Nav Height',
'default' => '83',
),
array (
'desc' => 'Use a number without \'px\', default is 35. ex: 35',
'id' => 'nav_padding',
'type' => 'text',
'title' => 'Menu Item Padding',
'default' => '35',
),
array (
'desc' => 'In pixels, ex: 170px',
'id' => 'dropdown_menu_width',
'type' => 'text',
'title' => 'Dropdown Menu Width',
'default' => '170px',
),
array (
'desc' => 'Check to enable the search icon in the menu, uncheck to disable.',
'id' => 'main_nav_search_icon',
'type' => 'checkbox',
'title' => 'Show Search Icon in Main Nav?',
'default' => 1,
),
array (
'desc' => 'Check to enable a circle border on main menu cart and search icons.',
'id' => 'main_nav_icon_circle',
'type' => 'checkbox',
'title' => 'Enable Circle Border On Menu Icons',
'default' => 1,
),
array (
'id' => 'sliding_bar',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Sliding Bar Options</h3>',
),
array (
'desc' => 'Check to enable the top Sliding Bar.',
'id' => 'slidingbar_widgets',
'type' => 'checkbox',
'title' => 'Enable Sliding Bar',
),
array (
'desc' => 'Check to disable the top Sliding Bar on mobile devices.',
'id' => 'mobile_slidingbar_widgets',
'type' => 'checkbox',
'title' => 'Disable Sliding Bar On Mobile',
),
array (
'desc' => 'Check to enable a top border on the Sliding Bar',
'id' => 'slidingbar_top_border',
'type' => 'checkbox',
'title' => 'Enable Top Border on Sliding Bar',
),
array (
'desc' => 'Check the box to enable transparency on the Sliding Bar.',
'id' => 'slidingbar_bg_color_transparency',
'type' => 'checkbox',
'title' => 'Enable Transparency on the Sliding Bar',
),
array (
'desc' => 'Select the number of columns to display in the Sliding Bar.',
'id' => 'slidingbar_widgets_columns',
'options' => array (
1 => '1',
2 => '2',
3 => '3',
4 => '4',
),
'type' => 'select',
'title' => 'Number of Sliding Bar Columns',
'default' => '4',
),
array (
'id' => 'header_info',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Page Title Bar Options</h3>',
),
array (
'desc' => 'Check the box to show the page title bar. This is a global option for every page or post, can be overridden by individual page/post options.',
'id' => 'page_title_bar',
'type' => 'checkbox',
'title' => 'Page Title Bar',
'default' => 1,
),
array (
'desc' => 'In pixels, ex: 10px',
'id' => 'page_title_height',
'type' => 'text',
'title' => 'Page Title Bar Height',
'default' => '87px',
),
array (
'desc' => 'Please choose an image or insert an image url to use for the page title bar background.',
'id' => 'page_title_bg',
'type' => 'media',
'title' => 'Page Title Bar Background',
'default' => array (
'url' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/page_title_bg.png',
),
'url' => true,
),
array (
'desc' => 'Please choose an image or insert an image url to use for the retina page title bar background.',
'id' => 'page_title_bg_retina',
'type' => 'media',
'title' => 'Page Title Bar Background (Retina Version @2x)',
'url' => true,
),
array (
'desc' => 'Check this box to have the page title bar background image display at 100% in width and height and scale according to the browser size.',
'id' => 'page_title_bg_full',
'type' => 'checkbox',
'title' => '100% Background Image',
),
array (
'desc' => 'Check to enable parallax background image when scrolling.',
'id' => 'page_title_bg_parallax',
'type' => 'checkbox',
'title' => 'Parallax Background Image',
),
array (
'desc' => 'Select a color for the page title bar background.',
'id' => 'page_title_bg_color',
'type' => 'color',
'title' => 'Page Title Bar Background Color',
'default' => '#F6F6F6',
),
array (
'desc' => 'Select a color for the page title bar borders.',
'id' => 'page_title_border_color',
'type' => 'color',
'title' => 'Page Title Bar Borders Color',
'default' => '#d2d3d4',
),
array (
'id' => 'header_info',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Breadcrumb Options</h3>',
),
array (
'desc' => 'Choose to display breadcrumbs or search box in the page title bar.',
'id' => 'page_title_bar_bs',
'options' => array (
'breadcrumbs' => 'Breadcrumbs',
'search' => 'Search Box',
),
'type' => 'select',
'title' => 'Breadcrumbs or Search Box?',
'default' => 'Breadcrumbs',
),
array (
'desc' => 'Check to display the breadcrumbs or search bar in general. Uncheck to hide them.',
'id' => 'breadcrumb',
'type' => 'checkbox',
'title' => 'Breadcrumbs/Search Bar:',
'default' => 1,
),
array (
'desc' => 'Check to display breadcrumbs on mobile devices.',
'id' => 'breadcrumb_mobile',
'type' => 'checkbox',
'title' => 'Breadcrumb on Mobile Devices',
),
array (
'desc' => 'The text before the breadcrumb menu.',
'id' => 'breacrumb_prefix',
'type' => 'text',
'title' => 'Breadcrumb Menu Prefix',
),
),
'icon' => 'el-icon-cog',
),
array (
'title' => 'Footer Options',
'fields' => array (
array (
'id' => 'footer_widgets_area_title',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Footer Widgets Area Options</h3>',
),
array (
'desc' => 'Check the box to display footer widgets.',
'id' => 'footer_widgets',
'type' => 'checkbox',
'title' => 'Footer Widgets',
'default' => 1,
),
array (
'desc' => 'Select the number of columns to display in the footer.',
'id' => 'footer_widgets_columns',
'options' => array (
1 => '1',
2 => '2',
3 => '3',
4 => '4',
),
'type' => 'select',
'title' => 'Number of Footer Columns',
'default' => '4',
),
array (
'desc' => 'Please choose an image or insert an image url to use for the footer widget area backgroud.',
'id' => 'footerw_bg_image',
'type' => 'media',
'title' => 'Background Image For Footer Area',
'url' => true,
),
array (
'desc' => 'Check this box to have the footer background image display at 100% in width and height and scale according to the browser size.',
'id' => 'footerw_bg_full',
'type' => 'checkbox',
'title' => '100% Background Image',
),
array (
'desc' => 'Choose how the background image repeats.',
'id' => 'footerw_bg_repeat',
'type' => 'select',
'options' => array (
'repeat' => 'repeat',
'repeat-x' => 'repeat-x',
'repeat-y' => 'repeat-y',
'no-repeat' => 'no-repeat',
),
'title' => 'Background Repeat',
),
array (
'id' => 'copyright_area_title',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Copyright Area / Social Icons Options</h3>',
),
array (
'desc' => 'Check the box to display the copyright bar.',
'id' => 'footer_copyright',
'type' => 'checkbox',
'title' => 'Copyright Bar',
'default' => 1,
),
array (
'desc' => 'Enter the text that displays in the copyright bar. HTML markup can be used.',
'id' => 'footer_text',
'type' => 'textarea',
'title' => 'Copyright Text',
'default' => 'Copyright 2012 Avada | All Rights Reserved | Powered by <a href="http://wordpress.org">WordPress</a> | <a href="http://theme-fusion.com">Theme Fusion</a>',
),
array (
'desc' => 'Select the checkbox to show social media icons on the footer of the page.',
'id' => 'icons_footer',
'type' => 'checkbox',
'title' => 'Display social icons on footer of the page:',
'default' => 1,
),
array (
'desc' => 'Select the checkbox to allow social icons to open in a new window',
'id' => 'icons_footer_new',
'type' => 'checkbox',
'title' => 'Open social icons on footer in a new window',
),
),
'icon' => 'el-icon-cog',
),
array (
'title' => 'Background Options',
'fields' => array (
array (
'desc' => 'Select boxed or wide layout.',
'id' => 'layout',
'type' => 'select',
'options' => array (
'boxed' => 'Boxed',
'wide' => 'Wide',
),
'title' => 'Layout',
'default' => 'Wide',
),
array (
'id' => 'boxed_mode_only',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Background options below only work in boxed mode</h3>',
),
array (
'desc' => 'Please choose an image or insert an image url to use for the backgroud.',
'id' => 'bg_image',
'type' => 'media',
'title' => 'Background Image For Outer Areas In Boxed Mode',
'url' => true,
),
array (
'desc' => 'Check this box to have the background image display at 100% in width and height and scale according to the browser size.',
'id' => 'bg_full',
'type' => 'checkbox',
'title' => '100% Background Image',
),
array (
'desc' => 'Choose how the background image repeats.',
'id' => 'bg_repeat',
'type' => 'select',
'options' => array (
'repeat' => 'repeat',
'repeat-x' => 'repeat-x',
'repeat-y' => 'repeat-y',
'no-repeat' => 'no-repeat',
),
'title' => 'Background Repeat',
),
array (
'desc' => 'Select a background color.',
'id' => 'bg_color',
'type' => 'color',
'title' => 'Background Color',
'default' => '#d7d6d6',
),
array (
'desc' => 'Check the box to display a pattern in the background. If checked, select the pattern from below.',
'id' => 'bg_pattern_option',
'type' => 'checkbox',
'title' => 'Background Pattern',
),
array (
'id' => 'bg_pattern',
'type' => 'image_select',
'options' => array (
'pattern1' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/pattern1.png',
'pattern2' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/pattern2.png',
'pattern3' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/pattern3.png',
'pattern4' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/pattern4.png',
'pattern5' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/pattern5.png',
'pattern6' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/pattern6.png',
'pattern7' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/pattern7.png',
'pattern8' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/pattern8.png',
'pattern9' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/pattern9.png',
'pattern10' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/pattern10.png',
),
'title' => 'Select a Background Pattern',
'default' => 'pattern1',
'tiles' => true,
),
array (
'id' => 'both_modes_only',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Background Options Below Work For Boxed & Wide Mode</h3>',
),
array (
'desc' => 'Please choose an image or insert an image url to use for the main content area backgroud.',
'id' => 'content_bg_image',
'type' => 'media',
'title' => 'Background Image For Main Content Area',
'url' => true,
),
array (
'desc' => 'Check this box to have the background image display at 100% in width and height and scale according to the browser size.',
'id' => 'content_bg_full',
'type' => 'checkbox',
'title' => '100% Background Image',
),
array (
'desc' => 'Choose how the background image repeats.',
'id' => 'content_bg_repeat',
'type' => 'select',
'options' => array (
'repeat' => 'repeat',
'repeat-x' => 'repeat-x',
'repeat-y' => 'repeat-y',
'no-repeat' => 'no-repeat',
),
'title' => 'Background Repeat',
),
),
'icon' => 'el-icon-cog',
),
array (
'title' => 'Typography Options',
'fields' => array (
array (
'id' => 'custom_heading_font',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'\'>Custom Font Is Only for navigation menus and headings.</h3><p style=\'margin-bottom:0;\'>This will overwrite the google / standard font options if custom font files are uploaded.</p>',
),
array (
'desc' => 'Upload the .woff font file.',
'id' => 'custom_font_woff',
'type' => 'media',
'title' => 'Custom Font .woff',
'url' => true,
),
array (
'desc' => 'Upload the .ttf font file.',
'id' => 'custom_font_ttf',
'type' => 'media',
'title' => 'Custom Font .ttf',
'url' => true,
),
array (
'desc' => 'Upload the .svg font file.',
'id' => 'custom_font_svg',
'type' => 'media',
'title' => 'Custom Font .svg',
'url' => true,
),
array (
'desc' => 'Upload the .eot font file.',
'id' => 'custom_font_eot',
'type' => 'media',
'title' => 'Custom Font .eot',
'url' => true,
),
array (
'id' => 'google_fonts_intro',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'\'>Google Fonts</h3>',
),
array (
'desc' => 'Select a font family for body text',
'id' => 'google_body',
'type' => 'select',
'options' => array (
0 => 'Select Font',
'ABeeZee' => 'ABeeZee',
'Abel' => 'Abel',
'Abril Fatface' => 'Abril Fatface',
'Aclonica' => 'Aclonica',
'Acme' => 'Acme',
'Actor' => 'Actor',
'Adamina' => 'Adamina',
'Advent Pro' => 'Advent Pro',
'Aguafina Script' => 'Aguafina Script',
'Akronim' => 'Akronim',
'Aladin' => 'Aladin',
'Aldrich' => 'Aldrich',
'Alef' => 'Alef',
'Alegreya' => 'Alegreya',
'Alegreya SC' => 'Alegreya SC',
'Alex Brush' => 'Alex Brush',
'Alfa Slab One' => 'Alfa Slab One',
'Alice' => 'Alice',
'Alike' => 'Alike',
'Alike Angular' => 'Alike Angular',
'Allan' => 'Allan',
'Allerta' => 'Allerta',
'Allerta Stencil' => 'Allerta Stencil',
'Allura' => 'Allura',
'Almendra' => 'Almendra',
'Almendra Display' => 'Almendra Display',
'Almendra SC' => 'Almendra SC',
'Amarante' => 'Amarante',
'Amaranth' => 'Amaranth',
'Amatic SC' => 'Amatic SC',
'Amethysta' => 'Amethysta',
'Anaheim' => 'Anaheim',
'Andada' => 'Andada',
'Andika' => 'Andika',
'Angkor' => 'Angkor',
'Annie Use Your Telescope' => 'Annie Use Your Telescope',
'Anonymous Pro' => 'Anonymous Pro',
'Antic' => 'Antic',
'Antic Didone' => 'Antic Didone',
'Antic Slab' => 'Antic Slab',
'Anton' => 'Anton',
'Arapey' => 'Arapey',
'Arbutus' => 'Arbutus',
'Arbutus Slab' => 'Arbutus Slab',
'Architects Daughter' => 'Architects Daughter',
'Archivo Black' => 'Archivo Black',
'Archivo Narrow' => 'Archivo Narrow',
'Arimo' => 'Arimo',
'Arizonia' => 'Arizonia',
'Armata' => 'Armata',
'Artifika' => 'Artifika',
'Arvo' => 'Arvo',
'Asap' => 'Asap',
'Asset' => 'Asset',
'Astloch' => 'Astloch',
'Asul' => 'Asul',
'Atomic Age' => 'Atomic Age',
'Aubrey' => 'Aubrey',
'Audiowide' => 'Audiowide',
'Autour One' => 'Autour One',
'Average' => 'Average',
'Average Sans' => 'Average Sans',
'Averia Gruesa Libre' => 'Averia Gruesa Libre',
'Averia Libre' => 'Averia Libre',
'Averia Sans Libre' => 'Averia Sans Libre',
'Averia Serif Libre' => 'Averia Serif Libre',
'Bad Script' => 'Bad Script',
'Balthazar' => 'Balthazar',
'Bangers' => 'Bangers',
'Basic' => 'Basic',
'Battambang' => 'Battambang',
'Baumans' => 'Baumans',
'Bayon' => 'Bayon',
'Belgrano' => 'Belgrano',
'Belleza' => 'Belleza',
'BenchNine' => 'BenchNine',
'Bentham' => 'Bentham',
'Berkshire Swash' => 'Berkshire Swash',
'Bevan' => 'Bevan',
'Bigelow Rules' => 'Bigelow Rules',
'Bigshot One' => 'Bigshot One',
'Bilbo' => 'Bilbo',
'Bilbo Swash Caps' => 'Bilbo Swash Caps',
'Bitter' => 'Bitter',
'Black Ops One' => 'Black Ops One',
'Bokor' => 'Bokor',
'Bonbon' => 'Bonbon',
'Boogaloo' => 'Boogaloo',
'Bowlby One' => 'Bowlby One',
'Bowlby One SC' => 'Bowlby One SC',
'Brawler' => 'Brawler',
'Bree Serif' => 'Bree Serif',
'Bubblegum Sans' => 'Bubblegum Sans',
'Bubbler One' => 'Bubbler One',
'Buda' => 'Buda',
'Buenard' => 'Buenard',
'Butcherman' => 'Butcherman',
'Butterfly Kids' => 'Butterfly Kids',
'Cabin' => 'Cabin',
'Cabin Condensed' => 'Cabin Condensed',
'Cabin Sketch' => 'Cabin Sketch',
'Caesar Dressing' => 'Caesar Dressing',
'Cagliostro' => 'Cagliostro',
'Calligraffitti' => 'Calligraffitti',
'Cambo' => 'Cambo',
'Candal' => 'Candal',
'Cantarell' => 'Cantarell',
'Cantata One' => 'Cantata One',
'Cantora One' => 'Cantora One',
'Capriola' => 'Capriola',
'Cardo' => 'Cardo',
'Carme' => 'Carme',
'Carrois Gothic' => 'Carrois Gothic',
'Carrois Gothic SC' => 'Carrois Gothic SC',
'Carter One' => 'Carter One',
'Caudex' => 'Caudex',
'Cedarville Cursive' => 'Cedarville Cursive',
'Ceviche One' => 'Ceviche One',
'Changa One' => 'Changa One',
'Chango' => 'Chango',
'Chau Philomene One' => 'Chau Philomene One',
'Chela One' => 'Chela One',
'Chelsea Market' => 'Chelsea Market',
'Chenla' => 'Chenla',
'Cherry Cream Soda' => 'Cherry Cream Soda',
'Cherry Swash' => 'Cherry Swash',
'Chewy' => 'Chewy',
'Chicle' => 'Chicle',
'Chivo' => 'Chivo',
'Cinzel' => 'Cinzel',
'Cinzel Decorative' => 'Cinzel Decorative',
'Clicker Script' => 'Clicker Script',
'Coda' => 'Coda',
'Coda Caption' => 'Coda Caption',
'Codystar' => 'Codystar',
'Combo' => 'Combo',
'Comfortaa' => 'Comfortaa',
'Coming Soon' => 'Coming Soon',
'Concert One' => 'Concert One',
'Condiment' => 'Condiment',
'Content' => 'Content',
'Contrail One' => 'Contrail One',
'Convergence' => 'Convergence',
'Cookie' => 'Cookie',
'Copse' => 'Copse',
'Corben' => 'Corben',
'Courgette' => 'Courgette',
'Cousine' => 'Cousine',
'Coustard' => 'Coustard',
'Covered By Your Grace' => 'Covered By Your Grace',
'Crafty Girls' => 'Crafty Girls',
'Creepster' => 'Creepster',
'Crete Round' => 'Crete Round',
'Crimson Text' => 'Crimson Text',
'Croissant One' => 'Croissant One',
'Crushed' => 'Crushed',
'Cuprum' => 'Cuprum',
'Cutive' => 'Cutive',
'Cutive Mono' => 'Cutive Mono',
'Damion' => 'Damion',
'Dancing Script' => 'Dancing Script',
'Dangrek' => 'Dangrek',
'Dawning of a New Day' => 'Dawning of a New Day',
'Days One' => 'Days One',
'Delius' => 'Delius',
'Delius Swash Caps' => 'Delius Swash Caps',
'Delius Unicase' => 'Delius Unicase',
'Della Respira' => 'Della Respira',
'Denk One' => 'Denk One',
'Devonshire' => 'Devonshire',
'Didact Gothic' => 'Didact Gothic',
'Diplomata' => 'Diplomata',
'Diplomata SC' => 'Diplomata SC',
'Domine' => 'Domine',
'Donegal One' => 'Donegal One',
'Doppio One' => 'Doppio One',
'Dorsa' => 'Dorsa',
'Dosis' => 'Dosis',
'Dr Sugiyama' => 'Dr Sugiyama',
'Droid Sans' => 'Droid Sans',
'Droid Sans Mono' => 'Droid Sans Mono',
'Droid Serif' => 'Droid Serif',
'Duru Sans' => 'Duru Sans',
'Dynalight' => 'Dynalight',
'EB Garamond' => 'EB Garamond',
'Eagle Lake' => 'Eagle Lake',
'Eater' => 'Eater',
'Economica' => 'Economica',
'Electrolize' => 'Electrolize',
'Elsie' => 'Elsie',
'Elsie Swash Caps' => 'Elsie Swash Caps',
'Emblema One' => 'Emblema One',
'Emilys Candy' => 'Emilys Candy',
'Engagement' => 'Engagement',
'Englebert' => 'Englebert',
'Enriqueta' => 'Enriqueta',
'Erica One' => 'Erica One',
'Esteban' => 'Esteban',
'Euphoria Script' => 'Euphoria Script',
'Ewert' => 'Ewert',
'Exo' => 'Exo',
'Expletus Sans' => 'Expletus Sans',
'Fanwood Text' => 'Fanwood Text',
'Fascinate' => 'Fascinate',
'Fascinate Inline' => 'Fascinate Inline',
'Faster One' => 'Faster One',
'Fasthand' => 'Fasthand',
'Fauna One' => 'Fauna One',
'Federant' => 'Federant',
'Federo' => 'Federo',
'Felipa' => 'Felipa',
'Fenix' => 'Fenix',
'Finger Paint' => 'Finger Paint',
'Fjalla One' => 'Fjalla One',
'Fjord One' => 'Fjord One',
'Flamenco' => 'Flamenco',
'Flavors' => 'Flavors',
'Fondamento' => 'Fondamento',
'Fontdiner Swanky' => 'Fontdiner Swanky',
'Forum' => 'Forum',
'Francois One' => 'Francois One',
'Freckle Face' => 'Freckle Face',
'Fredericka the Great' => 'Fredericka the Great',
'Fredoka One' => 'Fredoka One',
'Freehand' => 'Freehand',
'Fresca' => 'Fresca',
'Frijole' => 'Frijole',
'Fruktur' => 'Fruktur',
'Fugaz One' => 'Fugaz One',
'GFS Didot' => 'GFS Didot',
'GFS Neohellenic' => 'GFS Neohellenic',
'Gabriela' => 'Gabriela',
'Gafata' => 'Gafata',
'Galdeano' => 'Galdeano',
'Galindo' => 'Galindo',
'Gentium Basic' => 'Gentium Basic',
'Gentium Book Basic' => 'Gentium Book Basic',
'Geo' => 'Geo',
'Geostar' => 'Geostar',
'Geostar Fill' => 'Geostar Fill',
'Germania One' => 'Germania One',
'Gilda Display' => 'Gilda Display',
'Give You Glory' => 'Give You Glory',
'Glass Antiqua' => 'Glass Antiqua',
'Glegoo' => 'Glegoo',
'Gloria Hallelujah' => 'Gloria Hallelujah',
'Goblin One' => 'Goblin One',
'Gochi Hand' => 'Gochi Hand',
'Gorditas' => 'Gorditas',
'Goudy Bookletter 1911' => 'Goudy Bookletter 1911',
'Graduate' => 'Graduate',
'Grand Hotel' => 'Grand Hotel',
'Gravitas One' => 'Gravitas One',
'Great Vibes' => 'Great Vibes',
'Griffy' => 'Griffy',
'Gruppo' => 'Gruppo',
'Gudea' => 'Gudea',
'Habibi' => 'Habibi',
'Hammersmith One' => 'Hammersmith One',
'Hanalei' => 'Hanalei',
'Hanalei Fill' => 'Hanalei Fill',
'Handlee' => 'Handlee',
'Hanuman' => 'Hanuman',
'Happy Monkey' => 'Happy Monkey',
'Headland One' => 'Headland One',
'Henny Penny' => 'Henny Penny',
'Herr Von Muellerhoff' => 'Herr Von Muellerhoff',
'Holtwood One SC' => 'Holtwood One SC',
'Homemade Apple' => 'Homemade Apple',
'Homenaje' => 'Homenaje',
'IM Fell DW Pica' => 'IM Fell DW Pica',
'IM Fell DW Pica SC' => 'IM Fell DW Pica SC',
'IM Fell Double Pica' => 'IM Fell Double Pica',
'IM Fell Double Pica SC' => 'IM Fell Double Pica SC',
'IM Fell English' => 'IM Fell English',
'IM Fell English SC' => 'IM Fell English SC',
'IM Fell French Canon' => 'IM Fell French Canon',
'IM Fell French Canon SC' => 'IM Fell French Canon SC',
'IM Fell Great Primer' => 'IM Fell Great Primer',
'IM Fell Great Primer SC' => 'IM Fell Great Primer SC',
'Iceberg' => 'Iceberg',
'Iceland' => 'Iceland',
'Imprima' => 'Imprima',
'Inconsolata' => 'Inconsolata',
'Inder' => 'Inder',
'Indie Flower' => 'Indie Flower',
'Inika' => 'Inika',
'Irish Grover' => 'Irish Grover',
'Istok Web' => 'Istok Web',
'Italiana' => 'Italiana',
'Italianno' => 'Italianno',
'Jacques Francois' => 'Jacques Francois',
'Jacques Francois Shadow' => 'Jacques Francois Shadow',
'Jim Nightshade' => 'Jim Nightshade',
'Jockey One' => 'Jockey One',
'Jolly Lodger' => 'Jolly Lodger',
'Josefin Sans' => 'Josefin Sans',
'Josefin Slab' => 'Josefin Slab',
'Joti One' => 'Joti One',
'Judson' => 'Judson',
'Julee' => 'Julee',
'Julius Sans One' => 'Julius Sans One',
'Junge' => 'Junge',
'Jura' => 'Jura',
'Just Another Hand' => 'Just Another Hand',
'Just Me Again Down Here' => 'Just Me Again Down Here',
'Kameron' => 'Kameron',
'Karla' => 'Karla',
'Kaushan Script' => 'Kaushan Script',
'Kavoon' => 'Kavoon',
'Keania One' => 'Keania One',
'Kelly Slab' => 'Kelly Slab',
'Kenia' => 'Kenia',
'Khmer' => 'Khmer',
'Kite One' => 'Kite One',
'Knewave' => 'Knewave',
'Kotta One' => 'Kotta One',
'Koulen' => 'Koulen',
'Kranky' => 'Kranky',
'Kreon' => 'Kreon',
'Kristi' => 'Kristi',
'Krona One' => 'Krona One',
'La Belle Aurore' => 'La Belle Aurore',
'Lancelot' => 'Lancelot',
'Lato' => 'Lato',
'League Script' => 'League Script',
'Leckerli One' => 'Leckerli One',
'Ledger' => 'Ledger',
'Lekton' => 'Lekton',
'Lemon' => 'Lemon',
'Libre Baskerville' => 'Libre Baskerville',
'Life Savers' => 'Life Savers',
'Lilita One' => 'Lilita One',
'Lily Script One' => 'Lily Script One',
'Limelight' => 'Limelight',
'Linden Hill' => 'Linden Hill',
'Lobster' => 'Lobster',
'Lobster Two' => 'Lobster Two',
'Londrina Outline' => 'Londrina Outline',
'Londrina Shadow' => 'Londrina Shadow',
'Londrina Sketch' => 'Londrina Sketch',
'Londrina Solid' => 'Londrina Solid',
'Lora' => 'Lora',
'Love Ya Like A Sister' => 'Love Ya Like A Sister',
'Loved by the King' => 'Loved by the King',
'Lovers Quarrel' => 'Lovers Quarrel',
'Luckiest Guy' => 'Luckiest Guy',
'Lusitana' => 'Lusitana',
'Lustria' => 'Lustria',
'Macondo' => 'Macondo',
'Macondo Swash Caps' => 'Macondo Swash Caps',
'Magra' => 'Magra',
'Maiden Orange' => 'Maiden Orange',
'Mako' => 'Mako',
'Marcellus' => 'Marcellus',
'Marcellus SC' => 'Marcellus SC',
'Marck Script' => 'Marck Script',
'Margarine' => 'Margarine',
'Marko One' => 'Marko One',
'Marmelad' => 'Marmelad',
'Marvel' => 'Marvel',
'Mate' => 'Mate',
'Mate SC' => 'Mate SC',
'Maven Pro' => 'Maven Pro',
'McLaren' => 'McLaren',
'Meddon' => 'Meddon',
'MedievalSharp' => 'MedievalSharp',
'Medula One' => 'Medula One',
'Megrim' => 'Megrim',
'Meie Script' => 'Meie Script',
'Merienda' => 'Merienda',
'Merienda One' => 'Merienda One',
'Merriweather' => 'Merriweather',
'Merriweather Sans' => 'Merriweather Sans',
'Metal' => 'Metal',
'Metal Mania' => 'Metal Mania',
'Metamorphous' => 'Metamorphous',
'Metrophobic' => 'Metrophobic',
'Michroma' => 'Michroma',
'Milonga' => 'Milonga',
'Miltonian' => 'Miltonian',
'Miltonian Tattoo' => 'Miltonian Tattoo',
'Miniver' => 'Miniver',
'Miss Fajardose' => 'Miss Fajardose',
'Modern Antiqua' => 'Modern Antiqua',
'Molengo' => 'Molengo',
'Molle' => 'Molle',
'Monda' => 'Monda',
'Monofett' => 'Monofett',
'Monoton' => 'Monoton',
'Monsieur La Doulaise' => 'Monsieur La Doulaise',
'Montaga' => 'Montaga',
'Montez' => 'Montez',
'Montserrat' => 'Montserrat',
'Montserrat Alternates' => 'Montserrat Alternates',
'Montserrat Subrayada' => 'Montserrat Subrayada',
'Moul' => 'Moul',
'Moulpali' => 'Moulpali',
'Mountains of Christmas' => 'Mountains of Christmas',
'Mouse Memoirs' => 'Mouse Memoirs',
'Mr Bedfort' => 'Mr Bedfort',
'Mr Dafoe' => 'Mr Dafoe',
'Mr De Haviland' => 'Mr De Haviland',
'Mrs Saint Delafield' => 'Mrs Saint Delafield',
'Mrs Sheppards' => 'Mrs Sheppards',
'Muli' => 'Muli',
'Mystery Quest' => 'Mystery Quest',
'Neucha' => 'Neucha',
'Neuton' => 'Neuton',
'New Rocker' => 'New Rocker',
'News Cycle' => 'News Cycle',
'Niconne' => 'Niconne',
'Nixie One' => 'Nixie One',
'Nobile' => 'Nobile',
'Nokora' => 'Nokora',
'Norican' => 'Norican',
'Nosifer' => 'Nosifer',
'Nothing You Could Do' => 'Nothing You Could Do',
'Noticia Text' => 'Noticia Text',
'Noto Sans' => 'Noto Sans',
'Noto Serif' => 'Noto Serif',
'Nova Cut' => 'Nova Cut',
'Nova Flat' => 'Nova Flat',
'Nova Mono' => 'Nova Mono',
'Nova Oval' => 'Nova Oval',
'Nova Round' => 'Nova Round',
'Nova Script' => 'Nova Script',
'Nova Slim' => 'Nova Slim',
'Nova Square' => 'Nova Square',
'Numans' => 'Numans',
'Nunito' => 'Nunito',
'Odor Mean Chey' => 'Odor Mean Chey',
'Offside' => 'Offside',
'Old Standard TT' => 'Old Standard TT',
'Oldenburg' => 'Oldenburg',
'Oleo Script' => 'Oleo Script',
'Oleo Script Swash Caps' => 'Oleo Script Swash Caps',
'Open Sans' => 'Open Sans',
'Open Sans Condensed' => 'Open Sans Condensed',
'Oranienbaum' => 'Oranienbaum',
'Orbitron' => 'Orbitron',
'Oregano' => 'Oregano',
'Orienta' => 'Orienta',
'Original Surfer' => 'Original Surfer',
'Oswald' => 'Oswald',
'Over the Rainbow' => 'Over the Rainbow',
'Overlock' => 'Overlock',
'Overlock SC' => 'Overlock SC',
'Ovo' => 'Ovo',
'Oxygen' => 'Oxygen',
'Oxygen Mono' => 'Oxygen Mono',
'PT Mono' => 'PT Mono',
'PT Sans' => 'PT Sans',
'PT Sans Caption' => 'PT Sans Caption',
'PT Sans Narrow' => 'PT Sans Narrow',
'PT Serif' => 'PT Serif',
'PT Serif Caption' => 'PT Serif Caption',
'Pacifico' => 'Pacifico',
'Paprika' => 'Paprika',
'Parisienne' => 'Parisienne',
'Passero One' => 'Passero One',
'Passion One' => 'Passion One',
'Pathway Gothic One' => 'Pathway Gothic One',
'Patrick Hand' => 'Patrick Hand',
'Patrick Hand SC' => 'Patrick Hand SC',
'Patua One' => 'Patua One',
'Paytone One' => 'Paytone One',
'Peralta' => 'Peralta',
'Permanent Marker' => 'Permanent Marker',
'Petit Formal Script' => 'Petit Formal Script',
'Petrona' => 'Petrona',
'Philosopher' => 'Philosopher',
'Piedra' => 'Piedra',
'Pinyon Script' => 'Pinyon Script',
'Pirata One' => 'Pirata One',
'Plaster' => 'Plaster',
'Play' => 'Play',
'Playball' => 'Playball',
'Playfair Display' => 'Playfair Display',
'Playfair Display SC' => 'Playfair Display SC',
'Podkova' => 'Podkova',
'Poiret One' => 'Poiret One',
'Poller One' => 'Poller One',
'Poly' => 'Poly',
'Pompiere' => 'Pompiere',
'Pontano Sans' => 'Pontano Sans',
'Port Lligat Sans' => 'Port Lligat Sans',
'Port Lligat Slab' => 'Port Lligat Slab',
'Prata' => 'Prata',
'Preahvihear' => 'Preahvihear',
'Press Start 2P' => 'Press Start 2P',
'Princess Sofia' => 'Princess Sofia',
'Prociono' => 'Prociono',
'Prosto One' => 'Prosto One',
'Puritan' => 'Puritan',
'Purple Purse' => 'Purple Purse',
'Quando' => 'Quando',
'Quantico' => 'Quantico',
'Quattrocento' => 'Quattrocento',
'Quattrocento Sans' => 'Quattrocento Sans',
'Questrial' => 'Questrial',
'Quicksand' => 'Quicksand',
'Quintessential' => 'Quintessential',
'Qwigley' => 'Qwigley',
'Racing Sans One' => 'Racing Sans One',
'Radley' => 'Radley',
'Raleway' => 'Raleway',
'Raleway Dots' => 'Raleway Dots',
'Rambla' => 'Rambla',
'Rammetto One' => 'Rammetto One',
'Ranchers' => 'Ranchers',
'Rancho' => 'Rancho',
'Rationale' => 'Rationale',
'Redressed' => 'Redressed',
'Reenie Beanie' => 'Reenie Beanie',
'Revalia' => 'Revalia',
'Ribeye' => 'Ribeye',
'Ribeye Marrow' => 'Ribeye Marrow',
'Righteous' => 'Righteous',
'Risque' => 'Risque',
'Roboto' => 'Roboto',
'Roboto Condensed' => 'Roboto Condensed',
'Roboto Slab' => 'Roboto Slab',
'Rochester' => 'Rochester',
'Rock Salt' => 'Rock Salt',
'Rokkitt' => 'Rokkitt',
'Romanesco' => 'Romanesco',
'Ropa Sans' => 'Ropa Sans',
'Rosario' => 'Rosario',
'Rosarivo' => 'Rosarivo',
'Rouge Script' => 'Rouge Script',
'Ruda' => 'Ruda',
'Rufina' => 'Rufina',
'Ruge Boogie' => 'Ruge Boogie',
'Ruluko' => 'Ruluko',
'Rum Raisin' => 'Rum Raisin',
'Ruslan Display' => 'Ruslan Display',
'Russo One' => 'Russo One',
'Ruthie' => 'Ruthie',
'Rye' => 'Rye',
'Sacramento' => 'Sacramento',
'Sail' => 'Sail',
'Salsa' => 'Salsa',
'Sanchez' => 'Sanchez',
'Sancreek' => 'Sancreek',
'Sansita One' => 'Sansita One',
'Sarina' => 'Sarina',
'Satisfy' => 'Satisfy',
'Scada' => 'Scada',
'Schoolbell' => 'Schoolbell',
'Seaweed Script' => 'Seaweed Script',
'Sevillana' => 'Sevillana',
'Seymour One' => 'Seymour One',
'Shadows Into Light' => 'Shadows Into Light',
'Shadows Into Light Two' => 'Shadows Into Light Two',
'Shanti' => 'Shanti',
'Share' => 'Share',
'Share Tech' => 'Share Tech',
'Share Tech Mono' => 'Share Tech Mono',
'Shojumaru' => 'Shojumaru',
'Short Stack' => 'Short Stack',
'Siemreap' => 'Siemreap',
'Sigmar One' => 'Sigmar One',
'Signika' => 'Signika',
'Signika Negative' => 'Signika Negative',
'Simonetta' => 'Simonetta',
'Sintony' => 'Sintony',
'Sirin Stencil' => 'Sirin Stencil',
'Six Caps' => 'Six Caps',
'Skranji' => 'Skranji',
'Slackey' => 'Slackey',
'Smokum' => 'Smokum',
'Smythe' => 'Smythe',
'Sniglet' => 'Sniglet',
'Snippet' => 'Snippet',
'Snowburst One' => 'Snowburst One',
'Sofadi One' => 'Sofadi One',
'Sofia' => 'Sofia',
'Sonsie One' => 'Sonsie One',
'Sorts Mill Goudy' => 'Sorts Mill Goudy',
'Source Code Pro' => 'Source Code Pro',
'Source Sans Pro' => 'Source Sans Pro',
'Special Elite' => 'Special Elite',
'Spicy Rice' => 'Spicy Rice',
'Spinnaker' => 'Spinnaker',
'Spirax' => 'Spirax',
'Squada One' => 'Squada One',
'Stalemate' => 'Stalemate',
'Stalinist One' => 'Stalinist One',
'Stardos Stencil' => 'Stardos Stencil',
'Stint Ultra Condensed' => 'Stint Ultra Condensed',
'Stint Ultra Expanded' => 'Stint Ultra Expanded',
'Stoke' => 'Stoke',
'Strait' => 'Strait',
'Sue Ellen Francisco' => 'Sue Ellen Francisco',
'Sunshiney' => 'Sunshiney',
'Supermercado One' => 'Supermercado One',
'Suwannaphum' => 'Suwannaphum',
'Swanky and Moo Moo' => 'Swanky and Moo Moo',
'Syncopate' => 'Syncopate',
'Tangerine' => 'Tangerine',
'Taprom' => 'Taprom',
'Tauri' => 'Tauri',
'Telex' => 'Telex',
'Tenor Sans' => 'Tenor Sans',
'Text Me One' => 'Text Me One',
'The Girl Next Door' => 'The Girl Next Door',
'Tienne' => 'Tienne',
'Tinos' => 'Tinos',
'Titan One' => 'Titan One',
'Titillium Web' => 'Titillium Web',
'Trade Winds' => 'Trade Winds',
'Trocchi' => 'Trocchi',
'Trochut' => 'Trochut',
'Trykker' => 'Trykker',
'Tulpen One' => 'Tulpen One',
'Ubuntu' => 'Ubuntu',
'Ubuntu Condensed' => 'Ubuntu Condensed',
'Ubuntu Mono' => 'Ubuntu Mono',
'Ultra' => 'Ultra',
'Uncial Antiqua' => 'Uncial Antiqua',
'Underdog' => 'Underdog',
'Unica One' => 'Unica One',
'UnifrakturCook' => 'UnifrakturCook',
'UnifrakturMaguntia' => 'UnifrakturMaguntia',
'Unkempt' => 'Unkempt',
'Unlock' => 'Unlock',
'Unna' => 'Unna',
'VT323' => 'VT323',
'Vampiro One' => 'Vampiro One',
'Varela' => 'Varela',
'Varela Round' => 'Varela Round',
'Vast Shadow' => 'Vast Shadow',
'Vibur' => 'Vibur',
'Vidaloka' => 'Vidaloka',
'Viga' => 'Viga',
'Voces' => 'Voces',
'Volkhov' => 'Volkhov',
'Vollkorn' => 'Vollkorn',
'Voltaire' => 'Voltaire',
'Waiting for the Sunrise' => 'Waiting for the Sunrise',
'Wallpoet' => 'Wallpoet',
'Walter Turncoat' => 'Walter Turncoat',
'Warnes' => 'Warnes',
'Wellfleet' => 'Wellfleet',
'Wendy One' => 'Wendy One',
'Wire One' => 'Wire One',
'Yanone Kaffeesatz' => 'Yanone Kaffeesatz',
'Yellowtail' => 'Yellowtail',
'Yeseva One' => 'Yeseva One',
'Yesteryear' => 'Yesteryear',
'Zeyada' => 'Zeyada',
),
'title' => 'Select Body Font Family',
'default' => 'PT Sans',
),
array (
'desc' => 'Select a font family for navigation',
'id' => 'google_nav',
'type' => 'select',
'options' => array (
0 => 'Select Font',
'ABeeZee' => 'ABeeZee',
'Abel' => 'Abel',
'Abril Fatface' => 'Abril Fatface',
'Aclonica' => 'Aclonica',
'Acme' => 'Acme',
'Actor' => 'Actor',
'Adamina' => 'Adamina',
'Advent Pro' => 'Advent Pro',
'Aguafina Script' => 'Aguafina Script',
'Akronim' => 'Akronim',
'Aladin' => 'Aladin',
'Aldrich' => 'Aldrich',
'Alef' => 'Alef',
'Alegreya' => 'Alegreya',
'Alegreya SC' => 'Alegreya SC',
'Alex Brush' => 'Alex Brush',
'Alfa Slab One' => 'Alfa Slab One',
'Alice' => 'Alice',
'Alike' => 'Alike',
'Alike Angular' => 'Alike Angular',
'Allan' => 'Allan',
'Allerta' => 'Allerta',
'Allerta Stencil' => 'Allerta Stencil',
'Allura' => 'Allura',
'Almendra' => 'Almendra',
'Almendra Display' => 'Almendra Display',
'Almendra SC' => 'Almendra SC',
'Amarante' => 'Amarante',
'Amaranth' => 'Amaranth',
'Amatic SC' => 'Amatic SC',
'Amethysta' => 'Amethysta',
'Anaheim' => 'Anaheim',
'Andada' => 'Andada',
'Andika' => 'Andika',
'Angkor' => 'Angkor',
'Annie Use Your Telescope' => 'Annie Use Your Telescope',
'Anonymous Pro' => 'Anonymous Pro',
'Antic' => 'Antic',
'Antic Didone' => 'Antic Didone',
'Antic Slab' => 'Antic Slab',
'Anton' => 'Anton',
'Arapey' => 'Arapey',
'Arbutus' => 'Arbutus',
'Arbutus Slab' => 'Arbutus Slab',
'Architects Daughter' => 'Architects Daughter',
'Archivo Black' => 'Archivo Black',
'Archivo Narrow' => 'Archivo Narrow',
'Arimo' => 'Arimo',
'Arizonia' => 'Arizonia',
'Armata' => 'Armata',
'Artifika' => 'Artifika',
'Arvo' => 'Arvo',
'Asap' => 'Asap',
'Asset' => 'Asset',
'Astloch' => 'Astloch',
'Asul' => 'Asul',
'Atomic Age' => 'Atomic Age',
'Aubrey' => 'Aubrey',
'Audiowide' => 'Audiowide',
'Autour One' => 'Autour One',
'Average' => 'Average',
'Average Sans' => 'Average Sans',
'Averia Gruesa Libre' => 'Averia Gruesa Libre',
'Averia Libre' => 'Averia Libre',
'Averia Sans Libre' => 'Averia Sans Libre',
'Averia Serif Libre' => 'Averia Serif Libre',
'Bad Script' => 'Bad Script',
'Balthazar' => 'Balthazar',
'Bangers' => 'Bangers',
'Basic' => 'Basic',
'Battambang' => 'Battambang',
'Baumans' => 'Baumans',
'Bayon' => 'Bayon',
'Belgrano' => 'Belgrano',
'Belleza' => 'Belleza',
'BenchNine' => 'BenchNine',
'Bentham' => 'Bentham',
'Berkshire Swash' => 'Berkshire Swash',
'Bevan' => 'Bevan',
'Bigelow Rules' => 'Bigelow Rules',
'Bigshot One' => 'Bigshot One',
'Bilbo' => 'Bilbo',
'Bilbo Swash Caps' => 'Bilbo Swash Caps',
'Bitter' => 'Bitter',
'Black Ops One' => 'Black Ops One',
'Bokor' => 'Bokor',
'Bonbon' => 'Bonbon',
'Boogaloo' => 'Boogaloo',
'Bowlby One' => 'Bowlby One',
'Bowlby One SC' => 'Bowlby One SC',
'Brawler' => 'Brawler',
'Bree Serif' => 'Bree Serif',
'Bubblegum Sans' => 'Bubblegum Sans',
'Bubbler One' => 'Bubbler One',
'Buda' => 'Buda',
'Buenard' => 'Buenard',
'Butcherman' => 'Butcherman',
'Butterfly Kids' => 'Butterfly Kids',
'Cabin' => 'Cabin',
'Cabin Condensed' => 'Cabin Condensed',
'Cabin Sketch' => 'Cabin Sketch',
'Caesar Dressing' => 'Caesar Dressing',
'Cagliostro' => 'Cagliostro',
'Calligraffitti' => 'Calligraffitti',
'Cambo' => 'Cambo',
'Candal' => 'Candal',
'Cantarell' => 'Cantarell',
'Cantata One' => 'Cantata One',
'Cantora One' => 'Cantora One',
'Capriola' => 'Capriola',
'Cardo' => 'Cardo',
'Carme' => 'Carme',
'Carrois Gothic' => 'Carrois Gothic',
'Carrois Gothic SC' => 'Carrois Gothic SC',
'Carter One' => 'Carter One',
'Caudex' => 'Caudex',
'Cedarville Cursive' => 'Cedarville Cursive',
'Ceviche One' => 'Ceviche One',
'Changa One' => 'Changa One',
'Chango' => 'Chango',
'Chau Philomene One' => 'Chau Philomene One',
'Chela One' => 'Chela One',
'Chelsea Market' => 'Chelsea Market',
'Chenla' => 'Chenla',
'Cherry Cream Soda' => 'Cherry Cream Soda',
'Cherry Swash' => 'Cherry Swash',
'Chewy' => 'Chewy',
'Chicle' => 'Chicle',
'Chivo' => 'Chivo',
'Cinzel' => 'Cinzel',
'Cinzel Decorative' => 'Cinzel Decorative',
'Clicker Script' => 'Clicker Script',
'Coda' => 'Coda',
'Coda Caption' => 'Coda Caption',
'Codystar' => 'Codystar',
'Combo' => 'Combo',
'Comfortaa' => 'Comfortaa',
'Coming Soon' => 'Coming Soon',
'Concert One' => 'Concert One',
'Condiment' => 'Condiment',
'Content' => 'Content',
'Contrail One' => 'Contrail One',
'Convergence' => 'Convergence',
'Cookie' => 'Cookie',
'Copse' => 'Copse',
'Corben' => 'Corben',
'Courgette' => 'Courgette',
'Cousine' => 'Cousine',
'Coustard' => 'Coustard',
'Covered By Your Grace' => 'Covered By Your Grace',
'Crafty Girls' => 'Crafty Girls',
'Creepster' => 'Creepster',
'Crete Round' => 'Crete Round',
'Crimson Text' => 'Crimson Text',
'Croissant One' => 'Croissant One',
'Crushed' => 'Crushed',
'Cuprum' => 'Cuprum',
'Cutive' => 'Cutive',
'Cutive Mono' => 'Cutive Mono',
'Damion' => 'Damion',
'Dancing Script' => 'Dancing Script',
'Dangrek' => 'Dangrek',
'Dawning of a New Day' => 'Dawning of a New Day',
'Days One' => 'Days One',
'Delius' => 'Delius',
'Delius Swash Caps' => 'Delius Swash Caps',
'Delius Unicase' => 'Delius Unicase',
'Della Respira' => 'Della Respira',
'Denk One' => 'Denk One',
'Devonshire' => 'Devonshire',
'Didact Gothic' => 'Didact Gothic',
'Diplomata' => 'Diplomata',
'Diplomata SC' => 'Diplomata SC',
'Domine' => 'Domine',
'Donegal One' => 'Donegal One',
'Doppio One' => 'Doppio One',
'Dorsa' => 'Dorsa',
'Dosis' => 'Dosis',
'Dr Sugiyama' => 'Dr Sugiyama',
'Droid Sans' => 'Droid Sans',
'Droid Sans Mono' => 'Droid Sans Mono',
'Droid Serif' => 'Droid Serif',
'Duru Sans' => 'Duru Sans',
'Dynalight' => 'Dynalight',
'EB Garamond' => 'EB Garamond',
'Eagle Lake' => 'Eagle Lake',
'Eater' => 'Eater',
'Economica' => 'Economica',
'Electrolize' => 'Electrolize',
'Elsie' => 'Elsie',
'Elsie Swash Caps' => 'Elsie Swash Caps',
'Emblema One' => 'Emblema One',
'Emilys Candy' => 'Emilys Candy',
'Engagement' => 'Engagement',
'Englebert' => 'Englebert',
'Enriqueta' => 'Enriqueta',
'Erica One' => 'Erica One',
'Esteban' => 'Esteban',
'Euphoria Script' => 'Euphoria Script',
'Ewert' => 'Ewert',
'Exo' => 'Exo',
'Expletus Sans' => 'Expletus Sans',
'Fanwood Text' => 'Fanwood Text',
'Fascinate' => 'Fascinate',
'Fascinate Inline' => 'Fascinate Inline',
'Faster One' => 'Faster One',
'Fasthand' => 'Fasthand',
'Fauna One' => 'Fauna One',
'Federant' => 'Federant',
'Federo' => 'Federo',
'Felipa' => 'Felipa',
'Fenix' => 'Fenix',
'Finger Paint' => 'Finger Paint',
'Fjalla One' => 'Fjalla One',
'Fjord One' => 'Fjord One',
'Flamenco' => 'Flamenco',
'Flavors' => 'Flavors',
'Fondamento' => 'Fondamento',
'Fontdiner Swanky' => 'Fontdiner Swanky',
'Forum' => 'Forum',
'Francois One' => 'Francois One',
'Freckle Face' => 'Freckle Face',
'Fredericka the Great' => 'Fredericka the Great',
'Fredoka One' => 'Fredoka One',
'Freehand' => 'Freehand',
'Fresca' => 'Fresca',
'Frijole' => 'Frijole',
'Fruktur' => 'Fruktur',
'Fugaz One' => 'Fugaz One',
'GFS Didot' => 'GFS Didot',
'GFS Neohellenic' => 'GFS Neohellenic',
'Gabriela' => 'Gabriela',
'Gafata' => 'Gafata',
'Galdeano' => 'Galdeano',
'Galindo' => 'Galindo',
'Gentium Basic' => 'Gentium Basic',
'Gentium Book Basic' => 'Gentium Book Basic',
'Geo' => 'Geo',
'Geostar' => 'Geostar',
'Geostar Fill' => 'Geostar Fill',
'Germania One' => 'Germania One',
'Gilda Display' => 'Gilda Display',
'Give You Glory' => 'Give You Glory',
'Glass Antiqua' => 'Glass Antiqua',
'Glegoo' => 'Glegoo',
'Gloria Hallelujah' => 'Gloria Hallelujah',
'Goblin One' => 'Goblin One',
'Gochi Hand' => 'Gochi Hand',
'Gorditas' => 'Gorditas',
'Goudy Bookletter 1911' => 'Goudy Bookletter 1911',
'Graduate' => 'Graduate',
'Grand Hotel' => 'Grand Hotel',
'Gravitas One' => 'Gravitas One',
'Great Vibes' => 'Great Vibes',
'Griffy' => 'Griffy',
'Gruppo' => 'Gruppo',
'Gudea' => 'Gudea',
'Habibi' => 'Habibi',
'Hammersmith One' => 'Hammersmith One',
'Hanalei' => 'Hanalei',
'Hanalei Fill' => 'Hanalei Fill',
'Handlee' => 'Handlee',
'Hanuman' => 'Hanuman',
'Happy Monkey' => 'Happy Monkey',
'Headland One' => 'Headland One',
'Henny Penny' => 'Henny Penny',
'Herr Von Muellerhoff' => 'Herr Von Muellerhoff',
'Holtwood One SC' => 'Holtwood One SC',
'Homemade Apple' => 'Homemade Apple',
'Homenaje' => 'Homenaje',
'IM Fell DW Pica' => 'IM Fell DW Pica',
'IM Fell DW Pica SC' => 'IM Fell DW Pica SC',
'IM Fell Double Pica' => 'IM Fell Double Pica',
'IM Fell Double Pica SC' => 'IM Fell Double Pica SC',
'IM Fell English' => 'IM Fell English',
'IM Fell English SC' => 'IM Fell English SC',
'IM Fell French Canon' => 'IM Fell French Canon',
'IM Fell French Canon SC' => 'IM Fell French Canon SC',
'IM Fell Great Primer' => 'IM Fell Great Primer',
'IM Fell Great Primer SC' => 'IM Fell Great Primer SC',
'Iceberg' => 'Iceberg',
'Iceland' => 'Iceland',
'Imprima' => 'Imprima',
'Inconsolata' => 'Inconsolata',
'Inder' => 'Inder',
'Indie Flower' => 'Indie Flower',
'Inika' => 'Inika',
'Irish Grover' => 'Irish Grover',
'Istok Web' => 'Istok Web',
'Italiana' => 'Italiana',
'Italianno' => 'Italianno',
'Jacques Francois' => 'Jacques Francois',
'Jacques Francois Shadow' => 'Jacques Francois Shadow',
'Jim Nightshade' => 'Jim Nightshade',
'Jockey One' => 'Jockey One',
'Jolly Lodger' => 'Jolly Lodger',
'Josefin Sans' => 'Josefin Sans',
'Josefin Slab' => 'Josefin Slab',
'Joti One' => 'Joti One',
'Judson' => 'Judson',
'Julee' => 'Julee',
'Julius Sans One' => 'Julius Sans One',
'Junge' => 'Junge',
'Jura' => 'Jura',
'Just Another Hand' => 'Just Another Hand',
'Just Me Again Down Here' => 'Just Me Again Down Here',
'Kameron' => 'Kameron',
'Karla' => 'Karla',
'Kaushan Script' => 'Kaushan Script',
'Kavoon' => 'Kavoon',
'Keania One' => 'Keania One',
'Kelly Slab' => 'Kelly Slab',
'Kenia' => 'Kenia',
'Khmer' => 'Khmer',
'Kite One' => 'Kite One',
'Knewave' => 'Knewave',
'Kotta One' => 'Kotta One',
'Koulen' => 'Koulen',
'Kranky' => 'Kranky',
'Kreon' => 'Kreon',
'Kristi' => 'Kristi',
'Krona One' => 'Krona One',
'La Belle Aurore' => 'La Belle Aurore',
'Lancelot' => 'Lancelot',
'Lato' => 'Lato',
'League Script' => 'League Script',
'Leckerli One' => 'Leckerli One',
'Ledger' => 'Ledger',
'Lekton' => 'Lekton',
'Lemon' => 'Lemon',
'Libre Baskerville' => 'Libre Baskerville',
'Life Savers' => 'Life Savers',
'Lilita One' => 'Lilita One',
'Lily Script One' => 'Lily Script One',
'Limelight' => 'Limelight',
'Linden Hill' => 'Linden Hill',
'Lobster' => 'Lobster',
'Lobster Two' => 'Lobster Two',
'Londrina Outline' => 'Londrina Outline',
'Londrina Shadow' => 'Londrina Shadow',
'Londrina Sketch' => 'Londrina Sketch',
'Londrina Solid' => 'Londrina Solid',
'Lora' => 'Lora',
'Love Ya Like A Sister' => 'Love Ya Like A Sister',
'Loved by the King' => 'Loved by the King',
'Lovers Quarrel' => 'Lovers Quarrel',
'Luckiest Guy' => 'Luckiest Guy',
'Lusitana' => 'Lusitana',
'Lustria' => 'Lustria',
'Macondo' => 'Macondo',
'Macondo Swash Caps' => 'Macondo Swash Caps',
'Magra' => 'Magra',
'Maiden Orange' => 'Maiden Orange',
'Mako' => 'Mako',
'Marcellus' => 'Marcellus',
'Marcellus SC' => 'Marcellus SC',
'Marck Script' => 'Marck Script',
'Margarine' => 'Margarine',
'Marko One' => 'Marko One',
'Marmelad' => 'Marmelad',
'Marvel' => 'Marvel',
'Mate' => 'Mate',
'Mate SC' => 'Mate SC',
'Maven Pro' => 'Maven Pro',
'McLaren' => 'McLaren',
'Meddon' => 'Meddon',
'MedievalSharp' => 'MedievalSharp',
'Medula One' => 'Medula One',
'Megrim' => 'Megrim',
'Meie Script' => 'Meie Script',
'Merienda' => 'Merienda',
'Merienda One' => 'Merienda One',
'Merriweather' => 'Merriweather',
'Merriweather Sans' => 'Merriweather Sans',
'Metal' => 'Metal',
'Metal Mania' => 'Metal Mania',
'Metamorphous' => 'Metamorphous',
'Metrophobic' => 'Metrophobic',
'Michroma' => 'Michroma',
'Milonga' => 'Milonga',
'Miltonian' => 'Miltonian',
'Miltonian Tattoo' => 'Miltonian Tattoo',
'Miniver' => 'Miniver',
'Miss Fajardose' => 'Miss Fajardose',
'Modern Antiqua' => 'Modern Antiqua',
'Molengo' => 'Molengo',
'Molle' => 'Molle',
'Monda' => 'Monda',
'Monofett' => 'Monofett',
'Monoton' => 'Monoton',
'Monsieur La Doulaise' => 'Monsieur La Doulaise',
'Montaga' => 'Montaga',
'Montez' => 'Montez',
'Montserrat' => 'Montserrat',
'Montserrat Alternates' => 'Montserrat Alternates',
'Montserrat Subrayada' => 'Montserrat Subrayada',
'Moul' => 'Moul',
'Moulpali' => 'Moulpali',
'Mountains of Christmas' => 'Mountains of Christmas',
'Mouse Memoirs' => 'Mouse Memoirs',
'Mr Bedfort' => 'Mr Bedfort',
'Mr Dafoe' => 'Mr Dafoe',
'Mr De Haviland' => 'Mr De Haviland',
'Mrs Saint Delafield' => 'Mrs Saint Delafield',
'Mrs Sheppards' => 'Mrs Sheppards',
'Muli' => 'Muli',
'Mystery Quest' => 'Mystery Quest',
'Neucha' => 'Neucha',
'Neuton' => 'Neuton',
'New Rocker' => 'New Rocker',
'News Cycle' => 'News Cycle',
'Niconne' => 'Niconne',
'Nixie One' => 'Nixie One',
'Nobile' => 'Nobile',
'Nokora' => 'Nokora',
'Norican' => 'Norican',
'Nosifer' => 'Nosifer',
'Nothing You Could Do' => 'Nothing You Could Do',
'Noticia Text' => 'Noticia Text',
'Noto Sans' => 'Noto Sans',
'Noto Serif' => 'Noto Serif',
'Nova Cut' => 'Nova Cut',
'Nova Flat' => 'Nova Flat',
'Nova Mono' => 'Nova Mono',
'Nova Oval' => 'Nova Oval',
'Nova Round' => 'Nova Round',
'Nova Script' => 'Nova Script',
'Nova Slim' => 'Nova Slim',
'Nova Square' => 'Nova Square',
'Numans' => 'Numans',
'Nunito' => 'Nunito',
'Odor Mean Chey' => 'Odor Mean Chey',
'Offside' => 'Offside',
'Old Standard TT' => 'Old Standard TT',
'Oldenburg' => 'Oldenburg',
'Oleo Script' => 'Oleo Script',
'Oleo Script Swash Caps' => 'Oleo Script Swash Caps',
'Open Sans' => 'Open Sans',
'Open Sans Condensed' => 'Open Sans Condensed',
'Oranienbaum' => 'Oranienbaum',
'Orbitron' => 'Orbitron',
'Oregano' => 'Oregano',
'Orienta' => 'Orienta',
'Original Surfer' => 'Original Surfer',
'Oswald' => 'Oswald',
'Over the Rainbow' => 'Over the Rainbow',
'Overlock' => 'Overlock',
'Overlock SC' => 'Overlock SC',
'Ovo' => 'Ovo',
'Oxygen' => 'Oxygen',
'Oxygen Mono' => 'Oxygen Mono',
'PT Mono' => 'PT Mono',
'PT Sans' => 'PT Sans',
'PT Sans Caption' => 'PT Sans Caption',
'PT Sans Narrow' => 'PT Sans Narrow',
'PT Serif' => 'PT Serif',
'PT Serif Caption' => 'PT Serif Caption',
'Pacifico' => 'Pacifico',
'Paprika' => 'Paprika',
'Parisienne' => 'Parisienne',
'Passero One' => 'Passero One',
'Passion One' => 'Passion One',
'Pathway Gothic One' => 'Pathway Gothic One',
'Patrick Hand' => 'Patrick Hand',
'Patrick Hand SC' => 'Patrick Hand SC',
'Patua One' => 'Patua One',
'Paytone One' => 'Paytone One',
'Peralta' => 'Peralta',
'Permanent Marker' => 'Permanent Marker',
'Petit Formal Script' => 'Petit Formal Script',
'Petrona' => 'Petrona',
'Philosopher' => 'Philosopher',
'Piedra' => 'Piedra',
'Pinyon Script' => 'Pinyon Script',
'Pirata One' => 'Pirata One',
'Plaster' => 'Plaster',
'Play' => 'Play',
'Playball' => 'Playball',
'Playfair Display' => 'Playfair Display',
'Playfair Display SC' => 'Playfair Display SC',
'Podkova' => 'Podkova',
'Poiret One' => 'Poiret One',
'Poller One' => 'Poller One',
'Poly' => 'Poly',
'Pompiere' => 'Pompiere',
'Pontano Sans' => 'Pontano Sans',
'Port Lligat Sans' => 'Port Lligat Sans',
'Port Lligat Slab' => 'Port Lligat Slab',
'Prata' => 'Prata',
'Preahvihear' => 'Preahvihear',
'Press Start 2P' => 'Press Start 2P',
'Princess Sofia' => 'Princess Sofia',
'Prociono' => 'Prociono',
'Prosto One' => 'Prosto One',
'Puritan' => 'Puritan',
'Purple Purse' => 'Purple Purse',
'Quando' => 'Quando',
'Quantico' => 'Quantico',
'Quattrocento' => 'Quattrocento',
'Quattrocento Sans' => 'Quattrocento Sans',
'Questrial' => 'Questrial',
'Quicksand' => 'Quicksand',
'Quintessential' => 'Quintessential',
'Qwigley' => 'Qwigley',
'Racing Sans One' => 'Racing Sans One',
'Radley' => 'Radley',
'Raleway' => 'Raleway',
'Raleway Dots' => 'Raleway Dots',
'Rambla' => 'Rambla',
'Rammetto One' => 'Rammetto One',
'Ranchers' => 'Ranchers',
'Rancho' => 'Rancho',
'Rationale' => 'Rationale',
'Redressed' => 'Redressed',
'Reenie Beanie' => 'Reenie Beanie',
'Revalia' => 'Revalia',
'Ribeye' => 'Ribeye',
'Ribeye Marrow' => 'Ribeye Marrow',
'Righteous' => 'Righteous',
'Risque' => 'Risque',
'Roboto' => 'Roboto',
'Roboto Condensed' => 'Roboto Condensed',
'Roboto Slab' => 'Roboto Slab',
'Rochester' => 'Rochester',
'Rock Salt' => 'Rock Salt',
'Rokkitt' => 'Rokkitt',
'Romanesco' => 'Romanesco',
'Ropa Sans' => 'Ropa Sans',
'Rosario' => 'Rosario',
'Rosarivo' => 'Rosarivo',
'Rouge Script' => 'Rouge Script',
'Ruda' => 'Ruda',
'Rufina' => 'Rufina',
'Ruge Boogie' => 'Ruge Boogie',
'Ruluko' => 'Ruluko',
'Rum Raisin' => 'Rum Raisin',
'Ruslan Display' => 'Ruslan Display',
'Russo One' => 'Russo One',
'Ruthie' => 'Ruthie',
'Rye' => 'Rye',
'Sacramento' => 'Sacramento',
'Sail' => 'Sail',
'Salsa' => 'Salsa',
'Sanchez' => 'Sanchez',
'Sancreek' => 'Sancreek',
'Sansita One' => 'Sansita One',
'Sarina' => 'Sarina',
'Satisfy' => 'Satisfy',
'Scada' => 'Scada',
'Schoolbell' => 'Schoolbell',
'Seaweed Script' => 'Seaweed Script',
'Sevillana' => 'Sevillana',
'Seymour One' => 'Seymour One',
'Shadows Into Light' => 'Shadows Into Light',
'Shadows Into Light Two' => 'Shadows Into Light Two',
'Shanti' => 'Shanti',
'Share' => 'Share',
'Share Tech' => 'Share Tech',
'Share Tech Mono' => 'Share Tech Mono',
'Shojumaru' => 'Shojumaru',
'Short Stack' => 'Short Stack',
'Siemreap' => 'Siemreap',
'Sigmar One' => 'Sigmar One',
'Signika' => 'Signika',
'Signika Negative' => 'Signika Negative',
'Simonetta' => 'Simonetta',
'Sintony' => 'Sintony',
'Sirin Stencil' => 'Sirin Stencil',
'Six Caps' => 'Six Caps',
'Skranji' => 'Skranji',
'Slackey' => 'Slackey',
'Smokum' => 'Smokum',
'Smythe' => 'Smythe',
'Sniglet' => 'Sniglet',
'Snippet' => 'Snippet',
'Snowburst One' => 'Snowburst One',
'Sofadi One' => 'Sofadi One',
'Sofia' => 'Sofia',
'Sonsie One' => 'Sonsie One',
'Sorts Mill Goudy' => 'Sorts Mill Goudy',
'Source Code Pro' => 'Source Code Pro',
'Source Sans Pro' => 'Source Sans Pro',
'Special Elite' => 'Special Elite',
'Spicy Rice' => 'Spicy Rice',
'Spinnaker' => 'Spinnaker',
'Spirax' => 'Spirax',
'Squada One' => 'Squada One',
'Stalemate' => 'Stalemate',
'Stalinist One' => 'Stalinist One',
'Stardos Stencil' => 'Stardos Stencil',
'Stint Ultra Condensed' => 'Stint Ultra Condensed',
'Stint Ultra Expanded' => 'Stint Ultra Expanded',
'Stoke' => 'Stoke',
'Strait' => 'Strait',
'Sue Ellen Francisco' => 'Sue Ellen Francisco',
'Sunshiney' => 'Sunshiney',
'Supermercado One' => 'Supermercado One',
'Suwannaphum' => 'Suwannaphum',
'Swanky and Moo Moo' => 'Swanky and Moo Moo',
'Syncopate' => 'Syncopate',
'Tangerine' => 'Tangerine',
'Taprom' => 'Taprom',
'Tauri' => 'Tauri',
'Telex' => 'Telex',
'Tenor Sans' => 'Tenor Sans',
'Text Me One' => 'Text Me One',
'The Girl Next Door' => 'The Girl Next Door',
'Tienne' => 'Tienne',
'Tinos' => 'Tinos',
'Titan One' => 'Titan One',
'Titillium Web' => 'Titillium Web',
'Trade Winds' => 'Trade Winds',
'Trocchi' => 'Trocchi',
'Trochut' => 'Trochut',
'Trykker' => 'Trykker',
'Tulpen One' => 'Tulpen One',
'Ubuntu' => 'Ubuntu',
'Ubuntu Condensed' => 'Ubuntu Condensed',
'Ubuntu Mono' => 'Ubuntu Mono',
'Ultra' => 'Ultra',
'Uncial Antiqua' => 'Uncial Antiqua',
'Underdog' => 'Underdog',
'Unica One' => 'Unica One',
'UnifrakturCook' => 'UnifrakturCook',
'UnifrakturMaguntia' => 'UnifrakturMaguntia',
'Unkempt' => 'Unkempt',
'Unlock' => 'Unlock',
'Unna' => 'Unna',
'VT323' => 'VT323',
'Vampiro One' => 'Vampiro One',
'Varela' => 'Varela',
'Varela Round' => 'Varela Round',
'Vast Shadow' => 'Vast Shadow',
'Vibur' => 'Vibur',
'Vidaloka' => 'Vidaloka',
'Viga' => 'Viga',
'Voces' => 'Voces',
'Volkhov' => 'Volkhov',
'Vollkorn' => 'Vollkorn',
'Voltaire' => 'Voltaire',
'Waiting for the Sunrise' => 'Waiting for the Sunrise',
'Wallpoet' => 'Wallpoet',
'Walter Turncoat' => 'Walter Turncoat',
'Warnes' => 'Warnes',
'Wellfleet' => 'Wellfleet',
'Wendy One' => 'Wendy One',
'Wire One' => 'Wire One',
'Yanone Kaffeesatz' => 'Yanone Kaffeesatz',
'Yellowtail' => 'Yellowtail',
'Yeseva One' => 'Yeseva One',
'Yesteryear' => 'Yesteryear',
'Zeyada' => 'Zeyada',
),
'title' => 'Select Menu Font',
'default' => 'Antic Slab',
),
array (
'desc' => 'Select a font family for headings',
'id' => 'google_headings',
'type' => 'select',
'options' => array (
0 => 'Select Font',
'ABeeZee' => 'ABeeZee',
'Abel' => 'Abel',
'Abril Fatface' => 'Abril Fatface',
'Aclonica' => 'Aclonica',
'Acme' => 'Acme',
'Actor' => 'Actor',
'Adamina' => 'Adamina',
'Advent Pro' => 'Advent Pro',
'Aguafina Script' => 'Aguafina Script',
'Akronim' => 'Akronim',
'Aladin' => 'Aladin',
'Aldrich' => 'Aldrich',
'Alef' => 'Alef',
'Alegreya' => 'Alegreya',
'Alegreya SC' => 'Alegreya SC',
'Alex Brush' => 'Alex Brush',
'Alfa Slab One' => 'Alfa Slab One',
'Alice' => 'Alice',
'Alike' => 'Alike',
'Alike Angular' => 'Alike Angular',
'Allan' => 'Allan',
'Allerta' => 'Allerta',
'Allerta Stencil' => 'Allerta Stencil',
'Allura' => 'Allura',
'Almendra' => 'Almendra',
'Almendra Display' => 'Almendra Display',
'Almendra SC' => 'Almendra SC',
'Amarante' => 'Amarante',
'Amaranth' => 'Amaranth',
'Amatic SC' => 'Amatic SC',
'Amethysta' => 'Amethysta',
'Anaheim' => 'Anaheim',
'Andada' => 'Andada',
'Andika' => 'Andika',
'Angkor' => 'Angkor',
'Annie Use Your Telescope' => 'Annie Use Your Telescope',
'Anonymous Pro' => 'Anonymous Pro',
'Antic' => 'Antic',
'Antic Didone' => 'Antic Didone',
'Antic Slab' => 'Antic Slab',
'Anton' => 'Anton',
'Arapey' => 'Arapey',
'Arbutus' => 'Arbutus',
'Arbutus Slab' => 'Arbutus Slab',
'Architects Daughter' => 'Architects Daughter',
'Archivo Black' => 'Archivo Black',
'Archivo Narrow' => 'Archivo Narrow',
'Arimo' => 'Arimo',
'Arizonia' => 'Arizonia',
'Armata' => 'Armata',
'Artifika' => 'Artifika',
'Arvo' => 'Arvo',
'Asap' => 'Asap',
'Asset' => 'Asset',
'Astloch' => 'Astloch',
'Asul' => 'Asul',
'Atomic Age' => 'Atomic Age',
'Aubrey' => 'Aubrey',
'Audiowide' => 'Audiowide',
'Autour One' => 'Autour One',
'Average' => 'Average',
'Average Sans' => 'Average Sans',
'Averia Gruesa Libre' => 'Averia Gruesa Libre',
'Averia Libre' => 'Averia Libre',
'Averia Sans Libre' => 'Averia Sans Libre',
'Averia Serif Libre' => 'Averia Serif Libre',
'Bad Script' => 'Bad Script',
'Balthazar' => 'Balthazar',
'Bangers' => 'Bangers',
'Basic' => 'Basic',
'Battambang' => 'Battambang',
'Baumans' => 'Baumans',
'Bayon' => 'Bayon',
'Belgrano' => 'Belgrano',
'Belleza' => 'Belleza',
'BenchNine' => 'BenchNine',
'Bentham' => 'Bentham',
'Berkshire Swash' => 'Berkshire Swash',
'Bevan' => 'Bevan',
'Bigelow Rules' => 'Bigelow Rules',
'Bigshot One' => 'Bigshot One',
'Bilbo' => 'Bilbo',
'Bilbo Swash Caps' => 'Bilbo Swash Caps',
'Bitter' => 'Bitter',
'Black Ops One' => 'Black Ops One',
'Bokor' => 'Bokor',
'Bonbon' => 'Bonbon',
'Boogaloo' => 'Boogaloo',
'Bowlby One' => 'Bowlby One',
'Bowlby One SC' => 'Bowlby One SC',
'Brawler' => 'Brawler',
'Bree Serif' => 'Bree Serif',
'Bubblegum Sans' => 'Bubblegum Sans',
'Bubbler One' => 'Bubbler One',
'Buda' => 'Buda',
'Buenard' => 'Buenard',
'Butcherman' => 'Butcherman',
'Butterfly Kids' => 'Butterfly Kids',
'Cabin' => 'Cabin',
'Cabin Condensed' => 'Cabin Condensed',
'Cabin Sketch' => 'Cabin Sketch',
'Caesar Dressing' => 'Caesar Dressing',
'Cagliostro' => 'Cagliostro',
'Calligraffitti' => 'Calligraffitti',
'Cambo' => 'Cambo',
'Candal' => 'Candal',
'Cantarell' => 'Cantarell',
'Cantata One' => 'Cantata One',
'Cantora One' => 'Cantora One',
'Capriola' => 'Capriola',
'Cardo' => 'Cardo',
'Carme' => 'Carme',
'Carrois Gothic' => 'Carrois Gothic',
'Carrois Gothic SC' => 'Carrois Gothic SC',
'Carter One' => 'Carter One',
'Caudex' => 'Caudex',
'Cedarville Cursive' => 'Cedarville Cursive',
'Ceviche One' => 'Ceviche One',
'Changa One' => 'Changa One',
'Chango' => 'Chango',
'Chau Philomene One' => 'Chau Philomene One',
'Chela One' => 'Chela One',
'Chelsea Market' => 'Chelsea Market',
'Chenla' => 'Chenla',
'Cherry Cream Soda' => 'Cherry Cream Soda',
'Cherry Swash' => 'Cherry Swash',
'Chewy' => 'Chewy',
'Chicle' => 'Chicle',
'Chivo' => 'Chivo',
'Cinzel' => 'Cinzel',
'Cinzel Decorative' => 'Cinzel Decorative',
'Clicker Script' => 'Clicker Script',
'Coda' => 'Coda',
'Coda Caption' => 'Coda Caption',
'Codystar' => 'Codystar',
'Combo' => 'Combo',
'Comfortaa' => 'Comfortaa',
'Coming Soon' => 'Coming Soon',
'Concert One' => 'Concert One',
'Condiment' => 'Condiment',
'Content' => 'Content',
'Contrail One' => 'Contrail One',
'Convergence' => 'Convergence',
'Cookie' => 'Cookie',
'Copse' => 'Copse',
'Corben' => 'Corben',
'Courgette' => 'Courgette',
'Cousine' => 'Cousine',
'Coustard' => 'Coustard',
'Covered By Your Grace' => 'Covered By Your Grace',
'Crafty Girls' => 'Crafty Girls',
'Creepster' => 'Creepster',
'Crete Round' => 'Crete Round',
'Crimson Text' => 'Crimson Text',
'Croissant One' => 'Croissant One',
'Crushed' => 'Crushed',
'Cuprum' => 'Cuprum',
'Cutive' => 'Cutive',
'Cutive Mono' => 'Cutive Mono',
'Damion' => 'Damion',
'Dancing Script' => 'Dancing Script',
'Dangrek' => 'Dangrek',
'Dawning of a New Day' => 'Dawning of a New Day',
'Days One' => 'Days One',
'Delius' => 'Delius',
'Delius Swash Caps' => 'Delius Swash Caps',
'Delius Unicase' => 'Delius Unicase',
'Della Respira' => 'Della Respira',
'Denk One' => 'Denk One',
'Devonshire' => 'Devonshire',
'Didact Gothic' => 'Didact Gothic',
'Diplomata' => 'Diplomata',
'Diplomata SC' => 'Diplomata SC',
'Domine' => 'Domine',
'Donegal One' => 'Donegal One',
'Doppio One' => 'Doppio One',
'Dorsa' => 'Dorsa',
'Dosis' => 'Dosis',
'Dr Sugiyama' => 'Dr Sugiyama',
'Droid Sans' => 'Droid Sans',
'Droid Sans Mono' => 'Droid Sans Mono',
'Droid Serif' => 'Droid Serif',
'Duru Sans' => 'Duru Sans',
'Dynalight' => 'Dynalight',
'EB Garamond' => 'EB Garamond',
'Eagle Lake' => 'Eagle Lake',
'Eater' => 'Eater',
'Economica' => 'Economica',
'Electrolize' => 'Electrolize',
'Elsie' => 'Elsie',
'Elsie Swash Caps' => 'Elsie Swash Caps',
'Emblema One' => 'Emblema One',
'Emilys Candy' => 'Emilys Candy',
'Engagement' => 'Engagement',
'Englebert' => 'Englebert',
'Enriqueta' => 'Enriqueta',
'Erica One' => 'Erica One',
'Esteban' => 'Esteban',
'Euphoria Script' => 'Euphoria Script',
'Ewert' => 'Ewert',
'Exo' => 'Exo',
'Expletus Sans' => 'Expletus Sans',
'Fanwood Text' => 'Fanwood Text',
'Fascinate' => 'Fascinate',
'Fascinate Inline' => 'Fascinate Inline',
'Faster One' => 'Faster One',
'Fasthand' => 'Fasthand',
'Fauna One' => 'Fauna One',
'Federant' => 'Federant',
'Federo' => 'Federo',
'Felipa' => 'Felipa',
'Fenix' => 'Fenix',
'Finger Paint' => 'Finger Paint',
'Fjalla One' => 'Fjalla One',
'Fjord One' => 'Fjord One',
'Flamenco' => 'Flamenco',
'Flavors' => 'Flavors',
'Fondamento' => 'Fondamento',
'Fontdiner Swanky' => 'Fontdiner Swanky',
'Forum' => 'Forum',
'Francois One' => 'Francois One',
'Freckle Face' => 'Freckle Face',
'Fredericka the Great' => 'Fredericka the Great',
'Fredoka One' => 'Fredoka One',
'Freehand' => 'Freehand',
'Fresca' => 'Fresca',
'Frijole' => 'Frijole',
'Fruktur' => 'Fruktur',
'Fugaz One' => 'Fugaz One',
'GFS Didot' => 'GFS Didot',
'GFS Neohellenic' => 'GFS Neohellenic',
'Gabriela' => 'Gabriela',
'Gafata' => 'Gafata',
'Galdeano' => 'Galdeano',
'Galindo' => 'Galindo',
'Gentium Basic' => 'Gentium Basic',
'Gentium Book Basic' => 'Gentium Book Basic',
'Geo' => 'Geo',
'Geostar' => 'Geostar',
'Geostar Fill' => 'Geostar Fill',
'Germania One' => 'Germania One',
'Gilda Display' => 'Gilda Display',
'Give You Glory' => 'Give You Glory',
'Glass Antiqua' => 'Glass Antiqua',
'Glegoo' => 'Glegoo',
'Gloria Hallelujah' => 'Gloria Hallelujah',
'Goblin One' => 'Goblin One',
'Gochi Hand' => 'Gochi Hand',
'Gorditas' => 'Gorditas',
'Goudy Bookletter 1911' => 'Goudy Bookletter 1911',
'Graduate' => 'Graduate',
'Grand Hotel' => 'Grand Hotel',
'Gravitas One' => 'Gravitas One',
'Great Vibes' => 'Great Vibes',
'Griffy' => 'Griffy',
'Gruppo' => 'Gruppo',
'Gudea' => 'Gudea',
'Habibi' => 'Habibi',
'Hammersmith One' => 'Hammersmith One',
'Hanalei' => 'Hanalei',
'Hanalei Fill' => 'Hanalei Fill',
'Handlee' => 'Handlee',
'Hanuman' => 'Hanuman',
'Happy Monkey' => 'Happy Monkey',
'Headland One' => 'Headland One',
'Henny Penny' => 'Henny Penny',
'Herr Von Muellerhoff' => 'Herr Von Muellerhoff',
'Holtwood One SC' => 'Holtwood One SC',
'Homemade Apple' => 'Homemade Apple',
'Homenaje' => 'Homenaje',
'IM Fell DW Pica' => 'IM Fell DW Pica',
'IM Fell DW Pica SC' => 'IM Fell DW Pica SC',
'IM Fell Double Pica' => 'IM Fell Double Pica',
'IM Fell Double Pica SC' => 'IM Fell Double Pica SC',
'IM Fell English' => 'IM Fell English',
'IM Fell English SC' => 'IM Fell English SC',
'IM Fell French Canon' => 'IM Fell French Canon',
'IM Fell French Canon SC' => 'IM Fell French Canon SC',
'IM Fell Great Primer' => 'IM Fell Great Primer',
'IM Fell Great Primer SC' => 'IM Fell Great Primer SC',
'Iceberg' => 'Iceberg',
'Iceland' => 'Iceland',
'Imprima' => 'Imprima',
'Inconsolata' => 'Inconsolata',
'Inder' => 'Inder',
'Indie Flower' => 'Indie Flower',
'Inika' => 'Inika',
'Irish Grover' => 'Irish Grover',
'Istok Web' => 'Istok Web',
'Italiana' => 'Italiana',
'Italianno' => 'Italianno',
'Jacques Francois' => 'Jacques Francois',
'Jacques Francois Shadow' => 'Jacques Francois Shadow',
'Jim Nightshade' => 'Jim Nightshade',
'Jockey One' => 'Jockey One',
'Jolly Lodger' => 'Jolly Lodger',
'Josefin Sans' => 'Josefin Sans',
'Josefin Slab' => 'Josefin Slab',
'Joti One' => 'Joti One',
'Judson' => 'Judson',
'Julee' => 'Julee',
'Julius Sans One' => 'Julius Sans One',
'Junge' => 'Junge',
'Jura' => 'Jura',
'Just Another Hand' => 'Just Another Hand',
'Just Me Again Down Here' => 'Just Me Again Down Here',
'Kameron' => 'Kameron',
'Karla' => 'Karla',
'Kaushan Script' => 'Kaushan Script',
'Kavoon' => 'Kavoon',
'Keania One' => 'Keania One',
'Kelly Slab' => 'Kelly Slab',
'Kenia' => 'Kenia',
'Khmer' => 'Khmer',
'Kite One' => 'Kite One',
'Knewave' => 'Knewave',
'Kotta One' => 'Kotta One',
'Koulen' => 'Koulen',
'Kranky' => 'Kranky',
'Kreon' => 'Kreon',
'Kristi' => 'Kristi',
'Krona One' => 'Krona One',
'La Belle Aurore' => 'La Belle Aurore',
'Lancelot' => 'Lancelot',
'Lato' => 'Lato',
'League Script' => 'League Script',
'Leckerli One' => 'Leckerli One',
'Ledger' => 'Ledger',
'Lekton' => 'Lekton',
'Lemon' => 'Lemon',
'Libre Baskerville' => 'Libre Baskerville',
'Life Savers' => 'Life Savers',
'Lilita One' => 'Lilita One',
'Lily Script One' => 'Lily Script One',
'Limelight' => 'Limelight',
'Linden Hill' => 'Linden Hill',
'Lobster' => 'Lobster',
'Lobster Two' => 'Lobster Two',
'Londrina Outline' => 'Londrina Outline',
'Londrina Shadow' => 'Londrina Shadow',
'Londrina Sketch' => 'Londrina Sketch',
'Londrina Solid' => 'Londrina Solid',
'Lora' => 'Lora',
'Love Ya Like A Sister' => 'Love Ya Like A Sister',
'Loved by the King' => 'Loved by the King',
'Lovers Quarrel' => 'Lovers Quarrel',
'Luckiest Guy' => 'Luckiest Guy',
'Lusitana' => 'Lusitana',
'Lustria' => 'Lustria',
'Macondo' => 'Macondo',
'Macondo Swash Caps' => 'Macondo Swash Caps',
'Magra' => 'Magra',
'Maiden Orange' => 'Maiden Orange',
'Mako' => 'Mako',
'Marcellus' => 'Marcellus',
'Marcellus SC' => 'Marcellus SC',
'Marck Script' => 'Marck Script',
'Margarine' => 'Margarine',
'Marko One' => 'Marko One',
'Marmelad' => 'Marmelad',
'Marvel' => 'Marvel',
'Mate' => 'Mate',
'Mate SC' => 'Mate SC',
'Maven Pro' => 'Maven Pro',
'McLaren' => 'McLaren',
'Meddon' => 'Meddon',
'MedievalSharp' => 'MedievalSharp',
'Medula One' => 'Medula One',
'Megrim' => 'Megrim',
'Meie Script' => 'Meie Script',
'Merienda' => 'Merienda',
'Merienda One' => 'Merienda One',
'Merriweather' => 'Merriweather',
'Merriweather Sans' => 'Merriweather Sans',
'Metal' => 'Metal',
'Metal Mania' => 'Metal Mania',
'Metamorphous' => 'Metamorphous',
'Metrophobic' => 'Metrophobic',
'Michroma' => 'Michroma',
'Milonga' => 'Milonga',
'Miltonian' => 'Miltonian',
'Miltonian Tattoo' => 'Miltonian Tattoo',
'Miniver' => 'Miniver',
'Miss Fajardose' => 'Miss Fajardose',
'Modern Antiqua' => 'Modern Antiqua',
'Molengo' => 'Molengo',
'Molle' => 'Molle',
'Monda' => 'Monda',
'Monofett' => 'Monofett',
'Monoton' => 'Monoton',
'Monsieur La Doulaise' => 'Monsieur La Doulaise',
'Montaga' => 'Montaga',
'Montez' => 'Montez',
'Montserrat' => 'Montserrat',
'Montserrat Alternates' => 'Montserrat Alternates',
'Montserrat Subrayada' => 'Montserrat Subrayada',
'Moul' => 'Moul',
'Moulpali' => 'Moulpali',
'Mountains of Christmas' => 'Mountains of Christmas',
'Mouse Memoirs' => 'Mouse Memoirs',
'Mr Bedfort' => 'Mr Bedfort',
'Mr Dafoe' => 'Mr Dafoe',
'Mr De Haviland' => 'Mr De Haviland',
'Mrs Saint Delafield' => 'Mrs Saint Delafield',
'Mrs Sheppards' => 'Mrs Sheppards',
'Muli' => 'Muli',
'Mystery Quest' => 'Mystery Quest',
'Neucha' => 'Neucha',
'Neuton' => 'Neuton',
'New Rocker' => 'New Rocker',
'News Cycle' => 'News Cycle',
'Niconne' => 'Niconne',
'Nixie One' => 'Nixie One',
'Nobile' => 'Nobile',
'Nokora' => 'Nokora',
'Norican' => 'Norican',
'Nosifer' => 'Nosifer',
'Nothing You Could Do' => 'Nothing You Could Do',
'Noticia Text' => 'Noticia Text',
'Noto Sans' => 'Noto Sans',
'Noto Serif' => 'Noto Serif',
'Nova Cut' => 'Nova Cut',
'Nova Flat' => 'Nova Flat',
'Nova Mono' => 'Nova Mono',
'Nova Oval' => 'Nova Oval',
'Nova Round' => 'Nova Round',
'Nova Script' => 'Nova Script',
'Nova Slim' => 'Nova Slim',
'Nova Square' => 'Nova Square',
'Numans' => 'Numans',
'Nunito' => 'Nunito',
'Odor Mean Chey' => 'Odor Mean Chey',
'Offside' => 'Offside',
'Old Standard TT' => 'Old Standard TT',
'Oldenburg' => 'Oldenburg',
'Oleo Script' => 'Oleo Script',
'Oleo Script Swash Caps' => 'Oleo Script Swash Caps',
'Open Sans' => 'Open Sans',
'Open Sans Condensed' => 'Open Sans Condensed',
'Oranienbaum' => 'Oranienbaum',
'Orbitron' => 'Orbitron',
'Oregano' => 'Oregano',
'Orienta' => 'Orienta',
'Original Surfer' => 'Original Surfer',
'Oswald' => 'Oswald',
'Over the Rainbow' => 'Over the Rainbow',
'Overlock' => 'Overlock',
'Overlock SC' => 'Overlock SC',
'Ovo' => 'Ovo',
'Oxygen' => 'Oxygen',
'Oxygen Mono' => 'Oxygen Mono',
'PT Mono' => 'PT Mono',
'PT Sans' => 'PT Sans',
'PT Sans Caption' => 'PT Sans Caption',
'PT Sans Narrow' => 'PT Sans Narrow',
'PT Serif' => 'PT Serif',
'PT Serif Caption' => 'PT Serif Caption',
'Pacifico' => 'Pacifico',
'Paprika' => 'Paprika',
'Parisienne' => 'Parisienne',
'Passero One' => 'Passero One',
'Passion One' => 'Passion One',
'Pathway Gothic One' => 'Pathway Gothic One',
'Patrick Hand' => 'Patrick Hand',
'Patrick Hand SC' => 'Patrick Hand SC',
'Patua One' => 'Patua One',
'Paytone One' => 'Paytone One',
'Peralta' => 'Peralta',
'Permanent Marker' => 'Permanent Marker',
'Petit Formal Script' => 'Petit Formal Script',
'Petrona' => 'Petrona',
'Philosopher' => 'Philosopher',
'Piedra' => 'Piedra',
'Pinyon Script' => 'Pinyon Script',
'Pirata One' => 'Pirata One',
'Plaster' => 'Plaster',
'Play' => 'Play',
'Playball' => 'Playball',
'Playfair Display' => 'Playfair Display',
'Playfair Display SC' => 'Playfair Display SC',
'Podkova' => 'Podkova',
'Poiret One' => 'Poiret One',
'Poller One' => 'Poller One',
'Poly' => 'Poly',
'Pompiere' => 'Pompiere',
'Pontano Sans' => 'Pontano Sans',
'Port Lligat Sans' => 'Port Lligat Sans',
'Port Lligat Slab' => 'Port Lligat Slab',
'Prata' => 'Prata',
'Preahvihear' => 'Preahvihear',
'Press Start 2P' => 'Press Start 2P',
'Princess Sofia' => 'Princess Sofia',
'Prociono' => 'Prociono',
'Prosto One' => 'Prosto One',
'Puritan' => 'Puritan',
'Purple Purse' => 'Purple Purse',
'Quando' => 'Quando',
'Quantico' => 'Quantico',
'Quattrocento' => 'Quattrocento',
'Quattrocento Sans' => 'Quattrocento Sans',
'Questrial' => 'Questrial',
'Quicksand' => 'Quicksand',
'Quintessential' => 'Quintessential',
'Qwigley' => 'Qwigley',
'Racing Sans One' => 'Racing Sans One',
'Radley' => 'Radley',
'Raleway' => 'Raleway',
'Raleway Dots' => 'Raleway Dots',
'Rambla' => 'Rambla',
'Rammetto One' => 'Rammetto One',
'Ranchers' => 'Ranchers',
'Rancho' => 'Rancho',
'Rationale' => 'Rationale',
'Redressed' => 'Redressed',
'Reenie Beanie' => 'Reenie Beanie',
'Revalia' => 'Revalia',
'Ribeye' => 'Ribeye',
'Ribeye Marrow' => 'Ribeye Marrow',
'Righteous' => 'Righteous',
'Risque' => 'Risque',
'Roboto' => 'Roboto',
'Roboto Condensed' => 'Roboto Condensed',
'Roboto Slab' => 'Roboto Slab',
'Rochester' => 'Rochester',
'Rock Salt' => 'Rock Salt',
'Rokkitt' => 'Rokkitt',
'Romanesco' => 'Romanesco',
'Ropa Sans' => 'Ropa Sans',
'Rosario' => 'Rosario',
'Rosarivo' => 'Rosarivo',
'Rouge Script' => 'Rouge Script',
'Ruda' => 'Ruda',
'Rufina' => 'Rufina',
'Ruge Boogie' => 'Ruge Boogie',
'Ruluko' => 'Ruluko',
'Rum Raisin' => 'Rum Raisin',
'Ruslan Display' => 'Ruslan Display',
'Russo One' => 'Russo One',
'Ruthie' => 'Ruthie',
'Rye' => 'Rye',
'Sacramento' => 'Sacramento',
'Sail' => 'Sail',
'Salsa' => 'Salsa',
'Sanchez' => 'Sanchez',
'Sancreek' => 'Sancreek',
'Sansita One' => 'Sansita One',
'Sarina' => 'Sarina',
'Satisfy' => 'Satisfy',
'Scada' => 'Scada',
'Schoolbell' => 'Schoolbell',
'Seaweed Script' => 'Seaweed Script',
'Sevillana' => 'Sevillana',
'Seymour One' => 'Seymour One',
'Shadows Into Light' => 'Shadows Into Light',
'Shadows Into Light Two' => 'Shadows Into Light Two',
'Shanti' => 'Shanti',
'Share' => 'Share',
'Share Tech' => 'Share Tech',
'Share Tech Mono' => 'Share Tech Mono',
'Shojumaru' => 'Shojumaru',
'Short Stack' => 'Short Stack',
'Siemreap' => 'Siemreap',
'Sigmar One' => 'Sigmar One',
'Signika' => 'Signika',
'Signika Negative' => 'Signika Negative',
'Simonetta' => 'Simonetta',
'Sintony' => 'Sintony',
'Sirin Stencil' => 'Sirin Stencil',
'Six Caps' => 'Six Caps',
'Skranji' => 'Skranji',
'Slackey' => 'Slackey',
'Smokum' => 'Smokum',
'Smythe' => 'Smythe',
'Sniglet' => 'Sniglet',
'Snippet' => 'Snippet',
'Snowburst One' => 'Snowburst One',
'Sofadi One' => 'Sofadi One',
'Sofia' => 'Sofia',
'Sonsie One' => 'Sonsie One',
'Sorts Mill Goudy' => 'Sorts Mill Goudy',
'Source Code Pro' => 'Source Code Pro',
'Source Sans Pro' => 'Source Sans Pro',
'Special Elite' => 'Special Elite',
'Spicy Rice' => 'Spicy Rice',
'Spinnaker' => 'Spinnaker',
'Spirax' => 'Spirax',
'Squada One' => 'Squada One',
'Stalemate' => 'Stalemate',
'Stalinist One' => 'Stalinist One',
'Stardos Stencil' => 'Stardos Stencil',
'Stint Ultra Condensed' => 'Stint Ultra Condensed',
'Stint Ultra Expanded' => 'Stint Ultra Expanded',
'Stoke' => 'Stoke',
'Strait' => 'Strait',
'Sue Ellen Francisco' => 'Sue Ellen Francisco',
'Sunshiney' => 'Sunshiney',
'Supermercado One' => 'Supermercado One',
'Suwannaphum' => 'Suwannaphum',
'Swanky and Moo Moo' => 'Swanky and Moo Moo',
'Syncopate' => 'Syncopate',
'Tangerine' => 'Tangerine',
'Taprom' => 'Taprom',
'Tauri' => 'Tauri',
'Telex' => 'Telex',
'Tenor Sans' => 'Tenor Sans',
'Text Me One' => 'Text Me One',
'The Girl Next Door' => 'The Girl Next Door',
'Tienne' => 'Tienne',
'Tinos' => 'Tinos',
'Titan One' => 'Titan One',
'Titillium Web' => 'Titillium Web',
'Trade Winds' => 'Trade Winds',
'Trocchi' => 'Trocchi',
'Trochut' => 'Trochut',
'Trykker' => 'Trykker',
'Tulpen One' => 'Tulpen One',
'Ubuntu' => 'Ubuntu',
'Ubuntu Condensed' => 'Ubuntu Condensed',
'Ubuntu Mono' => 'Ubuntu Mono',
'Ultra' => 'Ultra',
'Uncial Antiqua' => 'Uncial Antiqua',
'Underdog' => 'Underdog',
'Unica One' => 'Unica One',
'UnifrakturCook' => 'UnifrakturCook',
'UnifrakturMaguntia' => 'UnifrakturMaguntia',
'Unkempt' => 'Unkempt',
'Unlock' => 'Unlock',
'Unna' => 'Unna',
'VT323' => 'VT323',
'Vampiro One' => 'Vampiro One',
'Varela' => 'Varela',
'Varela Round' => 'Varela Round',
'Vast Shadow' => 'Vast Shadow',
'Vibur' => 'Vibur',
'Vidaloka' => 'Vidaloka',
'Viga' => 'Viga',
'Voces' => 'Voces',
'Volkhov' => 'Volkhov',
'Vollkorn' => 'Vollkorn',
'Voltaire' => 'Voltaire',
'Waiting for the Sunrise' => 'Waiting for the Sunrise',
'Wallpoet' => 'Wallpoet',
'Walter Turncoat' => 'Walter Turncoat',
'Warnes' => 'Warnes',
'Wellfleet' => 'Wellfleet',
'Wendy One' => 'Wendy One',
'Wire One' => 'Wire One',
'Yanone Kaffeesatz' => 'Yanone Kaffeesatz',
'Yellowtail' => 'Yellowtail',
'Yeseva One' => 'Yeseva One',
'Yesteryear' => 'Yesteryear',
'Zeyada' => 'Zeyada',
),
'title' => 'Select Headings Font',
'default' => 'Antic Slab',
),
array (
'desc' => 'Select a font family for footer headings',
'id' => 'google_footer_headings',
'type' => 'select',
'options' => array (
0 => 'Select Font',
'ABeeZee' => 'ABeeZee',
'Abel' => 'Abel',
'Abril Fatface' => 'Abril Fatface',
'Aclonica' => 'Aclonica',
'Acme' => 'Acme',
'Actor' => 'Actor',
'Adamina' => 'Adamina',
'Advent Pro' => 'Advent Pro',
'Aguafina Script' => 'Aguafina Script',
'Akronim' => 'Akronim',
'Aladin' => 'Aladin',
'Aldrich' => 'Aldrich',
'Alef' => 'Alef',
'Alegreya' => 'Alegreya',
'Alegreya SC' => 'Alegreya SC',
'Alex Brush' => 'Alex Brush',
'Alfa Slab One' => 'Alfa Slab One',
'Alice' => 'Alice',
'Alike' => 'Alike',
'Alike Angular' => 'Alike Angular',
'Allan' => 'Allan',
'Allerta' => 'Allerta',
'Allerta Stencil' => 'Allerta Stencil',
'Allura' => 'Allura',
'Almendra' => 'Almendra',
'Almendra Display' => 'Almendra Display',
'Almendra SC' => 'Almendra SC',
'Amarante' => 'Amarante',
'Amaranth' => 'Amaranth',
'Amatic SC' => 'Amatic SC',
'Amethysta' => 'Amethysta',
'Anaheim' => 'Anaheim',
'Andada' => 'Andada',
'Andika' => 'Andika',
'Angkor' => 'Angkor',
'Annie Use Your Telescope' => 'Annie Use Your Telescope',
'Anonymous Pro' => 'Anonymous Pro',
'Antic' => 'Antic',
'Antic Didone' => 'Antic Didone',
'Antic Slab' => 'Antic Slab',
'Anton' => 'Anton',
'Arapey' => 'Arapey',
'Arbutus' => 'Arbutus',
'Arbutus Slab' => 'Arbutus Slab',
'Architects Daughter' => 'Architects Daughter',
'Archivo Black' => 'Archivo Black',
'Archivo Narrow' => 'Archivo Narrow',
'Arimo' => 'Arimo',
'Arizonia' => 'Arizonia',
'Armata' => 'Armata',
'Artifika' => 'Artifika',
'Arvo' => 'Arvo',
'Asap' => 'Asap',
'Asset' => 'Asset',
'Astloch' => 'Astloch',
'Asul' => 'Asul',
'Atomic Age' => 'Atomic Age',
'Aubrey' => 'Aubrey',
'Audiowide' => 'Audiowide',
'Autour One' => 'Autour One',
'Average' => 'Average',
'Average Sans' => 'Average Sans',
'Averia Gruesa Libre' => 'Averia Gruesa Libre',
'Averia Libre' => 'Averia Libre',
'Averia Sans Libre' => 'Averia Sans Libre',
'Averia Serif Libre' => 'Averia Serif Libre',
'Bad Script' => 'Bad Script',
'Balthazar' => 'Balthazar',
'Bangers' => 'Bangers',
'Basic' => 'Basic',
'Battambang' => 'Battambang',
'Baumans' => 'Baumans',
'Bayon' => 'Bayon',
'Belgrano' => 'Belgrano',
'Belleza' => 'Belleza',
'BenchNine' => 'BenchNine',
'Bentham' => 'Bentham',
'Berkshire Swash' => 'Berkshire Swash',
'Bevan' => 'Bevan',
'Bigelow Rules' => 'Bigelow Rules',
'Bigshot One' => 'Bigshot One',
'Bilbo' => 'Bilbo',
'Bilbo Swash Caps' => 'Bilbo Swash Caps',
'Bitter' => 'Bitter',
'Black Ops One' => 'Black Ops One',
'Bokor' => 'Bokor',
'Bonbon' => 'Bonbon',
'Boogaloo' => 'Boogaloo',
'Bowlby One' => 'Bowlby One',
'Bowlby One SC' => 'Bowlby One SC',
'Brawler' => 'Brawler',
'Bree Serif' => 'Bree Serif',
'Bubblegum Sans' => 'Bubblegum Sans',
'Bubbler One' => 'Bubbler One',
'Buda' => 'Buda',
'Buenard' => 'Buenard',
'Butcherman' => 'Butcherman',
'Butterfly Kids' => 'Butterfly Kids',
'Cabin' => 'Cabin',
'Cabin Condensed' => 'Cabin Condensed',
'Cabin Sketch' => 'Cabin Sketch',
'Caesar Dressing' => 'Caesar Dressing',
'Cagliostro' => 'Cagliostro',
'Calligraffitti' => 'Calligraffitti',
'Cambo' => 'Cambo',
'Candal' => 'Candal',
'Cantarell' => 'Cantarell',
'Cantata One' => 'Cantata One',
'Cantora One' => 'Cantora One',
'Capriola' => 'Capriola',
'Cardo' => 'Cardo',
'Carme' => 'Carme',
'Carrois Gothic' => 'Carrois Gothic',
'Carrois Gothic SC' => 'Carrois Gothic SC',
'Carter One' => 'Carter One',
'Caudex' => 'Caudex',
'Cedarville Cursive' => 'Cedarville Cursive',
'Ceviche One' => 'Ceviche One',
'Changa One' => 'Changa One',
'Chango' => 'Chango',
'Chau Philomene One' => 'Chau Philomene One',
'Chela One' => 'Chela One',
'Chelsea Market' => 'Chelsea Market',
'Chenla' => 'Chenla',
'Cherry Cream Soda' => 'Cherry Cream Soda',
'Cherry Swash' => 'Cherry Swash',
'Chewy' => 'Chewy',
'Chicle' => 'Chicle',
'Chivo' => 'Chivo',
'Cinzel' => 'Cinzel',
'Cinzel Decorative' => 'Cinzel Decorative',
'Clicker Script' => 'Clicker Script',
'Coda' => 'Coda',
'Coda Caption' => 'Coda Caption',
'Codystar' => 'Codystar',
'Combo' => 'Combo',
'Comfortaa' => 'Comfortaa',
'Coming Soon' => 'Coming Soon',
'Concert One' => 'Concert One',
'Condiment' => 'Condiment',
'Content' => 'Content',
'Contrail One' => 'Contrail One',
'Convergence' => 'Convergence',
'Cookie' => 'Cookie',
'Copse' => 'Copse',
'Corben' => 'Corben',
'Courgette' => 'Courgette',
'Cousine' => 'Cousine',
'Coustard' => 'Coustard',
'Covered By Your Grace' => 'Covered By Your Grace',
'Crafty Girls' => 'Crafty Girls',
'Creepster' => 'Creepster',
'Crete Round' => 'Crete Round',
'Crimson Text' => 'Crimson Text',
'Croissant One' => 'Croissant One',
'Crushed' => 'Crushed',
'Cuprum' => 'Cuprum',
'Cutive' => 'Cutive',
'Cutive Mono' => 'Cutive Mono',
'Damion' => 'Damion',
'Dancing Script' => 'Dancing Script',
'Dangrek' => 'Dangrek',
'Dawning of a New Day' => 'Dawning of a New Day',
'Days One' => 'Days One',
'Delius' => 'Delius',
'Delius Swash Caps' => 'Delius Swash Caps',
'Delius Unicase' => 'Delius Unicase',
'Della Respira' => 'Della Respira',
'Denk One' => 'Denk One',
'Devonshire' => 'Devonshire',
'Didact Gothic' => 'Didact Gothic',
'Diplomata' => 'Diplomata',
'Diplomata SC' => 'Diplomata SC',
'Domine' => 'Domine',
'Donegal One' => 'Donegal One',
'Doppio One' => 'Doppio One',
'Dorsa' => 'Dorsa',
'Dosis' => 'Dosis',
'Dr Sugiyama' => 'Dr Sugiyama',
'Droid Sans' => 'Droid Sans',
'Droid Sans Mono' => 'Droid Sans Mono',
'Droid Serif' => 'Droid Serif',
'Duru Sans' => 'Duru Sans',
'Dynalight' => 'Dynalight',
'EB Garamond' => 'EB Garamond',
'Eagle Lake' => 'Eagle Lake',
'Eater' => 'Eater',
'Economica' => 'Economica',
'Electrolize' => 'Electrolize',
'Elsie' => 'Elsie',
'Elsie Swash Caps' => 'Elsie Swash Caps',
'Emblema One' => 'Emblema One',
'Emilys Candy' => 'Emilys Candy',
'Engagement' => 'Engagement',
'Englebert' => 'Englebert',
'Enriqueta' => 'Enriqueta',
'Erica One' => 'Erica One',
'Esteban' => 'Esteban',
'Euphoria Script' => 'Euphoria Script',
'Ewert' => 'Ewert',
'Exo' => 'Exo',
'Expletus Sans' => 'Expletus Sans',
'Fanwood Text' => 'Fanwood Text',
'Fascinate' => 'Fascinate',
'Fascinate Inline' => 'Fascinate Inline',
'Faster One' => 'Faster One',
'Fasthand' => 'Fasthand',
'Fauna One' => 'Fauna One',
'Federant' => 'Federant',
'Federo' => 'Federo',
'Felipa' => 'Felipa',
'Fenix' => 'Fenix',
'Finger Paint' => 'Finger Paint',
'Fjalla One' => 'Fjalla One',
'Fjord One' => 'Fjord One',
'Flamenco' => 'Flamenco',
'Flavors' => 'Flavors',
'Fondamento' => 'Fondamento',
'Fontdiner Swanky' => 'Fontdiner Swanky',
'Forum' => 'Forum',
'Francois One' => 'Francois One',
'Freckle Face' => 'Freckle Face',
'Fredericka the Great' => 'Fredericka the Great',
'Fredoka One' => 'Fredoka One',
'Freehand' => 'Freehand',
'Fresca' => 'Fresca',
'Frijole' => 'Frijole',
'Fruktur' => 'Fruktur',
'Fugaz One' => 'Fugaz One',
'GFS Didot' => 'GFS Didot',
'GFS Neohellenic' => 'GFS Neohellenic',
'Gabriela' => 'Gabriela',
'Gafata' => 'Gafata',
'Galdeano' => 'Galdeano',
'Galindo' => 'Galindo',
'Gentium Basic' => 'Gentium Basic',
'Gentium Book Basic' => 'Gentium Book Basic',
'Geo' => 'Geo',
'Geostar' => 'Geostar',
'Geostar Fill' => 'Geostar Fill',
'Germania One' => 'Germania One',
'Gilda Display' => 'Gilda Display',
'Give You Glory' => 'Give You Glory',
'Glass Antiqua' => 'Glass Antiqua',
'Glegoo' => 'Glegoo',
'Gloria Hallelujah' => 'Gloria Hallelujah',
'Goblin One' => 'Goblin One',
'Gochi Hand' => 'Gochi Hand',
'Gorditas' => 'Gorditas',
'Goudy Bookletter 1911' => 'Goudy Bookletter 1911',
'Graduate' => 'Graduate',
'Grand Hotel' => 'Grand Hotel',
'Gravitas One' => 'Gravitas One',
'Great Vibes' => 'Great Vibes',
'Griffy' => 'Griffy',
'Gruppo' => 'Gruppo',
'Gudea' => 'Gudea',
'Habibi' => 'Habibi',
'Hammersmith One' => 'Hammersmith One',
'Hanalei' => 'Hanalei',
'Hanalei Fill' => 'Hanalei Fill',
'Handlee' => 'Handlee',
'Hanuman' => 'Hanuman',
'Happy Monkey' => 'Happy Monkey',
'Headland One' => 'Headland One',
'Henny Penny' => 'Henny Penny',
'Herr Von Muellerhoff' => 'Herr Von Muellerhoff',
'Holtwood One SC' => 'Holtwood One SC',
'Homemade Apple' => 'Homemade Apple',
'Homenaje' => 'Homenaje',
'IM Fell DW Pica' => 'IM Fell DW Pica',
'IM Fell DW Pica SC' => 'IM Fell DW Pica SC',
'IM Fell Double Pica' => 'IM Fell Double Pica',
'IM Fell Double Pica SC' => 'IM Fell Double Pica SC',
'IM Fell English' => 'IM Fell English',
'IM Fell English SC' => 'IM Fell English SC',
'IM Fell French Canon' => 'IM Fell French Canon',
'IM Fell French Canon SC' => 'IM Fell French Canon SC',
'IM Fell Great Primer' => 'IM Fell Great Primer',
'IM Fell Great Primer SC' => 'IM Fell Great Primer SC',
'Iceberg' => 'Iceberg',
'Iceland' => 'Iceland',
'Imprima' => 'Imprima',
'Inconsolata' => 'Inconsolata',
'Inder' => 'Inder',
'Indie Flower' => 'Indie Flower',
'Inika' => 'Inika',
'Irish Grover' => 'Irish Grover',
'Istok Web' => 'Istok Web',
'Italiana' => 'Italiana',
'Italianno' => 'Italianno',
'Jacques Francois' => 'Jacques Francois',
'Jacques Francois Shadow' => 'Jacques Francois Shadow',
'Jim Nightshade' => 'Jim Nightshade',
'Jockey One' => 'Jockey One',
'Jolly Lodger' => 'Jolly Lodger',
'Josefin Sans' => 'Josefin Sans',
'Josefin Slab' => 'Josefin Slab',
'Joti One' => 'Joti One',
'Judson' => 'Judson',
'Julee' => 'Julee',
'Julius Sans One' => 'Julius Sans One',
'Junge' => 'Junge',
'Jura' => 'Jura',
'Just Another Hand' => 'Just Another Hand',
'Just Me Again Down Here' => 'Just Me Again Down Here',
'Kameron' => 'Kameron',
'Karla' => 'Karla',
'Kaushan Script' => 'Kaushan Script',
'Kavoon' => 'Kavoon',
'Keania One' => 'Keania One',
'Kelly Slab' => 'Kelly Slab',
'Kenia' => 'Kenia',
'Khmer' => 'Khmer',
'Kite One' => 'Kite One',
'Knewave' => 'Knewave',
'Kotta One' => 'Kotta One',
'Koulen' => 'Koulen',
'Kranky' => 'Kranky',
'Kreon' => 'Kreon',
'Kristi' => 'Kristi',
'Krona One' => 'Krona One',
'La Belle Aurore' => 'La Belle Aurore',
'Lancelot' => 'Lancelot',
'Lato' => 'Lato',
'League Script' => 'League Script',
'Leckerli One' => 'Leckerli One',
'Ledger' => 'Ledger',
'Lekton' => 'Lekton',
'Lemon' => 'Lemon',
'Libre Baskerville' => 'Libre Baskerville',
'Life Savers' => 'Life Savers',
'Lilita One' => 'Lilita One',
'Lily Script One' => 'Lily Script One',
'Limelight' => 'Limelight',
'Linden Hill' => 'Linden Hill',
'Lobster' => 'Lobster',
'Lobster Two' => 'Lobster Two',
'Londrina Outline' => 'Londrina Outline',
'Londrina Shadow' => 'Londrina Shadow',
'Londrina Sketch' => 'Londrina Sketch',
'Londrina Solid' => 'Londrina Solid',
'Lora' => 'Lora',
'Love Ya Like A Sister' => 'Love Ya Like A Sister',
'Loved by the King' => 'Loved by the King',
'Lovers Quarrel' => 'Lovers Quarrel',
'Luckiest Guy' => 'Luckiest Guy',
'Lusitana' => 'Lusitana',
'Lustria' => 'Lustria',
'Macondo' => 'Macondo',
'Macondo Swash Caps' => 'Macondo Swash Caps',
'Magra' => 'Magra',
'Maiden Orange' => 'Maiden Orange',
'Mako' => 'Mako',
'Marcellus' => 'Marcellus',
'Marcellus SC' => 'Marcellus SC',
'Marck Script' => 'Marck Script',
'Margarine' => 'Margarine',
'Marko One' => 'Marko One',
'Marmelad' => 'Marmelad',
'Marvel' => 'Marvel',
'Mate' => 'Mate',
'Mate SC' => 'Mate SC',
'Maven Pro' => 'Maven Pro',
'McLaren' => 'McLaren',
'Meddon' => 'Meddon',
'MedievalSharp' => 'MedievalSharp',
'Medula One' => 'Medula One',
'Megrim' => 'Megrim',
'Meie Script' => 'Meie Script',
'Merienda' => 'Merienda',
'Merienda One' => 'Merienda One',
'Merriweather' => 'Merriweather',
'Merriweather Sans' => 'Merriweather Sans',
'Metal' => 'Metal',
'Metal Mania' => 'Metal Mania',
'Metamorphous' => 'Metamorphous',
'Metrophobic' => 'Metrophobic',
'Michroma' => 'Michroma',
'Milonga' => 'Milonga',
'Miltonian' => 'Miltonian',
'Miltonian Tattoo' => 'Miltonian Tattoo',
'Miniver' => 'Miniver',
'Miss Fajardose' => 'Miss Fajardose',
'Modern Antiqua' => 'Modern Antiqua',
'Molengo' => 'Molengo',
'Molle' => 'Molle',
'Monda' => 'Monda',
'Monofett' => 'Monofett',
'Monoton' => 'Monoton',
'Monsieur La Doulaise' => 'Monsieur La Doulaise',
'Montaga' => 'Montaga',
'Montez' => 'Montez',
'Montserrat' => 'Montserrat',
'Montserrat Alternates' => 'Montserrat Alternates',
'Montserrat Subrayada' => 'Montserrat Subrayada',
'Moul' => 'Moul',
'Moulpali' => 'Moulpali',
'Mountains of Christmas' => 'Mountains of Christmas',
'Mouse Memoirs' => 'Mouse Memoirs',
'Mr Bedfort' => 'Mr Bedfort',
'Mr Dafoe' => 'Mr Dafoe',
'Mr De Haviland' => 'Mr De Haviland',
'Mrs Saint Delafield' => 'Mrs Saint Delafield',
'Mrs Sheppards' => 'Mrs Sheppards',
'Muli' => 'Muli',
'Mystery Quest' => 'Mystery Quest',
'Neucha' => 'Neucha',
'Neuton' => 'Neuton',
'New Rocker' => 'New Rocker',
'News Cycle' => 'News Cycle',
'Niconne' => 'Niconne',
'Nixie One' => 'Nixie One',
'Nobile' => 'Nobile',
'Nokora' => 'Nokora',
'Norican' => 'Norican',
'Nosifer' => 'Nosifer',
'Nothing You Could Do' => 'Nothing You Could Do',
'Noticia Text' => 'Noticia Text',
'Noto Sans' => 'Noto Sans',
'Noto Serif' => 'Noto Serif',
'Nova Cut' => 'Nova Cut',
'Nova Flat' => 'Nova Flat',
'Nova Mono' => 'Nova Mono',
'Nova Oval' => 'Nova Oval',
'Nova Round' => 'Nova Round',
'Nova Script' => 'Nova Script',
'Nova Slim' => 'Nova Slim',
'Nova Square' => 'Nova Square',
'Numans' => 'Numans',
'Nunito' => 'Nunito',
'Odor Mean Chey' => 'Odor Mean Chey',
'Offside' => 'Offside',
'Old Standard TT' => 'Old Standard TT',
'Oldenburg' => 'Oldenburg',
'Oleo Script' => 'Oleo Script',
'Oleo Script Swash Caps' => 'Oleo Script Swash Caps',
'Open Sans' => 'Open Sans',
'Open Sans Condensed' => 'Open Sans Condensed',
'Oranienbaum' => 'Oranienbaum',
'Orbitron' => 'Orbitron',
'Oregano' => 'Oregano',
'Orienta' => 'Orienta',
'Original Surfer' => 'Original Surfer',
'Oswald' => 'Oswald',
'Over the Rainbow' => 'Over the Rainbow',
'Overlock' => 'Overlock',
'Overlock SC' => 'Overlock SC',
'Ovo' => 'Ovo',
'Oxygen' => 'Oxygen',
'Oxygen Mono' => 'Oxygen Mono',
'PT Mono' => 'PT Mono',
'PT Sans' => 'PT Sans',
'PT Sans Caption' => 'PT Sans Caption',
'PT Sans Narrow' => 'PT Sans Narrow',
'PT Serif' => 'PT Serif',
'PT Serif Caption' => 'PT Serif Caption',
'Pacifico' => 'Pacifico',
'Paprika' => 'Paprika',
'Parisienne' => 'Parisienne',
'Passero One' => 'Passero One',
'Passion One' => 'Passion One',
'Pathway Gothic One' => 'Pathway Gothic One',
'Patrick Hand' => 'Patrick Hand',
'Patrick Hand SC' => 'Patrick Hand SC',
'Patua One' => 'Patua One',
'Paytone One' => 'Paytone One',
'Peralta' => 'Peralta',
'Permanent Marker' => 'Permanent Marker',
'Petit Formal Script' => 'Petit Formal Script',
'Petrona' => 'Petrona',
'Philosopher' => 'Philosopher',
'Piedra' => 'Piedra',
'Pinyon Script' => 'Pinyon Script',
'Pirata One' => 'Pirata One',
'Plaster' => 'Plaster',
'Play' => 'Play',
'Playball' => 'Playball',
'Playfair Display' => 'Playfair Display',
'Playfair Display SC' => 'Playfair Display SC',
'Podkova' => 'Podkova',
'Poiret One' => 'Poiret One',
'Poller One' => 'Poller One',
'Poly' => 'Poly',
'Pompiere' => 'Pompiere',
'Pontano Sans' => 'Pontano Sans',
'Port Lligat Sans' => 'Port Lligat Sans',
'Port Lligat Slab' => 'Port Lligat Slab',
'Prata' => 'Prata',
'Preahvihear' => 'Preahvihear',
'Press Start 2P' => 'Press Start 2P',
'Princess Sofia' => 'Princess Sofia',
'Prociono' => 'Prociono',
'Prosto One' => 'Prosto One',
'Puritan' => 'Puritan',
'Purple Purse' => 'Purple Purse',
'Quando' => 'Quando',
'Quantico' => 'Quantico',
'Quattrocento' => 'Quattrocento',
'Quattrocento Sans' => 'Quattrocento Sans',
'Questrial' => 'Questrial',
'Quicksand' => 'Quicksand',
'Quintessential' => 'Quintessential',
'Qwigley' => 'Qwigley',
'Racing Sans One' => 'Racing Sans One',
'Radley' => 'Radley',
'Raleway' => 'Raleway',
'Raleway Dots' => 'Raleway Dots',
'Rambla' => 'Rambla',
'Rammetto One' => 'Rammetto One',
'Ranchers' => 'Ranchers',
'Rancho' => 'Rancho',
'Rationale' => 'Rationale',
'Redressed' => 'Redressed',
'Reenie Beanie' => 'Reenie Beanie',
'Revalia' => 'Revalia',
'Ribeye' => 'Ribeye',
'Ribeye Marrow' => 'Ribeye Marrow',
'Righteous' => 'Righteous',
'Risque' => 'Risque',
'Roboto' => 'Roboto',
'Roboto Condensed' => 'Roboto Condensed',
'Roboto Slab' => 'Roboto Slab',
'Rochester' => 'Rochester',
'Rock Salt' => 'Rock Salt',
'Rokkitt' => 'Rokkitt',
'Romanesco' => 'Romanesco',
'Ropa Sans' => 'Ropa Sans',
'Rosario' => 'Rosario',
'Rosarivo' => 'Rosarivo',
'Rouge Script' => 'Rouge Script',
'Ruda' => 'Ruda',
'Rufina' => 'Rufina',
'Ruge Boogie' => 'Ruge Boogie',
'Ruluko' => 'Ruluko',
'Rum Raisin' => 'Rum Raisin',
'Ruslan Display' => 'Ruslan Display',
'Russo One' => 'Russo One',
'Ruthie' => 'Ruthie',
'Rye' => 'Rye',
'Sacramento' => 'Sacramento',
'Sail' => 'Sail',
'Salsa' => 'Salsa',
'Sanchez' => 'Sanchez',
'Sancreek' => 'Sancreek',
'Sansita One' => 'Sansita One',
'Sarina' => 'Sarina',
'Satisfy' => 'Satisfy',
'Scada' => 'Scada',
'Schoolbell' => 'Schoolbell',
'Seaweed Script' => 'Seaweed Script',
'Sevillana' => 'Sevillana',
'Seymour One' => 'Seymour One',
'Shadows Into Light' => 'Shadows Into Light',
'Shadows Into Light Two' => 'Shadows Into Light Two',
'Shanti' => 'Shanti',
'Share' => 'Share',
'Share Tech' => 'Share Tech',
'Share Tech Mono' => 'Share Tech Mono',
'Shojumaru' => 'Shojumaru',
'Short Stack' => 'Short Stack',
'Siemreap' => 'Siemreap',
'Sigmar One' => 'Sigmar One',
'Signika' => 'Signika',
'Signika Negative' => 'Signika Negative',
'Simonetta' => 'Simonetta',
'Sintony' => 'Sintony',
'Sirin Stencil' => 'Sirin Stencil',
'Six Caps' => 'Six Caps',
'Skranji' => 'Skranji',
'Slackey' => 'Slackey',
'Smokum' => 'Smokum',
'Smythe' => 'Smythe',
'Sniglet' => 'Sniglet',
'Snippet' => 'Snippet',
'Snowburst One' => 'Snowburst One',
'Sofadi One' => 'Sofadi One',
'Sofia' => 'Sofia',
'Sonsie One' => 'Sonsie One',
'Sorts Mill Goudy' => 'Sorts Mill Goudy',
'Source Code Pro' => 'Source Code Pro',
'Source Sans Pro' => 'Source Sans Pro',
'Special Elite' => 'Special Elite',
'Spicy Rice' => 'Spicy Rice',
'Spinnaker' => 'Spinnaker',
'Spirax' => 'Spirax',
'Squada One' => 'Squada One',
'Stalemate' => 'Stalemate',
'Stalinist One' => 'Stalinist One',
'Stardos Stencil' => 'Stardos Stencil',
'Stint Ultra Condensed' => 'Stint Ultra Condensed',
'Stint Ultra Expanded' => 'Stint Ultra Expanded',
'Stoke' => 'Stoke',
'Strait' => 'Strait',
'Sue Ellen Francisco' => 'Sue Ellen Francisco',
'Sunshiney' => 'Sunshiney',
'Supermercado One' => 'Supermercado One',
'Suwannaphum' => 'Suwannaphum',
'Swanky and Moo Moo' => 'Swanky and Moo Moo',
'Syncopate' => 'Syncopate',
'Tangerine' => 'Tangerine',
'Taprom' => 'Taprom',
'Tauri' => 'Tauri',
'Telex' => 'Telex',
'Tenor Sans' => 'Tenor Sans',
'Text Me One' => 'Text Me One',
'The Girl Next Door' => 'The Girl Next Door',
'Tienne' => 'Tienne',
'Tinos' => 'Tinos',
'Titan One' => 'Titan One',
'Titillium Web' => 'Titillium Web',
'Trade Winds' => 'Trade Winds',
'Trocchi' => 'Trocchi',
'Trochut' => 'Trochut',
'Trykker' => 'Trykker',
'Tulpen One' => 'Tulpen One',
'Ubuntu' => 'Ubuntu',
'Ubuntu Condensed' => 'Ubuntu Condensed',
'Ubuntu Mono' => 'Ubuntu Mono',
'Ultra' => 'Ultra',
'Uncial Antiqua' => 'Uncial Antiqua',
'Underdog' => 'Underdog',
'Unica One' => 'Unica One',
'UnifrakturCook' => 'UnifrakturCook',
'UnifrakturMaguntia' => 'UnifrakturMaguntia',
'Unkempt' => 'Unkempt',
'Unlock' => 'Unlock',
'Unna' => 'Unna',
'VT323' => 'VT323',
'Vampiro One' => 'Vampiro One',
'Varela' => 'Varela',
'Varela Round' => 'Varela Round',
'Vast Shadow' => 'Vast Shadow',
'Vibur' => 'Vibur',
'Vidaloka' => 'Vidaloka',
'Viga' => 'Viga',
'Voces' => 'Voces',
'Volkhov' => 'Volkhov',
'Vollkorn' => 'Vollkorn',
'Voltaire' => 'Voltaire',
'Waiting for the Sunrise' => 'Waiting for the Sunrise',
'Wallpoet' => 'Wallpoet',
'Walter Turncoat' => 'Walter Turncoat',
'Warnes' => 'Warnes',
'Wellfleet' => 'Wellfleet',
'Wendy One' => 'Wendy One',
'Wire One' => 'Wire One',
'Yanone Kaffeesatz' => 'Yanone Kaffeesatz',
'Yellowtail' => 'Yellowtail',
'Yeseva One' => 'Yeseva One',
'Yesteryear' => 'Yesteryear',
'Zeyada' => 'Zeyada',
),
'title' => 'Select Footer Headings Font',
'default' => 'Antic Slab',
),
array (
'id' => 'standard_fonts_intro',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0; margin-bottom:10px;\'\'>Standards</h3>If you have a Google Font selected above, it will override the standard font.',
),
array (
'desc' => 'Select a font family for body text',
'id' => 'standard_body',
'type' => 'select',
'options' => array (
0 => 'Select Font',
'Arial, Helvetica, sans-serif' => 'Arial, Helvetica, sans-serif',
'\'Arial Black\', Gadget, sans-serif' => '\'Arial Black\', Gadget, sans-serif',
'\'Bookman Old Style\', serif' => '\'Bookman Old Style\', serif',
'\'Comic Sans MS\', cursive' => '\'Comic Sans MS\', cursive',
'Courier, monospace' => 'Courier, monospace',
'Garamond, serif' => 'Garamond, serif',
'Georgia, serif' => 'Georgia, serif',
'Impact, Charcoal, sans-serif' => 'Impact, Charcoal, sans-serif',
'\'Lucida Console\', Monaco, monospace' => '\'Lucida Console\', Monaco, monospace',
'\'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif' => '\'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif',
'\'MS Sans Serif\', Geneva, sans-serif' => '\'MS Sans Serif\', Geneva, sans-serif',
'\'MS Serif\', \'New York\', sans-serif' => '\'MS Serif\', \'New York\', sans-serif',
'\'Palatino Linotype\', \'Book Antiqua\', Palatino, serif' => '\'Palatino Linotype\', \'Book Antiqua\', Palatino, serif',
'Tahoma, Geneva, sans-serif' => 'Tahoma, Geneva, sans-serif',
'\'Times New Roman\', Times, serif' => '\'Times New Roman\', Times, serif',
'\'Trebuchet MS\', Helvetica, sans-serif' => '\'Trebuchet MS\', Helvetica, sans-serif',
'Verdana, Geneva, sans-serif' => 'Verdana, Geneva, sans-serif',
),
'title' => 'Select Body Font Family',
),
array (
'desc' => 'Select a font family for menu / navigation',
'id' => 'standard_nav',
'type' => 'select',
'options' => array (
0 => 'Select Font',
'Arial, Helvetica, sans-serif' => 'Arial, Helvetica, sans-serif',
'\'Arial Black\', Gadget, sans-serif' => '\'Arial Black\', Gadget, sans-serif',
'\'Bookman Old Style\', serif' => '\'Bookman Old Style\', serif',
'\'Comic Sans MS\', cursive' => '\'Comic Sans MS\', cursive',
'Courier, monospace' => 'Courier, monospace',
'Garamond, serif' => 'Garamond, serif',
'Georgia, serif' => 'Georgia, serif',
'Impact, Charcoal, sans-serif' => 'Impact, Charcoal, sans-serif',
'\'Lucida Console\', Monaco, monospace' => '\'Lucida Console\', Monaco, monospace',
'\'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif' => '\'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif',
'\'MS Sans Serif\', Geneva, sans-serif' => '\'MS Sans Serif\', Geneva, sans-serif',
'\'MS Serif\', \'New York\', sans-serif' => '\'MS Serif\', \'New York\', sans-serif',
'\'Palatino Linotype\', \'Book Antiqua\', Palatino, serif' => '\'Palatino Linotype\', \'Book Antiqua\', Palatino, serif',
'Tahoma, Geneva, sans-serif' => 'Tahoma, Geneva, sans-serif',
'\'Times New Roman\', Times, serif' => '\'Times New Roman\', Times, serif',
'\'Trebuchet MS\', Helvetica, sans-serif' => '\'Trebuchet MS\', Helvetica, sans-serif',
'Verdana, Geneva, sans-serif' => 'Verdana, Geneva, sans-serif',
),
'title' => 'Select Menu Font Family',
),
array (
'desc' => 'Select a font family for headings',
'id' => 'standard_headings',
'type' => 'select',
'options' => array (
0 => 'Select Font',
'Arial, Helvetica, sans-serif' => 'Arial, Helvetica, sans-serif',
'\'Arial Black\', Gadget, sans-serif' => '\'Arial Black\', Gadget, sans-serif',
'\'Bookman Old Style\', serif' => '\'Bookman Old Style\', serif',
'\'Comic Sans MS\', cursive' => '\'Comic Sans MS\', cursive',
'Courier, monospace' => 'Courier, monospace',
'Garamond, serif' => 'Garamond, serif',
'Georgia, serif' => 'Georgia, serif',
'Impact, Charcoal, sans-serif' => 'Impact, Charcoal, sans-serif',
'\'Lucida Console\', Monaco, monospace' => '\'Lucida Console\', Monaco, monospace',
'\'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif' => '\'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif',
'\'MS Sans Serif\', Geneva, sans-serif' => '\'MS Sans Serif\', Geneva, sans-serif',
'\'MS Serif\', \'New York\', sans-serif' => '\'MS Serif\', \'New York\', sans-serif',
'\'Palatino Linotype\', \'Book Antiqua\', Palatino, serif' => '\'Palatino Linotype\', \'Book Antiqua\', Palatino, serif',
'Tahoma, Geneva, sans-serif' => 'Tahoma, Geneva, sans-serif',
'\'Times New Roman\', Times, serif' => '\'Times New Roman\', Times, serif',
'\'Trebuchet MS\', Helvetica, sans-serif' => '\'Trebuchet MS\', Helvetica, sans-serif',
'Verdana, Geneva, sans-serif' => 'Verdana, Geneva, sans-serif',
),
'title' => 'Select Headings Font Family',
),
array (
'desc' => 'Select a font family for footer headings',
'id' => 'standard_footer_headings',
'type' => 'select',
'options' => array (
0 => 'Select Font',
'Arial, Helvetica, sans-serif' => 'Arial, Helvetica, sans-serif',
'\'Arial Black\', Gadget, sans-serif' => '\'Arial Black\', Gadget, sans-serif',
'\'Bookman Old Style\', serif' => '\'Bookman Old Style\', serif',
'\'Comic Sans MS\', cursive' => '\'Comic Sans MS\', cursive',
'Courier, monospace' => 'Courier, monospace',
'Garamond, serif' => 'Garamond, serif',
'Georgia, serif' => 'Georgia, serif',
'Impact, Charcoal, sans-serif' => 'Impact, Charcoal, sans-serif',
'\'Lucida Console\', Monaco, monospace' => '\'Lucida Console\', Monaco, monospace',
'\'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif' => '\'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif',
'\'MS Sans Serif\', Geneva, sans-serif' => '\'MS Sans Serif\', Geneva, sans-serif',
'\'MS Serif\', \'New York\', sans-serif' => '\'MS Serif\', \'New York\', sans-serif',
'\'Palatino Linotype\', \'Book Antiqua\', Palatino, serif' => '\'Palatino Linotype\', \'Book Antiqua\', Palatino, serif',
'Tahoma, Geneva, sans-serif' => 'Tahoma, Geneva, sans-serif',
'\'Times New Roman\', Times, serif' => '\'Times New Roman\', Times, serif',
'\'Trebuchet MS\', Helvetica, sans-serif' => '\'Trebuchet MS\', Helvetica, sans-serif',
'Verdana, Geneva, sans-serif' => 'Verdana, Geneva, sans-serif',
),
'title' => 'Select Footer Headings Font Family',
),
array (
'id' => 'font_size_intro',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Font Sizes</h3>',
),
array (
'desc' => 'Default is 13',
'id' => 'body_font_size',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Body Font Size (px)',
'default' => '13',
),
array (
'desc' => 'Default is 14',
'id' => 'nav_font_size',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Top Nav Font Size (px)',
'default' => '14',
),
array (
'desc' => 'Default is 12',
'id' => 'snav_font_size',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Secondary Nav & Top Contact Info Font Size (px)',
'default' => '12',
),
array (
'desc' => 'Default is 14',
'id' => 'side_nav_font_size',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Side Nav Font Size (px)',
'default' => '14',
),
array (
'desc' => 'Default is 10',
'id' => 'breadcrumbs_font_size',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Breadcrumbs Font Size (px)',
'default' => '10',
),
array (
'desc' => 'Default is 13',
'id' => 'sidew_font_size',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Sidebar Widget Title Font Size (px)',
'default' => '13',
),
array (
'desc' => 'Default is 13',
'id' => 'slidingbar_font_size',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Sliding Bar Widget Title Font Size (px)',
'default' => '13',
),
array (
'desc' => 'Default is 13',
'id' => 'footw_font_size',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Footer Widget Title Font Size (px)',
'default' => '13',
),
array (
'desc' => 'Default is 12',
'id' => 'copyright_font_size',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Copyright Font Size (px)',
'default' => '12',
),
array (
'desc' => 'Default is 32',
'id' => 'h1_font_size',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Heading Font Size H1 (px)',
'default' => '32',
),
array (
'desc' => 'Default is 18',
'id' => 'h2_font_size',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Heading Font Size H2 (px)',
'default' => '18',
),
array (
'desc' => 'Default is 16',
'id' => 'h3_font_size',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Heading Font Size H3 (px)',
'default' => '16',
),
array (
'desc' => 'Default is 13',
'id' => 'h4_font_size',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Heading Font Size H4 (px)',
'default' => '13',
),
array (
'desc' => 'Default is 12',
'id' => 'h5_font_size',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Heading Font Size H5 (px)',
'default' => '12',
),
array (
'desc' => 'Default is 11',
'id' => 'h6_font_size',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Heading Font Size H6 (px)',
'default' => '11',
),
array (
'desc' => 'Default is 16',
'id' => 'tagline_font_size',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Header Tagline Font Size',
'default' => '16',
),
array (
'desc' => 'Default is 18',
'id' => 'page_title_font_size',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Page Title Font Size',
'default' => '18',
),
array (
'desc' => 'Default is 14',
'id' => 'page_title_subheader_font_size',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Page Title Subheader Font Size',
'default' => '14',
),
array (
'id' => 'custom_heading_font',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'\'>Font Line Heights</h3>',
),
array (
'desc' => 'Default is 20',
'id' => 'body_font_lh',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Body Font Line Height (px)',
'default' => '20',
),
array (
'desc' => 'Default is 48',
'id' => 'h1_font_lh',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Heading Font Line Height H1 (px)',
'default' => '48',
),
array (
'desc' => 'Default is 27',
'id' => 'h2_font_lh',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Heading Font Line Height H2 (px)',
'default' => '27',
),
array (
'desc' => 'Default is 24',
'id' => 'h3_font_lh',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Heading Font Line Height H3 (px)',
'default' => '24',
),
array (
'desc' => 'Default is 20',
'id' => 'h4_font_lh',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Heading Font Line Height H4 (px)',
'default' => '20',
),
array (
'desc' => 'Default is 18',
'id' => 'h5_font_lh',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Heading Font Line Height H5 (px)',
'default' => '18',
),
array (
'desc' => 'Default is 17',
'id' => 'h6_font_lh',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Heading Font Line Height H6 (px)',
'default' => '17',
),
),
'icon' => 'el-icon-cog',
),
array (
'title' => 'Styling Options',
'fields' => array (
array (
'desc' => 'Choose a skin, all color options will automatically change to the defined skin.',
'id' => 'scheme_type',
'type' => 'select',
'options' => array (
'light' => 'Light',
'dark' => 'Dark',
),
'title' => 'Choose Theme Skin',
'default' => 'Light',
),
array (
'desc' => 'Choose a scheme, all color options will automatically change to the defined skin.',
'id' => 'color_scheme',
'type' => 'select',
'options' => array (
'red' => 'Red',
'lighred' => 'Light Red',
'blue' => 'Blue',
'lightblue' => 'Light Blue',
'green' => 'Green',
'darkgreen' => 'Dark Green',
'orange' => 'Orange',
'pink' => 'Pink',
'brown' => 'Brown',
'lightgrey' => 'Light Grey',
),
'title' => 'Predefined Color Scheme',
'default' => 'Green',
),
array (
'id' => 'custom_color_scheme_bg',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Background Colors</h3>',
),
array (
'desc' => 'Controls several items, ex: link hovers, highlights, and more.',
'id' => 'primary_color',
'type' => 'color',
'title' => 'Primary Color',
'default' => '#a0ce4e',
),
array (
'desc' => 'Controls the color of the top sliding bar.',
'id' => 'slidingbar_bg_color',
'type' => 'color',
'title' => 'Sliding Bar Background Color',
'default' => '#363839',
),
array (
'desc' => 'Controls the background color for the header.',
'id' => 'header_bg_color',
'type' => 'color',
'title' => 'Header Background Color',
'default' => '#ffffff',
),
array (
'desc' => 'Controls the border colors for the header.',
'id' => 'header_border_color',
'type' => 'color',
'title' => 'Header Border Color',
'default' => '#e1e1e1',
),
array (
'desc' => 'Controls the background color of the top header section used in Headers 2-5.',
'id' => 'header_top_bg_color',
'type' => 'color',
'title' => 'Header Top Background Color',
'default' => '#a0ce4e',
),
array (
'desc' => 'Controls the background color of the main content area.',
'id' => 'content_bg_color',
'type' => 'color',
'title' => 'Content Background Color',
'default' => '#ffffff',
),
array (
'desc' => 'Controls the background color of the footer.',
'id' => 'footer_bg_color',
'type' => 'color',
'title' => 'Footer Background Color',
'default' => '#363839',
),
array (
'desc' => 'Controls the border colors for the footer.',
'id' => 'footer_border_color',
'type' => 'color',
'title' => 'Footer Border Color',
'default' => '#e9eaee',
),
array (
'desc' => 'Controls the border colors for the footer copyright.',
'id' => 'copyright_border_color',
'type' => 'color',
'title' => 'Copyright Border Color',
'default' => '#4b4c4d',
),
array (
'desc' => 'Controls the background color of the footer copyright.',
'id' => 'copyright_bg_color',
'type' => 'color',
'title' => 'Copyright Background Color',
'default' => '#282a2b',
),
array (
'id' => 'custom_color_scheme_element',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Element Colors</h3>',
),
array (
'desc' => 'Controls the top color of the image rollover gradients..',
'id' => 'image_gradient_top_color',
'type' => 'color',
'title' => 'Rollover Image Gradient Top Color',
'default' => '#D1E990',
),
array (
'desc' => 'Controls the bottom color of the image rollover gradients',
'id' => 'image_gradient_bottom_color',
'type' => 'color',
'title' => 'Rollover Image Gradient Bottom Color',
'default' => '#AAD75B',
),
array (
'desc' => 'Controls the top color of the button gradients.',
'id' => 'button_gradient_top_color',
'type' => 'color',
'title' => 'Button Gradient Top Color',
'default' => '#D1E990',
),
array (
'desc' => 'Controls the bottom color of the button gradients.',
'id' => 'button_gradient_bottom_color',
'type' => 'color',
'title' => 'Button Gradient Bottom Color',
'default' => '#AAD75B',
),
array (
'desc' => 'Controls the divider color in the sliding bar.',
'id' => 'slidingbar_divider_color',
'type' => 'color',
'title' => 'Sliding Bar Item Divider Color',
'default' => '#282A2B',
),
array (
'desc' => 'Controls the divider color in the footer.',
'id' => 'footer_divider_color',
'type' => 'color',
'title' => 'Footer Widget Divider Color',
'default' => '#505152',
),
array (
'desc' => 'Controls the background color of form fields.',
'id' => 'form_bg_color',
'type' => 'color',
'title' => 'Form Background Color',
'default' => '#ffffff',
),
array (
'desc' => 'Controls the text color for forms.',
'id' => 'form_text_color',
'type' => 'color',
'title' => 'Form Text Color',
'default' => '#aaa9a9',
),
array (
'desc' => 'Controls the border color of form fields.',
'id' => 'form_border_color',
'type' => 'color',
'title' => 'Form Border Color',
'default' => '#d2d2d2',
),
array (
'desc' => 'Controls blog grid, timeline and WooCommerce post box background color.',
'id' => 'timeline_bg_color',
'type' => 'color',
'title' => 'Blog Grid, Timeline & WooCommerce Box Background Color',
'default' => 'transparent',
),
array (
'desc' => 'Controls blog grid, timeline and WooCommerce post box border, divider lines, date box and border, timeline dots, timeline icon, timeline arrow.',
'id' => 'timeline_color',
'type' => 'color',
'title' => 'Blog Grid, Timeline & WooCommerce Element Colors',
'default' => '#f6f6f6',
),
array (
'desc' => 'Controls the background color of the woocommerce quantity box.',
'id' => 'qty_bg_color',
'type' => 'color',
'title' => 'Woo Quantity Box Background Color',
'default' => '#fbfaf9',
),
array (
'desc' => 'Controls the hover color of the woocommerce quantity box.',
'id' => 'qty_bg_hover_color',
'type' => 'color',
'title' => 'Woo Quantity Box Hover Background Color',
'default' => '#ffffff',
),
array (
'desc' => 'Controls the background color for forum header rows.',
'id' => 'bbp_forum_header_bg',
'type' => 'color',
'title' => 'bbPress Forum Header Background Color',
'default' => '#ebeaea',
),
array (
'desc' => 'Controls the border color for all forum surrounding borders.',
'id' => 'bbp_forum_border_color',
'type' => 'color',
'title' => 'bbPress Forum Border Color',
'default' => '#ebeaea',
),
array (
'desc' => 'Controls the color of the social icons in the social share box.',
'id' => 'socialbox_icons_color',
'type' => 'select',
'options' => array (
'light' => 'Light',
'dark' => 'Dark',
),
'title' => 'Social Share Box Icons Color Scheme',
'default' => 'Dark',
),
array (
'desc' => 'Controls the color of the social icons in the header.',
'id' => 'header_icons_color',
'type' => 'select',
'options' => array (
'light' => 'Light',
'dark' => 'Dark',
),
'title' => 'Header Social Icons Color Scheme',
'default' => 'Light',
),
array (
'desc' => 'Controls the color of the social icons in the footer.',
'id' => 'footer_icons_color',
'type' => 'select',
'options' => array (
'light' => 'Light',
'dark' => 'Dark',
),
'title' => 'Footer Social Icons Color Scheme',
'default' => 'Dark',
),
array (
'id' => 'element_options',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Element Options</h3>',
),
array (
'desc' => 'Check to disable the button text shadow.',
'id' => 'button_text_shadow',
'type' => 'checkbox',
'title' => 'Disable Button Text Shadow',
),
array (
'desc' => 'Check to disable the text shadow in the Sliding Bar.',
'id' => 'slidingbar_text_shadow',
'type' => 'checkbox',
'title' => 'Disable Sliding Bar Text Shadow',
),
array (
'desc' => 'Check to disable the text shadow in the footer.',
'id' => 'footer_text_shadow',
'type' => 'checkbox',
'title' => 'Disable Footer Text Shadow',
),
array (
'id' => 'custom_color_scheme_font',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Font Colors</h3>',
),
array (
'desc' => 'Controls the text color of buttons.',
'id' => 'button_gradient_text_color',
'type' => 'color',
'title' => 'Button Text Color',
'default' => '#54770f',
),
array (
'desc' => 'Controls the text color of the header tagline font.',
'id' => 'tagline_font_color',
'type' => 'color',
'title' => 'Header Tagline Font Color',
'default' => '#747474',
),
array (
'desc' => 'Controls the text color of the page title font.',
'id' => 'page_title_color',
'type' => 'color',
'title' => 'Page Title Font Color',
'default' => '#333333',
),
array (
'desc' => 'Controls the text color of H1 headings.',
'id' => 'h1_color',
'type' => 'color',
'title' => 'Heading 1 (H1) Font Color',
'default' => '#333333',
),
array (
'desc' => 'Controls the text color of H2 headings.',
'id' => 'h2_color',
'type' => 'color',
'title' => 'Heading 2 (H2) Font Color',
'default' => '#333333',
),
array (
'desc' => 'Controls the text color of H3 headings.',
'id' => 'h3_color',
'type' => 'color',
'title' => 'Heading 3 (H3) Font Color',
'default' => '#333333',
),
array (
'desc' => 'Controls the text color of H4 headings.',
'id' => 'h4_color',
'type' => 'color',
'title' => 'Heading 4 (H4) Font Color',
'default' => '#333333',
),
array (
'desc' => 'Controls the text color of H5 headings.',
'id' => 'h5_color',
'type' => 'color',
'title' => 'Heading 5 (H5) Font Color',
'default' => '#333333',
),
array (
'desc' => 'Controls the text color of H6 headings.',
'id' => 'h6_color',
'type' => 'color',
'title' => 'Heading 6 (H6) Font Color',
'default' => '#333333',
),
array (
'desc' => 'Controls the text color of body font.',
'id' => 'body_text_color',
'type' => 'color',
'title' => 'Body Text Color',
'default' => '#747474',
),
array (
'desc' => 'Controls the color of all text links as well as the \'>\' in certain areas.',
'id' => 'link_color',
'type' => 'color',
'title' => 'Link Color',
'default' => '#333333',
),
array (
'desc' => 'Controls the text color of the breadcrumb font.',
'id' => 'breadcrumbs_text_color',
'type' => 'color',
'title' => 'Breadcrumbs Text Color',
'default' => '#333333',
),
array (
'desc' => 'Controls the text color of the sliding bar heading font.',
'id' => 'slidingbar_headings_color',
'type' => 'color',
'title' => 'Sliding Bar Headings Color',
'default' => '#DDDDDD',
),
array (
'desc' => 'Controls the font color of the sliding bar font.',
'id' => 'slidingbar_text_color',
'type' => 'color',
'title' => 'Sliding Bar Font Color',
'default' => '#8C8989',
),
array (
'desc' => 'Controls the text color of the sliding bar link font.',
'id' => 'slidingbar_link_color',
'type' => 'color',
'title' => 'Sliding Bar Link Color',
'default' => '#BFBFBF',
),
array (
'desc' => 'Controls the text color of the footer heading font.',
'id' => 'footer_headings_color',
'type' => 'color',
'title' => 'Footer Headings Color',
'default' => '#DDDDDD',
),
array (
'desc' => 'Controls the text color of the footer font.',
'id' => 'footer_text_color',
'type' => 'color',
'title' => 'Footer Font Color',
'default' => '#8C8989',
),
array (
'desc' => 'Controls the text color of the footer link font.',
'id' => 'footer_link_color',
'type' => 'color',
'title' => 'Footer Link Color',
'default' => '#BFBFBF',
),
array (
'id' => 'menu_colors_intro',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Menu Colors</h3>',
),
array (
'desc' => 'Controls the background color of the menu when using header 4 or 5.',
'id' => 'menu_h45_bg_color',
'type' => 'color',
'title' => 'Menu Background Color For Header 4 & 5',
'default' => '#FFFFFF',
),
array (
'desc' => 'Controls the text color of first level menu items.',
'id' => 'menu_first_color',
'type' => 'color',
'title' => 'Menu Font Color - First Level',
'default' => '#333333',
),
array (
'desc' => 'Controls the main menu hover, hover border & dropdown border color.',
'id' => 'menu_hover_first_color',
'type' => 'color',
'title' => 'Menu Font Hover Color - First Level',
'default' => '#a0ce4e',
),
array (
'desc' => 'Controls the color of the menu sublevel background.',
'id' => 'menu_sub_bg_color',
'type' => 'color',
'title' => 'Menu Background Color - Sublevels',
'default' => '#edebeb',
),
array (
'desc' => 'Controls the hover color of the menu sublevel background.',
'id' => 'menu_bg_hover_color',
'type' => 'color',
'title' => 'Menu Background Hover Color - Sublevels',
'default' => '#f5f4f4',
),
array (
'desc' => 'Controls the color of the menu font sublevels.',
'id' => 'menu_sub_color',
'type' => 'color',
'title' => 'Menu Font Color - Sublevels',
'default' => '#333333',
),
array (
'desc' => 'Controls the color of the menu separator sublevels.',
'id' => 'menu_sub_sep_color',
'type' => 'color',
'title' => 'Menu Separator - Sublevels',
'default' => '#dcdadb',
),
array (
'desc' => 'Controls the color of the secondary menu first level and contact info font.',
'id' => 'snav_color',
'type' => 'color',
'title' => 'Secondary Menu - First Level & Top Contact Info Color',
'default' => '#747474',
),
array (
'desc' => 'Controls the divider color of the first level top menu.',
'id' => 'header_top_first_border_color',
'type' => 'color',
'title' => 'Header Top Menu Divider Color - First Level',
'default' => '#ffffff',
),
array (
'desc' => 'Controls the background color of the top menu sublevels.',
'id' => 'header_top_sub_bg_color',
'type' => 'color',
'title' => 'Header Top Menu Background Color - Sublevels',
'default' => '#ffffff',
),
array (
'desc' => 'Controls the text color of the top menu font sublevels.',
'id' => 'header_top_menu_sub_color',
'type' => 'color',
'title' => 'Header Top Menu Font Color - Sublevels',
'default' => '#333333',
),
array (
'desc' => 'Controls the hover color of the top menu background sublevels.',
'id' => 'header_top_menu_bg_hover_color',
'type' => 'color',
'title' => 'Header Top Menu Hover Background Color - Sublevels',
'default' => '#fafafa',
),
array (
'desc' => 'Controls the hover text color of the top menu font sublevels.',
'id' => 'header_top_menu_sub_hover_color',
'type' => 'color',
'title' => 'Header Top Menu Hover Font Color - Sublevels',
'default' => '#333333',
),
array (
'desc' => 'Controls the border color of the top menu sublevels.',
'id' => 'header_top_menu_sub_sep_color',
'type' => 'color',
'title' => 'Header Top Menu Border - Sublevels',
'default' => '#e0dfdf',
),
array (
'desc' => 'Controls the background color of the woocommerce cart dropdown.',
'id' => 'woo_cart_bg_color',
'type' => 'color',
'title' => 'Woo Cart Menu Background Color',
'default' => '#fafafa',
),
),
'icon' => 'el-icon-cog',
),
array (
'title' => 'Shortcodes Styling Options',
'fields' => array (
array (
'desc' => 'Controls the color of the inactive boxes behind the \'+\' icons.',
'id' => 'accordian_inactive_color',
'type' => 'color',
'title' => 'Accordion Inactive Box Color',
'default' => '#333333',
),
array (
'desc' => 'Controls the color of the filled animation graphic.',
'id' => 'counter_filled_color',
'type' => 'color',
'title' => 'Animated Filled Color',
'default' => '#a0ce4e',
),
array (
'desc' => 'Controls the color of the unfilled animation graphic.',
'id' => 'counter_unfilled_color',
'type' => 'color',
'title' => 'Animated Unfilled Color',
'default' => '#f6f6f6',
),
array (
'desc' => 'Controls the color of the box behind the icon.',
'id' => 'dates_box_color',
'type' => 'color',
'title' => 'Blog Alternate Date & Date-on-side Recent News Date Box Color',
'default' => '#eef0f2',
),
array (
'desc' => 'Controls the color of the default navigation box for carousel sliders.',
'id' => 'carousel_nav_color',
'type' => 'color',
'title' => 'Carousel Default Nav Box Color',
'default' => '#999999',
),
array (
'desc' => 'Controls the color of the hover navigation box for carousel sliders.',
'id' => 'carousel_hover_color',
'type' => 'color',
'title' => 'Carousel Hover Nav Box Color',
'default' => '#808080',
),
array (
'desc' => 'Controls the color of the background for content boxes. Only use for \'icon-boxed\' style. Leave transparent for other styles.',
'id' => 'content_box_bg_color',
'type' => 'color',
'title' => 'Content Box Background Color',
'default' => 'transparent',
),
array (
'desc' => 'Controls the color of the checklist icon.',
'id' => 'checklist_icons_color',
'type' => 'color',
'title' => 'Checklist Icon Color',
'default' => '#ffffff',
),
array (
'desc' => 'Controls the color of double lines next to text titles.',
'id' => 'title_border_color',
'type' => 'color',
'title' => 'Double Border Title Separator Color',
'default' => '#e0dede',
),
array (
'desc' => 'Controls the color of the circle when used with icons.',
'id' => 'icon_circle_color',
'type' => 'color',
'title' => 'Icon Circle Color',
'default' => '#333333',
),
array (
'desc' => 'Controls the color of the circle border when used with icons.',
'id' => 'icon_border_color',
'type' => 'color',
'title' => 'Icon Circle Border Color',
'default' => '#333333',
),
array (
'desc' => 'Controls the color of the icons.',
'id' => 'icon_color',
'type' => 'color',
'title' => 'Icon Color',
'default' => '#ffffff',
),
array (
'desc' => 'Controls the border color of the image frame.',
'id' => 'imgframe_border_color',
'type' => 'color',
'title' => 'Imageframe Border Color',
'default' => '#f6f6f6',
),
array (
'desc' => 'Controls the style color fof the image frame. Only works for glow and dropshadow style.',
'id' => 'imgframe_style_color',
'type' => 'color',
'title' => 'Imageframe Style Color',
'default' => '#000000',
),
array (
'desc' => 'Controls the heading color of separate pricing boxes.',
'id' => 'sep_pricing_box_heading_color',
'type' => 'color',
'title' => 'Pricing Box Style 1 Heading Color',
'default' => '#333333',
),
array (
'desc' => 'Controls the heading color of full boxed pricing tables.',
'id' => 'full_boxed_pricing_box_heading_color',
'type' => 'color',
'title' => 'Pricing Box Style 2 Heading Color',
'default' => '#333333',
),
array (
'desc' => 'Controls the color portions of pricing boxes.',
'id' => 'pricing_box_color',
'type' => 'color',
'title' => 'Pricing Box Color',
'default' => '#a0ce4e',
),
array (
'desc' => 'Controls the color of main background and title background.',
'id' => 'pricing_bg_color',
'type' => 'color',
'title' => 'Pricing Box Bg Color',
'default' => '#ffffff',
),
array (
'desc' => 'Controls the color of the outer border, pricing row and footer row backgrounds.',
'id' => 'pricing_border_color',
'type' => 'color',
'title' => 'Pricing Box Border Color',
'default' => '#f8f8f8',
),
array (
'desc' => 'Controls the color of the dividers in-between pricing rows.',
'id' => 'pricing_divider_color',
'type' => 'color',
'title' => 'Pricing Box Divider Color',
'default' => '#ededed',
),
array (
'desc' => 'Controls the color of all separators, divider lines and borders for meta, previous & next, filters, category page, boxes around number pagination, sidebar widgets, accordion divider lines.',
'id' => 'sep_color',
'type' => 'color',
'title' => 'Separators Color',
'default' => '#e0dede',
),
array (
'desc' => 'Controls the color of the social icons when used in page content area and author archive page.',
'id' => 'social_links_color',
'type' => 'select',
'options' => array (
'light' => 'Light',
'dark' => 'Dark',
),
'title' => 'Social Links Color',
'default' => 'Dark',
),
array (
'desc' => 'Controls the background color of the social share box.',
'id' => 'social_bg_color',
'type' => 'color',
'title' => 'Social Share Box Background Color',
'default' => '#f6f6f6',
),
array (
'desc' => 'Controls the color of the active tab, content background color and tab hover.',
'id' => 'tabs_bg_color',
'type' => 'color',
'title' => 'Tabs Background Color + Hover Color',
'default' => '#ffffff',
),
array (
'desc' => 'Controls the color of the inactive tabs and the outer tab border.',
'id' => 'tabs_inactive_color',
'type' => 'color',
'title' => 'Tabs Inactive Color',
'default' => '#ebeaea',
),
array (
'desc' => 'Controls the background color of the tagline box.',
'id' => 'tagline_bg',
'type' => 'color',
'title' => 'Tagline Box Background Color',
'default' => '#f6f6f6',
),
array (
'desc' => 'Controls the border color of the tagline box.',
'id' => 'tagline_border_color',
'type' => 'color',
'title' => 'Tagline Box Border Color',
'default' => '#f6f6f6',
),
array (
'desc' => 'Controls the background color of the testimonial.',
'id' => 'testimonial_bg_color',
'type' => 'color',
'title' => 'Testimonial Background Color',
'default' => '#f6f6f6',
),
array (
'desc' => 'Controls the text color of the testimonial font.',
'id' => 'testimonial_text_color',
'type' => 'color',
'title' => 'Testimonial Text Color',
'default' => '#747474',
),
),
'icon' => 'el-icon-cog',
),
array (
'title' => 'Blog Options',
'fields' => array (
array (
'desc' => 'This text will display in the page title bar of the assigned blog page.',
'id' => 'blog_title',
'type' => 'text',
'title' => 'Blog Page Title',
'default' => 'Blog',
),
array (
'desc' => 'Choose the layout for the assigned blog page in settings > reading.',
'id' => 'blog_layout',
'type' => 'select',
'options' => array (
'large' => 'Large',
'medium' => 'Medium',
'large_alternate' => 'Large Alternate',
'medium_alternate' => 'Medium Alternate',
'grid' => 'Grid',
'timeline' => 'Timeline',
),
'title' => 'Blog Layout',
'default' => 'Large',
),
array (
'desc' => 'Choose the layout for the blog archive/category pages.',
'id' => 'blog_archive_layout',
'type' => 'select',
'options' => array (
'large' => 'Large',
'medium' => 'Medium',
'large_alternate' => 'Large Alternate',
'medium_alternate' => 'Medium Alternate',
'grid' => 'Grid',
'timeline' => 'Timeline',
),
'title' => 'Blog Archive/Category Layout',
'default' => 'Large',
),
array (
'desc' => 'Choose the sidebar position for the blog pages.',
'id' => 'blog_sidebar_position',
'type' => 'select',
'options' => array (
'right' => 'Right',
'left' => 'Left',
),
'title' => 'Sidebar Position',
'default' => 'Right',
),
array (
'desc' => 'Choose the sidebar that will display on the archive/category pages.',
'id' => 'blog_archive_sidebar',
'type' => 'select',
'options' => array (
0 => 'None',
1 => 'Blog Sidebar',
2 => 'Footer Widget 1',
3 => 'Footer Widget 2',
4 => 'Footer Widget 3',
5 => 'Footer Widget 4',
6 => 'SlidingBar Widget 1',
7 => 'SlidingBar Widget 2',
8 => 'SlidingBar Widget 3',
9 => 'SlidingBar Widget 4',
),
'title' => 'Blog Archive/Category Sidebar',
'default' => 'None',
),
array (
'desc' => 'Choose the pagination type for the assigned blog page in settings > reading.',
'id' => 'blog_pagination_type',
'type' => 'select',
'options' => array (
'pagination' => 'Pagination',
'infinite' => 'Infinite Scroll',
),
'title' => 'Pagination Type',
'default' => 'pagination',
),
array (
'desc' => 'Choose to display an excerpt or full content on blog pages.',
'id' => 'content_length',
'type' => 'select',
'options' => array (
'excerpt' => 'Excerpt',
'full' => 'Full Content',
),
'title' => 'Excerpt or Full Blog Content',
'default' => 'Excerpt',
),
array (
'desc' => 'Insert the number of words you want to show in the post excerpts.',
'id' => 'excerpt_length_blog',
'type' => 'text',
'title' => 'Excerpt Length',
'default' => '285',
),
array (
'desc' => 'Check the box if you want to strip HTML from the excerpt content only.',
'id' => 'strip_html_excerpt',
'type' => 'checkbox',
'title' => 'Strip HTML from Excerpt',
'default' => 1,
),
array (
'desc' => 'Check the box to turn the blog into full width with no sidebar.',
'id' => 'blog_full_width',
'type' => 'checkbox',
'title' => 'Full Width',
),
array (
'desc' => 'Check the box to display featured images on blog archive page.',
'id' => 'featured_images',
'type' => 'checkbox',
'title' => 'Featured Image On Blog Archive Page',
'default' => 1,
),
array (
'id' => 'blog_single_post',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Blog Single Post Page Options</h3>',
),
array (
'desc' => 'Check the box to display featured images on single post pages.',
'id' => 'featured_images_single',
'type' => 'checkbox',
'title' => 'Featured Image on Single Post Page',
'default' => 1,
),
array (
'desc' => 'Check the box to disable previous/next pagination.',
'id' => 'blog_pn_nav',
'type' => 'checkbox',
'title' => 'Disable Previous/Next Pagination',
),
array (
'desc' => 'Check the box to display the post title that goes below the featured images.',
'id' => 'blog_post_title',
'type' => 'checkbox',
'title' => 'Post Title',
'default' => 1,
),
array (
'desc' => 'Check the box to display the author info box below posts.',
'id' => 'author_info',
'type' => 'checkbox',
'title' => 'Author Info Box',
'default' => 1,
),
array (
'desc' => 'Check the box to display the social sharing box.',
'id' => 'social_sharing_box',
'type' => 'checkbox',
'title' => 'Social Sharing Box',
'default' => 1,
),
array (
'desc' => 'Check the box to display related posts.',
'id' => 'related_posts',
'type' => 'checkbox',
'title' => 'Related Posts',
'default' => 1,
),
array (
'desc' => 'Check the box to display comments.',
'id' => 'blog_comments',
'type' => 'checkbox',
'title' => 'Comments',
'default' => 1,
),
array (
'id' => 'blog_meta',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Blog Meta Options</h3>',
),
array (
'desc' => 'Check the box to display post meta on blog posts.',
'id' => 'post_meta',
'type' => 'checkbox',
'title' => 'Post Meta',
'default' => 1,
),
array (
'desc' => 'Check the box to hide the author name from post meta.',
'id' => 'post_meta_author',
'type' => 'checkbox',
'title' => 'Disable Post Meta Author',
),
array (
'desc' => 'Check the box to hide the date from post meta.',
'id' => 'post_meta_date',
'type' => 'checkbox',
'title' => 'Disable Post Meta Date',
),
array (
'desc' => 'Check the box to hide the categories from post meta.',
'id' => 'post_meta_cats',
'type' => 'checkbox',
'title' => 'Disable Post Meta Categories',
),
array (
'desc' => 'Check the box to hide the comments from post meta.',
'id' => 'post_meta_comments',
'type' => 'checkbox',
'title' => 'Disable Post Meta Comments',
),
array (
'desc' => 'Check the box to hide the read more link from post meta.',
'id' => 'post_meta_read',
'type' => 'checkbox',
'title' => 'Disable Post Meta Read More Link',
),
array (
'desc' => '<a href=\'http://codex.wordpress.org/Formatting_Date_and_Time\'>Formatting Date and Time</a>',
'id' => 'date_format',
'type' => 'text',
'title' => 'Date Format',
'default' => 'F jS, Y',
),
),
'icon' => 'el-icon-cog',
),
array (
'title' => 'Portfolio Options',
'fields' => array (
array (
'desc' => 'Insert the number of posts to display per page.',
'id' => 'portfolio_items',
'type' => 'text',
'title' => 'Number of Portfolio Items Per Page',
'default' => '10',
),
array (
'desc' => 'Choose the layout for only the archive/category pages.',
'id' => 'portfolio_archive_layout',
'type' => 'select',
'options' => array (
'poc' => 'Portfolio One Column',
'ptc' => 'Portfolio Two Column',
'pthc' => 'Portfolio Three Column',
'pfc' => 'Portfolio Four Column',
'poct' => 'Portfolio One Column Text',
'ptct' => 'Portfolio Two Column Text',
'pthct' => 'Portfolio Three Column Text',
'pfct' => 'Portfolio Four Column Text',
'pg' => 'Portfolio Grid',
),
'title' => 'Portfolio Archive/Category Layout',
'default' => 'Portfolio One Column',
),
array (
'desc' => 'Choose the sidebar that will be added to the archive/category pages.',
'id' => 'portfolio_archive_sidebar',
'type' => 'select',
'options' => array (
0 => 'None',
1 => 'Blog Sidebar',
2 => 'Footer Widget 1',
3 => 'Footer Widget 2',
4 => 'Footer Widget 3',
5 => 'Footer Widget 4',
6 => 'SlidingBar Widget 1',
7 => 'SlidingBar Widget 2',
8 => 'SlidingBar Widget 3',
9 => 'SlidingBar Widget 4',
),
'title' => 'Portfolio Archive/Category Sidebar',
'default' => 'None',
),
array (
'desc' => 'Choose to display an excerpt or full portfolio content on archive / portfolio pages. Note: The "Full Content" option will override the page excerpt settings.',
'id' => 'portfolio_content_length',
'type' => 'select',
'options' => array (
'excerpt' => 'Excerpt',
'full' => 'Full Content',
),
'title' => 'Excerpt or Full Portfolio Content',
'default' => 'Excerpt',
),
array (
'desc' => 'Insert the number of words you want to show in the post excerpts.',
'id' => 'excerpt_length_portfolio',
'type' => 'text',
'title' => 'Excerpt Length',
'default' => '285',
),
array (
'desc' => 'Choose the pagination type for Portfolio Grid layouts.',
'id' => 'grid_pagination_type',
'type' => 'select',
'options' => array (
'pagination' => 'Pagination',
'infinite' => 'Infinite Scroll',
),
'title' => 'Grid Pagination Type',
'default' => 'pagination',
),
array (
'desc' => 'Change/Rewrite the permalink when you use the permalink type as %postname%. <strong>Make sure to regenerate permalinks.</strong>',
'id' => 'portfolio_slug',
'type' => 'text',
'title' => 'Portfolio Slug',
'default' => 'portfolio-items',
),
array (
'desc' => 'Check the box to disable featured images on portfolio single post pages.',
'id' => 'portfolio_featured_images',
'type' => 'checkbox',
'title' => 'Disable Featured Image on Portfolio Single Post Page',
),
array (
'desc' => 'Check the box to disable previous/next pagination.',
'id' => 'portfolio_pn_nav',
'type' => 'checkbox',
'title' => 'Disable Previous/Next Pagination',
),
array (
'desc' => 'Check the box to enable comments on portfolio items.',
'id' => 'portfolio_comments',
'type' => 'checkbox',
'title' => 'Show Comments',
),
array (
'desc' => 'Check the box to enable Author on portfolio items.',
'id' => 'portfolio_author',
'type' => 'checkbox',
'title' => 'Show Author',
),
),
'icon' => 'el-icon-cog',
),
array (
'title' => 'Social Sharing Box',
'fields' => array (
array (
'desc' => 'Check the box to show the facebook sharing icon in blog posts.',
'id' => 'sharing_facebook',
'type' => 'checkbox',
'title' => 'Facebook',
'default' => 1,
),
array (
'desc' => 'Check the box to show the twitter sharing icon in blog posts.',
'id' => 'sharing_twitter',
'type' => 'checkbox',
'title' => 'Twitter',
'default' => 1,
),
array (
'desc' => 'Check the box to show the reddit sharing icon in blog posts.',
'id' => 'sharing_reddit',
'type' => 'checkbox',
'title' => 'Reddit',
'default' => 1,
),
array (
'desc' => 'Check the box to show the linkedin sharing icon in blog posts.',
'id' => 'sharing_linkedin',
'type' => 'checkbox',
'title' => 'LinkedIn',
'default' => 1,
),
array (
'desc' => 'Check the box to show the g+ sharing icon in blog posts.',
'id' => 'sharing_google',
'type' => 'checkbox',
'title' => 'Google Plus',
'default' => 1,
),
array (
'desc' => 'Check the box to show the tumblr sharing icon in blog posts.',
'id' => 'sharing_tumblr',
'type' => 'checkbox',
'title' => 'Tumblr',
'default' => 1,
),
array (
'desc' => 'Check the box to show the pinterest sharing icon in blog posts.',
'id' => 'sharing_pinterest',
'type' => 'checkbox',
'title' => 'Pinterest',
'default' => 1,
),
array (
'desc' => 'Check the box to show the email sharing icon in blog posts.',
'id' => 'sharing_email',
'type' => 'checkbox',
'title' => 'Email',
'default' => 1,
),
),
'icon' => 'el-icon-cog',
),
array (
'title' => 'Social Sharing Links',
'fields' => array (
array (
'desc' => 'Insert your custom link to show the Facebook icon. Leave blank to hide icon.',
'id' => 'facebook_link',
'type' => 'text',
'title' => 'Facebook',
),
array (
'desc' => 'Insert your custom link to show the Flickr icon. Leave blank to hide icon.',
'id' => 'flickr_link',
'type' => 'text',
'title' => 'Flickr',
),
array (
'desc' => 'Insert your custom link to show the RSS icon. Leave blank to hide icon.',
'id' => 'rss_link',
'type' => 'text',
'title' => 'RSS',
),
array (
'desc' => 'Insert your custom link to show the Twitter icon. Leave blank to hide icon.',
'id' => 'twitter_link',
'type' => 'text',
'title' => 'Twitter',
),
array (
'desc' => 'Insert your custom link to show the Vimeo icon. Leave blank to hide icon.',
'id' => 'vimeo_link',
'type' => 'text',
'title' => 'Vimeo',
),
array (
'desc' => 'Insert your custom link to show the Youtube icon. Leave blank to hide icon.',
'id' => 'youtube_link',
'type' => 'text',
'title' => 'Youtube',
),
array (
'desc' => 'Insert your custom link to show the Pinterest icon. Leave blank to hide icon.',
'id' => 'pinterest_link',
'type' => 'text',
'title' => 'Pinterest',
),
array (
'desc' => 'Insert your custom link to show the Tumblr icon. Leave blank to hide icon.',
'id' => 'tumblr_link',
'type' => 'text',
'title' => 'Tumblr',
),
array (
'desc' => 'Insert your custom link to show the Google+ icon. Leave blank to hide icon.',
'id' => 'google_link',
'type' => 'text',
'title' => 'Google+',
),
array (
'desc' => 'Insert your custom link to show the Dribbble icon. Leave blank to hide icon.',
'id' => 'dribbble_link',
'type' => 'text',
'title' => 'Dribbble',
),
array (
'desc' => 'Insert your custom link to show the Digg icon. Leave blank to hide icon.',
'id' => 'digg_link',
'type' => 'text',
'title' => 'Digg',
),
array (
'desc' => 'Insert your custom link to show the LinkedIn icon. Leave blank to hide icon.',
'id' => 'linkedin_link',
'type' => 'text',
'title' => 'LinkedIn',
),
array (
'desc' => 'Insert your custom link to show the Blogger icon. Leave blank to hide icon.',
'id' => 'blogger_link',
'type' => 'text',
'title' => 'Blogger',
),
array (
'desc' => 'Insert your custom link to show the Skype icon. Leave blank to hide icon.',
'id' => 'skype_link',
'type' => 'text',
'title' => 'Skype',
),
array (
'desc' => 'Insert your custom link to show the Forrst icon. Leave blank to hide icon.',
'id' => 'forrst_link',
'type' => 'text',
'title' => 'Forrst',
),
array (
'desc' => 'Insert your custom link to show the Myspace icon. Leave blank to hide icon.',
'id' => 'myspace_link',
'type' => 'text',
'title' => 'Myspace',
),
array (
'desc' => 'Insert your custom link to show the Deviantart icon. Leave blank to hide icon.',
'id' => 'deviantart_link',
'type' => 'text',
'title' => 'Deviantart',
),
array (
'desc' => 'Insert your custom link to show the Yahoo icon. Leave blank to hide icon.',
'id' => 'yahoo_link',
'type' => 'text',
'title' => 'Yahoo',
),
array (
'desc' => 'Insert your custom link to show the Redditt icon. Leave blank to hide icon.',
'id' => 'reddit_link',
'type' => 'text',
'title' => 'Reddit',
),
array (
'id' => 'custom_color_scheme_element',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Custom Social Icon</h3>',
),
array (
'desc' => 'This is the icon name that shows in the hover tooltip.',
'id' => 'custom_icon_name',
'type' => 'text',
'title' => 'Custom Icon Name',
),
array (
'desc' => 'Please choose an image file for your custom icon.',
'id' => 'custom_icon_image',
'type' => 'media',
'title' => 'Custom Icon Image',
'url' => true,
),
array (
'desc' => 'Please choose an image file for the retina version of the icon. It should be 2x the size of main icon.',
'id' => 'custom_icon_image_retina',
'type' => 'media',
'title' => 'Custom Icon Image Retina',
'url' => true,
),
array (
'desc' => 'If retina icon is added, please enter the standard icon (1x) version width, do not enter the retina icon width.',
'id' => 'retina_icon_width',
'type' => 'text',
'title' => 'Standard Icon Width for Retina Icon',
),
array (
'desc' => 'If retina icon is added, please enter the standard icon (1x) version height, do not enter the retina icon height.',
'id' => 'retina_icon_height',
'type' => 'text',
'title' => 'Standard Icon Height for Retina Icon',
),
array (
'desc' => 'Insert a link for your custom icon.',
'id' => 'custom_icon_link',
'type' => 'text',
'title' => 'Custom Icon Link',
),
),
'icon' => 'el-icon-cog',
),
array (
'title' => 'Slideshows',
'fields' => array (
array (
'desc' => 'Check the box to show post slideshows in blog/portfolio pages.',
'id' => 'posts_slideshow',
'type' => 'checkbox',
'title' => 'Posts Slideshow',
'default' => 1,
),
array (
'desc' => 'This option controls the number of featurd image boxes for blog/portfolio slideshows.',
'id' => 'posts_slideshow_number',
'type' => 'text',
'title' => 'Posts Slideshow Images',
'default' => '5',
),
array (
'desc' => 'Check the box to autoplay the slideshow.',
'id' => 'slideshow_autoplay',
'type' => 'checkbox',
'title' => 'Autoplay',
'default' => 1,
),
array (
'desc' => 'Check the box to enable smooth height on slideshows when using images with different heights. Please note, smooth height is disabled on blog grid layout.',
'id' => 'slideshow_smooth_height',
'type' => 'checkbox',
'title' => 'Enable Smooth Height',
),
array (
'desc' => 'Controls the speed of slideshows for the [slider] shortcode and sliders within posts. ex: 1000 = 1 second.',
'id' => 'slideshow_speed',
'type' => 'text',
'title' => 'Slideshow speed',
'default' => '7000',
),
array (
'desc' => 'Controls the number of flexslider slides per group.',
'id' => 'flexslider_number',
'type' => 'text',
'title' => 'Number of FlexSlider Slides',
'default' => '5',
),
array (
'desc' => 'Check the box if you want to show pagination circles below a video slider for flexslider, or uncheck it to hide them on video slides.',
'id' => 'pagination_video_slide',
'type' => 'checkbox',
'title' => 'Pagination circles below video slides',
),
array (
'desc' => 'Check the box to enable posts slideshow in legacy mode. Only recommended for v.1 users, this option will disable the multiple featured image method.',
'id' => 'legacy_posts_slideshow',
'type' => 'checkbox',
'title' => 'Legacy Posts Slideshow',
),
),
'icon' => 'el-icon-cog',
),
array (
'title' => 'ThemeFusion Slider',
'fields' => array (
array (
'desc' => 'In pixels or percentage, ex: 100% or 100px.',
'id' => 'flexslider_width',
'type' => 'text',
'title' => 'Width',
'default' => '100%',
),
array (
'desc' => 'Check the box to turn on pagination circles.',
'id' => 'flexslider_circles',
'type' => 'checkbox',
'title' => 'Pagination',
),
array (
'desc' => 'The type of animation when slides rotate.',
'id' => 'tfs_animation',
'options' => array (
'fade' => 'fade',
'slide' => 'slide',
),
'type' => 'select',
'title' => 'Animation',
'default' => 'fade',
),
array (
'desc' => 'Check the box to autoplay the slides.',
'id' => 'tfs_autoplay',
'type' => 'checkbox',
'title' => 'Autoplay',
'default' => 1,
),
array (
'desc' => 'Select the slideshow speed, 1000 = 1 second.',
'id' => 'tfs_slideshow_speed',
'type' => 'text',
'title' => 'Slideshow Speed',
'default' => '7000',
),
array (
'desc' => 'Select the animation speed, 1000 = 1 second.',
'id' => 'tfs_animation_speed',
'type' => 'text',
'title' => 'Animation speed',
'default' => '600',
),
array (
'desc' => 'Select the number of slider sets.',
'id' => 'flexsliders_number',
'type' => 'text',
'title' => 'Number of ThemeFusion Sliders',
'default' => '1',
),
array (
'id' => 'flexslider_1',
'type' => 'slides',
'title' => 'TFSlider1',
),
),
'icon' => 'el-icon-cog',
),
array (
'title' => 'Elastic Slider',
'fields' => array (
array (
'desc' => 'In pixels or percentage, ex: 100% or 100.',
'id' => 'tfes_slider_width',
'type' => 'text',
'title' => 'Slider Width',
'default' => '100%',
),
array (
'desc' => 'In pixels, ex: 100px.',
'id' => 'tfes_slider_height',
'type' => 'text',
'title' => 'Slider Height',
'default' => '400px',
),
array (
'desc' => 'Slides animate from sides or center.',
'id' => 'tfes_animation',
'options' => array (
'sides' => 'sides',
'center' => 'center',
),
'type' => 'select',
'title' => 'Animation',
'default' => 'sides',
),
array (
'desc' => 'Check the box to autoplay the slides.',
'id' => 'tfes_autoplay',
'type' => 'checkbox',
'title' => 'Autoplay',
'default' => 1,
),
array (
'desc' => 'Select the slideshow speed, 1000 = 1 second.',
'id' => 'tfes_interval',
'type' => 'text',
'title' => 'Slideshow Interval',
'default' => '3000',
),
array (
'desc' => 'Select the animation speed, 1000 = 1 second.',
'id' => 'tfes_speed',
'type' => 'text',
'title' => 'Sliding Speed',
'default' => '800',
),
array (
'desc' => 'Please enter the width for thumbnail without \'px\' ex: 100.',
'id' => 'tfes_width',
'type' => 'text',
'title' => 'Thumbnail Width',
'default' => '150',
),
array (
'desc' => 'Default is 42',
'id' => 'es_title_font_size',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Title Font Size (px)',
'default' => '42',
),
array (
'desc' => 'Default is 20',
'id' => 'es_caption_font_size',
'type' => 'select',
'options' => array (
10 => '10',
11 => '11',
12 => '12',
13 => '13',
14 => '14',
15 => '15',
16 => '16',
17 => '17',
18 => '18',
19 => '19',
20 => '20',
21 => '21',
22 => '22',
23 => '23',
24 => '24',
25 => '25',
26 => '26',
27 => '27',
28 => '28',
29 => '29',
30 => '30',
31 => '31',
32 => '32',
33 => '33',
34 => '34',
35 => '35',
36 => '36',
37 => '37',
38 => '38',
39 => '39',
40 => '40',
41 => '41',
42 => '42',
43 => '43',
44 => '44',
45 => '45',
46 => '46',
47 => '47',
48 => '48',
49 => '49',
50 => '50',
),
'title' => 'Caption Font Size (px)',
'default' => '20',
),
array (
'desc' => 'Controls the text color of the title font.',
'id' => 'es_title_color',
'type' => 'color',
'title' => 'Title Color',
'default' => '#333333',
),
array (
'desc' => 'Controls the text color of the caption font.',
'id' => 'es_caption_color',
'type' => 'color',
'title' => 'Caption Color',
'default' => '#747474',
),
),
'icon' => 'el-icon-cog',
),
array (
'title' => 'Lightbox Options',
'fields' => array (
array (
'desc' => 'Set the speed of the animation.',
'id' => 'lightbox_animation_speed',
'type' => 'select',
'options' => array (
'fast' => 'Fast',
'slow' => 'Slow',
'normal' => 'Normal',
),
'title' => 'Animation Speed',
'default' => 'fast',
),
array (
'desc' => 'Check the box to show the gallery.',
'id' => 'lightbox_gallery',
'type' => 'checkbox',
'title' => 'Show gallery',
'default' => 1,
),
array (
'desc' => 'Check the box to autoplay the lightbox gallery.',
'id' => 'lightbox_autoplay',
'type' => 'checkbox',
'title' => 'Autoplay the Lightbox Gallery',
),
array (
'desc' => 'If autoplay is enabled, set the slideshow speed, 1000 = 1 second.',
'id' => 'lightbox_slideshow_speed',
'type' => 'text',
'title' => 'Slideshow Speed',
'default' => '5000',
),
array (
'desc' => 'Set the opacity of background, 0.1 (the lowest) to 1 (the highest).',
'id' => 'lightbox_opacity',
'type' => 'text',
'title' => 'Background Opacity',
'default' => '0.8',
),
array (
'desc' => 'Check the box to show the image caption.',
'id' => 'lightbox_title',
'type' => 'checkbox',
'title' => 'Show Caption',
'default' => 1,
),
array (
'desc' => 'Check the box to show the image description.',
'id' => 'lightbox_desc',
'type' => 'checkbox',
'title' => 'Show Description',
'default' => 1,
),
array (
'desc' => 'Check the box to show social sharing buttons on lightbox.',
'id' => 'lightbox_social',
'type' => 'checkbox',
'title' => 'Social Sharing',
'default' => 1,
),
array (
'desc' => 'Check the box to show post images that are inside the post content area in the lightbox.',
'id' => 'lightbox_post_images',
'type' => 'checkbox',
'title' => 'Show Post Images in Lightbox',
),
),
'icon' => 'el-icon-cog',
),
array (
'title' => 'Contact Options',
'fields' => array (
array (
'id' => 'google_map',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Google Map Options</h3>',
),
array (
'desc' => 'Select the type of google map to show on the contact page.',
'id' => 'gmap_type',
'options' => array (
'roadmap' => 'roadmap',
'satellite' => 'satellite',
'hybrid' => 'hybrid',
'terrain' => 'terrain',
),
'type' => 'select',
'title' => 'Google Map Type',
'default' => 'roadmap',
),
array (
'desc' => 'In pixels or percentage, ex: 100% or 100px.',
'id' => 'gmap_width',
'type' => 'text',
'title' => 'Google Map Width',
'default' => '100%',
),
array (
'desc' => 'In pixels, ex: 100px.',
'id' => 'gmap_height',
'type' => 'text',
'title' => 'Google Map Height',
'default' => '415px',
),
array (
'desc' => 'Single address ex: 775 New York Ave, Brooklyn, Kings, New York 11203. For multiple markers, separate the addresses with the | symbol. ex: Address 1|Address 2|Address 3.',
'id' => 'gmap_address',
'type' => 'text',
'title' => 'Google Map Address',
),
array (
'desc' => 'Enter the email adress the form will be sent to.',
'id' => 'email_address',
'type' => 'text',
'title' => 'Email Address',
),
array (
'desc' => 'Higher number will be more zoomed in.',
'id' => 'map_zoom_level',
'type' => 'text',
'title' => 'Map Zoom Level',
'default' => '8',
),
array (
'desc' => 'Check the box to hide the address pin.',
'id' => 'map_pin',
'type' => 'checkbox',
'title' => 'Hide Address Pin',
),
array (
'desc' => 'Check the box to keep the popup with address info hidden when the google map loads. It will only show when pin on the map is clicked.',
'id' => 'map_popup',
'type' => 'checkbox',
'title' => 'Show Map Popup On Click',
),
array (
'desc' => 'Check the box to disable scrollwheel on google maps.',
'id' => 'map_scrollwheel',
'type' => 'checkbox',
'title' => 'Disable Map Scrollwheel',
),
array (
'desc' => 'Check the box to disable scale on google maps.',
'id' => 'map_scale',
'type' => 'checkbox',
'title' => 'Disable Map Scale',
),
array (
'desc' => 'Check the box to disable zoom control icon and pan control icon on google maps.',
'id' => 'map_zoomcontrol',
'type' => 'checkbox',
'title' => 'Disable Map Zoom & Pan Control Icons',
),
array (
'id' => 'recaptcha',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>ReCaptcha Spam Options</h3>',
),
array (
'desc' => 'Follow the steps in <a href=\'http://theme-fusion.com/avada-doc/pages/setting-up-contact-page/\'> our docs</a> to get key.',
'id' => 'recaptcha_public',
'type' => 'text',
'title' => 'ReCaptcha Public Key',
),
array (
'desc' => 'Follow the steps in <a href=\'http://theme-fusion.com/avada-doc/pages/setting-up-contact-page/\'> our docs</a> to get key.',
'id' => 'recaptcha_private',
'type' => 'text',
'title' => 'ReCaptcha Private Key',
),
array (
'desc' => 'Select the recaptcha color scheme.',
'id' => 'recaptcha_color_scheme',
'type' => 'select',
'options' => array (
'red' => 'red',
'blackglass' => 'blackglass',
'clean' => 'clean',
'white' => 'white',
),
'title' => 'ReCaptcha Color Scheme',
'default' => 'Clean',
),
),
'icon' => 'el-icon-cog',
),
array (
'title' => 'Sidebar Options',
'fields' => array (
array (
'desc' => 'Controls the background color of the sidebar.',
'id' => 'sidebar_bg_color',
'type' => 'color',
'title' => 'Sidebar Background Color',
'default' => 'transparent',
),
array (
'desc' => 'Enter a value (based on percentage) without % sign, ex: 71%.',
'id' => 'content_width',
'type' => 'text',
'title' => 'Content Area Width',
'default' => '71.1702128',
),
array (
'desc' => 'Enter a value (based on percentage) without % sign, ex: 23%.',
'id' => 'sidebar_width',
'type' => 'text',
'title' => 'Sidebar Width',
'default' => '23.4042553',
),
array (
'desc' => 'Enter a value (based on percentage) without % sign, ex: 0.',
'id' => 'sidebar_padding',
'type' => 'text',
'title' => 'Sidebar Padding',
),
array (
'id' => 'sidebar_info',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin-top:0;\'>Important Instructions For These Options:</h3><b>1. Â 100%Â </b>-Â Your values added up cannot go over 100% or your sidebar will not show.<br /></br />
<b>2. PADDINGÂ </b>- Â Is always multiplied by 2 because it adds left and right padding. So a padding value of 5, actually equals 10. Â And you should only use padding if you are using a background color that is different than your main background color.<br /></br />
<b>3. Â UNSEEN SPACE</b>Â - You need to factor in the space between the Content Width & Sidebar Width. This space does not have a field.<br /></br />
<b>EXAMPLE 1:</b>Â Content Width = 65 + Sidebar Width = 30 Â + Padding = 0
* this example adds up to 95% which leaves you 5% in between the content and sidebar sections. This is good to use if your sidebar background is the same color as your main background<br /></br />
<b>EXAMPLE 2:</b>Â Content Width = 60 + Sidebar Width = 30 Â + Padding = 2.5
* this example adds up to 95% which leaves you 5% in between the content and sidebar sections. This is good to use if your sidebar background is a different color than your main background',
),
),
'icon' => 'el-icon-cog',
),
array (
'title' => 'Extra Options',
'fields' => array (
array (
'id' => 'misc_options',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Miscellaneous Options</h3>',
),
array (
'desc' => 'Check the box to replace shortcodes generator method with developer method. Using developer method, the shortcode will be directly embedded into the content area.',
'id' => 'dev_shortcodes',
'type' => 'checkbox',
'title' => 'Enable Shortcodes Developer Mode',
),
array (
'desc' => 'Select the slideshow speed, 1000 = 1 second.',
'id' => 'testimonials_speed',
'type' => 'text',
'title' => 'Testimonials Speed',
'default' => '4000',
),
array (
'desc' => 'Select the defeault position of the sidebar. This will take effect for new pages/posts.',
'id' => 'default_sidebar_pos',
'options' => array (
'right' => 'Right',
'left' => 'Left',
),
'type' => 'select',
'title' => 'Default Sidebar Position',
'default' => 'right',
),
array (
'desc' => 'Sidenavigation child pages animation, on click or hover.',
'id' => 'sidenav_behavior',
'options' => array (
'hover' => 'Hover',
'click' => 'Click',
),
'type' => 'select',
'title' => 'Sidenav Behavior',
'default' => 'hover',
),
array (
'desc' => 'Check the box to allow comments on regular pages.',
'id' => 'comments_pages',
'type' => 'checkbox',
'title' => 'Allow Comments on Pages',
),
array (
'desc' => 'Check the box to disable the read more sign, [...] on excerpts throughout the site.',
'id' => 'disable_excerpts',
'type' => 'checkbox',
'title' => 'Disable [...] on Excerpts',
),
array (
'desc' => 'Check the box to disable featured images on regular pages.',
'id' => 'featured_images_pages',
'type' => 'checkbox',
'title' => 'Featured Images on Pages',
),
array (
'desc' => 'Check the box to show featured images on FAQ archive page.',
'id' => 'faq_featured_image',
'type' => 'checkbox',
'title' => 'FAQ Featured Images',
),
array (
'id' => 'rollovers',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Image Rollover Options</h3>',
),
array (
'desc' => 'Check the box to show the rollover box on images.',
'id' => 'image_rollover',
'type' => 'checkbox',
'title' => 'Image Rollover',
'default' => 1,
),
array (
'desc' => 'Check the box to disable the link icon from image rollovers. Note: This option will override the post settings.',
'id' => 'link_image_rollover',
'type' => 'checkbox',
'title' => 'Disable Link Icon From Image Rollover',
),
array (
'desc' => 'Check the box to disable the image icon from image rollovers. Note: This option will override the post settings.',
'id' => 'zoom_image_rollover',
'type' => 'checkbox',
'title' => 'Disable Image Icon From Image Rollover',
),
array (
'desc' => 'Check the box to disable the title from image rollovers.',
'id' => 'title_image_rollover',
'type' => 'checkbox',
'title' => 'Disable Title From Image Rollover',
),
array (
'desc' => 'Check the box to disable the categories from image rollovers.',
'id' => 'cats_image_rollover',
'type' => 'checkbox',
'title' => 'Disable Categories From Image Rollover',
),
array (
'desc' => 'Select the opacity of the rollover. 0.1 (the lowest) to 1 (the highest).',
'id' => 'image_rollover_opacity',
'type' => 'text',
'title' => 'Image Rollover Opacity',
'default' => '1',
),
array (
'id' => 'search',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Search Options</h3>',
),
array (
'desc' => 'Select the type of content to display in search results.',
'id' => 'search_content',
'type' => 'select',
'options' => array (
'posts_pages' => 'Posts and Pages',
'posts' => 'Only Posts',
'pages' => 'Only Pages',
),
'title' => 'Search Results Content',
'default' => 'Posts and Pages',
),
array (
'desc' => 'Check the box if you want to hide excerpt for search results.',
'id' => 'search_excerpt',
'type' => 'checkbox',
'title' => 'Hide Search Results Excerpt',
),
array (
'desc' => 'Set the number of search results per page.',
'id' => 'search_results_per_page',
'type' => 'text',
'title' => 'Number of Search Results Per Page',
'default' => '10',
),
array (
'desc' => 'Check the box if you want to hide featured images for search results.',
'id' => 'search_featured_images',
'type' => 'checkbox',
'title' => 'Hide Featured Images from Search Results',
),
array (
'id' => 'plugins_only',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Enable / Disable Support For Plugins Installed Manually</h3>',
),
array (
'desc' => 'Check the box if you are are using UberMenu, this option adds UberMenu support without editing any code.',
'id' => 'ubermenu',
'type' => 'checkbox',
'title' => 'UberMenu Plugin Support',
),
array (
'id' => 'plugins_only',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Enable / Disable Plugins Integrated Within The Theme</h3>',
),
array (
'desc' => 'Check the box to enable post type order plugin. Note: It can break the order of next post/previous post links.',
'id' => 'post_type_order',
'type' => 'checkbox',
'title' => 'Enable posts type order plugin',
),
array (
'desc' => 'Check the box to disable LayerSlider.',
'id' => 'status_layerslider',
'type' => 'checkbox',
'title' => 'Disable LayerSlider',
),
array (
'desc' => 'Check the box to disable Flexslider.',
'id' => 'status_flexslider',
'type' => 'checkbox',
'title' => 'Disable FlexSlider',
),
array (
'id' => 'js_only',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Enable / Disable Support For Javascript Within The Theme </h3>',
),
array (
'desc' => 'Check the box to disable CSS animations on shortcode items.',
'id' => 'use_animate_css',
'type' => 'checkbox',
'title' => 'Disable CSS Animations',
),
array (
'desc' => 'Check the box to disable CSS animations on mobiles only.',
'id' => 'disable_mobile_animate_css',
'type' => 'checkbox',
'title' => 'Disable CSS Animations on Mobiles Only',
'default' => 1,
),
array (
'desc' => 'Check the box to disable Lightbox.',
'id' => 'status_lightbox',
'type' => 'checkbox',
'title' => 'Disable Lightbox',
),
array (
'desc' => 'Check the box to disable google map.',
'id' => 'status_gmap',
'type' => 'checkbox',
'title' => 'Disable Google Map Scripts',
),
array (
'desc' => 'Check the box to disable Youtube API scripts.',
'id' => 'status_yt',
'type' => 'checkbox',
'title' => 'Disable Youtube API Scripts',
),
array (
'desc' => 'Check the box to disable Vimeo API scripts.',
'id' => 'status_vimeo',
'type' => 'checkbox',
'title' => 'Disable Vimeo API Scripts',
),
array (
'desc' => 'Check the box to disable jQuery Cycle, used for testimonials mainly.',
'id' => 'status_jqcycle',
'type' => 'checkbox',
'title' => 'Disable jQuery Cycle',
),
array (
'desc' => 'Check the box to disable elastic slider scripts.',
'id' => 'status_eslider',
'type' => 'checkbox',
'title' => 'Disable Elastic Slider Scripts',
),
array (
'desc' => 'Check the box to disable waypoint script which detects when progress bars in view and animates them.',
'id' => 'status_wpoint',
'type' => 'checkbox',
'title' => 'Disable Waypoint Script',
),
array (
'desc' => 'Check the box to disable gauge script which is used for counter circle shortcode.',
'id' => 'status_gauge',
'type' => 'checkbox',
'title' => 'Disable Gauge Script',
),
array (
'desc' => 'Check the box to disable the ToTop script which adds the scrolling to top functionality.',
'id' => 'status_totop',
'type' => 'checkbox',
'title' => 'Disable ToTop Script',
),
array (
'desc' => 'Check the box to enable the ToTop script on mobile devices.',
'id' => 'status_totop_mobile',
'type' => 'checkbox',
'title' => 'Enable ToTop Script on mobile',
),
),
'icon' => 'el-icon-cog',
),
array (
'title' => 'Woocommerce',
'fields' => array (
array (
'desc' => 'Insert the number of posts to display per page.',
'id' => 'woo_items',
'type' => 'text',
'title' => 'Number of Products per Page',
'default' => '12',
),
array (
'desc' => 'Choose the sidebar that will be added to the archive/category pages.',
'id' => 'woocommerce_archive_sidebar',
'type' => 'select',
'options' => array (
0 => 'None',
1 => 'Blog Sidebar',
2 => 'Footer Widget 1',
3 => 'Footer Widget 2',
4 => 'Footer Widget 3',
5 => 'Footer Widget 4',
6 => 'SlidingBar Widget 1',
7 => 'SlidingBar Widget 2',
8 => 'SlidingBar Widget 3',
9 => 'SlidingBar Widget 4',
),
'title' => 'Woocommerce Archive/Category Sidebar',
'default' => 'None',
),
array (
'desc' => 'Insert your text and it will appear in the first message box on the acount page.',
'id' => 'woo_acc_msg_1',
'type' => 'textarea',
'title' => 'Account Area Message 1',
'default' => 'Need Assistance? Call customer service at 888-555-5555.',
),
array (
'desc' => 'Insert your text and it will appear in the second message box on the acount page.',
'id' => 'woo_acc_msg_2',
'type' => 'textarea',
'title' => 'Account Area Message 2',
'default' => 'E-mail them at [email protected]',
),
array (
'desc' => 'Check the box to show My Account link, uncheck to disable. Please note this will not show with Ubermenu.',
'id' => 'woocommerce_acc_link_top_nav',
'type' => 'checkbox',
'title' => 'Show Woocommerce My Account Link in Top Navigation',
'default' => 1,
),
array (
'desc' => 'Check the box to show the Cart icon, uncheck to disable. Please note this will not show with Ubermenu.',
'id' => 'woocommerce_cart_link_top_nav',
'type' => 'checkbox',
'title' => 'Show Woocommerce Cart Icon in Top Navigation',
'default' => 1,
),
array (
'desc' => 'Check the box to show My Account link, uncheck to disable. Please note these will not show with Ubermenu.',
'id' => 'woocommerce_acc_link_main_nav',
'type' => 'checkbox',
'title' => 'Show Woocommerce My Account Link in Main Navigation',
'default' => 1,
),
array (
'desc' => 'Check the box to show the Cart icon, uncheck to disable. Please note these will not show with Ubermenu.',
'id' => 'woocommerce_cart_link_main_nav',
'type' => 'checkbox',
'title' => 'Show Woocommerce Cart Link in Main Navigation',
'default' => 1,
),
),
'icon' => 'el-icon-cog',
),
array (
'title' => 'Custom CSS',
'fields' => array (
array (
'id' => 'advanced_css_intro',
'icon' => true,
'type' => 'info',
'raw' => '<h3 style=\'margin: 0;\'>Advanced CSS Customizations</h3>',
),
array (
'desc' => 'Paste your CSS code, do not include any tags or HTML in thie field. Any custom CSS entered here will override the theme CSS. In some cases, the !important tag may be needed.',
'id' => 'custom_css',
'type' => 'textarea',
'title' => 'CSS Code',
),
),
'icon' => 'el-icon-cog',
),
);
// Change your opt_name to match where you want the data saved.
$args = array(
"opt_name"=>"redux_converter", // Where your data is stored. Use a different name or use the same name as your current theme. Must match the $database_newName variable in the converter code.
//"menu_title" => "", // Title for your menu item
//"page_slug" => "", // Make this the same as your opt_name unless you care otherwise
//"global_variable" => "", // By default Redux sets your global variable to be the opt_name you set above. This is what the newest SMOF uses as it's variable name. You can change, but you may need to update your files.
//"intro_text" => "<p>This theme is now using Redux</p>" // Extra header info
//"google_api_key" => "", // You must acquire a Google Web Fonts API key if you want Google Fonts to work
);
// Use this section if this is for a theme. Replace with plugin specific data if it is for a plugin.
$theme = wp_get_theme();
$args["display_name"] = $theme->get("Name");
$args["display_version"] = $theme->get("Version");
$ReduxFramework = new ReduxFramework($sections, $args);
}
function SMOF2ReduxConvertValue($value, $type) {
switch ($type) {
case "text":
if (!is_array($value)) {
$value = stripcslashes($value); // Not sure why this happens. Huh.
}
break;
case "typography":
$default = array();
if (isset($value["size"])) {
$default["font-size"] = $value["size"];
$px = filter_var($default["font-size"], FILTER_SANITIZE_NUMBER_INT);
$default["units"] = str_replace($px, "", $default["font-size"]);
}
if (isset($value["color"])) {
$default["color"] = $value["color"];
}
if (isset($value["face"])) {
$fonts = array(
"Arial, Helvetica, sans-serif",
"'Arial Black', Gadget, sans-serif",
"'Bookman Old Style', serif",
"'Comic Sans MS', cursive",
"Courier, monospace",
"Garamond, serif",
"Georgia, serif",
"Impact, Charcoal, sans-serif",
"'Lucida Console', Monaco, monospace",
"'Lucida Sans Unicode', 'Lucida Grande', sans-serif",
"'MS Sans Serif', Geneva, sans-serif",
"'MS Serif', 'New York', sans-serif",
"'Palatino Linotype', 'Book Antiqua', Palatino, serif",
"Tahoma, Geneva, sans-serif",
"'Times New Roman', Times, serif",
"'Trebuchet MS', Helvetica, sans-serif",
"Verdana, Geneva, sans-serif",
);
foreach($fonts as $font) {
if (strpos(strtolower($font),strtolower($value["face"])) !== false) {
$default["font-family"] = $font;
}
}
}
if (isset($value["style"])) {
if (strpos(strtolower($value["style"]),"bold") !== false) {
$default["font-weight"] = "bold";
}
if (strpos(strtolower($value["style"]),"italic") !== false) {
$default["font-style"] = "italic";
}
}
$value = $default;
break;
case "border":
if (isset($value["width"])) {
$value["border-width"] = $value["width"]."px";
$value["units"] = "px";
unset($value["width"]);
}
if (isset($value["color"])) {
$value["border-color"] = $value["color"];
unset($value["color"]);
}
if (isset($value["style"])) {
$value["border-style"] = $value["style"];
unset($value["style"]);
}
break;
case "upload":
case "image":
case "media":
$value = array("url"=>$value);
break;
default:
break;
}
return $value;
}
function migrate_old_data($oldname, $oldtheme=false) {
$database_newName = "redux_converter"; // Where your data will now be saved. Must match your opt_name in the ReduxFramework $args array.
$data = get_option();
$sections = array (0 => array ('title' => 'General Options','fields' => array (0 => array ('desc' => '<h3 style=\'color: red;\'>Found a field with an unknown type!</h3> <p>Perhaps this was a custom field and will need to be remade for use within Redux. This was the field\'s configuration:</p><pre style=\'overflow:auto;border: 2px dashed #eee;padding: 2px 5px; width: 100%;\'><pre class=\'xdebug-var-dump\' dir=\'ltr\'><b>array</b> <i>(size=6)</i>\'desc\' <font color=\'#888a85\'>=></font> <small>string</small> <font color=\'#cc0000\'>\'Importing demo content will copy sliders, theme options, posts, pages and portfolio posts, this will replicate the live demo. WARNING: clicking this button will replace your current theme options, sliders and widgets.It can also take a minute to complete.\'</font> <i>(length=257)</i>\'id\' <font color=\'#888a85\'>=></font> <small>string</small> <font color=\'#cc0000\'>\'demo_data\'</font> <i>(length=9)</i>\'btntext\' <font color=\'#888a85\'>=></font> <small>string</small> <font color=\'#cc0000\'>\'Import Demo Content\'</font> <i>(length=19)</i>\'type\' <font color=\'#888a85\'>=></font> <small>string</small> <font color=\'#cc0000\'>\'button\'</font> <i>(length=6)</i>\'title\' <font color=\'#888a85\'>=></font> <small>string</small> <font color=\'#cc0000\'>\'Import Demo Content\'</font> <i>(length=19)</i>\'default\' <font color=\'#888a85\'>=></font> <small>string</small> <font color=\'#cc0000\'>\'http://smofconverter.dev/wp-admin/themes.php?page=optionsframework&import_data_content=true\'</font> <i>(length=91)</i></pre></pre>','id' => 'demo_data','btntext' => 'Import Demo Content','type' => 'info','title' => 'Import Demo Content','default' => 'http://smofconverter.dev/wp-admin/themes.php?page=optionsframework&import_data_content=true','raw_html' => true,),1 => array ('id' => 'responsive','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Responsive Options</h3>',),2 => array ('desc' => 'Check this box to use the responsive design features. If left unchecked then the fixed layout is used.','id' => 'responsive','type' => 'checkbox','title' => 'Responsive Design','default' => 1,),3 => array ('desc' => 'Check this box to use the fixed layout for the iPad in portrait view.','id' => 'ipad_potrait','type' => 'checkbox','title' => 'Use Fixed Layout for iPad Portrait','default' => 1,),4 => array ('id' => 'favicons','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Favicon Options</h3>',),5 => array ('desc' => 'You can put the url of an ico image that will represent your website\'s favicon (16px x 16px).','id' => 'favicon','type' => 'media','title' => 'Favicon','url' => true,),6 => array ('desc' => 'Icon for Apple iPhone (57px x 57px).','id' => 'iphone_icon','type' => 'media','title' => 'Apple iPhone Icon Upload','url' => true,),7 => array ('desc' => 'Icon for Apple iPhone Retina Version (114px x 114px).','id' => 'iphone_icon_retina','type' => 'media','title' => 'Apple iPhone Retina Icon Upload','url' => true,),8 => array ('desc' => 'Icon for Apple iPad (72px x 72px).','id' => 'ipad_icon','type' => 'media','title' => 'Apple iPad Icon Upload','url' => true,),9 => array ('desc' => 'Icon for Apple iPad Retina Version (144px x 144px).','id' => 'ipad_icon_retina','type' => 'media','title' => 'Apple iPad Retina Icon Upload','url' => true,),10 => array ('id' => 'code','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Tracking / Space Before Head / Space Before Body Code</h3>',),11 => array ('desc' => 'Paste your Google Analytics (or other) tracking code here. This will be added into the footer template of your theme. Please put code inside script tags.','id' => 'google_analytics','type' => 'textarea','title' => 'Tracking Code',),12 => array ('desc' => 'Add code before the </head> tag.','id' => 'space_head','type' => 'textarea','title' => 'Space before </head>',),13 => array ('desc' => 'Add code before the </body> tag.','id' => 'space_body','type' => 'textarea','title' => 'Space before </body>',),),),1 => array ('title' => 'Header Options','fields' => array (0 => array ('id' => 'header_info','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Header Content Options</h3>',),1 => array ('id' => 'header_layout','type' => 'image_select','options' => array ('v1' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/header1.jpg','v2' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/header2.jpg','v3' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/header3.jpg','v4' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/header4.jpg','v5' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/header5.jpg',),'title' => 'Select a Header Layout','default' => 'v1',),2 => array ('desc' => 'Select which contnet displays in the top left area of the header.','id' => 'header_left_content','type' => 'select','options' => array ('contactinfo' => 'Contact Info','socialinks' => 'Social Links','nav' => 'Navigation','empty' => 'Leave Empty',),'title' => 'Header Top Left Content','default' => 'Contact Info',),3 => array ('desc' => 'Select which contnet displays in the top right area of the header.','id' => 'header_right_content','type' => 'select','options' => array ('contactinfo' => 'Contact Info','socialinks' => 'Social Links','nav' => 'Navigation','empty' => 'Leave Empty',),'title' => 'Header Top Right Content','default' => 'Navigation',),4 => array ('desc' => 'Select which content displays in the right area of Header 4.','id' => 'header_v4_content','type' => 'select','options' => array ('tagline' => 'Tagline','search' => 'Search','taglinesearch' => 'Tagline + Search','banner' => 'Banner',),'title' => 'Header Content Area For Header #4','default' => 'Tagline + Search',),5 => array ('desc' => 'Add HTML banner code for Header #4. The banner or image will display in Header 4 as long as you have Banner selected for the Header Content Area For Header #4 option above.','id' => 'header_banner_code','type' => 'textarea','title' => 'Banner Code For Header #4',),6 => array ('desc' => 'Phone number will display in the Contact Info section of your top header.','id' => 'header_number','type' => 'text','title' => 'Header Phone Number','default' => 'Call Us Today! 1.555.555.555',),7 => array ('desc' => 'Email address will display in the Contact Info section of your top header.','id' => 'header_email','type' => 'text','title' => 'Header Email Address','default' => '[email protected]',),8 => array ('desc' => 'Tagline will display in the Contact Info section of your top header.','id' => 'header_tagline','type' => 'text','title' => 'Header Tagline','default' => 'Insert Any Headline Or Link You Want Here',),9 => array ('desc' => 'Please choose an image or insert an image url to use for the header background.','id' => 'header_bg_image','type' => 'media','title' => 'Background Image For Header Area','url' => true,),10 => array ('desc' => 'Check this box to have the header background image display at 100% in width and height and scale according to the browser size.','id' => 'header_bg_full','type' => 'checkbox','title' => '100% Background Image',),11 => array ('desc' => 'Choose how the background image repeats.','id' => 'header_bg_repeat','type' => 'select','options' => array ('repeat' => 'repeat','repeat-x' => 'repeat-x','repeat-y' => 'repeat-y','no-repeat' => 'no-repeat',),'title' => 'Background Repeat',),12 => array ('desc' => 'Select the checkbox to show social media icons on the header of the page.','id' => 'icons_header','type' => 'checkbox','title' => 'Display social icons on header of the page:','default' => 1,),13 => array ('desc' => 'Select the checkbox to allow social icons to open in a new window.','id' => 'icons_header_new','type' => 'checkbox','title' => 'Open social icons on header in a new window',),14 => array ('desc' => 'In pixels, ex: 10px','id' => 'margin_header_top','type' => 'text','title' => 'Header Top Margin','default' => '0px',),15 => array ('desc' => 'In pixels, ex: 10px','id' => 'margin_header_bottom','type' => 'text','title' => 'Header Bottom Margin','default' => '0px',),16 => array ('id' => 'header_info','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Logo Options</h3>',),17 => array ('desc' => 'Please choose an image file for your logo.','id' => 'logo','type' => 'media','title' => 'Logo','default' => array ('url' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/logo.png',),'url' => true,),18 => array ('desc' => 'Please choose an image file for the retina version of the logo. It should be exactly 2x the size of main logo.','id' => 'logo_retina','type' => 'media','title' => 'Logo (Retina Version @2x)','url' => true,),19 => array ('desc' => 'If retina logo is uploaded, please enter the standard logo (1x) version width, do not enter the retina logo width.','id' => 'retina_logo_width','type' => 'text','title' => 'Standard Logo Width for Retina Logo',),20 => array ('desc' => 'If retina logo is uploaded, please enter the standard logo (1x) version height, do not enter the retina logo height.','id' => 'retina_logo_height','type' => 'text','title' => 'Standard Logo Height for Retina Logo',),21 => array ('desc' => 'Please Note: center only works on Header #5 layout.','id' => 'logo_alignment','type' => 'select','options' => array ('left' => 'Left','center' => 'Center','right' => 'Right',),'title' => 'Logo Alignment','default' => 'Left',),22 => array ('desc' => 'In pixels, ex: 10px','id' => 'margin_logo_left','type' => 'text','title' => 'Logo Left Margin','default' => '0px',),23 => array ('desc' => 'In pixels, ex: 10px','id' => 'margin_logo_right','type' => 'text','title' => 'Logo Right Margin','default' => '0px',),24 => array ('desc' => 'In pixels, ex: 10px','id' => 'margin_logo_top','type' => 'text','title' => 'Logo Top Margin','default' => '31px',),25 => array ('desc' => 'In pixels, ex: 10px','id' => 'margin_logo_bottom','type' => 'text','title' => 'Logo Bottom Margin','default' => '31px',),26 => array ('id' => 'header_info','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Menu Options</h3>',),27 => array ('desc' => 'Check to enable a fixed header when scrolling, uncheck to disable.','id' => 'header_sticky','type' => 'checkbox','title' => 'Sticky Header','default' => 1,),28 => array ('desc' => 'Use a number without \'px\', default is 83. ex: 83','id' => 'nav_height','type' => 'text','title' => 'Main Nav Height','default' => '83',),29 => array ('desc' => 'Use a number without \'px\', default is 35. ex: 35','id' => 'nav_padding','type' => 'text','title' => 'Menu Item Padding','default' => '35',),30 => array ('desc' => 'In pixels, ex: 170px','id' => 'dropdown_menu_width','type' => 'text','title' => 'Dropdown Menu Width','default' => '170px',),31 => array ('desc' => 'Check to enable the search icon in the menu, uncheck to disable.','id' => 'main_nav_search_icon','type' => 'checkbox','title' => 'Show Search Icon in Main Nav?','default' => 1,),32 => array ('desc' => 'Check to enable a circle border on main menu cart and search icons.','id' => 'main_nav_icon_circle','type' => 'checkbox','title' => 'Enable Circle Border On Menu Icons','default' => 1,),33 => array ('id' => 'sliding_bar','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Sliding Bar Options</h3>',),34 => array ('desc' => 'Check to enable the top Sliding Bar.','id' => 'slidingbar_widgets','type' => 'checkbox','title' => 'Enable Sliding Bar',),35 => array ('desc' => 'Check to disable the top Sliding Bar on mobile devices.','id' => 'mobile_slidingbar_widgets','type' => 'checkbox','title' => 'Disable Sliding Bar On Mobile',),36 => array ('desc' => 'Check to enable a top border on the Sliding Bar','id' => 'slidingbar_top_border','type' => 'checkbox','title' => 'Enable Top Border on Sliding Bar',),37 => array ('desc' => 'Check the box to enable transparency on the Sliding Bar.','id' => 'slidingbar_bg_color_transparency','type' => 'checkbox','title' => 'Enable Transparency on the Sliding Bar',),38 => array ('desc' => 'Select the number of columns to display in the Sliding Bar.','id' => 'slidingbar_widgets_columns','options' => array (1 => '1',2 => '2',3 => '3',4 => '4',),'type' => 'select','title' => 'Number of Sliding Bar Columns','default' => '4',),39 => array ('id' => 'header_info','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Page Title Bar Options</h3>',),40 => array ('desc' => 'Check the box to show the page title bar. This is a global option for every page or post, can be overridden by individual page/post options.','id' => 'page_title_bar','type' => 'checkbox','title' => 'Page Title Bar','default' => 1,),41 => array ('desc' => 'In pixels, ex: 10px','id' => 'page_title_height','type' => 'text','title' => 'Page Title Bar Height','default' => '87px',),42 => array ('desc' => 'Please choose an image or insert an image url to use for the page title bar background.','id' => 'page_title_bg','type' => 'media','title' => 'Page Title Bar Background','default' => array ('url' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/page_title_bg.png',),'url' => true,),43 => array ('desc' => 'Please choose an image or insert an image url to use for the retina page title bar background.','id' => 'page_title_bg_retina','type' => 'media','title' => 'Page Title Bar Background (Retina Version @2x)','url' => true,),44 => array ('desc' => 'Check this box to have the page title bar background image display at 100% in width and height and scale according to the browser size.','id' => 'page_title_bg_full','type' => 'checkbox','title' => '100% Background Image',),45 => array ('desc' => 'Check to enable parallax background image when scrolling.','id' => 'page_title_bg_parallax','type' => 'checkbox','title' => 'Parallax Background Image',),46 => array ('desc' => 'Select a color for the page title bar background.','id' => 'page_title_bg_color','type' => 'color','title' => 'Page Title Bar Background Color','default' => '#F6F6F6',),47 => array ('desc' => 'Select a color for the page title bar borders.','id' => 'page_title_border_color','type' => 'color','title' => 'Page Title Bar Borders Color','default' => '#d2d3d4',),48 => array ('id' => 'header_info','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Breadcrumb Options</h3>',),49 => array ('desc' => 'Choose to display breadcrumbs or search box in the page title bar.','id' => 'page_title_bar_bs','options' => array ('breadcrumbs' => 'Breadcrumbs','search' => 'Search Box',),'type' => 'select','title' => 'Breadcrumbs or Search Box?','default' => 'Breadcrumbs',),50 => array ('desc' => 'Check to display the breadcrumbs or search bar in general. Uncheck to hide them.','id' => 'breadcrumb','type' => 'checkbox','title' => 'Breadcrumbs/Search Bar:','default' => 1,),51 => array ('desc' => 'Check to display breadcrumbs on mobile devices.','id' => 'breadcrumb_mobile','type' => 'checkbox','title' => 'Breadcrumb on Mobile Devices',),52 => array ('desc' => 'The text before the breadcrumb menu.','id' => 'breacrumb_prefix','type' => 'text','title' => 'Breadcrumb Menu Prefix',),),),2 => array ('title' => 'Footer Options','fields' => array (0 => array ('id' => 'footer_widgets_area_title','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Footer Widgets Area Options</h3>',),1 => array ('desc' => 'Check the box to display footer widgets.','id' => 'footer_widgets','type' => 'checkbox','title' => 'Footer Widgets','default' => 1,),2 => array ('desc' => 'Select the number of columns to display in the footer.','id' => 'footer_widgets_columns','options' => array (1 => '1',2 => '2',3 => '3',4 => '4',),'type' => 'select','title' => 'Number of Footer Columns','default' => '4',),3 => array ('desc' => 'Please choose an image or insert an image url to use for the footer widget area backgroud.','id' => 'footerw_bg_image','type' => 'media','title' => 'Background Image For Footer Area','url' => true,),4 => array ('desc' => 'Check this box to have the footer background image display at 100% in width and height and scale according to the browser size.','id' => 'footerw_bg_full','type' => 'checkbox','title' => '100% Background Image',),5 => array ('desc' => 'Choose how the background image repeats.','id' => 'footerw_bg_repeat','type' => 'select','options' => array ('repeat' => 'repeat','repeat-x' => 'repeat-x','repeat-y' => 'repeat-y','no-repeat' => 'no-repeat',),'title' => 'Background Repeat',),6 => array ('id' => 'copyright_area_title','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Copyright Area / Social Icons Options</h3>',),7 => array ('desc' => 'Check the box to display the copyright bar.','id' => 'footer_copyright','type' => 'checkbox','title' => 'Copyright Bar','default' => 1,),8 => array ('desc' => 'Enter the text that displays in the copyright bar. HTML markup can be used.','id' => 'footer_text','type' => 'textarea','title' => 'Copyright Text','default' => 'Copyright 2012 Avada | All Rights Reserved | Powered by <a href="http://wordpress.org">WordPress</a>|<a href="http://theme-fusion.com">Theme Fusion</a>',),9 => array ('desc' => 'Select the checkbox to show social media icons on the footer of the page.','id' => 'icons_footer','type' => 'checkbox','title' => 'Display social icons on footer of the page:','default' => 1,),10 => array ('desc' => 'Select the checkbox to allow social icons to open in a new window','id' => 'icons_footer_new','type' => 'checkbox','title' => 'Open social icons on footer in a new window',),),),3 => array ('title' => 'Background Options','fields' => array (0 => array ('desc' => 'Select boxed or wide layout.','id' => 'layout','type' => 'select','options' => array ('boxed' => 'Boxed','wide' => 'Wide',),'title' => 'Layout','default' => 'Wide',),1 => array ('id' => 'boxed_mode_only','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Background options below only work in boxed mode</h3>',),2 => array ('desc' => 'Please choose an image or insert an image url to use for the backgroud.','id' => 'bg_image','type' => 'media','title' => 'Background Image For Outer Areas In Boxed Mode','url' => true,),3 => array ('desc' => 'Check this box to have the background image display at 100% in width and height and scale according to the browser size.','id' => 'bg_full','type' => 'checkbox','title' => '100% Background Image',),4 => array ('desc' => 'Choose how the background image repeats.','id' => 'bg_repeat','type' => 'select','options' => array ('repeat' => 'repeat','repeat-x' => 'repeat-x','repeat-y' => 'repeat-y','no-repeat' => 'no-repeat',),'title' => 'Background Repeat',),5 => array ('desc' => 'Select a background color.','id' => 'bg_color','type' => 'color','title' => 'Background Color','default' => '#d7d6d6',),6 => array ('desc' => 'Check the box to display a pattern in the background. If checked, select the pattern from below.','id' => 'bg_pattern_option','type' => 'checkbox','title' => 'Background Pattern',),7 => array ('id' => 'bg_pattern','type' => 'image_select','options' => array ('pattern1' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/pattern1.png','pattern2' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/pattern2.png','pattern3' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/pattern3.png','pattern4' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/pattern4.png','pattern5' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/pattern5.png','pattern6' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/pattern6.png','pattern7' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/pattern7.png','pattern8' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/pattern8.png','pattern9' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/pattern9.png','pattern10' => 'http://smofconverter.dev/wp-content/themes/Avada2/images/patterns/pattern10.png',),'title' => 'Select a Background Pattern','default' => 'pattern1','tiles' => true,),8 => array ('id' => 'both_modes_only','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Background Options Below Work For Boxed & Wide Mode</h3>',),9 => array ('desc' => 'Please choose an image or insert an image url to use for the main content area backgroud.','id' => 'content_bg_image','type' => 'media','title' => 'Background Image For Main Content Area','url' => true,),10 => array ('desc' => 'Check this box to have the background image display at 100% in width and height and scale according to the browser size.','id' => 'content_bg_full','type' => 'checkbox','title' => '100% Background Image',),11 => array ('desc' => 'Choose how the background image repeats.','id' => 'content_bg_repeat','type' => 'select','options' => array ('repeat' => 'repeat','repeat-x' => 'repeat-x','repeat-y' => 'repeat-y','no-repeat' => 'no-repeat',),'title' => 'Background Repeat',),),),4 => array ('title' => 'Typography Options','fields' => array (0 => array ('id' => 'custom_heading_font','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'\'>Custom Font Is Only for navigation menus and headings.</h3><p style=\'margin-bottom:0;\'>This will overwrite the google / standard font options if custom font files are uploaded.</p>',),1 => array ('desc' => 'Upload the .woff font file.','id' => 'custom_font_woff','type' => 'media','title' => 'Custom Font .woff','url' => true,),2 => array ('desc' => 'Upload the .ttf font file.','id' => 'custom_font_ttf','type' => 'media','title' => 'Custom Font .ttf','url' => true,),3 => array ('desc' => 'Upload the .svg font file.','id' => 'custom_font_svg','type' => 'media','title' => 'Custom Font .svg','url' => true,),4 => array ('desc' => 'Upload the .eot font file.','id' => 'custom_font_eot','type' => 'media','title' => 'Custom Font .eot','url' => true,),5 => array ('id' => 'google_fonts_intro','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'\'>Google Fonts</h3>',),6 => array ('desc' => 'Select a font family for body text','id' => 'google_body','type' => 'select','options' => array (0 => 'Select Font','ABeeZee' => 'ABeeZee','Abel' => 'Abel','Abril Fatface' => 'Abril Fatface','Aclonica' => 'Aclonica','Acme' => 'Acme','Actor' => 'Actor','Adamina' => 'Adamina','Advent Pro' => 'Advent Pro','Aguafina Script' => 'Aguafina Script','Akronim' => 'Akronim','Aladin' => 'Aladin','Aldrich' => 'Aldrich','Alef' => 'Alef','Alegreya' => 'Alegreya','Alegreya SC' => 'Alegreya SC','Alex Brush' => 'Alex Brush','Alfa Slab One' => 'Alfa Slab One','Alice' => 'Alice','Alike' => 'Alike','Alike Angular' => 'Alike Angular','Allan' => 'Allan','Allerta' => 'Allerta','Allerta Stencil' => 'Allerta Stencil','Allura' => 'Allura','Almendra' => 'Almendra','Almendra Display' => 'Almendra Display','Almendra SC' => 'Almendra SC','Amarante' => 'Amarante','Amaranth' => 'Amaranth','Amatic SC' => 'Amatic SC','Amethysta' => 'Amethysta','Anaheim' => 'Anaheim','Andada' => 'Andada','Andika' => 'Andika','Angkor' => 'Angkor','Annie Use Your Telescope' => 'Annie Use Your Telescope','Anonymous Pro' => 'Anonymous Pro','Antic' => 'Antic','Antic Didone' => 'Antic Didone','Antic Slab' => 'Antic Slab','Anton' => 'Anton','Arapey' => 'Arapey','Arbutus' => 'Arbutus','Arbutus Slab' => 'Arbutus Slab','Architects Daughter' => 'Architects Daughter','Archivo Black' => 'Archivo Black','Archivo Narrow' => 'Archivo Narrow','Arimo' => 'Arimo','Arizonia' => 'Arizonia','Armata' => 'Armata','Artifika' => 'Artifika','Arvo' => 'Arvo','Asap' => 'Asap','Asset' => 'Asset','Astloch' => 'Astloch','Asul' => 'Asul','Atomic Age' => 'Atomic Age','Aubrey' => 'Aubrey','Audiowide' => 'Audiowide','Autour One' => 'Autour One','Average' => 'Average','Average Sans' => 'Average Sans','Averia Gruesa Libre' => 'Averia Gruesa Libre','Averia Libre' => 'Averia Libre','Averia Sans Libre' => 'Averia Sans Libre','Averia Serif Libre' => 'Averia Serif Libre','Bad Script' => 'Bad Script','Balthazar' => 'Balthazar','Bangers' => 'Bangers','Basic' => 'Basic','Battambang' => 'Battambang','Baumans' => 'Baumans','Bayon' => 'Bayon','Belgrano' => 'Belgrano','Belleza' => 'Belleza','BenchNine' => 'BenchNine','Bentham' => 'Bentham','Berkshire Swash' => 'Berkshire Swash','Bevan' => 'Bevan','Bigelow Rules' => 'Bigelow Rules','Bigshot One' => 'Bigshot One','Bilbo' => 'Bilbo','Bilbo Swash Caps' => 'Bilbo Swash Caps','Bitter' => 'Bitter','Black Ops One' => 'Black Ops One','Bokor' => 'Bokor','Bonbon' => 'Bonbon','Boogaloo' => 'Boogaloo','Bowlby One' => 'Bowlby One','Bowlby One SC' => 'Bowlby One SC','Brawler' => 'Brawler','Bree Serif' => 'Bree Serif','Bubblegum Sans' => 'Bubblegum Sans','Bubbler One' => 'Bubbler One','Buda' => 'Buda','Buenard' => 'Buenard','Butcherman' => 'Butcherman','Butterfly Kids' => 'Butterfly Kids','Cabin' => 'Cabin','Cabin Condensed' => 'Cabin Condensed','Cabin Sketch' => 'Cabin Sketch','Caesar Dressing' => 'Caesar Dressing','Cagliostro' => 'Cagliostro','Calligraffitti' => 'Calligraffitti','Cambo' => 'Cambo','Candal' => 'Candal','Cantarell' => 'Cantarell','Cantata One' => 'Cantata One','Cantora One' => 'Cantora One','Capriola' => 'Capriola','Cardo' => 'Cardo','Carme' => 'Carme','Carrois Gothic' => 'Carrois Gothic','Carrois Gothic SC' => 'Carrois Gothic SC','Carter One' => 'Carter One','Caudex' => 'Caudex','Cedarville Cursive' => 'Cedarville Cursive','Ceviche One' => 'Ceviche One','Changa One' => 'Changa One','Chango' => 'Chango','Chau Philomene One' => 'Chau Philomene One','Chela One' => 'Chela One','Chelsea Market' => 'Chelsea Market','Chenla' => 'Chenla','Cherry Cream Soda' => 'Cherry Cream Soda','Cherry Swash' => 'Cherry Swash','Chewy' => 'Chewy','Chicle' => 'Chicle','Chivo' => 'Chivo','Cinzel' => 'Cinzel','Cinzel Decorative' => 'Cinzel Decorative','Clicker Script' => 'Clicker Script','Coda' => 'Coda','Coda Caption' => 'Coda Caption','Codystar' => 'Codystar','Combo' => 'Combo','Comfortaa' => 'Comfortaa','Coming Soon' => 'Coming Soon','Concert One' => 'Concert One','Condiment' => 'Condiment','Content' => 'Content','Contrail One' => 'Contrail One','Convergence' => 'Convergence','Cookie' => 'Cookie','Copse' => 'Copse','Corben' => 'Corben','Courgette' => 'Courgette','Cousine' => 'Cousine','Coustard' => 'Coustard','Covered By Your Grace' => 'Covered By Your Grace','Crafty Girls' => 'Crafty Girls','Creepster' => 'Creepster','Crete Round' => 'Crete Round','Crimson Text' => 'Crimson Text','Croissant One' => 'Croissant One','Crushed' => 'Crushed','Cuprum' => 'Cuprum','Cutive' => 'Cutive','Cutive Mono' => 'Cutive Mono','Damion' => 'Damion','Dancing Script' => 'Dancing Script','Dangrek' => 'Dangrek','Dawning of a New Day' => 'Dawning of a New Day','Days One' => 'Days One','Delius' => 'Delius','Delius Swash Caps' => 'Delius Swash Caps','Delius Unicase' => 'Delius Unicase','Della Respira' => 'Della Respira','Denk One' => 'Denk One','Devonshire' => 'Devonshire','Didact Gothic' => 'Didact Gothic','Diplomata' => 'Diplomata','Diplomata SC' => 'Diplomata SC','Domine' => 'Domine','Donegal One' => 'Donegal One','Doppio One' => 'Doppio One','Dorsa' => 'Dorsa','Dosis' => 'Dosis','Dr Sugiyama' => 'Dr Sugiyama','Droid Sans' => 'Droid Sans','Droid Sans Mono' => 'Droid Sans Mono','Droid Serif' => 'Droid Serif','Duru Sans' => 'Duru Sans','Dynalight' => 'Dynalight','EB Garamond' => 'EB Garamond','Eagle Lake' => 'Eagle Lake','Eater' => 'Eater','Economica' => 'Economica','Electrolize' => 'Electrolize','Elsie' => 'Elsie','Elsie Swash Caps' => 'Elsie Swash Caps','Emblema One' => 'Emblema One','Emilys Candy' => 'Emilys Candy','Engagement' => 'Engagement','Englebert' => 'Englebert','Enriqueta' => 'Enriqueta','Erica One' => 'Erica One','Esteban' => 'Esteban','Euphoria Script' => 'Euphoria Script','Ewert' => 'Ewert','Exo' => 'Exo','Expletus Sans' => 'Expletus Sans','Fanwood Text' => 'Fanwood Text','Fascinate' => 'Fascinate','Fascinate Inline' => 'Fascinate Inline','Faster One' => 'Faster One','Fasthand' => 'Fasthand','Fauna One' => 'Fauna One','Federant' => 'Federant','Federo' => 'Federo','Felipa' => 'Felipa','Fenix' => 'Fenix','Finger Paint' => 'Finger Paint','Fjalla One' => 'Fjalla One','Fjord One' => 'Fjord One','Flamenco' => 'Flamenco','Flavors' => 'Flavors','Fondamento' => 'Fondamento','Fontdiner Swanky' => 'Fontdiner Swanky','Forum' => 'Forum','Francois One' => 'Francois One','Freckle Face' => 'Freckle Face','Fredericka the Great' => 'Fredericka the Great','Fredoka One' => 'Fredoka One','Freehand' => 'Freehand','Fresca' => 'Fresca','Frijole' => 'Frijole','Fruktur' => 'Fruktur','Fugaz One' => 'Fugaz One','GFS Didot' => 'GFS Didot','GFS Neohellenic' => 'GFS Neohellenic','Gabriela' => 'Gabriela','Gafata' => 'Gafata','Galdeano' => 'Galdeano','Galindo' => 'Galindo','Gentium Basic' => 'Gentium Basic','Gentium Book Basic' => 'Gentium Book Basic','Geo' => 'Geo','Geostar' => 'Geostar','Geostar Fill' => 'Geostar Fill','Germania One' => 'Germania One','Gilda Display' => 'Gilda Display','Give You Glory' => 'Give You Glory','Glass Antiqua' => 'Glass Antiqua','Glegoo' => 'Glegoo','Gloria Hallelujah' => 'Gloria Hallelujah','Goblin One' => 'Goblin One','Gochi Hand' => 'Gochi Hand','Gorditas' => 'Gorditas','Goudy Bookletter 1911' => 'Goudy Bookletter 1911','Graduate' => 'Graduate','Grand Hotel' => 'Grand Hotel','Gravitas One' => 'Gravitas One','Great Vibes' => 'Great Vibes','Griffy' => 'Griffy','Gruppo' => 'Gruppo','Gudea' => 'Gudea','Habibi' => 'Habibi','Hammersmith One' => 'Hammersmith One','Hanalei' => 'Hanalei','Hanalei Fill' => 'Hanalei Fill','Handlee' => 'Handlee','Hanuman' => 'Hanuman','Happy Monkey' => 'Happy Monkey','Headland One' => 'Headland One','Henny Penny' => 'Henny Penny','Herr Von Muellerhoff' => 'Herr Von Muellerhoff','Holtwood One SC' => 'Holtwood One SC','Homemade Apple' => 'Homemade Apple','Homenaje' => 'Homenaje','IM Fell DW Pica' => 'IM Fell DW Pica','IM Fell DW Pica SC' => 'IM Fell DW Pica SC','IM Fell Double Pica' => 'IM Fell Double Pica','IM Fell Double Pica SC' => 'IM Fell Double Pica SC','IM Fell English' => 'IM Fell English','IM Fell English SC' => 'IM Fell English SC','IM Fell French Canon' => 'IM Fell French Canon','IM Fell French Canon SC' => 'IM Fell French Canon SC','IM Fell Great Primer' => 'IM Fell Great Primer','IM Fell Great Primer SC' => 'IM Fell Great Primer SC','Iceberg' => 'Iceberg','Iceland' => 'Iceland','Imprima' => 'Imprima','Inconsolata' => 'Inconsolata','Inder' => 'Inder','Indie Flower' => 'Indie Flower','Inika' => 'Inika','Irish Grover' => 'Irish Grover','Istok Web' => 'Istok Web','Italiana' => 'Italiana','Italianno' => 'Italianno','Jacques Francois' => 'Jacques Francois','Jacques Francois Shadow' => 'Jacques Francois Shadow','Jim Nightshade' => 'Jim Nightshade','Jockey One' => 'Jockey One','Jolly Lodger' => 'Jolly Lodger','Josefin Sans' => 'Josefin Sans','Josefin Slab' => 'Josefin Slab','Joti One' => 'Joti One','Judson' => 'Judson','Julee' => 'Julee','Julius Sans One' => 'Julius Sans One','Junge' => 'Junge','Jura' => 'Jura','Just Another Hand' => 'Just Another Hand','Just Me Again Down Here' => 'Just Me Again Down Here','Kameron' => 'Kameron','Karla' => 'Karla','Kaushan Script' => 'Kaushan Script','Kavoon' => 'Kavoon','Keania One' => 'Keania One','Kelly Slab' => 'Kelly Slab','Kenia' => 'Kenia','Khmer' => 'Khmer','Kite One' => 'Kite One','Knewave' => 'Knewave','Kotta One' => 'Kotta One','Koulen' => 'Koulen','Kranky' => 'Kranky','Kreon' => 'Kreon','Kristi' => 'Kristi','Krona One' => 'Krona One','La Belle Aurore' => 'La Belle Aurore','Lancelot' => 'Lancelot','Lato' => 'Lato','League Script' => 'League Script','Leckerli One' => 'Leckerli One','Ledger' => 'Ledger','Lekton' => 'Lekton','Lemon' => 'Lemon','Libre Baskerville' => 'Libre Baskerville','Life Savers' => 'Life Savers','Lilita One' => 'Lilita One','Lily Script One' => 'Lily Script One','Limelight' => 'Limelight','Linden Hill' => 'Linden Hill','Lobster' => 'Lobster','Lobster Two' => 'Lobster Two','Londrina Outline' => 'Londrina Outline','Londrina Shadow' => 'Londrina Shadow','Londrina Sketch' => 'Londrina Sketch','Londrina Solid' => 'Londrina Solid','Lora' => 'Lora','Love Ya Like A Sister' => 'Love Ya Like A Sister','Loved by the King' => 'Loved by the King','Lovers Quarrel' => 'Lovers Quarrel','Luckiest Guy' => 'Luckiest Guy','Lusitana' => 'Lusitana','Lustria' => 'Lustria','Macondo' => 'Macondo','Macondo Swash Caps' => 'Macondo Swash Caps','Magra' => 'Magra','Maiden Orange' => 'Maiden Orange','Mako' => 'Mako','Marcellus' => 'Marcellus','Marcellus SC' => 'Marcellus SC','Marck Script' => 'Marck Script','Margarine' => 'Margarine','Marko One' => 'Marko One','Marmelad' => 'Marmelad','Marvel' => 'Marvel','Mate' => 'Mate','Mate SC' => 'Mate SC','Maven Pro' => 'Maven Pro','McLaren' => 'McLaren','Meddon' => 'Meddon','MedievalSharp' => 'MedievalSharp','Medula One' => 'Medula One','Megrim' => 'Megrim','Meie Script' => 'Meie Script','Merienda' => 'Merienda','Merienda One' => 'Merienda One','Merriweather' => 'Merriweather','Merriweather Sans' => 'Merriweather Sans','Metal' => 'Metal','Metal Mania' => 'Metal Mania','Metamorphous' => 'Metamorphous','Metrophobic' => 'Metrophobic','Michroma' => 'Michroma','Milonga' => 'Milonga','Miltonian' => 'Miltonian','Miltonian Tattoo' => 'Miltonian Tattoo','Miniver' => 'Miniver','Miss Fajardose' => 'Miss Fajardose','Modern Antiqua' => 'Modern Antiqua','Molengo' => 'Molengo','Molle' => 'Molle','Monda' => 'Monda','Monofett' => 'Monofett','Monoton' => 'Monoton','Monsieur La Doulaise' => 'Monsieur La Doulaise','Montaga' => 'Montaga','Montez' => 'Montez','Montserrat' => 'Montserrat','Montserrat Alternates' => 'Montserrat Alternates','Montserrat Subrayada' => 'Montserrat Subrayada','Moul' => 'Moul','Moulpali' => 'Moulpali','Mountains of Christmas' => 'Mountains of Christmas','Mouse Memoirs' => 'Mouse Memoirs','Mr Bedfort' => 'Mr Bedfort','Mr Dafoe' => 'Mr Dafoe','Mr De Haviland' => 'Mr De Haviland','Mrs Saint Delafield' => 'Mrs Saint Delafield','Mrs Sheppards' => 'Mrs Sheppards','Muli' => 'Muli','Mystery Quest' => 'Mystery Quest','Neucha' => 'Neucha','Neuton' => 'Neuton','New Rocker' => 'New Rocker','News Cycle' => 'News Cycle','Niconne' => 'Niconne','Nixie One' => 'Nixie One','Nobile' => 'Nobile','Nokora' => 'Nokora','Norican' => 'Norican','Nosifer' => 'Nosifer','Nothing You Could Do' => 'Nothing You Could Do','Noticia Text' => 'Noticia Text','Noto Sans' => 'Noto Sans','Noto Serif' => 'Noto Serif','Nova Cut' => 'Nova Cut','Nova Flat' => 'Nova Flat','Nova Mono' => 'Nova Mono','Nova Oval' => 'Nova Oval','Nova Round' => 'Nova Round','Nova Script' => 'Nova Script','Nova Slim' => 'Nova Slim','Nova Square' => 'Nova Square','Numans' => 'Numans','Nunito' => 'Nunito','Odor Mean Chey' => 'Odor Mean Chey','Offside' => 'Offside','Old Standard TT' => 'Old Standard TT','Oldenburg' => 'Oldenburg','Oleo Script' => 'Oleo Script','Oleo Script Swash Caps' => 'Oleo Script Swash Caps','Open Sans' => 'Open Sans','Open Sans Condensed' => 'Open Sans Condensed','Oranienbaum' => 'Oranienbaum','Orbitron' => 'Orbitron','Oregano' => 'Oregano','Orienta' => 'Orienta','Original Surfer' => 'Original Surfer','Oswald' => 'Oswald','Over the Rainbow' => 'Over the Rainbow','Overlock' => 'Overlock','Overlock SC' => 'Overlock SC','Ovo' => 'Ovo','Oxygen' => 'Oxygen','Oxygen Mono' => 'Oxygen Mono','PT Mono' => 'PT Mono','PT Sans' => 'PT Sans','PT Sans Caption' => 'PT Sans Caption','PT Sans Narrow' => 'PT Sans Narrow','PT Serif' => 'PT Serif','PT Serif Caption' => 'PT Serif Caption','Pacifico' => 'Pacifico','Paprika' => 'Paprika','Parisienne' => 'Parisienne','Passero One' => 'Passero One','Passion One' => 'Passion One','Pathway Gothic One' => 'Pathway Gothic One','Patrick Hand' => 'Patrick Hand','Patrick Hand SC' => 'Patrick Hand SC','Patua One' => 'Patua One','Paytone One' => 'Paytone One','Peralta' => 'Peralta','Permanent Marker' => 'Permanent Marker','Petit Formal Script' => 'Petit Formal Script','Petrona' => 'Petrona','Philosopher' => 'Philosopher','Piedra' => 'Piedra','Pinyon Script' => 'Pinyon Script','Pirata One' => 'Pirata One','Plaster' => 'Plaster','Play' => 'Play','Playball' => 'Playball','Playfair Display' => 'Playfair Display','Playfair Display SC' => 'Playfair Display SC','Podkova' => 'Podkova','Poiret One' => 'Poiret One','Poller One' => 'Poller One','Poly' => 'Poly','Pompiere' => 'Pompiere','Pontano Sans' => 'Pontano Sans','Port Lligat Sans' => 'Port Lligat Sans','Port Lligat Slab' => 'Port Lligat Slab','Prata' => 'Prata','Preahvihear' => 'Preahvihear','Press Start 2P' => 'Press Start 2P','Princess Sofia' => 'Princess Sofia','Prociono' => 'Prociono','Prosto One' => 'Prosto One','Puritan' => 'Puritan','Purple Purse' => 'Purple Purse','Quando' => 'Quando','Quantico' => 'Quantico','Quattrocento' => 'Quattrocento','Quattrocento Sans' => 'Quattrocento Sans','Questrial' => 'Questrial','Quicksand' => 'Quicksand','Quintessential' => 'Quintessential','Qwigley' => 'Qwigley','Racing Sans One' => 'Racing Sans One','Radley' => 'Radley','Raleway' => 'Raleway','Raleway Dots' => 'Raleway Dots','Rambla' => 'Rambla','Rammetto One' => 'Rammetto One','Ranchers' => 'Ranchers','Rancho' => 'Rancho','Rationale' => 'Rationale','Redressed' => 'Redressed','Reenie Beanie' => 'Reenie Beanie','Revalia' => 'Revalia','Ribeye' => 'Ribeye','Ribeye Marrow' => 'Ribeye Marrow','Righteous' => 'Righteous','Risque' => 'Risque','Roboto' => 'Roboto','Roboto Condensed' => 'Roboto Condensed','Roboto Slab' => 'Roboto Slab','Rochester' => 'Rochester','Rock Salt' => 'Rock Salt','Rokkitt' => 'Rokkitt','Romanesco' => 'Romanesco','Ropa Sans' => 'Ropa Sans','Rosario' => 'Rosario','Rosarivo' => 'Rosarivo','Rouge Script' => 'Rouge Script','Ruda' => 'Ruda','Rufina' => 'Rufina','Ruge Boogie' => 'Ruge Boogie','Ruluko' => 'Ruluko','Rum Raisin' => 'Rum Raisin','Ruslan Display' => 'Ruslan Display','Russo One' => 'Russo One','Ruthie' => 'Ruthie','Rye' => 'Rye','Sacramento' => 'Sacramento','Sail' => 'Sail','Salsa' => 'Salsa','Sanchez' => 'Sanchez','Sancreek' => 'Sancreek','Sansita One' => 'Sansita One','Sarina' => 'Sarina','Satisfy' => 'Satisfy','Scada' => 'Scada','Schoolbell' => 'Schoolbell','Seaweed Script' => 'Seaweed Script','Sevillana' => 'Sevillana','Seymour One' => 'Seymour One','Shadows Into Light' => 'Shadows Into Light','Shadows Into Light Two' => 'Shadows Into Light Two','Shanti' => 'Shanti','Share' => 'Share','Share Tech' => 'Share Tech','Share Tech Mono' => 'Share Tech Mono','Shojumaru' => 'Shojumaru','Short Stack' => 'Short Stack','Siemreap' => 'Siemreap','Sigmar One' => 'Sigmar One','Signika' => 'Signika','Signika Negative' => 'Signika Negative','Simonetta' => 'Simonetta','Sintony' => 'Sintony','Sirin Stencil' => 'Sirin Stencil','Six Caps' => 'Six Caps','Skranji' => 'Skranji','Slackey' => 'Slackey','Smokum' => 'Smokum','Smythe' => 'Smythe','Sniglet' => 'Sniglet','Snippet' => 'Snippet','Snowburst One' => 'Snowburst One','Sofadi One' => 'Sofadi One','Sofia' => 'Sofia','Sonsie One' => 'Sonsie One','Sorts Mill Goudy' => 'Sorts Mill Goudy','Source Code Pro' => 'Source Code Pro','Source Sans Pro' => 'Source Sans Pro','Special Elite' => 'Special Elite','Spicy Rice' => 'Spicy Rice','Spinnaker' => 'Spinnaker','Spirax' => 'Spirax','Squada One' => 'Squada One','Stalemate' => 'Stalemate','Stalinist One' => 'Stalinist One','Stardos Stencil' => 'Stardos Stencil','Stint Ultra Condensed' => 'Stint Ultra Condensed','Stint Ultra Expanded' => 'Stint Ultra Expanded','Stoke' => 'Stoke','Strait' => 'Strait','Sue Ellen Francisco' => 'Sue Ellen Francisco','Sunshiney' => 'Sunshiney','Supermercado One' => 'Supermercado One','Suwannaphum' => 'Suwannaphum','Swanky and Moo Moo' => 'Swanky and Moo Moo','Syncopate' => 'Syncopate','Tangerine' => 'Tangerine','Taprom' => 'Taprom','Tauri' => 'Tauri','Telex' => 'Telex','Tenor Sans' => 'Tenor Sans','Text Me One' => 'Text Me One','The Girl Next Door' => 'The Girl Next Door','Tienne' => 'Tienne','Tinos' => 'Tinos','Titan One' => 'Titan One','Titillium Web' => 'Titillium Web','Trade Winds' => 'Trade Winds','Trocchi' => 'Trocchi','Trochut' => 'Trochut','Trykker' => 'Trykker','Tulpen One' => 'Tulpen One','Ubuntu' => 'Ubuntu','Ubuntu Condensed' => 'Ubuntu Condensed','Ubuntu Mono' => 'Ubuntu Mono','Ultra' => 'Ultra','Uncial Antiqua' => 'Uncial Antiqua','Underdog' => 'Underdog','Unica One' => 'Unica One','UnifrakturCook' => 'UnifrakturCook','UnifrakturMaguntia' => 'UnifrakturMaguntia','Unkempt' => 'Unkempt','Unlock' => 'Unlock','Unna' => 'Unna','VT323' => 'VT323','Vampiro One' => 'Vampiro One','Varela' => 'Varela','Varela Round' => 'Varela Round','Vast Shadow' => 'Vast Shadow','Vibur' => 'Vibur','Vidaloka' => 'Vidaloka','Viga' => 'Viga','Voces' => 'Voces','Volkhov' => 'Volkhov','Vollkorn' => 'Vollkorn','Voltaire' => 'Voltaire','Waiting for the Sunrise' => 'Waiting for the Sunrise','Wallpoet' => 'Wallpoet','Walter Turncoat' => 'Walter Turncoat','Warnes' => 'Warnes','Wellfleet' => 'Wellfleet','Wendy One' => 'Wendy One','Wire One' => 'Wire One','Yanone Kaffeesatz' => 'Yanone Kaffeesatz','Yellowtail' => 'Yellowtail','Yeseva One' => 'Yeseva One','Yesteryear' => 'Yesteryear','Zeyada' => 'Zeyada',),'title' => 'Select Body Font Family','default' => 'PT Sans',),7 => array ('desc' => 'Select a font family for navigation','id' => 'google_nav','type' => 'select','options' => array (0 => 'Select Font','ABeeZee' => 'ABeeZee','Abel' => 'Abel','Abril Fatface' => 'Abril Fatface','Aclonica' => 'Aclonica','Acme' => 'Acme','Actor' => 'Actor','Adamina' => 'Adamina','Advent Pro' => 'Advent Pro','Aguafina Script' => 'Aguafina Script','Akronim' => 'Akronim','Aladin' => 'Aladin','Aldrich' => 'Aldrich','Alef' => 'Alef','Alegreya' => 'Alegreya','Alegreya SC' => 'Alegreya SC','Alex Brush' => 'Alex Brush','Alfa Slab One' => 'Alfa Slab One','Alice' => 'Alice','Alike' => 'Alike','Alike Angular' => 'Alike Angular','Allan' => 'Allan','Allerta' => 'Allerta','Allerta Stencil' => 'Allerta Stencil','Allura' => 'Allura','Almendra' => 'Almendra','Almendra Display' => 'Almendra Display','Almendra SC' => 'Almendra SC','Amarante' => 'Amarante','Amaranth' => 'Amaranth','Amatic SC' => 'Amatic SC','Amethysta' => 'Amethysta','Anaheim' => 'Anaheim','Andada' => 'Andada','Andika' => 'Andika','Angkor' => 'Angkor','Annie Use Your Telescope' => 'Annie Use Your Telescope','Anonymous Pro' => 'Anonymous Pro','Antic' => 'Antic','Antic Didone' => 'Antic Didone','Antic Slab' => 'Antic Slab','Anton' => 'Anton','Arapey' => 'Arapey','Arbutus' => 'Arbutus','Arbutus Slab' => 'Arbutus Slab','Architects Daughter' => 'Architects Daughter','Archivo Black' => 'Archivo Black','Archivo Narrow' => 'Archivo Narrow','Arimo' => 'Arimo','Arizonia' => 'Arizonia','Armata' => 'Armata','Artifika' => 'Artifika','Arvo' => 'Arvo','Asap' => 'Asap','Asset' => 'Asset','Astloch' => 'Astloch','Asul' => 'Asul','Atomic Age' => 'Atomic Age','Aubrey' => 'Aubrey','Audiowide' => 'Audiowide','Autour One' => 'Autour One','Average' => 'Average','Average Sans' => 'Average Sans','Averia Gruesa Libre' => 'Averia Gruesa Libre','Averia Libre' => 'Averia Libre','Averia Sans Libre' => 'Averia Sans Libre','Averia Serif Libre' => 'Averia Serif Libre','Bad Script' => 'Bad Script','Balthazar' => 'Balthazar','Bangers' => 'Bangers','Basic' => 'Basic','Battambang' => 'Battambang','Baumans' => 'Baumans','Bayon' => 'Bayon','Belgrano' => 'Belgrano','Belleza' => 'Belleza','BenchNine' => 'BenchNine','Bentham' => 'Bentham','Berkshire Swash' => 'Berkshire Swash','Bevan' => 'Bevan','Bigelow Rules' => 'Bigelow Rules','Bigshot One' => 'Bigshot One','Bilbo' => 'Bilbo','Bilbo Swash Caps' => 'Bilbo Swash Caps','Bitter' => 'Bitter','Black Ops One' => 'Black Ops One','Bokor' => 'Bokor','Bonbon' => 'Bonbon','Boogaloo' => 'Boogaloo','Bowlby One' => 'Bowlby One','Bowlby One SC' => 'Bowlby One SC','Brawler' => 'Brawler','Bree Serif' => 'Bree Serif','Bubblegum Sans' => 'Bubblegum Sans','Bubbler One' => 'Bubbler One','Buda' => 'Buda','Buenard' => 'Buenard','Butcherman' => 'Butcherman','Butterfly Kids' => 'Butterfly Kids','Cabin' => 'Cabin','Cabin Condensed' => 'Cabin Condensed','Cabin Sketch' => 'Cabin Sketch','Caesar Dressing' => 'Caesar Dressing','Cagliostro' => 'Cagliostro','Calligraffitti' => 'Calligraffitti','Cambo' => 'Cambo','Candal' => 'Candal','Cantarell' => 'Cantarell','Cantata One' => 'Cantata One','Cantora One' => 'Cantora One','Capriola' => 'Capriola','Cardo' => 'Cardo','Carme' => 'Carme','Carrois Gothic' => 'Carrois Gothic','Carrois Gothic SC' => 'Carrois Gothic SC','Carter One' => 'Carter One','Caudex' => 'Caudex','Cedarville Cursive' => 'Cedarville Cursive','Ceviche One' => 'Ceviche One','Changa One' => 'Changa One','Chango' => 'Chango','Chau Philomene One' => 'Chau Philomene One','Chela One' => 'Chela One','Chelsea Market' => 'Chelsea Market','Chenla' => 'Chenla','Cherry Cream Soda' => 'Cherry Cream Soda','Cherry Swash' => 'Cherry Swash','Chewy' => 'Chewy','Chicle' => 'Chicle','Chivo' => 'Chivo','Cinzel' => 'Cinzel','Cinzel Decorative' => 'Cinzel Decorative','Clicker Script' => 'Clicker Script','Coda' => 'Coda','Coda Caption' => 'Coda Caption','Codystar' => 'Codystar','Combo' => 'Combo','Comfortaa' => 'Comfortaa','Coming Soon' => 'Coming Soon','Concert One' => 'Concert One','Condiment' => 'Condiment','Content' => 'Content','Contrail One' => 'Contrail One','Convergence' => 'Convergence','Cookie' => 'Cookie','Copse' => 'Copse','Corben' => 'Corben','Courgette' => 'Courgette','Cousine' => 'Cousine','Coustard' => 'Coustard','Covered By Your Grace' => 'Covered By Your Grace','Crafty Girls' => 'Crafty Girls','Creepster' => 'Creepster','Crete Round' => 'Crete Round','Crimson Text' => 'Crimson Text','Croissant One' => 'Croissant One','Crushed' => 'Crushed','Cuprum' => 'Cuprum','Cutive' => 'Cutive','Cutive Mono' => 'Cutive Mono','Damion' => 'Damion','Dancing Script' => 'Dancing Script','Dangrek' => 'Dangrek','Dawning of a New Day' => 'Dawning of a New Day','Days One' => 'Days One','Delius' => 'Delius','Delius Swash Caps' => 'Delius Swash Caps','Delius Unicase' => 'Delius Unicase','Della Respira' => 'Della Respira','Denk One' => 'Denk One','Devonshire' => 'Devonshire','Didact Gothic' => 'Didact Gothic','Diplomata' => 'Diplomata','Diplomata SC' => 'Diplomata SC','Domine' => 'Domine','Donegal One' => 'Donegal One','Doppio One' => 'Doppio One','Dorsa' => 'Dorsa','Dosis' => 'Dosis','Dr Sugiyama' => 'Dr Sugiyama','Droid Sans' => 'Droid Sans','Droid Sans Mono' => 'Droid Sans Mono','Droid Serif' => 'Droid Serif','Duru Sans' => 'Duru Sans','Dynalight' => 'Dynalight','EB Garamond' => 'EB Garamond','Eagle Lake' => 'Eagle Lake','Eater' => 'Eater','Economica' => 'Economica','Electrolize' => 'Electrolize','Elsie' => 'Elsie','Elsie Swash Caps' => 'Elsie Swash Caps','Emblema One' => 'Emblema One','Emilys Candy' => 'Emilys Candy','Engagement' => 'Engagement','Englebert' => 'Englebert','Enriqueta' => 'Enriqueta','Erica One' => 'Erica One','Esteban' => 'Esteban','Euphoria Script' => 'Euphoria Script','Ewert' => 'Ewert','Exo' => 'Exo','Expletus Sans' => 'Expletus Sans','Fanwood Text' => 'Fanwood Text','Fascinate' => 'Fascinate','Fascinate Inline' => 'Fascinate Inline','Faster One' => 'Faster One','Fasthand' => 'Fasthand','Fauna One' => 'Fauna One','Federant' => 'Federant','Federo' => 'Federo','Felipa' => 'Felipa','Fenix' => 'Fenix','Finger Paint' => 'Finger Paint','Fjalla One' => 'Fjalla One','Fjord One' => 'Fjord One','Flamenco' => 'Flamenco','Flavors' => 'Flavors','Fondamento' => 'Fondamento','Fontdiner Swanky' => 'Fontdiner Swanky','Forum' => 'Forum','Francois One' => 'Francois One','Freckle Face' => 'Freckle Face','Fredericka the Great' => 'Fredericka the Great','Fredoka One' => 'Fredoka One','Freehand' => 'Freehand','Fresca' => 'Fresca','Frijole' => 'Frijole','Fruktur' => 'Fruktur','Fugaz One' => 'Fugaz One','GFS Didot' => 'GFS Didot','GFS Neohellenic' => 'GFS Neohellenic','Gabriela' => 'Gabriela','Gafata' => 'Gafata','Galdeano' => 'Galdeano','Galindo' => 'Galindo','Gentium Basic' => 'Gentium Basic','Gentium Book Basic' => 'Gentium Book Basic','Geo' => 'Geo','Geostar' => 'Geostar','Geostar Fill' => 'Geostar Fill','Germania One' => 'Germania One','Gilda Display' => 'Gilda Display','Give You Glory' => 'Give You Glory','Glass Antiqua' => 'Glass Antiqua','Glegoo' => 'Glegoo','Gloria Hallelujah' => 'Gloria Hallelujah','Goblin One' => 'Goblin One','Gochi Hand' => 'Gochi Hand','Gorditas' => 'Gorditas','Goudy Bookletter 1911' => 'Goudy Bookletter 1911','Graduate' => 'Graduate','Grand Hotel' => 'Grand Hotel','Gravitas One' => 'Gravitas One','Great Vibes' => 'Great Vibes','Griffy' => 'Griffy','Gruppo' => 'Gruppo','Gudea' => 'Gudea','Habibi' => 'Habibi','Hammersmith One' => 'Hammersmith One','Hanalei' => 'Hanalei','Hanalei Fill' => 'Hanalei Fill','Handlee' => 'Handlee','Hanuman' => 'Hanuman','Happy Monkey' => 'Happy Monkey','Headland One' => 'Headland One','Henny Penny' => 'Henny Penny','Herr Von Muellerhoff' => 'Herr Von Muellerhoff','Holtwood One SC' => 'Holtwood One SC','Homemade Apple' => 'Homemade Apple','Homenaje' => 'Homenaje','IM Fell DW Pica' => 'IM Fell DW Pica','IM Fell DW Pica SC' => 'IM Fell DW Pica SC','IM Fell Double Pica' => 'IM Fell Double Pica','IM Fell Double Pica SC' => 'IM Fell Double Pica SC','IM Fell English' => 'IM Fell English','IM Fell English SC' => 'IM Fell English SC','IM Fell French Canon' => 'IM Fell French Canon','IM Fell French Canon SC' => 'IM Fell French Canon SC','IM Fell Great Primer' => 'IM Fell Great Primer','IM Fell Great Primer SC' => 'IM Fell Great Primer SC','Iceberg' => 'Iceberg','Iceland' => 'Iceland','Imprima' => 'Imprima','Inconsolata' => 'Inconsolata','Inder' => 'Inder','Indie Flower' => 'Indie Flower','Inika' => 'Inika','Irish Grover' => 'Irish Grover','Istok Web' => 'Istok Web','Italiana' => 'Italiana','Italianno' => 'Italianno','Jacques Francois' => 'Jacques Francois','Jacques Francois Shadow' => 'Jacques Francois Shadow','Jim Nightshade' => 'Jim Nightshade','Jockey One' => 'Jockey One','Jolly Lodger' => 'Jolly Lodger','Josefin Sans' => 'Josefin Sans','Josefin Slab' => 'Josefin Slab','Joti One' => 'Joti One','Judson' => 'Judson','Julee' => 'Julee','Julius Sans One' => 'Julius Sans One','Junge' => 'Junge','Jura' => 'Jura','Just Another Hand' => 'Just Another Hand','Just Me Again Down Here' => 'Just Me Again Down Here','Kameron' => 'Kameron','Karla' => 'Karla','Kaushan Script' => 'Kaushan Script','Kavoon' => 'Kavoon','Keania One' => 'Keania One','Kelly Slab' => 'Kelly Slab','Kenia' => 'Kenia','Khmer' => 'Khmer','Kite One' => 'Kite One','Knewave' => 'Knewave','Kotta One' => 'Kotta One','Koulen' => 'Koulen','Kranky' => 'Kranky','Kreon' => 'Kreon','Kristi' => 'Kristi','Krona One' => 'Krona One','La Belle Aurore' => 'La Belle Aurore','Lancelot' => 'Lancelot','Lato' => 'Lato','League Script' => 'League Script','Leckerli One' => 'Leckerli One','Ledger' => 'Ledger','Lekton' => 'Lekton','Lemon' => 'Lemon','Libre Baskerville' => 'Libre Baskerville','Life Savers' => 'Life Savers','Lilita One' => 'Lilita One','Lily Script One' => 'Lily Script One','Limelight' => 'Limelight','Linden Hill' => 'Linden Hill','Lobster' => 'Lobster','Lobster Two' => 'Lobster Two','Londrina Outline' => 'Londrina Outline','Londrina Shadow' => 'Londrina Shadow','Londrina Sketch' => 'Londrina Sketch','Londrina Solid' => 'Londrina Solid','Lora' => 'Lora','Love Ya Like A Sister' => 'Love Ya Like A Sister','Loved by the King' => 'Loved by the King','Lovers Quarrel' => 'Lovers Quarrel','Luckiest Guy' => 'Luckiest Guy','Lusitana' => 'Lusitana','Lustria' => 'Lustria','Macondo' => 'Macondo','Macondo Swash Caps' => 'Macondo Swash Caps','Magra' => 'Magra','Maiden Orange' => 'Maiden Orange','Mako' => 'Mako','Marcellus' => 'Marcellus','Marcellus SC' => 'Marcellus SC','Marck Script' => 'Marck Script','Margarine' => 'Margarine','Marko One' => 'Marko One','Marmelad' => 'Marmelad','Marvel' => 'Marvel','Mate' => 'Mate','Mate SC' => 'Mate SC','Maven Pro' => 'Maven Pro','McLaren' => 'McLaren','Meddon' => 'Meddon','MedievalSharp' => 'MedievalSharp','Medula One' => 'Medula One','Megrim' => 'Megrim','Meie Script' => 'Meie Script','Merienda' => 'Merienda','Merienda One' => 'Merienda One','Merriweather' => 'Merriweather','Merriweather Sans' => 'Merriweather Sans','Metal' => 'Metal','Metal Mania' => 'Metal Mania','Metamorphous' => 'Metamorphous','Metrophobic' => 'Metrophobic','Michroma' => 'Michroma','Milonga' => 'Milonga','Miltonian' => 'Miltonian','Miltonian Tattoo' => 'Miltonian Tattoo','Miniver' => 'Miniver','Miss Fajardose' => 'Miss Fajardose','Modern Antiqua' => 'Modern Antiqua','Molengo' => 'Molengo','Molle' => 'Molle','Monda' => 'Monda','Monofett' => 'Monofett','Monoton' => 'Monoton','Monsieur La Doulaise' => 'Monsieur La Doulaise','Montaga' => 'Montaga','Montez' => 'Montez','Montserrat' => 'Montserrat','Montserrat Alternates' => 'Montserrat Alternates','Montserrat Subrayada' => 'Montserrat Subrayada','Moul' => 'Moul','Moulpali' => 'Moulpali','Mountains of Christmas' => 'Mountains of Christmas','Mouse Memoirs' => 'Mouse Memoirs','Mr Bedfort' => 'Mr Bedfort','Mr Dafoe' => 'Mr Dafoe','Mr De Haviland' => 'Mr De Haviland','Mrs Saint Delafield' => 'Mrs Saint Delafield','Mrs Sheppards' => 'Mrs Sheppards','Muli' => 'Muli','Mystery Quest' => 'Mystery Quest','Neucha' => 'Neucha','Neuton' => 'Neuton','New Rocker' => 'New Rocker','News Cycle' => 'News Cycle','Niconne' => 'Niconne','Nixie One' => 'Nixie One','Nobile' => 'Nobile','Nokora' => 'Nokora','Norican' => 'Norican','Nosifer' => 'Nosifer','Nothing You Could Do' => 'Nothing You Could Do','Noticia Text' => 'Noticia Text','Noto Sans' => 'Noto Sans','Noto Serif' => 'Noto Serif','Nova Cut' => 'Nova Cut','Nova Flat' => 'Nova Flat','Nova Mono' => 'Nova Mono','Nova Oval' => 'Nova Oval','Nova Round' => 'Nova Round','Nova Script' => 'Nova Script','Nova Slim' => 'Nova Slim','Nova Square' => 'Nova Square','Numans' => 'Numans','Nunito' => 'Nunito','Odor Mean Chey' => 'Odor Mean Chey','Offside' => 'Offside','Old Standard TT' => 'Old Standard TT','Oldenburg' => 'Oldenburg','Oleo Script' => 'Oleo Script','Oleo Script Swash Caps' => 'Oleo Script Swash Caps','Open Sans' => 'Open Sans','Open Sans Condensed' => 'Open Sans Condensed','Oranienbaum' => 'Oranienbaum','Orbitron' => 'Orbitron','Oregano' => 'Oregano','Orienta' => 'Orienta','Original Surfer' => 'Original Surfer','Oswald' => 'Oswald','Over the Rainbow' => 'Over the Rainbow','Overlock' => 'Overlock','Overlock SC' => 'Overlock SC','Ovo' => 'Ovo','Oxygen' => 'Oxygen','Oxygen Mono' => 'Oxygen Mono','PT Mono' => 'PT Mono','PT Sans' => 'PT Sans','PT Sans Caption' => 'PT Sans Caption','PT Sans Narrow' => 'PT Sans Narrow','PT Serif' => 'PT Serif','PT Serif Caption' => 'PT Serif Caption','Pacifico' => 'Pacifico','Paprika' => 'Paprika','Parisienne' => 'Parisienne','Passero One' => 'Passero One','Passion One' => 'Passion One','Pathway Gothic One' => 'Pathway Gothic One','Patrick Hand' => 'Patrick Hand','Patrick Hand SC' => 'Patrick Hand SC','Patua One' => 'Patua One','Paytone One' => 'Paytone One','Peralta' => 'Peralta','Permanent Marker' => 'Permanent Marker','Petit Formal Script' => 'Petit Formal Script','Petrona' => 'Petrona','Philosopher' => 'Philosopher','Piedra' => 'Piedra','Pinyon Script' => 'Pinyon Script','Pirata One' => 'Pirata One','Plaster' => 'Plaster','Play' => 'Play','Playball' => 'Playball','Playfair Display' => 'Playfair Display','Playfair Display SC' => 'Playfair Display SC','Podkova' => 'Podkova','Poiret One' => 'Poiret One','Poller One' => 'Poller One','Poly' => 'Poly','Pompiere' => 'Pompiere','Pontano Sans' => 'Pontano Sans','Port Lligat Sans' => 'Port Lligat Sans','Port Lligat Slab' => 'Port Lligat Slab','Prata' => 'Prata','Preahvihear' => 'Preahvihear','Press Start 2P' => 'Press Start 2P','Princess Sofia' => 'Princess Sofia','Prociono' => 'Prociono','Prosto One' => 'Prosto One','Puritan' => 'Puritan','Purple Purse' => 'Purple Purse','Quando' => 'Quando','Quantico' => 'Quantico','Quattrocento' => 'Quattrocento','Quattrocento Sans' => 'Quattrocento Sans','Questrial' => 'Questrial','Quicksand' => 'Quicksand','Quintessential' => 'Quintessential','Qwigley' => 'Qwigley','Racing Sans One' => 'Racing Sans One','Radley' => 'Radley','Raleway' => 'Raleway','Raleway Dots' => 'Raleway Dots','Rambla' => 'Rambla','Rammetto One' => 'Rammetto One','Ranchers' => 'Ranchers','Rancho' => 'Rancho','Rationale' => 'Rationale','Redressed' => 'Redressed','Reenie Beanie' => 'Reenie Beanie','Revalia' => 'Revalia','Ribeye' => 'Ribeye','Ribeye Marrow' => 'Ribeye Marrow','Righteous' => 'Righteous','Risque' => 'Risque','Roboto' => 'Roboto','Roboto Condensed' => 'Roboto Condensed','Roboto Slab' => 'Roboto Slab','Rochester' => 'Rochester','Rock Salt' => 'Rock Salt','Rokkitt' => 'Rokkitt','Romanesco' => 'Romanesco','Ropa Sans' => 'Ropa Sans','Rosario' => 'Rosario','Rosarivo' => 'Rosarivo','Rouge Script' => 'Rouge Script','Ruda' => 'Ruda','Rufina' => 'Rufina','Ruge Boogie' => 'Ruge Boogie','Ruluko' => 'Ruluko','Rum Raisin' => 'Rum Raisin','Ruslan Display' => 'Ruslan Display','Russo One' => 'Russo One','Ruthie' => 'Ruthie','Rye' => 'Rye','Sacramento' => 'Sacramento','Sail' => 'Sail','Salsa' => 'Salsa','Sanchez' => 'Sanchez','Sancreek' => 'Sancreek','Sansita One' => 'Sansita One','Sarina' => 'Sarina','Satisfy' => 'Satisfy','Scada' => 'Scada','Schoolbell' => 'Schoolbell','Seaweed Script' => 'Seaweed Script','Sevillana' => 'Sevillana','Seymour One' => 'Seymour One','Shadows Into Light' => 'Shadows Into Light','Shadows Into Light Two' => 'Shadows Into Light Two','Shanti' => 'Shanti','Share' => 'Share','Share Tech' => 'Share Tech','Share Tech Mono' => 'Share Tech Mono','Shojumaru' => 'Shojumaru','Short Stack' => 'Short Stack','Siemreap' => 'Siemreap','Sigmar One' => 'Sigmar One','Signika' => 'Signika','Signika Negative' => 'Signika Negative','Simonetta' => 'Simonetta','Sintony' => 'Sintony','Sirin Stencil' => 'Sirin Stencil','Six Caps' => 'Six Caps','Skranji' => 'Skranji','Slackey' => 'Slackey','Smokum' => 'Smokum','Smythe' => 'Smythe','Sniglet' => 'Sniglet','Snippet' => 'Snippet','Snowburst One' => 'Snowburst One','Sofadi One' => 'Sofadi One','Sofia' => 'Sofia','Sonsie One' => 'Sonsie One','Sorts Mill Goudy' => 'Sorts Mill Goudy','Source Code Pro' => 'Source Code Pro','Source Sans Pro' => 'Source Sans Pro','Special Elite' => 'Special Elite','Spicy Rice' => 'Spicy Rice','Spinnaker' => 'Spinnaker','Spirax' => 'Spirax','Squada One' => 'Squada One','Stalemate' => 'Stalemate','Stalinist One' => 'Stalinist One','Stardos Stencil' => 'Stardos Stencil','Stint Ultra Condensed' => 'Stint Ultra Condensed','Stint Ultra Expanded' => 'Stint Ultra Expanded','Stoke' => 'Stoke','Strait' => 'Strait','Sue Ellen Francisco' => 'Sue Ellen Francisco','Sunshiney' => 'Sunshiney','Supermercado One' => 'Supermercado One','Suwannaphum' => 'Suwannaphum','Swanky and Moo Moo' => 'Swanky and Moo Moo','Syncopate' => 'Syncopate','Tangerine' => 'Tangerine','Taprom' => 'Taprom','Tauri' => 'Tauri','Telex' => 'Telex','Tenor Sans' => 'Tenor Sans','Text Me One' => 'Text Me One','The Girl Next Door' => 'The Girl Next Door','Tienne' => 'Tienne','Tinos' => 'Tinos','Titan One' => 'Titan One','Titillium Web' => 'Titillium Web','Trade Winds' => 'Trade Winds','Trocchi' => 'Trocchi','Trochut' => 'Trochut','Trykker' => 'Trykker','Tulpen One' => 'Tulpen One','Ubuntu' => 'Ubuntu','Ubuntu Condensed' => 'Ubuntu Condensed','Ubuntu Mono' => 'Ubuntu Mono','Ultra' => 'Ultra','Uncial Antiqua' => 'Uncial Antiqua','Underdog' => 'Underdog','Unica One' => 'Unica One','UnifrakturCook' => 'UnifrakturCook','UnifrakturMaguntia' => 'UnifrakturMaguntia','Unkempt' => 'Unkempt','Unlock' => 'Unlock','Unna' => 'Unna','VT323' => 'VT323','Vampiro One' => 'Vampiro One','Varela' => 'Varela','Varela Round' => 'Varela Round','Vast Shadow' => 'Vast Shadow','Vibur' => 'Vibur','Vidaloka' => 'Vidaloka','Viga' => 'Viga','Voces' => 'Voces','Volkhov' => 'Volkhov','Vollkorn' => 'Vollkorn','Voltaire' => 'Voltaire','Waiting for the Sunrise' => 'Waiting for the Sunrise','Wallpoet' => 'Wallpoet','Walter Turncoat' => 'Walter Turncoat','Warnes' => 'Warnes','Wellfleet' => 'Wellfleet','Wendy One' => 'Wendy One','Wire One' => 'Wire One','Yanone Kaffeesatz' => 'Yanone Kaffeesatz','Yellowtail' => 'Yellowtail','Yeseva One' => 'Yeseva One','Yesteryear' => 'Yesteryear','Zeyada' => 'Zeyada',),'title' => 'Select Menu Font','default' => 'Antic Slab',),8 => array ('desc' => 'Select a font family for headings','id' => 'google_headings','type' => 'select','options' => array (0 => 'Select Font','ABeeZee' => 'ABeeZee','Abel' => 'Abel','Abril Fatface' => 'Abril Fatface','Aclonica' => 'Aclonica','Acme' => 'Acme','Actor' => 'Actor','Adamina' => 'Adamina','Advent Pro' => 'Advent Pro','Aguafina Script' => 'Aguafina Script','Akronim' => 'Akronim','Aladin' => 'Aladin','Aldrich' => 'Aldrich','Alef' => 'Alef','Alegreya' => 'Alegreya','Alegreya SC' => 'Alegreya SC','Alex Brush' => 'Alex Brush','Alfa Slab One' => 'Alfa Slab One','Alice' => 'Alice','Alike' => 'Alike','Alike Angular' => 'Alike Angular','Allan' => 'Allan','Allerta' => 'Allerta','Allerta Stencil' => 'Allerta Stencil','Allura' => 'Allura','Almendra' => 'Almendra','Almendra Display' => 'Almendra Display','Almendra SC' => 'Almendra SC','Amarante' => 'Amarante','Amaranth' => 'Amaranth','Amatic SC' => 'Amatic SC','Amethysta' => 'Amethysta','Anaheim' => 'Anaheim','Andada' => 'Andada','Andika' => 'Andika','Angkor' => 'Angkor','Annie Use Your Telescope' => 'Annie Use Your Telescope','Anonymous Pro' => 'Anonymous Pro','Antic' => 'Antic','Antic Didone' => 'Antic Didone','Antic Slab' => 'Antic Slab','Anton' => 'Anton','Arapey' => 'Arapey','Arbutus' => 'Arbutus','Arbutus Slab' => 'Arbutus Slab','Architects Daughter' => 'Architects Daughter','Archivo Black' => 'Archivo Black','Archivo Narrow' => 'Archivo Narrow','Arimo' => 'Arimo','Arizonia' => 'Arizonia','Armata' => 'Armata','Artifika' => 'Artifika','Arvo' => 'Arvo','Asap' => 'Asap','Asset' => 'Asset','Astloch' => 'Astloch','Asul' => 'Asul','Atomic Age' => 'Atomic Age','Aubrey' => 'Aubrey','Audiowide' => 'Audiowide','Autour One' => 'Autour One','Average' => 'Average','Average Sans' => 'Average Sans','Averia Gruesa Libre' => 'Averia Gruesa Libre','Averia Libre' => 'Averia Libre','Averia Sans Libre' => 'Averia Sans Libre','Averia Serif Libre' => 'Averia Serif Libre','Bad Script' => 'Bad Script','Balthazar' => 'Balthazar','Bangers' => 'Bangers','Basic' => 'Basic','Battambang' => 'Battambang','Baumans' => 'Baumans','Bayon' => 'Bayon','Belgrano' => 'Belgrano','Belleza' => 'Belleza','BenchNine' => 'BenchNine','Bentham' => 'Bentham','Berkshire Swash' => 'Berkshire Swash','Bevan' => 'Bevan','Bigelow Rules' => 'Bigelow Rules','Bigshot One' => 'Bigshot One','Bilbo' => 'Bilbo','Bilbo Swash Caps' => 'Bilbo Swash Caps','Bitter' => 'Bitter','Black Ops One' => 'Black Ops One','Bokor' => 'Bokor','Bonbon' => 'Bonbon','Boogaloo' => 'Boogaloo','Bowlby One' => 'Bowlby One','Bowlby One SC' => 'Bowlby One SC','Brawler' => 'Brawler','Bree Serif' => 'Bree Serif','Bubblegum Sans' => 'Bubblegum Sans','Bubbler One' => 'Bubbler One','Buda' => 'Buda','Buenard' => 'Buenard','Butcherman' => 'Butcherman','Butterfly Kids' => 'Butterfly Kids','Cabin' => 'Cabin','Cabin Condensed' => 'Cabin Condensed','Cabin Sketch' => 'Cabin Sketch','Caesar Dressing' => 'Caesar Dressing','Cagliostro' => 'Cagliostro','Calligraffitti' => 'Calligraffitti','Cambo' => 'Cambo','Candal' => 'Candal','Cantarell' => 'Cantarell','Cantata One' => 'Cantata One','Cantora One' => 'Cantora One','Capriola' => 'Capriola','Cardo' => 'Cardo','Carme' => 'Carme','Carrois Gothic' => 'Carrois Gothic','Carrois Gothic SC' => 'Carrois Gothic SC','Carter One' => 'Carter One','Caudex' => 'Caudex','Cedarville Cursive' => 'Cedarville Cursive','Ceviche One' => 'Ceviche One','Changa One' => 'Changa One','Chango' => 'Chango','Chau Philomene One' => 'Chau Philomene One','Chela One' => 'Chela One','Chelsea Market' => 'Chelsea Market','Chenla' => 'Chenla','Cherry Cream Soda' => 'Cherry Cream Soda','Cherry Swash' => 'Cherry Swash','Chewy' => 'Chewy','Chicle' => 'Chicle','Chivo' => 'Chivo','Cinzel' => 'Cinzel','Cinzel Decorative' => 'Cinzel Decorative','Clicker Script' => 'Clicker Script','Coda' => 'Coda','Coda Caption' => 'Coda Caption','Codystar' => 'Codystar','Combo' => 'Combo','Comfortaa' => 'Comfortaa','Coming Soon' => 'Coming Soon','Concert One' => 'Concert One','Condiment' => 'Condiment','Content' => 'Content','Contrail One' => 'Contrail One','Convergence' => 'Convergence','Cookie' => 'Cookie','Copse' => 'Copse','Corben' => 'Corben','Courgette' => 'Courgette','Cousine' => 'Cousine','Coustard' => 'Coustard','Covered By Your Grace' => 'Covered By Your Grace','Crafty Girls' => 'Crafty Girls','Creepster' => 'Creepster','Crete Round' => 'Crete Round','Crimson Text' => 'Crimson Text','Croissant One' => 'Croissant One','Crushed' => 'Crushed','Cuprum' => 'Cuprum','Cutive' => 'Cutive','Cutive Mono' => 'Cutive Mono','Damion' => 'Damion','Dancing Script' => 'Dancing Script','Dangrek' => 'Dangrek','Dawning of a New Day' => 'Dawning of a New Day','Days One' => 'Days One','Delius' => 'Delius','Delius Swash Caps' => 'Delius Swash Caps','Delius Unicase' => 'Delius Unicase','Della Respira' => 'Della Respira','Denk One' => 'Denk One','Devonshire' => 'Devonshire','Didact Gothic' => 'Didact Gothic','Diplomata' => 'Diplomata','Diplomata SC' => 'Diplomata SC','Domine' => 'Domine','Donegal One' => 'Donegal One','Doppio One' => 'Doppio One','Dorsa' => 'Dorsa','Dosis' => 'Dosis','Dr Sugiyama' => 'Dr Sugiyama','Droid Sans' => 'Droid Sans','Droid Sans Mono' => 'Droid Sans Mono','Droid Serif' => 'Droid Serif','Duru Sans' => 'Duru Sans','Dynalight' => 'Dynalight','EB Garamond' => 'EB Garamond','Eagle Lake' => 'Eagle Lake','Eater' => 'Eater','Economica' => 'Economica','Electrolize' => 'Electrolize','Elsie' => 'Elsie','Elsie Swash Caps' => 'Elsie Swash Caps','Emblema One' => 'Emblema One','Emilys Candy' => 'Emilys Candy','Engagement' => 'Engagement','Englebert' => 'Englebert','Enriqueta' => 'Enriqueta','Erica One' => 'Erica One','Esteban' => 'Esteban','Euphoria Script' => 'Euphoria Script','Ewert' => 'Ewert','Exo' => 'Exo','Expletus Sans' => 'Expletus Sans','Fanwood Text' => 'Fanwood Text','Fascinate' => 'Fascinate','Fascinate Inline' => 'Fascinate Inline','Faster One' => 'Faster One','Fasthand' => 'Fasthand','Fauna One' => 'Fauna One','Federant' => 'Federant','Federo' => 'Federo','Felipa' => 'Felipa','Fenix' => 'Fenix','Finger Paint' => 'Finger Paint','Fjalla One' => 'Fjalla One','Fjord One' => 'Fjord One','Flamenco' => 'Flamenco','Flavors' => 'Flavors','Fondamento' => 'Fondamento','Fontdiner Swanky' => 'Fontdiner Swanky','Forum' => 'Forum','Francois One' => 'Francois One','Freckle Face' => 'Freckle Face','Fredericka the Great' => 'Fredericka the Great','Fredoka One' => 'Fredoka One','Freehand' => 'Freehand','Fresca' => 'Fresca','Frijole' => 'Frijole','Fruktur' => 'Fruktur','Fugaz One' => 'Fugaz One','GFS Didot' => 'GFS Didot','GFS Neohellenic' => 'GFS Neohellenic','Gabriela' => 'Gabriela','Gafata' => 'Gafata','Galdeano' => 'Galdeano','Galindo' => 'Galindo','Gentium Basic' => 'Gentium Basic','Gentium Book Basic' => 'Gentium Book Basic','Geo' => 'Geo','Geostar' => 'Geostar','Geostar Fill' => 'Geostar Fill','Germania One' => 'Germania One','Gilda Display' => 'Gilda Display','Give You Glory' => 'Give You Glory','Glass Antiqua' => 'Glass Antiqua','Glegoo' => 'Glegoo','Gloria Hallelujah' => 'Gloria Hallelujah','Goblin One' => 'Goblin One','Gochi Hand' => 'Gochi Hand','Gorditas' => 'Gorditas','Goudy Bookletter 1911' => 'Goudy Bookletter 1911','Graduate' => 'Graduate','Grand Hotel' => 'Grand Hotel','Gravitas One' => 'Gravitas One','Great Vibes' => 'Great Vibes','Griffy' => 'Griffy','Gruppo' => 'Gruppo','Gudea' => 'Gudea','Habibi' => 'Habibi','Hammersmith One' => 'Hammersmith One','Hanalei' => 'Hanalei','Hanalei Fill' => 'Hanalei Fill','Handlee' => 'Handlee','Hanuman' => 'Hanuman','Happy Monkey' => 'Happy Monkey','Headland One' => 'Headland One','Henny Penny' => 'Henny Penny','Herr Von Muellerhoff' => 'Herr Von Muellerhoff','Holtwood One SC' => 'Holtwood One SC','Homemade Apple' => 'Homemade Apple','Homenaje' => 'Homenaje','IM Fell DW Pica' => 'IM Fell DW Pica','IM Fell DW Pica SC' => 'IM Fell DW Pica SC','IM Fell Double Pica' => 'IM Fell Double Pica','IM Fell Double Pica SC' => 'IM Fell Double Pica SC','IM Fell English' => 'IM Fell English','IM Fell English SC' => 'IM Fell English SC','IM Fell French Canon' => 'IM Fell French Canon','IM Fell French Canon SC' => 'IM Fell French Canon SC','IM Fell Great Primer' => 'IM Fell Great Primer','IM Fell Great Primer SC' => 'IM Fell Great Primer SC','Iceberg' => 'Iceberg','Iceland' => 'Iceland','Imprima' => 'Imprima','Inconsolata' => 'Inconsolata','Inder' => 'Inder','Indie Flower' => 'Indie Flower','Inika' => 'Inika','Irish Grover' => 'Irish Grover','Istok Web' => 'Istok Web','Italiana' => 'Italiana','Italianno' => 'Italianno','Jacques Francois' => 'Jacques Francois','Jacques Francois Shadow' => 'Jacques Francois Shadow','Jim Nightshade' => 'Jim Nightshade','Jockey One' => 'Jockey One','Jolly Lodger' => 'Jolly Lodger','Josefin Sans' => 'Josefin Sans','Josefin Slab' => 'Josefin Slab','Joti One' => 'Joti One','Judson' => 'Judson','Julee' => 'Julee','Julius Sans One' => 'Julius Sans One','Junge' => 'Junge','Jura' => 'Jura','Just Another Hand' => 'Just Another Hand','Just Me Again Down Here' => 'Just Me Again Down Here','Kameron' => 'Kameron','Karla' => 'Karla','Kaushan Script' => 'Kaushan Script','Kavoon' => 'Kavoon','Keania One' => 'Keania One','Kelly Slab' => 'Kelly Slab','Kenia' => 'Kenia','Khmer' => 'Khmer','Kite One' => 'Kite One','Knewave' => 'Knewave','Kotta One' => 'Kotta One','Koulen' => 'Koulen','Kranky' => 'Kranky','Kreon' => 'Kreon','Kristi' => 'Kristi','Krona One' => 'Krona One','La Belle Aurore' => 'La Belle Aurore','Lancelot' => 'Lancelot','Lato' => 'Lato','League Script' => 'League Script','Leckerli One' => 'Leckerli One','Ledger' => 'Ledger','Lekton' => 'Lekton','Lemon' => 'Lemon','Libre Baskerville' => 'Libre Baskerville','Life Savers' => 'Life Savers','Lilita One' => 'Lilita One','Lily Script One' => 'Lily Script One','Limelight' => 'Limelight','Linden Hill' => 'Linden Hill','Lobster' => 'Lobster','Lobster Two' => 'Lobster Two','Londrina Outline' => 'Londrina Outline','Londrina Shadow' => 'Londrina Shadow','Londrina Sketch' => 'Londrina Sketch','Londrina Solid' => 'Londrina Solid','Lora' => 'Lora','Love Ya Like A Sister' => 'Love Ya Like A Sister','Loved by the King' => 'Loved by the King','Lovers Quarrel' => 'Lovers Quarrel','Luckiest Guy' => 'Luckiest Guy','Lusitana' => 'Lusitana','Lustria' => 'Lustria','Macondo' => 'Macondo','Macondo Swash Caps' => 'Macondo Swash Caps','Magra' => 'Magra','Maiden Orange' => 'Maiden Orange','Mako' => 'Mako','Marcellus' => 'Marcellus','Marcellus SC' => 'Marcellus SC','Marck Script' => 'Marck Script','Margarine' => 'Margarine','Marko One' => 'Marko One','Marmelad' => 'Marmelad','Marvel' => 'Marvel','Mate' => 'Mate','Mate SC' => 'Mate SC','Maven Pro' => 'Maven Pro','McLaren' => 'McLaren','Meddon' => 'Meddon','MedievalSharp' => 'MedievalSharp','Medula One' => 'Medula One','Megrim' => 'Megrim','Meie Script' => 'Meie Script','Merienda' => 'Merienda','Merienda One' => 'Merienda One','Merriweather' => 'Merriweather','Merriweather Sans' => 'Merriweather Sans','Metal' => 'Metal','Metal Mania' => 'Metal Mania','Metamorphous' => 'Metamorphous','Metrophobic' => 'Metrophobic','Michroma' => 'Michroma','Milonga' => 'Milonga','Miltonian' => 'Miltonian','Miltonian Tattoo' => 'Miltonian Tattoo','Miniver' => 'Miniver','Miss Fajardose' => 'Miss Fajardose','Modern Antiqua' => 'Modern Antiqua','Molengo' => 'Molengo','Molle' => 'Molle','Monda' => 'Monda','Monofett' => 'Monofett','Monoton' => 'Monoton','Monsieur La Doulaise' => 'Monsieur La Doulaise','Montaga' => 'Montaga','Montez' => 'Montez','Montserrat' => 'Montserrat','Montserrat Alternates' => 'Montserrat Alternates','Montserrat Subrayada' => 'Montserrat Subrayada','Moul' => 'Moul','Moulpali' => 'Moulpali','Mountains of Christmas' => 'Mountains of Christmas','Mouse Memoirs' => 'Mouse Memoirs','Mr Bedfort' => 'Mr Bedfort','Mr Dafoe' => 'Mr Dafoe','Mr De Haviland' => 'Mr De Haviland','Mrs Saint Delafield' => 'Mrs Saint Delafield','Mrs Sheppards' => 'Mrs Sheppards','Muli' => 'Muli','Mystery Quest' => 'Mystery Quest','Neucha' => 'Neucha','Neuton' => 'Neuton','New Rocker' => 'New Rocker','News Cycle' => 'News Cycle','Niconne' => 'Niconne','Nixie One' => 'Nixie One','Nobile' => 'Nobile','Nokora' => 'Nokora','Norican' => 'Norican','Nosifer' => 'Nosifer','Nothing You Could Do' => 'Nothing You Could Do','Noticia Text' => 'Noticia Text','Noto Sans' => 'Noto Sans','Noto Serif' => 'Noto Serif','Nova Cut' => 'Nova Cut','Nova Flat' => 'Nova Flat','Nova Mono' => 'Nova Mono','Nova Oval' => 'Nova Oval','Nova Round' => 'Nova Round','Nova Script' => 'Nova Script','Nova Slim' => 'Nova Slim','Nova Square' => 'Nova Square','Numans' => 'Numans','Nunito' => 'Nunito','Odor Mean Chey' => 'Odor Mean Chey','Offside' => 'Offside','Old Standard TT' => 'Old Standard TT','Oldenburg' => 'Oldenburg','Oleo Script' => 'Oleo Script','Oleo Script Swash Caps' => 'Oleo Script Swash Caps','Open Sans' => 'Open Sans','Open Sans Condensed' => 'Open Sans Condensed','Oranienbaum' => 'Oranienbaum','Orbitron' => 'Orbitron','Oregano' => 'Oregano','Orienta' => 'Orienta','Original Surfer' => 'Original Surfer','Oswald' => 'Oswald','Over the Rainbow' => 'Over the Rainbow','Overlock' => 'Overlock','Overlock SC' => 'Overlock SC','Ovo' => 'Ovo','Oxygen' => 'Oxygen','Oxygen Mono' => 'Oxygen Mono','PT Mono' => 'PT Mono','PT Sans' => 'PT Sans','PT Sans Caption' => 'PT Sans Caption','PT Sans Narrow' => 'PT Sans Narrow','PT Serif' => 'PT Serif','PT Serif Caption' => 'PT Serif Caption','Pacifico' => 'Pacifico','Paprika' => 'Paprika','Parisienne' => 'Parisienne','Passero One' => 'Passero One','Passion One' => 'Passion One','Pathway Gothic One' => 'Pathway Gothic One','Patrick Hand' => 'Patrick Hand','Patrick Hand SC' => 'Patrick Hand SC','Patua One' => 'Patua One','Paytone One' => 'Paytone One','Peralta' => 'Peralta','Permanent Marker' => 'Permanent Marker','Petit Formal Script' => 'Petit Formal Script','Petrona' => 'Petrona','Philosopher' => 'Philosopher','Piedra' => 'Piedra','Pinyon Script' => 'Pinyon Script','Pirata One' => 'Pirata One','Plaster' => 'Plaster','Play' => 'Play','Playball' => 'Playball','Playfair Display' => 'Playfair Display','Playfair Display SC' => 'Playfair Display SC','Podkova' => 'Podkova','Poiret One' => 'Poiret One','Poller One' => 'Poller One','Poly' => 'Poly','Pompiere' => 'Pompiere','Pontano Sans' => 'Pontano Sans','Port Lligat Sans' => 'Port Lligat Sans','Port Lligat Slab' => 'Port Lligat Slab','Prata' => 'Prata','Preahvihear' => 'Preahvihear','Press Start 2P' => 'Press Start 2P','Princess Sofia' => 'Princess Sofia','Prociono' => 'Prociono','Prosto One' => 'Prosto One','Puritan' => 'Puritan','Purple Purse' => 'Purple Purse','Quando' => 'Quando','Quantico' => 'Quantico','Quattrocento' => 'Quattrocento','Quattrocento Sans' => 'Quattrocento Sans','Questrial' => 'Questrial','Quicksand' => 'Quicksand','Quintessential' => 'Quintessential','Qwigley' => 'Qwigley','Racing Sans One' => 'Racing Sans One','Radley' => 'Radley','Raleway' => 'Raleway','Raleway Dots' => 'Raleway Dots','Rambla' => 'Rambla','Rammetto One' => 'Rammetto One','Ranchers' => 'Ranchers','Rancho' => 'Rancho','Rationale' => 'Rationale','Redressed' => 'Redressed','Reenie Beanie' => 'Reenie Beanie','Revalia' => 'Revalia','Ribeye' => 'Ribeye','Ribeye Marrow' => 'Ribeye Marrow','Righteous' => 'Righteous','Risque' => 'Risque','Roboto' => 'Roboto','Roboto Condensed' => 'Roboto Condensed','Roboto Slab' => 'Roboto Slab','Rochester' => 'Rochester','Rock Salt' => 'Rock Salt','Rokkitt' => 'Rokkitt','Romanesco' => 'Romanesco','Ropa Sans' => 'Ropa Sans','Rosario' => 'Rosario','Rosarivo' => 'Rosarivo','Rouge Script' => 'Rouge Script','Ruda' => 'Ruda','Rufina' => 'Rufina','Ruge Boogie' => 'Ruge Boogie','Ruluko' => 'Ruluko','Rum Raisin' => 'Rum Raisin','Ruslan Display' => 'Ruslan Display','Russo One' => 'Russo One','Ruthie' => 'Ruthie','Rye' => 'Rye','Sacramento' => 'Sacramento','Sail' => 'Sail','Salsa' => 'Salsa','Sanchez' => 'Sanchez','Sancreek' => 'Sancreek','Sansita One' => 'Sansita One','Sarina' => 'Sarina','Satisfy' => 'Satisfy','Scada' => 'Scada','Schoolbell' => 'Schoolbell','Seaweed Script' => 'Seaweed Script','Sevillana' => 'Sevillana','Seymour One' => 'Seymour One','Shadows Into Light' => 'Shadows Into Light','Shadows Into Light Two' => 'Shadows Into Light Two','Shanti' => 'Shanti','Share' => 'Share','Share Tech' => 'Share Tech','Share Tech Mono' => 'Share Tech Mono','Shojumaru' => 'Shojumaru','Short Stack' => 'Short Stack','Siemreap' => 'Siemreap','Sigmar One' => 'Sigmar One','Signika' => 'Signika','Signika Negative' => 'Signika Negative','Simonetta' => 'Simonetta','Sintony' => 'Sintony','Sirin Stencil' => 'Sirin Stencil','Six Caps' => 'Six Caps','Skranji' => 'Skranji','Slackey' => 'Slackey','Smokum' => 'Smokum','Smythe' => 'Smythe','Sniglet' => 'Sniglet','Snippet' => 'Snippet','Snowburst One' => 'Snowburst One','Sofadi One' => 'Sofadi One','Sofia' => 'Sofia','Sonsie One' => 'Sonsie One','Sorts Mill Goudy' => 'Sorts Mill Goudy','Source Code Pro' => 'Source Code Pro','Source Sans Pro' => 'Source Sans Pro','Special Elite' => 'Special Elite','Spicy Rice' => 'Spicy Rice','Spinnaker' => 'Spinnaker','Spirax' => 'Spirax','Squada One' => 'Squada One','Stalemate' => 'Stalemate','Stalinist One' => 'Stalinist One','Stardos Stencil' => 'Stardos Stencil','Stint Ultra Condensed' => 'Stint Ultra Condensed','Stint Ultra Expanded' => 'Stint Ultra Expanded','Stoke' => 'Stoke','Strait' => 'Strait','Sue Ellen Francisco' => 'Sue Ellen Francisco','Sunshiney' => 'Sunshiney','Supermercado One' => 'Supermercado One','Suwannaphum' => 'Suwannaphum','Swanky and Moo Moo' => 'Swanky and Moo Moo','Syncopate' => 'Syncopate','Tangerine' => 'Tangerine','Taprom' => 'Taprom','Tauri' => 'Tauri','Telex' => 'Telex','Tenor Sans' => 'Tenor Sans','Text Me One' => 'Text Me One','The Girl Next Door' => 'The Girl Next Door','Tienne' => 'Tienne','Tinos' => 'Tinos','Titan One' => 'Titan One','Titillium Web' => 'Titillium Web','Trade Winds' => 'Trade Winds','Trocchi' => 'Trocchi','Trochut' => 'Trochut','Trykker' => 'Trykker','Tulpen One' => 'Tulpen One','Ubuntu' => 'Ubuntu','Ubuntu Condensed' => 'Ubuntu Condensed','Ubuntu Mono' => 'Ubuntu Mono','Ultra' => 'Ultra','Uncial Antiqua' => 'Uncial Antiqua','Underdog' => 'Underdog','Unica One' => 'Unica One','UnifrakturCook' => 'UnifrakturCook','UnifrakturMaguntia' => 'UnifrakturMaguntia','Unkempt' => 'Unkempt','Unlock' => 'Unlock','Unna' => 'Unna','VT323' => 'VT323','Vampiro One' => 'Vampiro One','Varela' => 'Varela','Varela Round' => 'Varela Round','Vast Shadow' => 'Vast Shadow','Vibur' => 'Vibur','Vidaloka' => 'Vidaloka','Viga' => 'Viga','Voces' => 'Voces','Volkhov' => 'Volkhov','Vollkorn' => 'Vollkorn','Voltaire' => 'Voltaire','Waiting for the Sunrise' => 'Waiting for the Sunrise','Wallpoet' => 'Wallpoet','Walter Turncoat' => 'Walter Turncoat','Warnes' => 'Warnes','Wellfleet' => 'Wellfleet','Wendy One' => 'Wendy One','Wire One' => 'Wire One','Yanone Kaffeesatz' => 'Yanone Kaffeesatz','Yellowtail' => 'Yellowtail','Yeseva One' => 'Yeseva One','Yesteryear' => 'Yesteryear','Zeyada' => 'Zeyada',),'title' => 'Select Headings Font','default' => 'Antic Slab',),9 => array ('desc' => 'Select a font family for footer headings','id' => 'google_footer_headings','type' => 'select','options' => array (0 => 'Select Font','ABeeZee' => 'ABeeZee','Abel' => 'Abel','Abril Fatface' => 'Abril Fatface','Aclonica' => 'Aclonica','Acme' => 'Acme','Actor' => 'Actor','Adamina' => 'Adamina','Advent Pro' => 'Advent Pro','Aguafina Script' => 'Aguafina Script','Akronim' => 'Akronim','Aladin' => 'Aladin','Aldrich' => 'Aldrich','Alef' => 'Alef','Alegreya' => 'Alegreya','Alegreya SC' => 'Alegreya SC','Alex Brush' => 'Alex Brush','Alfa Slab One' => 'Alfa Slab One','Alice' => 'Alice','Alike' => 'Alike','Alike Angular' => 'Alike Angular','Allan' => 'Allan','Allerta' => 'Allerta','Allerta Stencil' => 'Allerta Stencil','Allura' => 'Allura','Almendra' => 'Almendra','Almendra Display' => 'Almendra Display','Almendra SC' => 'Almendra SC','Amarante' => 'Amarante','Amaranth' => 'Amaranth','Amatic SC' => 'Amatic SC','Amethysta' => 'Amethysta','Anaheim' => 'Anaheim','Andada' => 'Andada','Andika' => 'Andika','Angkor' => 'Angkor','Annie Use Your Telescope' => 'Annie Use Your Telescope','Anonymous Pro' => 'Anonymous Pro','Antic' => 'Antic','Antic Didone' => 'Antic Didone','Antic Slab' => 'Antic Slab','Anton' => 'Anton','Arapey' => 'Arapey','Arbutus' => 'Arbutus','Arbutus Slab' => 'Arbutus Slab','Architects Daughter' => 'Architects Daughter','Archivo Black' => 'Archivo Black','Archivo Narrow' => 'Archivo Narrow','Arimo' => 'Arimo','Arizonia' => 'Arizonia','Armata' => 'Armata','Artifika' => 'Artifika','Arvo' => 'Arvo','Asap' => 'Asap','Asset' => 'Asset','Astloch' => 'Astloch','Asul' => 'Asul','Atomic Age' => 'Atomic Age','Aubrey' => 'Aubrey','Audiowide' => 'Audiowide','Autour One' => 'Autour One','Average' => 'Average','Average Sans' => 'Average Sans','Averia Gruesa Libre' => 'Averia Gruesa Libre','Averia Libre' => 'Averia Libre','Averia Sans Libre' => 'Averia Sans Libre','Averia Serif Libre' => 'Averia Serif Libre','Bad Script' => 'Bad Script','Balthazar' => 'Balthazar','Bangers' => 'Bangers','Basic' => 'Basic','Battambang' => 'Battambang','Baumans' => 'Baumans','Bayon' => 'Bayon','Belgrano' => 'Belgrano','Belleza' => 'Belleza','BenchNine' => 'BenchNine','Bentham' => 'Bentham','Berkshire Swash' => 'Berkshire Swash','Bevan' => 'Bevan','Bigelow Rules' => 'Bigelow Rules','Bigshot One' => 'Bigshot One','Bilbo' => 'Bilbo','Bilbo Swash Caps' => 'Bilbo Swash Caps','Bitter' => 'Bitter','Black Ops One' => 'Black Ops One','Bokor' => 'Bokor','Bonbon' => 'Bonbon','Boogaloo' => 'Boogaloo','Bowlby One' => 'Bowlby One','Bowlby One SC' => 'Bowlby One SC','Brawler' => 'Brawler','Bree Serif' => 'Bree Serif','Bubblegum Sans' => 'Bubblegum Sans','Bubbler One' => 'Bubbler One','Buda' => 'Buda','Buenard' => 'Buenard','Butcherman' => 'Butcherman','Butterfly Kids' => 'Butterfly Kids','Cabin' => 'Cabin','Cabin Condensed' => 'Cabin Condensed','Cabin Sketch' => 'Cabin Sketch','Caesar Dressing' => 'Caesar Dressing','Cagliostro' => 'Cagliostro','Calligraffitti' => 'Calligraffitti','Cambo' => 'Cambo','Candal' => 'Candal','Cantarell' => 'Cantarell','Cantata One' => 'Cantata One','Cantora One' => 'Cantora One','Capriola' => 'Capriola','Cardo' => 'Cardo','Carme' => 'Carme','Carrois Gothic' => 'Carrois Gothic','Carrois Gothic SC' => 'Carrois Gothic SC','Carter One' => 'Carter One','Caudex' => 'Caudex','Cedarville Cursive' => 'Cedarville Cursive','Ceviche One' => 'Ceviche One','Changa One' => 'Changa One','Chango' => 'Chango','Chau Philomene One' => 'Chau Philomene One','Chela One' => 'Chela One','Chelsea Market' => 'Chelsea Market','Chenla' => 'Chenla','Cherry Cream Soda' => 'Cherry Cream Soda','Cherry Swash' => 'Cherry Swash','Chewy' => 'Chewy','Chicle' => 'Chicle','Chivo' => 'Chivo','Cinzel' => 'Cinzel','Cinzel Decorative' => 'Cinzel Decorative','Clicker Script' => 'Clicker Script','Coda' => 'Coda','Coda Caption' => 'Coda Caption','Codystar' => 'Codystar','Combo' => 'Combo','Comfortaa' => 'Comfortaa','Coming Soon' => 'Coming Soon','Concert One' => 'Concert One','Condiment' => 'Condiment','Content' => 'Content','Contrail One' => 'Contrail One','Convergence' => 'Convergence','Cookie' => 'Cookie','Copse' => 'Copse','Corben' => 'Corben','Courgette' => 'Courgette','Cousine' => 'Cousine','Coustard' => 'Coustard','Covered By Your Grace' => 'Covered By Your Grace','Crafty Girls' => 'Crafty Girls','Creepster' => 'Creepster','Crete Round' => 'Crete Round','Crimson Text' => 'Crimson Text','Croissant One' => 'Croissant One','Crushed' => 'Crushed','Cuprum' => 'Cuprum','Cutive' => 'Cutive','Cutive Mono' => 'Cutive Mono','Damion' => 'Damion','Dancing Script' => 'Dancing Script','Dangrek' => 'Dangrek','Dawning of a New Day' => 'Dawning of a New Day','Days One' => 'Days One','Delius' => 'Delius','Delius Swash Caps' => 'Delius Swash Caps','Delius Unicase' => 'Delius Unicase','Della Respira' => 'Della Respira','Denk One' => 'Denk One','Devonshire' => 'Devonshire','Didact Gothic' => 'Didact Gothic','Diplomata' => 'Diplomata','Diplomata SC' => 'Diplomata SC','Domine' => 'Domine','Donegal One' => 'Donegal One','Doppio One' => 'Doppio One','Dorsa' => 'Dorsa','Dosis' => 'Dosis','Dr Sugiyama' => 'Dr Sugiyama','Droid Sans' => 'Droid Sans','Droid Sans Mono' => 'Droid Sans Mono','Droid Serif' => 'Droid Serif','Duru Sans' => 'Duru Sans','Dynalight' => 'Dynalight','EB Garamond' => 'EB Garamond','Eagle Lake' => 'Eagle Lake','Eater' => 'Eater','Economica' => 'Economica','Electrolize' => 'Electrolize','Elsie' => 'Elsie','Elsie Swash Caps' => 'Elsie Swash Caps','Emblema One' => 'Emblema One','Emilys Candy' => 'Emilys Candy','Engagement' => 'Engagement','Englebert' => 'Englebert','Enriqueta' => 'Enriqueta','Erica One' => 'Erica One','Esteban' => 'Esteban','Euphoria Script' => 'Euphoria Script','Ewert' => 'Ewert','Exo' => 'Exo','Expletus Sans' => 'Expletus Sans','Fanwood Text' => 'Fanwood Text','Fascinate' => 'Fascinate','Fascinate Inline' => 'Fascinate Inline','Faster One' => 'Faster One','Fasthand' => 'Fasthand','Fauna One' => 'Fauna One','Federant' => 'Federant','Federo' => 'Federo','Felipa' => 'Felipa','Fenix' => 'Fenix','Finger Paint' => 'Finger Paint','Fjalla One' => 'Fjalla One','Fjord One' => 'Fjord One','Flamenco' => 'Flamenco','Flavors' => 'Flavors','Fondamento' => 'Fondamento','Fontdiner Swanky' => 'Fontdiner Swanky','Forum' => 'Forum','Francois One' => 'Francois One','Freckle Face' => 'Freckle Face','Fredericka the Great' => 'Fredericka the Great','Fredoka One' => 'Fredoka One','Freehand' => 'Freehand','Fresca' => 'Fresca','Frijole' => 'Frijole','Fruktur' => 'Fruktur','Fugaz One' => 'Fugaz One','GFS Didot' => 'GFS Didot','GFS Neohellenic' => 'GFS Neohellenic','Gabriela' => 'Gabriela','Gafata' => 'Gafata','Galdeano' => 'Galdeano','Galindo' => 'Galindo','Gentium Basic' => 'Gentium Basic','Gentium Book Basic' => 'Gentium Book Basic','Geo' => 'Geo','Geostar' => 'Geostar','Geostar Fill' => 'Geostar Fill','Germania One' => 'Germania One','Gilda Display' => 'Gilda Display','Give You Glory' => 'Give You Glory','Glass Antiqua' => 'Glass Antiqua','Glegoo' => 'Glegoo','Gloria Hallelujah' => 'Gloria Hallelujah','Goblin One' => 'Goblin One','Gochi Hand' => 'Gochi Hand','Gorditas' => 'Gorditas','Goudy Bookletter 1911' => 'Goudy Bookletter 1911','Graduate' => 'Graduate','Grand Hotel' => 'Grand Hotel','Gravitas One' => 'Gravitas One','Great Vibes' => 'Great Vibes','Griffy' => 'Griffy','Gruppo' => 'Gruppo','Gudea' => 'Gudea','Habibi' => 'Habibi','Hammersmith One' => 'Hammersmith One','Hanalei' => 'Hanalei','Hanalei Fill' => 'Hanalei Fill','Handlee' => 'Handlee','Hanuman' => 'Hanuman','Happy Monkey' => 'Happy Monkey','Headland One' => 'Headland One','Henny Penny' => 'Henny Penny','Herr Von Muellerhoff' => 'Herr Von Muellerhoff','Holtwood One SC' => 'Holtwood One SC','Homemade Apple' => 'Homemade Apple','Homenaje' => 'Homenaje','IM Fell DW Pica' => 'IM Fell DW Pica','IM Fell DW Pica SC' => 'IM Fell DW Pica SC','IM Fell Double Pica' => 'IM Fell Double Pica','IM Fell Double Pica SC' => 'IM Fell Double Pica SC','IM Fell English' => 'IM Fell English','IM Fell English SC' => 'IM Fell English SC','IM Fell French Canon' => 'IM Fell French Canon','IM Fell French Canon SC' => 'IM Fell French Canon SC','IM Fell Great Primer' => 'IM Fell Great Primer','IM Fell Great Primer SC' => 'IM Fell Great Primer SC','Iceberg' => 'Iceberg','Iceland' => 'Iceland','Imprima' => 'Imprima','Inconsolata' => 'Inconsolata','Inder' => 'Inder','Indie Flower' => 'Indie Flower','Inika' => 'Inika','Irish Grover' => 'Irish Grover','Istok Web' => 'Istok Web','Italiana' => 'Italiana','Italianno' => 'Italianno','Jacques Francois' => 'Jacques Francois','Jacques Francois Shadow' => 'Jacques Francois Shadow','Jim Nightshade' => 'Jim Nightshade','Jockey One' => 'Jockey One','Jolly Lodger' => 'Jolly Lodger','Josefin Sans' => 'Josefin Sans','Josefin Slab' => 'Josefin Slab','Joti One' => 'Joti One','Judson' => 'Judson','Julee' => 'Julee','Julius Sans One' => 'Julius Sans One','Junge' => 'Junge','Jura' => 'Jura','Just Another Hand' => 'Just Another Hand','Just Me Again Down Here' => 'Just Me Again Down Here','Kameron' => 'Kameron','Karla' => 'Karla','Kaushan Script' => 'Kaushan Script','Kavoon' => 'Kavoon','Keania One' => 'Keania One','Kelly Slab' => 'Kelly Slab','Kenia' => 'Kenia','Khmer' => 'Khmer','Kite One' => 'Kite One','Knewave' => 'Knewave','Kotta One' => 'Kotta One','Koulen' => 'Koulen','Kranky' => 'Kranky','Kreon' => 'Kreon','Kristi' => 'Kristi','Krona One' => 'Krona One','La Belle Aurore' => 'La Belle Aurore','Lancelot' => 'Lancelot','Lato' => 'Lato','League Script' => 'League Script','Leckerli One' => 'Leckerli One','Ledger' => 'Ledger','Lekton' => 'Lekton','Lemon' => 'Lemon','Libre Baskerville' => 'Libre Baskerville','Life Savers' => 'Life Savers','Lilita One' => 'Lilita One','Lily Script One' => 'Lily Script One','Limelight' => 'Limelight','Linden Hill' => 'Linden Hill','Lobster' => 'Lobster','Lobster Two' => 'Lobster Two','Londrina Outline' => 'Londrina Outline','Londrina Shadow' => 'Londrina Shadow','Londrina Sketch' => 'Londrina Sketch','Londrina Solid' => 'Londrina Solid','Lora' => 'Lora','Love Ya Like A Sister' => 'Love Ya Like A Sister','Loved by the King' => 'Loved by the King','Lovers Quarrel' => 'Lovers Quarrel','Luckiest Guy' => 'Luckiest Guy','Lusitana' => 'Lusitana','Lustria' => 'Lustria','Macondo' => 'Macondo','Macondo Swash Caps' => 'Macondo Swash Caps','Magra' => 'Magra','Maiden Orange' => 'Maiden Orange','Mako' => 'Mako','Marcellus' => 'Marcellus','Marcellus SC' => 'Marcellus SC','Marck Script' => 'Marck Script','Margarine' => 'Margarine','Marko One' => 'Marko One','Marmelad' => 'Marmelad','Marvel' => 'Marvel','Mate' => 'Mate','Mate SC' => 'Mate SC','Maven Pro' => 'Maven Pro','McLaren' => 'McLaren','Meddon' => 'Meddon','MedievalSharp' => 'MedievalSharp','Medula One' => 'Medula One','Megrim' => 'Megrim','Meie Script' => 'Meie Script','Merienda' => 'Merienda','Merienda One' => 'Merienda One','Merriweather' => 'Merriweather','Merriweather Sans' => 'Merriweather Sans','Metal' => 'Metal','Metal Mania' => 'Metal Mania','Metamorphous' => 'Metamorphous','Metrophobic' => 'Metrophobic','Michroma' => 'Michroma','Milonga' => 'Milonga','Miltonian' => 'Miltonian','Miltonian Tattoo' => 'Miltonian Tattoo','Miniver' => 'Miniver','Miss Fajardose' => 'Miss Fajardose','Modern Antiqua' => 'Modern Antiqua','Molengo' => 'Molengo','Molle' => 'Molle','Monda' => 'Monda','Monofett' => 'Monofett','Monoton' => 'Monoton','Monsieur La Doulaise' => 'Monsieur La Doulaise','Montaga' => 'Montaga','Montez' => 'Montez','Montserrat' => 'Montserrat','Montserrat Alternates' => 'Montserrat Alternates','Montserrat Subrayada' => 'Montserrat Subrayada','Moul' => 'Moul','Moulpali' => 'Moulpali','Mountains of Christmas' => 'Mountains of Christmas','Mouse Memoirs' => 'Mouse Memoirs','Mr Bedfort' => 'Mr Bedfort','Mr Dafoe' => 'Mr Dafoe','Mr De Haviland' => 'Mr De Haviland','Mrs Saint Delafield' => 'Mrs Saint Delafield','Mrs Sheppards' => 'Mrs Sheppards','Muli' => 'Muli','Mystery Quest' => 'Mystery Quest','Neucha' => 'Neucha','Neuton' => 'Neuton','New Rocker' => 'New Rocker','News Cycle' => 'News Cycle','Niconne' => 'Niconne','Nixie One' => 'Nixie One','Nobile' => 'Nobile','Nokora' => 'Nokora','Norican' => 'Norican','Nosifer' => 'Nosifer','Nothing You Could Do' => 'Nothing You Could Do','Noticia Text' => 'Noticia Text','Noto Sans' => 'Noto Sans','Noto Serif' => 'Noto Serif','Nova Cut' => 'Nova Cut','Nova Flat' => 'Nova Flat','Nova Mono' => 'Nova Mono','Nova Oval' => 'Nova Oval','Nova Round' => 'Nova Round','Nova Script' => 'Nova Script','Nova Slim' => 'Nova Slim','Nova Square' => 'Nova Square','Numans' => 'Numans','Nunito' => 'Nunito','Odor Mean Chey' => 'Odor Mean Chey','Offside' => 'Offside','Old Standard TT' => 'Old Standard TT','Oldenburg' => 'Oldenburg','Oleo Script' => 'Oleo Script','Oleo Script Swash Caps' => 'Oleo Script Swash Caps','Open Sans' => 'Open Sans','Open Sans Condensed' => 'Open Sans Condensed','Oranienbaum' => 'Oranienbaum','Orbitron' => 'Orbitron','Oregano' => 'Oregano','Orienta' => 'Orienta','Original Surfer' => 'Original Surfer','Oswald' => 'Oswald','Over the Rainbow' => 'Over the Rainbow','Overlock' => 'Overlock','Overlock SC' => 'Overlock SC','Ovo' => 'Ovo','Oxygen' => 'Oxygen','Oxygen Mono' => 'Oxygen Mono','PT Mono' => 'PT Mono','PT Sans' => 'PT Sans','PT Sans Caption' => 'PT Sans Caption','PT Sans Narrow' => 'PT Sans Narrow','PT Serif' => 'PT Serif','PT Serif Caption' => 'PT Serif Caption','Pacifico' => 'Pacifico','Paprika' => 'Paprika','Parisienne' => 'Parisienne','Passero One' => 'Passero One','Passion One' => 'Passion One','Pathway Gothic One' => 'Pathway Gothic One','Patrick Hand' => 'Patrick Hand','Patrick Hand SC' => 'Patrick Hand SC','Patua One' => 'Patua One','Paytone One' => 'Paytone One','Peralta' => 'Peralta','Permanent Marker' => 'Permanent Marker','Petit Formal Script' => 'Petit Formal Script','Petrona' => 'Petrona','Philosopher' => 'Philosopher','Piedra' => 'Piedra','Pinyon Script' => 'Pinyon Script','Pirata One' => 'Pirata One','Plaster' => 'Plaster','Play' => 'Play','Playball' => 'Playball','Playfair Display' => 'Playfair Display','Playfair Display SC' => 'Playfair Display SC','Podkova' => 'Podkova','Poiret One' => 'Poiret One','Poller One' => 'Poller One','Poly' => 'Poly','Pompiere' => 'Pompiere','Pontano Sans' => 'Pontano Sans','Port Lligat Sans' => 'Port Lligat Sans','Port Lligat Slab' => 'Port Lligat Slab','Prata' => 'Prata','Preahvihear' => 'Preahvihear','Press Start 2P' => 'Press Start 2P','Princess Sofia' => 'Princess Sofia','Prociono' => 'Prociono','Prosto One' => 'Prosto One','Puritan' => 'Puritan','Purple Purse' => 'Purple Purse','Quando' => 'Quando','Quantico' => 'Quantico','Quattrocento' => 'Quattrocento','Quattrocento Sans' => 'Quattrocento Sans','Questrial' => 'Questrial','Quicksand' => 'Quicksand','Quintessential' => 'Quintessential','Qwigley' => 'Qwigley','Racing Sans One' => 'Racing Sans One','Radley' => 'Radley','Raleway' => 'Raleway','Raleway Dots' => 'Raleway Dots','Rambla' => 'Rambla','Rammetto One' => 'Rammetto One','Ranchers' => 'Ranchers','Rancho' => 'Rancho','Rationale' => 'Rationale','Redressed' => 'Redressed','Reenie Beanie' => 'Reenie Beanie','Revalia' => 'Revalia','Ribeye' => 'Ribeye','Ribeye Marrow' => 'Ribeye Marrow','Righteous' => 'Righteous','Risque' => 'Risque','Roboto' => 'Roboto','Roboto Condensed' => 'Roboto Condensed','Roboto Slab' => 'Roboto Slab','Rochester' => 'Rochester','Rock Salt' => 'Rock Salt','Rokkitt' => 'Rokkitt','Romanesco' => 'Romanesco','Ropa Sans' => 'Ropa Sans','Rosario' => 'Rosario','Rosarivo' => 'Rosarivo','Rouge Script' => 'Rouge Script','Ruda' => 'Ruda','Rufina' => 'Rufina','Ruge Boogie' => 'Ruge Boogie','Ruluko' => 'Ruluko','Rum Raisin' => 'Rum Raisin','Ruslan Display' => 'Ruslan Display','Russo One' => 'Russo One','Ruthie' => 'Ruthie','Rye' => 'Rye','Sacramento' => 'Sacramento','Sail' => 'Sail','Salsa' => 'Salsa','Sanchez' => 'Sanchez','Sancreek' => 'Sancreek','Sansita One' => 'Sansita One','Sarina' => 'Sarina','Satisfy' => 'Satisfy','Scada' => 'Scada','Schoolbell' => 'Schoolbell','Seaweed Script' => 'Seaweed Script','Sevillana' => 'Sevillana','Seymour One' => 'Seymour One','Shadows Into Light' => 'Shadows Into Light','Shadows Into Light Two' => 'Shadows Into Light Two','Shanti' => 'Shanti','Share' => 'Share','Share Tech' => 'Share Tech','Share Tech Mono' => 'Share Tech Mono','Shojumaru' => 'Shojumaru','Short Stack' => 'Short Stack','Siemreap' => 'Siemreap','Sigmar One' => 'Sigmar One','Signika' => 'Signika','Signika Negative' => 'Signika Negative','Simonetta' => 'Simonetta','Sintony' => 'Sintony','Sirin Stencil' => 'Sirin Stencil','Six Caps' => 'Six Caps','Skranji' => 'Skranji','Slackey' => 'Slackey','Smokum' => 'Smokum','Smythe' => 'Smythe','Sniglet' => 'Sniglet','Snippet' => 'Snippet','Snowburst One' => 'Snowburst One','Sofadi One' => 'Sofadi One','Sofia' => 'Sofia','Sonsie One' => 'Sonsie One','Sorts Mill Goudy' => 'Sorts Mill Goudy','Source Code Pro' => 'Source Code Pro','Source Sans Pro' => 'Source Sans Pro','Special Elite' => 'Special Elite','Spicy Rice' => 'Spicy Rice','Spinnaker' => 'Spinnaker','Spirax' => 'Spirax','Squada One' => 'Squada One','Stalemate' => 'Stalemate','Stalinist One' => 'Stalinist One','Stardos Stencil' => 'Stardos Stencil','Stint Ultra Condensed' => 'Stint Ultra Condensed','Stint Ultra Expanded' => 'Stint Ultra Expanded','Stoke' => 'Stoke','Strait' => 'Strait','Sue Ellen Francisco' => 'Sue Ellen Francisco','Sunshiney' => 'Sunshiney','Supermercado One' => 'Supermercado One','Suwannaphum' => 'Suwannaphum','Swanky and Moo Moo' => 'Swanky and Moo Moo','Syncopate' => 'Syncopate','Tangerine' => 'Tangerine','Taprom' => 'Taprom','Tauri' => 'Tauri','Telex' => 'Telex','Tenor Sans' => 'Tenor Sans','Text Me One' => 'Text Me One','The Girl Next Door' => 'The Girl Next Door','Tienne' => 'Tienne','Tinos' => 'Tinos','Titan One' => 'Titan One','Titillium Web' => 'Titillium Web','Trade Winds' => 'Trade Winds','Trocchi' => 'Trocchi','Trochut' => 'Trochut','Trykker' => 'Trykker','Tulpen One' => 'Tulpen One','Ubuntu' => 'Ubuntu','Ubuntu Condensed' => 'Ubuntu Condensed','Ubuntu Mono' => 'Ubuntu Mono','Ultra' => 'Ultra','Uncial Antiqua' => 'Uncial Antiqua','Underdog' => 'Underdog','Unica One' => 'Unica One','UnifrakturCook' => 'UnifrakturCook','UnifrakturMaguntia' => 'UnifrakturMaguntia','Unkempt' => 'Unkempt','Unlock' => 'Unlock','Unna' => 'Unna','VT323' => 'VT323','Vampiro One' => 'Vampiro One','Varela' => 'Varela','Varela Round' => 'Varela Round','Vast Shadow' => 'Vast Shadow','Vibur' => 'Vibur','Vidaloka' => 'Vidaloka','Viga' => 'Viga','Voces' => 'Voces','Volkhov' => 'Volkhov','Vollkorn' => 'Vollkorn','Voltaire' => 'Voltaire','Waiting for the Sunrise' => 'Waiting for the Sunrise','Wallpoet' => 'Wallpoet','Walter Turncoat' => 'Walter Turncoat','Warnes' => 'Warnes','Wellfleet' => 'Wellfleet','Wendy One' => 'Wendy One','Wire One' => 'Wire One','Yanone Kaffeesatz' => 'Yanone Kaffeesatz','Yellowtail' => 'Yellowtail','Yeseva One' => 'Yeseva One','Yesteryear' => 'Yesteryear','Zeyada' => 'Zeyada',),'title' => 'Select Footer Headings Font','default' => 'Antic Slab',),10 => array ('id' => 'standard_fonts_intro','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0; margin-bottom:10px;\'\'>Standards</h3>If you have a Google Font selected above, it will override the standard font.',),11 => array ('desc' => 'Select a font family for body text','id' => 'standard_body','type' => 'select','options' => array (0 => 'Select Font','Arial, Helvetica, sans-serif' => 'Arial, Helvetica, sans-serif','\'Arial Black\', Gadget, sans-serif' => '\'Arial Black\', Gadget, sans-serif','\'Bookman Old Style\', serif' => '\'Bookman Old Style\', serif','\'Comic Sans MS\', cursive' => '\'Comic Sans MS\', cursive','Courier, monospace' => 'Courier, monospace','Garamond, serif' => 'Garamond, serif','Georgia, serif' => 'Georgia, serif','Impact, Charcoal, sans-serif' => 'Impact, Charcoal, sans-serif','\'Lucida Console\', Monaco, monospace' => '\'Lucida Console\', Monaco, monospace','\'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif' => '\'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif','\'MS Sans Serif\', Geneva, sans-serif' => '\'MS Sans Serif\', Geneva, sans-serif','\'MS Serif\', \'New York\', sans-serif' => '\'MS Serif\', \'New York\', sans-serif','\'Palatino Linotype\', \'Book Antiqua\', Palatino, serif' => '\'Palatino Linotype\', \'Book Antiqua\', Palatino, serif','Tahoma, Geneva, sans-serif' => 'Tahoma, Geneva, sans-serif','\'Times New Roman\', Times, serif' => '\'Times New Roman\', Times, serif','\'Trebuchet MS\', Helvetica, sans-serif' => '\'Trebuchet MS\', Helvetica, sans-serif','Verdana, Geneva, sans-serif' => 'Verdana, Geneva, sans-serif',),'title' => 'Select Body Font Family',),12 => array ('desc' => 'Select a font family for menu / navigation','id' => 'standard_nav','type' => 'select','options' => array (0 => 'Select Font','Arial, Helvetica, sans-serif' => 'Arial, Helvetica, sans-serif','\'Arial Black\', Gadget, sans-serif' => '\'Arial Black\', Gadget, sans-serif','\'Bookman Old Style\', serif' => '\'Bookman Old Style\', serif','\'Comic Sans MS\', cursive' => '\'Comic Sans MS\', cursive','Courier, monospace' => 'Courier, monospace','Garamond, serif' => 'Garamond, serif','Georgia, serif' => 'Georgia, serif','Impact, Charcoal, sans-serif' => 'Impact, Charcoal, sans-serif','\'Lucida Console\', Monaco, monospace' => '\'Lucida Console\', Monaco, monospace','\'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif' => '\'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif','\'MS Sans Serif\', Geneva, sans-serif' => '\'MS Sans Serif\', Geneva, sans-serif','\'MS Serif\', \'New York\', sans-serif' => '\'MS Serif\', \'New York\', sans-serif','\'Palatino Linotype\', \'Book Antiqua\', Palatino, serif' => '\'Palatino Linotype\', \'Book Antiqua\', Palatino, serif','Tahoma, Geneva, sans-serif' => 'Tahoma, Geneva, sans-serif','\'Times New Roman\', Times, serif' => '\'Times New Roman\', Times, serif','\'Trebuchet MS\', Helvetica, sans-serif' => '\'Trebuchet MS\', Helvetica, sans-serif','Verdana, Geneva, sans-serif' => 'Verdana, Geneva, sans-serif',),'title' => 'Select Menu Font Family',),13 => array ('desc' => 'Select a font family for headings','id' => 'standard_headings','type' => 'select','options' => array (0 => 'Select Font','Arial, Helvetica, sans-serif' => 'Arial, Helvetica, sans-serif','\'Arial Black\', Gadget, sans-serif' => '\'Arial Black\', Gadget, sans-serif','\'Bookman Old Style\', serif' => '\'Bookman Old Style\', serif','\'Comic Sans MS\', cursive' => '\'Comic Sans MS\', cursive','Courier, monospace' => 'Courier, monospace','Garamond, serif' => 'Garamond, serif','Georgia, serif' => 'Georgia, serif','Impact, Charcoal, sans-serif' => 'Impact, Charcoal, sans-serif','\'Lucida Console\', Monaco, monospace' => '\'Lucida Console\', Monaco, monospace','\'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif' => '\'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif','\'MS Sans Serif\', Geneva, sans-serif' => '\'MS Sans Serif\', Geneva, sans-serif','\'MS Serif\', \'New York\', sans-serif' => '\'MS Serif\', \'New York\', sans-serif','\'Palatino Linotype\', \'Book Antiqua\', Palatino, serif' => '\'Palatino Linotype\', \'Book Antiqua\', Palatino, serif','Tahoma, Geneva, sans-serif' => 'Tahoma, Geneva, sans-serif','\'Times New Roman\', Times, serif' => '\'Times New Roman\', Times, serif','\'Trebuchet MS\', Helvetica, sans-serif' => '\'Trebuchet MS\', Helvetica, sans-serif','Verdana, Geneva, sans-serif' => 'Verdana, Geneva, sans-serif',),'title' => 'Select Headings Font Family',),14 => array ('desc' => 'Select a font family for footer headings','id' => 'standard_footer_headings','type' => 'select','options' => array (0 => 'Select Font','Arial, Helvetica, sans-serif' => 'Arial, Helvetica, sans-serif','\'Arial Black\', Gadget, sans-serif' => '\'Arial Black\', Gadget, sans-serif','\'Bookman Old Style\', serif' => '\'Bookman Old Style\', serif','\'Comic Sans MS\', cursive' => '\'Comic Sans MS\', cursive','Courier, monospace' => 'Courier, monospace','Garamond, serif' => 'Garamond, serif','Georgia, serif' => 'Georgia, serif','Impact, Charcoal, sans-serif' => 'Impact, Charcoal, sans-serif','\'Lucida Console\', Monaco, monospace' => '\'Lucida Console\', Monaco, monospace','\'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif' => '\'Lucida Sans Unicode\', \'Lucida Grande\', sans-serif','\'MS Sans Serif\', Geneva, sans-serif' => '\'MS Sans Serif\', Geneva, sans-serif','\'MS Serif\', \'New York\', sans-serif' => '\'MS Serif\', \'New York\', sans-serif','\'Palatino Linotype\', \'Book Antiqua\', Palatino, serif' => '\'Palatino Linotype\', \'Book Antiqua\', Palatino, serif','Tahoma, Geneva, sans-serif' => 'Tahoma, Geneva, sans-serif','\'Times New Roman\', Times, serif' => '\'Times New Roman\', Times, serif','\'Trebuchet MS\', Helvetica, sans-serif' => '\'Trebuchet MS\', Helvetica, sans-serif','Verdana, Geneva, sans-serif' => 'Verdana, Geneva, sans-serif',),'title' => 'Select Footer Headings Font Family',),15 => array ('id' => 'font_size_intro','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Font Sizes</h3>',),16 => array ('desc' => 'Default is 13','id' => 'body_font_size','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Body Font Size (px)','default' => '13',),17 => array ('desc' => 'Default is 14','id' => 'nav_font_size','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Top Nav Font Size (px)','default' => '14',),18 => array ('desc' => 'Default is 12','id' => 'snav_font_size','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Secondary Nav & Top Contact Info Font Size (px)','default' => '12',),19 => array ('desc' => 'Default is 14','id' => 'side_nav_font_size','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Side Nav Font Size (px)','default' => '14',),20 => array ('desc' => 'Default is 10','id' => 'breadcrumbs_font_size','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Breadcrumbs Font Size (px)','default' => '10',),21 => array ('desc' => 'Default is 13','id' => 'sidew_font_size','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Sidebar Widget Title Font Size (px)','default' => '13',),22 => array ('desc' => 'Default is 13','id' => 'slidingbar_font_size','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Sliding Bar Widget Title Font Size (px)','default' => '13',),23 => array ('desc' => 'Default is 13','id' => 'footw_font_size','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Footer Widget Title Font Size (px)','default' => '13',),24 => array ('desc' => 'Default is 12','id' => 'copyright_font_size','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Copyright Font Size (px)','default' => '12',),25 => array ('desc' => 'Default is 32','id' => 'h1_font_size','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Heading Font Size H1 (px)','default' => '32',),26 => array ('desc' => 'Default is 18','id' => 'h2_font_size','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Heading Font Size H2 (px)','default' => '18',),27 => array ('desc' => 'Default is 16','id' => 'h3_font_size','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Heading Font Size H3 (px)','default' => '16',),28 => array ('desc' => 'Default is 13','id' => 'h4_font_size','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Heading Font Size H4 (px)','default' => '13',),29 => array ('desc' => 'Default is 12','id' => 'h5_font_size','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Heading Font Size H5 (px)','default' => '12',),30 => array ('desc' => 'Default is 11','id' => 'h6_font_size','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Heading Font Size H6 (px)','default' => '11',),31 => array ('desc' => 'Default is 16','id' => 'tagline_font_size','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Header Tagline Font Size','default' => '16',),32 => array ('desc' => 'Default is 18','id' => 'page_title_font_size','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Page Title Font Size','default' => '18',),33 => array ('desc' => 'Default is 14','id' => 'page_title_subheader_font_size','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Page Title Subheader Font Size','default' => '14',),34 => array ('id' => 'custom_heading_font','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'\'>Font Line Heights</h3>',),35 => array ('desc' => 'Default is 20','id' => 'body_font_lh','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Body Font Line Height (px)','default' => '20',),36 => array ('desc' => 'Default is 48','id' => 'h1_font_lh','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Heading Font Line Height H1 (px)','default' => '48',),37 => array ('desc' => 'Default is 27','id' => 'h2_font_lh','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Heading Font Line Height H2 (px)','default' => '27',),38 => array ('desc' => 'Default is 24','id' => 'h3_font_lh','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Heading Font Line Height H3 (px)','default' => '24',),39 => array ('desc' => 'Default is 20','id' => 'h4_font_lh','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Heading Font Line Height H4 (px)','default' => '20',),40 => array ('desc' => 'Default is 18','id' => 'h5_font_lh','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Heading Font Line Height H5 (px)','default' => '18',),41 => array ('desc' => 'Default is 17','id' => 'h6_font_lh','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Heading Font Line Height H6 (px)','default' => '17',),),),5 => array ('title' => 'Styling Options','fields' => array (0 => array ('desc' => 'Choose a skin, all color options will automatically change to the defined skin.','id' => 'scheme_type','type' => 'select','options' => array ('light' => 'Light','dark' => 'Dark',),'title' => 'Choose Theme Skin','default' => 'Light',),1 => array ('desc' => 'Choose a scheme, all color options will automatically change to the defined skin.','id' => 'color_scheme','type' => 'select','options' => array ('red' => 'Red','lighred' => 'Light Red','blue' => 'Blue','lightblue' => 'Light Blue','green' => 'Green','darkgreen' => 'Dark Green','orange' => 'Orange','pink' => 'Pink','brown' => 'Brown','lightgrey' => 'Light Grey',),'title' => 'Predefined Color Scheme','default' => 'Green',),2 => array ('id' => 'custom_color_scheme_bg','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Background Colors</h3>',),3 => array ('desc' => 'Controls several items, ex: link hovers, highlights, and more.','id' => 'primary_color','type' => 'color','title' => 'Primary Color','default' => '#a0ce4e',),4 => array ('desc' => 'Controls the color of the top sliding bar.','id' => 'slidingbar_bg_color','type' => 'color','title' => 'Sliding Bar Background Color','default' => '#363839',),5 => array ('desc' => 'Controls the background color for the header.','id' => 'header_bg_color','type' => 'color','title' => 'Header Background Color','default' => '#ffffff',),6 => array ('desc' => 'Controls the border colors for the header.','id' => 'header_border_color','type' => 'color','title' => 'Header Border Color','default' => '#e1e1e1',),7 => array ('desc' => 'Controls the background color of the top header section used in Headers 2-5.','id' => 'header_top_bg_color','type' => 'color','title' => 'Header Top Background Color','default' => '#a0ce4e',),8 => array ('desc' => 'Controls the background color of the main content area.','id' => 'content_bg_color','type' => 'color','title' => 'Content Background Color','default' => '#ffffff',),9 => array ('desc' => 'Controls the background color of the footer.','id' => 'footer_bg_color','type' => 'color','title' => 'Footer Background Color','default' => '#363839',),10 => array ('desc' => 'Controls the border colors for the footer.','id' => 'footer_border_color','type' => 'color','title' => 'Footer Border Color','default' => '#e9eaee',),11 => array ('desc' => 'Controls the border colors for the footer copyright.','id' => 'copyright_border_color','type' => 'color','title' => 'Copyright Border Color','default' => '#4b4c4d',),12 => array ('desc' => 'Controls the background color of the footer copyright.','id' => 'copyright_bg_color','type' => 'color','title' => 'Copyright Background Color','default' => '#282a2b',),13 => array ('id' => 'custom_color_scheme_element','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Element Colors</h3>',),14 => array ('desc' => 'Controls the top color of the image rollover gradients..','id' => 'image_gradient_top_color','type' => 'color','title' => 'Rollover Image Gradient Top Color','default' => '#D1E990',),15 => array ('desc' => 'Controls the bottom color of the image rollover gradients','id' => 'image_gradient_bottom_color','type' => 'color','title' => 'Rollover Image Gradient Bottom Color','default' => '#AAD75B',),16 => array ('desc' => 'Controls the top color of the button gradients.','id' => 'button_gradient_top_color','type' => 'color','title' => 'Button Gradient Top Color','default' => '#D1E990',),17 => array ('desc' => 'Controls the bottom color of the button gradients.','id' => 'button_gradient_bottom_color','type' => 'color','title' => 'Button Gradient Bottom Color','default' => '#AAD75B',),18 => array ('desc' => 'Controls the divider color in the sliding bar.','id' => 'slidingbar_divider_color','type' => 'color','title' => 'Sliding Bar Item Divider Color','default' => '#282A2B',),19 => array ('desc' => 'Controls the divider color in the footer.','id' => 'footer_divider_color','type' => 'color','title' => 'Footer Widget Divider Color','default' => '#505152',),20 => array ('desc' => 'Controls the background color of form fields.','id' => 'form_bg_color','type' => 'color','title' => 'Form Background Color','default' => '#ffffff',),21 => array ('desc' => 'Controls the text color for forms.','id' => 'form_text_color','type' => 'color','title' => 'Form Text Color','default' => '#aaa9a9',),22 => array ('desc' => 'Controls the border color of form fields.','id' => 'form_border_color','type' => 'color','title' => 'Form Border Color','default' => '#d2d2d2',),23 => array ('desc' => 'Controls blog grid, timeline and WooCommerce post box background color.','id' => 'timeline_bg_color','type' => 'color','title' => 'Blog Grid, Timeline & WooCommerce Box Background Color','default' => 'transparent',),24 => array ('desc' => 'Controls blog grid, timeline and WooCommerce post box border, divider lines, date box and border, timeline dots, timeline icon, timeline arrow.','id' => 'timeline_color','type' => 'color','title' => 'Blog Grid, Timeline & WooCommerce Element Colors','default' => '#f6f6f6',),25 => array ('desc' => 'Controls the background color of the woocommerce quantity box.','id' => 'qty_bg_color','type' => 'color','title' => 'Woo Quantity Box Background Color','default' => '#fbfaf9',),26 => array ('desc' => 'Controls the hover color of the woocommerce quantity box.','id' => 'qty_bg_hover_color','type' => 'color','title' => 'Woo Quantity Box Hover Background Color','default' => '#ffffff',),27 => array ('desc' => 'Controls the background color for forum header rows.','id' => 'bbp_forum_header_bg','type' => 'color','title' => 'bbPress Forum Header Background Color','default' => '#ebeaea',),28 => array ('desc' => 'Controls the border color for all forum surrounding borders.','id' => 'bbp_forum_border_color','type' => 'color','title' => 'bbPress Forum Border Color','default' => '#ebeaea',),29 => array ('desc' => 'Controls the color of the social icons in the social share box.','id' => 'socialbox_icons_color','type' => 'select','options' => array ('light' => 'Light','dark' => 'Dark',),'title' => 'Social Share Box Icons Color Scheme','default' => 'Dark',),30 => array ('desc' => 'Controls the color of the social icons in the header.','id' => 'header_icons_color','type' => 'select','options' => array ('light' => 'Light','dark' => 'Dark',),'title' => 'Header Social Icons Color Scheme','default' => 'Light',),31 => array ('desc' => 'Controls the color of the social icons in the footer.','id' => 'footer_icons_color','type' => 'select','options' => array ('light' => 'Light','dark' => 'Dark',),'title' => 'Footer Social Icons Color Scheme','default' => 'Dark',),32 => array ('id' => 'element_options','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Element Options</h3>',),33 => array ('desc' => 'Check to disable the button text shadow.','id' => 'button_text_shadow','type' => 'checkbox','title' => 'Disable Button Text Shadow',),34 => array ('desc' => 'Check to disable the text shadow in the Sliding Bar.','id' => 'slidingbar_text_shadow','type' => 'checkbox','title' => 'Disable Sliding Bar Text Shadow',),35 => array ('desc' => 'Check to disable the text shadow in the footer.','id' => 'footer_text_shadow','type' => 'checkbox','title' => 'Disable Footer Text Shadow',),36 => array ('id' => 'custom_color_scheme_font','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Font Colors</h3>',),37 => array ('desc' => 'Controls the text color of buttons.','id' => 'button_gradient_text_color','type' => 'color','title' => 'Button Text Color','default' => '#54770f',),38 => array ('desc' => 'Controls the text color of the header tagline font.','id' => 'tagline_font_color','type' => 'color','title' => 'Header Tagline Font Color','default' => '#747474',),39 => array ('desc' => 'Controls the text color of the page title font.','id' => 'page_title_color','type' => 'color','title' => 'Page Title Font Color','default' => '#333333',),40 => array ('desc' => 'Controls the text color of H1 headings.','id' => 'h1_color','type' => 'color','title' => 'Heading 1 (H1) Font Color','default' => '#333333',),41 => array ('desc' => 'Controls the text color of H2 headings.','id' => 'h2_color','type' => 'color','title' => 'Heading 2 (H2) Font Color','default' => '#333333',),42 => array ('desc' => 'Controls the text color of H3 headings.','id' => 'h3_color','type' => 'color','title' => 'Heading 3 (H3) Font Color','default' => '#333333',),43 => array ('desc' => 'Controls the text color of H4 headings.','id' => 'h4_color','type' => 'color','title' => 'Heading 4 (H4) Font Color','default' => '#333333',),44 => array ('desc' => 'Controls the text color of H5 headings.','id' => 'h5_color','type' => 'color','title' => 'Heading 5 (H5) Font Color','default' => '#333333',),45 => array ('desc' => 'Controls the text color of H6 headings.','id' => 'h6_color','type' => 'color','title' => 'Heading 6 (H6) Font Color','default' => '#333333',),46 => array ('desc' => 'Controls the text color of body font.','id' => 'body_text_color','type' => 'color','title' => 'Body Text Color','default' => '#747474',),47 => array ('desc' => 'Controls the color of all text links as well as the \'>\' in certain areas.','id' => 'link_color','type' => 'color','title' => 'Link Color','default' => '#333333',),48 => array ('desc' => 'Controls the text color of the breadcrumb font.','id' => 'breadcrumbs_text_color','type' => 'color','title' => 'Breadcrumbs Text Color','default' => '#333333',),49 => array ('desc' => 'Controls the text color of the sliding bar heading font.','id' => 'slidingbar_headings_color','type' => 'color','title' => 'Sliding Bar Headings Color','default' => '#DDDDDD',),50 => array ('desc' => 'Controls the font color of the sliding bar font.','id' => 'slidingbar_text_color','type' => 'color','title' => 'Sliding Bar Font Color','default' => '#8C8989',),51 => array ('desc' => 'Controls the text color of the sliding bar link font.','id' => 'slidingbar_link_color','type' => 'color','title' => 'Sliding Bar Link Color','default' => '#BFBFBF',),52 => array ('desc' => 'Controls the text color of the footer heading font.','id' => 'footer_headings_color','type' => 'color','title' => 'Footer Headings Color','default' => '#DDDDDD',),53 => array ('desc' => 'Controls the text color of the footer font.','id' => 'footer_text_color','type' => 'color','title' => 'Footer Font Color','default' => '#8C8989',),54 => array ('desc' => 'Controls the text color of the footer link font.','id' => 'footer_link_color','type' => 'color','title' => 'Footer Link Color','default' => '#BFBFBF',),55 => array ('id' => 'menu_colors_intro','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Menu Colors</h3>',),56 => array ('desc' => 'Controls the background color of the menu when using header 4 or 5.','id' => 'menu_h45_bg_color','type' => 'color','title' => 'Menu Background Color For Header 4 & 5','default' => '#FFFFFF',),57 => array ('desc' => 'Controls the text color of first level menu items.','id' => 'menu_first_color','type' => 'color','title' => 'Menu Font Color - First Level','default' => '#333333',),58 => array ('desc' => 'Controls the main menu hover, hover border & dropdown border color.','id' => 'menu_hover_first_color','type' => 'color','title' => 'Menu Font Hover Color - First Level','default' => '#a0ce4e',),59 => array ('desc' => 'Controls the color of the menu sublevel background.','id' => 'menu_sub_bg_color','type' => 'color','title' => 'Menu Background Color - Sublevels','default' => '#edebeb',),60 => array ('desc' => 'Controls the hover color of the menu sublevel background.','id' => 'menu_bg_hover_color','type' => 'color','title' => 'Menu Background Hover Color - Sublevels','default' => '#f5f4f4',),61 => array ('desc' => 'Controls the color of the menu font sublevels.','id' => 'menu_sub_color','type' => 'color','title' => 'Menu Font Color - Sublevels','default' => '#333333',),62 => array ('desc' => 'Controls the color of the menu separator sublevels.','id' => 'menu_sub_sep_color','type' => 'color','title' => 'Menu Separator - Sublevels','default' => '#dcdadb',),63 => array ('desc' => 'Controls the color of the secondary menu first level and contact info font.','id' => 'snav_color','type' => 'color','title' => 'Secondary Menu - First Level & Top Contact Info Color','default' => '#747474',),64 => array ('desc' => 'Controls the divider color of the first level top menu.','id' => 'header_top_first_border_color','type' => 'color','title' => 'Header Top Menu Divider Color - First Level','default' => '#ffffff',),65 => array ('desc' => 'Controls the background color of the top menu sublevels.','id' => 'header_top_sub_bg_color','type' => 'color','title' => 'Header Top Menu Background Color - Sublevels','default' => '#ffffff',),66 => array ('desc' => 'Controls the text color of the top menu font sublevels.','id' => 'header_top_menu_sub_color','type' => 'color','title' => 'Header Top Menu Font Color - Sublevels','default' => '#333333',),67 => array ('desc' => 'Controls the hover color of the top menu background sublevels.','id' => 'header_top_menu_bg_hover_color','type' => 'color','title' => 'Header Top Menu Hover Background Color - Sublevels','default' => '#fafafa',),68 => array ('desc' => 'Controls the hover text color of the top menu font sublevels.','id' => 'header_top_menu_sub_hover_color','type' => 'color','title' => 'Header Top Menu Hover Font Color - Sublevels','default' => '#333333',),69 => array ('desc' => 'Controls the border color of the top menu sublevels.','id' => 'header_top_menu_sub_sep_color','type' => 'color','title' => 'Header Top Menu Border- Sublevels','default' => '#e0dfdf',),70 => array ('desc' => 'Controls the background color of the woocommerce cart dropdown.','id' => 'woo_cart_bg_color','type' => 'color','title' => 'Woo Cart Menu Background Color','default' => '#fafafa',),),),6 => array ('title' => 'Shortcodes Styling Options','fields' => array (0 => array ('desc' => 'Controls the color of the inactive boxes behind the \'+\' icons.','id' => 'accordian_inactive_color','type' => 'color','title' => 'Accordion Inactive Box Color','default' => '#333333',),1 => array ('desc' => 'Controls the color of the filled animation graphic.','id' => 'counter_filled_color','type' => 'color','title' => 'Animated Filled Color','default' => '#a0ce4e',),2 => array ('desc' => 'Controls the color of the unfilled animation graphic.','id' => 'counter_unfilled_color','type' => 'color','title' => 'Animated Unfilled Color','default' => '#f6f6f6',),3 => array ('desc' => 'Controls the color of the box behind the icon.','id' => 'dates_box_color','type' => 'color','title' => 'Blog Alternate Date & Date-on-side Recent News Date Box Color','default' => '#eef0f2',),4 => array ('desc' => 'Controls the color of the default navigation box for carousel sliders.','id' => 'carousel_nav_color','type' => 'color','title' => 'Carousel Default Nav Box Color','default' => '#999999',),5 => array ('desc' => 'Controls the color of the hover navigation box for carousel sliders.','id' => 'carousel_hover_color','type' => 'color','title' => 'Carousel Hover Nav Box Color','default' => '#808080',),6 => array ('desc' => 'Controls the color of the background for content boxes. Only use for \'icon-boxed\' style. Leave transparent for other styles.','id' => 'content_box_bg_color','type' => 'color','title' => 'Content Box Background Color','default' => 'transparent',),7 => array ('desc' => 'Controls the color of the checklist icon.','id' => 'checklist_icons_color','type' => 'color','title' => 'Checklist Icon Color','default' => '#ffffff',),8 => array ('desc' => 'Controls the color of double lines next to text titles.','id' => 'title_border_color','type' => 'color','title' => 'Double Border Title Separator Color','default' => '#e0dede',),9 => array ('desc' => 'Controls the color of the circle when used with icons.','id' => 'icon_circle_color','type' => 'color','title' => 'Icon Circle Color','default' => '#333333',),10 => array ('desc' => 'Controls the color of the circle border when used with icons.','id' => 'icon_border_color','type' => 'color','title' => 'Icon Circle Border Color','default' => '#333333',),11 => array ('desc' => 'Controls the color of the icons.','id' => 'icon_color','type' => 'color','title' => 'Icon Color','default' => '#ffffff',),12 => array ('desc' => 'Controls the border color of the image frame.','id' => 'imgframe_border_color','type' => 'color','title' => 'Imageframe Border Color','default' => '#f6f6f6',),13 => array ('desc' => 'Controls the style color fof the image frame. Only works for glow and dropshadow style.','id' => 'imgframe_style_color','type' => 'color','title' => 'Imageframe Style Color','default' => '#000000',),14 => array ('desc' => 'Controls the heading color of separate pricing boxes.','id' => 'sep_pricing_box_heading_color','type' => 'color','title' => 'Pricing Box Style 1 Heading Color','default' => '#333333',),15 => array ('desc' => 'Controls the heading color of full boxed pricing tables.','id' => 'full_boxed_pricing_box_heading_color','type' => 'color','title' => 'Pricing Box Style 2 Heading Color','default' => '#333333',),16 => array ('desc' => 'Controls the color portions of pricing boxes.','id' => 'pricing_box_color','type' => 'color','title' => 'Pricing Box Color','default' => '#a0ce4e',),17 => array ('desc' => 'Controls the color of main background and title background.','id' => 'pricing_bg_color','type' => 'color','title' => 'Pricing Box Bg Color','default' => '#ffffff',),18 => array ('desc' => 'Controls the color of the outer border, pricing row and footer row backgrounds.','id' => 'pricing_border_color','type' => 'color','title' => 'Pricing Box Border Color','default' => '#f8f8f8',),19 => array ('desc' => 'Controls the color of the dividers in-between pricing rows.','id' => 'pricing_divider_color','type' => 'color','title' => 'Pricing Box Divider Color','default' => '#ededed',),20 => array ('desc' => 'Controls the color of all separators, divider lines and borders for meta, previous & next, filters, category page, boxes around number pagination, sidebar widgets, accordion divider lines.','id' => 'sep_color','type' => 'color','title' => 'Separators Color','default' => '#e0dede',),21 => array ('desc' => 'Controls the color of the social icons when used in page content area and author archive page.','id' => 'social_links_color','type' => 'select','options' => array ('light' => 'Light','dark' => 'Dark',),'title' => 'Social Links Color','default' => 'Dark',),22 => array ('desc' => 'Controls the background color of the social share box.','id' => 'social_bg_color','type' => 'color','title' => 'Social Share Box Background Color','default' => '#f6f6f6',),23 => array ('desc' => 'Controls the color of the active tab, content background color and tab hover.','id' => 'tabs_bg_color','type' => 'color','title' => 'Tabs Background Color + Hover Color','default' => '#ffffff',),24 => array ('desc' => 'Controls the color of the inactive tabs and the outer tab border.','id' => 'tabs_inactive_color','type' => 'color','title' => 'Tabs Inactive Color','default' => '#ebeaea',),25 => array ('desc' => 'Controls the background color of the tagline box.','id' => 'tagline_bg','type' => 'color','title' => 'Tagline Box Background Color','default' => '#f6f6f6',),26 => array ('desc' => 'Controls the border color of the tagline box.','id' => 'tagline_border_color','type' => 'color','title' => 'Tagline Box Border Color','default' => '#f6f6f6',),27 => array ('desc' => 'Controls the background color of the testimonial.','id' => 'testimonial_bg_color','type' => 'color','title' => 'Testimonial Background Color','default' => '#f6f6f6',),28 => array ('desc' => 'Controls the text color of the testimonial font.','id' => 'testimonial_text_color','type' => 'color','title' => 'Testimonial Text Color','default' => '#747474',),),),7 => array ('title' => 'Blog Options','fields' => array (0 => array ('desc' => 'This text will display in the page title bar of the assigned blog page.','id' => 'blog_title','type' => 'text','title' => 'Blog Page Title','default' => 'Blog',),1 => array ('desc' => 'Choose the layout for the assigned blog page in settings > reading.','id' => 'blog_layout','type' => 'select','options' => array ('large' => 'Large','medium' => 'Medium','large_alternate' => 'Large Alternate','medium_alternate' => 'Medium Alternate','grid' => 'Grid','timeline' => 'Timeline',),'title' => 'Blog Layout','default' => 'Large',),2 => array ('desc' => 'Choose the layout for the blog archive/category pages.','id' => 'blog_archive_layout','type' => 'select','options' => array ('large' => 'Large','medium' => 'Medium','large_alternate' => 'Large Alternate','medium_alternate' => 'Medium Alternate','grid' => 'Grid','timeline' => 'Timeline',),'title' => 'Blog Archive/Category Layout','default' => 'Large',),3 => array ('desc' => 'Choose the sidebar position for the blog pages.','id' => 'blog_sidebar_position','type' => 'select','options' => array ('right' => 'Right','left' => 'Left',),'title' => 'Sidebar Position','default' => 'Right',),4 => array ('desc' => 'Choose the sidebar that will display on the archive/category pages.','id' => 'blog_archive_sidebar','type' => 'select','options' => array (0 => 'None',1 => 'Blog Sidebar',2 => 'Footer Widget 1',3 => 'Footer Widget 2',4 => 'Footer Widget 3',5 => 'Footer Widget 4',6 => 'SlidingBar Widget 1',7 => 'SlidingBar Widget 2',8 => 'SlidingBar Widget 3',9 => 'SlidingBar Widget 4',),'title' => 'Blog Archive/Category Sidebar','default' => 'None',),5 => array ('desc' => 'Choose the pagination type for the assigned blog page in settings > reading.','id' => 'blog_pagination_type','type' => 'select','options' => array ('pagination' => 'Pagination','infinite' => 'Infinite Scroll',),'title' => 'Pagination Type','default' => 'pagination',),6 => array ('desc' => 'Choose to display an excerpt or full content on blog pages.','id' => 'content_length','type' => 'select','options' => array ('excerpt' => 'Excerpt','full' => 'Full Content',),'title' => 'Excerpt or Full Blog Content','default' => 'Excerpt',),7 => array ('desc' => 'Insert the number of words you want to show in the post excerpts.','id' => 'excerpt_length_blog','type' => 'text','title' => 'Excerpt Length','default' => '285',),8 => array ('desc' => 'Check the box if you want to strip HTML from the excerpt content only.','id' => 'strip_html_excerpt','type' => 'checkbox','title' => 'Strip HTML from Excerpt','default' => 1,),9 => array ('desc' => 'Check the box to turn the blog into full width with no sidebar.','id' => 'blog_full_width','type' => 'checkbox','title' => 'Full Width',),10 => array ('desc' => 'Check the box to display featured images on blog archive page.','id' => 'featured_images','type' => 'checkbox','title' => 'Featured Image On Blog Archive Page','default' => 1,),11 => array ('id' => 'blog_single_post','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Blog Single Post Page Options</h3>',),12 => array ('desc' => 'Check the box to display featured images on single post pages.','id' => 'featured_images_single','type' => 'checkbox','title' => 'Featured Image on Single Post Page','default' => 1,),13 => array ('desc' => 'Check the box to disable previous/next pagination.','id' => 'blog_pn_nav','type' => 'checkbox','title' => 'Disable Previous/Next Pagination',),14 => array ('desc' => 'Check the box to display the post title that goes below the featured images.','id' => 'blog_post_title','type' => 'checkbox','title' => 'Post Title','default' => 1,),15 => array ('desc' => 'Check the box to display the author info box below posts.','id' => 'author_info','type' => 'checkbox','title' => 'Author Info Box','default' => 1,),16 => array ('desc' => 'Check the box to display the social sharing box.','id' => 'social_sharing_box','type' => 'checkbox','title' => 'Social Sharing Box','default' => 1,),17 => array ('desc' => 'Check the box to display related posts.','id' => 'related_posts','type' => 'checkbox','title' => 'Related Posts','default' => 1,),18 => array ('desc' => 'Check the box to display comments.','id' => 'blog_comments','type' => 'checkbox','title' => 'Comments','default' => 1,),19 => array ('id' => 'blog_meta','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Blog Meta Options</h3>',),20 => array ('desc' => 'Check the box to display post meta on blog posts.','id' => 'post_meta','type' => 'checkbox','title' => 'Post Meta','default' => 1,),21 => array ('desc' => 'Check the box to hide the author name from post meta.','id' => 'post_meta_author','type' => 'checkbox','title' => 'Disable Post Meta Author',),22 => array ('desc' => 'Check the box to hide the date from post meta.','id' => 'post_meta_date','type' => 'checkbox','title' => 'Disable Post Meta Date',),23 => array ('desc' => 'Check the box to hide the categories from post meta.','id' => 'post_meta_cats','type' => 'checkbox','title' => 'Disable Post Meta Categories',),24 => array ('desc' => 'Check the box to hide the comments from post meta.','id' => 'post_meta_comments','type' => 'checkbox','title' => 'Disable Post Meta Comments',),25 => array ('desc' => 'Check the box to hide the read more link from post meta.','id' => 'post_meta_read','type' => 'checkbox','title' => 'Disable Post Meta Read More Link',),26 => array ('desc' => '<a href=\'http://codex.wordpress.org/Formatting_Date_and_Time\'>Formatting Date and Time</a>','id' => 'date_format','type' => 'text','title' => 'Date Format','default' => 'F jS, Y',),),),8 => array ('title' => 'Portfolio Options','fields' => array (0 => array ('desc' => 'Insert the number of posts to display per page.','id' => 'portfolio_items','type' => 'text','title' => 'Number of Portfolio Items Per Page','default' => '10',),1 => array ('desc' => 'Choose the layout for only the archive/category pages.','id' => 'portfolio_archive_layout','type' => 'select','options' => array ('poc' => 'Portfolio One Column','ptc' => 'Portfolio Two Column','pthc' => 'Portfolio Three Column','pfc' => 'Portfolio Four Column','poct' => 'Portfolio One Column Text','ptct' => 'Portfolio Two Column Text','pthct' => 'Portfolio Three Column Text','pfct' => 'Portfolio Four Column Text','pg' => 'Portfolio Grid',),'title' => 'Portfolio Archive/Category Layout','default' => 'Portfolio One Column',),2 => array ('desc' => 'Choose the sidebar that will be added to the archive/category pages.','id' => 'portfolio_archive_sidebar','type' => 'select','options' => array (0 => 'None',1 => 'Blog Sidebar',2 => 'Footer Widget 1',3 => 'Footer Widget 2',4 => 'Footer Widget 3',5 => 'Footer Widget 4',6 => 'SlidingBar Widget 1',7 => 'SlidingBar Widget 2',8 => 'SlidingBar Widget 3',9 => 'SlidingBar Widget 4',),'title' => 'Portfolio Archive/Category Sidebar','default' => 'None',),3 => array ('desc' => 'Choose to display an excerpt or full portfolio content on archive / portfolio pages. Note: The "Full Content" option will override the page excerpt settings.','id' => 'portfolio_content_length','type' => 'select','options' => array ('excerpt' => 'Excerpt','full' => 'Full Content',),'title' => 'Excerpt or Full Portfolio Content','default' => 'Excerpt',),4 => array ('desc' => 'Insert the number of words you want to show in the post excerpts.','id' => 'excerpt_length_portfolio','type' => 'text','title' => 'Excerpt Length','default' => '285',),5 => array ('desc' => 'Choose the pagination type for Portfolio Grid layouts.','id' => 'grid_pagination_type','type' => 'select','options' => array ('pagination' => 'Pagination','infinite' => 'Infinite Scroll',),'title' => 'Grid Pagination Type','default' => 'pagination',),6 => array ('desc' => 'Change/Rewrite the permalink when you use the permalink type as %postname%. <strong>Make sure to regenerate permalinks.</strong>','id' => 'portfolio_slug','type' => 'text','title' => 'Portfolio Slug','default' => 'portfolio-items',),7 => array ('desc' => 'Check the box to disable featured images on portfolio single post pages.','id' => 'portfolio_featured_images','type' => 'checkbox','title' => 'Disable Featured Image on Portfolio Single Post Page',),8 => array ('desc' => 'Check the box to disable previous/next pagination.','id' => 'portfolio_pn_nav','type' => 'checkbox','title' => 'Disable Previous/Next Pagination',),9 => array ('desc' => 'Check the box to enable comments on portfolio items.','id' => 'portfolio_comments','type' => 'checkbox','title' => 'Show Comments',),10 => array ('desc' => 'Check the box to enable Author on portfolio items.','id' => 'portfolio_author','type' => 'checkbox','title' => 'Show Author',),),),9 => array ('title' => 'Social Sharing Box','fields' => array (0 => array ('desc' => 'Check the box to show the facebook sharing icon in blog posts.','id' => 'sharing_facebook','type' => 'checkbox','title' => 'Facebook','default' => 1,),1 => array ('desc' => 'Check the box to show the twitter sharing icon in blog posts.','id' => 'sharing_twitter','type' => 'checkbox','title' => 'Twitter','default' => 1,),2 => array ('desc' => 'Check the box to show the reddit sharing icon in blog posts.','id' => 'sharing_reddit','type' => 'checkbox','title' => 'Reddit','default' => 1,),3 => array ('desc' => 'Check the box to show the linkedin sharing icon in blog posts.','id' => 'sharing_linkedin','type' => 'checkbox','title' => 'LinkedIn','default' => 1,),4 => array ('desc' => 'Check the box to show the g+ sharing icon in blog posts.','id' => 'sharing_google','type' => 'checkbox','title' => 'Google Plus','default' => 1,),5 => array ('desc' => 'Check the box to show the tumblr sharing icon in blog posts.','id' => 'sharing_tumblr','type' => 'checkbox','title' => 'Tumblr','default' => 1,),6 => array ('desc' => 'Check the box to show the pinterest sharing icon in blog posts.','id' => 'sharing_pinterest','type' => 'checkbox','title' => 'Pinterest','default' => 1,),7 => array ('desc' => 'Check the box to show the email sharing icon in blog posts.','id' => 'sharing_email','type' => 'checkbox','title' => 'Email','default' => 1,),),),10 => array ('title' => 'Social Sharing Links','fields' => array (0 => array ('desc' => 'Insert your custom link to show the Facebook icon. Leave blank to hide icon.','id' => 'facebook_link','type' => 'text','title' => 'Facebook',),1 => array ('desc' => 'Insert your custom link to show the Flickr icon. Leave blank to hide icon.','id' => 'flickr_link','type' => 'text','title' => 'Flickr',),2 => array ('desc' => 'Insert your custom link to show the RSS icon. Leave blank to hide icon.','id' => 'rss_link','type' => 'text','title' => 'RSS',),3 => array ('desc' => 'Insert your custom link to show the Twitter icon. Leave blank to hide icon.','id' => 'twitter_link','type' => 'text','title' => 'Twitter',),4 => array ('desc' => 'Insert your custom link to show the Vimeo icon. Leave blank to hide icon.','id' => 'vimeo_link','type' => 'text','title' => 'Vimeo',),5 => array ('desc' => 'Insert your custom link to show the Youtube icon. Leave blank to hide icon.','id' => 'youtube_link','type' => 'text','title' => 'Youtube',),6 => array ('desc' => 'Insert your custom link to show the Pinterest icon. Leave blank to hide icon.','id' => 'pinterest_link','type' => 'text','title' => 'Pinterest',),7 => array ('desc' => 'Insert your custom link to show the Tumblr icon. Leave blank to hide icon.','id' => 'tumblr_link','type' => 'text','title' => 'Tumblr',),8 => array ('desc' => 'Insert your custom link to show the Google+ icon. Leave blank to hide icon.','id' => 'google_link','type' => 'text','title' => 'Google+',),9 => array ('desc' => 'Insert your custom link to show the Dribbble icon. Leave blank to hide icon.','id' => 'dribbble_link','type' => 'text','title' => 'Dribbble',),10 => array ('desc' => 'Insert your custom link to show the Digg icon. Leave blank to hide icon.','id' => 'digg_link','type' => 'text','title' => 'Digg',),11 => array ('desc' => 'Insert your custom link to show the LinkedIn icon. Leave blank to hide icon.','id' => 'linkedin_link','type' => 'text','title' => 'LinkedIn',),12 => array ('desc' => 'Insert your custom link to show the Blogger icon. Leave blank to hide icon.','id' => 'blogger_link','type' => 'text','title' => 'Blogger',),13 => array ('desc' => 'Insert your custom link to show the Skype icon. Leave blank to hide icon.','id' => 'skype_link','type' => 'text','title' => 'Skype',),14 => array ('desc' => 'Insert your custom link to show the Forrst icon. Leave blank to hide icon.','id' => 'forrst_link','type' => 'text','title' => 'Forrst',),15 => array ('desc' => 'Insert your custom link to show the Myspace icon. Leave blank to hide icon.','id' => 'myspace_link','type' => 'text','title' => 'Myspace',),16 => array ('desc' => 'Insert your custom link to show the Deviantart icon. Leave blank to hide icon.','id' => 'deviantart_link','type' => 'text','title' => 'Deviantart',),17 => array ('desc' => 'Insert your custom link to show the Yahoo icon. Leave blank to hide icon.','id' => 'yahoo_link','type' => 'text','title' => 'Yahoo',),18 => array ('desc' => 'Insert your custom link to show the Redditt icon. Leave blank to hide icon.','id' => 'reddit_link','type' => 'text','title' => 'Reddit',),19 => array ('id' => 'custom_color_scheme_element','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Custom Social Icon</h3>',),20 => array ('desc' => 'This is the icon name that shows in the hover tooltip.','id' => 'custom_icon_name','type' => 'text','title' => 'Custom Icon Name',),21 => array ('desc' => 'Please choose an image file for your custom icon.','id' => 'custom_icon_image','type' => 'media','title' => 'Custom Icon Image','url' => true,),22 => array ('desc' => 'Please choose an image file for the retina version of the icon. It should be 2x the size of main icon.','id' => 'custom_icon_image_retina','type' => 'media','title' => 'Custom Icon Image Retina','url' => true,),23 => array ('desc' => 'If retina icon is added, please enter the standard icon (1x) version width, do not enter the retina icon width.','id' => 'retina_icon_width','type' => 'text','title' => 'Standard Icon Width for Retina Icon',),24 => array ('desc' => 'If retina icon is added, please enter the standard icon (1x) version height, do not enter the retina icon height.','id' => 'retina_icon_height','type' => 'text','title' => 'Standard Icon Height for Retina Icon',),25 => array ('desc' => 'Insert a link for your custom icon.','id' => 'custom_icon_link','type' => 'text','title' => 'Custom Icon Link',),),),11 => array ('title' => 'Slideshows','fields' => array (0 => array ('desc' => 'Check the box to show post slideshows in blog/portfolio pages.','id' => 'posts_slideshow','type' => 'checkbox','title' => 'Posts Slideshow','default' => 1,),1 => array ('desc' => 'This option controls the number of featurd image boxes for blog/portfolio slideshows.','id' => 'posts_slideshow_number','type' => 'text','title' => 'Posts Slideshow Images','default' => '5',),2 => array ('desc' => 'Check the box to autoplay the slideshow.','id' => 'slideshow_autoplay','type' => 'checkbox','title' => 'Autoplay','default' => 1,),3 => array ('desc' => 'Check the box to enable smooth height on slideshows when using images with different heights. Please note, smooth height is disabled on blog grid layout.','id' => 'slideshow_smooth_height','type' => 'checkbox','title' => 'Enable Smooth Height',),4 => array ('desc' => 'Controls the speed of slideshows for the [slider] shortcode and sliders within posts. ex: 1000 = 1 second.','id' => 'slideshow_speed','type' => 'text','title' => 'Slideshow speed','default' => '7000',),5 => array ('desc' => 'Controls the number of flexslider slides per group.','id' => 'flexslider_number','type' => 'text','title' => 'Number of FlexSlider Slides','default' => '5',),6 => array ('desc' => 'Check the box if you want to show pagination circles below a video slider for flexslider, or uncheck it to hide them on video slides.','id' => 'pagination_video_slide','type' => 'checkbox','title' => 'Pagination circles below video slides',),7 => array ('desc' => 'Check the box to enable posts slideshow in legacy mode. Only recommended for v.1 users, this option will disable the multiple featured image method.','id' => 'legacy_posts_slideshow','type' => 'checkbox','title' => 'Legacy Posts Slideshow',),),),12 => array ('title' => 'ThemeFusion Slider','fields' => array (0 => array ('desc' => 'In pixels or percentage, ex: 100% or 100px.','id' => 'flexslider_width','type' => 'text','title' => 'Width','default' => '100%',),1 => array ('desc' => 'Check the box to turn on pagination circles.','id' => 'flexslider_circles','type' => 'checkbox','title' => 'Pagination',),2 => array ('desc' => 'The type of animation when slides rotate.','id' => 'tfs_animation','options' => array ('fade' => 'fade','slide' => 'slide',),'type' => 'select','title' => 'Animation','default' => 'fade',),3 => array ('desc' => 'Check the box to autoplay the slides.','id' => 'tfs_autoplay','type' => 'checkbox','title' => 'Autoplay','default' => 1,),4 => array ('desc' => 'Select the slideshow speed, 1000 = 1 second.','id' => 'tfs_slideshow_speed','type' => 'text','title' => 'Slideshow Speed','default' => '7000',),5 => array ('desc' => 'Select the animation speed, 1000 = 1 second.','id' => 'tfs_animation_speed','type' => 'text','title' => 'Animation speed','default' => '600',),6 => array ('desc' => 'Select the number of slider sets.','id' => 'flexsliders_number','type' => 'text','title' => 'Number of ThemeFusion Sliders','default' => '1',),7 => array ('id' => 'flexslider_1','type' => 'slides','title' => 'TFSlider1',),),),13 => array ('title' => 'Elastic Slider','fields' => array (0 => array ('desc' => 'In pixels or percentage, ex: 100% or 100.','id' => 'tfes_slider_width','type' => 'text','title' => 'Slider Width','default' => '100%',),1 => array ('desc' => 'In pixels, ex: 100px.','id' => 'tfes_slider_height','type' => 'text','title' => 'Slider Height','default' => '400px',),2 => array ('desc' => 'Slides animate from sides or center.','id' => 'tfes_animation','options' => array ('sides' => 'sides','center' => 'center',),'type' => 'select','title' => 'Animation','default' => 'sides',),3 => array ('desc' => 'Check the box to autoplay the slides.','id' => 'tfes_autoplay','type' => 'checkbox','title' => 'Autoplay','default' => 1,),4 => array ('desc' => 'Select the slideshow speed, 1000 = 1 second.','id' => 'tfes_interval','type' => 'text','title' => 'Slideshow Interval','default' => '3000',),5 => array ('desc' => 'Select the animation speed, 1000 = 1 second.','id' => 'tfes_speed','type' => 'text','title' => 'Sliding Speed','default' => '800',),6 => array ('desc' => 'Please enter the width for thumbnail without \'px\' ex: 100.','id' => 'tfes_width','type' => 'text','title' => 'Thumbnail Width','default' => '150',),7 => array ('desc' => 'Default is 42','id' => 'es_title_font_size','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Title Font Size (px)','default' => '42',),8 => array ('desc' => 'Default is 20','id' => 'es_caption_font_size','type' => 'select','options' => array (10 => '10',11 => '11',12 => '12',13 => '13',14 => '14',15 => '15',16 => '16',17 => '17',18 => '18',19 => '19',20 => '20',21 => '21',22 => '22',23 => '23',24 => '24',25 => '25',26 => '26',27 => '27',28 => '28',29 => '29',30 => '30',31 => '31',32 => '32',33 => '33',34 => '34',35 => '35',36 => '36',37 => '37',38 => '38',39 => '39',40 => '40',41 => '41',42 => '42',43 => '43',44 => '44',45 => '45',46 => '46',47 => '47',48 => '48',49 => '49',50 => '50',),'title' => 'Caption Font Size (px)','default' => '20',),9 => array ('desc' => 'Controls the text color of the title font.','id' => 'es_title_color','type' => 'color','title' => 'Title Color','default' => '#333333',),10 => array ('desc' => 'Controls the text color of the caption font.','id' => 'es_caption_color','type' => 'color','title' => 'Caption Color','default' => '#747474',),),),14 => array ('title' => 'Lightbox Options','fields' => array (0 => array ('desc' => 'Set the speed of the animation.','id' => 'lightbox_animation_speed','type' => 'select','options' => array ('fast' => 'Fast','slow' => 'Slow','normal' => 'Normal',),'title' => 'Animation Speed','default' => 'fast',),1 => array ('desc' => 'Check the box to show the gallery.','id' => 'lightbox_gallery','type' => 'checkbox','title' => 'Show gallery','default' => 1,),2 => array ('desc' => 'Check the box to autoplay the lightbox gallery.','id' => 'lightbox_autoplay','type' => 'checkbox','title' => 'Autoplay the Lightbox Gallery',),3 => array ('desc' => 'If autoplay is enabled, set the slideshow speed, 1000 = 1 second.','id' => 'lightbox_slideshow_speed','type' => 'text','title' => 'Slideshow Speed','default' => '5000',),4 => array ('desc' => 'Set the opacity of background, 0.1 (the lowest) to 1 (the highest).','id' => 'lightbox_opacity','type' => 'text','title' => 'Background Opacity','default' => '0.8',),5 => array ('desc' => 'Check the box to show the image caption.','id' => 'lightbox_title','type' => 'checkbox','title' => 'Show Caption','default' => 1,),6 => array ('desc' => 'Check the box to show the image description.','id' => 'lightbox_desc','type' => 'checkbox','title' => 'Show Description','default' => 1,),7 => array ('desc' => 'Check the box to show social sharing buttons on lightbox.','id' => 'lightbox_social','type' => 'checkbox','title' => 'Social Sharing','default' => 1,),8 => array ('desc' => 'Check the box to show post images that are inside the post content area in the lightbox.','id' => 'lightbox_post_images','type' => 'checkbox','title' => 'Show Post Images in Lightbox',),),),15 => array ('title' => 'Contact Options','fields' => array (0 => array ('id' => 'google_map','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Google Map Options</h3>',),1 => array ('desc' => 'Select the type of google map to show on the contact page.','id' => 'gmap_type','options' => array ('roadmap' => 'roadmap','satellite' => 'satellite','hybrid' => 'hybrid','terrain' => 'terrain',),'type' => 'select','title' => 'Google Map Type','default' => 'roadmap',),2 => array ('desc' => 'In pixels or percentage, ex: 100% or 100px.','id' => 'gmap_width','type' => 'text','title' => 'Google Map Width','default' => '100%',),3 => array ('desc' => 'In pixels, ex: 100px.','id' => 'gmap_height','type' => 'text','title' => 'Google Map Height','default' => '415px',),4 => array ('desc' => 'Single address ex: 775 New York Ave, Brooklyn, Kings, New York 11203. For multiple markers, separate the addresses with the | symbol. ex: Address 1|Address 2|Address 3.','id' => 'gmap_address','type' => 'text','title' => 'Google Map Address',),5 => array ('desc' => 'Enter the email adress the form will be sent to.','id' => 'email_address','type' => 'text','title' => 'Email Address',),6 => array ('desc' => 'Higher number will be more zoomed in.','id' => 'map_zoom_level','type' => 'text','title' => 'Map Zoom Level','default' => '8',),7 => array ('desc' => 'Check the box to hide the address pin.','id' => 'map_pin','type' => 'checkbox','title' => 'Hide Address Pin',),8 => array ('desc' => 'Check the box to keep the popup with address info hidden when the google map loads. It will only show when pin on the map is clicked.','id' => 'map_popup','type' => 'checkbox','title' => 'Show Map Popup On Click',),9 => array ('desc' => 'Check the box to disable scrollwheel on google maps.','id' => 'map_scrollwheel','type' => 'checkbox','title' => 'Disable Map Scrollwheel',),10 => array ('desc' => 'Check the box to disable scale on google maps.','id' => 'map_scale','type' => 'checkbox','title' => 'Disable Map Scale',),11 => array ('desc' => 'Check the box to disable zoom control icon and pan control icon on google maps.','id' => 'map_zoomcontrol','type' => 'checkbox','title' => 'Disable Map Zoom & Pan Control Icons',),12 => array ('id' => 'recaptcha','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>ReCaptcha Spam Options</h3>',),13 => array ('desc' => 'Follow the steps in <a href=\'http://theme-fusion.com/avada-doc/pages/setting-up-contact-page/\'> our docs</a> to get key.','id' => 'recaptcha_public','type' => 'text','title' => 'ReCaptcha Public Key',),14 => array ('desc' => 'Follow the steps in <a href=\'http://theme-fusion.com/avada-doc/pages/setting-up-contact-page/\'> our docs</a> to get key.','id' => 'recaptcha_private','type' => 'text','title' => 'ReCaptcha Private Key',),15 => array ('desc' => 'Select the recaptcha color scheme.','id' => 'recaptcha_color_scheme','type' => 'select','options' => array ('red' => 'red','blackglass' => 'blackglass','clean' => 'clean','white' => 'white',),'title' => 'ReCaptcha Color Scheme','default' => 'Clean',),),),16 => array ('title' => 'Sidebar Options','fields' => array (0 => array ('desc' => 'Controls the background color of the sidebar.','id' => 'sidebar_bg_color','type' => 'color','title' => 'Sidebar Background Color','default' => 'transparent',),1 => array ('desc' => 'Enter a value (based on percentage) without % sign, ex: 71%.','id' => 'content_width','type' => 'text','title' => 'Content Area Width','default' => '71.1702128',),2 => array ('desc' => 'Enter a value (based on percentage) without % sign, ex: 23%.','id' => 'sidebar_width','type' => 'text','title' => 'Sidebar Width','default' => '23.4042553',),3 => array ('desc' => 'Enter a value (based on percentage) without % sign, ex: 0.','id' => 'sidebar_padding','type' => 'text','title' => 'Sidebar Padding',),4 => array ('id' => 'sidebar_info','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin-top:0;\'>Important Instructions For These Options:</h3><b>1. Â 100%Â </b>-Â Your values added up cannot go over 100% or your sidebar will not show.<br /></br /><b>2. PADDINGÂ </b>- Â Is always multiplied by 2 because it adds left and right padding. So a padding value of 5, actually equals 10. Â And you should only use padding if you are using a background color that is different than your main background color.<br /></br /><b>3. Â UNSEEN SPACE</b>Â - You need to factor in the space between the Content Width & Sidebar Width. This space does not have a field.<br /></br /><b>EXAMPLE 1:</b>Â Content Width = 65 + Sidebar Width = 30 Â + Padding = 0* this example adds up to 95% which leaves you 5% in between the content and sidebar sections. This is good to use if your sidebar background is the same color as your main background<br /></br /><b>EXAMPLE 2:</b>Â Content Width = 60 + Sidebar Width = 30 Â + Padding = 2.5* this example adds up to 95% which leaves you 5% in between the content and sidebar sections. This is good to use if your sidebar background is a different color than your main background',),),),17 => array ('title' => 'Extra Options','fields' => array (0 => array ('id' => 'misc_options','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Miscellaneous Options</h3>',),1 => array ('desc' => 'Check the box to replace shortcodes generator method with developer method. Using developer method, the shortcode will be directly embedded into the content area.','id' => 'dev_shortcodes','type' => 'checkbox','title' => 'Enable Shortcodes Developer Mode',),2 => array ('desc' => 'Select the slideshow speed, 1000 = 1 second.','id' => 'testimonials_speed','type' => 'text','title' => 'Testimonials Speed','default' => '4000',),3 => array ('desc' => 'Select the defeault position of the sidebar. This will take effect for new pages/posts.','id' => 'default_sidebar_pos','options' => array ('right' => 'Right','left' => 'Left',),'type' => 'select','title' => 'Default Sidebar Position','default' => 'right',),4 => array ('desc' => 'Sidenavigation child pages animation, on click or hover.','id' => 'sidenav_behavior','options' => array ('hover' => 'Hover','click' => 'Click',),'type' => 'select','title' => 'Sidenav Behavior','default' => 'hover',),5 => array ('desc' => 'Check the box to allow comments on regular pages.','id' => 'comments_pages','type' => 'checkbox','title' => 'Allow Comments on Pages',),6 => array ('desc' => 'Check the box to disable the read more sign, [...] on excerpts throughout the site.','id' => 'disable_excerpts','type' => 'checkbox','title' => 'Disable [...] on Excerpts',),7 => array ('desc' => 'Check the box to disable featured images on regular pages.','id' => 'featured_images_pages','type' => 'checkbox','title' => 'Featured Images on Pages',),8 => array ('desc' => 'Check the box to show featured images on FAQ archive page.','id' => 'faq_featured_image','type' => 'checkbox','title' => 'FAQ Featured Images',),9 => array ('id' => 'rollovers','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Image Rollover Options</h3>',),10 => array ('desc' => 'Check the box to show the rollover box on images.','id' => 'image_rollover','type' => 'checkbox','title' => 'Image Rollover','default' => 1,),11 => array ('desc' => 'Check the box to disable the link icon from image rollovers. Note: This option will override the post settings.','id' => 'link_image_rollover','type' => 'checkbox','title' => 'Disable Link Icon From Image Rollover',),12 => array ('desc' => 'Check the box to disable the image icon from image rollovers. Note: This option will override the post settings.','id' => 'zoom_image_rollover','type' => 'checkbox','title' => 'Disable Image Icon From Image Rollover',),13 => array ('desc' => 'Check the box to disable the title from image rollovers.','id' => 'title_image_rollover','type' => 'checkbox','title' => 'Disable Title From Image Rollover',),14 => array ('desc' => 'Check the box to disable the categories from image rollovers.','id' => 'cats_image_rollover','type' => 'checkbox','title' => 'Disable Categories From Image Rollover',),15 => array ('desc' => 'Select the opacity of the rollover. 0.1 (the lowest) to 1 (the highest).','id' => 'image_rollover_opacity','type' => 'text','title' => 'Image Rollover Opacity','default' => '1',),16 => array ('id' => 'search','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Search Options</h3>',),17 => array ('desc' => 'Select the type of content to display in search results.','id' => 'search_content','type' => 'select','options' => array ('posts_pages' => 'Posts and Pages','posts' => 'Only Posts','pages' => 'Only Pages',),'title' => 'Search Results Content','default' => 'Posts and Pages',),18 => array ('desc' => 'Check the box if you want to hide excerpt for search results.','id' => 'search_excerpt','type' => 'checkbox','title' => 'Hide Search Results Excerpt',),19 => array ('desc' => 'Set the number of search results per page.','id' => 'search_results_per_page','type' => 'text','title' => 'Number of Search Results Per Page','default' => '10',),20 => array ('desc' => 'Check the box if you want to hide featured images for search results.','id' => 'search_featured_images','type' => 'checkbox','title' => 'Hide Featured Images from Search Results',),21 => array ('id' => 'plugins_only','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Enable / Disable Support For Plugins Installed Manually</h3>',),22 => array ('desc' => 'Check the box if you are are using UberMenu, this option adds UberMenu support without editing any code.','id' => 'ubermenu','type' => 'checkbox','title' => 'UberMenu Plugin Support',),23 => array ('id' => 'plugins_only','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Enable / Disable Plugins Integrated Within The Theme</h3>',),24 => array ('desc' => 'Check the box to enable post type order plugin. Note: It can break the order of next post/previous post links.','id' => 'post_type_order','type' => 'checkbox','title' => 'Enable posts type order plugin',),25 => array ('desc' => 'Check the box to disable LayerSlider.','id' => 'status_layerslider','type' => 'checkbox','title' => 'Disable LayerSlider',),26 => array ('desc' => '<h3 style=\'color: red;\'>Found a field with an unknown type!</h3> <p>Perhaps this was a custom field and will need to be remade for use within Redux. This was the field\'s configuration:</p><pre style=\'overflow:auto;border: 2px dashed #eee;padding: 2px 5px; width: 100%;\'><pre class=\'xdebug-var-dump\' dir=\'ltr\'><b>array</b> <i>(size=3)</i>\'desc\' <font color=\'#888a85\'>=></font> <small>string</small> <font color=\'#cc0000\'>\'This option is no longer available. You can disable the revolution slider from the WordPress plugins page.\'</font> <i>(length=106)</i>\'id\' <font color=\'#888a85\'>=></font> <small>string</small> <font color=\'#cc0000\'>\'status_revslider\'</font> <i>(length=16)</i>\'title\' <font color=\'#888a85\'>=></font> <small>string</small> <font color=\'#cc0000\'>\'Disable RevSlider\'</font> <i>(length=17)</i></pre></pre>','id' => 'status_revslider','title' => 'Disable RevSlider','type' => 'info','raw_html' => true,),27 => array ('desc' => 'Check the box to disable Flexslider.','id' => 'status_flexslider','type' => 'checkbox','title' => 'Disable FlexSlider',),28 => array ('id' => 'js_only','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Enable / Disable Support For Javascript Within The Theme </h3>',),29 => array ('desc' => 'Check the box to disable CSS animations on shortcode items.','id' => 'use_animate_css','type' => 'checkbox','title' => 'Disable CSS Animations',),30 => array ('desc' => 'Check the box to disable CSS animations on mobiles only.','id' => 'disable_mobile_animate_css','type' => 'checkbox','title' => 'Disable CSS Animations on Mobiles Only','default' => 1,),31 => array ('desc' => 'Check the box to disable Lightbox.','id' => 'status_lightbox','type' => 'checkbox','title' => 'Disable Lightbox',),32 => array ('desc' => 'Check the box to disable google map.','id' => 'status_gmap','type' => 'checkbox','title' => 'Disable Google Map Scripts',),33 => array ('desc' => 'Check the box to disable Youtube API scripts.','id' => 'status_yt','type' => 'checkbox','title' => 'Disable Youtube API Scripts',),34 => array ('desc' => 'Check the box to disable Vimeo API scripts.','id' => 'status_vimeo','type' => 'checkbox','title' => 'Disable Vimeo API Scripts',),35 => array ('desc' => 'Check the box to disable jQuery Cycle, used for testimonials mainly.','id' => 'status_jqcycle','type' => 'checkbox','title' => 'Disable jQuery Cycle',),36 => array ('desc' => 'Check the box to disable elastic slider scripts.','id' => 'status_eslider','type' => 'checkbox','title' => 'Disable Elastic Slider Scripts',),37 => array ('desc' => 'Check the box to disable waypoint script which detects when progress bars in view and animates them.','id' => 'status_wpoint','type' => 'checkbox','title' => 'Disable Waypoint Script',),38 => array ('desc' => 'Check the box to disable gauge script which is used for counter circle shortcode.','id' => 'status_gauge','type' => 'checkbox','title' => 'Disable Gauge Script',),39 => array ('desc' => 'Check the box to disable the ToTop script which adds the scrolling to top functionality.','id' => 'status_totop','type' => 'checkbox','title' => 'Disable ToTop Script',),40 => array ('desc' => 'Check the box to enable the ToTop script on mobile devices.','id' => 'status_totop_mobile','type' => 'checkbox','title' => 'Enable ToTop Script on mobile',),),),18 => array ('title' => 'Woocommerce','fields' => array (0 => array ('desc' => 'Insert the number of posts to display per page.','id' => 'woo_items','type' => 'text','title' => 'Number of Products per Page','default' => '12',),1 => array ('desc' => 'Choose the sidebar that will be added to the archive/category pages.','id' => 'woocommerce_archive_sidebar','type' => 'select','options' => array (0 => 'None',1 => 'Blog Sidebar',2 => 'Footer Widget 1',3 => 'Footer Widget 2',4 => 'Footer Widget 3',5 => 'Footer Widget 4',6 => 'SlidingBar Widget 1',7 => 'SlidingBar Widget 2',8 => 'SlidingBar Widget 3',9 => 'SlidingBar Widget 4',),'title' => 'Woocommerce Archive/Category Sidebar','default' => 'None',),2 => array ('desc' => 'Insert your text and it will appear in the first message box on the acount page.','id' => 'woo_acc_msg_1','type' => 'textarea','title' => 'Account Area Message 1','default' => 'Need Assistance? Call customer service at 888-555-5555.',),3 => array ('desc' => 'Insert your text and it will appear in the second message box on the acount page.','id' => 'woo_acc_msg_2','type' => 'textarea','title' => 'Account Area Message 2','default' => 'E-mail them at [email protected]',),4 => array ('desc' => 'Check the box to show My Account link, uncheck to disable. Please note this will not show with Ubermenu.','id' => 'woocommerce_acc_link_top_nav','type' => 'checkbox','title' => 'Show Woocommerce My Account Link in Top Navigation','default' => 1,),5 => array ('desc' => 'Check the box to show the Cart icon, uncheck to disable. Please note this will not show with Ubermenu.','id' => 'woocommerce_cart_link_top_nav','type' => 'checkbox','title' => 'Show Woocommerce Cart Icon in Top Navigation','default' => 1,),6 => array ('desc' => 'Check the box to show My Account link, uncheck to disable. Please note these will not show with Ubermenu.','id' => 'woocommerce_acc_link_main_nav','type' => 'checkbox','title' => 'Show Woocommerce My Account Link in Main Navigation','default' => 1,),7 => array ('desc' => 'Check the box to show the Cart icon, uncheck to disable. Please note these will not show with Ubermenu.','id' => 'woocommerce_cart_link_main_nav','type' => 'checkbox','title' => 'Show Woocommerce Cart Link in Main Navigation','default' => 1,),),),19 => array ('title' => 'Custom CSS','fields' => array (0 => array ('id' => 'advanced_css_intro','icon' => true,'type' => 'info','raw' => '<h3 style=\'margin: 0;\'>Advanced CSS Customizations</h3>',),1 => array ('desc' => 'Paste your CSS code, do not include any tags or HTML in thie field. Any custom CSS entered here will override the theme CSS. In some cases, the !important tag may be needed.','id' => 'custom_css','type' => 'textarea','title' => 'CSS Code',),),),);
if (isset($data) && !empty($data)) {
foreach($sections as $section) {
foreach($section["fields"] as $field) {
if (isset($data[$field["id"]]) && !empty($data[$field["id"]])) {
$data[$field["id"]] = SMOF2ReduxConvertValue($data[$field["id"]], $field["type"]); // Not sure why this happens. Huh.
}
if( isset( $field["required"] ) ) {
$ReduxFramework->get_fold($field);
}
}
}
update_option($database_newName, $data); // Update the database
}
}
}
new Redux_Framework_redux_converter_cf5486bd5852b65564baf7c();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment