Example #1
0
/**
 * Sidebar settings
 *
 * @var  array  	any existing settings
 * @return array 	existing sections + sidebars
 *
 */
function avada_options_section_sidebars($sections)
{
    /**
     * Register sidebar options for blog/portfolio/woocommerce archive pages
     */
    global $wp_registered_sidebars;
    $sidebar_options[] = 'None';
    for ($i = 0; $i < 1; $i++) {
        // sidebar_generator::get_sidebars();
        $sidebars = $wp_registered_sidebars;
        // var_dump( $sidebars );
        if (is_array($sidebars) && !empty($sidebars)) {
            foreach ($sidebars as $sidebar) {
                $sidebar_options[] = $sidebar['name'];
            }
        }
        $sidebars = sidebar_generator::get_sidebars();
        if (is_array($sidebars) && !empty($sidebars)) {
            foreach ($sidebars as $key => $value) {
                $sidebar_options[] = $value;
            }
        }
    }
    $sidebars_array = array();
    foreach ($sidebar_options as $sidebar_option) {
        $sidebars_array[$sidebar_option] = $sidebar_option;
    }
    $sidebar_options = $sidebars_array;
    $sections['sidebars'] = array('label' => esc_html__('Sidebars', 'Avada'), 'id' => 'heading_sidebars', 'is_panel' => true, 'priority' => 10, 'icon' => 'el-icon-website', 'fields' => array('sidebars_styling' => array('label' => esc_html__('Sidebar Styling', 'Avada'), 'id' => 'sidebars_styling', 'icon' => true, 'type' => 'sub-section', 'fields' => array('sidebar_padding' => array('label' => esc_html__('Sidebar Padding', 'Avada'), 'description' => esc_html__('Controls the sidebar padding.', 'Avada'), 'id' => 'sidebar_padding', 'default' => '0px', 'type' => 'dimension', 'choices' => array('px', '%')), 'sidebar_bg_color' => array('label' => esc_html__('Sidebar Background Color', 'Avada'), 'description' => esc_html__('Controls the background color of the sidebar.', 'Avada'), 'id' => 'sidebar_bg_color', 'default' => 'rgba(255,255,255,0)', 'type' => 'color-alpha'), 'sidebar_widget_bg_color' => array('label' => esc_html__('Sidebar Widget Title Background Color', 'Avada'), 'description' => esc_html__('Controls the background color of the widget title box. If left transparent the widget title will be unboxed.', 'Avada'), 'id' => 'sidebar_widget_bg_color', 'default' => 'rgba(255,255,255,0)', 'type' => 'color-alpha'), 'sidew_font_size' => array('label' => esc_html__('Sidebar Widget Heading Font Size', 'Avada'), 'description' => esc_html__('Controls the font size of the widget heading text.', 'Avada'), 'id' => 'sidew_font_size', 'default' => '13px', 'type' => 'dimension'), 'sidebar_heading_color' => array('label' => esc_html__('Sidebar Widget Headings Color', 'Avada'), 'description' => esc_html__('Controls the color of the sidebar widget heading text.', 'Avada'), 'id' => 'sidebar_heading_color', 'default' => '#333333', 'type' => 'color'))), 'pages_sidebars_section' => array('label' => esc_html__('Pages', 'Avada'), 'id' => 'pages_sidebars_section', 'icon' => true, 'type' => 'sub-section', 'fields' => array('pages_global_sidebar' => array('label' => esc_html__('Activate Global Sidebar For Pages', 'Avada'), 'description' => esc_html__('Turn on if you want to use the same sidebars on all pages. This option overrides the page options.', 'Avada'), 'id' => 'pages_global_sidebar', 'default' => '0', 'type' => 'switch'), 'pages_sidebar' => array('label' => esc_html__('Global Page Sidebar 1', 'Avada'), 'description' => esc_html__('Select sidebar 1 that will display on all pages.', 'Avada'), 'id' => 'pages_sidebar', 'default' => 'None', 'type' => 'select', 'choices' => $sidebar_options), 'pages_sidebar_2' => array('label' => esc_html__('Global Page Sidebar 2', 'Avada'), 'description' => esc_html__('Select sidebar 2 that will display on all pages. Sidebar 2 can only be used if sidebar 1 is selected.', 'Avada'), 'id' => 'pages_sidebar_2', 'default' => 'None', 'type' => 'select', 'choices' => $sidebar_options), 'default_sidebar_pos' => array('label' => esc_html__('Global Page Sidebar Position', 'Avada'), 'description' => esc_html__('Controls the position of sidebar 1 for all pages. If sidebar 2 is selected, it will display on the opposite side.', 'Avada'), 'id' => 'default_sidebar_pos', 'default' => 'Right', 'type' => 'radio-buttonset', 'choices' => array('Right' => esc_html__('Right', 'Avada'), 'Left' => esc_html__('Left', 'Avada'))))), 'portfolio_posts_sidebars_section' => array('label' => esc_html__('Portfolio Posts', 'Avada'), 'description' => '', 'id' => 'portfolio_posts_sidebars_section', 'icon' => true, 'type' => 'sub-section', 'fields' => array('portfolio_global_sidebar' => array('label' => esc_html__('Activate Global Sidebar For Portfolio Posts', 'Avada'), 'description' => esc_html__('Turn on if you want to use the same sidebars on all portfolio posts. This option overrides the portfolio post options.', 'Avada'), 'id' => 'portfolio_global_sidebar', 'default' => '0', 'type' => 'switch'), 'portfolio_sidebar' => array('label' => esc_html__('Global Portfolio Post Sidebar 1', 'Avada'), 'description' => esc_html__('Select sidebar 1 that will display on all portfolio posts.', 'Avada'), 'id' => 'portfolio_sidebar', 'default' => 'None', 'type' => 'select', 'choices' => $sidebar_options), 'portfolio_sidebar_2' => array('label' => esc_html__('Global Portfolio Post Sidebar 2', 'Avada'), 'description' => esc_html__('Select sidebar 2 that will display on all portfolio posts. Sidebar 2 can only be used if sidebar 1 is selected.', 'Avada'), 'id' => 'portfolio_sidebar_2', 'default' => 'None', 'type' => 'select', 'choices' => $sidebar_options), 'portfolio_sidebar_position' => array('label' => esc_html__('Global Portfolio Sidebar Position', 'Avada'), 'description' => esc_html__('Controls the position of sidebar 1 for all portfolio posts and archive pages. If sidebar 2 is selected, it will display on the opposite side.', 'Avada'), 'id' => 'portfolio_sidebar_position', 'default' => 'Right', 'type' => 'radio-buttonset', 'choices' => array('Right' => esc_html__('Right', 'Avada'), 'Left' => esc_html__('Left', 'Avada'))))), 'portfolio_archive_category_pages_sidebars_section' => array('label' => esc_html__('Portfolio Archive', 'Avada'), 'description' => '', 'id' => 'portfolio_archive_category_pages_sidebars_section', 'icon' => true, 'type' => 'sub-section', 'fields' => array('portfolio_archive_sidebar' => array('label' => esc_html__('Portfolio Archive Sidebar 1', 'Avada'), 'description' => esc_html__('Select sidebar 1 that will display on the portfolio archive pages.', 'Avada'), 'id' => 'portfolio_archive_sidebar', 'default' => 'None', 'type' => 'select', 'choices' => $sidebar_options), 'portfolio_archive_sidebar_2' => array('label' => esc_html__('Portfolio Archive Sidebar 2', 'Avada'), 'description' => esc_html__('Select sidebar 2 that will display on the portfolio archive pages. Sidebar 2 can only be used if sidebar 1 is selected.', 'Avada'), 'id' => 'portfolio_archive_sidebar_2', 'default' => 'None', 'type' => 'select', 'choices' => $sidebar_options))), 'blog_posts_sidebars_section' => array('label' => esc_html__('Blog Posts', 'Avada'), 'description' => '', 'id' => 'blog_posts_sidebars_section', 'icon' => true, 'type' => 'sub-section', 'fields' => array('posts_global_sidebar' => array('label' => esc_html__('Activate Global Sidebar For Blog Posts', 'Avada'), 'description' => esc_html__('Turn on if you want to use the same sidebars on all blog posts. This option overrides the blog post options.', 'Avada'), 'id' => 'posts_global_sidebar', 'default' => '0', 'type' => 'switch'), 'posts_sidebar' => array('label' => esc_html__('Global Blog Post Sidebar 1', 'Avada'), 'description' => esc_html__('Select sidebar 1 that will display on all blog posts.', 'Avada'), 'id' => 'posts_sidebar', 'default' => 'None', 'type' => 'select', 'choices' => $sidebar_options), 'posts_sidebar_2' => array('label' => esc_html__('Global Blog Post Sidebar 2', 'Avada'), 'description' => esc_html__('Select sidebar 2 that will display on all blog posts. Sidebar 2 can only be used if sidebar 1 is selected.', 'Avada'), 'id' => 'posts_sidebar_2', 'default' => 'None', 'type' => 'select', 'choices' => $sidebar_options), 'blog_sidebar_position' => array('label' => esc_html__('Global Blog Sidebar Position', 'Avada'), 'description' => esc_html__('Controls the position of sidebar 1 for all blog posts and archive pages. If sidebar 2 is selected, it will display on the opposite side.', 'Avada'), 'id' => 'blog_sidebar_position', 'default' => 'Right', 'type' => 'radio-buttonset', 'choices' => array('Right' => esc_html__('Right', 'Avada'), 'Left' => esc_html__('Left', 'Avada'))))), 'blog_archive_category_pages_sidebars_section' => array('label' => esc_html__('Blog Archive', 'Avada'), 'description' => '', 'id' => 'blog_archive_category_pages_sidebars_section', 'icon' => true, 'type' => 'sub-section', 'fields' => array('blog_archive_sidebar' => array('label' => esc_html__('Blog Archive Sidebar 1', 'Avada'), 'description' => esc_html__('Select sidebar 1 that will display on the blog archive pages.', 'Avada'), 'id' => 'blog_archive_sidebar', 'default' => 'None', 'type' => 'select', 'choices' => $sidebar_options), 'blog_archive_sidebar_2' => array('label' => esc_html__('Blog Archive Sidebar 2', 'Avada'), 'description' => esc_html__('Select sidebar 2 that will display on the blog archive pages. Sidebar 2 can only be used if sidebar 1 is selected.', 'Avada'), 'id' => 'blog_archive_sidebar_2', 'default' => 'None', 'type' => 'select', 'choices' => $sidebar_options))), 'search_sidebars_section' => array('label' => esc_html__('Search Page', 'Avada'), 'description' => '', 'id' => 'search_only', 'icon' => true, 'type' => 'sub-section', 'fields' => array('search_sidebar' => array('label' => esc_html__('Search Page Sidebar 1', 'Avada'), 'description' => esc_html__('Select sidebar 1 that will display on the search results page.', 'Avada'), 'id' => 'search_sidebar', 'default' => 'Blog Sidebar', 'type' => 'select', 'choices' => $sidebar_options), 'search_sidebar_2' => array('label' => esc_html__('Search Page Sidebar 2', 'Avada'), 'description' => esc_html__('Select sidebar 2 that will display on the search results page. Sidebar 2 can only be used if sidebar 1 is selected.', 'Avada'), 'id' => 'search_sidebar_2', 'default' => 'None', 'type' => 'select', 'choices' => $sidebar_options), 'search_sidebar_position' => array('label' => esc_html__('Search Sidebar Position', 'Avada'), 'description' => esc_html__('Controls the position of sidebar 1 for the search results page. If sidebar 2 is selected, it will display on the opposite side.', 'Avada'), 'id' => 'search_sidebar_position', 'default' => 'Right', 'type' => 'radio-buttonset', 'choices' => array('Right' => esc_html__('Right', 'Avada'), 'Left' => esc_html__('Left', 'Avada'))))), 'woocommerce_products_sidebars_section' => Avada::$is_updating || class_exists('WooCommerce') ? array('label' => esc_html__('Woocommerce Products', 'Avada'), 'id' => 'woocommerce_products_sidebars_section', 'icon' => true, 'type' => 'sub-section', 'active_callback' => array('Avada_Options_Conditionals', 'is_woo'), 'fields' => array('woo_global_sidebar' => array('label' => esc_html__('Activate Global Sidebar For WooCommerce Products', 'Avada'), 'description' => esc_html__('Turn on if you want to use the same sidebars on all WooCommerce products. This option overrides the WooCommerce post options.', 'Avada'), 'id' => 'woo_global_sidebar', 'default' => '0', 'type' => 'switch', 'active_callback' => array('Avada_Options_Conditionals', 'is_woo')), 'woo_sidebar' => array('label' => esc_html__('Global WooCommerce Product Sidebar 1', 'Avada'), 'description' => esc_html__('Select sidebar 1 that will display on all WooCommerce products.', 'Avada'), 'id' => 'woo_sidebar', 'default' => 'None', 'type' => 'select', 'choices' => $sidebar_options, 'active_callback' => array('Avada_Options_Conditionals', 'is_woo')), 'woo_sidebar_2' => array('label' => esc_html__('Global WooCommerce Product Sidebar 2', 'Avada'), 'description' => esc_html__('Select sidebar 2 that will display on all WooCommerce products. Sidebar 2 can only be used if sidebar 1 is selected.', 'Avada'), 'id' => 'woo_sidebar_2', 'default' => 'None', 'type' => 'select', 'choices' => $sidebar_options, 'active_callback' => array('Avada_Options_Conditionals', 'is_woo')), 'woo_sidebar_position' => array('label' => esc_html__('Global Woocommerce Sidebar Position', 'Avada'), 'description' => esc_html__('Controls the position of sidebar 1 for all WooCommerce products and archive pages. If sidebar 2 is selected, it will display on the opposite side.', 'Avada'), 'id' => 'woo_sidebar_position', 'default' => 'Right', 'type' => 'radio-buttonset', 'active_callback' => array('Avada_Options_Conditionals', 'is_woo'), 'choices' => array('Right' => esc_html__('Right', 'Avada'), 'Left' => esc_html__('Left', 'Avada'))))) : array(), 'woocommerce_archive_category_pages_sidebars_section' => Avada::$is_updating || class_exists('WooCommerce') ? array('label' => esc_html__('WooCommerce Archive', 'Avada'), 'description' => '', 'id' => 'woocommerce_archive_category_pages_sidebars_section', 'icon' => true, 'type' => 'sub-section', 'active_callback' => array('Avada_Options_Conditionals', 'is_woo'), 'fields' => array('woocommerce_archive_sidebar' => array('label' => esc_html__('Woocommerce Archive Sidebar 1', 'Avada'), 'description' => esc_html__('Select sidebar 1 that will display on the WooCommerce archive pages.', 'Avada'), 'id' => 'woocommerce_archive_sidebar', 'default' => 'None', 'type' => 'select', 'choices' => $sidebar_options, 'active_callback' => array('Avada_Options_Conditionals', 'is_woo')), 'woocommerce_archive_sidebar_2' => array('label' => esc_html__('Woocommerce Archive Sidebar 2', 'Avada'), 'description' => esc_html__('Select sidebar 2 that will display on the WooCommerce archive pages. Sidebar 2 can only be used if sidebar 1 is selected.', 'Avada'), 'id' => 'woocommerce_archive_sidebar_2', 'default' => 'None', 'type' => 'select', 'choices' => $sidebar_options, 'active_callback' => array('Avada_Options_Conditionals', 'is_woo')))) : array(), 'ec_global_sidebar_heading' => Avada::$is_updating || class_exists('Tribe__Events__Main') ? array('label' => esc_html__('Events Calendar Posts', 'Avada'), 'id' => 'ec_global_sidebar_heading', 'type' => 'sub-section', 'fields' => array('ec_global_sidebar' => array('label' => esc_html__('Activate Global Sidebar For Events Calendar Posts', 'Avada'), 'description' => esc_html__('Turn on if you want to use the same sidebars on all Events Calendar posts. This option overrides the Events Calendar post options.', 'Avada'), 'id' => 'ec_global_sidebar', 'default' => 0, 'type' => 'switch'), 'ec_sidebar' => array('label' => esc_html__('Global Events Calendar Post Sidebar 1', 'Avada'), 'description' => esc_html__('Select sidebar 1 that will display on all Events Calendar posts.', 'Avada'), 'id' => 'ec_sidebar', 'default' => 'None', 'type' => 'select', 'choices' => $sidebar_options), 'ec_sidebar_2' => array('label' => esc_html__('Global Events Calendar Post Sidebar 2', 'Avada'), 'description' => esc_html__('Select sidebar 2 that will display on all all Events Calendar posts. Sidebar 2 can only be used if sidebar 1 is selected.', 'Avada'), 'id' => 'ec_sidebar_2', 'default' => 'None', 'type' => 'select', 'choices' => $sidebar_options), 'ec_sidebar_pos' => array('label' => esc_html__('Global Events Calendar Sidebar Position ', 'Avada'), 'description' => esc_html__('Controls the position of sidebar 1 for all Events Calendar posts and archive pages. If sidebar 2 is selected, it will display on the opposite side.', 'Avada'), 'id' => 'ec_sidebar_pos', 'default' => 'Right', 'type' => 'select', 'choices' => array('Right' => esc_html__('Right', 'Avada'), 'Left' => esc_html__('Left', 'Avada'))))) : array(), 'bbpress_sidebars_section' => Avada::$is_updating || class_exists('bbPress') || class_exists('BuddyPress') ? array('label' => esc_html__('bbPress/BuddyPress', 'Avada'), 'description' => '', 'id' => 'bbpress_sidebars_section', 'icon' => true, 'type' => 'sub-section', 'fields' => array('bbpress_global_sidebar' => array('label' => esc_html__('Activate Global Sidebar For bbpress/BuddyPress', 'Avada'), 'description' => esc_html__('Turn on if you want to use the same sidebars on all bbPress/BuddyPress pages. Forums index page, profile page and search page does not need this option checked to display the sidebars selected below.', 'Avada'), 'id' => 'bbpress_global_sidebar', 'default' => '0', 'type' => 'switch'), 'ppbress_sidebar' => array('label' => esc_html__('Global bbPress/BuddyPress Sidebar 1', 'Avada'), 'description' => esc_html__('Select sidebar 1 that will display on all bbPress/BuddyPress pages.', 'Avada'), 'id' => 'ppbress_sidebar', 'default' => 'None', 'type' => 'select', 'choices' => $sidebar_options), 'ppbress_sidebar_2' => array('label' => esc_html__('Global bbPress/BuddyPress Sidebar 2', 'Avada'), 'description' => esc_html__('Select sidebar 2 that will display on all bbPress/BuddyPress pages. Sidebar 2 can only be used if sidebar 1 is selected.', 'Avada'), 'id' => 'ppbress_sidebar_2', 'default' => 'None', 'type' => 'select', 'choices' => $sidebar_options), 'bbpress_sidebar_position' => array('label' => esc_html__('Global bbPress/BuddyPress Sidebar Position', 'Avada'), 'description' => esc_html__('Controls the position of sidebar 1 for all bbPress/BuddyPress pages. If sidebar 2 is selected, it will display on the opposite side.', 'Avada'), 'id' => 'bbpress_sidebar_position', 'default' => 'Right', 'type' => 'radio-buttonset', 'choices' => array('Right' => esc_html__('Right', 'Avada'), 'Left' => esc_html__('Left', 'Avada'))))) : array()));
    return $sections;
}
 static function init()
 {
     // Register each sidebar
     $sidebars = sidebar_generator::get_sidebars();
     if (is_array($sidebars)) {
         global $shortname;
         $sidebarName = get_option($shortname . 'sidebarSettings');
         // get name values
         foreach ($sidebars as $key => $value) {
             $id = $key;
             $name = $value['name'];
             $alias = $value['alias'];
             //$sidebar_class = sidebar_generator::name_to_class($name.$id);
             $sidebar_class = sidebar_generator::name_to_class($alias);
             register_sidebar(array('name' => $name, 'id' => "generated_sidebar-{$id}", 'before_widget' => '<div id="%1$s" class="widget scg_widget ' . $sidebar_class . ' %2$s">', 'after_widget' => '</div>', 'before_title' => '<h4 class="widgetTitle">', 'after_title' => '</h4>'));
         }
     }
 }
    public static function admin_page()
    {
        ?>
		<script>
			function remove_sidebar_link(name,num){
				answer = confirm("Are you sure you want to remove " + name + "?\nThis will remove any widgets you have assigned to this sidebar.");
				if(answer){
					//alert('AJAX REMOVE');
					remove_sidebar(name,num);
				}else{
					return false;
				}
			}
			function add_sidebar_link(){
				var sidebar_name = prompt("Sidebar Name:","");
				//alert(sidebar_name);
				add_sidebar(sidebar_name);
			}
		</script>
		<div class="wrap">
			<h2>Sidebar Generator</h2>
			<p>
				The sidebar name is for your use only. It will not be visible to any of your visitors. 
				
			</p>
			<br />
			<div class="add_sidebar">
				<a href="javascript:void(0);" onclick="return add_sidebar_link()" title="Add a sidebar">+ Add Sidebar</a>
			</div>
			<br />
			<table class="widefat page" id="sbg_table" style="width:600px;">
				<tr>
					<th>Name</th>
					<th>CSS class</th>
					<th>Remove</th>
				</tr>
				<?php 
        $sidebars = sidebar_generator::get_sidebars();
        //$sidebars = array('bob','john','mike','asdf');
        if (is_array($sidebars) && !empty($sidebars)) {
            $cnt = 0;
            foreach ($sidebars as $sidebar) {
                $alt = $cnt % 2 == 0 ? 'alternate' : '';
                ?>
				<tr class="<?php 
                echo $alt;
                ?>
">
					<td><?php 
                echo $sidebar;
                ?>
</td>
					<td><?php 
                echo sidebar_generator::name_to_class($sidebar);
                ?>
</td>
					<td><a href="javascript:void(0);" onclick="return remove_sidebar_link('<?php 
                echo $sidebar;
                ?>
',<?php 
                echo $cnt + 1;
                ?>
);" title="Remove this sidebar">remove</a></td>
				</tr>
				<?php 
                $cnt++;
            }
        } else {
            ?>
					<tr>
						<td colspan="3">No Sidebars defined</td>
					</tr>
					<?php 
        }
        ?>
			</table>
			<br /><br />
			
		</div>
		<?php 
    }
    function admin_page()
    {
        ?>
		<script>
			function remove_sidebar_link(name,num){
				answer = confirm("Are you sure you want to remove " + name + "?\nThis will remove any widgets you have assigned to this sidebar.");
				if(answer){
					//alert('AJAX REMOVE');
					remove_sidebar(name,num);
				}else{
					return false;
				}
			}
			function add_sidebar_link(){
				var sidebar_name = prompt("Sidebar Name:","");
				//alert(sidebar_name);
				add_sidebar(sidebar_name);
			}
		</script>
		<div class="wrap">
			<h2>Sidebar Generator</h2>
			<p>
				The sidebar name is for your use only. It will not be visible to any of your visitors. 
				A CSS class is assigned to each of your sidebar, use this styling to customize the sidebars.
			</p>
			<br />
			<div class="add_sidebar">
				<a href="javascript:void(0);" onclick="return add_sidebar_link()" title="Add a sidebar">+ Add Sidebar</a>
			</div>
			<br />
			<table class="widefat page" id="sbg_table" style="width:600px;">
				<tr>
					<th>Name</th>
					<th>CSS class</th>
					<th>Remove</th>
				</tr>
				<?php 
        $sidebars = sidebar_generator::get_sidebars();
        //$sidebars = array('bob','john','mike','asdf');
        if (is_array($sidebars) && !empty($sidebars)) {
            $cnt = 0;
            foreach ($sidebars as $sidebar) {
                $alt = $cnt % 2 == 0 ? 'alternate' : '';
                ?>
				<tr class="<?php 
                echo $alt;
                ?>
">
					<td><?php 
                echo $sidebar;
                ?>
</td>
					<td><?php 
                echo sidebar_generator::name_to_class($sidebar);
                ?>
</td>
					<td><a href="javascript:void(0);" onclick="return remove_sidebar_link('<?php 
                echo $sidebar;
                ?>
',<?php 
                echo $cnt + 1;
                ?>
);" title="Remove this sidebar">remove</a></td>
				</tr>
				<?php 
                $cnt++;
            }
        } else {
            ?>
					<tr>
						<td colspan="3">No Sidebars defined</td>
					</tr>
					<?php 
        }
        ?>
			</table>
			<br /><br />
			<div class="donate">
				<h5>Donate</h5>
				<p>
					Support the further development of this plugin.
				</p>
				<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
				<input type="hidden" name="cmd" value="_s-xclick">
				<input type="hidden" name="hosted_button_id" value="9271055">
				<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
				<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
				</form>

			</div>
		</div>
		<?php 
    }
Example #5
0
    function of_options()
    {

        //Register sidebar options for blog/portfolio/woocommerce category/archive pages
        global $wp_registered_sidebars;
        $sidebar_options[] = 'None';
        for($i=0;$i<1;$i++){
            $sidebars = $wp_registered_sidebars;// sidebar_generator::get_sidebars();
            //var_dump($sidebars);
            if(is_array($sidebars) && !empty($sidebars)){
                foreach($sidebars as $sidebar){
                    $sidebar_options[] = $sidebar['name'];
                }
            }
            $sidebars = sidebar_generator::get_sidebars();
            if(is_array($sidebars) && !empty($sidebars)){
                foreach($sidebars as $key => $value){
                    $sidebar_options[] = $value;
                }
            }
        }

        //Access the WordPress Categories via an Array
        $of_categories = array();
        $of_categories_obj = get_categories('hide_empty=0');
        foreach ($of_categories_obj as $of_cat) {
            $of_categories[$of_cat->cat_ID] = $of_cat->cat_name;}
        $categories_tmp = array_unshift($of_categories, "Select a category:");

        //Access the WordPress Pages via an Array
        $functionof_pages = array();
        $of_pages_obj = get_pages('sort_column=post_parent,menu_order');
        if($of_pages_obj):
            foreach ($of_pages_obj as $of_page) {
                $of_pages[$of_page->ID] = $of_page->post_name; }
            $of_pages_tmp = array_unshift($of_pages, "Select a page:");
        endif;

        //Testing
        $of_options_select = array("one","two","three","four","five");
        $of_options_radio = array("one" => "One","two" => "Two","three" => "Three","four" => "Four","five" => "Five");

        //Sample Homepage blocks for the layout manager (sorter)
        $of_options_homepage_blocks = array
        (
            "disabled" => array (
                "placebo" 		=> "placebo", //REQUIRED!
                "block_one"		=> "Block One",
                "block_two"		=> "Block Two",
                "block_three"	=> "Block Three",
            ),
            "enabled" => array (
                "placebo" => "placebo", //REQUIRED!
                "block_four"	=> "Block Four",
            ),
        );


        //Stylesheets Reader
        $alt_stylesheet_path = LAYOUT_PATH;
        $alt_stylesheets = array();

        if ( is_dir($alt_stylesheet_path) )
        {
            if ($alt_stylesheet_dir = opendir($alt_stylesheet_path) )
            {
                while ( ($alt_stylesheet_file = readdir($alt_stylesheet_dir)) !== false )
                {
                    if(stristr($alt_stylesheet_file, ".css") !== false)
                    {
                        $alt_stylesheets[] = $alt_stylesheet_file;
                    }
                }
            }
        }


        //Background Images Reader
        $bg_images_path = STYLESHEETPATH. '/images/bg/'; // change this to where you store your bg images
        $bg_images_url = get_bloginfo('template_url').'/images/bg/'; // change this to where you store your bg images
        $bg_images = array();

        if ( is_dir($bg_images_path) ) {
            if ($bg_images_dir = opendir($bg_images_path) ) {
                while ( ($bg_images_file = readdir($bg_images_dir)) !== false ) {
                    if(stristr($bg_images_file, ".png") !== false || stristr($bg_images_file, ".jpg") !== false) {
                        $bg_images[] = $bg_images_url . $bg_images_file;
                    }
                }
            }
        }


        /*-----------------------------------------------------------------------------------*/
        /* TO DO: Add options/functions that use these */
        /*-----------------------------------------------------------------------------------*/

        //More Options
        $uploads_arr = wp_upload_dir();
        $all_uploads_path = $uploads_arr['path'];
        $all_uploads = get_option('of_uploads');
        $other_entries = array("Select a number:","1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19");
        $body_repeat = array("no-repeat","repeat-x","repeat-y","repeat");
        $body_pos = array("top left","top center","top right","center left","center center","center right","bottom left","bottom center","bottom right");

        // Image Alignment radio box
        $of_options_thumb_align = array("alignleft" => "Left","alignright" => "Right","aligncenter" => "Center");

        // Image Links to Options
        $of_options_image_link_to = array("image" => "The Image","post" => "The Post");

        $font_sizes = 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',
        );

        $google_fonts = 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",
            "Alegreya Sans" => "Alegreya Sans",
            "Alegreya Sans SC" => "Alegreya Sans 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",
            "Exo 2" => "Exo 2",
            "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",
            "Kantumruy" => "Kantumruy",
            "Karla" => "Karla",
            "Kaushan Script" => "Kaushan Script",
            "Kavoon" => "Kavoon",
            "Kdam Thmor" => "Kdam Thmor",
            "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",
        );

        /*-----------------------------------------------------------------------------------*/
        /* The Options Array */
        /*-----------------------------------------------------------------------------------*/

// Set the Options Array
        global $of_options;
        $of_options = array();

        $of_options[] = array( "name" => "General",
            "type" => "heading");

        $of_options[] = array( "name" => "Import Demo Content",
            "desc" => "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.",
            "id" => "demo_data",
            "std" => admin_url('themes.php?page=optionsframework') . "&import_data_content=true",
            "btntext" => 'Import Demo Content',
            "type" => "button");

        $of_options[] = array( "name" => "Responsive",
            "desc" => "",
            "id" => "responsive",
            "std" => "<h3 style='margin: 0;'>Responsive Options</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Responsive Design",
            "desc" => "Check this box to use the responsive design features. If left unchecked then the fixed layout is used.",
            "id" => "responsive",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Use Fixed Layout for iPad Portrait",
            "desc" => "Check this box to use the fixed layout for the iPad in portrait view.",
            "id" => "ipad_potrait",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Code",
            "desc" => "",
            "id" => "code",
            "std" => "<h3 style='margin: 0;'>Tracking / Space Before Head / Space Before Body Code</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Tracking Code",
            "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",
            "std" => "",
            "type" => "textarea");

        $of_options[] = array( "name" => "Space before &lt;/head&gt;",
            "desc" => "Add code before the &lt;/head&gt; tag.",
            "id" => "space_head",
            "std" => "",
            "type" => "textarea");

        $of_options[] = array( "name" => "Space before &lt;/body&gt;",
            "desc" => "Add code before the &lt;/body&gt; tag.",
            "id" => "space_body",
            "std" => "",
            "type" => "textarea");

        $of_options[] = array( "name" => "Header",
            "type" => "heading");

        $of_options[] = array( "name" => "Header Info",
            "desc" => "",
            "id" => "header_info",
            "std" => "<h3 style='margin: 0;'>Header Content Options</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Select a Header Layout",
            "desc" => "",
            "id" => "header_layout",
            "std" => "v1",
            "type" => "images",
            "options" => array(
                "v1" => get_bloginfo('template_directory')."/images/patterns/header1.jpg",
                "v2" => get_bloginfo('template_directory')."/images/patterns/header2.jpg",
                "v3" => get_bloginfo('template_directory')."/images/patterns/header3.jpg",
                "v4" => get_bloginfo('template_directory')."/images/patterns/header4.jpg",
                "v5" => get_bloginfo('template_directory')."/images/patterns/header5.jpg"
            ));

        $of_options[] = array( "name" => "Header Top Left Content",
            "desc" => "Select which content displays in the top left area of the header.",
            "id" => "header_left_content",
            "std" => "Contact Info",
            "type" => "select",
            "options" => array('contactinfo' => 'Contact Info', 'socialinks' => 'Social Links', 'nav' => 'Navigation', 'empty' => 'Leave Empty'));

        $of_options[] = array( "name" => "Header Top Right Content",
            "desc" => "Select which content displays in the top right area of the header.",
            "id" => "header_right_content",
            "std" => "Navigation",
            "type" => "select",
            "options" => array('contactinfo' => 'Contact Info', 'socialinks' => 'Social Links', 'nav' => 'Navigation', 'empty' => 'Leave Empty'));

        $of_options[] = array( "name" => "Header Content Area For Header #4",
            "desc" => "Select which content displays in the right area of Header 4.",
            "id" => "header_v4_content",
            "std" => "Tagline + Search",
            "type" => "select",
            "options" => array('tagline' => 'Tagline', 'search' => 'Search', 'taglinesearch' => 'Tagline + Search', 'banner' => 'Banner'));

        $of_options[] = array( "name" => "Banner Code For Header #4",
            "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",
            "std" => '',
            "type" => "textarea");

        $of_options[] = array( "name" => "Header Phone Number",
            "desc" => "Phone number will display in the Contact Info section of your top header.",
            "id" => "header_number",
            "std" => "Call Us Today! 1.555.555.555",
            "type" => "text");

        $of_options[] = array( "name" => "Header Email Address",
            "desc" => "Email address will display in the Contact Info section of your top header.",
            "id" => "header_email",
            "std" => "*****@*****.**",
            "type" => "text");

        $of_options[] = array( "name" => "Header Tagline",
            "desc" => "Tagline will display on Header 4 as long as you have Tagline selected for the Header Content Area For Header #4 option above.",
            "id" => "header_tagline",
            "std" => "Insert Any Headline Or Link You Want Here",
            "type" => "text");

        $of_options[] = array( "name" => "Background Image For Header Area",
            "desc" => "Select an image or insert an image url to use for the header background.",
            "id" => "header_bg_image",
            "std" => "",
            "mod" => "",
            "type" => "media");

        $of_options[] = array( "name" => "100% Background Image",
            "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",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Parallax Background Image",
            "desc" => "Check this box to enable parallax background image when scrolling.",
            "id" => "header_bg_parallax",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Background Repeat",
            "desc" => "Select how the background image repeats.",
            "id" => "header_bg_repeat",
            "std" => "",
            "type" => "select",
            "options" => array('repeat' => 'repeat', 'repeat-x' => 'repeat-x', 'repeat-y' => 'repeat-y', 'no-repeat' => 'no-repeat'));

        $of_options[] = array( "name" => "Open social icons on header in a new window",
            "desc" => "Select the checkbox to allow social icons to open in a new window.",
            "id" => "icons_header_new",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Header Top Margin",
            "desc" => "In pixels, ex: 10px",
            "id" => "margin_header_top",
            "std" => "0px",
            "type" => "text");

        $of_options[] = array( "name" => "Header Bottom Margin",
            "desc" => "In pixels, ex: 10px",
            "id" => "margin_header_bottom",
            "std" => "0px",
            "type" => "text");

        $of_options[] = array( "name" => "Sticky Header Info",
            "desc" => "",
            "id" => "sticky_header_info",
            "std" => "<h3 style='margin: 0;'>Sticky Header Options</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Enable Sticky Header",
            "desc" => "Check to enable a fixed header when scrolling, uncheck to disable.",
            "id" => "header_sticky",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Enable Sticky Header on Tablets",
            "desc" => "Check to enable a fixed header when scrolling on tablets, uncheck to disable.",
            "id" => "header_sticky_tablet",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Enable Sticky Header on Mobiles",
            "desc" => "Check to enable a fixed header when scrolling on mobiles, uncheck to disable.",
            "id" => "header_sticky_mobile",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Sticky Header Opacity",
            "desc" => "Set the opacity of background, <br />0.1 (lowest) to 1 (highest).",
            "id" => "header_sticky_opacity",
            "std" => "0.97",
            "type" => "text");

        $of_options[] = array( "name" => "Sticky Header Menu Item Padding",
            "desc" => "Controls the space between each menu item in the sticky header. Use a number without 'px', default is 35. ex: 35",
            "id" => "header_sticky_nav_padding",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Sticky Header Navigation Font Size",
            "desc" => "Controls the font size of the menu items in the sticky header. Use a number without 'px', default is 14. ex: 14",
            "id" => "header_sticky_nav_font_size",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Sticky Header Logo Width",
            "desc" => "Controls the max-width of the sticky header logo. If your logo is too large and does not allow the menu to fit on one line, then use this option and insert a smaller width for your logo. ex: 120",
            "id" => "header_sticky_logo_max_width",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Logo",
            "type" => "heading");

        $of_options[] = array( "name" => "Header Info",
            "desc" => "",
            "id" => "header_info",
            "std" => "<h3 style='margin: 0;'>Logo Options</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Logo",
            "desc" => "Select an image file for your logo.",
            "id" => "logo",
            "std" => get_bloginfo('template_directory')."/images/logo.png",
            "mod" => "",
            "type" => "media");

        $of_options[] = array( "name" => "Logo (Retina Version @2x)",
            "desc" => "Select an image file for the retina version of the logo. It should be exactly 2x the size of main logo.",
            "id" => "logo_retina",
            "std" => "",
            "mod" => "",
            "type" => "media");

        $of_options[] = array( "name" => "Standard Logo Width for Retina Logo",
            "desc" => "If retina logo is uploaded, enter the standard logo (1x) version width, do not enter the retina logo width.",
            "id" => "retina_logo_width",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Standard Logo Height for Retina Logo",
            "desc" => "If retina logo is uploaded, enter the standard logo (1x) version height, do not enter the retina logo height.",
            "id" => "retina_logo_height",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Logo Alignment",
            "desc" => "Note: center only works on Header 5.",
            "id" => "logo_alignment",
            "std" => "Left",
            "type" => "select",
            "options" => array('left' => 'Left', 'center' => 'Center', 'right' => 'Right',));

        $of_options[] = array( "name" => "Logo Left Margin",
            "desc" => "In pixels, ex: 10px",
            "id" => "margin_logo_left",
            "std" => "0px",
            "type" => "text");

        $of_options[] = array( "name" => "Logo Right Margin",
            "desc" => "In pixels, ex: 10px",
            "id" => "margin_logo_right",
            "std" => "0px",
            "type" => "text");

        $of_options[] = array( "name" => "Logo Top Margin",
            "desc" => "In pixels, ex: 10px",
            "id" => "margin_logo_top",
            "std" => "31px",
            "type" => "text");

        $of_options[] = array( "name" => "Logo Bottom Margin",
            "desc" => "In pixels, ex: 10px",
            "id" => "margin_logo_bottom",
            "std" => "31px",
            "type" => "text");

        $of_options[] = array( "name" => "Favicon Options",
            "desc" => "",
            "id" => "favicons",
            "std" => "<h3 style='margin: 0;'>Favicon Options</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Favicon",
            "desc" => "Favicon for your website (16px x 16px).",
            "id" => "favicon",
            "std" => "",
            "type" => "upload");

        $of_options[] = array( "name" => "Apple iPhone Icon Upload",
            "desc" => "Favicon for Apple iPhone (57px x 57px).",
            "id" => "iphone_icon",
            "std" => "",
            "type" => "upload");

        $of_options[] = array( "name" => "Apple iPhone Retina Icon Upload",
            "desc" => "Favicon for Apple iPhone Retina Version (114px x 114px).",
            "id" => "iphone_icon_retina",
            "std" => "",
            "type" => "upload");

        $of_options[] = array( "name" => "Apple iPad Icon Upload",
            "desc" => "Favicon for Apple iPad (72px x 72px).",
            "id" => "ipad_icon",
            "std" => "",
            "type" => "upload");

        $of_options[] = array( "name" => "Apple iPad Retina Icon Upload",
            "desc" => "Favicon for Apple iPad Retina Version (144px x 144px).",
            "id" => "ipad_icon_retina",
            "std" => "",
            "type" => "upload");

        $of_options[] = array( "name" => "Menu",
            "type" => "heading");

        $of_options[] = array( "name" => "Header Info",
            "desc" => "",
            "id" => "header_info",
            "std" => "<h3 style='margin: 0;'>Menu Options</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Main Nav Height",
            "desc" => "Use a number without 'px', default is 83. ex: 83",
            "id" => "nav_height",
            "std" => "83",
            "type" => "text");

        $of_options[] = array( "name" => "Menu Item Padding",
            "desc" => "Use a number without 'px', default is 35. ex: 35",
            "id" => "nav_padding",
            "std" => "35",
            "type" => "text");

        $of_options[] = array( "name" => "Dropdown Menu Width",
            "desc" => "In pixels, ex: 170px",
            "id" => "dropdown_menu_width",
            "std" => "170px",
            "type" => "text");

        $of_options[] = array( "name" => "Show Search Icon in Main Nav?",
            "desc" => "Check to enable the search icon in the menu, uncheck to disable.",
            "id" => "main_nav_search_icon",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Enable Circle Border On Menu Icons",
            "desc" => "Check to enable a circle border on the main menu cart and search icons.",
            "id" => "main_nav_icon_circle",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Page Title Bar",
            "type" => "heading");

 		$of_options[] = array( "name" => "Header Info",
            "desc" => "",
            "id" => "header_info",
            "std" => "<h3 style='margin: 0;'>Page Title Bar Options</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Page Title Bar",
            "desc" => "Check the box to show the page title bar. This is a global option for every page or post, and this can be overridden by individual page/post options.",
            "id" => "page_title_bar",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Page Title Bar Height",
            "desc" => "In pixels, ex: 10px",
            "id" => "page_title_height",
            "std" => "87px",
            "type" => "text");

        $of_options[] = array( "name" => "Page Title Bar Background",
            "desc" => "Select an image or insert an image url to use for the page title bar background.",
            "id" => "page_title_bg",
            "std" => get_bloginfo('template_directory')."/images/page_title_bg.png",
            "mod" => "",
            "type" => "media");

        $of_options[] = array( "name" => "Page Title Bar Background (Retina Version @2x)",
            "desc" => "Select an image or insert an image url to use for the retina page title bar background.",
            "id" => "page_title_bg_retina",
            "std" => "",
            "mod" => "",
            "type" => "media");

        $of_options[] = array( "name" => "100% Background Image",
            "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",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Parallax Background Image",
            "desc" => "Check to enable parallax background image when scrolling.",
            "id" => "page_title_bg_parallax",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Page Title Bar Background Color",
            "desc" => "Select a color for the page title bar background.",
            "id" => "page_title_bg_color",
            "std" => "#F6F6F6",
            "type" => "color");

        $of_options[] = array( "name" =>  "Page Title Bar Borders Color",
            "desc" => "Select a color for the page title bar borders.",
            "id" => "page_title_border_color",
            "std" => "#d2d3d4",
            "type" => "color");

        $of_options[] = array( "name" => "Header Info",
            "desc" => "",
            "id" => "header_info",
            "std" => "<h3 style='margin: 0;'>Breadcrumb Options</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Breadcrumbs or Search Box?",
            "desc" => "Choose to display breadcrumbs or search box in the page title bar.",
            "id" => "page_title_bar_bs",
            "std" => "Breadcrumbs",
            "options" => array('breadcrumbs' => 'Breadcrumbs', 'search' => 'Search Box'),
            "type" => "select");

        $of_options[] = array( "name" => "Breadcrumbs/Search Bar:",
            "desc" => "Check to display the breadcrumbs or search bar in general. Uncheck to hide them.",
            "id" => "breadcrumb",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Breadcrumb on Mobile Devices",
            "desc" => "Check to display breadcrumbs on mobile devices.",
            "id" => "breadcrumb_mobile",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Breadcrumb Menu Prefix",
            "desc" => "The text before the breadcrumb menu.",
            "id" => "breacrumb_prefix",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Sliding Bar",
            "type" => "heading");

        $of_options[] = array( "name" => "Sliding Bar",
            "desc" => "",
            "id" => "sliding_bar",
            "std" => "<h3 style='margin: 0;'>Sliding Bar Options</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Enable Sliding Bar",
            "desc" => "Check to enable the top Sliding Bar.",
            "id" => "slidingbar_widgets",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable Sliding Bar On Mobile",
            "desc" => "Check to disable the top Sliding Bar on mobile devices.",
            "id" => "mobile_slidingbar_widgets",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Enable Top Border on Sliding Bar",
            "desc" => "Check to enable a top border on the Sliding Bar.",
            "id" => "slidingbar_top_border",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Enable Transparency on the Sliding Bar",
            "desc" => "Check the box to enable transparency on the Sliding Bar.",
            "id" => "slidingbar_bg_color_transparency",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Sliding Bar Open On Page Load",
            "desc" => "Check the box to have the sliding bar open when the page loads.",
            "id" => "slidingbar_open_on_load",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Number of Sliding Bar Columns",
            "desc" => "Select the number of columns to display in the Sliding Bar.",
            "id" => "slidingbar_widgets_columns",
            "std" => "4",
            "options" => array('1' => '1', '2' => '2', '3' => '3', '4' => '4'),
            "type" => "select");

        $of_options[] = array( "name" => "Footer",
            "type" => "heading");

        $of_options[] = array( "name" => "Footer Widgets Area",
            "desc" => "",
            "id" => "footer_widgets_area_title",
            "std" => "<h3 style='margin: 0;'>Footer Widgets Area Options</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Footer Widgets",
            "desc" => "Check the box to display footer widgets.",
            "id" => "footer_widgets",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Number of Footer Columns",
            "desc" => "Select the number of columns to display in the footer.",
            "id" => "footer_widgets_columns",
            "std" => "4",
            "options" => array('1' => '1', '2' => '2', '3' => '3', '4' => '4'),
            "type" => "select");

        $of_options[] = array( "name" => "Background Image For Footer Area",
            "desc" => "Select an image or insert an image url to use for the footer widget area backgroud.",
            "id" => "footerw_bg_image",
            "std" => "",
            "mod" => "",
            "type" => "media");

        $of_options[] = array( "name" => "100% Background Image",
            "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",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Parallax Background Image",
            "desc" => "Check to enable parallax background image when scrolling.",
            "id" => "footer_area_bg_parallax",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Background Repeat",
            "desc" => "Select how the background image repeats.",
            "id" => "footerw_bg_repeat",
            "std" => "",
            "type" => "select",
            "options" => array('repeat' => 'repeat', 'repeat-x' => 'repeat-x', 'repeat-y' => 'repeat-y', 'no-repeat' => 'no-repeat'));

        $of_options[] = array( "name" => "Background Position",
            "desc" => "Select the position from where background image starts.",
            "id" => "footerw_bg_pos",
            "std" => "center center",
            "type" => "select",
            "options" => $body_pos);

        $of_options[] = array( "name" => "Footer Top Padding",
            "desc" => "In pixels, ex: 20px",
            "id" => "footer_area_top_padding",
            "std" => "43px",
            "type" => "text");

        $of_options[] = array( "name" => "Footer Bottom Padding",
            "desc" => "In pixels, ex: 20px",
            "id" => "footer_area_bottom_padding",
            "std" => "40px",
            "type" => "text");

        $of_options[] = array( "name" => "Copyright Area / Social Icon Options",
            "desc" => "",
            "id" => "copyright_area_title",
            "std" => "<h3 style='margin: 0;'>Copyright Options</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Copyright Bar",
            "desc" => "Check the box to display the copyright bar.",
            "id" => "footer_copyright",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Copyright Text",
            "desc" => "Enter the text that displays in the copyright bar. HTML markup can be used.",
            "id" => "footer_text",
            "std" => 'Copyright 2012 Avada | All Rights Reserved | Powered by <a href="http://wordpress.org">WordPress</a>  |  <a href="http://theme-fusion.com">Theme Fusion</a>',
            "type" => "textarea");

        $of_options[] = array( "name" => "Display Social Icons on Footer of the Page",
            "desc" => "Select the checkbox to show social media icons on the footer of the page.",
            "id" => "icons_footer",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Open Social Icons on Footer in a New Window",
            "desc" => "Select the checkbox to allow social icons to open in a new window.",
            "id" => "icons_footer_new",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Copyright Top Padding",
            "desc" => "In pixels, ex: 18px",
            "id" => "copyright_top_padding",
            "std" => "18px",
            "type" => "text");

        $of_options[] = array( "name" => "Copyright Bottom Padding",
            "desc" => "In pixels, ex: 8px",
            "id" => "copyright_bottom_padding",
            "std" => "8px",
            "type" => "text");

        $of_options[] = array( "name" => "Background",
            "type" => "heading");

        $of_options[] = array( "name" => "Layout",
            "desc" => "Select boxed or wide layout.",
            "id" => "layout",
            "std" => "Wide",
            "type" => "select",
            "options" => array(
                'boxed' => 'Boxed',
                'wide' => 'Wide',
            ));

        $of_options[] = array( "name" => "Boxed Mode Only",
            "desc" => "",
            "id" => "boxed_mode_only",
            "std" => "<h3 style='margin: 0;'>Background options below only work in boxed mode</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Background Image For Outer Areas In Boxed Mode",
            "desc" => "Select an image or insert an image url to use for the backgroud.",
            "id" => "bg_image",
            "std" => "",
            "mod" => "",
            "type" => "media");

        $of_options[] = array( "name" => "100% Background Image",
            "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",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Background Repeat",
            "desc" => "Select how the background image repeats.",
            "id" => "bg_repeat",
            "std" => "",
            "type" => "select",
            "options" => array('repeat' => 'repeat', 'repeat-x' => 'repeat-x', 'repeat-y' => 'repeat-y', 'no-repeat' => 'no-repeat'));

        $of_options[] = array( "name" =>  "Background Color",
            "desc" => "Select a background color.",
            "id" => "bg_color",
            "std" => "#d7d6d6",
            "type" => "color");

        $of_options[] = array( "name" => "Background Pattern",
            "desc" => "Check the box to display a pattern in the background. If checked, select the pattern from below.",
            "id" => "bg_pattern_option",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Select a Background Pattern",
            "desc" => "",
            "id" => "bg_pattern",
            "std" => "pattern1",
            "type" => "images",
            "options" => array(
                "pattern1" => get_bloginfo('template_directory')."/images/patterns/pattern1.png",
                "pattern2" => get_bloginfo('template_directory')."/images/patterns/pattern2.png",
                "pattern3" => get_bloginfo('template_directory')."/images/patterns/pattern3.png",
                "pattern4" => get_bloginfo('template_directory')."/images/patterns/pattern4.png",
                "pattern5" => get_bloginfo('template_directory')."/images/patterns/pattern5.png",
                "pattern6" => get_bloginfo('template_directory')."/images/patterns/pattern6.png",
                "pattern7" => get_bloginfo('template_directory')."/images/patterns/pattern7.png",
                "pattern8" => get_bloginfo('template_directory')."/images/patterns/pattern8.png",
                "pattern9" => get_bloginfo('template_directory')."/images/patterns/pattern9.png",
                "pattern10" => get_bloginfo('template_directory')."/images/patterns/pattern10.png",
            ));

        $of_options[] = array( "name" => "Both Modes",
            "desc" => "",
            "id" => "both_modes_only",
            "std" => "<h3 style='margin: 0;'>Background Options Below Work For Boxed & Wide Mode</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Background Image For Main Content Area",
            "desc" => "Select an image or insert an image url to use for the main content area backgroud.",
            "id" => "content_bg_image",
            "std" => "",
            "mod" => "",
            "type" => "media");

        $of_options[] = array( "name" => "100% Background Image",
            "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",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Background Repeat",
            "desc" => "Select how the background image repeats.",
            "id" => "content_bg_repeat",
            "std" => "",
            "type" => "select",
            "options" => array('repeat' => 'repeat', 'repeat-x' => 'repeat-x', 'repeat-y' => 'repeat-y', 'no-repeat' => 'no-repeat'));

        $of_options[] = array( "name" => "Typography",
            "type" => "heading");

        $of_options[] = array( "name" => "Custom Nav / Headings Font",
            "desc" => "",
            "id" => "custom_heading_font",
            "std" => "<h3 style='margin: 0;''>Custom Font Is Only for menus and headings.</h3><p style='margin-bottom:0;'>This will overwrite the google / standard font options if custom font files are uploaded.</p>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Custom Font .woff",
            "desc" => "Upload the .woff font file.",
            "id" => "custom_font_woff",
            "std" => "",
            "type" => "upload");

        $of_options[] = array( "name" => "Custom Font .ttf",
            "desc" => "Upload the .ttf font file.",
            "id" => "custom_font_ttf",
            "std" => "",
            "type" => "upload");

        $of_options[] = array( "name" => "Custom Font .svg",
            "desc" => "Upload the .svg font file.",
            "id" => "custom_font_svg",
            "std" => "",
            "type" => "upload");

        $of_options[] = array( "name" => "Custom Font .eot",
            "desc" => "Upload the .eot font file.",
            "id" => "custom_font_eot",
            "std" => "",
            "type" => "upload");

        $of_options[] = array( "name" => "Google Fonts",
            "desc" => "",
            "id" => "google_fonts_intro",
            "std" => "<h3 style='margin: 0;''>Google Fonts</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Select Body Font Family",
            "desc" => "Select a font family for body text",
            "id" => "google_body",
            "std" => "PT Sans",
            "type" => "select",
            "options" => $google_fonts);

        $of_options[] = array( "name" => "Select Menu Font",
            "desc" => "Select a font family for navigation",
            "id" => "google_nav",
            "std" => "Antic Slab",
            "type" => "select",
            "options" => $google_fonts);

        $of_options[] = array( "name" => "Select Headings Font",
            "desc" => "Select a font family for headings",
            "id" => "google_headings",
            "std" => "Antic Slab",
            "type" => "select",
            "options" => $google_fonts);

        $of_options[] = array( "name" => "Select Footer Headings Font",
            "desc" => "Select a font family for footer headings",
            "id" => "google_footer_headings",
            "std" => "Antic Slab",
            "type" => "select",
            "options" => $google_fonts);

        $of_options[] = array( "name" => "Standard Fonts",
            "desc" => "",
            "id" => "standard_fonts_intro",
            "std" => "<h3 style='margin: 0; margin-bottom:10px;''>Standards</h3>If you have a Google Font selected above, it will override the standard font.",
            "icon" => true,
            "type" => "info");

        $standard_fonts = 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"
        );

        $of_options[] = array( "name" => "Select Body Font Family",
            "desc" => "Select a font family for body text",
            "id" => "standard_body",
            "std" => "",
            "type" => "select",
            "options" => $standard_fonts);

        $of_options[] = array( "name" => "Select Menu Font Family",
            "desc" => "Select a font family for menu / navigation",
            "id" => "standard_nav",
            "std" => "",
            "type" => "select",
            "options" => $standard_fonts);

        $of_options[] = array( "name" => "Select Headings Font Family",
            "desc" => "Select a font family for headings",
            "id" => "standard_headings",
            "std" => "",
            "type" => "select",
            "options" => $standard_fonts);

        $of_options[] = array( "name" => "Select Footer Headings Font Family",
            "desc" => "Select a font family for footer headings",
            "id" => "standard_footer_headings",
            "std" => "",
            "type" => "select",
            "options" => $standard_fonts);

        $of_options[] = array( "name" => "Standard Fonts",
            "desc" => "",
            "id" => "font_size_intro",
            "std" => "<h3 style='margin: 0;'>Font Sizes</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Body Font Size",
            "desc" => "In pixels, default is 13",
            "id" => "body_font_size",
            "std" => "13",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" => "Main Menu Font Size",
            "desc" => "In pixels, default is 14",
            "id" => "nav_font_size",
            "std" => "14",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" => "Main Menu Dropdown Font Size",
            "desc" => "In pixels, default is 13",
            "id" => "nav_dropdown_font_size",
            "std" => "13",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" => "Secondary Menu & Top Contact Info Font Size",
            "desc" => "In pixels, default is 12",
            "id" => "snav_font_size",
            "std" => "12",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" => "Side Menu Font Size",
            "desc" => "In pixels, default is 14",
            "id" => "side_nav_font_size",
            "std" => "14",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" => "Breadcrumbs Font Size",
            "desc" => "In pixels, default is 10",
            "id" => "breadcrumbs_font_size",
            "std" => "10",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" => "Sidebar Widget Heading Font Size",
            "desc" => "In pixels, default is 13",
            "id" => "sidew_font_size",
            "std" => "13",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" => "Sliding Bar Widget Heading Font Size",
            "desc" => "In pixels, default is 13",
            "id" => "slidingbar_font_size",
            "std" => "13",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" => "Footer Widget Heading Font Size",
            "desc" => "In pixels, default is 13",
            "id" => "footw_font_size",
            "std" => "13",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" => "Copyright Font Size",
            "desc" => "In pixels, default is 12",
            "id" => "copyright_font_size",
            "std" => "12",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" => "Heading Font Size H1",
            "desc" => "In pixels, default is 32",
            "id" => "h1_font_size",
            "std" => "32",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" => "Heading Font Size H2",
            "desc" => "In pixels, default is 18",
            "id" => "h2_font_size",
            "std" => "18",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" => "Heading Font Size H3",
            "desc" => "In pixels, default is 16",
            "id" => "h3_font_size",
            "std" => "16",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" => "Heading Font Size H4",
            "desc" => "In pixels, default is 13",
            "id" => "h4_font_size",
            "std" => "13",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" => "Heading Font Size H5",
            "desc" => "In pixels, default is 12",
            "id" => "h5_font_size",
            "std" => "12",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" => "Heading Font Size H6",
            "desc" => "In pixels, default is 11",
            "id" => "h6_font_size",
            "std" => "11",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" =>  "Header Tagline Font Size",
            "desc" => "In pixels, default is 16",
            "id" => "tagline_font_size",
            "std" => "16",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" =>  "Page Title Font Size",
            "desc" => "In pixels, default is 18",
            "id" => "page_title_font_size",
            "std" => "18",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" =>  "Page Title Subheader Font Size",
            "desc" => "In pixels, default is 14",
            "id" => "page_title_subheader_font_size",
            "std" => "14",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" => "Custom Nav / Headings Font",
            "desc" => "",
            "id" => "custom_heading_font",
            "std" => "<h3 style='margin: 0;''>Font Line Heights</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Body Font Line Height",
            "desc" => "In pixels, default is 20",
            "id" => "body_font_lh",
            "std" => "20",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" => "Heading Font Line Height H1",
            "desc" => "In pixels, default is 48",
            "id" => "h1_font_lh",
            "std" => "48",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" => "Heading Font Line Height H2",
            "desc" => "In pixels, default is 27",
            "id" => "h2_font_lh",
            "std" => "27",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" => "Heading Font Line Height H3",
            "desc" => "In pixels, default is 24",
            "id" => "h3_font_lh",
            "std" => "24",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" => "Heading Font Line Height H4",
            "desc" => "In pixels, default is 20",
            "id" => "h4_font_lh",
            "std" => "20",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" => "Heading Font Line Height H5",
            "desc" => "In pixels, default is 18",
            "id" => "h5_font_lh",
            "std" => "18",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" => "Heading Font Line Height H6",
            "desc" => "In pixels, default is 17",
            "id" => "h6_font_lh",
            "std" => "17",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" => "Styling",
            "type" => "heading");

        $of_options[] = array( "name" => "Select Theme Skin",
            "desc" => "Select a skin, all color options will automatically change to the defined skin.",
            "id" => "scheme_type",
            "std" => "Light",
            "type" => "select",
            "options" => array('light' => 'Light', 'dark' => 'Dark'));

        $of_options[] = array( "name" => "Predefined Color Scheme",
            "desc" => "Select a scheme, all color options will automatically change to the defined scheme.",
            "id" => "color_scheme",
            "std" => "Green",
            "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'));

        $of_options[] = array( "name" => "Custom Color Scheme",
            "desc" => "",
            "id" => "custom_color_scheme_bg",
            "std" => "<h3 style='margin: 0;'>Background Colors</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" =>  "Primary Color",
            "desc" => "Controls several items, ex: link hovers, highlights, and more.",
            "id" => "primary_color",
            "std" => "#a0ce4e",
            "type" => "color");

        $of_options[] = array( "name" =>  "Sliding Bar Background Color",
            "desc" => "Controls the color of the top sliding bar.",
            "id" => "slidingbar_bg_color",
            "std" => "#363839",
            "type" => "color");

        $of_options[] = array( "name" =>  "Sticky Header Background Color",
            "desc" => "Controls the background color for the sticky header.",
            "id" => "header_sticky_bg_color",
            "std" => "#ffffff",
            "type" => "color");

        $of_options[] = array( "name" =>  "Header Background Color",
            "desc" => "Controls the background color for the header.",
            "id" => "header_bg_color",
            "std" => "#ffffff",
            "type" => "color");

        $of_options[] = array( "name" => "Header Border Color",
            "desc" => "Controls the border colors for the header.",
            "id" => "header_border_color",
            "std" => "#e5e5e5",
            "type" => "color");

        $of_options[] = array( "name" =>  "Header Top Background Color",
            "desc" => "Controls the background color of the top header section used in Headers 2-5.",
            "id" => "header_top_bg_color",
            "std" => "#a0ce4e",
            "type" => "color");

        $of_options[] = array( "name" =>  "Content Background Color",
            "desc" => "Controls the background color of the main content area.",
            "id" => "content_bg_color",
            "std" => "#ffffff",
            "type" => "color");

        $of_options[] = array( "name" =>  "Footer Background Color",
            "desc" => "Controls the background color of the footer.",
            "id" => "footer_bg_color",
            "std" => "#363839",
            "type" => "color");

        $of_options[] = array( "name" =>  "Footer Border Color",
            "desc" => "Controls the border colors for the footer.",
            "id" => "footer_border_color",
            "std" => "#e9eaee",
            "type" => "color");

        $of_options[] = array( "name" =>  "Copyright Background Color",
            "desc" => "Controls the background color of the footer copyright.",
            "id" => "copyright_bg_color",
            "std" => "#282a2b",
            "type" => "color");

        $of_options[] = array( "name" =>  "Copyright Border Color",
            "desc" => "Controls the border colors for the footer copyright.",
            "id" => "copyright_border_color",
            "std" => "#4b4c4d",
            "type" => "color");

        $of_options[] = array( "name" => "Custom Color Scheme",
            "desc" => "",
            "id" => "custom_color_scheme_element",
            "std" => "<h3 style='margin: 0;'>Element Colors</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" =>  "Rollover Image Gradient Top Color",
            "desc" => "Controls the top color of the image rollover gradients.",
            "id" => "image_gradient_top_color",
            "std" => "#D1E990",
            "type" => "color");

        $of_options[] = array( "name" =>  "Rollover Image Gradient Bottom Color",
            "desc" => "Controls the bottom color of the image rollover gradients.",
            "id" => "image_gradient_bottom_color",
            "std" => "#AAD75B",
            "type" => "color");

        $of_options[] = array( "name" =>  "Button Gradient Top Color",
            "desc" => "Controls the top color of the button gradients.",
            "id" => "button_gradient_top_color",
            "std" => "#D1E990",
            "type" => "color");

        $of_options[] = array( "name" =>  "Button Gradient Bottom Color",
            "desc" => "Controls the bottom color of the button gradients.",
            "id" => "button_gradient_bottom_color",
            "std" => "#AAD75B",
            "type" => "color");

        $of_options[] = array( "name" =>  "Sliding Bar Item Divider Color",
            "desc" => "Controls the divider color in the sliding bar.",
            "id" => "slidingbar_divider_color",
            "std" => "#282A2B",
            "type" => "color");

        $of_options[] = array( "name" =>  "Footer Widget Divider Color",
            "desc" => "Controls the divider color in the footer.",
            "id" => "footer_divider_color",
            "std" => "#505152",
            "type" => "color");

        $of_options[] = array( "name" =>  "Form Background Color",
            "desc" => "Controls the background color of form fields.",
            "id" => "form_bg_color",
            "std" => "#ffffff",
            "type" => "color");

        $of_options[] = array( "name" =>  "Form Text Color",
            "desc" => "Controls the text color for forms.",
            "id" => "form_text_color",
            "std" => "#aaa9a9",
            "type" => "color");

        $of_options[] = array( "name" =>  "Form Border Color",
            "desc" => "Controls the border color of form fields.",
            "id" => "form_border_color",
            "std" => "#d2d2d2",

            "type" => "color");

        $of_options[] = array( "name" =>  "Blog Grid, Timeline & WooCommerce Box Background Color",
            "desc" => "Controls blog grid, timeline and WooCommerce post box background color.",
            "id" => "timeline_bg_color",
            "std" => "transparent",
            "type" => "color");

        $of_options[] = array( "name" =>  "Blog Grid, Timeline & WooCommerce Element Colors",
            "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",
            "std" => "#ebeaea",
            "type" => "color");

        $of_options[] = array( "name" =>  "Woo Quantity Box Background Color",
            "desc" => "Controls the background color of the woocommerce quantity box.",
            "id" => "qty_bg_color",
            "std" => "#fbfaf9",
            "type" => "color");

        $of_options[] = array( "name" =>  "Woo Quantity Box Hover Background Color",
            "desc" => "Controls the hover color of the woocommerce quantity box.",
            "id" => "qty_bg_hover_color",
            "std" => "#ffffff",
            "type" => "color");

        $of_options[] = array( "name" =>  "bbPress Forum Header Background Color",
            "desc" => "Controls the background color for forum header rows.",
            "id" => "bbp_forum_header_bg",
            "std" => "#ebeaea",
            "type" => "color");

        $of_options[] = array( "name" =>  "bbPress Forum Border Color",
            "desc" => "Controls the border color for all forum surrounding borders.",
            "id" => "bbp_forum_border_color",
            "std" => "#ebeaea",
            "type" => "color");

        $of_options[] = array( "name" => "Social Share Box Icons Color Scheme",
            "desc" => "Controls the color of the social icons in the social share box.",
            "id" => "socialbox_icons_color",
            "std" => "Dark",
            "type" => "select",
            "options" => array('light' => 'Light', 'dark' => 'Dark'));

        $of_options[] = array( "name" => "Header Social Icons Color Scheme",
            "desc" => "Controls the color of the social icons in the header.",
            "id" => "header_icons_color",
            "std" => "Light",
            "type" => "select",
            "options" => array('light' => 'Light', 'dark' => 'Dark'));

        $of_options[] = array( "name" => "Footer Social Icons Color Scheme",
            "desc" => "Controls the color of the social icons in the footer.",
            "id" => "footer_icons_color",
            "std" => "Dark",
            "type" => "select",
            "options" => array('light' => 'Light', 'dark' => 'Dark'));

        $of_options[] = array( "name" => "Element Options",
            "desc" => "",
            "id" => "element_options",
            "std" => "<h3 style='margin: 0;'>Element Options</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Page Content Top Padding",
            "desc" => "(in pixels ex: 20px)",
            "id" => "main_top_padding",
            "std" => "55px",
            "type" => "text");

        $of_options[] = array( "name" => "Page Content Bottom Padding",
            "desc" => "(in pixels ex: 20px)",
            "id" => "main_bottom_padding",
            "std" => "40px",
            "type" => "text");

        $of_options[] = array( "name" => "100% Width Template Left/Right Padding",
            "desc" => "Select the left and right padding for the 100% width template main content area. Enter value in px. ex: 20px",
            "id" => "hundredp_padding",
            "std" => "20px",
            "type" => "text");

        $of_options[] = array( "name" => "Disable Button Text Shadow",
            "desc" => "Check to disable the button text shadow.",
            "id" => "button_text_shadow",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable Sliding Bar Text Shadow",
            "desc" => "Check to disable the text shadow in the Sliding Bar.",
            "id" => "slidingbar_text_shadow",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable Footer Text Shadow",
            "desc" => "Check to disable the text shadow in the footer.",
            "id" => "footer_text_shadow",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Custom Color Scheme",
            "desc" => "",
            "id" => "custom_color_scheme_font",
            "std" => "<h3 style='margin: 0;'>Font Colors</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" =>  "Button Text Color",
            "desc" => "Controls the text color of buttons.",
            "id" => "button_gradient_text_color",
            "std" => "#54770f",
            "type" => "color");

        $of_options[] = array( "name" =>  "Header Tagline Font Color",
            "desc" => "Controls the text color of the header tagline font.",
            "id" => "tagline_font_color",
            "std" => "#747474",
            "type" => "color");

        $of_options[] = array( "name" =>  "Page Title Font Color",
            "desc" => "Controls the text color of the page title font.",
            "id" => "page_title_color",
            "std" => "#333333",
            "type" => "color");

        $of_options[] = array( "name" =>  "Heading 1 (H1) Font Color",
            "desc" => "Controls the text color of H1 headings.",
            "id" => "h1_color",
            "std" => "#333333",
            "type" => "color");

        $of_options[] = array( "name" =>  "Heading 2 (H2) Font Color",
            "desc" => "Controls the text color of H2 headings.",
            "id" => "h2_color",
            "std" => "#333333",
            "type" => "color");

        $of_options[] = array( "name" =>  "Heading 3 (H3) Font Color",
            "desc" => "Controls the text color of H3 headings.",
            "id" => "h3_color",
            "std" => "#333333",
            "type" => "color");

        $of_options[] = array( "name" =>  "Heading 4 (H4) Font Color",
            "desc" => "Controls the text color of H4 headings.",
            "id" => "h4_color",
            "std" => "#333333",
            "type" => "color");

        $of_options[] = array( "name" =>  "Heading 5 (H5) Font Color",
            "desc" => "Controls the text color of H5 headings.",
            "id" => "h5_color",
            "std" => "#333333",
            "type" => "color");

        $of_options[] = array( "name" =>  "Heading 6 (H6) Font Color",
            "desc" => "Controls the text color of H6 headings.",
            "id" => "h6_color",
            "std" => "#333333",
            "type" => "color");

        $of_options[] = array( "name" =>  "Body Text Color",
            "desc" => "Controls the text color of body font.",
            "id" => "body_text_color",
            "std" => "#747474",
            "type" => "color");

        $of_options[] = array( "name" =>  "Link Color",
            "desc" => "Controls the color of all text links as well as the '>' in certain areas.",
            "id" => "link_color",
            "std" => "#333333",
            "type" => "color");

        $of_options[] = array( "name" =>  "Breadcrumbs Text Color",
            "desc" => "Controls the text color of the breadcrumb font.",
            "id" => "breadcrumbs_text_color",
            "std" => "#333333",
            "type" => "color");

        $of_options[] = array( "name" =>  "Sliding Bar Headings Color",
            "desc" => "Controls the text color of the sliding bar heading font.",
            "id" => "slidingbar_headings_color",
            "std" => "#DDDDDD",
            "type" => "color");

        $of_options[] = array( "name" =>  "Sliding Bar Font Color",
            "desc" => "Controls the font color of the sliding bar font.",
            "id" => "slidingbar_text_color",
            "std" => "#8C8989",
            "type" => "color");

        $of_options[] = array( "name" =>  "Sliding Bar Link Color",
            "desc" => "Controls the text color of the sliding bar link font.",
            "id" => "slidingbar_link_color",
            "std" => "#BFBFBF",
            "type" => "color");

        $of_options[] = array( "name" =>  "Sidebar Widget Headings Color",
            "desc" => "Controls the text color of the sidebar widget headings.",
            "id" => "sidebar_heading_color",
            "std" => "#333333",
            "type" => "color");

        $of_options[] = array( "name" =>  "Footer Headings Color",
            "desc" => "Controls the text color of the footer heading font.",
            "id" => "footer_headings_color",
            "std" => "#DDDDDD",
            "type" => "color");

        $of_options[] = array( "name" =>  "Footer Font Color",
            "desc" => "Controls the text color of the footer font.",
            "id" => "footer_text_color",
            "std" => "#8C8989",
            "type" => "color");

        $of_options[] = array( "name" =>  "Footer Link Color",
            "desc" => "Controls the text color of the footer link font.",
            "id" => "footer_link_color",
            "std" => "#BFBFBF",
            "type" => "color");

        $of_options[] = array( "name" => "Main Menu Colors",
            "desc" => "",
            "id" => "menu_colors_intro",
            "std" => "<h3 style='margin: 0;'>Main Menu Colors</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" =>  "Main Menu Background Color For Header 4 & 5",
            "desc" => "Controls the background color of the menu when using header 4 or 5.",
            "id" => "menu_h45_bg_color",
            "std" => "#FFFFFF",
            "type" => "color");

        $of_options[] = array( "name" =>  "Main Menu Font Color - First Level",
            "desc" => "Controls the text color of first level menu items.",
            "id" => "menu_first_color",
            "std" => "#333333",
            "type" => "color");

        $of_options[] = array( "name" =>  "Main Menu Font Hover Color - First Level",
            "desc" => "Controls the main menu hover, hover border & dropdown border color.",
            "id" => "menu_hover_first_color",
            "std" => "#a0ce4e",
            "type" => "color");

        $of_options[] = array( "name" =>  "Main Menu Background Color - Sublevels",
            "desc" => "Controls the color of the menu sublevel background.",
            "id" => "menu_sub_bg_color",
            "std" => "#edebeb",
            "type" => "color");

        $of_options[] = array( "name" =>  "Main Menu Background Hover Color - Sublevels",
            "desc" => "Controls the hover color of the menu sublevel background.",
            "id" => "menu_bg_hover_color",
            "std" => "#f5f4f4",
            "type" => "color");

        $of_options[] = array( "name" =>  "Main Menu Font Color - Sublevels",
            "desc" => "Controls the color of the menu font sublevels.",
            "id" => "menu_sub_color",
            "std" => "#333333",
            "type" => "color");

        $of_options[] = array( "name" =>  "Main Menu Separator - Sublevels",
            "desc" => "Controls the color of the menu separator sublevels.",
            "id" => "menu_sub_sep_color",
            "std" => "#dcdadb",
            "type" => "color");

        $of_options[] = array( "name" => "Secondary Menu Colors",
            "desc" => "",
            "id" => "menu_colors_intro",
            "std" => "<h3 style='margin: 0;'>Secondary Menu Colors</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" =>  "Secondary Menu Font Color - First Level & Top Contact Info",
            "desc" => "Controls the color of the secondary menu first level and contact info font.",
            "id" => "snav_color",
            "std" => "#747474",
            "type" => "color");

        $of_options[] = array( "name" =>  "Secondary Menu Divider Color - First Level",
            "desc" => "Controls the divider color of the first level secondary menu.",
            "id" => "header_top_first_border_color",
            "std" => "#e5e5e5",
            "type" => "color");

        $of_options[] = array( "name" =>  "Secondary Menu Background Color - Sublevels",
            "desc" => "Controls the background color of the secondary menu sublevels.",
            "id" => "header_top_sub_bg_color",
            "std" => "#ffffff",
            "type" => "color");

        $of_options[] = array( "name" =>  "Secondary Menu Font Color - Sublevels",
            "desc" => "Controls the text color of the secondary menu font sublevels.",
            "id" => "header_top_menu_sub_color",
            "std" => "#747474",
            "type" => "color");

        $of_options[] = array( "name" =>  "Secondary Menu Hover Background Color - Sublevels",
            "desc" => "Controls the hover color of the secondary menu background sublevels.",
            "id" => "header_top_menu_bg_hover_color",
            "std" => "#fafafa",
            "type" => "color");

        $of_options[] = array( "name" =>  "Secondary Menu Hover Font Color - Sublevels",
            "desc" => "Controls the hover text color of the secondary menu font sublevels.",
            "id" => "header_top_menu_sub_hover_color",
            "std" => "#333333",
            "type" => "color");

        $of_options[] = array( "name" =>  "Secondary Menu Border  - Sublevels",
            "desc" => "Controls the border color of the secondary menu sublevels.",
            "id" => "header_top_menu_sub_sep_color",
            "std" => "#e5e5e5",
            "type" => "color");

        $of_options[] = array( "name" =>  "Woo Cart Menu Background Color",
            "desc" => "Controls the background color of the woocommerce cart dropdown.",
            "id" => "woo_cart_bg_color",
            "std" => "#fafafa",
            "type" => "color");

        $of_options[] = array( "name" => "Shortcode Styling",
            "type" => "heading");

        $of_options[] = array( "name" =>  "Accordion Inactive Box Color",
            "desc" => "Controls the color of the inactive boxes behind the '+' icons.",
            "id" => "accordian_inactive_color",
            "std" => "#333333",
            "type" => "color");

        $of_options[] = array( "name" =>  "Animated Filled Color",
            "desc" => "Controls the color of the filled animation graphic.",
            "id" => "counter_filled_color",
            "std" => "#a0ce4e",
            "type" => "color");

        $of_options[] = array( "name" =>  "Animated Unfilled Color",
            "desc" => "Controls the color of the unfilled animation graphic.",
            "id" => "counter_unfilled_color",
            "std" => "#f6f6f6",
            "type" => "color");

        $of_options[] = array( "name" =>  "Blog Alternate Date & Date-on-side Recent News Date Box Color",
            "desc" => "Controls the color of the box behind the icon.",
            "id" => "dates_box_color",
            "std" => "#eef0f2",
            "type" => "color");

        $of_options[] = array( "name" =>  "Carousel Default Nav Box Color",
            "desc" => "Controls the color of the default navigation box for carousel sliders.",
            "id" => "carousel_nav_color",
            "std" => "#999999",
            "type" => "color");

        $of_options[] = array( "name" =>  "Carousel Hover Nav Box Color",
            "desc" => "Controls the color of the hover navigation box for carousel sliders.",
            "id" => "carousel_hover_color",
            "std" => "#808080",
            "type" => "color");

        $of_options[] = array( "name" =>  "Content Box Background Color",
            "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",
            "std" => "transparent",
            "type" => "color");

        $of_options[] = array( "name" => "Checklist Icon Color",
            "desc" => "Controls the color of the checklist icon.",
            "id" => "checklist_icons_color",
            "std" => "#ffffff",
            "type" => "color");

        $of_options[] = array( "name" =>  "Double Border Title Separator Color",
            "desc" => "Controls the color of double lines next to text titles.",
            "id" => "title_border_color",
            "std" => "#e0dede",
            "type" => "color");

        $of_options[] = array( "name" =>  "Icon Circle Color",
            "desc" => "Controls the color of the circle when used with icons.",
            "id" => "icon_circle_color",
            "std" => "#333333",
            "type" => "color");

        $of_options[] = array( "name" =>  "Icon Circle Border Color",
            "desc" => "Controls the color of the circle border when used with icons.",
            "id" => "icon_border_color",
            "std" => "#333333",
            "type" => "color");

        $of_options[] = array( "name" =>  "Icon Color",
            "desc" => "Controls the color of the icons.",
            "id" => "icon_color",
            "std" => "#ffffff",
            "type" => "color");

        $of_options[] = array( "name" =>  "Imageframe Border Color",
            "desc" => "Controls the border color of the image frame.",
            "id" => "imgframe_border_color",
            "std" => "#f6f6f6",
            "type" => "color");

        $of_options[] = array( "name" =>  "Imageframe Style Color",
            "desc" => "Controls the style color of the image frame. Only works for glow and dropshadow style.",
            "id" => "imgframe_style_color",
            "std" => "#000000",
            "type" => "color");

        $of_options[] = array( "name" =>  "Pricing Box Style 1 Heading Color",
            "desc" => "Controls the heading color of separate pricing boxes.",
            "id" => "sep_pricing_box_heading_color",
            "std" => "#333333",
            "type" => "color");

        $of_options[] = array( "name" =>  "Pricing Box Style 2 Heading Color",
            "desc" => "Controls the heading color of full boxed pricing tables.",
            "id" => "full_boxed_pricing_box_heading_color",
            "std" => "#333333",
            "type" => "color");

        $of_options[] = array( "name" =>  "Pricing Box Color",
            "desc" => "Controls the color portions of pricing boxes.",
            "id" => "pricing_box_color",
            "std" => "#a0ce4e",
            "type" => "color");

        $of_options[] = array( "name" =>  "Pricing Box Bg Color",
            "desc" => "Controls the color of main background and title background.",
            "id" => "pricing_bg_color",
            "std" => "#ffffff",
            "type" => "color");

        $of_options[] = array( "name" =>  "Pricing Box Border Color",
            "desc" => "Controls the color of the outer border, pricing row and footer row backgrounds.",
            "id" => "pricing_border_color",
            "std" => "#f8f8f8",
            "type" => "color");

        $of_options[] = array( "name" =>  "Pricing Box Divider Color",
            "desc" => "Controls the color of the dividers in-between pricing rows.",
            "id" => "pricing_divider_color",
            "std" => "#ededed",
            "type" => "color");

        $of_options[] = array( "name" =>  "Separators Color",
            "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",
            "std" => "#e0dede",
            "type" => "color");

        $of_options[] = array( "name" => "Social Links Color",
            "desc" => "Controls the color of the social icons when used in page content area, author archive page and person shortcode.",
            "id" => "social_links_color",
            "std" => "Dark",
            "type" => "select",
            "options" => array('light' => 'Light', 'dark' => 'Dark'));

        $of_options[] = array( "name" =>  "Social Share Box Background Color",
            "desc" => "Controls the background color of the social share box.",
            "id" => "social_bg_color",
            "std" => "#f6f6f6",
            "type" => "color");

        $of_options[] = array( "name" =>  "Tabs Background Color + Hover Color",
            "desc" => "Controls the color of the active tab, content background color and tab hover.",
            "id" => "tabs_bg_color",
            "std" => "#ffffff",
            "type" => "color");

        $of_options[] = array( "name" =>  "Tabs Inactive Color",
            "desc" => "Controls the color of the inactive tabs and the outer tab border.",
            "id" => "tabs_inactive_color",
            "std" => "#ebeaea",
            "type" => "color");

        $of_options[] = array( "name" => "Tagline Box Background Color",
            "desc" => "Controls the background color of the tagline box.",
            "id" => "tagline_bg",
            "std" => "#f6f6f6",
            "type" => "color");

        $of_options[] = array( "name" =>  "Tagline Box Border Color",
            "desc" => "Controls the border color of the tagline box.",
            "id" => "tagline_border_color",
            "std" => "#f6f6f6",
            "type" => "color");

        $of_options[] = array( "name" =>  "Testimonial Background Color",
            "desc" => "Controls the background color of the testimonial.",
            "id" => "testimonial_bg_color",
            "std" => "#f6f6f6",
            "type" => "color");

        $of_options[] = array( "name" =>  "Testimonial Text Color",
            "desc" => "Controls the text color of the testimonial font.",
            "id" => "testimonial_text_color",
            "std" => "#747474",
            "type" => "color");

        $of_options[] = array( "name" => "Blog",
            "type" => "heading");

        $of_options[] = array( "name" => "General Blog Options",
            "desc" => "",
            "id" => "blog_single_post",
            "std" => "<h3 style='margin: 0;'>General Blog Options</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Blog Page Title",
            "desc" => "This text will display in the page title bar of the assigned blog page.",
            "id" => "blog_title",
            "std" => "Blog",
            "type" => "text");

        $of_options[] = array( "name" => "Blog Layout",
            "desc" => "Select the layout for the assigned blog page in settings > reading.",
            "id" => "blog_layout",
            "std" => "Large",
            "type" => "select",
            "options" => array(
                'large' => 'Large',
                'medium' => 'Medium',
                'large_alternate' => 'Large Alternate',
                'medium_alternate' => 'Medium Alternate',
                'grid' => 'Grid',
                'timeline' => 'Timeline'
            ));

        $of_options[] = array( "name" => "Blog Sidebar Position",
            "desc" => "Select the sidebar position for the blog pages.",
            "id" => "blog_sidebar_position",
            "std" => "Right",
            "type" => "select",
            "options" => array(
                'right' => 'Right',
                'left' => 'Left',
            ));

        $of_options[] = array( "name" => "Blog Archive/Category Layout",
            "desc" => "Select the layout for the blog archive/category pages.",
            "id" => "blog_archive_layout",
            "std" => "Large",
            "type" => "select",
            "options" => array(
                'large' => 'Large',
                'medium' => 'Medium',
                'large_alternate' => 'Large Alternate',
                'medium_alternate' => 'Medium Alternate',
                'grid' => 'Grid',
                'timeline' => 'Timeline'
            ));

        $of_options[] = array( "name" => "Blog Archive/Category Sidebar",
            "desc" => "Select the sidebar that will display on the archive/category pages.",
            "id" => "blog_archive_sidebar",
            "std" => "None",
            "type" => "select",
            "options" => $sidebar_options
        );

        $of_options[] = array( "name" => "Pagination Type",
            "desc" => "Select the pagination type for the assigned blog page in settings > reading.",
            "id" => "blog_pagination_type",
            "std" => "pagination",
            "type" => "select",
            "options" => array(
                'pagination' => 'Pagination',
                'infinite' => 'Infinite Scroll',
            ));

        $of_options[] = array( "name" => "Grid Layout # of Columns for Full Width Pages",
            "desc" => "Select whether to display the grid layout in 3 or 4 column.",
            "id" => "blog_grid_columns",
            "std" => "three",
            "type" => "select",
            "options" => array(
                'three' => '3',
                'four' => '4',
            ));

        $of_options[] = array( "name" => "Excerpt or Full Blog Content",
            "desc" => "Choose to display an excerpt or full content on blog pages.",
            "id" => "content_length",
            "std" => "Excerpt",
            "type" => "select",
            "options" => array('excerpt' => 'Excerpt', 'full' => 'Full Content'));

        $of_options[] = array( "name" => "Excerpt Length",
            "desc" => "Insert the number of words you want to show in the post excerpts.",
            "id" => "excerpt_length_blog",
            "std" => "55",
            "type" => "text");

        $of_options[] = array( "name" => "Strip HTML from Excerpt",
            "desc" => "Check the box if you want to strip HTML from the excerpt content only.",
            "id" => "strip_html_excerpt",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Full Width",
            "desc" => "Check the box to turn the blog into full width with no sidebar.",
            "id" => "blog_full_width",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Set All Post Items Full Width",
            "desc" => "Check the box to turn all single post items to full width with no sidebar.",
            "id" => "single_post_full_width",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Featured Image On Blog Archive Page",
            "desc" => "Check the box to display featured images on blog archive page.",
            "id" => "featured_images",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Blog Alternate Date Format - Month and Year",
            "desc" => "<a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Formatting Date and Time</a>",
            "id" => "alternate_date_format_month_year",
            "std" => "m, Y",
            "type" => "text");

        $of_options[] = array( "name" => "Blog Alternate Date Format - Day",
            "desc" => "<a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Formatting Date and Time</a>",
            "id" => "alternate_date_format_day",
            "std" => "j",
            "type" => "text");

        $of_options[] = array( "name" => "Blog Timeline Date Format - Timeline Labels",
            "desc" => "<a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Formatting Date</a>",
            "id" => "timeline_date_format",
            "std" => "F Y",
            "type" => "text");

        $of_options[] = array( "name" => "Blog Single Post",
            "desc" => "",
            "id" => "blog_single_post",
            "std" => "<h3 style='margin: 0;'>Blog Single Post Page Options</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Featured Image on Single Post Page",
            "desc" => "Check the box to display featured images on single post pages.",
            "id" => "featured_images_single",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable Previous/Next Pagination",
            "desc" => "Check the box to disable previous/next pagination.",
            "id" => "blog_pn_nav",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Post Title",
            "desc" => "Check the box to display the post title that goes below the featured images.",
            "id" => "blog_post_title",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Author Info Box",
            "desc" => "Check the box to display the author info box below posts.",
            "id" => "author_info",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Social Sharing Box",
            "desc" => "Check the box to display the social sharing box.",
            "id" => "social_sharing_box",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Related Posts",
            "desc" => "Check the box to display related posts.",
            "id" => "related_posts",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Comments",
            "desc" => "Check the box to display comments.",
            "id" => "blog_comments",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Blog Meta",
            "desc" => "",
            "id" => "blog_meta",
            "std" => "<h3 style='margin: 0;'>Blog Meta Options</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Post Meta",
            "desc" => "Check the box to display post meta on blog posts.",
            "id" => "post_meta",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable Post Meta Author",
            "desc" => "Check the box to hide the author name from post meta.",
            "id" => "post_meta_author",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable Post Meta Date",
            "desc" => "Check the box to hide the date from post meta.",
            "id" => "post_meta_date",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable Post Meta Categories",
            "desc" => "Check the box to hide the categories from post meta.",
            "id" => "post_meta_cats",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable Post Meta Comments",
            "desc" => "Check the box to hide the comments from post meta.",
            "id" => "post_meta_comments",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable Post Meta Read More Link",
            "desc" => "Check the box to hide the read more link from post meta.",
            "id" => "post_meta_read",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Date Format",
            "desc" => "<a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Formatting Date and Time</a>",
            "id" => "date_format",
            "std" => "F jS, Y",
            "type" => "text");

        $of_options[] = array( "name" => "Portfolio",
            "type" => "heading");

        $of_options[] = array( "name" => "General Portfolio Options",
            "desc" => "",
            "id" => "blog_single_post",
            "std" => "<h3 style='margin: 0;'>General Portfolio Options</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Number of Portfolio Items Per Page",
            "desc" => "Insert the number of posts to display per page.",
            "id" => "portfolio_items",
            "std" => "10",
            "type" => "text");

        $of_options[] = array( "name" => "Portfolio Archive/Category Layout",
            "desc" => "Select the layout for only the archive/category pages.",
            "id" => "portfolio_archive_layout",
            "std" => "Portfolio One Column",
            "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',
            ));

        $of_options[] = array( "name" => "Portfolio Archive/Category Sidebar",
            "desc" => "Select the sidebar that will be added to the archive/category pages.",
            "id" => "portfolio_archive_sidebar",
            "std" => "None",
            "type" => "select",
            "options" => $sidebar_options
        );

        $of_options[] = array( "name" => "Excerpt or Full Portfolio Content",
            "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",
            "std" => "Excerpt",
            "type" => "select",
            "options" => array('excerpt' => 'Excerpt', 'full' => 'Full Content'));

        $of_options[] = array( "name" => "Excerpt Length",
            "desc" => "Insert the number of words you want to show in the post excerpts.",
            "id" => "excerpt_length_portfolio",
            "std" => "55",
            "type" => "text");

        $of_options[] = array( "name" => "Grid Pagination Type",
            "desc" => "Select the pagination type for Portfolio Grid layouts.",
            "id" => "grid_pagination_type",
            "std" => "pagination",
            "type" => "select",
            "options" => array(
                'pagination' => 'Pagination',
                'infinite' => 'Infinite Scroll',
            ));

        $of_options[] = array( "name" => "Portfolio Slug",
            "desc" => "Change/Rewrite the permalink when you use the permalink type as %postname%. <strong>Make sure to regenerate permalinks.</strong>",
            "id" => "portfolio_slug",
            "std" => "portfolio-items",
            "type" => "text");

        $of_options[] = array( "name" => "Portfolio Single Post Page Options",
            "desc" => "",
            "id" => "blog_single_post",
            "std" => "<h3 style='margin: 0;'>Portfolio Single Post Page Options</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Disable Featured Image on Portfolio Single Post Page",
            "desc" => "Check the box to disable featured images on portfolio single post pages.",
            "id" => "portfolio_featured_images",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable Previous/Next Pagination",
            "desc" => "Check the box to disable previous/next pagination.",
            "id" => "portfolio_pn_nav",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Show Comments",
            "desc" => "Check the box to enable comments on portfolio items.",
            "id" => "portfolio_comments",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Show Author",
            "desc" => "Check the box to enable Author on portfolio items.",
            "id" => "portfolio_author",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Social Sharing Box",
            "type" => "heading");

        $of_options[] = array( "name" => "Facebook",
            "desc" => "Check the box to show the facebook sharing icon in blog posts.",
            "id" => "sharing_facebook",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Twitter",
            "desc" => "Check the box to show the twitter sharing icon in blog posts.",
            "id" => "sharing_twitter",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Reddit",
            "desc" => "Check the box to show the reddit sharing icon in blog posts.",
            "id" => "sharing_reddit",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "LinkedIn",
            "desc" => "Check the box to show the linkedin sharing icon in blog posts.",
            "id" => "sharing_linkedin",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Google Plus",
            "desc" => "Check the box to show the g+ sharing icon in blog posts.",
            "id" => "sharing_google",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Tumblr",
            "desc" => "Check the box to show the tumblr sharing icon in blog posts.",
            "id" => "sharing_tumblr",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Pinterest",
            "desc" => "Check the box to show the pinterest sharing icon in blog posts.",
            "id" => "sharing_pinterest",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Email",
            "desc" => "Check the box to show the email sharing icon in blog posts.",
            "id" => "sharing_email",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Social Media",
            "type" => "heading");

        $of_options[] = array( "name" => "Facebook",
            "desc" => "Insert your custom link to show the Facebook icon. Leave blank to hide icon.",
            "id" => "facebook_link",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Flickr",
            "desc" => "Insert your custom link to show the Flickr icon. Leave blank to hide icon.",
            "id" => "flickr_link",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "RSS",
            "desc" => "Insert your custom link to show the RSS icon. Leave blank to hide icon.",
            "id" => "rss_link",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Twitter",
            "desc" => "Insert your custom link to show the Twitter icon. Leave blank to hide icon.",
            "id" => "twitter_link",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Vimeo",
            "desc" => "Insert your custom link to show the Vimeo icon. Leave blank to hide icon.",
            "id" => "vimeo_link",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Youtube",
            "desc" => "Insert your custom link to show the Youtube icon. Leave blank to hide icon.",
            "id" => "youtube_link",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Pinterest",
            "desc" => "Insert your custom link to show the Pinterest icon. Leave blank to hide icon.",
            "id" => "pinterest_link",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Tumblr",
            "desc" => "Insert your custom link to show the Tumblr icon. Leave blank to hide icon.",
            "id" => "tumblr_link",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Google+",
            "desc" => "Insert your custom link to show the Google+ icon. Leave blank to hide icon.",
            "id" => "google_link",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Dribbble",
            "desc" => "Insert your custom link to show the Dribbble icon. Leave blank to hide icon.",
            "id" => "dribbble_link",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Digg",
            "desc" => "Insert your custom link to show the Digg icon. Leave blank to hide icon.",
            "id" => "digg_link",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "LinkedIn",
            "desc" => "Insert your custom link to show the LinkedIn icon. Leave blank to hide icon.",
            "id" => "linkedin_link",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Blogger",
            "desc" => "Insert your custom link to show the Blogger icon. Leave blank to hide icon.",
            "id" => "blogger_link",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Skype",
            "desc" => "Insert your custom link to show the Skype icon. Leave blank to hide icon.",
            "id" => "skype_link",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Forrst",
            "desc" => "Insert your custom link to show the Forrst icon. Leave blank to hide icon.",
            "id" => "forrst_link",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Myspace",
            "desc" => "Insert your custom link to show the Myspace icon. Leave blank to hide icon.",
            "id" => "myspace_link",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Deviantart",
            "desc" => "Insert your custom link to show the Deviantart icon. Leave blank to hide icon.",
            "id" => "deviantart_link",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Yahoo",
            "desc" => "Insert your custom link to show the Yahoo icon. Leave blank to hide icon.",
            "id" => "yahoo_link",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Reddit",
            "desc" => "Insert your custom link to show the Redditt icon. Leave blank to hide icon.",
            "id" => "reddit_link",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Custom Social Icon",
            "desc" => "",
            "id" => "custom_color_scheme_element",
            "std" => "<h3 style='margin: 0;'>Custom Social Icon</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Custom Icon Name",
            "desc" => "This is the icon name that shows in the hover tooltip.",
            "id" => "custom_icon_name",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Custom Icon Image",
            "desc" => "Select an image file for your custom icon.",
            "id" => "custom_icon_image",
            "std" => "",
            "mod" => "",
            "type" => "media");

        $of_options[] = array( "name" => "Custom Icon Image Retina",
            "desc" => "Select an image file for the retina version of the icon. It should be 2x the size of main icon.",
            "id" => "custom_icon_image_retina",
            "std" => "",
            "mod" => "",
            "type" => "media");

        $of_options[] = array( "name" => "Standard Icon Width for Retina Icon",
            "desc" => "If retina icon is added, enter the standard icon (1x) version width, do not enter the retina icon width.",
            "id" => "retina_icon_width",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Standard Icon Height for Retina Icon",
            "desc" => "If retina icon is added, enter the standard icon (1x) version height, do not enter the retina icon height.",
            "id" => "retina_icon_height",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Custom Icon Link",
            "desc" => "Insert a link for your custom icon.",
            "id" => "custom_icon_link",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Slideshows",
            "type" => "heading");

        $of_options[] = array( "name" => "Posts Slideshow",
            "desc" => "Check the box to show post slideshows in blog/portfolio pages.",
            "id" => "posts_slideshow",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Posts Slideshow Images",
            "desc" => "This option controls the number of featured image boxes for blog/portfolio slideshows.",
            "id" => "posts_slideshow_number",
            "std" => "5",
            "type" => "text");

        $of_options[] = array( "name" => "Autoplay",
            "desc" => "Check the box to autoplay the slideshow.",
            "id" => "slideshow_autoplay",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Enable Smooth Height",
            "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",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Slideshow speed",
            "desc" => "Controls the speed of slideshows for the [slider] shortcode and sliders within posts. ex: 1000 = 1 second.",
            "id" => "slideshow_speed",
            "std" => "7000",
            "type" => "text");

        $of_options[] = array( "name" => "Number of FlexSlider Slides",
            "desc" => "Controls the number of slides per group for the flexslider plugin.",
            "id" => "flexslider_number",
            "std" => "5",
            "type" => "text");

        $of_options[] = array( "name" => "Pagination circles below video slides",
            "desc" => "Check the box if you want to show pagination circles below a video slide for flexslider. Leave it unchecked to hide them on video slides.",
            "id" => "pagination_video_slide",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Legacy Posts Slideshow",
            "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",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "ThemeFusion Slider",
            "type" => "heading");

        $of_options[] = array( "name" => "ThemeFusion Slider Options",
            "desc" => "",
            "id" => "blog_single_post",
            "std" => "<h3 style='margin: 0;'>ThemeFusion Slider Options</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Width",
            "desc" => "In pixels or percentage, ex: 100% or 100px.",
            "id" => "flexslider_width",
            "std" => "100%",
            "type" => "text");

        $of_options[] = array( "name" => "Pagination",
            "desc" => "Check the box to turn on pagination circles.",
            "id" => "flexslider_circles",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Animation",
            "desc" => "The type of animation when slides rotate.",
            "id" => "tfs_animation",
            "std" => "fade",
            "options" => array('fade' => 'fade', 'slide' => 'slide'),
            "type" => "select");

        $of_options[] = array( "name" => "Autoplay",
            "desc" => "Check the box to autoplay the slides.",
            "id" => "tfs_autoplay",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Slideshow Speed",
            "desc" => "Select the slideshow speed, 1000 = 1 second.",
            "id" => "tfs_slideshow_speed",
            "std" => "7000",
            "type" => "text");

        $of_options[] = array( "name" => "Animation speed",
            "desc" => "Select the animation speed, 1000 = 1 second.",
            "id" => "tfs_animation_speed",
            "std" => "600",
            "type" => "text");

        $of_options[] = array( "name" => "Number of ThemeFusion Sliders",
            "desc" => "Select the number of slider sets.",
            "id" => "flexsliders_number",
            "std" => "1",
            "type" => "text");

        $of_options[] = array( "name" => "ThemeFusion Slider Creation",
            "desc" => "",
            "id" => "blog_single_post",
            "std" => "<h3 style='margin: 0;'>ThemeFusion Slider Creation</h3>",
            "icon" => true,
            "type" => "info");

        global $data;
        $i = 1;
        while($i <= $data['flexsliders_number']){
            $of_options[] = array( "name" => "TFSlider".$i,
                "desc" => "",
                "id" => "flexslider_".$i,
                "std" => "",
                "type" => "slider");
            $i++;
        }

        $of_options[] = array( "name" => "Elastic Slider",
            "type" => "heading");

        $of_options[] = array( "name" => "Slider Width",
            "desc" => "In pixels or percentage, ex: 100% or 100.",
            "id" => "tfes_slider_width",
            "std" => "100%",
            "type" => "text");

        $of_options[] = array( "name" => "Slider Height",
            "desc" => "In pixels, ex: 100px.",
            "id" => "tfes_slider_height",
            "std" => "400px",
            "type" => "text");

        $of_options[] = array( "name" => "Animation",
            "desc" => "Slides animate from sides or center.",
            "id" => "tfes_animation",
            "std" => "sides",
            "options" => array('sides' => 'sides', 'center' => 'center'),
            "type" => "select");

        $of_options[] = array( "name" => "Autoplay",
            "desc" => "Check the box to autoplay the slides.",
            "id" => "tfes_autoplay",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Slideshow Interval",
            "desc" => "Select the slideshow speed, 1000 = 1 second.",
            "id" => "tfes_interval",
            "std" => "3000",
            "type" => "text");

        $of_options[] = array( "name" => "Sliding Speed",
            "desc" => "Select the animation speed, 1000 = 1 second.",
            "id" => "tfes_speed",
            "std" => "800",
            "type" => "text");

        $of_options[] = array( "name" => "Thumbnail Width",
            "desc" => "Enter the width for thumbnail without 'px' ex: 100.",
            "id" => "tfes_width",
            "std" => "150",
            "type" => "text");

        $of_options[] = array( "name" => "Title Font Size (px)",
            "desc" => "Default is 42",
            "id" => "es_title_font_size",
            "std" => "42",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" => "Caption Font Size (px)",
            "desc" => "Default is 20",
            "id" => "es_caption_font_size",
            "std" => "20",
            "type" => "select",
            "options" => $font_sizes);

        $of_options[] = array( "name" =>  "Title Color",
            "desc" => "Controls the text color of the title font.",
            "id" => "es_title_color",
            "std" => "#333333",
            "type" => "color");

        $of_options[] = array( "name" =>  "Caption Color",
            "desc" => "Controls the text color of the caption font.",
            "id" => "es_caption_color",
            "std" => "#747474",
            "type" => "color");

        $of_options[] = array( "name" => "Lightbox",
            "type" => "heading");

        $of_options[] = array( "name" => "Animation Speed",
            "desc" => "Set the speed of the animation.",
            "id" => "lightbox_animation_speed",
            "std" => "fast",
            "type" => "select",
            "options" => array('fast' => 'Fast', 'slow' => 'Slow', 'normal' => 'Normal'));

        $of_options[] = array( "name" => "Show gallery",
            "desc" => "Check the box to show the gallery.",
            "id" => "lightbox_gallery",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Autoplay the Lightbox Gallery",
            "desc" => "Check the box to autoplay the lightbox gallery.",
            "id" => "lightbox_autoplay",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Slideshow Speed",
            "desc" => "If autoplay is enabled, set the slideshow speed, 1000 = 1 second.",
            "id" => "lightbox_slideshow_speed",
            "std" => "5000",
            "type" => "text");

        $of_options[] = array( "name" => "Background Opacity",
            "desc" => "Set the opacity of background, <br />0.1 (lowest) to 1 (highest).",
            "id" => "lightbox_opacity",
            "std" => "0.8",
            "type" => "text");

        $of_options[] = array( "name" => "Show Caption",
            "desc" => "Check the box to show the image caption.",
            "id" => "lightbox_title",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Show Description",
            "desc" => "Check the box to show the image description. The Alternative text field is used for the description.",
            "id" => "lightbox_desc",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Social Sharing",
            "desc" => "Check the box to show social sharing buttons on lightbox.",
            "id" => "lightbox_social",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Show Post Images in Lightbox",
            "desc" => "Check the box to show post images that are inside the post content area in the lightbox.",
            "id" => "lightbox_post_images",
            "std" => 0,
            "type" => "checkbox");

// Theme Specific Options
        $of_options[] = array( "name" => "Contact",
            "type" => "heading");

        $of_options[] = array( "name" => "Google Map",
            "desc" => "",
            "id" => "google_map",
            "std" => "<h3 style='margin: 0;'>Google Map Options</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Google Map Type",
            "desc" => "Select the type of google map to show on the contact page.",
            "id" => "gmap_type",
            "std" => "roadmap",
            "options" => array('roadmap' => 'roadmap', 'satellite' => 'satellite', 'hybrid' => 'hybrid', 'terrain' => 'terrain'),
            "type" => "select");

        $of_options[] = array( "name" => "Google Map Width",
            "desc" => "In pixels or percentage, ex: 100% or 100px.",
            "id" => "gmap_width",
            "std" => "100%",
            "type" => "text");

        $of_options[] = array( "name" => "Google Map Height",
            "desc" => "In pixels, ex: 100px.",
            "id" => "gmap_height",
            "std" => "415px",
            "type" => "text");

        $of_options[] = array( "name" => "Google Map Address",
            "desc" => "Single address ex: 775 New York Ave, Brooklyn, Kings, New York 11203. <br />For multiple markers, separate the addresses with the | symbol.<br /> ex: Address 1|Address 2|Address 3.",
            "id" => "gmap_address",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Email Address",
            "desc" => "Enter the email adress the form will be sent to.",
            "id" => "email_address",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "Map Zoom Level",
            "desc" => "Higher number will be more zoomed in.",
            "id" => "map_zoom_level",
            "std" => "8",
            "type" => "text");

        $of_options[] = array( "name" => "Hide Address Pin",
            "desc" => "Check the box to hide the address pin.",
            "id" => "map_pin",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Show Map Popup On Click",
            "desc" => "Check the box to keep the popup graphic with address info hidden when the google map loads. It will only show when the pin on the map is clicked.",
            "id" => "map_popup",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable Map Scrollwheel",
            "desc" => "Check the box to disable scrollwheel on google maps.",
            "id" => "map_scrollwheel",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable Map Scale",
            "desc" => "Check the box to disable scale on google maps.",
            "id" => "map_scale",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable Map Zoom & Pan Control Icons",
            "desc" => "Check the box to disable zoom control icon and pan control icon on google maps.",
            "id" => "map_zoomcontrol",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "ReCaptcha",
            "desc" => "",
            "id" => "recaptcha",
            "std" => "<h3 style='margin: 0;'>ReCaptcha Spam Options</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "ReCaptcha Public Key",
            "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",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "ReCaptcha Private Key",
            "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",
            "std" => "",
            "type" => "text");

        $of_options[] = array( "name" => "ReCaptcha Color Scheme",
            "desc" => "Select the recaptcha color scheme.",
            "id" => "recaptcha_color_scheme",
            "std" => "Clean",
            "type" => "select",
            "options" => array('red' => 'red', 'blackglass' => 'blackglass', 'clean' => 'clean', 'white' => 'white'));

        $of_options[] = array( "name" => "Sidebar",
            "type" => "heading");

        $of_options[] = array( "name" =>  "Sidebar Background Color",
            "desc" => "Controls the background color of the sidebar.",
            "id" => "sidebar_bg_color",
            "std" => "transparent",
            "type" => "color");

        $of_options[] = array( "name" => "Content Area Width",
            "desc" => "Enter a value (based on percentage) without % sign, ex: 71.",
            "id" => "content_width",
            "std" => "71.1702128",
            "type" => "text");

        $of_options[] = array( "name" => "Sidebar Width",
            "desc" => "Enter a value (based on percentage) without % sign, ex: 23.",
            "id" => "sidebar_width",
            "std" => "23.4042553",
            "type" => "text");

        $of_options[] = array( "name" => "Sidebar Padding",
            "desc" => "Enter a value (based on percentage) without % sign, ex: 0.",
            "id" => "sidebar_padding",
            "std" => "0",
            "type" => "text");

        $of_options[] = array( "name" => "Sidebar Info",
            "desc" => "",
            "id" => "sidebar_info",
            "std" => "<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 &amp; 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" => true,
            "type" => "info");

// Theme Specific Options
        $of_options[] = array( "name" => "Extra",
            "type" => "heading");

        $of_options[] = array( "name" => "Misc Options",
            "desc" => "",
            "id" => "misc_options",
            "std" => "<h3 style='margin: 0;'>Miscellaneous Options</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Enable Shortcodes Developer Mode",
            "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",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable Avada Styles For Revolution Slider",
            "desc" => "Check the box to disable the Avada styles and use the default Revolution Slider styles.",
            "id" => "avada_rev_styles",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Testimonials Speed",
            "desc" => "Select the slideshow speed, 1000 = 1 second.",
            "id" => "testimonials_speed",
            "std" => "4000",
            "type" => "text");

        $of_options[] = array( "name" => "Default Sidebar Position",
            "desc" => "Select the default position of the sidebar. This will take effect for new pages/posts.",
            "id" => "default_sidebar_pos",
            "std" => "right",
            "options" => array('right' => 'Right', 'left' => 'Left'),
            "type" => "select");

        $of_options[] = array( "name" => "Sidenav Behavior",
            "desc" => "Controls the side navigation animation for child pages, on click or hover.",
            "id" => "sidenav_behavior",
            "std" => "hover",
            "options" => array('hover' => 'Hover', 'click' => 'Click'),
            "type" => "select");

        $of_options[] = array( "name" => "Number of Related Posts / Projects",
            "desc" => "This option controls the amount of related projects / posts that show up on each single portfolio and blog post. ex: 5",
            "id" => "number_related_posts",
            "std" => "5",
            "type" => "text");

        $of_options[] = array( "name" => "Allow Comments on Pages",
            "desc" => "Check the box to allow comments on regular pages.",
            "id" => "comments_pages",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Make [...] Link to Single Post Page",
            "desc" => "Check the box to have the read more sign [...] on excerpts link to single post page.",
            "id" => "link_read_more",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable [...] on Excerpts",
            "desc" => "Check the box to disable the read more sign [...] on excerpts throughout the site.",
            "id" => "disable_excerpts",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Featured Images on Pages",
            "desc" => "Check the box to disable featured images on regular pages.",
            "id" => "featured_images_pages",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "FAQ Featured Images",
            "desc" => "Check the box to show featured images on FAQ archive page.",
            "id" => "faq_featured_image",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Add rel=\"nofollow\" to social links",
            "desc" => "Check the box to add rel=\"nofollow\" attribute to all social links.",
            "id" => "nofollow_social_links",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Rollover",
            "desc" => "",
            "id" => "rollovers",
            "std" => "<h3 style='margin: 0;'>Image Rollover Options</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Image Rollover",
            "desc" => "Check the box to show the rollover box on images.",
            "id" => "image_rollover",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable Link Icon From Image Rollover",
            "desc" => "Check the box to disable the link icon from image rollovers. Note: This option will override the post settings.",
            "id" => "link_image_rollover",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable Image Icon From Image Rollover",
            "desc" => "Check the box to disable the image icon from image rollovers. Note: This option will override the post settings.",
            "id" => "zoom_image_rollover",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable Title From Image Rollover",
            "desc" => "Check the box to disable the title from image rollovers.",
            "id" => "title_image_rollover",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Link Title On Image Rollover",
            "desc" => "Check the box to make the title link to the post/item.",
            "id" => "title_link_image_rollover",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable Categories From Image Rollover",
            "desc" => "Check the box to disable the categories from image rollovers.",
            "id" => "cats_image_rollover",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Image Rollover Opacity",
            "desc" => "Select the opacity of the rollover. <br />0.1 (lowest) to 1 (highest).",
            "id" => "image_rollover_opacity",
            "std" => "1",
            "type" => "text");

        $of_options[] = array( "name" => "Search",
            "desc" => "",
            "id" => "search",
            "std" => "<h3 style='margin: 0;'>Search Options</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Search Results Content",
            "desc" => "Select the type of content to display in search results.",
            "id" => "search_content",
            "std" => "Posts and Pages",
            "type" => "select",
            "options" => array('posts_pages' => 'Posts and Pages', 'posts' => 'Only Posts', 'pages' => 'Only Pages'));

        $of_options[] = array( "name" => "Hide Search Results Excerpt",
            "desc" => "Check the box if you want to hide excerpt for search results.",
            "id" => "search_excerpt",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Number of Search Results Per Page",
            "desc" => "Set the number of search results per page.",
            "id" => "search_results_per_page",
            "std" => "10",
            "type" => "text");

        $of_options[] = array( "name" => "Hide Featured Images from Search Results",
            "desc" => "Check the box if you want to hide featured images for search results.",
            "id" => "search_featured_images",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "BBPress",
            "desc" => "",
            "id" => "bbpress_only",
            "std" => "<h3 style='margin: 0;'>BBPress Options</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "BBPress Use Global Sidebar",
            "desc" => "Check the box if you want to use one global sidebar on all forum pages.",
            "id" => "bbpress_global_sidebar",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "BBPress Global Sidebar",
            "desc" => "Select the sidebar that will display on forum pages globally.",
            "id" => "ppbress_sidebar",
            "std" => "None",
            "type" => "select",
            "options" => $sidebar_options
        );

        $of_options[] = array( "name" => "Plugins",
            "desc" => "",
            "id" => "plugins_only",
            "std" => "<h3 style='margin: 0;'>Options For Plugins Installed Manually</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "UberMenu Plugin Support",
            "desc" => "Check the box if you are are using UberMenu, this option adds UberMenu support without editing any code.",
            "id" => "ubermenu",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Plugins",
            "desc" => "",
            "id" => "plugins_only",
            "std" => "<h3 style='margin: 0;'>Options For Plugins Integrated Within The Theme</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Enable posts type order plugin",
            "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",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable LayerSlider",
            "desc" => "Check the box to disable LayerSlider.",
            "id" => "status_layerslider",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable RevSlider",
            "desc" => "This option is no longer available. You can disable the revolution slider from the WordPress plugins page.",
            "id" => "status_revslider",
            "std" => 0,
            "type" => 'checkbox');

        $of_options[] = array( "name" => "Disable FlexSlider",
            "desc" => "Check the box to disable Flexslider.",
            "id" => "status_flexslider",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "JS",
            "desc" => "",
            "id" => "js_only",
            "std" => "<h3 style='margin: 0;'>Options For Javascript Within The Theme </h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "Disable CSS Animations",
            "desc" => "Check the box to disable CSS animations on shortcode items.",
            "id" => "use_animate_css",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable CSS Animations on Mobiles Only",
            "desc" => "Check the box to disable CSS animations on mobiles only.",
            "id" => "disable_mobile_animate_css",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable Lightbox",
            "desc" => "Check the box to disable Lightbox.",
            "id" => "status_lightbox",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable Google Map Scripts",
            "desc" => "Check the box to disable google map.",
            "id" => "status_gmap",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable Youtube API Scripts",
            "desc" => "Check the box to disable Youtube API scripts.",
            "id" => "status_yt",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable Vimeo API Scripts",
            "desc" => "Check the box to disable Vimeo API scripts.",
            "id" => "status_vimeo",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable jQuery Cycle",
            "desc" => "Check the box to disable jQuery Cycle, used for testimonials mainly.",
            "id" => "status_jqcycle",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable Elastic Slider Scripts",
            "desc" => "Check the box to disable elastic slider scripts.",
            "id" => "status_eslider",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Disable ToTop Script",
            "desc" => "Check the box to disable the ToTop script which adds the scrolling to top functionality.",
            "id" => "status_totop",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Enable ToTop Script on mobile",
            "desc" => "Check the box to enable the ToTop script on mobile devices.",
            "id" => "status_totop_mobile",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Woocommerce",
            "type" => "heading");

        $of_options[] = array( "name" => "Number of Products per Page",
            "desc" => "Insert the number of posts to display per page.",
            "id" => "woo_items",
            "std" => "12",
            "type" => "text");

        $of_options[] = array( "name" => "Woocommerce Archive/Category Sidebar",
            "desc" => "Select the sidebar that will be added to the archive/category pages.",
            "id" => "woocommerce_archive_sidebar",
            "std" => "None",
            "type" => "select",
            "options" => $sidebar_options
        );

        $of_options[] = array( "name" => "Show Woocommerce My Account Link in Secondary Menu",
            "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",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Show Woocommerce Cart Icon in Secondary Menu",
            "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",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Show Woocommerce My Account Link in Main Menu",
            "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",
            "std" => 0,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Show Woocommerce Cart Link in Main Menu",
            "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",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Show Woocommerce Social Icons",
            "desc" => "Check the box to show the social icons on product pages, uncheck to disable.",
            "id" => "woocommerce_social_links",
            "std" => 1,
            "type" => "checkbox");

        $of_options[] = array( "name" => "Account Area Message 1",
            "desc" => "Insert your text and it will appear in the first message box on the acount page.",
            "id" => "woo_acc_msg_1",
            "std" => "Need Assistance? Call customer service at 888-555-5555.",
            "type" => "textarea");

        $of_options[] = array( "name" => "Account Area Message 2",
            "desc" => "Insert your text and it will appear in the second message box on the acount page.",
            "id" => "woo_acc_msg_2",
            "std" => "E-mail them at info@yourshop.com",
            "type" => "textarea");

// Backup Options
        $of_options[] = array( "name" => "Custom CSS",
            "type" => "heading");

        $of_options[] = array( "name" => "Advanced CSS Customizations",
            "desc" => "",
            "id" => "advanced_css_intro",
            "std" => "<h3 style='margin: 0;'>Advanced CSS Customizations</h3>",
            "icon" => true,
            "type" => "info");

        $of_options[] = array( "name" => "CSS Code",
            "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",
            "std" => "",
            "type" => "textarea");

// Backup Options
        $of_options[] = array( "name" => "Backup",
            "type" => "heading");

        $of_options[] = array( "name" => "Backup and Restore Options",
            "id" => "of_backup",
            "std" => "",
            "type" => "backup",
            "desc" => 'You can use the two buttons below to backup your current options, and then restore it back at a later time. This is useful if you want to experiment on the options but would like to keep the old settings in case you need it back.',
        );

        $of_options[] = array( "name" => "Transfer Theme Options Data",
            "id" => "of_transfer",
            "std" => "",
            "type" => "transfer",
            "desc" => 'You can transfer the saved options data between different installs by copying the text inside the text box. To import data from another install, replace the data in the text box with the one from another install and click "Import Options".
						',
        );


// Backup Options
        /*$of_options[] = array( "name" => "Upgrade Options",
					"type" => "heading");

if($data['tf_username'] && $data['tf_api']) {
	$envato = get_template_directory() . '/framework/plugins/envato-wordpress-toolkit-library/class-envato-wordpress-theme-upgrader.php';
	include $envato;
	$upgrader = new Envato_WordPress_Theme_Upgrader($data['tf_username'], $data['tf_api']);
	$check_upgrade = $upgrader->check_for_theme_update('Avada');
	if($check_upgrade->updated_themes_count) {
		$of_options[] = array( "name" => "Theme Updater",
					"desc" => "",
					"id" => "theme_updater",
					"std" => "<h3 style='margin: 0;'>A new version is available!</h3><p style='margin-bottom:0;'>Enter the information below and make sure the checkbox is checked in order to udpate the theme.</p>",
					"icon" => true,
					"type" => "info");
	} else {
		$of_options[] = array( "name" => "Theme Updater",
					"desc" => "",
					"id" => "theme_updater",
					"std" => "<h3 style='margin: 0;'>You are on the latest version!</h3>",
					"icon" => true,
					"type" => "info");
	}
} else {
	$of_options[] = array( "name" => "Theme Updater",
				"desc" => "",
				"id" => "theme_updater",
				"std" => "<h3 style='margin: 0;'>Enter Username and Secret API key below!</h3>",
				"icon" => true,
				"type" => "info");
}

$of_options[] = array( "name" => "ThemeForest Username",
					"desc" => "",
					"id" => "tf_username",
					"std" => "",
					"type" => "text");

$of_options[] = array( "name" => "ThemeForest Secret API Key",
					"desc" => "You can create one from ThemeForest's user settings page.",
					"id" => "tf_api",
					"std" => "",
					"type" => "text");


$of_options[] = array( "name" => "Upgrade to the most latest version",
					"desc" => "If checked, the theme will be updated to the latest version available. ",
					"id" => "tf_update",
					"std" => 0,
					"type" => "checkbox");
*/

    }
 function remove_sidebar()
 {
     $sidebars = sidebar_generator::get_sidebars();
     $name = str_replace(array("\n", "\r", "\t"), '', $_POST['sidebar_name']);
     $id = sidebar_generator::name_to_class($name);
     if (!isset($sidebars[$id])) {
         die("alert('Sidebar does not exist.')");
     }
     $row_number = $_POST['row_number'];
     unset($sidebars[$id]);
     sidebar_generator::update_sidebars($sidebars);
     $js = "\n\t\t\tvar tbl = document.getElementById('sbg_table');\n\t\t\ttbl.deleteRow({$row_number});\n\n\t\t";
     die($js);
 }
 /**
  * called by the action get_sidebar. this is what places this into the theme
  */
 static function get_sidebar($name = "0")
 {
     if (!is_singular()) {
         if ($name != "0") {
             if (is_active_sidebar($name)) {
                 dynamic_sidebar($name);
             }
         } else {
             if (is_active_sidebar('sidebar-post')) {
                 dynamic_sidebar('sidebar-post');
             }
         }
         return;
         //dont do anything
     }
     wp_reset_postdata();
     global $wp_query;
     $post = $wp_query->get_queried_object();
     $selected_sidebar = get_post_meta($post->ID, '_ct_sidebar_widget_area', true);
     $did_sidebar = false;
     //this page uses a generated sidebar
     if (!empty($selected_sidebar)) {
         if ($selected_sidebar == 'default') {
             $did_sidebar = sidebar_generator::default_behavior();
         } else {
             if (is_active_sidebar($selected_sidebar)) {
                 dynamic_sidebar($selected_sidebar);
             }
         }
     } else {
         if ($name != "0") {
             if (is_active_sidebar($name)) {
                 dynamic_sidebar($name);
             }
         } else {
             $did_sidebar = sidebar_generator::default_behavior();
         }
     }
 }
    static function admin_page()
    {
        ?>
		<script>
			function remove_sidebar_link(name,num){
				answer = confirm("Are you sure you want to remove " + name + "?\nThis will remove any widgets you have assigned to this sidebar.");
				if(answer){
					remove_sidebar(name,num);
				}else{
					return false;
				}
			}
			function add_sidebar_link() {
				jQuery('#sbg_table tr:last').after('<tr><td><b>Sidebar Name:</b><br /><input type="text" name="sidebar_name" id="sidebar_name" /></td><td><b>Sidebar Type:</b><br /><select name="sidebar_type" id="sidebar_type"><option value="normal">Normal</option></select></td><td></td><td style="vertical-align: middle;"><a href="javascript:void(0);" onclick="add_sidebar(jQuery(\'#sidebar_name\').val(), jQuery(\'#sidebar_type\').val());" title="Remove this sidebar">save</a></td></tr>');
				jQuery('.add-sidebar-button').attr("disabled", "disabled");
			}
		</script>
		<div class="wrap">
			<h2>Manage Sidebars</h2>
			<br />
			<table class="widefat page" id="sbg_table" style="width:600px;">
				<tr>
					<th>Sidebar Name</th>
					<th>Sidebar Type</th>
					<th>CSS class</th>
					<th>Remove</th>
				</tr>
				<?php 
        $sidebars = sidebar_generator::get_sidebars();
        if (is_array($sidebars) && !empty($sidebars)) {
            $cnt = 0;
            foreach ($sidebars as $sidebar) {
                $alt = $cnt % 2 == 0 ? 'alternate' : '';
                ?>
						<tr class="<?php 
                echo $alt;
                ?>
">
							<td><?php 
                echo $sidebar['name'];
                ?>
</td>
							<td><?php 
                echo $sidebar['type'];
                ?>
</td>
							<td><?php 
                echo sidebar_generator::name_to_class($sidebar['name']);
                ?>
</td>
							<td><a href="javascript:void(0);" onclick="return remove_sidebar_link('<?php 
                echo $sidebar['name'];
                ?>
',<?php 
                echo $cnt + 1;
                ?>
);" title="Remove this sidebar">remove</a></td>
						</tr>
						<?php 
                $cnt++;
            }
        } else {
            ?>
					<tr>
						<td colspan="4">No Sidebars defined</td>
					</tr>
					<?php 
        }
        ?>
			</table><br /><br />
			<div class="add_sidebar">
				<button href="javascript:void(0);" onclick="return add_sidebar_link()" title="Add a sidebar" class="button-primary add-sidebar-button">+ Add New Sidebar</button>
			</div>
		</div>
		<?php 
    }
 function of_options()
 {
     //Register sidebar options for blog/portfolio/woocommerce category/archive pages
     global $wp_registered_sidebars;
     $sidebar_options[] = 'None';
     for ($i = 0; $i < 1; $i++) {
         $sidebars = $wp_registered_sidebars;
         // sidebar_generator::get_sidebars();
         //var_dump($sidebars);
         if (is_array($sidebars) && !empty($sidebars)) {
             foreach ($sidebars as $sidebar) {
                 $sidebar_options[] = $sidebar['name'];
             }
         }
         $sidebars = sidebar_generator::get_sidebars();
         if (is_array($sidebars) && !empty($sidebars)) {
             foreach ($sidebars as $key => $value) {
                 $sidebar_options[] = $value;
             }
         }
     }
     // End
     //Access the WordPress Categories via an Array
     $of_categories = array();
     $of_categories_obj = get_categories('hide_empty=0');
     foreach ($of_categories_obj as $of_cat) {
         $of_categories[$of_cat->cat_ID] = $of_cat->cat_name;
     }
     $categories_tmp = array_unshift($of_categories, "Select a category:");
     //Access the WordPress Pages via an Array
     $of_pages = array();
     $of_pages_obj = get_pages('sort_column=post_parent,menu_order');
     foreach ($of_pages_obj as $of_page) {
         $of_pages[$of_page->ID] = $of_page->post_name;
     }
     $of_pages_tmp = array_unshift($of_pages, "Select a page:");
     //Testing
     $of_options_select = array("one", "two", "three", "four", "five");
     $of_options_radio = array("one" => "One", "two" => "Two", "three" => "Three", "four" => "Four", "five" => "Five");
     //Sample Homepage blocks for the layout manager (sorter)
     $of_options_homepage_blocks = array("enabled" => array("placebo" => "placebo", "block_one" => "Logo", "block_two" => "Menu", "block_three" => "Social Links", "block_four" => "Contact Info"), "disabled" => array("placebo" => "placebo", "block_five" => "Search Box"));
     //Stylesheets Reader
     $alt_stylesheet_path = LAYOUT_PATH;
     $alt_stylesheets = array();
     if (is_dir($alt_stylesheet_path)) {
         if ($alt_stylesheet_dir = opendir($alt_stylesheet_path)) {
             while (($alt_stylesheet_file = readdir($alt_stylesheet_dir)) !== false) {
                 if (stristr($alt_stylesheet_file, ".css") !== false) {
                     $alt_stylesheets[] = $alt_stylesheet_file;
                 }
             }
         }
     }
     //Background Images Reader
     $bg_images_path = get_stylesheet_directory() . '/images/pattern/';
     // change this to where you store your bg images
     $bg_images_url = get_template_directory_uri() . '/images/pattern/';
     // change this to where you store your bg images
     $bg_images = array();
     if (is_dir($bg_images_path)) {
         if ($bg_images_dir = opendir($bg_images_path)) {
             while (($bg_images_file = readdir($bg_images_dir)) !== false) {
                 if (stristr($bg_images_file, ".png") !== false || stristr($bg_images_file, ".jpg") !== false) {
                     natsort($bg_images);
                     //Sorts the array into a natural order
                     $bg_images[] = $bg_images_url . $bg_images_file;
                 }
             }
         }
     }
     /*-----------------------------------------------------------------------------------*/
     /* TO DO: Add options/functions that use these */
     /*-----------------------------------------------------------------------------------*/
     //More Options
     $uploads_arr = wp_upload_dir();
     $all_uploads_path = $uploads_arr['path'];
     $all_uploads = get_option('of_uploads');
     $other_entries = array("Select a number:", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19");
     $body_repeat = array("no-repeat", "repeat-x", "repeat-y", "repeat");
     $body_pos = array("top left", "top center", "top right", "center left", "center center", "center right", "bottom left", "bottom center", "bottom right");
     // Image Alignment radio box
     $of_options_thumb_align = array("alignleft" => "Left", "alignright" => "Right", "aligncenter" => "Center");
     // Image Links to Options
     $of_options_image_link_to = array("image" => "The Image", "post" => "The Post");
     $google_fonts = array("Select Font" => "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", "Alegreya Sans" => "Alegreya Sans", "Alegreya Sans SC" => "Alegreya Sans 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", "Exo 2" => "Exo 2", "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", "Kantumruy" => "Kantumruy", "Karla" => "Karla", "Kaushan Script" => "Kaushan Script", "Kavoon" => "Kavoon", "Kdam Thmor" => "Kdam Thmor", "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", "Rubik Mono One" => "Rubik Mono One", "Rubik One" => "Rubik One", "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");
     /*-----------------------------------------------------------------------------------*/
     /* The Options Array */
     /*-----------------------------------------------------------------------------------*/
     // Set the Options Array
     global $of_options;
     $of_options = array();
     $of_options[] = array("name" => "Logo Favicon", "type" => "heading");
     $of_options[] = array("name" => "Logo", "desc" => "", "id" => "logo_fav", "std" => "<h3 style=\"margin: 0 0 10px;\">Logo and Favicon Settings.</h3>\r\n\t\t\t\t\t\tIn this section you can upload your own logo and custom favicon!", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Logo ", "desc" => "Upload your website logo.", "id" => "logo", "std" => "", "type" => "upload");
     $of_options[] = array("name" => "Retina Logo ", "desc" => "Upload your website retina logo. Your Retina Logo should be twice the size of your normal logo. For example if your normal logo is: 175x35, your retina logo should be: 360x70 pixels. ", "id" => "retina_logo", "std" => "", "type" => "upload");
     $of_options[] = array("name" => "Mobile Logo Upload", "desc" => "Optionally you can upload another logo to be used for mobile devices with resolution lower than 830px.", "id" => "mobile_logo", "std" => "", "type" => "upload");
     $of_options[] = array("name" => "Enable Custom URL for Logo", "desc" => "Enable or Disable the use of custom url for your logo.", "id" => "en_custom_logo_url", "std" => 0, "folds" => 1, "type" => "switch");
     $of_options[] = array("name" => "Logo Custom URL", "desc" => "Enter a custom url (including http://) that will be used when clicking the logo. Leave blank to not use this feature", "id" => "custom_logo_url", "std" => "", "fold" => "en_custom_logo_url", "type" => "text");
     $of_options[] = array("name" => "Logo Top Padding", "id" => "logo_padding_top", "std" => "25", "min" => "0", "step" => "1", "max" => "100", "type" => "sliderui");
     $of_options[] = array("name" => "Logo Bottom Padding", "id" => "logo_padding_bottom", "std" => "25", "min" => "0", "step" => "1", "max" => "100", "type" => "sliderui");
     $of_options[] = array("name" => "Logo Left Padding", "id" => "logo_padding_left", "std" => "0", "min" => "0", "step" => "1", "max" => "100", "type" => "sliderui");
     $of_options[] = array("name" => "Logo Right Padding", "id" => "logo_padding_right", "std" => "0", "min" => "0", "step" => "1", "max" => "100", "type" => "sliderui");
     $of_options[] = array("name" => "Logo Resize", "desc" => "Force logo resize to a give value.", "id" => "logo_resize", "std" => 0, "type" => "switch");
     $of_options[] = array("name" => "Logo Resize width", "desc" => "Enter the resize width of the logo in pixels. E.g: 200px", "id" => "logo_resize_value", "std" => "150px", "fold" => "logo_resize", "type" => "text");
     $of_options[] = array("name" => "Favicon Upload", "desc" => "Upload your custom favicon. To generate a favicon you can visit <a href=\"http://tools.dynamicdrive.com/favicon/\" target=\"_blank\">Dynamic Drive</a>", "id" => "favicon", "std" => "", "type" => "upload");
     $of_options[] = array("name" => "Text Logo", "desc" => "", "id" => "text_logos", "std" => "<h3 style=\"margin: 0 0 10px;\">Text Logo</h3>\r\n\t\t\t\t\t\tIf no image logo is used, the text logo will be used. The text logo will automatically display your Site Name. To change your Site Name, please go to Settings -> General", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Text Logo Font Size (px)", "desc" => "Default is 13", "id" => "textlogo_font_size", "std" => "24", "min" => "10", "step" => "1", "max" => "50", "type" => "sliderui");
     $of_options[] = array("name" => "Text Logo Color", "desc" => "", "id" => "text_logo_color", "std" => "#21252b", "type" => "color");
     $of_options[] = array("name" => "Text Logo Color on Hover", "desc" => "", "id" => "text_logo_color_hover", "std" => "#99d37c", "type" => "color");
     $of_options[] = array("name" => "Tagline", "desc" => "", "id" => "tagline_field", "std" => "<h3 style=\"margin: 0 0 10px;\">Tagline</h3>\r\n\t\t\t\t\t\tAdd or remove your site Tagline. To change your Site Tagline, please go to Settings -> General", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Enable Tagline", "desc" => "Enable or Disable the Tagline.", "id" => "en_tagline", "std" => 0, "folds" => 1, "type" => "switch");
     $of_options[] = array("name" => "Tagline Color", "desc" => "", "id" => "tagline_color", "std" => "#dddddd", "fold" => "en_tagline", "type" => "color");
     $of_options[] = array("name" => "Tagline Font Size (px)", "desc" => "Default is 13", "id" => "tagline_font_size", "std" => "13", "min" => "10", "step" => "1", "max" => "42", "fold" => "en_tagline", "type" => "sliderui");
     $of_options[] = array("name" => "General Settings", "type" => "heading");
     $of_options[] = array("name" => "Page Loading", "desc" => "Enable/disable page loading effect.", "id" => "page_load_effect", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Header pos", "desc" => "", "id" => "header_p", "std" => "<h3 style=\"margin: 0 0 10px;\">Header Position</h3>Select the position of the Header", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "", "id" => "header_position", "std" => "Top", "type" => "select", "options" => array("top" => "Top", "left" => "Left", "right" => "Right"));
     $of_options[] = array("name" => "Site Layout", "desc" => "", "id" => "layout", "std" => "<h3 style=\"margin: 0 0 10px;\">Site Layout</h3>\r\n\t\t\t\t\t\tChoose the layout for your website.", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Site Layout", "id" => "site_width", "std" => "wide", "type" => "select", "options" => array("Wide", "Extra Wide", "Boxed"));
     $of_options[] = array("name" => "Boxed Layout width", "id" => "boxed_width", "desc" => "Select the width of the Boxed Layout: normal or wide", "std" => "normal", "type" => "select", "options" => array("960px", "1160px"));
     $of_options[] = array("name" => "Featured Images", "name" => "How many Featured Images to use", "id" => "featured_images_count", "std" => "5", "min" => "0", "step" => "1", "max" => "20", "type" => "sliderui");
     $of_options[] = array("name" => "Comments on Pages", "desc" => "Enable/disable comments on Default Page Template.", "id" => "comments_pages", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Search in Posts", "desc" => "Include Posts in search results.", "id" => "en_search_post", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Search in Pages", "desc" => "Include Pages in search results.", "id" => "en_search_page", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Search in Portfolio items", "desc" => "Include Portfolio items in search results.", "id" => "en_search_portfolio", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Search in WooCommerce Products", "desc" => "Include WooCommerce Products in search results - only if WooCommerce plugin is active.", "id" => "en_search_product", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Responsiveness", "type" => "heading");
     $of_options[] = array("name" => "Site Responsiveness", "desc" => "", "id" => "resp", "std" => "<h3 style=\"margin: 0 0 10px;\">Responsiveness</h3>Choose if you want to enable or disable the responsive layout for the theme.", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "", "desc" => "Enable/disable site responsiveness.", "id" => "responsiveness", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Typography", "type" => "heading");
     $of_options[] = array("name" => "Fonts", "desc" => "", "id" => "fonts", "std" => "<h3 style=\"margin: 0 0 10px;\">Google Fonts Settings</h3>\r\n\t\t\t\t\t\tSelect google fonts for body and headings.", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Select Logo and Tagline Font Family", "desc" => "Select a font family for text logo and tagline text", "id" => "logo_tagline_font", "std" => "Open Sans", "type" => "select_google_font", "preview" => array("text" => "This is a preview for the Logo and Tagline", "size" => "13px"), "options" => $google_fonts);
     $of_options[] = array("name" => "Select Body Font Family", "desc" => "Select a font family for body text", "id" => "body_font", "std" => "Open Sans", "type" => "select_google_font", "preview" => array("text" => "This is a preview for the Body Font Family", "size" => "13px"), "options" => $google_fonts);
     $of_options[] = array("name" => "Select Headings Font Family", "desc" => "Select a font family for headings", "id" => "heading_font", "std" => "Open Sans", "type" => "select_google_font", "preview" => array("text" => "This is a preview for the Headings Font Family", "size" => "13px"), "options" => $google_fonts);
     $of_options[] = array("name" => "Sidebar Headings Font Family", "desc" => "Select a font family for the sidebar headings", "id" => "side_heading_font", "std" => "Open Sans", "type" => "select_google_font", "preview" => array("text" => "This is a preview for the Sidebar Headings Font Family", "size" => "13px"), "options" => $google_fonts);
     $of_options[] = array("name" => "Header Menu Font Family", "desc" => "Select a font family for the header menu", "id" => "menu_font_family", "std" => "Open Sans", "type" => "select_google_font", "preview" => array("text" => "HOME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PAGES&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SHORTCODES&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CONTACT", "size" => "13px"), "options" => $google_fonts);
     $of_options[] = array("name" => "Top Bar Menu Font Family", "desc" => "Select a font family for the top menu", "id" => "tm_font_family", "std" => "Open Sans", "type" => "select_google_font", "preview" => array("text" => "This is a preview for the Top Menu", "size" => "13px"), "options" => $google_fonts);
     $of_options[] = array("name" => "Google Character Sets", "desc" => "Adjust the settings to load different character sets. More character sets equals to slower page load. Possible options are: latin, latin-ext, cyrillic, cyrillic-ext, greek, greek-ext, vietnamese", "id" => "ggl_character_sets", "std" => "latin", "type" => "text");
     $of_options[] = array("name" => "Google Fonts Weight", "desc" => "Adjust the settings to load different font weight. More font weights equals to slower page load. Possible options are: 300,400,400italic,500,600,700,700italic,800,900", "id" => "ggl_font_weight", "std" => "400,400italic,700,700italic", "type" => "text");
     $of_options[] = array("name" => "Custom Font", "desc" => "", "id" => "c_fonts", "std" => "<h3 style=\"margin: 0;\">Custom Font</h3>This will overide the google fonts.", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Custom Font .woff", "desc" => "Upload here the .woff font file.", "id" => "custom_woff", "std" => "", "mod" => "yes", "type" => "upload");
     $of_options[] = array("name" => "Custom Font .ttf", "desc" => "Upload here the .ttf font file.", "id" => "custom_ttf", "std" => "", "mod" => "yes", "type" => "media");
     $of_options[] = array("name" => "Custom Font .svg", "desc" => "Upload here the .svg font file.", "id" => "custom_svg", "std" => "", "mod" => "yes", "type" => "media");
     $of_options[] = array("name" => "Custom Font .eot", "desc" => "Upload here the .eot font file.", "id" => "custom_eot", "std" => "", "mod" => "yes", "type" => "media");
     $of_options[] = array("name" => "Choose where to use your Custom Font", "desc" => "Use for Body Font", "id" => "custom_body", "std" => 0, "type" => "switch");
     $of_options[] = array("desc" => "Use for Text Logo and tagline", "id" => "custom_logo_tagline", "std" => 0, "type" => "switch");
     $of_options[] = array("desc" => "Use for Header Menu", "id" => "custom_menu", "std" => 0, "type" => "switch");
     $of_options[] = array("desc" => "Use for Top Bar Menu", "id" => "custom_top_menu", "std" => 0, "type" => "switch");
     $of_options[] = array("desc" => "Use for Headings", "id" => "custom_heading", "std" => 0, "type" => "switch");
     $of_options[] = array("desc" => "Use on Sidebar Headings", "id" => "custom_sidebar", "std" => 0, "type" => "switch");
     $of_options[] = array("name" => "Fonts Sizes", "desc" => "", "id" => "fonts", "std" => "<h3 style=\"margin: 0 0 10px;\">Fonts Sizes</h3>\r\n\t\t\t\t\t\tSelect google fonts for body and headings.", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Body Font Line Height", "id" => "body_line_height", "std" => "22px", "type" => "text", "desc" => "Enter the line height for the Body font.");
     $of_options[] = array("name" => "Body Font Size (px)", "desc" => "Default is 13", "id" => "font_size", "std" => "13", "min" => "10", "step" => "1", "max" => "42", "type" => "sliderui");
     $of_options[] = array("name" => "Header Menu Font Size(px)", "id" => "menu_font_size", "std" => "13", "min" => "10", "step" => "1", "max" => "40", "type" => "sliderui");
     $of_options[] = array("name" => "Header SubMenu Font Size(px)", "id" => "submenu_font_size", "std" => "13", "min" => "10", "step" => "1", "max" => "40", "type" => "sliderui");
     $of_options[] = array("name" => "Header SubMenu Line Height(px)", "id" => "submenu_line_height", "std" => "35", "min" => "10", "step" => "1", "max" => "80", "type" => "sliderui");
     $of_options[] = array("name" => "Header Menu Font Weight - First Level only", "id" => "menu_font_weight", "std" => "400", "type" => "select", "options" => array(300, 400, 500, 600, 700, 800, 900));
     $of_options[] = array("name" => "Header Menu Letter Spacing", "id" => "menu_letter_spacing", "std" => "0", "type" => "text", "desc" => "Enter a value for letter spacing.");
     $of_options[] = array("name" => "Top Bar Menu Font Size(px)", "id" => "tm_font_size", "std" => "12", "desc" => "Default is 12", "min" => "10", "step" => "1", "max" => "40", "type" => "sliderui");
     $of_options[] = array("name" => "Page Title Font Size(px)", "id" => "page_title_font_size", "std" => "18", "desc" => "Default is 18", "min" => "10", "step" => "1", "max" => "60", "type" => "sliderui");
     $of_options[] = array("name" => "Page Title SubHeading Font Size(px)", "id" => "page_title_subheading_font_size", "std" => "13", "desc" => "Default is 13", "min" => "10", "step" => "1", "max" => "60", "type" => "sliderui");
     $of_options[] = array("name" => "Sidebar Heading Font Size (px)", "desc" => "Default is 14", "id" => "side_font_size", "std" => "14", "min" => "10", "step" => "1", "max" => "40", "type" => "sliderui");
     $of_options[] = array("name" => "Footer Sidebar Heading Font Size (px)", "desc" => "Default is 14", "id" => "footer_side_font_size", "std" => "14", "min" => "10", "step" => "1", "max" => "40", "type" => "sliderui");
     $of_options[] = array("name" => "Footer Widgets Font Size (px)", "desc" => "Default is 14", "id" => "footer_widgets_font_size", "std" => "14", "min" => "10", "step" => "1", "max" => "40", "type" => "sliderui");
     $of_options[] = array("name" => "Footer Copyright Font Size (px)", "desc" => "Default is 14", "id" => "footer_copyright_font_size", "std" => "14", "min" => "10", "step" => "1", "max" => "40", "type" => "sliderui");
     $of_options[] = array("name" => "Heading Font Size H1 (px)", "desc" => "Default is 36", "id" => "h1_font_size", "std" => "36", "min" => "10", "step" => "1", "max" => "60", "type" => "sliderui");
     $of_options[] = array("name" => "Heading Font Size H2 (px)", "desc" => "Default is 30", "id" => "h2_font_size", "std" => "30", "min" => "10", "step" => "1", "max" => "60", "type" => "sliderui");
     $of_options[] = array("name" => "Heading Font Size H3 (px)", "desc" => "Default is 24", "id" => "h3_font_size", "std" => "24", "min" => "10", "step" => "1", "max" => "60", "type" => "sliderui");
     $of_options[] = array("name" => "Heading Font Size H4 (px)", "desc" => "Default is 18", "id" => "h4_font_size", "std" => "18", "min" => "10", "step" => "1", "max" => "60", "type" => "sliderui");
     $of_options[] = array("name" => "Heading Font Size H5 (px)", "desc" => "Default is 14", "id" => "h5_font_size", "std" => "14", "min" => "10", "step" => "1", "max" => "60", "type" => "sliderui");
     $of_options[] = array("name" => "Heading Font Size H6 (px)", "desc" => "Default is 12", "id" => "h6_font_size", "std" => "12", "min" => "10", "step" => "1", "max" => "60", "type" => "sliderui");
     $of_options[] = array("name" => "H1, H2, H3, H4, H5, H6 Font Weight", "id" => "headings_font_weight", "std" => "400", "type" => "select", "options" => array(300, 400, 500, 600, 700, 800, 900));
     $of_options[] = array("name" => "H1, H2, H3, H4, H5, H6 Margin Bottom", "id" => "headings_margin_bottom", "std" => "10", "min" => "0", "step" => "1", "max" => "60", "type" => "sliderui");
     $of_options[] = array("name" => "Paragraph tag: < p > Margin Bottom", "id" => "paragraph_margin_bottom", "std" => "20", "min" => "0", "step" => "1", "max" => "60", "type" => "sliderui");
     $of_options[] = array("name" => "Fonts Color", "desc" => "", "id" => "fonts", "std" => "<h3 style=\"margin: 0 0 10px;\">Fonts Colors</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Body Font Color", "desc" => "Default is #666666", "id" => "font_color", "std" => "#666666", "type" => "color");
     $of_options[] = array("name" => "Basic Design", "type" => "heading");
     $of_options[] = array("name" => "Boxed Layout Styling", "desc" => "", "id" => "boxed_style", "std" => "<h3 style=\"margin: 0 0 10px;\">Boxed Layout Styling</h3>\r\n\t\t\t\t\t\tThe settings bellow will only affect the Boxed Layout style.", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Outer Shadow", "desc" => "Enable/disable outer shadow.", "id" => "outer_shadow", "std" => "0", "type" => "switch");
     $of_options[] = array("name" => "Margin Top / Bottom", "desc" => "Default is 20", "id" => "margin_all", "std" => "20", "min" => "0", "step" => "5", "max" => "50", "type" => "sliderui");
     $of_options[] = array("name" => "Outer Padding", "desc" => "Default is 0", "id" => "padding_out", "std" => "0", "min" => "0", "step" => "5", "max" => "50", "type" => "sliderui");
     $of_options[] = array("name" => "Outer Border Style", "desc" => "Select the outer border style.", "id" => "outer_border_type", "std" => "solid", "type" => "select", "options" => array("dotted", "dashed", "solid", "double", "groove", "inset", "outset", "ridge"));
     $of_options[] = array("name" => "Outer Border Width", "desc" => "Select the outer border width.", "id" => "outer_border", "std" => "0", "min" => "0", "step" => "1", "max" => "8", "type" => "sliderui");
     $of_options[] = array("name" => "Outer Border Color", "desc" => "Default is #ECECEC", "id" => "outer_border_color", "std" => "#ECECEC", "type" => "color");
     $of_options[] = array("name" => "Outer Background", "desc" => "Upload an image or new pattern for the background.", "id" => "boxed_bg", "std" => "", "type" => "upload");
     $of_options[] = array("name" => "Outer Background Repeat", "id" => "bg_repeat", "std" => "no-repeat", "type" => "select", "options" => array("no-repeat", "repeat-x", "repeat-y", "repeat"));
     $of_options[] = array("name" => "Outer Background Attachment", "desc" => "Select Fixed to keep the background fixed in place on user scroll.", "id" => "bg_attachment", "std" => "fixed", "type" => "select", "options" => array("scroll", "fixed"));
     $of_options[] = array("name" => "Fullscreen Background", "desc" => "Enable/disable fullscreen background.", "id" => "bg_fullscreen", "std" => "0", "type" => "switch");
     $of_options[] = array("name" => "Enable Parallax", "desc" => "Enable/disable parallax background.", "id" => "en_parallax", "std" => "0", "type" => "switch");
     $of_options[] = array("name" => "Use Patterns", "desc" => "Enable/disable background patterns (if enabled, the patterns will overide the background image settings.", "id" => "enable_pattern", "std" => "0", "folds" => 1, "type" => "switch");
     $of_options[] = array("name" => "Background Pattern", "desc" => "Select a background pattern.", "id" => "pattern", "std" => $bg_images_url . "pattern1.png", "type" => "tiles", "fold" => "enable_pattern", "options" => array("pattern1" => get_bloginfo('template_directory') . "/images/pattern/pattern1.png", "pattern2" => get_bloginfo('template_directory') . "/images/pattern/pattern2.png", "pattern3" => get_bloginfo('template_directory') . "/images/pattern/pattern3.png", "pattern4" => get_bloginfo('template_directory') . "/images/pattern/pattern4.png", "pattern5" => get_bloginfo('template_directory') . "/images/pattern/pattern5.png", "pattern6" => get_bloginfo('template_directory') . "/images/pattern/pattern6.png", "pattern7" => get_bloginfo('template_directory') . "/images/pattern/pattern7.png", "pattern8" => get_bloginfo('template_directory') . "/images/pattern/pattern8.png", "pattern9" => get_bloginfo('template_directory') . "/images/pattern/pattern9.png", "pattern10" => get_bloginfo('template_directory') . "/images/pattern/pattern10.png", "pattern11" => get_bloginfo('template_directory') . "/images/pattern/pattern11.png", "pattern12" => get_bloginfo('template_directory') . "/images/pattern/pattern12.png", "pattern13" => get_bloginfo('template_directory') . "/images/pattern/pattern13.png", "pattern14" => get_bloginfo('template_directory') . "/images/pattern/pattern14.png", "pattern15" => get_bloginfo('template_directory') . "/images/pattern/pattern15.png", "pattern16" => get_bloginfo('template_directory') . "/images/pattern/pattern16.png", "pattern17" => get_bloginfo('template_directory') . "/images/pattern/pattern17.png", "pattern18" => get_bloginfo('template_directory') . "/images/pattern/pattern18.png", "pattern19" => get_bloginfo('template_directory') . "/images/pattern/pattern19.png", "pattern20" => get_bloginfo('template_directory') . "/images/pattern/pattern20.png", "pattern21" => get_bloginfo('template_directory') . "/images/pattern/pattern21.png", "pattern22" => get_bloginfo('template_directory') . "/images/pattern/pattern22.png", "pattern23" => get_bloginfo('template_directory') . "/images/pattern/pattern23.png", "pattern24" => get_bloginfo('template_directory') . "/images/pattern/pattern24.png", "pattern25" => get_bloginfo('template_directory') . "/images/pattern/pattern25.png"));
     $of_options[] = array("name" => "Outer Background Color", "desc" => "", "id" => "body_bg_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => "Inner Background Color", "desc" => "", "id" => "body_bg_color_inside", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => "Colors", "type" => "heading");
     $of_options[] = array("name" => "Predefined Color Scheme", "desc" => "", "id" => "color_scheme", "std" => "Light Red", "type" => "select", "options" => array('green' => 'Green', 'blue' => 'Blue', 'red' => 'Red', 'yellow' => 'Yellow', 'purple' => 'Purple', 'grey' => 'Grey', 'black' => 'Black'));
     $of_options[] = array("name" => "Link Color", "desc" => "", "id" => "primary_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => "Link Color on Hover", "desc" => "", "id" => "primary_color_hover", "std" => "#5bc98c", "type" => "color");
     /*						
     $of_options[] = array(  "name" =>  "Second Link Color",
     						"desc" => "",
     						"id" => "second_link_color",
     						"std" => "#E1F4C6",
     						"type" => "color");	
     */
     $of_options[] = array("name" => "Image Hover Color - Potfolio &amp; Blog Items", "desc" => "", "id" => "pb_hover_color", "std" => "#5bc98c", "type" => "color");
     $of_options[] = array("name" => "Shortcodes Default Color", "desc" => "", "id" => "shortcode_color", "std" => "#5bc98c", "type" => "color");
     $of_options[] = array("name" => "Footer Widget Link Color", "desc" => "", "id" => "footer_widget_link_color", "std" => "#5bc98c", "type" => "color");
     $of_options[] = array("name" => "Custom Colors", "desc" => "", "id" => "layout", "std" => "<h3 style=\"margin: 0 0 10px;\">Custom Colors</h3>\r\n\t\t\t\t\t\tIf you modify the colors above and need to keep them saved after you select a new color system use the options bellow to save your values (each field above has a correspondent below).", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Custom Colors", "desc" => "Enable custom colors pattern -  this will overide the color system selected above", "id" => "use_custom", "std" => 0, "folds" => 1, "type" => "switch");
     $of_options[] = array("name" => "Custom Primary Link Color", "desc" => "", "id" => "custom_primary_color", "fold" => "use_custom", "std" => "#58A623", "type" => "color");
     $of_options[] = array("name" => "Custom Second Link Color", "desc" => "", "id" => "custom_second_link_color", "fold" => "use_custom", "std" => "#E1F4C6", "type" => "color");
     $of_options[] = array("name" => "Custom Image Hover Color - Potfolio &amp; Blog Items", "desc" => "", "id" => "custom_pb_hover_color", "fold" => "use_custom", "std" => "#b4e56b", "type" => "color");
     $of_options[] = array("name" => "Custom Shortcodes Default Color", "desc" => "", "id" => "custom_shortcode_color", "fold" => "use_custom", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => "Custom Button Border Color", "desc" => "", "id" => "custom_button_border_color", "fold" => "use_custom", "std" => "#95b959", "type" => "color");
     $of_options[] = array("name" => "Custom Button Gradient Color (Top)", "desc" => "", "id" => "custom_button_gradient_top_color", "fold" => "use_custom", "std" => "#cae387", "type" => "color");
     $of_options[] = array("name" => "Custom Button Gradient Color (Bottom)", "desc" => "", "id" => "custom_button_gradient_bottom_color", "fold" => "use_custom", "std" => "#a5cb5e", "type" => "color");
     $of_options[] = array("name" => "Custom Button Text Color", "desc" => "", "id" => "custom_button_text_color", "fold" => "use_custom", "std" => "#5A742D", "type" => "color");
     $of_options[] = array("name" => "Custom Button Text Shadow Color", "desc" => "", "id" => "custom_button_text_shadow_color", "fold" => "use_custom", "std" => "#DFF4BC", "type" => "color");
     $of_options[] = array("name" => "Custom Footer Widget Link Color", "desc" => "", "id" => "custom_footer_widget_link_color", "fold" => "use_custom", "std" => "#77b31d", "type" => "color");
     $of_options[] = array("name" => "Top Bar", "type" => "heading");
     $of_options[] = array("name" => " Top Bar", "desc" => "", "id" => "header_pos", "std" => "<h3 style=\"margin: 0 0 10px;\">Header Top Bar</h3>Add a top bar, above the Header section.", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Enable Top Bar", "desc" => "Enable/disable top bar.", "id" => "en_top_bar", "std" => "1", "folds" => 1, "type" => "switch");
     $of_options[] = array("name" => "Top Bar Left Content", "fold" => "en_top_bar", "desc" => "Select what to display in the left position of the Top Bar", "id" => "tb_left_content", "std" => "contactinfo", "type" => "select", "options" => array('contactinfo' => 'Contact Info', 'socialinks' => 'Social Links', 'nav' => 'Top Menu', 'empty' => 'Leave Empty'));
     $of_options[] = array("name" => "Top Bar Right Content", "desc" => "Select what to display in the right position of the Top Bar", "fold" => "en_top_bar", "id" => "tb_right_content", "std" => "socialinks", "type" => "select", "options" => array('contactinfo' => 'Contact Info', 'socialinks' => 'Social Links', 'nav' => 'Top Menu', 'empty' => 'Leave Empty'));
     $of_options[] = array("name" => "Top Bar Background Color", "desc" => "", "id" => "top_bar_bg", "std" => "#000", "fold" => "en_top_bar", "type" => "color");
     $of_options[] = array("name" => "Top Bar Bottom Border Color", "desc" => "", "id" => "top_bar_border", "std" => "#444", "fold" => "en_top_bar", "type" => "color");
     $of_options[] = array("name" => "Top Bar Social Icons Color", "id" => "top_bar_social_color", "std" => "#eeeeee", "type" => "color", "fold" => "en_top_bar");
     $of_options[] = array("name" => "Top Bar Icons Opacity - in percents", "desc" => "Default opacity: 60%", "id" => "social_icons_opacity", "std" => "60", "min" => "10", "step" => "5", "max" => "100", "fold" => "en_top_bar", "type" => "sliderui");
     $of_options[] = array("name" => " Top Bar Menu", "desc" => "", "id" => "tb_mn", "std" => "<h3 style=\"margin: 0 0 10px;\">Top Bar Menu</h3>Change the appearance of the Top Menu", "icon" => true, "fold" => "en_top_bar", "type" => "info");
     $of_options[] = array("name" => "Top Menu Link Color", "desc" => "", "id" => "tm_link_color", "std" => "#999999", "fold" => "en_top_bar", "type" => "color");
     $of_options[] = array("name" => "Top Menu Link Color on Hover", "desc" => "", "id" => "tm_link_color_hover", "std" => "#5bc98c", "fold" => "en_top_bar", "type" => "color");
     $of_options[] = array("name" => "Top Menu Separator", "desc" => "Enable/disable top menu separator.", "id" => "tm_separator", "std" => "1", "fold" => "en_top_bar", "type" => "switch");
     $of_options[] = array("name" => "Top Menu Separator Color", "desc" => "", "id" => "tm_separator_color", "std" => "#cccccc", "fold" => "en_top_bar", "type" => "color");
     $of_options[] = array("name" => "Top Menu Separator Symbol", "desc" => "Default is: |", "id" => "tm_separator_symbol", "std" => "|", "fold" => "en_top_bar", "type" => "text");
     $of_options[] = array("name" => " Top Bar Contact", "desc" => "", "id" => "header_pos", "std" => "<h3 style=\"margin: 0 0 10px;\">Top Bar Contact</h3>", "icon" => true, "fold" => "en_top_bar", "type" => "info");
     $of_options[] = array("name" => "Contact Email", "desc" => "Enter your contact email.", "id" => "contact_email", "std" => "*****@*****.**", "fold" => "en_top_bar", "type" => "text");
     $of_options[] = array("name" => "Phone Number", "desc" => "Enter your phone number.", "id" => "contact_phone", "std" => "+1 650-253-0000", "fold" => "en_top_bar", "type" => "text");
     $of_options[] = array("name" => "Enable Tap to Call Button", "desc" => "Enable/disable a tap to call button, on mobile devices with a resolution lower than 767px.", "id" => "en_tap_call", "std" => "0", "fold" => "en_top_bar", "folds" => 1, "type" => "switch");
     $of_options[] = array("name" => "Tap to Call text on button", "desc" => "Enter the text you want to appear on the button.", "id" => "tap_call_text", "std" => "Give us a Call Now!", "fold" => "en_tap_call", "type" => "text");
     $of_options[] = array("name" => "Contact text Color", "desc" => "", "id" => "contact_text", "std" => "#999999", "fold" => "en_top_bar", "type" => "color");
     $of_options[] = array("name" => "Contact link Color", "desc" => "", "id" => "contact_link", "std" => "#999999", "fold" => "en_top_bar", "type" => "color");
     $of_options[] = array("name" => "Contact link Color on Hover", "desc" => "", "id" => "contact_link_hover", "std" => "#5bc98c", "fold" => "en_top_bar", "type" => "color");
     $of_options[] = array("name" => "Separator Color", "desc" => "", "id" => "top_bar_separator", "std" => "#999999", "fold" => "en_top_bar", "type" => "color");
     $of_options[] = array("name" => "Header Top", "type" => "heading");
     $of_options[] = array("name" => "Sticky Header", "desc" => "Enable/disable the Sticky Header.", "id" => "enable_sticky", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Sticky Menu - Modern Header", "desc" => "Enable/disable Sticky Menu for Modern Header only. Disable the Sticky Header option above.", "id" => "enable_sticky_menu_modern", "std" => "0", "type" => "switch");
     $of_options[] = array("name" => "Sticky Menu on Mobile", "desc" => "Enable/disable the Sticky Menu on Mobile Devices.", "id" => "sticky_mobile_menu", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Sticky Header Background Opacity (%)", "id" => "sticky_header_opacity", "std" => "100", "min" => "0", "step" => "1", "max" => "100", "desc" => "Select the opacity of the Sticky Header Background in percent. A lower value will make the sticky header more transparent - select 0 to make the Sticky Header fully transparent.", "type" => "sliderui");
     /*
     $of_options[] = array( 	"name" 		=> "Header Section Position",
     						"desc" 		=> "",
     						"id" 		=> "header_pos2",
     						"std" 		=> "<h3 style=\"margin: 0 0 10px;\">Header Section Position</h3>Select the position of the header: Top, Left or Right",
     						"icon" 		=> true,
     						"type" 		=> "info"
     				);
     				
     $of_options[] = array(  "name" => "",
     						"id" => "header_position",
     						"std" => "Top",
     						"type" => "select",
     						"options" => array("top" => "Top", "left" => "Left", "right" => "Right"));				
     */
     $of_options[] = array("name" => "Header Style", "desc" => "", "id" => "header_pos", "std" => "<h3 style=\"margin: 0 0 10px;\">Header Style</h3>Select the style you want to use for the header", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "", "id" => "header_style", "std" => "Default", "type" => "select", "options" => array("style1" => "Default", "style2" => "Modern"));
     $of_options[] = array("name" => "Header W", "desc" => "", "id" => "header_w", "std" => "<h3 style=\"margin: 0 0 10px;\">Header Width</h3>Select the width of your header", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "", "id" => "header_width", "std" => "Default", "type" => "select", "options" => array("normal" => "Normal", "expanded" => "Expanded"));
     $of_options[] = array("name" => "Header Pos", "desc" => "", "id" => "header_pos", "std" => "<h3 style=\"margin: 0 0 10px;\">Header Elements Positioning</h3>Select how the header logo and menu will be displayed: normal or centered!", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "", "id" => "header_el_pos", "std" => "normal", "type" => "select", "options" => array("normal" => "Normal", "center" => "Centered"));
     $of_options[] = array("name" => "Header Styling", "desc" => "", "id" => "header_styling", "std" => "<h3 style=\"margin: 0 0 10px;\">Header Styling</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Header Search Icon", "desc" => "Enable/disable header search icon.", "id" => "header_search_icon", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Header Bottom Shadow", "desc" => "Enable/disable header bottom shadow.", "id" => "header_bottom_shadow", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Use Patterns", "desc" => "Enable/disable patterns.", "id" => "en_header_pattern", "std" => "0", "folds" => 1, "type" => "switch");
     $of_options[] = array("name" => "Background Pattern", "desc" => "Select a background pattern for the header.", "id" => "header_patterns", "std" => $bg_images_url . "pattern10.png", "type" => "tiles", "fold" => "en_header_pattern", "options" => array("pattern1" => get_bloginfo('template_directory') . "/images/pattern/pattern1.png", "pattern2" => get_bloginfo('template_directory') . "/images/pattern/pattern2.png", "pattern3" => get_bloginfo('template_directory') . "/images/pattern/pattern3.png", "pattern4" => get_bloginfo('template_directory') . "/images/pattern/pattern4.png", "pattern5" => get_bloginfo('template_directory') . "/images/pattern/pattern5.png", "pattern6" => get_bloginfo('template_directory') . "/images/pattern/pattern6.png", "pattern7" => get_bloginfo('template_directory') . "/images/pattern/pattern7.png", "pattern8" => get_bloginfo('template_directory') . "/images/pattern/pattern8.png", "pattern9" => get_bloginfo('template_directory') . "/images/pattern/pattern9.png", "pattern10" => get_bloginfo('template_directory') . "/images/pattern/pattern10.png", "pattern11" => get_bloginfo('template_directory') . "/images/pattern/pattern11.png", "pattern12" => get_bloginfo('template_directory') . "/images/pattern/pattern12.png", "pattern13" => get_bloginfo('template_directory') . "/images/pattern/pattern13.png", "pattern14" => get_bloginfo('template_directory') . "/images/pattern/pattern14.png", "pattern15" => get_bloginfo('template_directory') . "/images/pattern/pattern15.png", "pattern16" => get_bloginfo('template_directory') . "/images/pattern/pattern16.png", "pattern17" => get_bloginfo('template_directory') . "/images/pattern/pattern17.png", "pattern18" => get_bloginfo('template_directory') . "/images/pattern/pattern18.png", "pattern19" => get_bloginfo('template_directory') . "/images/pattern/pattern19.png", "pattern20" => get_bloginfo('template_directory') . "/images/pattern/pattern20.png", "pattern21" => get_bloginfo('template_directory') . "/images/pattern/pattern21.png", "pattern22" => get_bloginfo('template_directory') . "/images/pattern/pattern22.png", "pattern23" => get_bloginfo('template_directory') . "/images/pattern/pattern23.png", "pattern24" => get_bloginfo('template_directory') . "/images/pattern/pattern24.png", "pattern25" => get_bloginfo('template_directory') . "/images/pattern/pattern25.png"));
     $of_options[] = array("name" => "Header Custom Background", "desc" => "Upload an image or new pattern for the background of the header.", "id" => "header_bg_image", "std" => "", "type" => "upload");
     $of_options[] = array("name" => "Header Custom Background Repeat", "id" => "header_bg_repeat", "std" => "no-repeat", "type" => "select", "options" => array("no-repeat", "repeat-x", "repeat-y", "repeat"));
     $of_options[] = array("name" => "Header Background Color", "desc" => "", "id" => "header_bg_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => "Header Menu", "desc" => "", "id" => "header_menu", "std" => "<h3 style=\"margin: 0 0 10px;\">Header Menu</h3>", "icon" => true, "type" => "info");
     /*				
     $of_options[] = array(  "name" => "Header Menu Style",
     						"id" => "header_menu_style",
     						"std" => "new-style",
     						"type" => "select",
     						"options" => array("old-style" => "Old Style","new-style" => "New Style"));				
     */
     $of_options[] = array("name" => "Header Menu Margin Top", "desc" => "Use this option to add a top margin to the navigation. Useful if you want your logo to be vertically centered when using the Default Header.<br> E.g: 30px", "id" => "vertical_nav", "std" => "", "type" => "text");
     $of_options[] = array("name" => "Header Menu Uppercase", "desc" => "Force uppercase text for the Header Menu.", "id" => "force_uppercase", "std" => "0", "folds" => 1, "type" => "switch");
     $of_options[] = array("name" => "Header Menu - SubMenu Indicator", "desc" => "Enable/disable the SubMenu Indicator (the + sign)", "id" => "submenu_indicator", "std" => "1", "folds" => 1, "type" => "switch");
     /*						
     $of_options[] = array(  "name" => "Header Menu Position",
     						"desc" 		=> "Select the position of the header menu.",
     						"id" => "menu_float",
     						"std" => "right",
     						"type" => "select",
     						"options" => array("left","right"));	
     */
     $of_options[] = array("name" => "Header Menu Text Color", "desc" => "Select the color of the header text menu.", "id" => "menu_color", "std" => "#21252b", "type" => "color");
     $of_options[] = array("name" => "Header Menu Text Color on Hover", "desc" => "Select the color of the header text menu on hover.", "id" => "menu_color_hover", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => "Header Menu Background Color on Hover", "desc" => "Select the background color of the header text menu on hover.", "id" => "menu_color_bg_hover", "std" => "#5bc98c", "type" => "color");
     /*					
     $of_options[] = array(  "name" => "Header Menu Background Color Force Transparency",
     						"desc" 		=> "Enable this option to make the header menu background transparent.",
     						"id" => "menu_color_bg_transparent",
     						"std" => "0",
     						"folds" => 0,
     						"type" => "switch");												
     */
     $of_options[] = array("name" => "Header SubMenu Top Border Color", "desc" => "Select the top border color of the submenu.", "id" => "submenu_border_color", "std" => "#5bc98c", "type" => "color");
     $of_options[] = array("name" => "Header SubMenu Items Text Color", "desc" => "Select the text color of the submenu items.", "id" => "submenu_color", "std" => "#666666", "type" => "color");
     $of_options[] = array("name" => "Header SubMenu Items Text Color on Hover", "desc" => "Select the text color of the submenu items on hover.", "id" => "submenu_color_hover", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => "Header SubMenu Items Background Color", "desc" => "Select the background color of the submenu items text.", "id" => "submenu_bg_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => "Header SubMenu Background Color on Hover", "desc" => "Select the background color of the submenu items text, on hover.", "id" => "submenu_bg_color_hover", "std" => "#5bc98c", "type" => "color");
     $of_options[] = array("name" => "Header SubMenu Items Separator Color", "desc" => "Select the color of the submenu items separator.", "id" => "submenu_separator", "std" => "#f4f4f4", "type" => "color");
     $of_options[] = array("name" => "Header Menu Background Color - Modern Header Style", "desc" => "If you selected the Modern Header style you can specify a color for the background of the menu bar. Note that the menu will be placed outside the header area.", "id" => "menu_bg_color_full", "std" => "#000000", "type" => "color");
     $of_options[] = array("name" => "Header Menu Border Color - Modern Header Style", "desc" => "If you selected the Modern Header style you can specify a color for the border of the menu bar. ", "id" => "menu_border_color", "std" => "#444444", "type" => "color");
     $of_options[] = array("name" => "MegaMenu", "desc" => "", "id" => "mega_menu", "std" => "<h3 style=\"margin: 0 0 10px;\">MegaMenu Styling</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Column Title Text/Link Color", "desc" => "Select the text color of the column title.", "id" => "mm_column_title", "std" => "#444444", "type" => "color");
     $of_options[] = array("name" => "Column Title Link Color on Hover", "desc" => "Select the link color on hover of the column title.", "id" => "mm_column_title_hover", "std" => "#5bc98c", "type" => "color");
     $of_options[] = array("name" => "Column Title Font Size", "id" => "mm_column_title_font_size", "std" => "14", "min" => "10", "step" => "1", "max" => "40", "type" => "sliderui");
     $of_options[] = array("name" => "Column Title Font Weight", "id" => "mm_column_title_font_weight", "std" => "normal", "type" => "select", "options" => array("normal", "300", "400", "500", "600", "700"));
     $of_options[] = array("name" => "MegaMenu Links Color", "id" => "mm_links_color", "desc" => "Select the link color of the MegaMenu sub-menu items.", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => "MegaMenu Links Color on Hover", "id" => "mm_links_color_hover", "desc" => "Select the link color on hover of the MegaMenu sub-menu items.", "std" => "#5bc98c", "type" => "color");
     $of_options[] = array("name" => "Header HTML Code - only works for Modern Header style", "desc" => "Paste here your html code for the header area. You can add javascripts codes to output the banners you want or plain html.", "id" => "header_banner", "std" => "", "type" => "textarea");
     $of_options[] = array("name" => "Header Padding &amp; Margins", "desc" => "", "id" => "header_padd_mar", "std" => "<h3 style=\"margin: 0 0 10px;\">Header Padding &amp; Margins</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Header Bottom Margin (px)", "id" => "header_bottom_margin", "std" => "0", "min" => "0", "step" => "5", "max" => "50", "type" => "sliderui");
     $of_options[] = array("name" => "Header Top Margin (px)", "id" => "header_top_margin", "std" => "0", "min" => "0", "step" => "5", "max" => "50", "type" => "sliderui");
     $of_options[] = array("name" => "Header Top Padding (px)", "id" => "header_top_padding", "std" => "0", "min" => "0", "step" => "5", "max" => "50", "type" => "sliderui");
     $of_options[] = array("name" => "Header Bottom Padding (px)", "id" => "header_bottom_padding", "std" => "0", "min" => "0", "step" => "5", "max" => "50", "type" => "sliderui");
     $of_options[] = array("name" => "Header Left-Right", "type" => "heading");
     $of_options[] = array("name" => "Elements Positioning", "desc" => "Drag and Drop elements to assign them in the correct order. Drag elements in the Disabled area to not show them.", "id" => "side_blocks", "std" => $of_options_homepage_blocks, "type" => "sorter");
     $of_options[] = array("name" => "Header Area Width (px)", "desc" => "Enter the header width in pixels. Default: 300px", "id" => "hlr_width", "std" => "300px", "type" => "text");
     $of_options[] = array("name" => "Header Area Background Color", "desc" => "Select the background color for left/right header area.", "id" => "hlr_bg_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => "Header Area Background Image", "desc" => "Upload an image for the background of the header left/right area.", "id" => "hlr_bg_img", "std" => "", "type" => "upload");
     $of_options[] = array("name" => "Background Image Repeat", "id" => "hlr_bg_img_repeat", "std" => "no-repeat", "type" => "select", "options" => array("no-repeat", "repeat-x", "repeat-y", "repeat"));
     $of_options[] = array("name" => "Background Image Position X", "desc" => "You can custom position the background by entering pixel or percent values. E.g: -50px <br> Enter: 50% if you want your background to be centered horizontally.", "id" => "hlr_bg_img_x", "std" => "", "type" => "text");
     $of_options[] = array("name" => "Background Image Position Y", "desc" => "You can custom position the background horizontally, by entering pixel or percent values. E.g: -50px <br> Enter: 50% if you want your background to be centered vertically.", "id" => "hlr_bg_img_y", "std" => "", "type" => "text");
     $of_options[] = array("name" => "Fullscreen Background", "desc" => "Enable/disable fullscreen background for the header left/right area.", "id" => "hlr_bg_fullscreen", "std" => "0", "type" => "switch");
     $of_options[] = array("name" => "Header Shadow Effect", "desc" => "Enable/disable shadow effect for the left/right header area.", "id" => "hlr_shadow_en", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Header Border Width ", "id" => "hlr_border_width", "std" => "0", "min" => "0", "step" => "1", "max" => "20", "desc" => "Select the width of the border for the header left/right area.", "type" => "sliderui");
     $of_options[] = array("name" => "Header Area Border Color", "desc" => "Select the border color for left/right header area. Will only work if the Header Border Width is greater than 0.", "id" => "hlr_border_color", "std" => "#eeeeee", "type" => "color");
     $of_options[] = array("name" => "Soc Links", "desc" => "", "id" => "hlr_sl", "std" => "<h3 style=\"margin: 0 0 10px;\">Social Icons</h3> Use the settings here to customzie the Social Icons settings for the header left/right area.", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Social Icons Background Color", "desc" => "Select the background color for the Social Icon. Leave blank if you want the social links to use a transparent background.", "id" => "hlr_si_bg", "std" => "", "type" => "color");
     $of_options[] = array("name" => "Social Icons Color", "desc" => "Select the color for the Social Icon. ", "id" => "hlr_si_color", "std" => "#5e5e5e", "type" => "color");
     $of_options[] = array("name" => "Menu Options", "desc" => "", "id" => "hlr_mm2", "std" => "<h3 style=\"margin: 0 0 10px;\">Menu Typography</h3> Use the settings here to customzie the typographic settings for the Main Menu and Child Menus.", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Menu Font Family", "desc" => "Select a font family for menus.", "id" => "hlr_font_family", "std" => "Open Sans", "type" => "select_google_font", "preview" => array("text" => "This is a preview for the Menu", "size" => "13px"), "options" => $google_fonts);
     $of_options[] = array("name" => "Main Menu Font Size (px)", "desc" => "Enter the font size for the Main Menu, in pixels. Default: 14px.", "id" => "hlr_mm_font_size", "std" => "14px", "type" => "text");
     $of_options[] = array("name" => "Child Menu Font Size (px)", "desc" => "Enter the font size for the Child Menu, in pixels. Default: 12px.", "id" => "hlr_cm_font_size", "std" => "12px", "type" => "text");
     $of_options[] = array("name" => "Header Menu Font Weight - First Level only", "id" => "hlr_menu_font_weight", "std" => "500", "type" => "select", "options" => array(300, 400, 500, 600, 700, 800, 900));
     $of_options[] = array("name" => "Main Menu Options", "desc" => "", "id" => "hlr_mm", "std" => "<h3 style=\"margin: 0 0 10px;\">Main Menu Options</h3> Use the settings here to customzie the Main Menu Items in the Left/Right Header", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Main Menu Text Align", "id" => "hlr_mm_text_align", "std" => "Left", "type" => "select", "options" => array("left" => "Left", "Center" => "Center", "right" => "Right"));
     $of_options[] = array("name" => "Main Menu Items left/right Border Width (px)", "id" => "hlr_menu_border_width", "std" => "3", "min" => "0", "step" => "1", "max" => "20", "desc" => "Select the width of the left/right border for the menu items. Default 3px.", "type" => "sliderui");
     $of_options[] = array("name" => "Main Menu Border Color", "desc" => "Select the border color for the main menu items.", "id" => "hlr_menu_border_color", "std" => "#5bc98c", "type" => "color");
     $of_options[] = array("name" => "Header SubMenu Width (px)", "desc" => "Enter the width of the submenu items in pixels. Default: 220px", "id" => "hlr_sub_width", "std" => "220px", "type" => "text");
     $of_options[] = array("name" => "Menus Item Separator Thickness", "desc" => "Select the thickness for the line separtor of the menu items. Choose 0 if you want to disable it", "id" => "hlr_menu_separator_thickness", "std" => "1", "min" => "0", "step" => "1", "max" => "10", "type" => "sliderui");
     $of_options[] = array("name" => "Menus Item Separator Color", "desc" => "Select the color for the line separtor of the menu items.", "id" => "hlr_menu_separator_color", "std" => "#e8ebed", "type" => "color");
     $of_options[] = array("name" => "Main Menu Item Text Color", "desc" => "Select the text color for the main menu items.", "id" => "hlr_menu_text_color", "std" => "#767676", "type" => "color");
     $of_options[] = array("name" => "Main Menu Item Background Color", "desc" => "Select the background color for the main menu items. Leave blank to not use any background color.", "id" => "hlr_menu_bg_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => "Main Menu Item Text Color on Hover", "desc" => "Select the text color on hover for the main menu items.", "id" => "hlr_menu_text_color_hover", "std" => "#5b5b5b", "type" => "color");
     $of_options[] = array("name" => "Main Menu Item Background Color on Hover", "desc" => "Select the background color on hover for the main menu items. Leave blank to not use any background color.", "id" => "hlr_menu_bg_color_hover", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => "Child Menu Options", "desc" => "", "id" => "hlr_cm", "std" => "<h3 style=\"margin: 0 0 10px;\">Child Menu Options</h3>Use the settings here to customzie the Child Menu Items of the Main Menu in the Left/Right Header", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Child Menus Text Align", "id" => "hlr_cm_text_align", "std" => "Left", "type" => "select", "options" => array("left" => "Left", "Center" => "Center", "right" => "Right"));
     $of_options[] = array("name" => "Child Menu Items Indicator", "desc" => "Enable/disable the sub menu indicator - this will add a small icon that will indicate the presence of child menus items.", "id" => "hlr_child_menu_indicator", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Child Menu Items Border Width (px)", "id" => "hlr_child_menu_border_width", "std" => "3", "min" => "0", "step" => "1", "max" => "20", "desc" => "Select the width of the border for the Child Menu Items. Default 3px.", "type" => "sliderui");
     $of_options[] = array("name" => "Child Menu Items Border Color", "desc" => "Select the border color for the Child Menu Items.", "id" => "hlr_child_menu_border_color", "std" => "#5bc98c", "type" => "color");
     $of_options[] = array("name" => "Child Menu Outside Shadow", "desc" => "Add shadow effect on the outside of the Child Menu.", "id" => "hlr_child_menu_shadow", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Child Menu Outside Border Width(px)", "desc" => "Select the outside border width of the Child Menu.", "id" => "hlr_child_menu_outer_border", "std" => "0", "min" => "0", "step" => "1", "max" => "20", "type" => "sliderui");
     $of_options[] = array("name" => "Child Menu Outside Border Color", "desc" => "Select the outside border color for the Child Menu.", "id" => "hlr_child_menu_outer_border_color", "std" => "#eeeeee", "type" => "color");
     $of_options[] = array("name" => "Child Menu Item Text Color", "desc" => "Select the text color for the child menu items.", "id" => "hlr_child_menu_text_color", "std" => "#767676", "type" => "color");
     $of_options[] = array("name" => "Child Menu Item Background Color", "desc" => "Select the background color for the child menu items. Leave blank to not use any background color.", "id" => "hlr_child_menu_bg_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => "Child Menu Item Text Color on Hover", "desc" => "Select the text color on hover for the child menu items.", "id" => "hlr_child_menu_text_color_hover", "std" => "#5b5b5b", "type" => "color");
     $of_options[] = array("name" => "Child Menu Item Background Color on Hover", "desc" => "Select the background color on hover for the child menu items. Leave blank to not use any background color.", "id" => "hlr_child_menu_bg_color_hover", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => "Page Title - Breadcrumb", "type" => "heading");
     $of_options[] = array("name" => "Title &amp; Breadcrumb", "desc" => "", "id" => "title_breadcrumbs", "std" => "<h3 style=\"margin: 0 0 10px;\">Title &amp; Breadcrumb</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Title and Breadcrumb Global Disable", "desc" => "Disable the entire Title and Breadcrumbs Area for the entire site", "id" => "global_title_bread", "std" => "0", "type" => "switch");
     $of_options[] = array("name" => "Display Breadcrumb ", "desc" => "Enable/Disable breadcrumb for the entire site", "id" => "breadcrum_show", "std" => "yes", "type" => "select", "options" => array('yes' => 'Yes', 'no' => 'No'));
     $of_options[] = array("name" => "Page Title Tag", "desc" => "Select the html tag used for the Page Title", "id" => "page_title_tag", "std" => "h2", "type" => "select", "options" => array('h1' => 'h1', 'h2' => 'h2', 'h3' => 'h3', 'h4' => 'h4', 'h5' => 'h5', 'h6' => 'h6', 'p' => 'p', 'div' => 'div'));
     $of_options[] = array("name" => "Show Page Title & Breadcrumb on Posts", "desc" => "Enable/Disable the page title & breadcrumb on posts", "id" => "page_title_posts", "std" => "yes", "type" => "select", "options" => array('yes' => 'Yes', 'no' => 'No'));
     $of_options[] = array("name" => "Show Page Title & Breadcrumb on Pages", "desc" => "Enable/Disable the page title & breadcrumb on pages", "id" => "page_title_pages", "std" => "yes", "type" => "select", "options" => array('yes' => 'Yes', 'no' => 'No'));
     $of_options[] = array("name" => "Show Page Title & Breadcrumb on Portfolio Items", "desc" => "Enable/Disable the page title & breadcrumb on portfolio items", "id" => "page_title_portfolio", "std" => "yes", "type" => "select", "options" => array('yes' => 'Yes', 'no' => 'No'));
     $of_options[] = array("name" => "Show Page Title & Breadcrumb on WooCommerce", "desc" => "Enable/Disable the page title & breadcrumb on woocommerce pages and products pages", "id" => "page_title_woocommerce", "std" => "yes", "type" => "select", "options" => array('yes' => 'Yes', 'no' => 'No'));
     $of_options[] = array("name" => "Title and Breadcrumb Background Color", "desc" => "Select the background color for the title & breadcrumb section.", "id" => "tb_bg_color", "std" => "#f8f8f8", "type" => "color");
     $of_options[] = array("name" => "Title and Breadcrumb Font Color", "desc" => "Select the font color for the title & breadcrumb section.", "id" => "tb_title_color", "std" => "#4d4d4d", "type" => "color");
     $of_options[] = array("name" => "Title and Breadcrumb Search Box", "desc" => "Enable/disable a Search Box in the Title and Breadcrumb Area", "id" => "header_search_form", "std" => "1", "folds" => 1, "type" => "switch");
     $of_options[] = array("name" => "Footer", "type" => "heading");
     $of_options[] = array("name" => "Footer Menu", "desc" => "", "id" => "footer_mn", "std" => "<h3 style=\"margin: 0 0 10px;\">Footer Right Side</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Footer Menu Right side", "desc" => "Select what to display in the right area of the Footer Menu", "id" => "footer_right_area", "std" => "socialinks_footer", "type" => "select", "options" => array('socialinks_footer' => 'Social Links', 'footer_menu' => 'Footer Menu', 'empty' => 'Leave Empty'));
     $of_options[] = array("name" => "Footer Menu", "desc" => "Footer Menu Link Color.", "id" => "fm_link", "std" => "#cccccc", "type" => "color");
     $of_options[] = array("name" => "Footer Menu", "desc" => "Footer Menu Link Color on Hover.", "id" => "fm_link_hover", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => "Back to Top", "desc" => "", "id" => "back_top", "std" => "<h3 style=\"margin: 0 0 10px;\">Back to Top</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Back to Top button", "desc" => "Enable/disable the Back to Top button.", "id" => "en_back_top", "std" => "1", "folds" => "1", "type" => "switch");
     $of_options[] = array("name" => "Back to Top Background color", "desc" => "Select the background color for the back to top button.", "id" => "back_top_bg", "std" => "#444", "fold" => "en_back_top", "type" => "color");
     $of_options[] = array("name" => "Back to Top Background color on Hover", "desc" => "Select the background color on hover, for the back to top button.", "id" => "back_top_bg_hover", "std" => "#5bc98c", "fold" => "en_back_top", "type" => "color");
     $of_options[] = array("name" => "Footer Options", "desc" => "", "id" => "ftr", "std" => "<h3 style=\"margin: 0 0 10px;\">Footer</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Footer Sidebar Columns", "desc" => "Select how many columns to be used for the Footer Sidebar.", "id" => "footer_cols", "type" => "select", "options" => array("cols_4" => "4 Columns", "cols_3" => "3 Columns", "cols_2" => "2 Columns"));
     $of_options[] = array("name" => "Footer Width", "desc" => "Select the width of the Footer Area", "id" => "footer_width", "std" => "normal", "type" => "select", "options" => array('normal' => 'Normal', 'expanded' => 'Expanded'));
     $of_options[] = array("name" => "Center Footer Content", "desc" => "Enable/disable the centering of the footer elements.", "id" => "en_footer_center", "std" => "0", "type" => "switch");
     $of_options[] = array("name" => "Footer Social Icons Color", "desc" => "Select the color of the footer Social Icons.", "id" => "footer_social_icons", "std" => "#848484", "fold" => "en_back_top", "type" => "color");
     $of_options[] = array("name" => "Footer Copyright", "desc" => "Paste here your footer copyright text or html!", "id" => "footer_copyright", "std" => "&copy; Copyright 2014. Powered by <a href=\"http://wordpress.org\">WordPress</a><br> <a href=\"http://rockythemes.com/creativo/\">Creativo 4.0</a> by RockyThemes.", "type" => "textarea");
     $of_options[] = array("name" => "Google Analytics Code", "desc" => "Paste here your google analytics code!", "id" => "footer_code", "std" => "", "type" => "textarea");
     $of_options[] = array("name" => "Footer Widgets Patterns", "desc" => "Enable/disable patterns on footer widgets section.", "id" => "en_footer_pattern", "std" => "0", "folds" => 1, "type" => "switch");
     $of_options[] = array("name" => "Footer Widgets Pattern", "desc" => "Select a background pattern for the footer.", "id" => "footer_patterns", "std" => $bg_images_url . "pattern10.png", "type" => "tiles", "fold" => "en_footer_pattern", "options" => array("pattern1" => get_bloginfo('template_directory') . "/images/pattern/pattern1.png", "pattern2" => get_bloginfo('template_directory') . "/images/pattern/pattern2.png", "pattern3" => get_bloginfo('template_directory') . "/images/pattern/pattern3.png", "pattern4" => get_bloginfo('template_directory') . "/images/pattern/pattern4.png", "pattern5" => get_bloginfo('template_directory') . "/images/pattern/pattern5.png", "pattern6" => get_bloginfo('template_directory') . "/images/pattern/pattern6.png", "pattern7" => get_bloginfo('template_directory') . "/images/pattern/pattern7.png", "pattern8" => get_bloginfo('template_directory') . "/images/pattern/pattern8.png", "pattern9" => get_bloginfo('template_directory') . "/images/pattern/pattern9.png", "pattern10" => get_bloginfo('template_directory') . "/images/pattern/pattern10.png", "pattern11" => get_bloginfo('template_directory') . "/images/pattern/pattern11.png", "pattern12" => get_bloginfo('template_directory') . "/images/pattern/pattern12.png", "pattern13" => get_bloginfo('template_directory') . "/images/pattern/pattern13.png", "pattern14" => get_bloginfo('template_directory') . "/images/pattern/pattern14.png", "pattern15" => get_bloginfo('template_directory') . "/images/pattern/pattern15.png", "pattern16" => get_bloginfo('template_directory') . "/images/pattern/pattern16.png", "pattern17" => get_bloginfo('template_directory') . "/images/pattern/pattern17.png", "pattern18" => get_bloginfo('template_directory') . "/images/pattern/pattern18.png", "pattern19" => get_bloginfo('template_directory') . "/images/pattern/pattern19.png", "pattern20" => get_bloginfo('template_directory') . "/images/pattern/pattern20.png", "pattern21" => get_bloginfo('template_directory') . "/images/pattern/pattern21.png", "pattern22" => get_bloginfo('template_directory') . "/images/pattern/pattern22.png", "pattern23" => get_bloginfo('template_directory') . "/images/pattern/pattern23.png", "pattern24" => get_bloginfo('template_directory') . "/images/pattern/pattern24.png", "pattern25" => get_bloginfo('template_directory') . "/images/pattern/pattern25.png"));
     $of_options[] = array("name" => "Footer Widgets Background Color", "desc" => "Select the background color for the footer widgets section - if patterns are disabled the background color will be used.", "id" => "footer_bg_color", "std" => "#222326", "type" => "color");
     $of_options[] = array("name" => "Footer Widgets Heading Color", "desc" => "Select the color for the footer widgets headings.", "id" => "footer_heading_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => "Footer Widgets Text Color", "desc" => "Select the color for the footer widgets text.", "id" => "footer_widget_text_color", "std" => "#858d91", "type" => "color");
     $of_options[] = array("name" => "Footer Widgets Border Top Color", "id" => "footer_widgets_tb_color", "std" => "#eeeeee", "type" => "color");
     $of_options[] = array("name" => "Footer Widgets Border Bottom Color", "id" => "footer_widgets_bb_color", "std" => "#2e343a", "type" => "color");
     $of_options[] = array("name" => "Footer Flickr Widget Border Color", "id" => "footer_flickr_bcolor", "std" => "#454c54", "type" => "color");
     $of_options[] = array("name" => "Footer Copyright Patterns", "desc" => "Enable/disable patterns on footer copyright section.", "id" => "en_footer_copy_pattern", "std" => "0", "folds" => 1, "type" => "switch");
     $of_options[] = array("name" => "Footer Copyright Pattern", "desc" => "Select a background pattern for the footer copyright.", "id" => "footer_copy_patterns", "std" => $bg_images_url . "pattern10.png", "type" => "tiles", "fold" => "en_footer_copy_pattern", "options" => array("pattern1" => get_bloginfo('template_directory') . "/images/pattern/pattern1.png", "pattern2" => get_bloginfo('template_directory') . "/images/pattern/pattern2.png", "pattern3" => get_bloginfo('template_directory') . "/images/pattern/pattern3.png", "pattern4" => get_bloginfo('template_directory') . "/images/pattern/pattern4.png", "pattern5" => get_bloginfo('template_directory') . "/images/pattern/pattern5.png", "pattern6" => get_bloginfo('template_directory') . "/images/pattern/pattern6.png", "pattern7" => get_bloginfo('template_directory') . "/images/pattern/pattern7.png", "pattern8" => get_bloginfo('template_directory') . "/images/pattern/pattern8.png", "pattern9" => get_bloginfo('template_directory') . "/images/pattern/pattern9.png", "pattern10" => get_bloginfo('template_directory') . "/images/pattern/pattern10.png", "pattern11" => get_bloginfo('template_directory') . "/images/pattern/pattern11.png", "pattern12" => get_bloginfo('template_directory') . "/images/pattern/pattern12.png", "pattern13" => get_bloginfo('template_directory') . "/images/pattern/pattern13.png", "pattern14" => get_bloginfo('template_directory') . "/images/pattern/pattern14.png", "pattern15" => get_bloginfo('template_directory') . "/images/pattern/pattern15.png", "pattern16" => get_bloginfo('template_directory') . "/images/pattern/pattern16.png", "pattern17" => get_bloginfo('template_directory') . "/images/pattern/pattern17.png", "pattern18" => get_bloginfo('template_directory') . "/images/pattern/pattern18.png", "pattern19" => get_bloginfo('template_directory') . "/images/pattern/pattern19.png", "pattern20" => get_bloginfo('template_directory') . "/images/pattern/pattern20.png", "pattern21" => get_bloginfo('template_directory') . "/images/pattern/pattern21.png", "pattern22" => get_bloginfo('template_directory') . "/images/pattern/pattern22.png", "pattern23" => get_bloginfo('template_directory') . "/images/pattern/pattern23.png", "pattern24" => get_bloginfo('template_directory') . "/images/pattern/pattern24.png", "pattern25" => get_bloginfo('template_directory') . "/images/pattern/pattern25.png"));
     $of_options[] = array("name" => "Footer Copyright - Custom Background", "desc" => "Upload an image or new pattern for the background of the footer copyright section.", "id" => "footer_copyright_bg", "std" => "", "type" => "upload");
     $of_options[] = array("name" => "Footer Copyright - Custom Background Repeat", "id" => "footer_copyright_bg_repeat", "std" => "no-repeat", "type" => "select", "options" => array("no-repeat", "repeat-x", "repeat-y", "repeat"));
     $of_options[] = array("name" => "Footer Copyright Background Color", "desc" => "Select the background color for the footer copyright section - if patterns are disabled the background color will be used.", "id" => "footer_copy_bg_color", "std" => "#1E1D1D", "type" => "color");
     $of_options[] = array("name" => "Footer Copyright Text Color", "desc" => "Select the text color for the footer copyright section.", "id" => "footer_text_color", "std" => "#999999", "type" => "color");
     $of_options[] = array("name" => "Footer Copyright Link Color", "desc" => "Select the link color for the footer copyright section.", "id" => "footer_link_color", "std" => "#727272", "type" => "color");
     $of_options[] = array("name" => "Footer Copyright Link Color - Hover", "desc" => "Select the link color for the footer copyright section, on hover.", "id" => "footer_link_color_hover", "std" => "#525252", "type" => "color");
     $of_options[] = array("name" => "Call to Action", "type" => "heading");
     $of_options[] = array("name" => "cta_bar", "desc" => "", "id" => "cta_bar", "std" => "<h3 style=\"margin: 0 0 10px;\">Call to Action Bar</h3>Call to Action bar will be present on all your pages, above the footer.", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Call to Action Bar", "desc" => "Enable/disable the call to action bar - section will be present on all your pages, above the footer area..", "id" => "en_cta", "std" => "0", "folds" => "1", "type" => "switch");
     $of_options[] = array("name" => "Call to Action text ", "id" => "cta_text_real", "std" => "This can be changed by going to Appearance -> Theme Options -> Call to Action!", "type" => "textarea", "fold" => "en_cta");
     $of_options[] = array("name" => "Call to Action Text Color", "desc" => "", "id" => "cta_text", "std" => "#ffffff", "fold" => "en_cta", "type" => "color");
     $of_options[] = array("name" => "Call to Action Text Color on Hover", "desc" => "", "id" => "cta_text_hover", "std" => "#ffffff", "fold" => "en_cta", "type" => "color");
     $of_options[] = array("name" => "Call to Action Background Color", "desc" => "", "id" => "cta_bg", "std" => "#5bc98c", "fold" => "en_cta", "type" => "color");
     $of_options[] = array("name" => "Call to Action Background Color on Hover", "desc" => "", "id" => "cta_bg_hover", "std" => "#479e85", "fold" => "en_cta", "type" => "color");
     $of_options[] = array("name" => "cta_bar_button", "desc" => "", "id" => "cta_bar", "std" => "<h3 style=\"margin: 0 0 10px;\">Call to Action Button Style</h3>", "icon" => true, "fold" => "en_cta", "type" => "info");
     $of_options[] = array("name" => "Call to Action Button Text", "desc" => "Enter the text you want to display on your button.", "id" => "cta_button_text", "std" => "Your Text Here", "fold" => "en_cta", "type" => "text");
     $of_options[] = array("name" => "Call to Action Button Link", "desc" => "Enter the link for the Call to Action button", "id" => "cta_button_link", "std" => "", "fold" => "en_cta", "type" => "text");
     $of_options[] = array("name" => "button info", "desc" => "", "id" => "button_inf", "std" => "<h3 style=\\margin: 0 0 10px;\">Call to Action Button style</h3>\r\n\t\t\t\t\t\tHere you can modify settings for the call to action Button element", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Button Background Color", "desc" => "", "id" => "cta_button_background_color", "std" => "#5bc98c", "type" => "color");
     $of_options[] = array("name" => "Button Border Color", "desc" => "", "id" => "cta_button_border_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => "Button Text Color", "desc" => "", "id" => "cta_button_text_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => "Button Background Color on Hover", "desc" => "", "id" => "cta_button_background_color_hover", "std" => "#479e85", "type" => "color");
     $of_options[] = array("name" => "Button Border Color on Hover", "desc" => "", "id" => "cta_button_border_color_hover", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => "Button Text Color on Hover", "desc" => "", "id" => "cta_button_text_color_hover", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => "VC Elements", "type" => "heading");
     $of_options[] = array("name" => "tbutton info", "desc" => "", "id" => "button_inf", "std" => "<h3 style=\\margin: 0 0 10px;\">Button Default </h3>\r\n\t\t\t\t\t\tHere you can modify settings for the default Button style", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Button Background Color", "desc" => "", "id" => "button_background_color", "std" => "#5bc98c", "type" => "color");
     $of_options[] = array("name" => "Button Border Color", "desc" => "", "id" => "button_border_color", "std" => "#5bc98c", "type" => "color");
     $of_options[] = array("name" => "Button Text Color", "desc" => "", "id" => "button_text_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => "Button Background Color on Hover", "desc" => "", "id" => "button_background_color_hover", "std" => "#479e85", "type" => "color");
     $of_options[] = array("name" => "Button Border Color on Hover", "desc" => "", "id" => "button_border_color_hover", "std" => "#479e85", "type" => "color");
     $of_options[] = array("name" => "Button Text Color on Hover", "desc" => "", "id" => "button_text_color_hover", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => "tagline info", "desc" => "", "id" => "tagline_inf", "std" => "<h3 style=\\margin: 0 0 10px;\">Call to Action </h3>\r\n\t\t\t\t\t\tHere you can modify settings for the Call to Action", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Call to Action Text Color (Default)", "id" => "action_text_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => "Call to Action Text Color on Hover", "id" => "action_text_color_hover", "std" => "#ffffff", "type" => "color");
     /*				
     $of_options[] = array(  "name" =>  "Call to Action Border Color (Default)",
     						"id" => "action_border",
     						"std" => "#d2e5ae",
     						"type" => "color");
     						
     $of_options[] = array(  "name" =>  "Call to Action Border Color on Hover",
     						"id" => "action_border_hover",
     						"std" => "#A5CB5E",
     						"type" => "color");	
     */
     $of_options[] = array("name" => "Call to Action Background Color", "id" => "action_bg", "std" => "#5bc98c", "type" => "color");
     $of_options[] = array("name" => "Call to Action Background Color on Hover", "id" => "action_bg_hover", "std" => "#479e85", "type" => "color");
     $of_options[] = array("name" => "featured services", "desc" => "", "id" => "featured_services", "std" => "<h3 style=\"margin: 0 0 10px;\">Featured Services</h3>\r\n\t\t\t\t\t\tHere you can modify settings for the Featured Services", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Featured Services Background Color (Default)", "id" => "featured_serv_bg", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => "Featured Services Link Color (Default)", "id" => "featured_serv_link", "std" => "#5bc98c", "type" => "color");
     $of_options[] = array("name" => "Featured Services Background Color on Hover (Default)", "id" => "featured_serv_bg_hover", "std" => "#5bc98c", "type" => "color");
     $of_options[] = array("name" => "Enable White Circle", "desc" => "Enable/disable the white circle inside the Featured Service box.", "id" => "white_circle", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "testimonial", "desc" => "", "id" => "testimonial", "std" => "<h3 style=\"margin: 0 0 10px;\">Testimonials Slider</h3>\r\n\t\t\t\t\t\tHere you can modify settings for the Testimonials slider", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Pause on Hover", "desc" => "Enable/disable pause on hover event.", "id" => "pause_hover", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Testimonial Pause Time - in seconds", "id" => "pause_time", "std" => "3", "min" => "1", "step" => "1", "max" => "15", "type" => "sliderui");
     $of_options[] = array("name" => "Blog", "type" => "heading");
     $of_options[] = array("name" => "Post Content Width", "desc" => "Select the width of the Post Container in percents.", "id" => "post_content_width", "std" => "65", "min" => "1", "step" => "1", "max" => "100", "type" => "sliderui");
     $of_options[] = array("name" => "Sidebar Width", "name" => "Select the width of the Sidebar in percents.", "id" => "sidebar_width", "std" => "32", "min" => "1", "step" => "1", "max" => "100", "type" => "sliderui");
     $of_options[] = array("name" => "Post Content Inner Padding", "desc" => "Add an inner padding to the post content area. Leave 0 to not use any padding.", "id" => "post_content_padding", "std" => "0", "min" => "0", "step" => "5", "max" => "100", "type" => "sliderui");
     $of_options[] = array("name" => "Post Content Inner Background Color", "id" => "post_content_bg", "std" => "", "type" => "color");
     $of_options[] = array("name" => "Post Content Force Full Width", "desc" => "If set to yes the post area will become full width. This option will also affect pages. ", "id" => "post_content_full_width", "std" => "Post Excerpt", "type" => "select", "options" => array("no" => "No", "yes" => "Yes"));
     $of_options[] = array("name" => "Posts Count", "id" => "posts_count", "std" => "10", "min" => "1", "step" => "1", "max" => "30", "type" => "sliderui");
     $of_options[] = array("name" => "Post Content", "desc" => "Select what you want to display on archive pages: full content or post excerpt", "id" => "post_content", "std" => "Post Excerpt", "type" => "select", "options" => array("Post Excerpt", "Full Content"));
     $of_options[] = array("name" => "Post Excerpt", "desc" => "Enter the length of the Post Excerpt in words. E.g: 40 - means that the excerpt will show the first 40 words of each post.", "id" => "post_excerpt_length", "std" => "40", "type" => "text");
     $of_options[] = array("name" => "Enable Sidebar", "desc" => "Enable/disable sidebar for blog area.", "id" => "en_sidebar", "std" => "yes", "type" => "select", "options" => array("yes" => "Yes", "no" => "No"));
     $of_options[] = array("name" => "Sidebar Position", "desc" => "Select the default position of the sidebar.", "id" => "sidebar_pos", "std" => "right", "type" => "select", "options" => array("left", "right"));
     $of_options[] = array("name" => "Archives Pages Style", "desc" => "Select the blogposts style on search result pages, category pages, archives pages and tag pages.", "id" => "blog_images", "std" => "right", "type" => "select", "options" => array("big" => "Big Images", "small" => "Small Images", "grid" => "Grid Images", "masonry" => "Masonry Images"));
     $of_options[] = array("name" => "Grid Columns", "desc" => "If Grid Images or Masonry Images is selected above, choose how many columns to use.", "id" => "grid_cols", "std" => "3", "type" => "select", "options" => array("2" => "2 Columns", "3" => "3 Columns", "4" => "4 Columns", "5" => "5 Columns"));
     $of_options[] = array("name" => "Force Full Width", "desc" => "Force Full Width style for search result pages, category pages, archive pages and tag pages.", "id" => "index_full_width", "std" => "no", "type" => "select", "options" => array("no" => "No", "yes" => "Yes"));
     $of_options[] = array("name" => "Blog Posts Navigation", "desc" => "Enable/disable blog posts navigation.", "id" => "show_post_navi", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Related Posts", "desc" => "Enable/disable related posts.", "id" => "related_posts", "std" => "1", "folds" => "1", "type" => "switch");
     $of_options[] = array("name" => "Related Posts Count", "id" => "related_items", "std" => "5", "min" => "1", "step" => "1", "max" => "10", "fold" => "related_posts", "type" => "sliderui");
     $of_options[] = array("name" => "Social Sharing Icons", "desc" => "Enable/disable social sharing icons on single post pages.", "id" => "social_icons", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Show Date", "desc" => "Show date on archives pages and single post pages.", "id" => "show_date", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Show View More", "desc" => "Show view more link text on archives pages.", "id" => "show_view_more", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Show Author", "desc" => "Show author meta on archives pages and single post pages.", "id" => "show_author", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Show Categories", "desc" => "Show categories meta on archives pages and single post pages.", "id" => "show_categories", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Show Tags", "desc" => "Show post tags on archives pages and single post pages.", "id" => "show_tags", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Show Comments", "desc" => "Show comments meta on archives pages and single post pages.", "id" => "show_comments", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Portfolio", "type" => "heading");
     $of_options[] = array("name" => "Portfolio Details Custom Text", "desc" => "Enable this option if you want to change the default texts used for Portfolio Details. Will only appear on the Front End.", "id" => "pd_custom", "std" => "0", "folds" => "1", "type" => "switch");
     $of_options[] = array("name" => "Client name", "desc" => "Enter the text you want to use instead of Client name", "id" => "client_name_custom", "std" => "Client name", "fold" => "pd_custom", "type" => "text");
     $of_options[] = array("name" => "Skills", "desc" => "Enter the text you want to use instead of Skills", "id" => "skills_custom", "std" => "Skills", "fold" => "pd_custom", "type" => "text");
     $of_options[] = array("name" => "Category", "desc" => "Enter the text you want to use instead of Category", "id" => "category_custom", "std" => "Category", "fold" => "pd_custom", "type" => "text");
     $of_options[] = array("name" => "Website", "desc" => "Enter the text you want to use instead of Website", "id" => "website_custom", "std" => "Website", "fold" => "pd_custom", "type" => "text");
     $of_options[] = array("name" => "Portfolio Slug", "desc" => "Change/Rewrite the permalink when you use the permalink type as %postname%.<strong>Make sure to regenerate permalinks.</strong>", "id" => "portfolio_slug", "std" => "portfolio-items", "type" => "text");
     $of_options[] = array("name" => "Project Details Text", "desc" => "Enter the text you want to use for Project Details. Default is: Project Details.<br />Leave empty if you don't want to show anything.", "id" => "project_details_text", "std" => "Project Details", "type" => "text");
     $of_options[] = array("name" => "Project Description Text", "desc" => "Enter the text you want to use for Project Description. Default is: Project Description.<br />Leave empty if you don't want to show anything.", "id" => "project_description_text", "std" => "Project Description", "type" => "text");
     $of_options[] = array("name" => "Portfolio Items Count", "id" => "portfolio_items", "std" => "10", "type" => "text", "desc" => "Enter how many portfolio items to show. Enter -1 to show all your posts on one page.");
     $of_options[] = array("name" => "Portfolio Navigation", "desc" => "Enable/disable portfolio navigation.", "id" => "show_port_navi", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Show Project Date", "desc" => "Enable/Disable project date on single portfolio pages.", "id" => "project_date", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Show Project Details", "desc" => "Enable/Disable project details on single portfolio pages.", "id" => "project_details", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Show Social Sharing Icons", "desc" => "Enable/Disable social sharing icons on single portfolio pages.", "id" => "port_social_icons", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Show Related Projects", "desc" => "Enable/Disable related projects on single portfolio pages.", "id" => "related_projects", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Related Projects Count", "id" => "portfolio_related_items", "std" => "5", "min" => "1", "step" => "1", "max" => "10", "type" => "sliderui");
     $of_options[] = array("name" => "Events Calendar", "type" => "heading");
     $of_options[] = array("name" => "Events Calendar Main Color", "desc" => "", "id" => "events_main_color", "std" => "#2f852e", "type" => "color");
     $of_options[] = array("name" => "WooCommerce", "type" => "heading");
     $of_options[] = array("name" => "WooCommerce Enable Sidebar", "desc" => "Enable/Disable sidebar on WooCommerce pages.", "id" => "woocommerce_sidebar_en", "std" => "1", "folds" => 1, "type" => "switch");
     $of_options[] = array("name" => "Woocommerce Sidebar Select", "desc" => "Select the sidebar that will be added to your shop.", "id" => "woocommerce_archive_sidebar", "std" => "None", "type" => "select", "fold" => "woocommerce_sidebar_en", "options" => $sidebar_options);
     $of_options[] = array("name" => "WooCommerce Sidebar Position", "id" => "woocommerce_sidebar_pos", "std" => "right", "type" => "select", "fold" => "woocommerce_sidebar_en", "options" => array("left" => "Left", "right" => "Right"));
     $of_options[] = array("name" => "Social Media", "type" => "heading");
     $of_options[] = array("name" => "Show Social Icons ", "desc" => "Enable/Disable social icons above header section.", "id" => "en_social_icons_header", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "", "desc" => "Enable/Disable social icons on footer section.", "id" => "en_social_icons", "std" => "1", "type" => "switch");
     $of_options[] = array("name" => "Rss", "desc" => "Enter your Rss feed link.", "id" => "rss", "std" => "My rss link", "type" => "text");
     $of_options[] = array("name" => "Twitter", "desc" => "Enter your Twitter profile link.", "id" => "twitter", "std" => "My twitter link", "type" => "text");
     $of_options[] = array("name" => "Facebook", "desc" => "Enter your Facebook profile link.", "id" => "facebook", "std" => "My facebook link", "type" => "text");
     $of_options[] = array("name" => "Instagram", "desc" => "Enter your Instagram profile link.", "id" => "instagram", "std" => "", "type" => "text");
     $of_options[] = array("name" => "Google+", "desc" => "Enter your Google+ profile link.", "id" => "google", "std" => "My google+ link", "type" => "text");
     $of_options[] = array("name" => "LinkedIn", "desc" => "Enter your LinkedIn profile link.", "id" => "linkedin", "std" => "", "type" => "text");
     /*				
     $of_options[] = array( 	"name" 		=> "Reddit",
     						"desc" 		=> "Enter your reddit profile link.",
     						"id" 		=> "reddit",
     						"std" 		=> "",
     						"type" 		=> "text"
     				);	
     				
     $of_options[] = array( 	"name" 		=> "Digg",
     						"desc" 		=> "Enter your digg profile link.",
     						"id" 		=> "digg",
     						"std" 		=> "",
     						"type" 		=> "text"
     				);	
     */
     $of_options[] = array("name" => "Pinterest", "desc" => "Enter your Pinterest profile link.", "id" => "pinterest", "std" => "", "type" => "text");
     $of_options[] = array("name" => "Tumblr", "desc" => "Enter your Tumblr profile link.", "id" => "tumblr", "std" => "", "type" => "text");
     $of_options[] = array("name" => "Flickr", "desc" => "Enter your Flickr profile link.", "id" => "flickr", "std" => "", "type" => "text");
     $of_options[] = array("name" => "Youtube", "desc" => "Enter your Youtube profile link.", "id" => "youtube", "std" => "", "type" => "text");
     $of_options[] = array("name" => "Behance", "desc" => "Enter your Behance profile link.", "id" => "behance", "std" => "", "type" => "text");
     $of_options[] = array("name" => "Dribbble", "desc" => "Enter your Dribbble profile link.", "id" => "dribbble", "std" => "", "type" => "text");
     $of_options[] = array("name" => "Vimeo", "desc" => "Enter your Vimeo profile link.", "id" => "vimeo", "std" => "", "type" => "text");
     $of_options[] = array("name" => "StumbleUpon", "desc" => "Enter your StumbleUpon profile link.", "id" => "stumbleupon", "std" => "", "type" => "text");
     $of_options[] = array("name" => "Xing", "desc" => "Enter your Xing profile link.", "id" => "xing", "std" => "", "type" => "text");
     $of_options[] = array("name" => "Soundcloud", "desc" => "Enter your Soundcloud profile link.", "id" => "soundcloud", "std" => "", "type" => "text");
     $of_options[] = array("name" => "Demo Data", "type" => "heading");
     $of_options[] = array("name" => "Demo Data", "desc" => "", "id" => "demodata", "std" => "<h3 style=\"margin: 0 0 10px;\">Demo Data</h3>\t\t\t\t\t\t\r\n\t\t\t\t\t\t<p>From version 5.1 we have introduced the One Click Demo Data Import.</p>\r\n\t\t\t\t\t\t<p>We have created a nice Video Tutorial on how to properly import the demo data with just one click as well as installing the Creativo theme for the first time. You can see it bellow:</p>" . do_shortcode('[youtube id="3jRuQfhxtAQ" width="550"]'), "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Documentation", "type" => "heading");
     $of_options[] = array("name" => "Documentation", "desc" => "", "id" => "docs", "std" => "<h3 style=\"margin: 0 0 10px;\">Documentation</h3>\r\n\t\t\t\t\t\tPlease go to the following link to get the latest updated documentation. \r\n\t\t\t\t\t\t<p><strong><a href='http://rockythemes.com/creativo/doc/' target='_blank'>http://rockythemes.com/creativo/doc/</a></strong></p>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Video Training", "type" => "heading");
     $of_options[] = array("name" => "Video Training", "desc" => "", "id" => "vt", "std" => "<h3 style=\"margin: 0 0 10px;\">Video Training</h3>\r\n\t\t\t\t\t\tWatch and learn how to use Creativo efficiently. <br />View all the video tutorials here: <a href=\"http://www.youtube.com/playlist?list=PLw5gDyOINzEwXxl8ivWRdqH3uxuQACsQg\" target=\"_blank\">RockyThemes YouTube Channel</a>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Installing Creativo", "desc" => "", "id" => "ic", "std" => "<h3 style=\"margin: 0 0 10px;\">Creativo Setup +One Click Demo Data Install</h3>" . do_shortcode('[youtube id="3jRuQfhxtAQ" width="550"]'), "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Creating a One Page Navigation", "desc" => "", "id" => "idd", "std" => "<h3 style=\"margin: 0 0 10px;\">Creativo One Page Navigation setup</h3>" . do_shortcode('[youtube id="8PSaI35s_vU" width="550"]'), "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Creating a Post in Creativo", "desc" => "", "id" => "cp", "std" => "<h3 style=\"margin: 0 0 10px;\">Creating a Post in Creativo</h3>" . do_shortcode('[youtube id="Vh4PxsSdcr8" width="550"]'), "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Creating a New Portfolio Post", "desc" => "", "id" => "cpp", "std" => "<h3 style=\"margin: 0 0 10px;\">Creating a New Portfolio Post</h3>" . do_shortcode('[youtube id="owiB3HCI9XE" width="550"]'), "icon" => true, "type" => "info");
     $of_options[] = array("name" => "Custom CSS", "type" => "heading");
     $of_options[] = array("name" => "Custom css text", "desc" => "", "id" => "ccss_text", "std" => "<h3 style=\"margin: 0 0 10px;\">Custom CSS</h3>Add here your custom css rules to change the design of the theme.", "icon" => true, "type" => "info");
     $of_options[] = array("id" => "creativo_custom_css", "std" => "", "type" => "textarea");
     // Backup Options
     $of_options[] = array("name" => "Backup Options", "type" => "heading", "icon" => ADMIN_IMAGES . "icon-slider.png");
     $of_options[] = array("name" => "Backup and Restore Options", "id" => "of_backup", "std" => "", "type" => "backup", "desc" => 'You can use the two buttons below to backup your current options, and then restore it back at a later time. This is useful if you want to experiment on the options but would like to keep the old settings in case you need it back.');
     $of_options[] = array("name" => "Transfer Theme Options Data", "id" => "of_transfer", "std" => "", "type" => "transfer", "desc" => 'You can tranfer the saved options data between different installs by copying the text inside the text box. To import data from another install, replace the data in the text box with the one from another install and click "Import Options".');
 }
Example #10
0
function generated_dynamic_sidebar($name = '0')
{
    if (class_exists('sidebar_generator')) {
        sidebar_generator::get_sidebar($name);
        return true;
    }
}
Example #11
0
 /**
  * called by the action get_sidebar. this is what places this into the theme
  */
 static function get_sidebar($name = "0")
 {
     if (!is_singular()) {
         if ($name != "0") {
             dynamic_sidebar($name);
         } else {
             dynamic_sidebar('sidebar-post');
         }
         return;
         //dont do anything
     }
     wp_reset_query();
     global $wp_query;
     $post = $wp_query->get_queried_object();
     $selected_sidebar = get_post_meta($post->ID, 'sbg_selected_sidebar', true);
     $selected_sidebar_replacement = get_post_meta($post->ID, 'sbg_selected_sidebar_replacement', true);
     $did_sidebar = false;
     //this page uses a generated sidebar
     if ($selected_sidebar != '' && $selected_sidebar != "0") {
         if (is_array($selected_sidebar) && !empty($selected_sidebar)) {
             for ($i = 0; $i < sizeof($selected_sidebar); $i++) {
                 if ($name == "0" && $selected_sidebar[$i] == "0" && $selected_sidebar_replacement[$i] == "0") {
                     $did_sidebar = sidebar_generator::default_behavior();
                     break;
                 } elseif ($name == "0" && $selected_sidebar[$i] == "0") {
                     dynamic_sidebar($selected_sidebar_replacement[$i]);
                     //default behavior
                     $did_sidebar = true;
                     break;
                 } elseif ($selected_sidebar[$i] == $name) {
                     $did_sidebar = true;
                     dynamic_sidebar($selected_sidebar_replacement[$i]);
                     //default behavior
                     break;
                 }
             }
         }
         if ($did_sidebar == true) {
             echo "";
             return;
         }
         //go through without finding any replacements, lets just send them what they asked for
         if ($name != "0") {
             dynamic_sidebar($name);
         } else {
             $did_sidebar = sidebar_generator::default_behavior();
         }
         echo "";
         return;
     } else {
         if ($name != "0") {
             dynamic_sidebar($name);
         } else {
             $did_sidebar = sidebar_generator::default_behavior();
         }
     }
 }
Example #12
0
global $smof_data, $ts_page_id, $post, $ts_grab_home_sidebar, $ts_show_sidebar, $ts_sidebar_position, $ts_sidebar_instance;
if (!isset($ts_show_sidebar) || ts_is_woo_shop()) {
    if (is_single()) {
        $ts_show_sidebar = ts_postmeta_vs_default($ts_page_id, '_p_sidebar', 'yes');
    } else {
        $ts_show_sidebar = ts_postmeta_vs_default($ts_page_id, '_page_sidebar', 'yes');
    }
}
if ($ts_show_sidebar == 'yes') {
    $ts_sbs = $ts_sidebar_selection_id = '';
    $ts_sidebar_selection = get_post_meta($ts_page_id, '_sbg_selected_sidebar_replacement', true);
    $ts_sidebar_selection = is_array($ts_sidebar_selection) ? $ts_sidebar_selection[0] : $ts_sidebar_selection;
    if ($ts_sidebar_selection && class_exists('sidebar_generator')) {
        $ts_sidebar_selection_options = sidebar_generator::get_sidebars();
        $ts_sidebar_selection_name = $ts_sbs = str_replace(array("\n", "\r", "\t", ' '), '', $ts_sidebar_selection);
        $ts_sidebar_selection_id = sidebar_generator::name_to_class($ts_sidebar_selection_name);
        if (!isset($ts_sidebar_selection_options[$ts_sidebar_selection_id])) {
            $ts_sidebar_selection = 0;
        }
    }
    ?>

		<div id="sidebar" class="<?php 
    echo esc_attr($ts_sbs);
    ?>
 sidebar <?php 
    echo esc_attr('sidebar-' . $ts_sidebar_position);
    ?>
">
            <?php 
    if ($ts_sidebar_selection && class_exists('sidebar_generator') && is_active_sidebar('ts-custom-sidebar-' . strtolower($ts_sidebar_selection_id))) {
    public static function admin_page()
    {
        ?>

		<script>
			function add_sidebar_link_listener(){
				
				var btns = jQuery('.sidebar-remove-btn');
				
				jQuery('#sidebar-name').attr('value','');
				
				if(btns.length > 0){
					jQuery('.sidebar-tip').css('display','none');
				}else{
					jQuery('.sidebar-tip').css('display','block');
				}
				
				jQuery(btns).each(function(index, element) {
                    if(jQuery(this).attr('data-click')){
					}else{
						jQuery(this).attr('data-click','yes');
						add_click_event(jQuery(this));
					}
                });
				
			}
			
			function add_click_event(element){
				jQuery(element).click(function(e) {
					var name = jQuery(this).parent().parent().children('td').get(1).textContent;
					var items = jQuery('#sbg_table tr');
					var num	 = 0;
					
					for(var i=0; i<items.length; i++){
						if(jQuery(items[i]).children('td').length > 0){
							if(jQuery(items[i]).children('td').get(1).textContent == name){
								num = i;
								break;
							}
						}
					}
					
					remove_sidebar_link(name,num);
				});
			}
			
			function remove_sidebar_link(name,num){
				answer = confirm("Are you sure you want to remove " + name + "?\nThis will remove any widgets you have assigned to this sidebar.");
				if(answer){
					//alert('AJAX REMOVE');
					remove_sidebar(name,num);
				}else{
					return false;
				}
			}
			function add_sidebar_link(){
				var sidebar_name = jQuery('#sidebar-name').attr('value');
				if(sidebar_name == '' || sidebar_name.length == 0) {
					return false;
				}
				//var sidebar_name = prompt("Sidebar Name:","");
				//alert(sidebar_name);
				add_sidebar(sidebar_name);
			}
			jQuery(document).ready(function(e) {
                add_sidebar_link_listener();
            });
		</script>
		<div class="wrap">
			<h2>Sidebar Generator</h2>
			<br />
			<table class="widefat page" id="sbg_table" style="width:600px;">
				<tr>
					<th>Name</th>
					<th>CSS class</th>
					<th>Remove</th>
				</tr>
				<?php 
        $sidebars = sidebar_generator::get_sidebars();
        //$sidebars = array('bob','john','mike','asdf');
        if (is_array($sidebars) && !empty($sidebars)) {
            $cnt = 0;
            foreach ($sidebars as $sidebar) {
                $alt = $cnt % 2 == 0 ? 'alternate' : '';
                ?>

				<tr class="<?php 
                echo $alt;
                ?>
">
					<td><?php 
                echo $sidebar;
                ?>
</td>
					<td><?php 
                echo sidebar_generator::name_to_class($sidebar);
                ?>
</td>
					<td><input type="button" class="button-primary sidebar-remove-btn" value="remove" /></td>
				</tr>
				<?php 
                $cnt++;
            }
        } else {
            ?>

					<!--<tr>
						<td colspan="3">No Sidebars defined</td>
					</tr>-->
					<?php 
        }
        ?>

			</table>
            <p class="sidebar-tip">No Sidebars defined!</p>
            <br /><br />
            <div class="add_sidebar">
            <h4>Add Sidebar: </h4>
            	<input id="sidebar-name" type="text" class="regular-text" placeholder="Input sidebar name" />
            </div>
			<p class="submit">
            	<input type="button" onclick="add_sidebar_link();" class="button-primary" value="Add New Sidebar" />
            </p>
		</div>
		<?php 
    }
Example #14
0
    public static function admin_page()
    {
        ?>
		<script>
		function remove_sidebar_link(name,num){
			answer = confirm( "<?php 
        esc_html_e('Are you sure you want to remove', 'Avada');
        ?>
 " + name + "?\n<?php 
        esc_html_e('This will remove any widgets you have assigned to this widget section.', 'Avada');
        ?>
" );
				if ( answer ) {
					//alert('AJAX REMOVE');
					remove_sidebar( name, num );
				} else {
					return false;
				}
			}
			function add_sidebar_link(){
				var sidebar_name = prompt( "<?php 
        esc_html_e('Widget Section Name:', 'Avada');
        ?>
","" );
				//alert(sidebar_name);
				if ( sidebar_name === null || sidebar_name == '' ) {
					return;
				}

				add_sidebar( sidebar_name );
			}
		</script>
		<div class="postbox" style="max-width:1719px;">
			<h2 class="hndle ui-sortable-handle" style="padding: 15px 12px; margin: 0;">
				<span><?php 
        esc_html_e('Widget Sections', 'Avada');
        ?>
</span>
			</h2>
			<div class="inside" style="margin-bottom: 0;">
				<table class="widefat page" id="sbg_table">
					<tr>
						<th><?php 
        esc_html_e('Widget Section Name', 'Avada');
        ?>
</th>
						<th><?php 
        esc_html_e('CSS Class', 'Avada');
        ?>
</th>
						<th><?php 
        esc_html_e('Remove', 'Avada');
        ?>
</th>
					</tr>
					<?php 
        $sidebars = sidebar_generator::get_sidebars();
        ?>
					<?php 
        if (is_array($sidebars) && !empty($sidebars)) {
            ?>
						<?php 
            $cnt = 0;
            ?>
						<?php 
            foreach ($sidebars as $sidebar) {
                ?>
							<?php 
                $alt = 0 == $cnt % 2 ? 'alternate' : '';
                ?>
							<tr class="<?php 
                echo $alt;
                ?>
">
								<td><?php 
                echo $sidebar;
                ?>
</td>
								<td><?php 
                echo sidebar_generator::name_to_class($sidebar);
                ?>
</td>
								<td><a href="javascript:void(0);" onclick="return remove_sidebar_link('<?php 
                echo $sidebar;
                ?>
',<?php 
                echo $cnt + 1;
                ?>
);" title="<?php 
                esc_html_e('Remove this Widget Section', 'Avada');
                ?>
"><?php 
                esc_attr_e('remove', 'Avada');
                ?>
</a></td>
							</tr>
							<?php 
                $cnt++;
                ?>
						<?php 
            }
            ?>
					<?php 
        } else {
            ?>
						<tr id="no-widget-sections">
							<td colspan="3"><?php 
            esc_html_e('No Widget Sections defined.', 'Avada');
            ?>
</td>
						</tr>
					<?php 
        }
        ?>
				</table>
				<p class="add_sidebar"><a href="javascript:void(0);" onclick="return add_sidebar_link()" title="<?php 
        _e('Add New Widget Section', 'Avada');
        ?>
" class="button button-primary"><?php 
        _e('Add New Widget Section', 'Avada');
        ?>
</a></p>
			</div>
		</div>
		<?php 
    }
    static function admin_page()
    {
        ?>
		<script>
			function remove_sidebar_link(name,num){
				answer = confirm("<?php 
        printf(__('Are you sure you want to remove %s?\\nThis will remove any widgets you have assigned to this sidebar.', 'cumulo'), '" + name + "');
        ?>
");
				if(answer){
					remove_sidebar(name,num);
				}else{
					return false;
				}
			}
			function add_sidebar_link(){
				var sidebar_name = prompt("<?php 
        echo esc_html__('Sidebar Name', 'cumulo');
        ?>
:","");
				if ( sidebar_name != null )
					add_sidebar(sidebar_name);
			}
		</script>
		<div class="wrap">
			<h2><?php 
        echo __('Sidebar Generator', 'cumulo');
        ?>
</h2>
			<p>
				<?php 
        echo __('The sidebar name is for your use only. It will not be visible to any of your visitors.', 'cumulo');
        ?>
				<?php 
        echo __('A CSS class is assigned to each of your sidebar, use this styling to customize the sidebars.', 'cumulo');
        ?>
			</p>
			<br />
			<div class="add_sidebar">
				<a href="javascript:void(0);" class='button' onclick="return add_sidebar_link()" title="Add a sidebar">+ <?php 
        echo __('Add Sidebar', 'cumulo');
        ?>
</a>
			</div>
			<br />
			<table class="widefat page" id="sbg_table" style="width:600px;">
				<tr>
					<th><?php 
        echo __('Name', 'cumulo');
        ?>
</th>
					<th><?php 
        echo __('CSS class', 'cumulo');
        ?>
</th>
					<th><?php 
        echo __('Remove', 'cumulo');
        ?>
</th>
				</tr>
				<?php 
        $sidebars = sidebar_generator::get_sidebars();
        //$sidebars = array('bob','john','mike','asdf');
        if (is_array($sidebars) && !empty($sidebars)) {
            $cnt = 0;
            foreach ($sidebars as $sidebar) {
                $alt = $cnt % 2 == 0 ? 'alternate' : '';
                ?>
				<tr class="<?php 
                echo esc_attr($alt);
                ?>
">
					<td><?php 
                echo esc_html($sidebar);
                ?>
</td>
					<td><?php 
                echo sidebar_generator::name_to_class($sidebar);
                ?>
</td>
					<td><a href="javascript:void(0);" onclick="return remove_sidebar_link('<?php 
                echo esc_attr($sidebar);
                ?>
',<?php 
                echo intval($cnt) + 1;
                ?>
);" title="<?php 
                echo __('Remove this sidebar', 'cumulo');
                ?>
">remove</a></td>
				</tr>
				<?php 
                $cnt++;
            }
        } else {
            ?>
					<tr>
						<td colspan="3"><?php 
            echo __('No Sidebars defined', 'cumulo');
            ?>
</td>
					</tr>
					<?php 
        }
        ?>
			</table>
		</div>
		<?php 
    }
Example #16
0
 function of_options_array()
 {
     global $smof_data;
     // Avada edit
     //Register sidebar options for blog/portfolio/woocommerce category/archive pages
     global $wp_registered_sidebars;
     $sidebar_options[] = 'None';
     for ($i = 0; $i < 1; $i++) {
         $sidebars = $wp_registered_sidebars;
         // sidebar_generator::get_sidebars();
         //var_dump($sidebars);
         if (is_array($sidebars) && !empty($sidebars)) {
             foreach ($sidebars as $sidebar) {
                 $sidebar_options[] = $sidebar['name'];
             }
         }
         $sidebars = sidebar_generator::get_sidebars();
         if (is_array($sidebars) && !empty($sidebars)) {
             foreach ($sidebars as $key => $value) {
                 $sidebar_options[] = $value;
             }
         }
     }
     // End Avada edit
     // Begin Avada edit
     // Social Icon default order
     $of_options_social_links_ordering = array("default" => array('facebook' => 'Facebook', 'flickr' => 'Flickr', 'rss' => 'RSS', 'twitter' => 'Twitter', 'vimeo' => 'Vimeo', 'youtube' => 'Youtube', 'instagram' => 'Instagram', 'pinterest' => 'Pinerest', 'tumblr' => 'Tumblr', 'google' => 'Googleplus', 'dribbble' => 'Dribble', 'digg' => 'Digg', 'linkedin' => 'LinkedIn', 'blogger' => 'Blogger', 'skype' => 'Skype', 'forrst' => 'Forrst', 'myspace' => 'Myspace', 'deviantart' => 'Deviantart', 'yahoo' => 'Yahoo', 'reddit' => 'Reddit', 'paypal' => 'Paypal', 'dropbox' => 'Dropbox', 'soundcloud' => 'Soundcloud', 'vk' => 'VK'), "custom" => array());
     // End Avada edit
     //More Options
     $body_repeat = array(__("no-repeat", "Avada"), __("repeat-x", "Avada"), __("repeat-y", "Avada"), __("repeat", "Avada"));
     $body_pos = array(__("top left", "Avada"), __("top center", "Avada"), __("top right", "Avada"), __("center left", "Avada"), __("center center", "Avada"), __("center right", "Avada"), __("bottom left", "Avada"), __("bottom center", "Avada"), __("bottom right", "Avada"));
     /*-----------------------------------------------------------------------------------*/
     /* The Options Array */
     /*-----------------------------------------------------------------------------------*/
     // Set the Options Array
     $of_options = array();
     // Avada Edit
     // Last updated: 2015/09/02
     $google_fonts = array("None" => "None", "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", "Alegreya Sans" => "Alegreya Sans", "Alegreya Sans SC" => "Alegreya Sans 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", "Amiri" => "Amiri", "Amita" => "Amita", "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", "Arya" => "Arya", "Asap" => "Asap", "Asar" => "Asar", "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", "Biryani" => "Biryani", "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", "Cambay" => "Cambay", "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", "Dekko" => "Dekko", "Delius" => "Delius", "Delius Swash Caps" => "Delius Swash Caps", "Delius Unicase" => "Delius Unicase", "Della Respira" => "Della Respira", "Denk One" => "Denk One", "Devonshire" => "Devonshire", "Dhurjati" => "Dhurjati", "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", "Eczar" => "Eczar", "Ek Mukta" => "Ek Mukta", "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", "Exo 2" => "Exo 2", "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", "Fira Mono" => "Fira Mono", "Fira Sans" => "Fira Sans", "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", "Gidugu" => "Gidugu", "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", "Gurajada" => "Gurajada", "Habibi" => "Habibi", "Halant" => "Halant", "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", "Hind" => "Hind", "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", "Inknut Antiqua" => "Inknut Antiqua", "Irish Grover" => "Irish Grover", "Istok Web" => "Istok Web", "Italiana" => "Italiana", "Italianno" => "Italianno", "Jacques Francois" => "Jacques Francois", "Jacques Francois Shadow" => "Jacques Francois Shadow", "Jaldi" => "Jaldi", "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", "Kadwa" => "Kadwa", "Kalam" => "Kalam", "Kameron" => "Kameron", "Kantumruy" => "Kantumruy", "Karla" => "Karla", "Karma" => "Karma", "Kaushan Script" => "Kaushan Script", "Kavoon" => "Kavoon", "Kdam Thmor" => "Kdam Thmor", "Keania One" => "Keania One", "Kelly Slab" => "Kelly Slab", "Kenia" => "Kenia", "Khand" => "Khand", "Khmer" => "Khmer", "Khula" => "Khula", "Kite One" => "Kite One", "Knewave" => "Knewave", "Kotta One" => "Kotta One", "Koulen" => "Koulen", "Kranky" => "Kranky", "Kreon" => "Kreon", "Kristi" => "Kristi", "Krona One" => "Krona One", "Kurale" => "Kurale", "La Belle Aurore" => "La Belle Aurore", "Laila" => "Laila", "Lakki Reddy" => "Lakki Reddy", "Lancelot" => "Lancelot", "Lateef" => "Lateef", "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", "Mallanna" => "Mallanna", "Mandali" => "Mandali", "Marcellus" => "Marcellus", "Marcellus SC" => "Marcellus SC", "Marck Script" => "Marck Script", "Margarine" => "Margarine", "Marko One" => "Marko One", "Marmelad" => "Marmelad", "Martel" => "Martel", "Martel Sans" => "Martel Sans", "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", "Modak" => "Modak", "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", "NTR" => "NTR", "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", "Palanquin" => "Palanquin", "Palanquin Dark" => "Palanquin Dark", "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", "Peddana" => "Peddana", "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", "Poppins" => "Poppins", "Port Lligat Sans" => "Port Lligat Sans", "Port Lligat Slab" => "Port Lligat Slab", "Pragati Narrow" => "Pragati Narrow", "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", "Rajdhani" => "Rajdhani", "Raleway" => "Raleway", "Raleway Dots" => "Raleway Dots", "Ramabhadra" => "Ramabhadra", "Ramaraja" => "Ramaraja", "Rambla" => "Rambla", "Rammetto One" => "Rammetto One", "Ranchers" => "Ranchers", "Rancho" => "Rancho", "Ranga" => "Ranga", "Rationale" => "Rationale", "Ravi Prakash" => "Ravi Prakash", "Redressed" => "Redressed", "Reenie Beanie" => "Reenie Beanie", "Revalia" => "Revalia", "Rhodium Libre" => "Rhodium Libre", "Ribeye" => "Ribeye", "Ribeye Marrow" => "Ribeye Marrow", "Righteous" => "Righteous", "Risque" => "Risque", "Roboto" => "Roboto", "Roboto Condensed" => "Roboto Condensed", "Roboto Mono" => "Roboto Mono", "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", "Rozha One" => "Rozha One", "Rubik Mono One" => "Rubik Mono One", "Rubik One" => "Rubik One", "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", "Sahitya" => "Sahitya", "Sail" => "Sail", "Salsa" => "Salsa", "Sanchez" => "Sanchez", "Sancreek" => "Sancreek", "Sansita One" => "Sansita One", "Sarala" => "Sarala", "Sarina" => "Sarina", "Sarpanch" => "Sarpanch", "Satisfy" => "Satisfy", "Scada" => "Scada", "Scheherazade" => "Scheherazade", "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", "Slabo 13px" => "Slabo 13px", "Slabo 27px" => "Slabo 27px", "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", "Source Serif Pro" => "Source Serif Pro", "Special Elite" => "Special Elite", "Spicy Rice" => "Spicy Rice", "Spinnaker" => "Spinnaker", "Spirax" => "Spirax", "Squada One" => "Squada One", "Sree Krushnadevaraya" => "Sree Krushnadevaraya", "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", "Sumana" => "Sumana", "Sunshiney" => "Sunshiney", "Supermercado One" => "Supermercado One", "Sura" => "Sura", "Suranna" => "Suranna", "Suravaram" => "Suravaram", "Suwannaphum" => "Suwannaphum", "Swanky and Moo Moo" => "Swanky and Moo Moo", "Syncopate" => "Syncopate", "Tangerine" => "Tangerine", "Taprom" => "Taprom", "Tauri" => "Tauri", "Teko" => "Teko", "Telex" => "Telex", "Tenali Ramakrishna" => "Tenali Ramakrishna", "Tenor Sans" => "Tenor Sans", "Text Me One" => "Text Me One", "The Girl Next Door" => "The Girl Next Door", "Tienne" => "Tienne", "Tillana" => "Tillana", "Timmana" => "Timmana", "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", "Vesper Libre" => "Vesper Libre", "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", "Yantramanav" => "Yantramanav", "Yellowtail" => "Yellowtail", "Yeseva One" => "Yeseva One", "Yesteryear" => "Yesteryear", "Zeyada" => "Zeyada");
     $standard_fonts = 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");
     $font_weights = array("100" => "Thin (100)", "200" => "Extra Light (200)", "300" => "Light (300)", "400" => "Normal (400)", "500" => "Medium (500)", "600" => "Semi Bold (600)", "700" => "Bold (700)", "800" => "Bolder (800)", "900" => "Extra Bold (900)");
     /*-----------------------------------------------------------------------------------*/
     /* The Options Array */
     /*-----------------------------------------------------------------------------------*/
     // Set the Options Array
     $of_options = array();
     $of_options[] = array("name" => __("General", "Avada"), "id" => "heading_general", "type" => "heading");
     $of_options[] = array("name" => __("Code", "Avada"), "desc" => "", "id" => "code", "std" => "<h3 style='margin: 0;'>" . __("Tracking / Space Before Head / Space Before Body Code", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Tracking Code", "Avada"), "desc" => __("Paste your Google Analytics (or other) tracking code here. This will be added into the header template of your theme. Please place code inside script tags.", "Avada"), "id" => "google_analytics", "std" => "", "type" => "textarea");
     $of_options[] = array("name" => __("Space before &lt;/head&gt;", "Avada"), "desc" => __("Add code before the &lt;/head&gt; tag.", "Avada"), "id" => "space_head", "std" => "", "type" => "textarea");
     $of_options[] = array("name" => __("Space before &lt;/body&gt;", "Avada"), "desc" => __("Add code before the &lt;/body&gt; tag.", "Avada"), "id" => "space_body", "std" => "", "type" => "textarea");
     $of_options[] = array("name" => __("Responsive", "Avada"), "id" => "heading_responsive", "type" => "heading");
     $of_options[] = array("name" => __("Responsive Design", "Avada"), "desc" => __("Enable to use the responsive design features. If disabled then the fixed layout is used.", "Avada"), "id" => "responsive", "std" => 1, "on" => "Enable", "off" => "Disable", "type" => "switch");
     $of_options[] = array("name" => __("Header Responsive Breakpoint", "Avada"), "desc" => __("Controls when the desktop header changes to the mobile header. In pixels, ex: 800px.", "Avada"), "id" => "side_header_break_point", "std" => "800px", "type" => "text");
     $of_options[] = array("name" => __("Site Content Responsive Breakpoint", "Avada"), "desc" => __("Controls when the site content area changes to the mobile layout. This includes all content on the page except for the header area and blog/portfolio grid sections. If you are using a side header, the breakpoint value you enter will automatically include the side header width.  In pixels, ex: 800px.", "Avada"), "id" => "content_break_point", "std" => "800px", "type" => "text");
     $of_options[] = array("name" => __("Grid Responsive Breakpoint", "Avada"), "desc" => __("Controls when blog/portfolio grid layouts start to break into smaller amounts of columns. Further breakpoints are auto calculated. In pixels, ex: 1000px.", "Avada"), "id" => "grid_main_break_point", "std" => "1099px", "type" => "text");
     $of_options[] = array("name" => __("Responsive Heading Typography", "Avada"), "desc" => __("Check this box if you want site headings to change font size responsively.", "Avada"), "id" => "typography_responsive", "std" => 0, "on" => "Enable", "off" => "Disable", "type" => "switch");
     $of_options[] = array("name" => __("Responsive Typography Sensitivity", "Avada"), "desc" => __("Values below 1 decrease resizing, values above 1 increase sizing. ex: .6", "Avada"), "id" => "typography_sensitivity", "std" => "0.6", "type" => "text");
     $of_options[] = array("name" => __("Mininum Font Size Factor", "Avada"), "desc" => __("Minimum font factor is used to determine minimum distance between headings and body type by a multiplying value. ex: 1.5", "Avada"), "id" => "typography_factor", "std" => "1.5", "type" => "text");
     $of_options[] = array("name" => __("Enable Zoom on mobile devices", "Avada"), "desc" => __("Enable to allow pinch to zoom on mobile devices.", "Avada"), "id" => "mobile_zoom", "std" => 1, "on" => "Enable", "off" => "Disable", "type" => "switch");
     $of_options[] = array("name" => __("Site Width", "Avada"), "id" => "heading_site_width", "type" => "heading");
     $of_options[] = array("name" => __("Layout", "Avada"), "desc" => __("Select boxed or wide layout.", "Avada"), "id" => "layout", "std" => "Wide", "type" => "select", "options" => array('Boxed' => __('Boxed', 'Avada'), 'Wide' => __('Wide', 'Avada')));
     $of_options[] = array("name" => __("Site Width", "Avada"), "desc" => __("Controls the overall site width. In px or %, ex: 100% or 1170px.", "Avada"), "id" => "site_width", "std" => "1100px", "type" => "text");
     $of_options[] = array("name" => __("Sidebar Width", "Avada"), "desc" => "", "id" => "content_sidebar_width", "std" => "<h3 style='margin: 0;'>" . __("Sidebar Width", "Avada") . "</h3><p>" . __("These settings are used on pages with 1 sidebar.", "Avada") . "</p>", "type" => "info");
     $of_options[] = array("name" => __("Sidebar Width", "Avada"), "desc" => __("Controls the width of the sidebar. In px or %, ex: 100% or 1170px.", "Avada"), "id" => "sidebar_width", "std" => "23%", "type" => "text");
     $of_options[] = array("name" => __("Sidebar + Sidebar Width", "Avada"), "desc" => "", "id" => "content_sidebar_sidebar_width", "std" => "<h3 style='margin: 0;'>" . __("Sidebar + Sidebar Width", "Avada") . "</h3><p>" . __("These settings are used on pages with 2 sidebars.", "Avada") . "</p>", "type" => "info");
     $of_options[] = array("name" => __("Sidebar 1 Width", "Avada"), "desc" => __("Controls the width of the sidebar 1. In px or %, ex: 100% or 1170px.", "Avada"), "id" => "sidebar_2_1_width", "std" => "21%", "type" => "text");
     $of_options[] = array("name" => __("Sidebar 2 Width", "Avada"), "desc" => __("Controls the width of the sidebar 2. In px or %, ex: 100% or 1170px.", "Avada"), "id" => "sidebar_2_2_width", "std" => "21%", "type" => "text");
     $of_options[] = array("name" => __("Header", "Avada"), "id" => "heading_header", "type" => "heading");
     $of_options[] = array("name" => __("Header Info", "Avada"), "desc" => "", "id" => "header_info_1", "std" => "<h3 style='margin: 0;'>" . __("Header Content Options", "Avada") . "</h3>", "icon" => true, "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Header Position", "Avada"), "desc" => __("Select the position of header. Left/Right position will not display the header content options 1-3 on mobile devices, only on desktop.", "Avada"), "id" => "header_position", "std" => "Top", "type" => "select", "options" => array('Top' => __('Top', 'Avada'), 'Left' => __('Left', 'Avada'), 'Right' => __('Right', 'Avada')));
     $of_options[] = array("name" => __("Select a Header Layout", "Avada"), "desc" => "", "id" => "header_layout", "std" => "v1", "type" => "images", "options" => array("v1" => get_template_directory_uri() . "/assets/images/patterns/header1.jpg", "v2" => get_template_directory_uri() . "/assets/images/patterns/header2.jpg", "v3" => get_template_directory_uri() . "/assets/images/patterns/header3.jpg", "v4" => get_template_directory_uri() . "/assets/images/patterns/header4.jpg", "v5" => get_template_directory_uri() . "/assets/images/patterns/header5.jpg"));
     $of_options[] = array("name" => __("Header Width For Left/Right Position", "Avada"), "desc" => __("Controls width of the left or right side header. In pixels, ex: 170px.", "Avada"), "id" => "side_header_width", "std" => "280px", "type" => "text");
     $of_options[] = array("name" => __("Header Shadow", "Avada"), "desc" => __("Check this box to show a header drop shadow. This option is incompatible with Internet Explorer versions older than IE11.", "Avada"), "id" => "header_shadow", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("100% Header Width", "Avada"), "desc" => __("Check this box to set the header to 100% of the browser width. Uncheck to follow site width. Only works with wide layout mode.", "Avada"), "id" => "header_100_width", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Slider Position", "Avada"), "desc" => __("Select if the slider shows below or above the header.", "Avada"), "id" => "slider_position", "std" => "Below", "type" => "select", "options" => array('Below' => 'Below', 'Above' => 'Above'));
     $of_options[] = array("name" => __("Header Content 1", "Avada"), "desc" => __("Select which content displays in the first content area.", "Avada"), "id" => "header_left_content", "std" => "Contact Info", "type" => "select", "options" => array('Contact Info' => 'Contact Info', 'Social Links' => 'Social Links', 'Navigation' => 'Navigation', 'Leave Empty' => 'Leave Empty'));
     $of_options[] = array("name" => __("Header Content 2", "Avada"), "desc" => __("Select which content displays in the second content area.", "Avada"), "id" => "header_right_content", "std" => "Navigation", "type" => "select", "options" => array('Contact Info' => 'Contact Info', 'Social Links' => 'Social Links', 'Navigation' => 'Navigation', 'Leave Empty' => 'Leave Empty'));
     $of_options[] = array("name" => __("Header Content 3", "Avada"), "desc" => __("Select which content displays in the third content area.", "Avada"), "id" => "header_v4_content", "std" => "Tagline And Search", "type" => "select", "options" => array('Tagline' => 'Tagline', 'Search' => 'Search', 'Tagline And Search' => 'Tagline And Search', 'Banner' => 'Banner', 'None' => 'Leave Empty'));
     $of_options[] = array("name" => __("Phone Number For Contact Info", "Avada"), "desc" => __("Phone number will display in the Contact Info section of your top header.", "Avada"), "id" => "header_number", "std" => "Call Us Today! 1.555.555.555", "type" => "textarea");
     $of_options[] = array("name" => __("Email Address For Contact Info", "Avada"), "desc" => __("Email address will display in the Contact Info section of your top header.", "Avada"), "id" => "header_email", "std" => "*****@*****.**", "type" => "text");
     $of_options[] = array("name" => __("Banner Code For Content 3", "Avada"), "desc" => __("Add HTML banner code for Header Content 3. Simple shortcodes, like buttons, can be used here too. The contents or image will display as long as you have Banner selected for the Header Content 3 option above.", "Avada"), "id" => "header_banner_code", "std" => '', "type" => "textarea");
     $of_options[] = array("name" => __("Tagline For Content 3", "Avada"), "desc" => __("Tagline will display as long as you have Tagline selected for the Header Content 3 option above.", "Avada"), "id" => "header_tagline", "std" => "Insert Tagline Here", "type" => "textarea");
     $of_options[] = array("name" => __("Header Info", "Avada"), "desc" => "", "id" => "header_info_1", "std" => "<h3 style='margin: 0;'>" . __("Header Content Options", "Avada") . "</h3>", "icon" => true, "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Header Info", "Avada"), "desc" => "", "id" => "header_info_2", "std" => "<h3 style='margin: 0;'>" . __("Header Background", "Avada") . "</h3>", "icon" => true, "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Background Image For Header Area", "Avada"), "desc" => __("Select an image or insert an image url to use for the header background.", "Avada"), "id" => "header_bg_image", "std" => "", "mod" => "", "type" => "media");
     $of_options[] = array("name" => __("100% Background Image", "Avada"), "desc" => __("Check this box to have the header background image display at 100% in width and height and scale according to the browser size.", "Avada"), "id" => "header_bg_full", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Parallax Background Image", "Avada"), "desc" => __("Check this box to enable parallax scrolling on the background image for header top positions.", "Avada"), "id" => "header_bg_parallax", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Background Repeat", "Avada"), "desc" => __("Select how the background image repeats.", "Avada"), "id" => "header_bg_repeat", "std" => "", "type" => "select", "options" => array('repeat' => 'repeat', 'repeat-x' => 'repeat-x', 'repeat-y' => 'repeat-y', 'no-repeat' => 'no-repeat'));
     // this is for padding, the id is wrong but there for legacy users
     $of_options[] = array("name" => __("Header Top Padding", "Avada"), "desc" => __("In pixels or percentage, ex: 10px or 10%.", "Avada"), "id" => "margin_header_top", "std" => "0px", "type" => "text");
     // this is for padding, the id is wrong but there for legacy users
     $of_options[] = array("name" => __("Header Bottom Padding", "Avada"), "desc" => __("In pixels or percentage, ex: 10px or 10%.", "Avada"), "id" => "margin_header_bottom", "std" => "0px", "type" => "text");
     $of_options[] = array("name" => __("Header Left Padding", "Avada"), "desc" => __("In pixels or percentage, ex: 10px or 10%.", "Avada"), "id" => "padding_header_left", "std" => "0px", "type" => "text");
     $of_options[] = array("name" => __("Header Right Padding", "Avada"), "desc" => __("In pixels or percentage, ex: 10px or 10%.", "Avada"), "id" => "padding_header_right", "std" => "0px", "type" => "text");
     $of_options[] = array("name" => __("Header Info", "Avada"), "desc" => "", "id" => "header_info_2", "std" => "<h3 style='margin: 0;'>" . __("Header Background", "Avada") . "</h3>", "icon" => true, "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Header Info", "Avada"), "desc" => "", "id" => "header_info_3", "std" => "<h3 style='margin: 0;'>" . __("Header Social Icons", "Avada") . "</h3>", "icon" => true, "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Header Social Icons Font Size", "Avada"), "desc" => __("In pixels, default is 16", "Avada"), "id" => "header_social_links_font_size", "std" => "16", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Header Social Icons Custom Color", "Avada"), "desc" => __("Select a custom social icon color. Use one hex value for all or separate by | symbol for multi-color. ex: #AA0000|#00AA00|#0000AA", "Avada"), "id" => "header_social_links_icon_color", "std" => "#bebdbd", "type" => "color");
     $of_options[] = array("name" => __("Header Social Icons Boxed", "Avada"), "desc" => __("Controls whether each icon is displayed in a small box.", "Avada"), "id" => "header_social_links_boxed", "std" => "No", "type" => "select", "options" => array('No' => 'No', 'Yes' => 'Yes'));
     $of_options[] = array("name" => __("Header Social Icons Custom Box Color", "Avada"), "desc" => __("Select a custom social icon box color. Use one hex value for all or separate by | symbol for multi-color. ex: #AA0000|#00AA00|#0000AA", "Avada"), "id" => "header_social_links_box_color", "std" => "#e8e8e8", "type" => "color");
     $of_options[] = array("name" => __("Header Social Icons Boxed Radius", "Avada"), "desc" => __("Box radius for the social icons. In pixels, ex: 4px.", "Avada"), "id" => "header_social_links_boxed_radius", "std" => "4px", "type" => "text");
     $of_options[] = array("name" => __("Header Social Icons Boxed Padding", "Avada"), "desc" => __("In pixels, default is 8", "Avada"), "id" => "header_social_links_boxed_padding", "std" => "8", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Header Social Icons Tooltip Position", "Avada"), "desc" => __("Controls the tooltip position of the social icons in the header.", "Avada"), "id" => "header_social_links_tooltip_placement", "std" => "Bottom", "type" => "select", "options" => array('Top' => 'Top', 'Right' => 'Right', 'Bottom' => 'Bottom', 'Left' => 'Left', 'None' => 'None'));
     $of_options[] = array("name" => __("Header Info", "Avada"), "desc" => "", "id" => "header_info_3", "std" => "<h3 style='margin: 0;'>" . __("Header Social Icons", "Avada") . "</h3>", "icon" => true, "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Sticky Header", "Avada"), "id" => "heading_sticky_header", "type" => "heading");
     $of_options[] = array("name" => __("Sticky Header Info", "Avada"), "desc" => "", "id" => "sticky_header_info", "std" => "<h3 style='margin: 0;'>" . __("Sticky Header Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Enable Sticky Header", "Avada"), "desc" => __("Check to enable a fixed header when scrolling, uncheck to disable.", "Avada"), "id" => "header_sticky", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Enable Sticky Header on Tablets", "Avada"), "desc" => __("Check to enable a fixed header when scrolling on tablets, uncheck to disable.", "Avada"), "id" => "header_sticky_tablet", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Enable Sticky Header on Mobiles", "Avada"), "desc" => __("Check to enable a fixed header when scrolling on mobiles, uncheck to disable.", "Avada"), "id" => "header_sticky_mobile", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Enable Sticky Header Animation", "Avada"), "desc" => __("Enable the sticky header to animate to a smaller height. This will shrink the sticky header height, logo and menu. Only applies to header v1 - v3.", "Avada"), "id" => "header_sticky_shrinkage", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Headers 4-5 Sticky Header Display", "Avada"), "desc" => __("Select if your sticky header shows the menu or menu + logo area.", "Avada"), "id" => "header_sticky_type2_layout", "std" => "Menu Only", "type" => "select", "options" => array('menu_only' => 'Menu Only', 'menu_and_logo' => 'Menu + Logo Area'));
     $of_options[] = array("name" => __("Sticky Header Menu Item Padding", "Avada"), "desc" => __("Controls the space between each menu item in the sticky header. Use a number without 'px', default is 35. ex: 35", "Avada"), "id" => "header_sticky_nav_padding", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Sticky Header Navigation Font Size", "Avada"), "desc" => __("Controls the font size of the menu items in the sticky header. Use a number without 'px', default is 14. ex: 14", "Avada"), "id" => "header_sticky_nav_font_size", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Logo", "Avada"), "id" => "heading_logo", "type" => "heading");
     $of_options[] = array("name" => __("Header Info", "Avada"), "desc" => "", "id" => "header_info", "std" => "<h3 style='margin: 0;'>" . __("Default Logo", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Default Logo", "Avada"), "desc" => __("Select an image file for your logo.", "Avada"), "id" => "logo", "std" => get_template_directory_uri() . "/assets/images/logo.png", "mod" => "min", "type" => "media");
     $of_options[] = array("name" => __("Default Logo (Retina Version @2x)", "Avada"), "desc" => __("Select an image file for the retina version of the logo. It should be exactly 2x the size of main logo.", "Avada"), "id" => "logo_retina", "std" => "", "mod" => "min", "type" => "media");
     $of_options[] = array("name" => __("Default Logo Width", "Avada"), "desc" => __("If retina logo is uploaded, enter the standard logo (1x) version width, do not enter the retina logo width. Use a number without 'px', ex: 40", "Avada"), "id" => "retina_logo_width", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Default Logo Height", "Avada"), "desc" => __("If retina logo is uploaded, enter the standard logo (1x) version height, do not enter the retina logo height. Use a number without 'px', ex: 40", "Avada"), "id" => "retina_logo_height", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Sticky Header Logo", "Avada"), "desc" => "", "id" => "sticky_logo_wrapper", "std" => "<h3 style='margin: 0;'>" . __("Sticky Header Logo", "Avada") . "</h3>", "icon" => true, "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Sticky Header Logo", "Avada"), "desc" => __("Select an image file for your sticky header logo.", "Avada"), "id" => "sticky_header_logo", "std" => "", "mod" => "min", "type" => "media");
     $of_options[] = array("name" => __("Sticky Header Logo (Retina Version @2x)", "Avada"), "desc" => __("Select an image file for the retina version of the sticky header logo. It should be exactly 2x the size of sticky header main logo.", "Avada"), "id" => "sticky_header_logo_retina", "std" => "", "mod" => "min", "type" => "media");
     $of_options[] = array("name" => __("Sticky Header Logo Width", "Avada"), "desc" => __("If retina logo is uploaded, enter the sticky header logo (1x) version width, do not enter the retina logo width. Use a number without 'px', ex: 40", "Avada"), "id" => "sticky_retina_logo_width", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Sticky Header Logo Height", "Avada"), "desc" => __("If retina logo is uploaded, enter the sticky header logo (1x) version height, do not enter the retina logo height. Use a number without 'px', ex: 40 ", "Avada"), "id" => "sticky_retina_logo_height", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Sticky Header Logo", "Avada"), "desc" => "", "id" => "sticky_logo_wrapper", "std" => "<h3 style='margin: 0;'>" . __("Sticky Header Logo", "Avada") . "</h3>", "icon" => true, "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Mobile Logo", "Avada"), "desc" => "", "id" => "mobile_logo_wrapper", "std" => "<h3 style='margin: 0;'>" . __("Mobile Logo", "Avada") . "</h3>", "icon" => true, "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Mobile Logo", "Avada"), "desc" => __("Select an image file for your mobile logo.", "Avada"), "id" => "mobile_logo", "std" => "", "mod" => "min", "type" => "media");
     $of_options[] = array("name" => __("Mobile Logo (Retina Version @2x)", "Avada"), "desc" => __("Select an image file for the retina version of the mobile logo. It should be exactly 2x the size of Mobile main logo.", "Avada"), "id" => "mobile_logo_retina", "std" => "", "mod" => "min", "type" => "media");
     $of_options[] = array("name" => __("Mobile Logo Width", "Avada"), "desc" => __("If retina logo is uploaded, enter the mobile logo (1x) version width, do not enter the retina logo width. Use a number without 'px', ex: 40", "Avada"), "id" => "mobile_retina_logo_width", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Mobile Logo Height", "Avada"), "desc" => __("If retina logo is uploaded, enter the mobile logo (1x) version height, do not enter the retina logo height. Use a number without 'px', ex: 40", "Avada"), "id" => "mobile_retina_logo_height", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Mobile Logo", "Avada"), "desc" => "", "id" => "mobile_logo_wrapper", "std" => "<h3 style='margin: 0;'>" . __("Mobile Logo", "Avada") . "</h3>", "icon" => true, "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Logo Settings", "Avada"), "desc" => "", "id" => "logo_settings_wrapper", "std" => "<h3 style='margin: 0;'>" . __("Logo Settings", "Avada") . "</h3>", "icon" => true, "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Logo Alignment", "Avada"), "desc" => __("'Center' only works on Top Header 5 and on Side Headers.", "Avada"), "id" => "logo_alignment", "std" => "Left", "type" => "select", "options" => array('Left' => 'Left', 'Center' => 'Center', 'Right' => 'Right'));
     $of_options[] = array("name" => __("Logo Left Margin", "Avada"), "desc" => __("In pixels, ex: 10px", "Avada"), "id" => "margin_logo_left", "std" => "0px", "type" => "text");
     $of_options[] = array("name" => __("Logo Right Margin", "Avada"), "desc" => __("In pixels, ex: 10px", "Avada"), "id" => "margin_logo_right", "std" => "0px", "type" => "text");
     $of_options[] = array("name" => __("Logo Top Margin", "Avada"), "desc" => __("In pixels, ex: 10px", "Avada"), "id" => "margin_logo_top", "std" => "31px", "type" => "text");
     $of_options[] = array("name" => __("Logo Bottom Margin", "Avada"), "desc" => __("In pixels, ex: 10px", "Avada"), "id" => "margin_logo_bottom", "std" => "31px", "type" => "text");
     $of_options[] = array("name" => __("Logo Settings", "Avada"), "desc" => "", "id" => "logo_settings_wrapper", "std" => "<h3 style='margin: 0;'>" . __("Logo Settings", "Avada") . "</h3>", "icon" => true, "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Favicon Options", "Avada"), "desc" => "", "id" => "favicons", "std" => "<h3 style='margin: 0;'>" . __("Favicon Options", "Avada") . "</h3>", "icon" => true, "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Favicon", "Avada"), "desc" => __("Favicon for your website (16px x 16px).", "Avada"), "id" => "favicon", "std" => "", "type" => "upload");
     $of_options[] = array("name" => __("Apple iPhone Icon Upload", "Avada"), "desc" => __("Favicon for Apple iPhone (57px x 57px).", "Avada"), "id" => "iphone_icon", "std" => "", "type" => "upload");
     $of_options[] = array("name" => __("Apple iPhone Retina Icon Upload", "Avada"), "desc" => __("Favicon for Apple iPhone Retina Version (114px x 114px).", "Avada"), "id" => "iphone_icon_retina", "std" => "", "type" => "upload");
     $of_options[] = array("name" => __("Apple iPad Icon Upload", "Avada"), "desc" => __("Favicon for Apple iPad (72px x 72px).", "Avada"), "id" => "ipad_icon", "std" => "", "type" => "upload");
     $of_options[] = array("name" => __("Apple iPad Retina Icon Upload", "Avada"), "desc" => __("Favicon for Apple iPad Retina Version (144px x 144px).", "Avada"), "id" => "ipad_icon_retina", "std" => "", "type" => "upload");
     $of_options[] = array("name" => __("Favicon Options", "Avada"), "desc" => "", "id" => "favicons", "std" => "<h3 style='margin: 0;'>" . __("Favicon Options", "Avada") . "</h3>", "icon" => true, "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Menu", "Avada"), "id" => "heading_menu", "type" => "heading");
     $of_options[] = array("name" => __("Header Info", "Avada"), "desc" => "", "id" => "header_info", "std" => "<h3 style='margin: 0;'>" . __("Menu Options", "Avada") . "</h3>", "icon" => true, "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Menu Text Align", "Avada"), "desc" => __("Controls the alignment of the text in the menu for top headers 4-5 and side headers", "Avada"), "id" => "menu_text_align", "std" => "center", "options" => array('left' => 'Left', 'center' => 'Center', 'right' => 'Right'), "type" => "select");
     $of_options[] = array("name" => __("Main Nav Height", "Avada"), "desc" => __("Controls menu height. Use a number without 'px', default is 83. ex: 83", "Avada"), "id" => "nav_height", "std" => "83", "type" => "text");
     $of_options[] = array("name" => __("Main Menu Highlight Bar Size", "Avada"), "desc" => __("Controls the border size of the menu highlight bar. Use a number without 'px', default is 3, enter 0 to hide it. ex: 3.", "Avada"), "id" => "nav_highlight_border", "std" => "3", "type" => "text");
     $of_options[] = array("name" => __("Main Menu Item Padding", "Avada"), "desc" => __("Controls right (left on RTL) menu padding. Use a number without 'px', default is 45. ex: 45", "Avada"), "id" => "nav_padding", "std" => "45", "type" => "text");
     $of_options[] = array("name" => __("Main Menu Dropdown Width", "Avada"), "desc" => __("In pixels, ex: 170px", "Avada"), "id" => "dropdown_menu_width", "std" => "180px", "type" => "text");
     $of_options[] = array("name" => __("Main Menu Dropdown Item Top/Bottom Padding", "Avada"), "desc" => __("In pixels, ex: 7px", "Avada"), "id" => "mainmenu_dropdown_vertical_padding", "std" => "7px", "type" => "text");
     $of_options[] = array("name" => __("Main Menu Dropdown Item Divider", "Avada"), "desc" => __("Check to display a divider on the menu dropdown items.", "Avada"), "id" => "mainmenu_dropdown_display_divider", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Top Menu Dropdown Width", "Avada"), "desc" => __("In pixels, ex: 100px", "Avada"), "id" => "topmenu_dropwdown_width", "std" => "180px", "type" => "text");
     $of_options[] = array("name" => __("Mega Menu Max-Width", "Avada"), "desc" => __('Controls the the max width of the mega menu. In pixels, ex: 1100px.', 'Avada'), "id" => "megamenu_max_width", "std" => "1100px", "type" => "text");
     $of_options[] = array("name" => __("Mega Menu Column Title Size", "Avada"), "desc" => __("Set the font size for mega menu column titles (menu 2nd level labels). In pixels, ex: 18px", "Avada"), "id" => "megamenu_title_size", "std" => "18px", "type" => "text");
     $of_options[] = array("name" => __("Mega Menu Item Top/Bottom Padding", "Avada"), "desc" => __("In pixels, ex: 5px", "Avada"), "id" => "megamenu_item_vertical_padding", "std" => "5px", "type" => "text");
     $of_options[] = array("name" => __("Mega Menu Item Divider", "Avada"), "desc" => __("Check to display a divider on the mega menu submenu items.", "Avada"), "id" => "megamenu_item_display_divider", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Dropdown Menu Indicator", "Avada"), "desc" => __("Check the box to enable arrow indicators next to parent level menu items.", "Avada"), "id" => "menu_display_dropdown_indicator", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Menu Drop Shadow", "Avada"), "desc" => __("Check to enable the dropshadow for menu dropdowns, uncheck to disable.", "Avada"), "id" => "megamenu_shadow", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Display Search Icon in Main Nav", "Avada"), "desc" => __("Check to display the search icon in the main menu.", "Avada"), "id" => "main_nav_search_icon", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Enable Circle Border On Menu Icons", "Avada"), "desc" => __("Check to enable a circle border on the main menu cart and search icons.", "Avada"), "id" => "main_nav_icon_circle", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Header Info", "Avada"), "desc" => "", "id" => "header_info", "std" => "<h3 style='margin: 0;'>" . __("Menu Options", "Avada") . "</h3>", "icon" => true, "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Header Info", "Avada"), "desc" => "", "id" => "mobile_menu_options", "std" => "<h3 style='margin: 0;'>" . __("Mobile Menu Options", "Avada") . "</h3>", "icon" => true, "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Mobile Menu Design Style", "Avada"), "desc" => __("Select between classic or modern mobile design.", "Avada"), "id" => "mobile_menu_design", "std" => "modern", "options" => array('classic' => 'Classic', 'modern' => 'Modern'), "type" => "select");
     $of_options[] = array("name" => __("Mobile Menu Item Padding", "Avada"), "desc" => __("Controls right (left on RTL) menu padding on mobile devices when the normal menu is used. Use a number without 'px', default is 25. ex: 25", "Avada"), "id" => "mobile_nav_padding", "std" => "25", "type" => "text");
     $of_options[] = array("name" => __("Mobile Menu Text Align", "Avada"), "desc" => __("Controls the alignment of menu text on mobile menu.", "Avada"), "id" => "mobile_menu_text_align", "std" => "left", "options" => array('left' => 'Left', 'center' => 'Center', 'right' => 'Right'), "type" => "select");
     $of_options[] = array("name" => __("Mobile Menu Icons Top Margin", "Avada"), "desc" => __("Controls the top margin for the icons in the modern mobile menu sticky header. In pixels, ex: 100px", "Avada"), "id" => "mobile_menu_icons_top_margin", "std" => "0px", "type" => "text");
     $of_options[] = array("name" => __("Mobile Menu Navigation Height", "Avada"), "desc" => __("Controls the menu height of each menu item. Use a number without 'px', default is 35.", "Avada"), "id" => "mobile_menu_nav_height", "std" => "35", "type" => "text");
     $of_options[] = array("name" => __("Mobile Menu Submenu Slide Outs", "Avada"), "desc" => __("Check to group submenu to slideout elements on mobile menu.", "Avada"), "id" => "mobile_nav_submenu_slideout", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Header Info", "Avada"), "desc" => "", "id" => "mobile_menu_options", "std" => "<h3 style='margin: 0;'>" . __("Mobile Menu Options", "Avada") . "</h3>", "icon" => true, "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Page Title Bar", "Avada"), "id" => "heading_page_title_bar", "type" => "heading");
     $of_options[] = array("name" => __("Header Info", "Avada"), "desc" => "", "id" => "header_info", "std" => "<h3 style='margin: 0;'>" . __("Page Title Bar Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Page Title Bar", "Avada"), "desc" => __("Check the box to show the page title bar. This is a global option for every page or post, and this can be overridden by individual page/post options.", "Avada"), "id" => "page_title_bar", "std" => "bar_and_content", "options" => array('bar_and_content' => 'Show Bar and Content', 'content_only' => 'Show Content Only', 'hide' => 'Hide'), "type" => "select");
     $of_options[] = array("name" => __("Page Title Bar Text", "Avada"), "desc" => __("Choose to show or hide the page title bar text.", "Avada"), "id" => "page_title_bar_text", "std" => "yes", "options" => array('yes' => __('Show', 'Avada'), 'no' => __('Hide', 'Avada')), "type" => "select");
     $of_options[] = array("name" => __("100% Page Title Width", "Avada"), "desc" => __("Check this box to set the page title content to 100% of the browser width. Uncheck to follow site width. Only works with wide layout mode.", "Avada"), "id" => "page_title_100_width", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Page Title Bar Height", "Avada"), "desc" => __("In pixels, ex: 10px", "Avada"), "id" => "page_title_height", "std" => "87px", "type" => "text");
     $of_options[] = array("name" => __("Page Title Bar Mobile Height", "Avada"), "desc" => __("In pixels, ex: 10px", "Avada"), "id" => "page_title_mobile_height", "std" => "70px", "type" => "text");
     $of_options[] = array("name" => __("Page Title Bar Text Alignment", "Avada"), "desc" => __("Choose the title and subhead text alignment", "Avada"), "id" => "page_title_alignment", "std" => "left", "options" => array('left' => 'Left', 'center' => 'Center', 'right' => 'Right'), "type" => "select");
     $of_options[] = array("name" => __("Page Title Bar Background", "Avada"), "desc" => __("Select an image or insert an image url to use for the page title bar background.", "Avada"), "id" => "page_title_bg", "std" => get_template_directory_uri() . "/assets/images/page_title_bg.png", "mod" => "", "type" => "media");
     $of_options[] = array("name" => __("Page Title Bar Background (Retina Version @2x)", "Avada"), "desc" => __("Select an image or insert an image url to use for the retina page title bar background.", "Avada"), "id" => "page_title_bg_retina", "std" => "", "mod" => "", "type" => "media");
     $of_options[] = array("name" => __("100% Background Image", "Avada"), "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.", "Avada"), "id" => "page_title_bg_full", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Parallax Background Image", "Avada"), "desc" => __("Check to enable parallax background image when scrolling.", "Avada"), "id" => "page_title_bg_parallax", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Fading Animation", "Avada"), "desc" => __("Choose to have the page title text fade on scroll.", "Avada"), "id" => "page_title_fading", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Header Info", "Avada"), "desc" => "", "id" => "header_info", "std" => "<h3 style='margin: 0;'>" . __("Breadcrumb Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Breadcrumbs/Search Box", "Avada"), "desc" => __("Choose to display breadcrumbs, search box or none in the page title bar.", "Avada"), "id" => "page_title_bar_bs", "std" => "Breadcrumbs", "options" => array('none' => 'None', 'Breadcrumbs' => 'Breadcrumbs', 'Search Box' => 'Search Box'), "type" => "select");
     $of_options[] = array("name" => __("Breadcrumbs on Mobile Devices", "Avada"), "desc" => __("Check to display breadcrumbs on mobile devices.", "Avada"), "id" => "breadcrumb_mobile", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Breadcrumb Menu Prefix", "Avada"), "desc" => __("The text before the breadcrumb menu.", "Avada"), "id" => "breacrumb_prefix", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Breadcrumb Menu Separator", "Avada"), "desc" => __("Choose a separator between the single breadcrumbs.", "Avada"), "id" => "breadcrumb_separator", "std" => "/", "type" => "text");
     $of_options[] = array("name" => __("Show Custom Post Type Archives on Breadcrumbs", "Avada"), "desc" => __("Check to display custom post type archives in the breadcrumb path.", "Avada"), "id" => "breadcrumb_show_post_type_archive", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Show Post Categories on Breadcrumbs", "Avada"), "desc" => __("Check to display the post categories in the breadcrumb path.", "Avada"), "id" => "breadcrumb_show_categories", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Sliding Bar", "Avada"), "id" => "heading_sliding_bar", "type" => "heading");
     $of_options[] = array("name" => __("Sliding Bar", "Avada"), "desc" => "", "id" => "sliding_bar", "std" => "<h3 style='margin: 0;'>" . __("Sliding Bar Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Enable Sliding Bar", "Avada"), "desc" => __("Check to enable the top Sliding Bar.", "Avada"), "id" => "slidingbar_widgets", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Sliding Bar On Mobile", "Avada"), "desc" => __("Check to disable the top Sliding Bar on mobile devices.", "Avada"), "id" => "mobile_slidingbar_widgets", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Enable Top Border on Sliding Bar", "Avada"), "desc" => __("Check to enable a top border on the Sliding Bar.", "Avada"), "id" => "slidingbar_top_border", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Sliding Bar Open On Page Load", "Avada"), "desc" => __("Check the box to have the sliding bar open when the page loads.", "Avada"), "id" => "slidingbar_open_on_load", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Number of Sliding Bar Columns", "Avada"), "desc" => __("Select the number of columns to display in the Sliding Bar.", "Avada"), "id" => "slidingbar_widgets_columns", "std" => "2", "options" => array('1' => '1', '2' => '2', '3' => '3', '4' => '4', '5' => '5', '6' => '6'), "type" => "select");
     $of_options[] = array("name" => __("Footer", "Avada"), "id" => "heading_footer", "type" => "heading");
     $of_options[] = array("name" => __("General Footer Options", "Avada"), "desc" => "", "id" => "footer_widgets_area_title", "std" => "<h3 style='margin: 0;'>" . __("General Footer Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("100% Footer Width", "Avada"), "desc" => __("Check this box to set footer width to 100% of the browser width. Uncheck to follow site width. Only works with wide layout mode.", "Avada"), "id" => "footer_100_width", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => "Footer Special Effects", "desc" => "Select your preferred footer special effect.", "id" => "footer_special_effects", "std" => "none", "type" => "radio", "options" => array("none" => __("None", "Avada"), "footer_parallax_effect" => __("Footer Parallax Effect", "Avada"), "footer_area_bg_parallax" => __("Parallax Background Image", "Avada"), "footer_sticky" => __("Sticky Footer", "Avada"), "footer_sticky_with_parallax_bg_image" => __("Sticky Footer and Parallax Background Image", "Avada")));
     $of_options[] = array("name" => __("Footer Parallax Effect Info", "Avada"), "desc" => "", "id" => "footer_parallax_effect_info", "std" => __("This enables a fixed footer with parallax scrolling effect.", "Avada"), "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Parallax Background Image Info", "Avada"), "desc" => "", "id" => "footer_area_bg_parallax_info", "std" => __("This enables a parallax effect on the background image selected in 'Background Image For Footer Widget Area' field.", "Avada"), "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Sticky Footer Info", "Avada"), "desc" => "", "id" => "footer_sticky_info", "std" => __("This enables a sticky footer. The entire footer area will always be 'below the fold'. On very short pages, it makes sure that the footer sticks at the bottom, just above the fold.<br />IMPORTANT: 'Sticky Footer Height' field must be filled in.", "Avada"), "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Sticky Footer and Parallax Background Image Info", "Avada"), "desc" => "", "id" => "footer_sticky_with_parallax_bg_image_info", "std" => __("This enables a sticky footer together with a parallax effect on the background image. The entire footer area will always be 'below the fold'. IMPORTANT: 'Sticky Footer Height' field must be filled in.", "Avada"), "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Sticky Footer Height", "Avada"), "desc" => __("The entire height of the footer area (widgets + copyright). <a href='https://theme-fusion.com/avada-doc/footer-special-effects/' target='_blank'>View tutorial here</a>. Set a static height in px to enable sticky footer effect. ex: 200px..", "Avada"), "id" => "footer_sticky_height", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Footer Widgets Area", "Avada"), "desc" => "", "id" => "footer_widgets_area_title", "std" => "<h3 style='margin: 0;'>" . __("Footer Widgets Area Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Footer Widgets", "Avada"), "desc" => __("Check the box to display footer widgets.", "Avada"), "id" => "footer_widgets", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Footer Widgets Center Content", "Avada"), "desc" => __("Check the box to display the footer widget area contents centered.", "Avada"), "id" => "footer_widgets_center_content", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Number of Footer Columns", "Avada"), "desc" => __("Select the number of columns to display in the footer.", "Avada"), "id" => "footer_widgets_columns", "std" => "4", "options" => array('1' => '1', '2' => '2', '3' => '3', '4' => '4', '5' => '5', '6' => '6'), "type" => "select");
     $of_options[] = array("name" => __("Background Image For Footer Widget Area", "Avada"), "desc" => __("Select an image or insert an image url to use for the footer widget area backgroud.", "Avada"), "id" => "footerw_bg_image", "std" => "", "mod" => "", "type" => "media");
     $of_options[] = array("name" => __("100% Background Image", "Avada"), "desc" => __("Check this box to have the footer background image display at 100% in width and height and scale according to the browser size.", "Avada"), "id" => "footerw_bg_full", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Background Repeat", "Avada"), "desc" => __("Select how the background image repeats.", "Avada"), "id" => "footerw_bg_repeat", "std" => "", "type" => "select", "options" => array('repeat' => 'repeat', 'repeat-x' => 'repeat-x', 'repeat-y' => 'repeat-y', 'no-repeat' => 'no-repeat'));
     $of_options[] = array("name" => __("Background Position", "Avada"), "desc" => __("Select the position from where background image starts.", "Avada"), "id" => "footerw_bg_pos", "std" => "center center", "type" => "select", "options" => $body_pos);
     $of_options[] = array("name" => __("Footer Top Padding", "Avada"), "desc" => __("In pixels or percentage, ex: 10px or 10%.", "Avada"), "id" => "footer_area_top_padding", "std" => "43px", "type" => "text");
     $of_options[] = array("name" => __("Footer Bottom Padding", "Avada"), "desc" => __("In pixels or percentage, ex: 10px or 10%.", "Avada"), "id" => "footer_area_bottom_padding", "std" => "40px", "type" => "text");
     $of_options[] = array("name" => __("Footer Left Padding", "Avada"), "desc" => __("In pixels or percentage, ex: 10px or 10%.", "Avada"), "id" => "footer_area_left_padding", "std" => "0px", "type" => "text");
     $of_options[] = array("name" => __("Footer Right Padding", "Avada"), "desc" => __("In pixels or percentage, ex: 10px or 10%.", "Avada"), "id" => "footer_area_right_padding", "std" => "0px", "type" => "text");
     $of_options[] = array("name" => __("Copyright Area / Social Icon Options", "Avada"), "desc" => "", "id" => "copyright_area_title", "std" => "<h3 style='margin: 0;'>" . __("Footer Copyright Area Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Copyright Bar", "Avada"), "desc" => __("Check the box to display the copyright bar.", "Avada"), "id" => "footer_copyright", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Copyright Center Content", "Avada"), "desc" => __("Check the box to display the copyright bar contents centered.", "Avada"), "id" => "footer_copyright_center_content", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Copyright Text", "Avada"), "desc" => __("Enter the text that displays in the copyright bar. HTML markup can be used.", "Avada"), "id" => "footer_text", "std" => 'Copyright 2012 Avada | All Rights Reserved | Powered by <a href="http://wordpress.org">WordPress</a>  |  <a href="http://theme-fusion.com">Theme Fusion</a>', "type" => "textarea");
     $of_options[] = array("name" => __("Copyright Top Padding", "Avada"), "desc" => __("In pixels, ex: 18px", "Avada"), "id" => "copyright_top_padding", "std" => "18px", "type" => "text");
     $of_options[] = array("name" => __("Copyright Bottom Padding", "Avada"), "desc" => __("In pixels, ex: 18px", "Avada"), "id" => "copyright_bottom_padding", "std" => "16px", "type" => "text");
     $of_options[] = array("name" => __("Social Icon Options", "Avada"), "desc" => "", "id" => "footer_social_icon_title", "std" => "<h3 style='margin: 0;'>" . __("Social Icon Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Display Social Icons on Footer of the Page", "Avada"), "desc" => __("Select the checkbox to show social media icons on the footer of the page.", "Avada"), "id" => "icons_footer", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Footer Social Icons Font Size", "Avada"), "desc" => __("In pixels, default is 16", "Avada"), "id" => "footer_social_links_font_size", "std" => "16", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Footer Social Icons Custom Color", "Avada"), "desc" => __("Select a custom social icon color. Use one hex value for all or separate by | symbol for multi-color. ex: #AA0000|#00AA00|#0000AA", "Avada"), "id" => "footer_social_links_icon_color", "std" => "#46494a", "type" => "color");
     $of_options[] = array("name" => __("Footer Social Icons Boxed", "Avada"), "desc" => __("Controls whether each icon is displayed in a small box.", "Avada"), "id" => "footer_social_links_boxed", "std" => "No", "type" => "select", "options" => array('No' => 'No', 'Yes' => 'Yes'));
     $of_options[] = array("name" => __("Footer Social Icons Custom Box Color", "Avada"), "desc" => __("Select a custom social icon box color. Use one hex value for all or separate by | symbol for multi-color. ex: #AA0000|#00AA00|#0000AA", "Avada"), "id" => "footer_social_links_box_color", "std" => "#222222", "type" => "color");
     $of_options[] = array("name" => __("Footer Social Icons Boxed Radius", "Avada"), "desc" => __("Box radius for the social icons. In pixels, ex: 4px.", "Avada"), "id" => "footer_social_links_boxed_radius", "std" => "4px", "type" => "text");
     $of_options[] = array("name" => __("Footer Social Icons Boxed Padding", "Avada"), "desc" => __("In pixels, default is 8", "Avada"), "id" => "footer_social_links_boxed_padding", "std" => "8", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Footer Social Icons Tooltip Position", "Avada"), "desc" => __("Controls the tooltip position of the social icons in the footer.", "Avada"), "id" => "footer_social_links_tooltip_placement", "std" => "Top", "type" => "select", "options" => array('Top' => 'Top', 'Right' => 'Right', 'Bottom' => 'Bottom', 'Left' => 'Left', 'None' => 'None'));
     $of_options[] = array("name" => __("Sidebars", "Avada"), "id" => "heading_sidebars", "type" => "heading");
     $of_options[] = array("name" => __('Pages', "Avada"), "desc" => "", "id" => "pages_sidebars", "std" => "<h3 style='margin: 0;'>" . __("Pages", "Avada") . "</h3>", "icon" => true, "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Activate Global Sidebar", "Avada"), "desc" => __("Check the box if you want to use a global sidebar on all pages. This option overrides the page options.", "Avada"), "id" => "pages_global_sidebar", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Global Sidebar 1", "Avada"), "desc" => __("Select sidebar 1 that will display on all pages.", "Avada"), "id" => "pages_sidebar", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Global Sidebar 2", "Avada"), "desc" => __("Select sidebar 2 that will display on all pages. Sidebar 2 can only be used if sidebar 1 is selected", "Avada"), "id" => "pages_sidebar_2", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Global Sidebar Position", "Avada"), "desc" => __("Select the sidebar 1 position for pages. If sidebar 2 is selected, it will display on the opposite side.", "Avada"), "id" => "default_sidebar_pos", "std" => "Right", "options" => array('Right' => 'Right', 'Left' => 'Left'), "type" => "select");
     $of_options[] = array("name" => __('Pages', "Avada"), "desc" => "", "id" => "pages", "std" => "<h3 style='margin: 0;'>" . __("Pages", "Avada") . "</h3>", "icon" => true, "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Portfolio Posts", "Avada"), "desc" => "", "id" => "portfolio", "std" => "<h3 style='margin: 0;'>" . __("Portfolio Posts", "Avada") . "</h3>", "icon" => true, "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Activate Global Sidebar", "Avada"), "desc" => __("Check the box if you want to use a global sidebar on all single portfolio posts. This option overrides the portfolio options.", "Avada"), "id" => "portfolio_global_sidebar", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Global Sidebar 1", "Avada"), "desc" => __("Select sidebar 1 that will display on all single portfolio posts.", "Avada"), "id" => "portfolio_sidebar", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Global Sidebar 2", "Avada"), "desc" => __("Select sidebar 2 that will display on all single portfolio posts. Sidebar 2 can only be used if sidebar 1 is selected", "Avada"), "id" => "portfolio_sidebar_2", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Global Portfolio Sidebar Position", "Avada"), "desc" => __("Select the sidebar 1 position for the portfolio. If sidebar 2 is selected, it will display on the opposite side.", "Avada"), "id" => "portfolio_sidebar_position", "std" => "Right", "type" => "select", "options" => array('Right' => 'Right', 'Left' => 'Left'));
     $of_options[] = array("name" => __("Portfolio Posts", "Avada"), "desc" => "", "id" => "portfolio_posts", "std" => "<h3 style='margin: 0;'>" . __("Portfolio Posts", "Avada") . "</h3>", "icon" => true, "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Portfolio Archive/Category Pages", "Avada"), "desc" => "", "id" => "portfolio_archive", "std" => "<h3 style='margin: 0;'>" . __("Portfolio Archive/Category Pages", "Avada") . "</h3>", "icon" => true, "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Portfolio Archive/Category Sidebar 1", "Avada"), "desc" => __("Select sidebar 1 that will display on the archive/category pages.", "Avada"), "id" => "portfolio_archive_sidebar", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Portfolio Archive/Category Sidebar 2", "Avada"), "desc" => __("Select sidebar 2 that will display on the archive/category pages. Sidebar 2 can only be used if sidebar 1 is selected.", "Avada"), "id" => "portfolio_archive_sidebar_2", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Portfolio Archive/Category Pages", "Avada"), "desc" => "", "id" => "portfolio_archive", "std" => "<h3 style='margin: 0;'>" . __("Portfolio Archive/Category Pages", "Avada") . "</h3>", "icon" => true, "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Blog Posts", "Avada"), "desc" => "", "id" => "blog_posts", "std" => "<h3 style='margin: 0;'>" . __("Blog Posts", "Avada") . "</h3>", "icon" => true, "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Activate Global Sidebar", "Avada"), "desc" => __("Check the box if you want to use a global sidebar on all single posts. This option overrides the post options.", "Avada"), "id" => "posts_global_sidebar", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Global Sidebar 1", "Avada"), "desc" => __("Select sidebar 1 that will display on all single posts.", "Avada"), "id" => "posts_sidebar", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Global Sidebar 2", "Avada"), "desc" => __("Select sidebar 2 that will display on all single posts.", "Avada"), "id" => "posts_sidebar_2", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Global Blog Sidebar Position", "Avada"), "desc" => __("Select the sidebar 1 position for the blog pages. If sidebar 2 is selected, it will display on the opposite side.", "Avada"), "id" => "blog_sidebar_position", "std" => "Right", "type" => "select", "options" => array('Right' => 'Right', 'Left' => 'Left'));
     $of_options[] = array("name" => __("Blog Posts", "Avada"), "desc" => "", "id" => "blog_posts", "std" => "<h3 style='margin: 0;'>" . __("Blog Posts", "Avada") . "</h3>", "icon" => true, "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Blog Archive/Category Pages", "Avada"), "desc" => "", "id" => "blog_archives", "std" => "<h3 style='margin: 0;'>" . __("Blog Archive/Category Pages", "Avada") . "</h3>", "icon" => true, "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Blog Archive/Category Sidebar 1", "Avada"), "desc" => __("Select the sidebar 1 that will display on the blog archive/category pages.", "Avada"), "id" => "blog_archive_sidebar", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Blog Archive/Category Sidebar 2", "Avada"), "desc" => __("Select the sidebar 2 that will display on the blog archive/category pages. Sidebar 2 can only be used if sidebar 1 is selected.", "Avada"), "id" => "blog_archive_sidebar_2", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Blog Archive/Category Pages", "Avada"), "desc" => "", "id" => "blog_archives", "std" => "<h3 style='margin: 0;'>" . __("Blog Archive/Category Pages", "Avada") . "</h3>", "icon" => true, "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Woocommerce Products", "Avada"), "desc" => "", "id" => "woo_products", "std" => "<h3 style='margin: 0;'>" . __("Woocommerce Products", "Avada") . "</h3>", "icon" => true, "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Activate Global Sidebar", "Avada"), "desc" => __("Check the box if you want to use a global sidebar on the main shop page and all single product pages. This option overrides the woocommerce options.", "Avada"), "id" => "woo_global_sidebar", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Global Sidebar 1", "Avada"), "desc" => __("Select sidebar 1 that will display on all single product pages.", "Avada"), "id" => "woo_sidebar", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Global Sidebar 2", "Avada"), "desc" => __("Select sidebar 2 that will display on all single product pages. Sidebar 2 can only be used if sidebar 1 is selected", "Avada"), "id" => "woo_sidebar_2", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Global Woocommerce Sidebar Position", "Avada"), "desc" => __("Select the sidebar 1 position for woocommerce. If sidebar 2 is selected, it will display on the opposite side.", "Avada"), "id" => "woo_sidebar_position", "std" => "Right", "type" => "select", "options" => array('Right' => 'Right', 'Left' => 'Left'));
     $of_options[] = array("name" => __("Woocommerce Products", "Avada"), "desc" => "", "id" => "woo_products", "std" => "<h3 style='margin: 0;'>" . __("Woocommerce Products", "Avada") . "</h3>", "icon" => true, "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("WooCommerce Archive/Category Pages", "Avada"), "desc" => "", "id" => "woo_archives", "std" => "<h3 style='margin: 0;'>" . __("WooCommerce Archive/Category Pages", "Avada") . "</h3>", "icon" => true, "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Woocommerce Archive/Category Sidebar 1", "Avada"), "desc" => __("Select sidebar 1 that will display on the archive/category pages.", "Avada"), "id" => "woocommerce_archive_sidebar", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Woocommerce Archive/Category Sidebar 2", "Avada"), "desc" => __("Select sidebar 2 that will display on the archive/category pages. Sidebar 2 can only be used if sidebar 1 is selected.", "Avada"), "id" => "woocommerce_archive_sidebar_2", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("WooCommerce Archive/Category Pages", "Avada"), "desc" => "", "id" => "woo_archives", "std" => "<h3 style='margin: 0;'>" . __("WooCommerce Archive/Category Pages", "Avada") . "</h3>", "icon" => true, "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Search Page", "Avada"), "desc" => "", "id" => "search_only", "std" => "<h3 style='margin: 0;'>" . __("Search Page", "Avada") . "</h3>", "icon" => true, "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Search Page Sidebar 1", "Avada"), "desc" => __("Select sidebar 1 that will display on the search results page.", "Avada"), "id" => "search_sidebar", "std" => "Blog Sidebar", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Search Page Sidebar 2", "Avada"), "desc" => __("Select sidebar 2 that will display on the search results page. Sidebar 2 can only be used if sidebar 1 is selected.", "Avada"), "id" => "search_sidebar_2", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Search Sidebar Position", "Avada"), "desc" => __("Select the sidebar 1 position for the search pages. If sidebar 2 is selected, it will display on the opposite side.", "Avada"), "id" => "search_sidebar_position", "std" => "Right", "type" => "select", "options" => array('Right' => 'Right', 'Left' => 'Left'));
     $of_options[] = array("name" => __("Search Page", "Avada"), "desc" => "", "id" => "search_only", "std" => "<h3 style='margin: 0;'>" . __("Search Page", "Avada") . "</h3>", "icon" => true, "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Background", "Avada"), "id" => "heading_background", "type" => "heading");
     $of_options[] = array("name" => __("Boxed Mode Only", "Avada"), "desc" => "", "id" => "boxed_mode_only", "std" => "<h3 style='margin: 0;'>" . __("Background options below only work in boxed mode", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Background Image For Outer Areas In Boxed Mode", "Avada"), "desc" => __("Select an image or insert an image url to use for the backgroud.", "Avada"), "id" => "bg_image", "std" => "", "mod" => "", "type" => "media");
     $of_options[] = array("name" => __("100% Background Image", "Avada"), "desc" => __("Check this box to have the background image display at 100% in width and height and scale according to the browser size.", "Avada"), "id" => "bg_full", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Background Repeat", "Avada"), "desc" => __("Select how the background image repeats.", "Avada"), "id" => "bg_repeat", "std" => "", "type" => "select", "options" => array('repeat' => 'repeat', 'repeat-x' => 'repeat-x', 'repeat-y' => 'repeat-y', 'no-repeat' => 'no-repeat'));
     $of_options[] = array("name" => __("Background Color For Outer Areas In Boxed Mode", "Avada"), "desc" => __("Select a background color.", "Avada"), "id" => "bg_color", "std" => "#d7d6d6", "type" => "color");
     $of_options[] = array("name" => __("Background Pattern", "Avada"), "desc" => __("Check the box to display a pattern in the background. If checked, select the pattern from below.", "Avada"), "id" => "bg_pattern_option", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Select a Background Pattern", "Avada"), "desc" => "", "id" => "bg_pattern", "std" => "pattern1", "type" => "images", "options" => array("pattern1" => get_template_directory_uri() . "/assets/images/patterns/pattern1.png", "pattern2" => get_template_directory_uri() . "/assets/images/patterns/pattern2.png", "pattern3" => get_template_directory_uri() . "/assets/images/patterns/pattern3.png", "pattern4" => get_template_directory_uri() . "/assets/images/patterns/pattern4.png", "pattern5" => get_template_directory_uri() . "/assets/images/patterns/pattern5.png", "pattern6" => get_template_directory_uri() . "/assets/images/patterns/pattern6.png", "pattern7" => get_template_directory_uri() . "/assets/images/patterns/pattern7.png", "pattern8" => get_template_directory_uri() . "/assets/images/patterns/pattern8.png", "pattern9" => get_template_directory_uri() . "/assets/images/patterns/pattern9.png", "pattern10" => get_template_directory_uri() . "/assets/images/patterns/pattern10.png"));
     $of_options[] = array("name" => __("Both Modes", "Avada"), "desc" => "", "id" => "both_modes_only", "std" => "<h3 style='margin: 0;'>" . __("Background Options Below Work For Boxed & Wide Mode", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Background Image For Main Content Area", "Avada"), "desc" => __("Select an image or insert an image url to use for the main content area backgroud.", "Avada"), "id" => "content_bg_image", "std" => "", "mod" => "", "type" => "media");
     $of_options[] = array("name" => __("100% Background Image", "Avada"), "desc" => __("Check this box to have the background image display at 100% in width and height and scale according to the browser size.", "Avada"), "id" => "content_bg_full", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Background Repeat", "Avada"), "desc" => __("Select how the background image repeats.", "Avada"), "id" => "content_bg_repeat", "std" => "", "type" => "select", "options" => array('repeat' => 'repeat', 'repeat-x' => 'repeat-x', 'repeat-y' => 'repeat-y', 'no-repeat' => 'no-repeat'));
     $of_options[] = array("name" => __("Typography", "Avada"), "id" => "heading_typography", "type" => "heading");
     $of_options[] = array("name" => __("Custom Nav / Headings Font", "Avada"), "desc" => "", "id" => "custom_heading_font", "std" => "<h3 style='margin: 0;'>" . __("Custom Font For Menus And Headings", "Avada") . "</h3><p style='margin-bottom:0;'>" . __("This will override the google / standard font options. All 4 files are required.", "Avada") . "</p>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Custom Font .woff", "Avada"), "desc" => __("Upload the .woff font file.", "Avada"), "id" => "custom_font_woff", "std" => "", "type" => "upload");
     $of_options[] = array("name" => __("Custom Font .ttf", "Avada"), "desc" => __("Upload the .ttf font file.", "Avada"), "id" => "custom_font_ttf", "std" => "", "type" => "upload");
     $of_options[] = array("name" => __("Custom Font .svg", "Avada"), "desc" => __("Upload the .svg font file.", "Avada"), "id" => "custom_font_svg", "std" => "", "type" => "upload");
     $of_options[] = array("name" => __("Custom Font .eot", "Avada"), "desc" => __("Upload the .eot font file.", "Avada"), "id" => "custom_font_eot", "std" => "", "type" => "upload");
     $of_options[] = array("name" => __("Custom Nav / Headings Font", "Avada"), "desc" => "", "id" => "custom_heading_font", "std" => "<h3 style='margin: 0;'>" . __("Custom Font For Menus And Headings", "Avada") . "</h3><p style='margin-bottom:0;'>" . __("This will override the google / standard font options. All 4 files are required.", "Avada") . "</p>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Google Fonts", "Avada"), "desc" => "", "id" => "google_fonts_intro", "std" => "<h3 style='margin: 0;'>" . __("Google Fonts", "Avada") . "</h3><p style='margin-bottom:0;'>" . __("This will override standard font options.", "Avada") . "</p>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Select Body Font Family", "Avada"), "desc" => __("Select a font family for body text", "Avada"), "id" => "google_body", "std" => "PT Sans", "type" => "select", "options" => $google_fonts);
     $of_options[] = array("name" => __("Select Menu Font", "Avada"), "desc" => __("Select a font family for navigation", "Avada"), "id" => "google_nav", "std" => "Antic Slab", "type" => "select", "options" => $google_fonts);
     $of_options[] = array("name" => __("Select Headings Font", "Avada"), "desc" => __("Select a font family for headings", "Avada"), "id" => "google_headings", "std" => "Antic Slab", "type" => "select", "options" => $google_fonts);
     $of_options[] = array("name" => __("Select Footer Headings Font", "Avada"), "desc" => __("Select a font family for footer headings", "Avada"), "id" => "google_footer_headings", "std" => "PT Sans", "type" => "select", "options" => $google_fonts);
     $of_options[] = array("name" => __("Select Button Font", "Avada"), "desc" => __("Select a font family for button", "Avada"), "id" => "google_button", "std" => "PT Sans", "type" => "select", "options" => $google_fonts);
     $of_options[] = array("name" => __("Google Font Settings", "Avada"), "desc" => __("Adjust the settings below to load different character sets and types for fonts. More character sets and types equals to slower page load. Please read <a href='http://theme-fusion.com/?p=275938'>How to configure google web fonts settings</a> for more info.", "Avada"), "id" => "gfont_settings", "std" => "400,400italic,700,700italic&subset=latin", "type" => "text");
     $of_options[] = array("name" => __("Google Fonts", "Avada"), "desc" => "", "id" => "google_fonts_intro", "std" => "<h3 style='margin: 0;'>" . __("Google Fonts", "Avada") . "</h3><p style='margin-bottom:0;'>" . __("This will override standard font options.", "Avada") . "</p>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Standard Fonts", "Avada"), "desc" => "", "id" => "standard_fonts_intro", "std" => "<h3 style='margin: 0;'>" . __("Standard Fonts", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Select Body Font Family", "Avada"), "desc" => __("Select a font family for body text", "Avada"), "id" => "standard_body", "std" => "", "type" => "select", "options" => $standard_fonts);
     $of_options[] = array("name" => __("Select Menu Font Family", "Avada"), "desc" => __("Select a font family for menu / navigation", "Avada"), "id" => "standard_nav", "std" => "", "type" => "select", "options" => $standard_fonts);
     $of_options[] = array("name" => __("Select Headings Font Family", "Avada"), "desc" => __("Select a font family for headings", "Avada"), "id" => "standard_headings", "std" => "", "type" => "select", "options" => $standard_fonts);
     $of_options[] = array("name" => __("Select Footer Headings Font Family", "Avada"), "desc" => __("Select a font family for footer headings", "Avada"), "id" => "standard_footer_headings", "std" => "", "type" => "select", "options" => $standard_fonts);
     $of_options[] = array("name" => __("Select Button Font Family", "Avada"), "desc" => __("Select a font family for button", "Avada"), "id" => "standard_button", "std" => "", "type" => "select", "options" => $standard_fonts);
     $of_options[] = array("name" => __("Standard Fonts", "Avada"), "desc" => "", "id" => "standard_fonts_intro", "std" => "<h3 style='margin: 0;'>" . __("Standard Fonts", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Font Sizes", "Avada"), "desc" => "", "id" => "font_size_intro", "std" => "<h3 style='margin: 0;'>" . __("Font Sizes", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Body Font Size", "Avada"), "desc" => __("In pixels, default is 13", "Avada"), "id" => "body_font_size", "std" => "13", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Main Menu Font Size", "Avada"), "desc" => __("In pixels, default is 14", "Avada"), "id" => "nav_font_size", "std" => "14", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Main Menu Dropdown Font Size", "Avada"), "desc" => __("In pixels, default is 13", "Avada"), "id" => "nav_dropdown_font_size", "std" => "13", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Secondary Menu & Top Contact Info Font Size", "Avada"), "desc" => __("In pixels, default is 12", "Avada"), "id" => "snav_font_size", "std" => "12", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Side Menu Font Size", "Avada"), "desc" => __("In pixels, default is 14", "Avada"), "id" => "side_nav_font_size", "std" => "14", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Mobile Menu Font Size", "Avada"), "desc" => __("In pixels, default is 12", "Avada"), "id" => "mobile_menu_font_size", "std" => "12", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Breadcrumbs Font Size", "Avada"), "desc" => __("In pixels, default is 10", "Avada"), "id" => "breadcrumbs_font_size", "std" => "10", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Sidebar Widget Heading Font Size", "Avada"), "desc" => __("In pixels, default is 13", "Avada"), "id" => "sidew_font_size", "std" => "13", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Sliding Bar Widget Heading Font Size", "Avada"), "desc" => __("In pixels, default is 13", "Avada"), "id" => "slidingbar_font_size", "std" => "13", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Footer Widget Heading Font Size", "Avada"), "desc" => __("In pixels, default is 13", "Avada"), "id" => "footw_font_size", "std" => "13", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Copyright Font Size", "Avada"), "desc" => __("In pixels, default is 12", "Avada"), "id" => "copyright_font_size", "std" => "12", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Heading Font Size H1", "Avada"), "desc" => __("In pixels, default is 34", "Avada"), "id" => "h1_font_size", "std" => "34", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Heading Font Size H2", "Avada"), "desc" => __("In pixels, default is 18", "Avada"), "id" => "h2_font_size", "std" => "18", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Heading Font Size H3", "Avada"), "desc" => __("In pixels, default is 16", "Avada"), "id" => "h3_font_size", "std" => "16", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Heading Font Size H4", "Avada"), "desc" => __("In pixels, default is 13", "Avada"), "id" => "h4_font_size", "std" => "13", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Heading Font Size H5", "Avada"), "desc" => __("In pixels, default is 12", "Avada"), "id" => "h5_font_size", "std" => "12", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Heading Font Size H6", "Avada"), "desc" => __("In pixels, default is 11", "Avada"), "id" => "h6_font_size", "std" => "11", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Post Titles Font Size", "Avada"), "desc" => __("Controls the font size of all post titles. In pixels, default is 18", "Avada"), "id" => "post_titles_font_size", "std" => "18", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Post Titles Extras Font Size", "Avada"), "desc" => __("Controls Comment, Related Posts and Author Titles. H3 heading. In pixels, default is 18", "Avada"), "id" => "post_titles_extras_font_size", "std" => "18", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Header Tagline Font Size", "Avada"), "desc" => __("In pixels, default is 16", "Avada"), "id" => "tagline_font_size", "std" => "16", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Meta Data Font Size", "Avada"), "desc" => __("In pixels, default is 12", "Avada"), "id" => "meta_font_size", "std" => "12", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Page Title Font Size", "Avada"), "desc" => __("In pixels, default is 18", "Avada"), "id" => "page_title_font_size", "std" => "18", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Page Title Subheader Font Size", "Avada"), "desc" => __("In pixels, default is 14", "Avada"), "id" => "page_title_subheader_font_size", "std" => "14", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Pagination Font Size", "Avada"), "desc" => __("In pixels, default is 12", "Avada"), "id" => "pagination_font_size", "std" => "12", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("WooCommerce Icon Font Size", "Avada"), "desc" => __("In pixels, default is 12", "Avada"), "id" => "woo_icon_font_size", "std" => "12", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Font Size", "Avada"), "desc" => "", "id" => "font_size_intro", "std" => "<h3 style='margin: 0;'>" . __("Font Sizes", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Font Line Heights", "Avada"), "desc" => "", "id" => "font_line_heights_wrapper", "std" => "<h3 style='margin: 0;'>" . __("Font Line Heights", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Body Font Line Height", "Avada"), "desc" => __("In pixels, default is 20", "Avada"), "id" => "body_font_lh", "std" => "20", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Heading Font Line Height H1", "Avada"), "desc" => __("In pixels, default is 48", "Avada"), "id" => "h1_font_lh", "std" => "48", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Heading Font Line Height H2", "Avada"), "desc" => __("In pixels, default is 27", "Avada"), "id" => "h2_font_lh", "std" => "27", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Heading Font Line Height H3", "Avada"), "desc" => __("In pixels, default is 24", "Avada"), "id" => "h3_font_lh", "std" => "24", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Heading Font Line Height H4", "Avada"), "desc" => __("In pixels, default is 20", "Avada"), "id" => "h4_font_lh", "std" => "20", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Heading Font Line Height H5", "Avada"), "desc" => __("In pixels, default is 18", "Avada"), "id" => "h5_font_lh", "std" => "18", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Heading Font Line Height H6", "Avada"), "desc" => __("In pixels, default is 17", "Avada"), "id" => "h6_font_lh", "std" => "17", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Post Titles Line Height H2", "Avada"), "desc" => __("H2 Heading. In pixels, default is 27", "Avada"), "id" => "post_titles_font_lh", "std" => "27", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Secondary Menu Line Height", "Avada"), "desc" => __("In pixels, default is 44", "Avada"), "id" => "sec_menu_lh", "std" => "44", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Font Line Heights", "Avada"), "desc" => "", "id" => "font_line_heights_wrapper", "std" => "<h3 style='margin: 0;'>" . __("Font Line Heights", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Font Weights", "Avada"), "desc" => "", "id" => "font_weights_wrapper", "std" => sprintf("<h3 style='margin: 0;'>%s</h3>", __("Font Weights", "Avada")), "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Font Weights Info", "Avada"), "desc" => "", "id" => "font_weights_description", "std" => "<ul class='list'><li>" . __("If you use a custom font, the font weight will correspond to the font weight of the uploaded files, thus these settings do not apply.</li><li>If you use a google font, make sure to load the font weight in 'Google Font Settings' field that corresponds to the one in parenthesis here.</li><li>Browser standard fonts in general support only 'Normal (400)' and 'Bold (700)' font weights.", "Avada") . "</li></ul>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Select Body Font Weight", "Avada"), "desc" => __("Select a font weight for the body font. ", "Avada"), "id" => "font_weight_body", "std" => "400", "type" => "select", "options" => $font_weights);
     $of_options[] = array("name" => __("Select Menu Font Weight", "Avada"), "desc" => __("Select a font weight of the menu font.", "Avada"), "id" => "font_weight_menu", "std" => "400", "type" => "select", "options" => $font_weights);
     $of_options[] = array("name" => __("Select Headings Font Weight", "Avada"), "desc" => __("Select a font weight for the headings font.", "Avada"), "id" => "font_weight_headings", "std" => "400", "type" => "select", "options" => $font_weights);
     $of_options[] = array("name" => __("Select Footer Headings Font Weight", "Avada"), "desc" => __("Select a font weight for the footer headings font.", "Avada"), "id" => "font_weight_footer_headings", "std" => "400", "type" => "select", "options" => $font_weights);
     $of_options[] = array("name" => __("Select Button Font Weight", "Avada"), "desc" => __("Select a font weight for the button font.", "Avada"), "id" => "font_weight_button", "std" => "700", "type" => "select", "options" => $font_weights);
     $of_options[] = array("name" => __("Font Weights", "Avada"), "desc" => "", "id" => "font_weights_wrapper", "std" => sprintf("<h3 style='margin: 0;'>%s</h3>", __("Font Weights", "Avada")), "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Font Letter Spacing", "Avada"), "desc" => "", "id" => "font_letter_spacing_wrapper", "std" => sprintf("<h3 style='margin: 0;'>%s</h3>", __("Font Letter Spacing", "Avada")), "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Heading H1 Letter Spacing", "Avada"), "desc" => __("Controls the letter spacing of h1 headings. In pixels, ex: 2", "Avada"), "id" => "h1_font_ls", "std" => "0", "min" => "0", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Heading H2 Letter Spacing", "Avada"), "desc" => __("Controls the letter spacing of h2 headings. In pixels, ex: 2", "Avada"), "id" => "h2_font_ls", "std" => "0", "min" => "0", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Heading H3 Letter Spacing", "Avada"), "desc" => __("Controls the letter spacing of h3 headings. In pixels, ex: 2", "Avada"), "id" => "h3_font_ls", "std" => "0", "min" => "0", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Heading H4 Letter Spacing", "Avada"), "desc" => __("Controls the letter spacing of h4 headings. In pixels, ex: 2", "Avada"), "id" => "h4_font_ls", "std" => "0", "min" => "0", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Heading H5 Letter Spacing", "Avada"), "desc" => __("Controls the letter spacing of h5 headings. In pixels, ex: 2", "Avada"), "id" => "h5_font_ls", "std" => "0", "min" => "0", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Heading H6 Letter Spacing", "Avada"), "desc" => __("Controls the letter spacing of h6 headings. In pixels, ex: 2", "Avada"), "id" => "h6_font_ls", "std" => "0", "min" => "0", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Menu Letter Spacing", "Avada"), "desc" => __("Controls the letter spacing of menu text. In pixels, ex: 2", "Avada"), "id" => "menu_font_ls", "std" => "0", "min" => "0", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Button Letter Spacing", "Avada"), "desc" => __("Controls the letter spacing of button text. In pixels, ex: 2", "Avada"), "id" => "button_font_ls", "std" => "0", "min" => "0", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Font Letter Spacing", "Avada"), "desc" => "", "id" => "font_letter_spacing_wrapper", "std" => sprintf("<h3 style='margin: 0;'>%s</h3>", __("Font Letter Spacing", "Avada")), "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Font Margins", "Avada"), "desc" => "", "id" => "font_margins_wrapper", "std" => sprintf("<h3 style='margin: 0;'>%s</h3>", __("Font Margins", "Avada")), "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("H1 Top Margin", "Avada"), "desc" => __('In ems, default is 0.67', 'Avada'), "id" => "h1_top_margin", "std" => "0.67", "type" => "text");
     $of_options[] = array("name" => __("H1 Bottom Margin", "Avada"), "desc" => __('In ems, default is 0.67', 'Avada'), "id" => "h1_bottom_margin", "std" => "0.67", "type" => "text");
     $of_options[] = array("name" => __("H2 Top Margin", "Avada"), "desc" => __('In ems, default is 0', 'Avada'), "id" => "h2_top_margin", "std" => "0", "type" => "text");
     $of_options[] = array("name" => __("H2 Bottom Margin", "Avada"), "desc" => __('In ems, default is 1.1', 'Avada'), "id" => "h2_bottom_margin", "std" => "1.1", "type" => "text");
     $of_options[] = array("name" => __("H3 Top Margin", "Avada"), "desc" => __('In ems, default is 1', 'Avada'), "id" => "h3_top_margin", "std" => "1", "type" => "text");
     $of_options[] = array("name" => __("H3 Bottom Margin", "Avada"), "desc" => __('In ems, default is 1', 'Avada'), "id" => "h3_bottom_margin", "std" => "1", "type" => "text");
     $of_options[] = array("name" => __("H4 Top Margin", "Avada"), "desc" => __('In ems, default is 1.33', 'Avada'), "id" => "h4_top_margin", "std" => "1.33", "type" => "text");
     $of_options[] = array("name" => __("H4 Bottom Margin", "Avada"), "desc" => __('In ems, default is 1.33', 'Avada'), "id" => "h4_bottom_margin", "std" => "1.33", "type" => "text");
     $of_options[] = array("name" => __("H5 Top Margin", "Avada"), "desc" => __('In ems, default is 1.67', 'Avada'), "id" => "h5_top_margin", "std" => "1.67", "type" => "text");
     $of_options[] = array("name" => __("H5 Bottom Margin", "Avada"), "desc" => __('In ems, default is 1.67', 'Avada'), "id" => "h5_bottom_margin", "std" => "1.67", "type" => "text");
     $of_options[] = array("name" => __("H6 Top Margin", "Avada"), "desc" => __('In ems, default is 2.33', 'Avada'), "id" => "h6_top_margin", "std" => "2.33", "type" => "text");
     $of_options[] = array("name" => __("H6 Bottom Margin", "Avada"), "desc" => __('In ems, default is 2.33', 'Avada'), "id" => "h6_bottom_margin", "std" => "2.33", "type" => "text");
     $of_options[] = array("name" => __("Font Margins", "Avada"), "desc" => "", "id" => "font_margins_wrapper", "std" => sprintf("<h3 style='margin: 0;'>%s</h3>", __("Font Margins", "Avada")), "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Styling", "Avada"), "id" => "heading_styling", "type" => "heading");
     $of_options[] = array("name" => __("Select Theme Skin", "Avada"), "desc" => __("Select a skin, all color options will automatically change to the defined skin.", "Avada"), "id" => "scheme_type", "std" => "Light", "type" => "select", "options" => array('Light' => 'Light', 'Dark' => 'Dark'));
     $of_options[] = array("name" => __("Predefined Color Scheme", "Avada"), "desc" => __("Select a scheme, all color options will automatically change to the defined scheme.", "Avada"), "id" => "color_scheme", "std" => "Green", "type" => "select", "options" => array('Red' => 'Red', 'Light Red' => 'Light Red', 'Blue' => 'Blue', 'Light Blue' => 'Light Blue', 'Green' => 'Green', 'Dark Green' => 'Dark Green', 'Orange' => 'Orange', 'Pink' => 'Pink', 'Brown' => 'Brown', 'Light Grey' => 'Light Grey'));
     $of_options[] = array("name" => __("Background Colors", "Avada"), "desc" => "", "id" => "bg_colors_wrapper", "std" => "<h3 style='margin: 0;'>" . __("Background Colors", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Primary Color", "Avada"), "desc" => __("Controls several items, ex: link hovers, highlights, and more.", "Avada"), "id" => "primary_color", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Sliding Bar Background Color and Opacity", "Avada"), "desc" => __("Controls the background color and opacity of the top sliding bar. Opacity ranges between 0 (transparent) and 1 (opaque). ex: .4", "Avada"), "id" => "slidingbar_bg_color", "std" => array('color' => "#363839", 'opacity' => '1'), "type" => "backgroundcolor");
     $of_options[] = array("name" => __("Header Background Color and Opacity", "Avada"), "desc" => __("Controls the background color and opacity for the header. Opacity only works with header top position and ranges between 0 (transparent) and 1 (opaque). ex: .4", "Avada"), "id" => "header_bg_color", "std" => array('color' => "#ffffff", 'opacity' => '1'), "type" => "backgroundcolor");
     $of_options[] = array("name" => __("Sticky Header Background Color and Opacity", "Avada"), "desc" => __("Controls the background color for the sticky header. Opacity ranges between 0 (transparent) and 1 (opaque). ex: .4", "Avada"), "id" => "header_sticky_bg_color", "std" => array('color' => "#ffffff", 'opacity' => '0.97'), "type" => "backgroundcolor");
     $of_options[] = array("name" => __("Header Border Color", "Avada"), "desc" => __("Controls the border colors for the header. If using left or right header position it controls the menu divider lines.", "Avada"), "id" => "header_border_color", "std" => "#e5e5e5", "type" => "color");
     $of_options[] = array("name" => __("Header Top Background Color", "Avada"), "desc" => __("Controls the background color of the top header section used in Headers 2-5.", "Avada"), "id" => "header_top_bg_color", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Page Title Bar Background Color", "Avada"), "desc" => __("Select a color for the page title bar background.", "Avada"), "id" => "page_title_bg_color", "std" => "#F6F6F6", "type" => "color");
     $of_options[] = array("name" => __("Page Title Bar Borders Color", "Avada"), "desc" => __("Select a color for the page title bar borders.", "Avada"), "id" => "page_title_border_color", "std" => "#d2d3d4", "type" => "color");
     $of_options[] = array("name" => __("Content Background Color", "Avada"), "desc" => __("Controls the background color of the main content area.", "Avada"), "id" => "content_bg_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Sidebar Background Color", "Avada"), "desc" => __("Controls the background color of the sidebar.", "Avada"), "id" => "sidebar_bg_color", "std" => "transparent", "type" => "color");
     $of_options[] = array("name" => __("Sidebar Widget Title Background Color", "Avada"), "desc" => __("Controls the background color of the sidebar widget title.", "Avada"), "id" => "sidebar_widget_bg_color", "std" => "transparent", "type" => "color");
     $of_options[] = array("name" => __("Footer Background Color", "Avada"), "desc" => __("Controls the background color of the footer.", "Avada"), "id" => "footer_bg_color", "std" => "#363839", "type" => "color");
     $of_options[] = array("name" => __("Footer Border Color", "Avada"), "desc" => __("Controls the border colors for the footer.", "Avada"), "id" => "footer_border_color", "std" => "#e9eaee", "type" => "color");
     $of_options[] = array("name" => __("Copyright Background Color", "Avada"), "desc" => __("Controls the background color of the footer copyright.", "Avada"), "id" => "copyright_bg_color", "std" => "#282a2b", "type" => "color");
     $of_options[] = array("name" => __("Copyright Border Color", "Avada"), "desc" => __("Controls the border colors for the footer copyright.", "Avada"), "id" => "copyright_border_color", "std" => "#4b4c4d", "type" => "color");
     $of_options[] = array("name" => __("Background Colors", "Avada"), "desc" => "", "id" => "bg_colors_wrapper", "std" => "<h3 style='margin: 0;'>" . __("Background Colors", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Element Colors", "Avada"), "desc" => "", "id" => "element_colors_wrapper", "std" => "<h3 style='margin: 0;'>" . __("Element Colors", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Rollover Image Gradient Top Color and Opacity", "Avada"), "desc" => __("Controls the top color of the image rollover gradients. Opacity ranges between 0 (transparent) and 1 (opaque). ex: .4", "Avada"), "id" => "image_gradient_top_color", "std" => array('color' => "#a0ce4e", 'opacity' => '0.8'), "type" => "backgroundcolor");
     $of_options[] = array("name" => __("Rollover Image Gradient Bottom Color", "Avada"), "desc" => __("Controls the bottom color of the image rollover gradients.", "Avada"), "id" => "image_gradient_bottom_color", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Rollover Image Element Color", "Avada"), "desc" => __("This option controls the color of image rollover text and the icon circle backgrounds.", "Avada"), "id" => "image_rollover_text_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Rollover Image Icon Color", "Avada"), "desc" => __("Controls the color of the icons in the rollover.", "Avada"), "id" => "image_rollover_icon_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Sliding Bar Toggle Icon Color", "Avada"), "desc" => __("Controls the icon color of the sliding bar toggle.", "Avada"), "id" => "slidingbar_toggle_icon_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Sliding Bar Item Divider Color", "Avada"), "desc" => __("Controls the divider color in the sliding bar.", "Avada"), "id" => "slidingbar_divider_color", "std" => "#282A2B", "type" => "color");
     $of_options[] = array("name" => __("Footer Widget Divider Color", "Avada"), "desc" => __("Controls the divider color in the footer.", "Avada"), "id" => "footer_divider_color", "std" => "#505152", "type" => "color");
     $of_options[] = array("name" => __("Form Background Color", "Avada"), "desc" => __("Controls the background color of form fields.", "Avada"), "id" => "form_bg_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Form Text Color", "Avada"), "desc" => __("Controls the text color for forms.", "Avada"), "id" => "form_text_color", "std" => "#aaa9a9", "type" => "color");
     $of_options[] = array("name" => __("Form Border Color", "Avada"), "desc" => __("Controls the border color of form fields.", "Avada"), "id" => "form_border_color", "std" => "#d2d2d2", "type" => "color");
     $of_options[] = array("name" => __("Grid Box Color", "Avada"), "desc" => __("Controls blog grid, timeline, portfolio boxed items and Woocommerce post box background color.", "Avada"), "id" => "timeline_bg_color", "std" => "transparent", "type" => "color");
     $of_options[] = array("name" => __("Grid Element Color", "Avada"), "desc" => __("Controls blog grid, timeline, portfolio boxed items, Woocommerce post box border, divider lines, date box and border, timeline dots, timeline icon, timeline arrow.", "Avada"), "id" => "timeline_color", "std" => "#ebeaea", "type" => "color");
     $of_options[] = array("name" => __("Load More Posts Button Color", "Avada"), "desc" => __("Controls the background color of the load more button for ajax post loading.", "Avada"), "id" => "load_more_posts_button_bg_color", "std" => "#ebeaea", "type" => "color");
     $of_options[] = array("name" => __("Woo Quantity Box Background Color", "Avada"), "desc" => __("Controls the background color of the woocommerce quantity box.", "Avada"), "id" => "qty_bg_color", "std" => "#fbfaf9", "type" => "color");
     $of_options[] = array("name" => __("Woo Quantity Box Hover Background Color", "Avada"), "desc" => __("Controls the hover color of the woocommerce quantity box.", "Avada"), "id" => "qty_bg_hover_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("WooCommerce Dropdown Background Color", "Avada"), "desc" => __("Controls the background color.", "Avada"), "id" => "woo_dropdown_bg_color", "std" => "#fbfaf9", "type" => "color");
     $of_options[] = array("name" => __("WooCommerce Dropdown Text Color", "Avada"), "desc" => __("Controls the color of the text and icons.", "Avada"), "id" => "woo_dropdown_text_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("WooCommerce Dropdown Border Color", "Avada"), "desc" => __("Controls the border color.", "Avada"), "id" => "woo_dropdown_border_color", "std" => "#dbdbdb", "type" => "color");
     $of_options[] = array("name" => __("Element Colors", "Avada"), "desc" => "", "id" => "element_colors_wrapper", "std" => "<h3 style='margin: 0;'>" . __("Element Colors", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Layout Options", "Avada"), "desc" => "", "id" => "element_options_wrapper", "std" => "<h3 style='margin: 0;'>" . __("Layout Options", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Page Content Top Padding", "Avada"), "desc" => __("In pixels or percentage, ex: 10px or 10%.", "Avada"), "id" => "main_top_padding", "std" => "55px", "type" => "text");
     $of_options[] = array("name" => __("Page Content Bottom Padding", "Avada"), "desc" => __("In pixels or percentage, ex: 10px or 10%.", "Avada"), "id" => "main_bottom_padding", "std" => "40px", "type" => "text");
     $of_options[] = array("name" => __("100% Width Left/Right Padding", "Avada"), "desc" => __("This option controls the left/right padding for page content when using 100% site width or 100% width page template.  In pixels or percentage, ex: 10px or 10%.", "Avada"), "id" => "hundredp_padding", "std" => "30px", "type" => "text");
     $of_options[] = array("name" => __("Sidebar Padding", "Avada"), "desc" => __("Enter a pixel or percentage based value, ex: 5px or 5%", "Avada"), "id" => "sidebar_padding", "std" => "0", "type" => "text");
     $of_options[] = array("name" => __("Column Top Margin", "Avada"), "desc" => __("Controls the top margin for all column sizes. In pixels or percentage, ex: 10px or 10%.", "Avada"), "id" => "col_top_margin", "std" => "0px", "type" => "text");
     $of_options[] = array("name" => __("Column Bottom Margin", "Avada"), "desc" => __("Controls the bottom margin for all column sizes. In pixels or percentage, ex: 10px or 10%.", "Avada"), "id" => "col_bottom_margin", "std" => "20px", "type" => "text");
     $of_options[] = array("name" => __("Disable Sliding Bar Text Shadow", "Avada"), "desc" => __("Check to disable the text shadow in the Sliding Bar.", "Avada"), "id" => "slidingbar_text_shadow", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Rollover Text Shadow", "Avada"), "desc" => __("Check to disable the text shadow on rollovers.", "Avada"), "id" => "rollover_text_shadow", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Footer Text Shadow", "Avada"), "desc" => __("Check to disable the text shadow in the footer.", "Avada"), "id" => "footer_text_shadow", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Layout Options", "Avada"), "desc" => "", "id" => "element_options_wrapper", "std" => "<h3 style='margin: 0;'>" . __("Layout Options", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Font Colors", "Avada"), "desc" => "", "id" => "font_colors_wrapper", "std" => "<h3 style='margin: 0;'>" . __("Font Colors", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Header Tagline Font Color", "Avada"), "desc" => __("Controls the text color of the header tagline font.", "Avada"), "id" => "tagline_font_color", "std" => "#747474", "type" => "color");
     $of_options[] = array("name" => __("Page Title Font Color", "Avada"), "desc" => __("Controls the text color of the page title font.", "Avada"), "id" => "page_title_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Heading 1 (H1) Font Color", "Avada"), "desc" => __("Controls the text color of H1 headings.", "Avada"), "id" => "h1_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Heading 2 (H2) Font Color", "Avada"), "desc" => __("Controls the text color of H2 headings.", "Avada"), "id" => "h2_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Heading 3 (H3) Font Color", "Avada"), "desc" => __("Controls the text color of H3 headings.", "Avada"), "id" => "h3_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Heading 4 (H4) Font Color", "Avada"), "desc" => __("Controls the text color of H4 headings.", "Avada"), "id" => "h4_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Heading 5 (H5) Font Color", "Avada"), "desc" => __("Controls the text color of H5 headings.", "Avada"), "id" => "h5_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Heading 6 (H6) Font Color", "Avada"), "desc" => __("Controls the text color of H6 headings.", "Avada"), "id" => "h6_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Body Text Color", "Avada"), "desc" => __("Controls the text color of body font.", "Avada"), "id" => "body_text_color", "std" => "#747474", "type" => "color");
     $of_options[] = array("name" => __("Link Color", "Avada"), "desc" => __("Controls the color of all text links as well as the '>' in certain areas.", "Avada"), "id" => "link_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Breadcrumbs Text Color", "Avada"), "desc" => __("Controls the text color of the breadcrumb font.", "Avada"), "id" => "breadcrumbs_text_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Sliding Bar Headings Color", "Avada"), "desc" => __("Controls the text color of the sliding bar heading font.", "Avada"), "id" => "slidingbar_headings_color", "std" => "#DDDDDD", "type" => "color");
     $of_options[] = array("name" => __("Sliding Bar Font Color", "Avada"), "desc" => __("Controls the font color of the sliding bar font.", "Avada"), "id" => "slidingbar_text_color", "std" => "#8C8989", "type" => "color");
     $of_options[] = array("name" => __("Sliding Bar Link Color", "Avada"), "desc" => __("Controls the text color of the sliding bar link font.", "Avada"), "id" => "slidingbar_link_color", "std" => "#BFBFBF", "type" => "color");
     $of_options[] = array("name" => __("Sidebar Widget Headings Color", "Avada"), "desc" => __("Controls the text color of the sidebar widget headings.", "Avada"), "id" => "sidebar_heading_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Footer Headings Color", "Avada"), "desc" => __("Controls the text color of the footer heading font.", "Avada"), "id" => "footer_headings_color", "std" => "#DDDDDD", "type" => "color");
     $of_options[] = array("name" => __("Footer Font Color", "Avada"), "desc" => __("Controls the text color of the footer font.", "Avada"), "id" => "footer_text_color", "std" => "#8C8989", "type" => "color");
     $of_options[] = array("name" => __("Footer Link Color", "Avada"), "desc" => __("Controls the text color of the footer link font.", "Avada"), "id" => "footer_link_color", "std" => "#BFBFBF", "type" => "color");
     $of_options[] = array("name" => __("Font Colors", "Avada"), "desc" => "", "id" => "font_colors_wrapper", "std" => "<h3 style='margin: 0;'>" . __("Font Colors", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Main Menu Colors", "Avada"), "desc" => "", "id" => "main_menu_colors_wrapper", "std" => "<h3 style='margin: 0;'>" . __("Main Menu Colors", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Main Menu Background Color For Header 4 & 5", "Avada"), "desc" => __("Controls the background color of the menu when using header 4 or 5.", "Avada"), "id" => "menu_h45_bg_color", "std" => "#FFFFFF", "type" => "color");
     $of_options[] = array("name" => __("Main Menu Font Color - First Level", "Avada"), "desc" => __("Controls the text color of first level menu items.", "Avada"), "id" => "menu_first_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Main Menu Font Hover Color - First Level", "Avada"), "desc" => __("Controls the main menu hover, hover border, dropdown border color & active menu item.", "Avada"), "id" => "menu_hover_first_color", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Main Menu Background Color - Sublevels", "Avada"), "desc" => __("Controls the color of the menu sublevel background.", "Avada"), "id" => "menu_sub_bg_color", "std" => "#f2efef", "type" => "color");
     $of_options[] = array("name" => __("Main Menu Background Hover Color - Sublevels", "Avada"), "desc" => __("Controls the hover color of the menu sublevel background.", "Avada"), "id" => "menu_bg_hover_color", "std" => "#f8f8f8", "type" => "color");
     $of_options[] = array("name" => __("Main Menu Font Color - Sublevels", "Avada"), "desc" => __("Controls the color of the menu font sublevels.", "Avada"), "id" => "menu_sub_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Main Menu Separator - Sublevels", "Avada"), "desc" => __("Controls the color of the menu separator sublevels.", "Avada"), "id" => "menu_sub_sep_color", "std" => "#dcdadb", "type" => "color");
     $of_options[] = array("name" => __("Woo Cart Menu Background Color", "Avada"), "desc" => __("Controls the bottom section background color of the woocommerce cart dropdown.", "Avada"), "id" => "woo_cart_bg_color", "std" => "#fafafa", "type" => "color");
     $of_options[] = array("name" => __("Main Menu Colors", "Avada"), "desc" => "", "id" => "main_menu_colors_wrapper", "std" => "<h3 style='margin: 0;'>" . __("Main Menu Colors", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Secondary Menu Colors", "Avada"), "desc" => "", "id" => "menu_colors_intro", "std" => "<h3 style='margin: 0;'>" . __("Secondary Menu Colors", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Secondary Menu Font Color - First Level & Contact Info", "Avada"), "desc" => __("Controls the color of the secondary menu first level and contact info font.", "Avada"), "id" => "snav_color", "std" => "#747474", "type" => "color");
     $of_options[] = array("name" => __("Secondary Menu Divider Color - First Level", "Avada"), "desc" => __("Controls the divider color of the first level secondary menu.", "Avada"), "id" => "header_top_first_border_color", "std" => "#e5e5e5", "type" => "color");
     $of_options[] = array("name" => __("Secondary Menu Background Color - Sublevels", "Avada"), "desc" => __("Controls the background color of the secondary menu sublevels.", "Avada"), "id" => "header_top_sub_bg_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Secondary Menu Font Color - Sublevels", "Avada"), "desc" => __("Controls the text color of the secondary menu font sublevels.", "Avada"), "id" => "header_top_menu_sub_color", "std" => "#747474", "type" => "color");
     $of_options[] = array("name" => __("Secondary Menu Hover Background Color - Sublevels", "Avada"), "desc" => __("Controls the hover color of the secondary menu background sublevels.", "Avada"), "id" => "header_top_menu_bg_hover_color", "std" => "#fafafa", "type" => "color");
     $of_options[] = array("name" => __("Secondary Menu Hover Font Color - Sublevels", "Avada"), "desc" => __("Controls the hover text color of the secondary menu font sublevels.", "Avada"), "id" => "header_top_menu_sub_hover_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Secondary Menu Border  - Sublevels", "Avada"), "desc" => __("Controls the border color of the secondary menu sublevels.", "Avada"), "id" => "header_top_menu_sub_sep_color", "std" => "#e5e5e5", "type" => "color");
     $of_options[] = array("name" => __("Secondary Menu Colors", "Avada"), "desc" => "", "id" => "menu_colors_intro", "std" => "<h3 style='margin: 0;'>" . __("Secondary Menu Colors", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Mobile Menu Colors", "Avada"), "desc" => "", "id" => "mobile_menu_colors_wrapper", "std" => "<h3 style='margin: 0;'>" . __("Mobile Menu Colors", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Mobile Header Background Color", "Avada"), "desc" => __("Controls the background color of the header on mobile devices.", "Avada"), "id" => "mobile_header_bg_color", "std" => '#ffffff', "type" => "color");
     $of_options[] = array("name" => __("Mobile Menu Background Color", "Avada"), "desc" => __("Controls the background color of the mobile menu box and dropdown.", "Avada"), "id" => "mobile_menu_background_color", "std" => "#f9f9f9", "type" => "color");
     $of_options[] = array("name" => __("Mobile Menu Border Color", "Avada"), "desc" => __("Controls the border and divider of the mobile menu.", "Avada"), "id" => "mobile_menu_border_color", "std" => "#dadada", "type" => "color");
     $of_options[] = array("name" => __("Mobile Menu Hover Color", "Avada"), "desc" => __("Controls the background hover color of the mobile menu items.", "Avada"), "id" => "mobile_menu_hover_color", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Mobile Menu Font Color", "Avada"), "desc" => __("Controls the text color of mobile menu items.", "Avada"), "id" => "mobile_menu_font_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Mobile Menu Toggle Color", "Avada"), "desc" => __("Controls the color of the mobile menu toggle icon", "Avada"), "id" => "mobile_menu_toggle_color", "std" => isset($smof_data['mobile_menu_border_color']) ? $smof_data['mobile_menu_border_color'] : "#dadada", "type" => "color");
     $of_options[] = array("name" => __("Mobile Menu Colors", "Avada"), "desc" => "", "id" => "mobile_menu_colors_wrapper", "std" => "<h3 style='margin: 0;'>" . __("Mobile Menu Colors", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Shortcodes", "Avada"), "id" => "heading_shortcode_styling", "type" => "heading");
     $of_options[] = array("name" => __("Animation Offset", "Avada"), "desc" => __("Choose when the animation should start.", "Avada"), "id" => "animation_offset", "std" => 'top-into-view', "type" => "select", "options" => array('top-into-view' => 'Top of element hits bottom of viewport', 'top-mid-of-view' => 'Top of element hits middle of viewport', 'bottom-in-view' => 'Bottom of element enters viewport'));
     $of_options[] = array("name" => __("Blog Shortcode", "Avada"), "desc" => "", "id" => "blog_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Blog Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Blog Date Box Color", "Avada"), "desc" => __("Controls the color of the date box in blog alternate and recent posts layouts.", "Avada"), "id" => "dates_box_color", "std" => "#eef0f2", "type" => "color");
     $of_options[] = array("name" => __("Blog Shortcode", "Avada"), "desc" => "", "id" => "blog_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Blog Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Button Shortcode", "Avada"), "desc" => "", "id" => "button_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Button Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Button Size", "Avada"), "desc" => __("Select the default button size.", "Avada"), "id" => "button_size", "std" => "Large", "type" => "select", "options" => array('Small' => 'Small', 'Medium' => 'Medium', 'Large' => 'Large', 'XLarge' => 'XLarge'));
     $of_options[] = array("name" => __("Button Span", "Avada"), "desc" => __("Choose to have the button span the full width of its container.", "Avada"), "id" => "button_span", "std" => "no", "type" => "select", "options" => array('yes' => 'Yes', 'no' => 'No'));
     $of_options[] = array("name" => __("Button Shape", "Avada"), "desc" => __("Select the default shape for buttons.", "Avada"), "id" => "button_shape", "std" => "Round", "type" => "select", "options" => array('Square' => 'Square', 'Round' => 'Round', 'Pill' => 'Pill'));
     $of_options[] = array("name" => __("Button Type", "Avada"), "desc" => __("Select the default button type.", "Avada"), "id" => "button_type", "std" => "Flat", "type" => "select", "options" => array('Flat' => 'Flat', '3d' => '3d'));
     $of_options[] = array("name" => __("Button Gradient Top Color", "Avada"), "desc" => __("Set the top color of the button background.", "Avada"), "id" => "button_gradient_top_color", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Button Gradient Bottom Color", "Avada"), "desc" => __("Set the bottom color of the button background or leave empty for solid color.", "Avada"), "id" => "button_gradient_bottom_color", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Button Gradient Top Hover Color", "Avada"), "desc" => __("Set the top hover color of the button background.", "Avada"), "id" => "button_gradient_top_color_hover", "std" => "#96c346", "type" => "color");
     $of_options[] = array("name" => __("Button Gradient Bottom Hover Color", "Avada"), "desc" => __("Set the bottom hover color of the button background or leave empty for solid color. ", "Avada"), "id" => "button_gradient_bottom_color_hover", "std" => "#96c346", "type" => "color");
     $of_options[] = array("name" => __("Button Accent Color", "Avada"), "desc" => __("This option controls the color of the button border, divider, text and icon.", "Avada"), "id" => "button_accent_color", "std" => "#fff", "type" => "color");
     $of_options[] = array("name" => __("Button Accent Hover Color", "Avada"), "desc" => __("This option controls the hover color of the button border, divider, text and icon.", "Avada"), "id" => "button_accent_hover_color", "std" => "#fff", "type" => "color");
     $of_options[] = array("name" => __("Button Bevel Color (3D Mode only)", "Avada"), "desc" => __("Controls the default bevel color of the buttons.", "Avada"), "id" => "button_bevel_color", "std" => "#54770F", "type" => "color");
     $of_options[] = array("name" => __("Button Border Width", "Avada"), "desc" => __("Select the border width for buttons. Enter value in px. ex: 1px", "Avada"), "id" => "button_border_width", "std" => "0px", "type" => "text");
     $of_options[] = array("name" => __("Button Shortcode", "Avada"), "desc" => "", "id" => "button_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Button Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Carousel Shortcode", "Avada"), "desc" => "", "id" => "carousel_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Carousel Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Carousel Default Nav Box Color", "Avada"), "desc" => __("Controls the color of the default navigation box for carousel sliders.", "Avada"), "id" => "carousel_nav_color", "std" => "rgba(0,0,0,0.6)", "type" => "color");
     $of_options[] = array("name" => __("Carousel Hover Nav Box Color", "Avada"), "desc" => __("Controls the color of the hover navigation box for carousel sliders.", "Avada"), "id" => "carousel_hover_color", "std" => "rgba(0,0,0,0.7)", "type" => "color");
     $of_options[] = array("name" => __("Carousel Speed", "Avada"), "desc" => __("Controls the speed of all carousel elements.  ex: 1000 = 1 second.", "Avada"), "id" => "carousel_speed", "std" => "2500", "type" => "text");
     $of_options[] = array("name" => __("Carousel Shortcode", "Avada"), "desc" => "", "id" => "carousel_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Carousel Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Checklist Shortcode", "Avada"), "desc" => "", "id" => "checklist_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Checklist Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Checklist Circle", "Avada"), "desc" => __("Check the box if you want to use circles on checklists.", "Avada"), "id" => "checklist_circle", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Checklist Circle Color", "Avada"), "desc" => __("Controls the color of the checklist circle.", "Avada"), "id" => "checklist_circle_color", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Checklist Icon Color", "Avada"), "desc" => __("Controls the color of the checklist icon.", "Avada"), "id" => "checklist_icons_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Checklist Shortcode", "Avada"), "desc" => "", "id" => "checklist_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Checklist Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Content Box Shortcode", "Avada"), "desc" => "", "id" => "cb_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Content Box Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Content Box Background Color", "Avada"), "desc" => __("Controls the color of the background for content boxes. Only use for 'icon-boxed' style. Leave transparent for other styles.", "Avada"), "id" => "content_box_bg_color", "std" => "transparent", "type" => "color");
     $of_options[] = array("name" => __("Content Box Title Font Size", "Avada"), "desc" => __("Controls the size of the title text. In pixels. Default is 18.", "Avada"), "id" => "content_box_title_size", "std" => "18", "type" => "text");
     $of_options[] = array("name" => __("Content Box Title Font Color", "Avada"), "desc" => __("Controls the color of the title font.", "Avada"), "id" => "content_box_title_color", "std" => "", "type" => "color");
     $of_options[] = array("name" => __("Content Box Body Font Color", "Avada"), "desc" => __("Controls the color of the body font.", "Avada"), "id" => "content_box_body_color", "std" => "", "type" => "color");
     $of_options[] = array("name" => __("Content Box Icon Background", "Avada"), "desc" => __("Controls the background behind the icon.", "Avada"), "id" => "content_box_icon_circle", "std" => "yes", "type" => "select", "options" => array('yes' => 'Yes', 'no' => 'No'));
     $of_options[] = array("name" => __("Content Box Icon Background Radius", "Avada"), "desc" => __("Choose the border radius of the icon background. In pixels (px), ex: 1px, or \"round\".", "Avada"), "id" => "content_box_icon_circle_radius", "std" => "round", "type" => "text");
     $of_options[] = array("name" => __("Content Box Icon Color", "Avada"), "desc" => __("Controls the color of the content box icon.", "Avada"), "id" => "content_box_icon_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Content Box Icon Background Color", "Avada"), "desc" => __("Controls the background color of the content box icon.", "Avada"), "id" => "content_box_icon_bg_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Content Box Icon Background Inner Border Color", "Avada"), "desc" => __("Controls the inner border color of the content box icon border.", "Avada"), "id" => "content_box_icon_bg_inner_border_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Content Box Icon Background Inner Border Size", "Avada"), "desc" => __("Controls the inner border size of the content box icon border.", "Avada"), "id" => "content_box_icon_bg_inner_border_size", "std" => "1px", "type" => "text");
     $of_options[] = array("name" => __("Content Box Icon Background Outer Border Color", "Avada"), "desc" => __("Controls the outer boreder color of the content box icon border.", "Avada"), "id" => "content_box_icon_bg_outer_border_color", "std" => "", "type" => "color");
     $of_options[] = array("name" => __("Content Box Icon Background Outer Border Size", "Avada"), "desc" => __("Controls the outer border size of the content box icon border.", "Avada"), "id" => "content_box_icon_bg_outer_border_size", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Content Box Icon Font Size", "Avada"), "desc" => __("Controls the size of the icon. In pixels. Default is 21.", "Avada"), "id" => "content_box_icon_size", "std" => "21", "type" => "text");
     $of_options[] = array("name" => __("Content Box Icon Hover Animation Type", "Avada"), "desc" => __("Controls the hover effect of the icon.", "Avada"), "id" => "content_box_icon_hover_type", "std" => "fade", "type" => "select", "options" => array('none' => __('None', 'Avada'), 'fade' => __('Fade', 'Avada'), 'slide' => __('Slide', 'Avada'), 'pulsate' => __('Pulsate', 'Avada')));
     $of_options[] = array("name" => __("Content Box Hover Animation Accent Color", "Avada"), "desc" => __("Controls the accent color for the hover animation.", "Avada"), "id" => "content_box_hover_animation_accent_color", "std" => "", "type" => "color");
     $of_options[] = array("name" => __("Content Box Link Type", "Avada"), "desc" => __("Select the type of link that should show in the content box.", "Avada"), "id" => "content_box_link_type", "std" => "text", "type" => "select", "options" => array('text' => 'Text', 'button-bar' => 'Button Bar', 'button' => 'Button'));
     $of_options[] = array("name" => __("Content Box Link Area", "Avada"), "desc" => __("Select which area the link will be assigned to.", "Avada"), "id" => "content_box_link_area", "std" => "link-icon", "type" => "select", "options" => array('link-icon' => 'Link+Icon', 'box' => 'Entire Content Box'));
     $of_options[] = array("name" => __("Content Box Link Target", "Avada"), "desc" => __("_self = open in same window<br>_blank = open in new window. Select default for theme option selection.", "Avada"), "id" => "content_box_link_target", "std" => "_self", "type" => "select", "options" => array('_self' => '_self', '_blank' => '_blank'));
     $of_options[] = array("name" => __("Content Box Margin Top", "Avada"), "desc" => __("In pixels, ex: 1px.", "Avada"), "id" => "content_box_margin_top", "std" => "0px", "type" => "text");
     $of_options[] = array("name" => __("Content Box Margin Bottom", "Avada"), "desc" => __("In pixels, ex: 1px.", "Avada"), "id" => "content_box_margin_bottom", "std" => "60px", "type" => "text");
     $of_options[] = array("name" => __("Content Box Shortcode", "Avada"), "desc" => "", "id" => "cb_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Content Box Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Countdown Shortcode", "Avada"), "desc" => "", "id" => "countdown_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Countdown Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Countdown Timezone", "Avada"), "desc" => __("Choose which timezone should be used for the countdown calculation.", "Avada"), "id" => "countdown_timezone", "std" => 'site_time', "type" => "select", "options" => array('site_time' => 'Site Timezone', 'user_time' => 'User Timezone'));
     $of_options[] = array("name" => __("Countdown Show Weeks", "Avada"), "desc" => __("Select 'yes' to show weeks for longer countdowns.", "Avada"), "id" => "countdown_show_weeks", "std" => 'no', "type" => "select", "options" => array('no' => 'No', 'yes' => 'Yes'));
     $of_options[] = array("name" => __("Countdown Background Color", "Avada"), "desc" => __("Choose a background color for the countdown wrapping box.", "Avada"), "id" => "countdown_background_color", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Countdown Background Image", "Avada"), "desc" => __("Select an image or insert an image url to use for the background of the countdown wrapping box.", "Avada"), "id" => "countdown_background_image", "std" => "", "mod" => "", "type" => "media");
     $of_options[] = array("name" => __("Countdown Background Repeat", "Avada"), "desc" => __("Select how the background image repeats.", "Avada"), "id" => "countdown_background_repeat", "std" => "no-repeat", "type" => "select", "options" => array('repeat' => 'repeat', 'repeat-x' => 'repeat-x', 'repeat-y' => 'repeat-y', 'no-repeat' => 'no-repeat'));
     $of_options[] = array("name" => __("Countdown Background Position", "Avada"), "desc" => __("Select the position from where background image starts.", "Avada"), "id" => "countdown_background_position", "std" => "center center", "type" => "select", "options" => $body_pos);
     $of_options[] = array("name" => __("Countdown Counter Box Color", "Avada"), "desc" => __("Choose a background color for the counter boxes.", "Avada"), "id" => "countdown_counter_box_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Countdown Counter Text Color", "Avada"), "desc" => __("Choose a text color for the countdown timer.", "Avada"), "id" => "countdown_counter_text_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Countdown Heading Text Color", "Avada"), "desc" => __("Choose a heading text color for the countdown.", "Avada"), "id" => "countdown_heading_text_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Countdown Subheading Text Color", "Avada"), "desc" => __("Choose a subheading text color for the countdown.", "Avada"), "id" => "countdown_subheading_text_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Countdown Link Text Color", "Avada"), "desc" => __("Choose a text color for the countdown link.", "Avada"), "id" => "countdown_link_text_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Countdown Link Target", "Avada"), "desc" => __("_self = open in same window<br>_blank = open in new window.", "Avada"), "id" => "countdown_link_target", "std" => "_self", "type" => "select", "options" => array('_self' => '_self', '_blank' => '_blank'));
     $of_options[] = array("name" => __("Countdown Shortcode", "Avada"), "desc" => "", "id" => "countdown_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Countdown Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Counter Boxes Shortcode", "Avada"), "desc" => "", "id" => "counterb_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Counter Boxes Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Counter Box Title Font Color", "Avada"), "desc" => __("Controls the color of the counter \"value\" and icon.", "Avada"), "id" => "counter_box_color", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Counter Box Title Font Size", "Avada"), "desc" => __("Controls the size of the counter \"value\" and icon. Enter the font size without 'px'. Default is 50.", "Avada"), "id" => "counter_box_title_size", "std" => "50", "type" => "text");
     $of_options[] = array("name" => __("Counter Box Icon Size", "Avada"), "desc" => __("Controls the size of the icon. Enter the font size without 'px'. Default is 50.", "Avada"), "id" => "counter_box_icon_size", "std" => "50", "type" => "text");
     $of_options[] = array("name" => __("Counter Box Body Font Color", "Avada"), "desc" => __("Controls the color of the counter body text.", "Avada"), "id" => "counter_box_body_color", "std" => '#747474', "type" => "color");
     $of_options[] = array("name" => __("Counter Box Body Font Size", "Avada"), "desc" => __("Controls the size of the counter body text. Enter the font size without 'px'. Default is 13.", "Avada"), "id" => "counter_box_body_size", "std" => "13", "type" => "text");
     $of_options[] = array("name" => __("Counter Box Border Color", "Avada"), "desc" => __("Controls the color of the border.", "Avada"), "id" => "counter_box_border_color", "std" => "#e0dede", "type" => "color");
     $of_options[] = array("name" => __("Counter Box Icon on Top", "Avada"), "desc" => __("Controls the position of the icon.", "Avada"), "id" => "counter_box_icon_top", "std" => 'no', "type" => "select", "options" => array('no' => 'No', 'yes' => 'Yes'));
     $of_options[] = array("name" => __("Counter Boxes Shortcode", "Avada"), "desc" => "", "id" => "counterb_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Counter Boxes Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Counter Circle Shortcode", "Avada"), "desc" => "", "id" => "cc_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Counter Circles Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Counter Circle Filled Color", "Avada"), "desc" => __("Controls the color of the unfilled circle.", "Avada"), "id" => "counter_filled_color", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Counter Circle Unfilled Color", "Avada"), "desc" => __("Controls the color of the filled circle.", "Avada"), "id" => "counter_unfilled_color", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Counter Circle Shortcode", "Avada"), "desc" => "", "id" => "cc_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Counter Circle Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Dropcap Shortcode", "Avada"), "desc" => "", "id" => "dropcap_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Dropcap Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Dropcap Color", "Avada"), "desc" => __("Controls the color of the dropcap text, or the dropcap box if a box is used.", "Avada"), "id" => "dropcap_color", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Dropcap Shortcode", "Avada"), "desc" => "", "id" => "dropcap_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Dropcap Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Flip Boxes Shortcode", "Avada"), "desc" => "", "id" => "flipb_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Flip Boxes Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Flip Box Background Color Frontside", "Avada"), "desc" => __("Controls the color of frontside background color.", "Avada"), "id" => "flip_boxes_front_bg", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Flip Box Heading Color Frontside", "Avada"), "desc" => __("Controls the color of frontside heading color.", "Avada"), "id" => "flip_boxes_front_heading", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Flip Box Text Color Frontside", "Avada"), "desc" => __("Controls the color of frontside text color.", "Avada"), "id" => "flip_boxes_front_text", "std" => "#747474", "type" => "color");
     $of_options[] = array("name" => __("Flip Box Background Color Backside", "Avada"), "desc" => __("Controls the color of backside background color.", "Avada"), "id" => "flip_boxes_back_bg", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Flip Box Heading Color Backside", "Avada"), "desc" => __("Controls the color of backside heading color.", "Avada"), "id" => "flip_boxes_back_heading", "std" => "#eeeded", "type" => "color");
     $of_options[] = array("name" => __("Flip Box Text Color Backside", "Avada"), "desc" => __("Controls the color of backside text color.", "Avada"), "id" => "flip_boxes_back_text", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Flip Box Border Size", "Avada"), "desc" => __("Controls the border size of flip boxes.", "Avada"), "id" => "flip_boxes_border_size", "std" => "1px", "type" => "text");
     $of_options[] = array("name" => __("Flip Box Border Color", "Avada"), "desc" => __("Controls the border color of flip boxes.", "Avada"), "id" => "flip_boxes_border_color", "std" => "transparent", "type" => "color");
     $of_options[] = array("name" => __("Flip Box Border Radius", "Avada"), "desc" => __("Controls the border radius (roundness) of flip boxes.", "Avada"), "id" => "flip_boxes_border_radius", "std" => "4px", "type" => "text");
     $of_options[] = array("name" => __("Flip Boxes Shortcode", "Avada"), "desc" => "", "id" => "flipb_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Flip Boxes Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Full Width Shortcode", "Avada"), "desc" => "", "id" => "fullwidth_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Full Width Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Full Width Background Color", "Avada"), "desc" => __("Controls the background color of the full width section.", "Avada"), "id" => "full_width_bg_color", "std" => "", "type" => "color");
     $of_options[] = array("name" => __("Full Width Border Size", "Avada"), "desc" => __("Controls the border size of the full width section.", "Avada"), "id" => "full_width_border_size", "std" => "0px", "type" => "text");
     $of_options[] = array("name" => __("Full Width Border Color", "Avada"), "desc" => __("Controls the border color of the full width section.", "Avada"), "id" => "full_width_border_color", "std" => "#eae9e9", "type" => "color");
     $of_options[] = array("name" => __("Full Width Shortcode", "Avada"), "desc" => "", "id" => "fullwidth_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Full Width Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Icon Shortcode", "Avada"), "desc" => "", "id" => "icon_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Icon Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Icon Circle Background Color", "Avada"), "desc" => __("Controls the color of the circle when used with icons.", "Avada"), "id" => "icon_circle_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Icon Circle Border Color", "Avada"), "desc" => __("Controls the color of the circle border when used with icons.", "Avada"), "id" => "icon_border_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Icon Color", "Avada"), "desc" => __("Controls the color of the icons.", "Avada"), "id" => "icon_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Icon Shortcode", "Avada"), "desc" => "", "id" => "icon_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Icon Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Image Frame Shortcode", "Avada"), "desc" => "", "id" => "imgf_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Image Frame Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Image Frame Border Color", "Avada"), "desc" => __("Controls the border color of the image frame.", "Avada"), "id" => "imgframe_border_color", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Image Frame Border Size", "Avada"), "desc" => __("Controls the border size of the image. In pixels, ex: 4px.", "Avada"), "id" => "imageframe_border_size", "std" => "0px", "type" => "text");
     $of_options[] = array("name" => __("Image Frame Border Radius", "Avada"), "desc" => __("Controls the border radius of the image. In pixels, ex: 4px.", "Avada"), "id" => "imageframe_border_radius", "std" => "0px", "type" => "text");
     $of_options[] = array("name" => __("Image Frame Style Color", "Avada"), "desc" => __("Controls the style color of the image frame. Only works for glow and dropshadow style.", "Avada"), "id" => "imgframe_style_color", "std" => "#000000", "type" => "color");
     $of_options[] = array("name" => __("Image Frame Shortcode", "Avada"), "desc" => "", "id" => "imgf_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Image Frame Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Modal Shortcode", "Avada"), "desc" => "", "id" => "modal_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Modal Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Modal Background Color", "Avada"), "desc" => __("Controls the background color of the modal popup box", "Avada"), "id" => "modal_bg_color", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Modal Border Color", "Avada"), "desc" => __("Controls the border color of the modal popup box", "Avada"), "id" => "modal_border_color", "std" => "#ebebeb", "type" => "color");
     $of_options[] = array("name" => __("Modal Shortcode", "Avada"), "desc" => "", "id" => "modal_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Modal Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Person Shortcode", "Avada"), "desc" => "", "id" => "person_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Person Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Person Background Color", "Avada"), "desc" => __("Controls the background color.", "Avada"), "id" => "person_background_color", "std" => "", "type" => "color");
     $of_options[] = array("name" => __("Person Text Color", "Avada"), "desc" => __("Controls the text color.", "Avada"), "id" => "person_text_color", "std" => "", "type" => "color");
     $of_options[] = array("name" => __("Person Border Color", "Avada"), "desc" => __("Controls the border color of the of the image.", "Avada"), "id" => "person_border_color", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Person Border Size", "Avada"), "desc" => __("Controls the border size of the image. In pixels, ex: 4px.", "Avada"), "id" => "person_border_size", "std" => "0px", "type" => "text");
     $of_options[] = array("name" => __("Person Border Radius", "Avada"), "desc" => __("Controls the border radius of the image. In pixels, ex: 4px.", "Avada"), "id" => "person_border_radius", "std" => "0px", "type" => "text");
     $of_options[] = array("name" => __("Person Style Color", "Avada"), "desc" => __("For all style types except border. Controls the style color. ", "Avada"), "id" => "person_style_color", "std" => "", "type" => "color");
     $of_options[] = array("name" => __("Person Content Alignment", "Avada"), "desc" => __("Choose the alignment of content.", "Avada"), "id" => "person_alignment", "std" => "Left", "type" => "select", "options" => array('Left' => 'Left', 'Center' => 'Center', 'Right' => 'Right'));
     $of_options[] = array("name" => __("Person Icons Position", "Avada"), "desc" => __("Choose the social icon position.", "Avada"), "id" => "person_icon_position", "std" => 'Top', "type" => "select", "options" => array('Top' => 'Top', 'Bottom' => 'Bottom'));
     $of_options[] = array("name" => __("Person Shortcode", "Avada"), "desc" => "", "id" => "person_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Person Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Popover Shortcode", "Avada"), "desc" => "", "id" => "popover_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Popover Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Popover Heading Background Color", "Avada"), "desc" => __("Controls the background color of popover heading area.", "Avada"), "id" => "popover_heading_bg_color", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Popover Content Background Color", "Avada"), "desc" => __("Controls the background color of popover content area.", "Avada"), "id" => "popover_content_bg_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Popover Border Color", "Avada"), "desc" => __("Controls the border color of popover box.", "Avada"), "id" => "popover_border_color", "std" => "#ebebeb", "type" => "color");
     $of_options[] = array("name" => __("Popover Text Color", "Avada"), "desc" => __("Controls the text color inside the popover box. ", "Avada"), "id" => "popover_text_color", "std" => "#747474", "type" => "color");
     $of_options[] = array("name" => __("Popover Position", "Avada"), "desc" => __("Controls the position of the popover in reference to the triggering text.", "Avada"), "id" => "popover_placement", "std" => "Top", "type" => "select", "options" => array('Top' => 'Top', 'Right' => 'Right', 'Bottom' => 'Bottom', 'Left' => 'Left'));
     $of_options[] = array("name" => __("Popover Shortcode", "Avada"), "desc" => "", "id" => "popover_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Popover Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Pricing Table Shortcode", "Avada"), "desc" => "", "id" => "pricingtable_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Pricing Table Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Pricing Box Style 1 Heading Color", "Avada"), "desc" => __("Controls the heading color of full boxed (style 1) pricing tables.", "Avada"), "id" => "full_boxed_pricing_box_heading_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Pricing Box Style 2 Heading Color", "Avada"), "desc" => __("Controls the heading color of separate (style 2) pricing boxes.", "Avada"), "id" => "sep_pricing_box_heading_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Pricing Box Color", "Avada"), "desc" => __("Controls the color portions of pricing boxes.", "Avada"), "id" => "pricing_box_color", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Pricing Box Background Color", "Avada"), "desc" => __("Controls the color of main background and title background.", "Avada"), "id" => "pricing_bg_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Pricing Box Border Color", "Avada"), "desc" => __("Controls the color of the outer border, pricing row and footer row backgrounds.", "Avada"), "id" => "pricing_border_color", "std" => "#f8f8f8", "type" => "color");
     $of_options[] = array("name" => __("Pricing Box Divider Color", "Avada"), "desc" => __("Controls the color of the dividers in-between pricing rows.", "Avada"), "id" => "pricing_divider_color", "std" => "#ededed", "type" => "color");
     $of_options[] = array("name" => __("Pricing Table Shortcode", "Avada"), "desc" => "", "id" => "pricingtable_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Pricing Table Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Progress Bar Shortcode", "Avada"), "desc" => "", "id" => "progressbar_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Progress Bar Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Progress Bar Filled Color", "Avada"), "desc" => __("Controls the color of the filled area in progress bars.", "Avada"), "id" => "progressbar_filled_color", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Progress Bar Filled Border Color", "Avada"), "desc" => __("Controls the border color of the filled area in progress bars.", "Avada"), "id" => "progressbar_filled_border_color", "std" => "", "type" => "color");
     $of_options[] = array("name" => __("Progress Bar Filled Border Size", "Avada"), "desc" => __("In pixels (px), ex: 1px.", "Avada"), "id" => "progressbar_filled_border_size", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Progress Bar Unfilled Color", "Avada"), "desc" => __("Controls the color of the unfilled area in progress bars.", "Avada"), "id" => "progressbar_unfilled_color", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Progress Bar Text Color", "Avada"), "desc" => __("Controls the color of the text in progress bars.", "Avada"), "id" => "progressbar_text_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Progress Bar Shortcode", "Avada"), "desc" => "", "id" => "progressbar_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Progress Bar Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Section Separator Shortcode", "Avada"), "desc" => "", "id" => "sectionseparator_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Section Separator Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Section Separator Border Size", "Avada"), "desc" => __("Controls the border size of the section separator.", "Avada"), "id" => "section_sep_border_size", "std" => "1px", "type" => "text");
     $of_options[] = array("name" => __("Section Separator Background Color of Divider Candy", "Avada"), "desc" => __("Controls the background color of the divider candy.", "Avada"), "id" => "section_sep_bg", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Section Separator Border Color", "Avada"), "desc" => __("Controls the border color of the separator.", "Avada"), "id" => "section_sep_border_color", "std" => '#f6f6f6', "type" => "color");
     $of_options[] = array("name" => __("Section Separator Shortcode", "Avada"), "desc" => "", "id" => "sectionseparator_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Section Separator Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Separator Shortcode", "Avada"), "desc" => "", "id" => "separator_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Separator Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Separators Color", "Avada"), "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, counter boxes and more.", "Avada"), "id" => "sep_color", "std" => "#e0dede", "type" => "color");
     $of_options[] = array("name" => __("Separator Circle", "Avada"), "desc" => __("Check the box if you want to use circles around the icons on separators.", "Avada"), "id" => "separator_circle", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Border Size", "Avada"), "desc" => __("In pixels, ex: 1px.", "Avada"), "id" => "separator_border_size", "std" => "1px", "type" => "text");
     $of_options[] = array("name" => __("Separator Shortcode", "Avada"), "desc" => "", "id" => "separator_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Separator Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Sharing Box Shortcode", "Avada"), "desc" => "", "id" => "sharingbox_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Sharing Box Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Sharing Box Background Color", "Avada"), "desc" => __("Controls the background color of the sharing box.", "Avada"), "id" => "sharing_box_bg_color", "std" => '#f6f6f6', "type" => "color");
     $of_options[] = array("name" => __("Sharing Box Tagline Text Color", "Avada"), "desc" => __("Controls the text color of the tagline text.", "Avada"), "id" => "sharing_box_tagline_text_color", "std" => '#333333', "type" => "color");
     $of_options[] = array("name" => __("Sharing Box Shortcode", "Avada"), "desc" => "", "id" => "sharingbox_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Sharing Box Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Social Links Shortcode", "Avada"), "desc" => "", "id" => "sociallinks_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Social Links Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Social Links Icons Font Size", "Avada"), "desc" => __("In pixels, default is 16", "Avada"), "id" => "social_links_font_size", "std" => "16", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Social Links Custom Icons Color", "Avada"), "desc" => __("Select a custom social icon color. Use one hex value for all or separate by | symbol for multi-color. ex: #AA0000|#00AA00|#0000AA", "Avada"), "id" => "social_links_icon_color", "std" => "#bebdbd", "type" => "color");
     $of_options[] = array("name" => __("Social Links Icons Boxed", "Avada"), "desc" => __("Controls whether each icon is displayed in a small box.", "Avada"), "id" => "social_links_boxed", "std" => "No", "type" => "select", "options" => array('No' => 'No', 'Yes' => 'Yes'));
     $of_options[] = array("name" => __("Social Links Icons Custom Box Color", "Avada"), "desc" => __("Select a custom social icon box color. Use one hex value for all or separate by | symbol for multi-color. ex: #AA0000|#00AA00|#0000AA", "Avada"), "id" => "social_links_box_color", "std" => "#e8e8e8", "type" => "color");
     $of_options[] = array("name" => __("Social Links Icons Boxed Radius", "Avada"), "desc" => __("Box radius for the social icons. In pixels, ex: 4px.", "Avada"), "id" => "social_links_boxed_radius", "std" => "4px", "type" => "text");
     $of_options[] = array("name" => __("Social Links Icons Boxed Padding", "Avada"), "desc" => __("In pixels, default is 8", "Avada"), "id" => "social_links_boxed_padding", "std" => "8", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Social Links Icons Tooltip Position", "Avada"), "desc" => __("Controls the tooltip position of the social links icons.", "Avada"), "id" => "social_links_tooltip_placement", "std" => "Top", "type" => "select", "options" => array('Top' => 'Top', 'Right' => 'Right', 'Bottom' => 'Bottom', 'Left' => 'Left', 'None' => 'None'));
     $of_options[] = array("name" => __("Social Links Shortcode", "Avada"), "desc" => "", "id" => "sociallinks_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Social Links Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Tabs Shortcode", "Avada"), "desc" => "", "id" => "tabs_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Tabs Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Tabs Background Color + Hover Color", "Avada"), "desc" => __("Controls the color of the active tab, content background color and tab hover.", "Avada"), "id" => "tabs_bg_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Tabs Inactive Color", "Avada"), "desc" => __("Controls the color of the inactive tabs.", "Avada"), "id" => "tabs_inactive_color", "std" => "#ebeaea", "type" => "color");
     $of_options[] = array("name" => __("Tabs Border Color", "Avada"), "desc" => __("Controls the color of the outer tab border.", "Avada"), "id" => "tabs_border_color", "std" => "#ebeaea", "type" => "color");
     $of_options[] = array("name" => __("Tabs Shortcode", "Avada"), "desc" => "", "id" => "tabs_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Tabs Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Tagline Shortcode", "Avada"), "desc" => "", "id" => "tagline_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Tagline Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Tagline Box Background Color", "Avada"), "desc" => __("Controls the background color of the tagline box.", "Avada"), "id" => "tagline_bg", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Tagline Box Border Color", "Avada"), "desc" => __("Controls the border color of the tagline box.", "Avada"), "id" => "tagline_border_color", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Tagline Margin Top", "Avada"), "desc" => __("Controls the top margin of the tagline box. In pixels.", "Avada"), "id" => "tagline_margin_top", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Tagline Margin Bottom", "Avada"), "desc" => __("Controls the bottom margin of the tagline box. In pixels.", "Avada"), "id" => "tagline_margin_bottom", "std" => "84", "type" => "text");
     $of_options[] = array("name" => __("Tagline Shortcode", "Avada"), "desc" => "", "id" => "tagline_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Tagline Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Testimonials Shortcode", "Avada"), "desc" => "", "id" => "testimonials_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Testimonials Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Testimonial Background Color", "Avada"), "desc" => __("Controls the background color of the testimonial.", "Avada"), "id" => "testimonial_bg_color", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Testimonial Text Color", "Avada"), "desc" => __("Controls the text color of the testimonial font.", "Avada"), "id" => "testimonial_text_color", "std" => "#747474", "type" => "color");
     $of_options[] = array("name" => __("Testimonials Speed", "Avada"), "desc" => __("Select the slideshow speed, 1000 = 1 second.", "Avada"), "id" => "testimonials_speed", "std" => "4000", "type" => "text");
     $of_options[] = array("name" => __("Random Order", "Avada"), "desc" => __("Check the box to display testimonials in random order.", "Avada"), "id" => "testimonials_random", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Testimonials Shortcode", "Avada"), "desc" => "", "id" => "testimonials_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Testimonials Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Title Shortcode", "Avada"), "desc" => "", "id" => "title_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Title Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Title Separator", "Avada"), "desc" => __("Choose the kind of the title separator you want to use.", "Avada"), "id" => "title_style_type", "std" => "double", "type" => "select", "options" => array('single' => __('Single', 'Avada'), 'single solid' => __('Single Solid', 'Avada'), 'single dashed' => __('Single Dashed', 'Avada'), 'single dotted' => __('Single Dotted', 'Avada'), 'double' => __('Double', 'Avada'), 'double solid' => __('Double Solid', 'Avada'), 'double dashed' => __('Double Dashed', 'Avada'), 'double dotted' => __('Double Dotted', 'Avada'), 'underline' => __('Underline', 'Avada'), 'underline solid' => __('Underline Solid', 'Avada'), 'underline dashed' => __('Underline Dashed', 'Avada'), 'underline dotted' => __('Underline Dotted', 'Avada'), 'none' => __('None', 'Avada')));
     $of_options[] = array("name" => __("Title Separator Color", "Avada"), "desc" => __("Controls the color of the title separators", "Avada"), "id" => "title_border_color", "std" => "#e0dede", "type" => "color");
     $of_options[] = array("name" => __("Title Top Margin", "Avada"), "desc" => __("Spacing above the title. In px or em, e.g. 10px.", "Avada"), "id" => "title_top_margin", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Title Bottom Margin", "Avada"), "desc" => __("Spacing below the title. In px or em, e.g. 10px.", "Avada"), "id" => "title_bottom_margin", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Title Shortcode", "Avada"), "desc" => "", "id" => "title_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Title Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Toggles Shortcode", "Avada"), "desc" => "", "id" => "accordion_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Toggles Shortcode", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Toggle Divider Line", "Avada"), "desc" => __("Choose to display a divider line between each item.", "Avada"), "id" => "accordion_divider_line", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Toggles Inactive Box Color", "Avada"), "desc" => __("Controls the color of the inactive boxes behind the '+' icons.", "Avada"), "id" => "accordian_inactive_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Toggles Shortcode", "Avada"), "desc" => "", "id" => "accordion_shortcode", "std" => "<h3 style='margin: 0;'>" . __("Toggles Shortcode", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("User Login Shortcodes", "Avada"), "desc" => "", "id" => "login_shortcode", "std" => "<h3 style='margin: 0;'>" . __("User Login Shortcodes", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("User Login Text Align", "Avada"), "desc" => __('Choose the alignment of all content parts. "Text Flow" follows the default text align of the site. "Center" will center all elements.', "Avada"), "id" => "user_login_text_align", "std" => "center", "type" => "select", "options" => array('textflow' => 'Text Flow', 'center' => 'Center'));
     $of_options[] = array("name" => __("User Login Form Backgound Color", "Avada"), "desc" => __("Choose a background color for the form wrapping box.", "Avada"), "id" => "user_login_form_background_color", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("User Login Shortcodes", "Avada"), "desc" => "", "id" => "login_shortcode", "std" => "<h3 style='margin: 0;'>" . __("User Login Shortcodes", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Blog", "Avada"), "id" => "heading_blog", "type" => "heading");
     $of_options[] = array("name" => __("General Blog Options", "Avada"), "desc" => "", "id" => "blog_single_post", "std" => "<h3 style='margin: 0;'>" . __("General Blog Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Blog Page Title", "Avada"), "desc" => __("This text will display in the page title bar of the assigned blog page. Note: This option only works, if the blog page is not a static page.", "Avada"), "id" => "blog_title", "std" => "Blog", "type" => "text");
     $of_options[] = array("name" => __("Blog Page Subtitle", "Avada"), "desc" => __("This text will display as subheading in the page title bar of the assigned blog page. Note: This option only works, if the blog page is not a static page.", "Avada"), "id" => "blog_subtitle", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Page Title Bar", "Avada"), "desc" => __("Check the box to show the page title bar for the assigned blog page.", "Avada"), "id" => "blog_show_page_title_bar", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Blog Layout", "Avada"), "desc" => __("Select the layout for the assigned blog page in settings > reading.", "Avada"), "id" => "blog_layout", "std" => "Large", "type" => "select", "options" => array('Large' => 'Large', 'Medium' => 'Medium', 'Large Alternate' => 'Large Alternate', 'Medium Alternate' => 'Medium Alternate', 'Grid' => 'Grid', 'Timeline' => 'Timeline'));
     $of_options[] = array("name" => __("Blog Archive/Category Layout", "Avada"), "desc" => __("Select the layout for the blog archive/category pages.", "Avada"), "id" => "blog_archive_layout", "std" => "Large", "type" => "select", "options" => array('Large' => 'Large', 'Medium' => 'Medium', 'Large Alternate' => 'Large Alternate', 'Medium Alternate' => 'Medium Alternate', 'Grid' => 'Grid', 'Timeline' => 'Timeline'));
     $of_options[] = array("name" => __("Pagination Type", "Avada"), "desc" => __("Select the pagination type for the assigned blog page in settings > reading.", "Avada"), "id" => "blog_pagination_type", "std" => "Pagination", "type" => "select", "options" => array('Pagination' => 'Pagination', 'Infinite Scroll' => 'Infinite Scroll', 'load_more_button' => 'Load More Button'));
     $of_options[] = array("name" => __("Grid Layout # of Columns", "Avada"), "desc" => __("Select the amount of columns for the grid layout.", "Avada"), "id" => "blog_grid_columns", "std" => "3", "type" => "select", "options" => array('2' => '2', '3' => '3', '4' => '4', '5' => '5', '6' => '6'));
     $of_options[] = array("name" => __("Grid Layout Column Spacing", "Avada"), "desc" => __("Insert the amount of spacing between grid items without 'px'. ex: 40", "Avada"), "id" => "blog_grid_column_spacing", "std" => "40", "type" => "text");
     $of_options[] = array("name" => __("Excerpt or Full Blog Content", "Avada"), "desc" => __("Choose to display an excerpt or full content on blog pages.", "Avada"), "id" => "content_length", "std" => "Excerpt", "type" => "select", "options" => array('Excerpt' => 'Excerpt', 'Full Content' => 'Full Content'));
     $of_options[] = array("name" => __("Excerpt Length", "Avada"), "desc" => __("Insert the number of words you want to show in the post excerpts.", "Avada"), "id" => "excerpt_length_blog", "std" => "55", "type" => "text");
     $of_options[] = array("name" => __("Strip HTML from Excerpt", "Avada"), "desc" => __("Check the box if you want to strip HTML from the excerpt content only.", "Avada"), "id" => "strip_html_excerpt", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Featured Image / Video on Blog Archive Page", "Avada"), "desc" => __("Check the box to display featured images and videos on blog archive page.", "Avada"), "id" => "featured_images", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Blog Alternate Date Format - Month and Year", "Avada"), "desc" => __("<a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Formatting Date and Time</a>", "Avada"), "id" => "alternate_date_format_month_year", "std" => "m, Y", "type" => "text");
     $of_options[] = array("name" => __("Blog Alternate Date Format - Day", "Avada"), "desc" => __("<a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Formatting Date and Time</a>", "Avada"), "id" => "alternate_date_format_day", "std" => "j", "type" => "text");
     $of_options[] = array("name" => __("Blog Timeline Date Format - Timeline Labels", "Avada"), "desc" => __("<a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Formatting Date</a>", "Avada"), "id" => "timeline_date_format", "std" => "F Y", "type" => "text");
     $of_options[] = array("name" => __("Blog Single Post", "Avada"), "desc" => "", "id" => "blog_single_post", "std" => "<h3 style='margin: 0;'>" . __("Blog Single Post Page Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Use 100% Width Page", "Avada"), "desc" => __("Choose to set posts to 100% browser width.", "Avada"), "id" => "blog_width_100", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Featured Image / Video on Single Post Page", "Avada"), "desc" => __("Check the box to display featured images and videos on single post pages.", "Avada"), "id" => "featured_images_single", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Previous/Next Pagination", "Avada"), "desc" => __("Check the box to disable previous/next pagination.", "Avada"), "id" => "blog_pn_nav", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Post Title", "Avada"), "desc" => __("Check the box to display the post title that goes below the featured images.", "Avada"), "id" => "blog_post_title", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Author Info Box", "Avada"), "desc" => __("Check the box to display the author info box below posts.", "Avada"), "id" => "author_info", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Social Sharing Box", "Avada"), "desc" => __("Check the box to display the social sharing box.", "Avada"), "id" => "social_sharing_box", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Related Posts", "Avada"), "desc" => __("Check the box to display related posts.", "Avada"), "id" => "related_posts", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Comments", "Avada"), "desc" => __("Check the box to display comments.", "Avada"), "id" => "blog_comments", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Blog Meta", "Avada"), "desc" => "", "id" => "blog_meta", "std" => "<h3 style='margin: 0;'>" . __("Blog Meta Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Post Meta", "Avada"), "desc" => __("Check the box to display post meta on blog posts.", "Avada"), "id" => "post_meta", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Post Meta Author", "Avada"), "desc" => __("Check the box to hide the author name from post meta.", "Avada"), "id" => "post_meta_author", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Post Meta Date", "Avada"), "desc" => __("Check the box to hide the date from post meta.", "Avada"), "id" => "post_meta_date", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Post Meta Categories", "Avada"), "desc" => __("Check the box to hide the categories from post meta.", "Avada"), "id" => "post_meta_cats", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Post Meta Comments", "Avada"), "desc" => __("Check the box to hide the comments from post meta.", "Avada"), "id" => "post_meta_comments", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Post Meta Read More Link", "Avada"), "desc" => __("Check the box to hide the read more link from post meta.", "Avada"), "id" => "post_meta_read", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Post Meta Tags", "Avada"), "desc" => __("Check the box to hide the tags from post meta.", "Avada"), "id" => "post_meta_tags", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Date Format", "Avada"), "desc" => __("<a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Formatting Date and Time</a>", "Avada"), "id" => "date_format", "std" => "F jS, Y", "type" => "text");
     $of_options[] = array("name" => __("Portfolio", "Avada"), "id" => "heading_portfolio", "type" => "heading");
     $of_options[] = array("name" => __("General Portfolio Options", "Avada"), "desc" => "", "id" => "blog_single_post", "std" => "<h3 style='margin: 0;'>" . __("General Portfolio Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Number of Portfolio Items Per Page", "Avada"), "desc" => __("Insert the number of posts to display per page.", "Avada"), "id" => "portfolio_items", "std" => "10", "type" => "text");
     $of_options[] = array("name" => __("Portfolio Archive/Category Layout", "Avada"), "desc" => __("Select the layout for only the archive/category pages.", "Avada"), "id" => "portfolio_archive_layout", "std" => "Portfolio One Column", "type" => "select", "options" => array('Portfolio One Column' => 'Portfolio One Column', 'Portfolio Two Column' => 'Portfolio Two Column', 'Portfolio Three Column' => 'Portfolio Three Column', 'Portfolio Four Column' => 'Portfolio Four Column', 'Portfolio Five Column' => 'Portfolio Five Column', 'Portfolio Six Column' => 'Portfolio Six Column', 'Portfolio One Column Text' => 'Portfolio One Column Text', 'Portfolio Two Column Text' => 'Portfolio Two Column Text', 'Portfolio Three Column Text' => 'Portfolio Three Column Text', 'Portfolio Four Column Text' => 'Portfolio Four Column Text', 'Portfolio Five Column Text' => 'Portfolio Five Column Text', 'Portfolio Six Column Text' => 'Portfolio Six Column Text', 'Portfolio Grid' => 'Portfolio Grid'));
     $of_options[] = array("name" => __("Portfolio Archive/Category Column Spacing", "Avada"), "desc" => __("Insert the amount of spacing between portfolio items without 'px'.<br />ex: 12", "Avada"), "id" => "portfolio_column_spacing", "std" => "12", "type" => "text");
     $of_options[] = array("name" => __("Excerpt or Full Portfolio Content", "Avada"), "desc" => __("Choose to show a text excerpt or full content.", "Avada"), "id" => "portfolio_content_length", "std" => "Excerpt", "type" => "select", "options" => array('Excerpt' => 'Excerpt', 'Full Content' => 'Full Content'));
     $of_options[] = array("name" => __("Excerpt Length", "Avada"), "desc" => __("Insert the number of words you want to show in the post excerpts.", "Avada"), "id" => "excerpt_length_portfolio", "std" => "55", "type" => "text");
     $of_options[] = array("name" => __("Strip HTML from Excerpt", "Avada"), "desc" => __("Check the box if you want to strip HTML from the excerpt content only.", "Avada"), "id" => "portfolio_strip_html_excerpt", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Pagination Type", "Avada"), "desc" => __("Select the pagination type for Portfolio layouts.", "Avada"), "id" => "grid_pagination_type", "std" => "Pagination", "type" => "select", "options" => array('Pagination' => 'Pagination', 'Infinite Scroll' => 'Infinite Scroll', 'load_more_button' => 'Load More Button'));
     $of_options[] = array("name" => __("Portfolio Text Layout", "Avada"), "desc" => __("Select if the portfolio text layouts are boxed or unboxed.", "Avada"), "id" => "portfolio_text_layout", "std" => "unboxed", "type" => "select", "options" => array('boxed' => 'Boxed', 'unboxed' => 'Unboxed'));
     $of_options[] = array("name" => __("Portfolio Slug", "Avada"), "desc" => __("The slug name cannot be the same name as your portfolio page or the layout will break. This option changes the permalink when you use the permalink type as %postname%. <strong>Make sure to regenerate permalinks.</strong>", "Avada"), "id" => "portfolio_slug", "std" => "portfolio-items", "type" => "text");
     $of_options[] = array("name" => __("Portfolio Featured Image Size ", "Avada"), "desc" => __("Choose if the featured images are fixed (cropped) or auto (full image ratio) for all portfolio column page templates. IMPORTANT: Fixed images work best with smaller site widths. Auto images work best with larger site widths.", "Avada"), "id" => "portfolio_featured_image_size", "std" => "cropped", "type" => "select", "options" => array('cropped' => 'Fixed', 'full' => 'Auto'));
     $of_options[] = array("name" => __("Portfolio Single Post Page Options", "Avada"), "desc" => "", "id" => "blog_single_post", "std" => "<h3 style='margin: 0;'>" . __("Portfolio Single Post Page Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Disable Previous/Next Pagination", "Avada"), "desc" => __("Check the box to disable previous/next pagination.", "Avada"), "id" => "portfolio_pn_nav", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Featured Image / Video on Single Post Page", "Avada"), "desc" => __("Check the box to display featured images and videos on single post pages.", "Avada"), "id" => "portfolio_featured_images", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable First Featured Image", "Avada"), "desc" => __("Disable the 1st featured image on single post pages.", "Avada"), "id" => "portfolio_disable_first_featured_image", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Width (Content Columns for Featured Image)", "Avada"), "desc" => __("Choose if the featured image is full or half width.", "Avada"), "id" => "portfolio_featured_image_width", "std" => "No", "type" => "select", "options" => array('full' => 'Full Width', 'half' => 'Half Width'));
     $of_options[] = array("name" => __("Use 100% Width Page", "Avada"), "desc" => __("Choose to set posts to 100% browser width.", "Avada"), "id" => "portfolio_width_100", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Show Project Description Title", "Avada"), "desc" => __("Choose to show or hide the project description title.", "Avada"), "id" => "portfolio_project_desc_title", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Show Project Details", "Avada"), "desc" => __("Choose to show or hide the project details text.", "Avada"), "id" => "portfolio_project_details", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Open Post Links In New Window", "Avada"), "desc" => __("Choose to open the single post page, project url and copyright url links in a new window..", "Avada"), "id" => "portfolio_link_icon_target", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Show Comments", "Avada"), "desc" => __("Check the box to enable comments on portfolio items.", "Avada"), "id" => "portfolio_comments", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Show Author", "Avada"), "desc" => __("Check the box to enable Author on portfolio items.", "Avada"), "id" => "portfolio_author", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Social Sharing Box", "Avada"), "desc" => __("Check the box to display the social sharing box.", "Avada"), "id" => "portfolio_social_sharing_box", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Related Posts", "Avada"), "desc" => __("Check the box to display related posts.", "Avada"), "id" => "portfolio_related_posts", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Social Sharing Box", "Avada"), "id" => "heading_social_sharing_box", "type" => "heading");
     $of_options[] = array("name" => __("Social Share Box Icon Options", "Avada"), "desc" => "", "id" => "social_share_box_icon_options_title", "std" => "<h3 style='margin: 0;'>" . __("Social Share Box Icon Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Social Sharing Box Tagline", "Avada"), "desc" => __("Insert a tagline for the social sharing boxes.", "Avada"), "id" => "sharing_social_tagline", "std" => "Share This Story, Choose Your Platform!", "type" => "text");
     $of_options[] = array("name" => __("Social Share Box Background Color", "Avada"), "desc" => __("Controls the background color of the social share box.", "Avada"), "id" => "social_bg_color", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Social Sharing Box Icons Font Size", "Avada"), "desc" => __("In pixels, default is 16", "Avada"), "id" => "sharing_social_links_font_size", "std" => "16", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Social Sharing Box Custom Icons Color", "Avada"), "desc" => __("Select a custom social icon color. Use one hex value for all or separate by | symbol for multi-color. ex: #AA0000|#00AA00|#0000AA", "Avada"), "id" => "sharing_social_links_icon_color", "std" => "#bebdbd", "type" => "color");
     $of_options[] = array("name" => __("Social Sharing Box Icons Boxed", "Avada"), "desc" => __("Controls whether each icon is displayed in a small box.", "Avada"), "id" => "sharing_social_links_boxed", "std" => "No", "type" => "select", "options" => array('No' => 'No', 'Yes' => 'Yes'));
     $of_options[] = array("name" => __("Social Sharing Box Icons Custom Box Color", "Avada"), "desc" => __("Select a custom social icon box color. Use one hex value for all or separate by | symbol for multi-color. ex: #AA0000|#00AA00|#0000AA", "Avada"), "id" => "sharing_social_links_box_color", "std" => "#e8e8e8", "type" => "color");
     $of_options[] = array("name" => __("Social Sharing Box Icons Boxed Radius", "Avada"), "desc" => __("Box radius for the social icons. In pixels, ex: 4px.", "Avada"), "id" => "sharing_social_links_boxed_radius", "std" => "4px", "type" => "text");
     $of_options[] = array("name" => __("Social Sharing Box Icons Boxed Padding", "Avada"), "desc" => __("In pixels, default is 8", "Avada"), "id" => "sharing_social_links_boxed_padding", "std" => "8", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Social Sharing Box Icons Tooltip Position", "Avada"), "desc" => __("Controls the tooltip position of the social icons in the sharing box.", "Avada"), "id" => "sharing_social_links_tooltip_placement", "std" => "Top", "type" => "select", "options" => array('Top' => 'Top', 'Right' => 'Right', 'Bottom' => 'Bottom', 'Left' => 'Left', 'None' => 'None'));
     $of_options[] = array("name" => __("Social Share Box Links", "Avada"), "desc" => "", "id" => "social_share_box_links_title", "std" => "<h3 style='margin: 0;'>" . __("Social Share Box Links", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Facebook", "Avada"), "desc" => __("Check the box to show the facebook sharing icon in blog posts.", "Avada"), "id" => "sharing_facebook", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Twitter", "Avada"), "desc" => __("Check the box to show the twitter sharing icon in blog posts.", "Avada"), "id" => "sharing_twitter", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Reddit", "Avada"), "desc" => __("Check the box to show the reddit sharing icon in blog posts.", "Avada"), "id" => "sharing_reddit", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("LinkedIn", "Avada"), "desc" => __("Check the box to show the linkedin sharing icon in blog posts.", "Avada"), "id" => "sharing_linkedin", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Google Plus", "Avada"), "desc" => __("Check the box to show the g+ sharing icon in blog posts.", "Avada"), "id" => "sharing_google", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Tumblr", "Avada"), "desc" => __("Check the box to show the tumblr sharing icon in blog posts.", "Avada"), "id" => "sharing_tumblr", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Pinterest", "Avada"), "desc" => __("Check the box to show the pinterest sharing icon in blog posts.", "Avada"), "id" => "sharing_pinterest", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("VK", "Avada"), "desc" => __("Check the box to show the vk sharing icon in blog posts.", "Avada"), "id" => "sharing_vk", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Email", "Avada"), "desc" => __("Check the box to show the email sharing icon in blog posts.", "Avada"), "id" => "sharing_email", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Social Media", "Avada"), "id" => "heading_social_media", "type" => "heading");
     $social_links[] = array("name" => __("Facebook", "Avada"), "desc" => __("Insert your custom link to show the Facebook icon. Leave blank to hide icon.", "Avada"), "id" => "facebook_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Flickr", "Avada"), "desc" => __("Insert your custom link to show the Flickr icon. Leave blank to hide icon.", "Avada"), "id" => "flickr_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("RSS", "Avada"), "desc" => __("Insert your custom link to show the RSS icon. Leave blank to hide icon.", "Avada"), "id" => "rss_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Twitter", "Avada"), "desc" => __("Insert your custom link to show the Twitter icon. Leave blank to hide icon.", "Avada"), "id" => "twitter_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Vimeo", "Avada"), "desc" => __("Insert your custom link to show the Vimeo icon. Leave blank to hide icon.", "Avada"), "id" => "vimeo_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Youtube", "Avada"), "desc" => __("Insert your custom link to show the Youtube icon. Leave blank to hide icon.", "Avada"), "id" => "youtube_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Instagram", "Avada"), "desc" => __("Insert your custom link to show the Instagram icon. Leave blank to hide icon.", "Avada"), "id" => "instagram_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Pinterest", "Avada"), "desc" => __("Insert your custom link to show the Pinterest icon. Leave blank to hide icon.", "Avada"), "id" => "pinterest_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Tumblr", "Avada"), "desc" => __("Insert your custom link to show the Tumblr icon. Leave blank to hide icon.", "Avada"), "id" => "tumblr_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Google+", "Avada"), "desc" => __("Insert your custom link to show the Google+ icon. Leave blank to hide icon.", "Avada"), "id" => "google_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Dribbble", "Avada"), "desc" => __("Insert your custom link to show the Dribbble icon. Leave blank to hide icon.", "Avada"), "id" => "dribbble_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Digg", "Avada"), "desc" => __("Insert your custom link to show the Digg icon. Leave blank to hide icon.", "Avada"), "id" => "digg_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("LinkedIn", "Avada"), "desc" => __("Insert your custom link to show the LinkedIn icon. Leave blank to hide icon.", "Avada"), "id" => "linkedin_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Blogger", "Avada"), "desc" => __("Insert your custom link to show the Blogger icon. Leave blank to hide icon.", "Avada"), "id" => "blogger_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Skype", "Avada"), "desc" => __("Insert your custom link to show the Skype icon. Leave blank to hide icon.", "Avada"), "id" => "skype_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Forrst", "Avada"), "desc" => __("Insert your custom link to show the Forrst icon. Leave blank to hide icon.", "Avada"), "id" => "forrst_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Myspace", "Avada"), "desc" => __("Insert your custom link to show the Myspace icon. Leave blank to hide icon.", "Avada"), "id" => "myspace_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Deviantart", "Avada"), "desc" => __("Insert your custom link to show the Deviantart icon. Leave blank to hide icon.", "Avada"), "id" => "deviantart_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Yahoo", "Avada"), "desc" => __("Insert your custom link to show the Yahoo icon. Leave blank to hide icon.", "Avada"), "id" => "yahoo_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Reddit", "Avada"), "desc" => __("Insert your custom link to show the Reddit icon. Leave blank to hide icon.", "Avada"), "id" => "reddit_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Paypal", "Avada"), "desc" => __("Insert your custom link to show the Paypal icon. Leave blank to hide icon.", "Avada"), "id" => "paypal_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Dropbox", "Avada"), "desc" => __("Insert your custom link to show the Dropbox icon. Leave blank to hide icon.", "Avada"), "id" => "dropbox_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Soundcloud", "Avada"), "desc" => __("Insert your custom link to show the Soundcloud icon. Leave blank to hide icon.", "Avada"), "id" => "soundcloud_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("VK", "Avada"), "desc" => __("Insert your custom link to show the VK icon. Leave blank to hide icon.", "Avada"), "id" => "vk_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Email Address", "Avada"), "desc" => __("Insert your custom link to show the mail icon. Leave blank to hide icon.", "Avada"), "id" => "email_link", "std" => "", "type" => "text");
     $of_options[] = array("name" => "", "desc" => "", "id" => "social_sorter", "std" => "", "type" => "fusion_sorter", "fields" => $social_links);
     $of_options[] = array("name" => __("Custom Social Icon", "Avada"), "desc" => "", "id" => "custom_color_scheme_element", "std" => "<h3 style='margin: 0;'>" . __("Custom Social Icon", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Custom Icon Name", "Avada"), "desc" => __("This is the icon name that shows in the hover tooltip.", "Avada"), "id" => "custom_icon_name", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Custom Icon Image", "Avada"), "desc" => __("Select an image file for your custom icon.", "Avada"), "id" => "custom_icon_image", "std" => "", "mod" => "", "type" => "media");
     $of_options[] = array("name" => __("Custom Icon Image Retina", "Avada"), "desc" => __("Select an image file for the retina version of the icon. It should be 2x the size of main icon.", "Avada"), "id" => "custom_icon_image_retina", "std" => "", "mod" => "", "type" => "media");
     $of_options[] = array("name" => __("Standard Icon Width for Retina Icon", "Avada"), "desc" => __("If retina icon is added, enter the standard icon (1x) version width, do not enter the retina icon width.", "Avada"), "id" => "retina_icon_width", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Standard Icon Height for Retina Icon", "Avada"), "desc" => __("If retina icon is added, enter the standard icon (1x) version height, do not enter the retina icon height.", "Avada"), "id" => "retina_icon_height", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Custom Icon Link", "Avada"), "desc" => __("Insert a link for your custom icon.", "Avada"), "id" => "custom_icon_link", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Slideshows", "Avada"), "id" => "heading_slideshows", "type" => "heading");
     $of_options[] = array("name" => __("Posts Slideshow Images", "Avada"), "desc" => __("This option controls the number of featured image boxes for blog/portfolio slideshows.", "Avada"), "id" => "posts_slideshow_number", "std" => "5", "type" => "text");
     $of_options[] = array("name" => __("Autoplay", "Avada"), "desc" => __("Check the box to autoplay the slideshow.", "Avada"), "id" => "slideshow_autoplay", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Enable Smooth Height", "Avada"), "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.", "Avada"), "id" => "slideshow_smooth_height", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Slideshow Speed", "Avada"), "desc" => __("Controls the speed of slideshows for the [slider] shortcode and sliders within posts. ex: 1000 = 1 second.", "Avada"), "id" => "slideshow_speed", "std" => "7000", "type" => "text");
     $of_options[] = array("name" => __("Pagination Circles Below Video Slides", "Avada"), "desc" => __("Check the box if you want to show pagination circles below a video slide for the slider shortcode. Leave it unchecked to hide them on video slides.", "Avada"), "id" => "pagination_video_slide", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Navigation Box Width", "Avada"), "desc" => __("Enter a pixel value for width, ex: 30px", "Avada"), "id" => "slider_nav_box_width", "std" => "30px", "type" => "text");
     $of_options[] = array("name" => __("Navigation Box Height", "Avada"), "desc" => __("Enter a pixel value for height, ex: 30px", "Avada"), "id" => "slider_nav_box_height", "std" => "30px", "type" => "text");
     $of_options[] = array("name" => __("Navigation Arrow Size", "Avada"), "desc" => __("Enter a pixel value for the arrow size, ex: 14px", "Avada"), "id" => "slider_arrow_size", "std" => "14px", "type" => "text");
     $of_options[] = array("name" => __("Elastic Slider", "Avada"), "id" => "heading_elastic_slider", "type" => "heading");
     $of_options[] = array("name" => __("Slider Width", "Avada"), "desc" => __("In pixels or percentage, ex: 100% or 100.", "Avada"), "id" => "tfes_slider_width", "std" => "100%", "type" => "text");
     $of_options[] = array("name" => __("Slider Height", "Avada"), "desc" => __("In pixels, ex: 100px.", "Avada"), "id" => "tfes_slider_height", "std" => "400px", "type" => "text");
     $of_options[] = array("name" => __("Animation", "Avada"), "desc" => __("Slides animate from sides or center.", "Avada"), "id" => "tfes_animation", "std" => "sides", "options" => array('sides' => 'sides', 'center' => 'center'), "type" => "select");
     $of_options[] = array("name" => __("Autoplay", "Avada"), "desc" => __("Check the box to autoplay the slides.", "Avada"), "id" => "tfes_autoplay", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Slideshow Interval", "Avada"), "desc" => __("Select the slideshow speed, 1000 = 1 second.", "Avada"), "id" => "tfes_interval", "std" => "3000", "type" => "text");
     $of_options[] = array("name" => __("Sliding Speed", "Avada"), "desc" => __("Select the animation speed, 1000 = 1 second.", "Avada"), "id" => "tfes_speed", "std" => "800", "type" => "text");
     $of_options[] = array("name" => __("Thumbnail Width", "Avada"), "desc" => __("Enter the width for thumbnail without 'px' ex: 100.", "Avada"), "id" => "tfes_width", "std" => "150", "type" => "text");
     $of_options[] = array("name" => __("Title Font Size", "Avada"), "desc" => __("In pixels, default is 42", "Avada"), "id" => "es_title_font_size", "std" => "42", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Caption Font Size", "Avada"), "desc" => __("In pixels, default is 20", "Avada"), "id" => "es_caption_font_size", "std" => "20", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Title Color", "Avada"), "desc" => __("Controls the text color of the title font.", "Avada"), "id" => "es_title_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Caption Color", "Avada"), "desc" => __("Controls the text color of the caption font.", "Avada"), "id" => "es_caption_color", "std" => "#747474", "type" => "color");
     $of_options[] = array("name" => __("Lightbox", "Avada"), "id" => "heading_lightbox", "type" => "heading");
     $of_options[] = array("name" => __("Lightbox", "Avada"), "desc" => "", "id" => "lightbox", "std" => "<h3 style='margin: 0;'>" . __("Lightbox Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Disable Lightbox", "Avada"), "desc" => __("Check to disable Lightbox.", "Avada"), "id" => "status_lightbox", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Lightbox On Single Post Pages Only", "Avada"), "desc" => __("Check the box to disable Lightbox only on single posts and portfolio pages.", "Avada"), "id" => "status_lightbox_single", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Lightbox Behavior", "Avada"), "desc" => __("Select what the lightbox will display for portfolio and blog posts.", "Avada"), "id" => "lightbox_behavior", "std" => "all", "type" => "select", "options" => array('all' => 'First featured image of every post', 'individual' => 'Only featured images of individual post'));
     $of_options[] = array("name" => __("Lightbox Skin", "Avada"), "desc" => __("Choose a skin for the lightbox.", "Avada"), "id" => "lightbox_skin", "std" => "metro-white", "type" => "select", "options" => array('light' => 'Light', 'dark' => 'Dark', 'mac' => 'Mac', 'metro-black' => 'Metro Black', 'metro-white' => 'Metro White', 'parade' => 'Parade', 'smooth' => 'Smooth'));
     $of_options[] = array("name" => __("Thumbnails Position", "Avada"), "desc" => __("Choose position of thumbnails.", "Avada"), "id" => "lightbox_path", "std" => "vertical", "type" => "select", "options" => array('vertical' => 'Right', 'horizontal' => 'Bottom'));
     $of_options[] = array("name" => __("Animation Speed", "Avada"), "desc" => __("Set the speed of the animation.", "Avada"), "id" => "lightbox_animation_speed", "std" => "Normal", "type" => "select", "options" => array('Fast' => 'Fast', 'Slow' => 'Slow', 'Normal' => 'Normal'));
     $of_options[] = array("name" => __("Show Arrows", "Avada"), "desc" => __("Check the box to show arrows.", "Avada"), "id" => "lightbox_arrows", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Show Gallery Start/Stop Button", "Avada"), "desc" => __("Check the box to show the gallery start and stop button.", "Avada"), "id" => "lightbox_gallery", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Autoplay the Lightbox Gallery", "Avada"), "desc" => __("Check the box to autoplay the lightbox gallery.", "Avada"), "id" => "lightbox_autoplay", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Slideshow Speed", "Avada"), "desc" => __("If autoplay is enabled, set the slideshow speed, 1000 = 1 second. Speed needs to be 1000ms at least.", "Avada"), "id" => "lightbox_slideshow_speed", "std" => "5000", "type" => "text");
     $of_options[] = array("name" => __("Background Opacity", "Avada"), "desc" => __("Set the opacity of background, <br />0.1 (lowest) to 1 (highest).", "Avada"), "id" => "lightbox_opacity", "std" => "0.9", "type" => "text");
     $of_options[] = array("name" => __("Show Title", "Avada"), "desc" => __("Check the box to show the image title in the lightbox.", "Avada"), "id" => "lightbox_title", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Show Caption", "Avada"), "desc" => __("Check the box to show the image caption in the lightbox.", "Avada"), "id" => "lightbox_desc", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Social Sharing", "Avada"), "desc" => __("Check the box to show social sharing buttons on lightbox.", "Avada"), "id" => "lightbox_social", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Deeplinking", "Avada"), "desc" => __("Check the box to deeplink images in the lightbox.", "Avada"), "id" => "lightbox_deeplinking", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Show Post Images in Lightbox", "Avada"), "desc" => __("Check the box to show post images that are inside the post content area in the lightbox.", "Avada"), "id" => "lightbox_post_images", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Slideshow Video Width", "Avada"), "desc" => __("Set the width that will be used for videos inside the lightbox. In pixel, ex. 800px", "Avada"), "id" => "lightbox_video_width", "std" => "1280px", "type" => "text");
     $of_options[] = array("name" => __("Slideshow Video Height", "Avada"), "desc" => __("Set the height that will be used for videos inside the lightbox. In pixel, ex. 600px", "Avada"), "id" => "lightbox_video_height", "std" => "720px", "type" => "text");
     $of_options[] = array("name" => __("Contact", "Avada"), "id" => "heading_contact", "type" => "heading");
     $of_options[] = array("name" => __("Email Address", "Avada"), "desc" => __("Enter the email adress the form will be sent to.", "Avada"), "id" => "email_address", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("ReCaptcha", "Avada"), "desc" => "", "id" => "recaptcha", "std" => "<h3 style='margin: 0;'>" . __("ReCaptcha Spam Options", "Avada") . "</h3>", "icon" => true, "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("ReCaptcha Site Key", "Avada"), "desc" => __("Follow the steps in <a href='http://theme-fusion.com/avada-doc/pages/setting-up-contact-page/'> our docs</a> to get key.", "Avada"), "id" => "recaptcha_public", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("ReCaptcha Secret Key", "Avada"), "desc" => __("Follow the steps in <a href='http://theme-fusion.com/avada-doc/pages/setting-up-contact-page/'> our docs</a> to get key.", "Avada"), "id" => "recaptcha_private", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("ReCaptcha Color Scheme", "Avada"), "desc" => __("Select the recaptcha color scheme.", "Avada"), "id" => "recaptcha_color_scheme", "std" => "Clean", "type" => "select", "options" => array('light' => 'Light', 'dark' => 'Dark'));
     $of_options[] = array("name" => __("ReCaptcha", "Avada"), "desc" => "", "id" => "recaptcha", "std" => "<h3 style='margin: 0;'>" . __("ReCaptcha Spam Options", "Avada") . "</h3>", "icon" => true, "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Google Map", "Avada"), "desc" => "", "id" => "google_map", "std" => "<h3 style='margin: 0;'>" . __("Google Map Options", "Avada") . "</h3>", "icon" => true, "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Google Map Type", "Avada"), "desc" => __("Select the type of google map to show on the contact page.", "Avada"), "id" => "gmap_type", "std" => "roadmap", "options" => array('roadmap' => 'roadmap', 'satellite' => 'satellite', 'hybrid' => 'hybrid', 'terrain' => 'terrain'), "type" => "select");
     $of_options[] = array("name" => __("Google Map Width", "Avada"), "desc" => __("In pixels or percentage, ex: 100% or 100px.", "Avada"), "id" => "gmap_width", "std" => "100%", "type" => "text");
     $of_options[] = array("name" => __("Google Map Height", "Avada"), "desc" => __("In pixels, ex: 100px.", "Avada"), "id" => "gmap_height", "std" => "415px", "type" => "text");
     $of_options[] = array("name" => __("Google Map Top Margin", "Avada"), "desc" => __("This will only be applied to maps that are not 100% width. It controls the distance to menu/page title. In pixels, ex: 100px.", "Avada"), "id" => "gmap_topmargin", "std" => "55px", "type" => "text");
     $of_options[] = array("name" => __("Google Map Address", "Avada"), "desc" => __("Add your address to the location you wish to show on the map. Single address ex: 775 New York Ave, Brooklyn, Kings, New York 11203. If the location is off, please try to use long/lat coordinates with latlng=. ex: latlng=12.381068,-1.492711.<br />For multiple addresses, separate addresses by using the | symbol. ex: Address 1|Address 2|Address 3.", "Avada"), "id" => "gmap_address", "std" => "775 New York Ave, Brooklyn, Kings, New York 11203", "type" => "textarea");
     $of_options[] = array("name" => __("Map Zoom Level", "Avada"), "desc" => __("Higher number will be more zoomed in.", "Avada"), "id" => "map_zoom_level", "std" => "8", "type" => "text");
     $of_options[] = array("name" => __("Hide Address Pin", "Avada"), "desc" => __("Check the box to hide the address pin.", "Avada"), "id" => "map_pin", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Address Pin Animation", "Avada"), "desc" => __("Check the box to enable address pin animation.", "Avada"), "id" => "gmap_pin_animation", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Show Map Popup On Click", "Avada"), "desc" => __("Check the box to keep the popup graphic with address info hidden when the google map loads. It will only show when the pin on the map is clicked.", "Avada"), "id" => "map_popup", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Map Scrollwheel", "Avada"), "desc" => __("Check the box to disable scrollwheel on google maps.", "Avada"), "id" => "map_scrollwheel", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Map Scale", "Avada"), "desc" => __("Check the box to disable scale on google maps.", "Avada"), "id" => "map_scale", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Map Zoom & Pan Control Icons", "Avada"), "desc" => __("Check the box to disable zoom control icon and pan control icon on google maps.", "Avada"), "id" => "map_zoomcontrol", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Google Map", "Avada"), "desc" => "", "id" => "google_map", "std" => "<h3 style='margin: 0;'>" . __("Google Map Options", "Avada") . "</h3>", "icon" => true, "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Google Map Design Styling", "Avada"), "desc" => "", "id" => "google_map", "std" => "<h3 style='margin: 0;'>" . __("Google Map Design Styling", "Avada") . "</h3>", "icon" => true, "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Select the Map Styling", "Avada"), "desc" => __("Choose default styling for classic google map styles. Choose theme styling for our custom style. Choose custom styling to make your own with the advanced options below.", "Avada"), "id" => "map_styling", "std" => "default", "options" => array('default' => 'Default Styling', 'theme' => 'Theme Styling', 'custom' => 'Custom Styling'), "type" => "select");
     $of_options[] = array("name" => __("Map Overlay Color", "Avada"), "desc" => __("Custom styling setting only. Pick an overlaying color for the map. Works best with \"roadmap\" type.", "Avada"), "id" => "map_overlay_color", "std" => "", "type" => "color");
     $of_options[] = array("name" => __("Info Box Styling", "Avada"), "desc" => __("Custom styling setting only. Choose between default or custom info box.", "Avada"), "id" => "map_infobox_styling", "std" => "default", "options" => array('default' => 'Default Infobox', 'custom' => 'Custom Infobox'), "type" => "select");
     $of_options[] = array("name" => __("Info Box Content", "Avada"), "desc" => __("Custom styling setting only. Type in custom info box content to replace address string. For multiple addresses, separate info box contents by using the | symbol. ex: InfoBox 1|InfoBox 2|InfoBox 3", "Avada"), "id" => "map_infobox_content", "std" => "", "type" => "textarea");
     $of_options[] = array("name" => __("Info Box Background Color", "Avada"), "desc" => __("Custom styling setting only. Pick a color for the info box background.", "Avada"), "id" => "map_infobox_bg_color", "std" => "", "type" => "color");
     $of_options[] = array("name" => __("Info Box Text Color", "Avada"), "desc" => __("Custom styling setting only. Pick a color for the info box text.", "Avada"), "id" => "map_infobox_text_color", "std" => "", "type" => "color");
     $of_options[] = array("name" => __("Custom Marker Icon", "Avada"), "desc" => __("Custom styling setting only. Use full image urls for custom marker icons or input \"theme\" for our custom marker. For multiple addresses, separate icons by using the | symbol or use one for all. ex: Icon 1|Icon 2|Icon 3", "Avada"), "id" => "map_custom_marker_icon", "std" => "", "type" => "textarea");
     $of_options[] = array("name" => __("Google Map Design Styling", "Avada"), "desc" => "", "id" => "google_map", "std" => "<h3 style='margin: 0;'>" . __("Google Map Design Styling", "Avada") . "</h3>", "icon" => true, "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Search Page", "Avada"), "id" => "heading_search_page", "type" => "heading");
     $of_options[] = array("name" => __("Search", "Avada"), "desc" => "", "id" => "search", "std" => "<h3 style='margin: 0;'>" . __("Search Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Search Results Layout", "Avada"), "desc" => __("Select the layout for the search results page.", "Avada"), "id" => "search_layout", "std" => "Grid", "type" => "select", "options" => array('Large' => 'Large', 'Medium' => 'Medium', 'Large Alternate' => 'Large Alternate', 'Medium Alternate' => 'Medium Alternate', 'Grid' => 'Grid', 'Timeline' => 'Timeline'));
     $of_options[] = array("name" => __("Search Results Content", "Avada"), "desc" => __("Select the type of content to display in search results.", "Avada"), "id" => "search_content", "std" => "Posts and Pages", "type" => "select", "options" => array('Posts and Pages' => 'Posts and Pages', 'Only Posts' => 'Only Posts', 'Only Pages' => 'Only Pages'));
     $of_options[] = array("name" => __("Hide Search Results Excerpt", "Avada"), "desc" => __("Check the box if you want to hide excerpt for search results.", "Avada"), "id" => "search_excerpt", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Number of Search Results Per Page", "Avada"), "desc" => __("Set the number of search results per page.", "Avada"), "id" => "search_results_per_page", "std" => "10", "type" => "text");
     $of_options[] = array("name" => __("Hide Featured Images from Search Results", "Avada"), "desc" => __("Check the box if you want to hide featured images for search results.", "Avada"), "id" => "search_featured_images", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Search Field Position", "Avada"), "desc" => __("Select the position of the search bar on the search results page.", "Avada"), "id" => "search_new_search_position", "std" => "top", "type" => "select", "options" => array('top' => 'Above Search Results', 'bottom' => 'Below Search Results', 'hidden' => 'Hide'));
     // Theme Specific Options
     $of_options[] = array("name" => __("Extra", "Avada"), "id" => "heading_extra", "type" => "heading");
     $of_options[] = array("name" => __("Misc Options", "Avada"), "desc" => "", "id" => "misc_options", "std" => "<h3 style='margin: 0;'>" . __("Miscellaneous Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Sidenav Behavior", "Avada"), "desc" => __("Controls the side navigation animation for child pages, on click or hover.", "Avada"), "id" => "sidenav_behavior", "std" => "hover", "options" => array('Hover' => 'Hover', 'Click' => 'Click'), "type" => "select");
     $of_options[] = array("name" => __("Image Placeholders", "Avada"), "desc" => __("Check the box to enable the showing of posts without a featured image on portfolio archives and related posts/projects carousels.", "Avada"), "id" => "featured_image_placeholder", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Basis for Excerpt Length", "Avada"), "desc" => __("Choose if the excerpt length should be based on words or characters.", "Avada"), "id" => "excerpt_base", "std" => "words", "options" => array('Words' => 'Words', 'Characters' => 'Characters'), "type" => "select");
     $of_options[] = array("name" => __("Disable [...] on Excerpts", "Avada"), "desc" => __("Check the box to disable the read more sign [...] on excerpts throughout the site.", "Avada"), "id" => "disable_excerpts", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Make [...] Link to Single Post Page", "Avada"), "desc" => __("Check the box to have the read more sign [...] on excerpts link to single post page.", "Avada"), "id" => "link_read_more", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Allow Comments on Pages", "Avada"), "desc" => __("Check the box to allow comments on regular pages.", "Avada"), "id" => "comments_pages", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Featured Images on Pages", "Avada"), "desc" => __("Check the box to disable featured images on regular pages.", "Avada"), "id" => "featured_images_pages", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("FAQ Featured Images", "Avada"), "desc" => __("Check the box to show featured images on FAQ archive page.", "Avada"), "id" => "faq_featured_image", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("FAQ Filters", "Avada"), "desc" => __("Choose to show or hide filters, or to display them without 'All'.", "Avada"), "id" => "faq_filters", "std" => 'show', "options" => array('yes' => 'Show', 'yes_without_all' => 'Show without "All"', 'no' => 'Hide'), "type" => "select");
     $of_options[] = array("name" => __("Add 'nofollow' to social links", "Avada"), "desc" => __("Check to add 'nofollow' attribute to all social links.", "Avada"), "id" => "nofollow_social_links", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Open Social Icons in a New Window", "Avada"), "desc" => __("Check the box to allow social icons to open in a new window.", "Avada"), "id" => "social_icons_new", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Form Input and Select Height", "Avada"), "desc" => __("This option controls the height of all search, form input and select fields. ex: 20px.", "Avada"), "id" => "form_input_height", "std" => "29px", "type" => "text");
     $of_options[] = array("name" => __("WordPress jpeg Quality", "Avada"), "desc" => __("This option controls the quality of the generated image sizes for every uploaded image. Ranges between 0 and 100 percent. Higher values lead to better image qualities but also higher file sizes.<br />NOTE: After changing this value, please (install and) run", "Avada") . ' <a href="' . admin_url() . 'plugin-install.php?tab=plugin-information&amp;plugin=regenerate-thumbnails&amp;TB_iframe=true&amp;width=830&amp;height=472" class="thickbox" title="' . __("Regenerate Thumbnails", "Avada") . '">' . __("Regenerate Thumbnails", "Avada") . '</a>', "id" => "pw_jpeg_quality", "std" => "90", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Related Posts / Projects", "Avada"), "desc" => "", "id" => "related_posts", "std" => "<h3 style='margin: 0;'>" . __("Related Posts / Projects", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Number of Related Posts / Projects", "Avada"), "desc" => __("This option controls the amount of related posts / projects that show up on each single portfolio and blog post. ex: 5", "Avada"), "id" => "number_related_posts", "std" => "5", "type" => "text");
     $of_options[] = array("name" => __("Related Posts / Projects Maximum Columns", "Avada"), "desc" => __("Select the number of max columns to display.", "Avada"), "id" => "related_posts_columns", "std" => "5", "options" => array('1' => '1', '2' => '2', '3' => '3', '4' => '4', '5' => '5', '6' => '6'), "type" => "select");
     $of_options[] = array("name" => __("Related Posts / Projects Column Spacing", "Avada"), "desc" => __("Insert the amount of spacing between items without 'px'. ex: 40", "Avada"), "id" => "related_posts_column_spacing", "std" => "44", "type" => "text");
     $of_options[] = array("name" => __("Related Posts / Projects Layout", "Avada"), "desc" => __("Choose to show titles on rollover image, or below image.", "Avada"), "id" => "related_posts_layout", "std" => "title_on_rollover", "type" => "select", "options" => array('title_on_rollover' => 'Title on rollover', 'title_below_image' => 'Title below image'));
     $of_options[] = array("name" => __("Related Posts / Projects Image Size", "Avada"), "desc" => __("Choose if the images are fixed (cropped) or auto (full image ratio) for related posts / projects. IMPORTANT: Fixed images work best with smaller site widths. Auto images work best with larger site widths.", "Avada"), "id" => "related_posts_image_size", "std" => "cropped", "type" => "select", "options" => array('cropped' => 'Fixed', 'full' => 'Auto'));
     $of_options[] = array("name" => __("Related Posts / Projects Autoplay", "Avada"), "desc" => __("Check the box to enable to autoplay on the carousel.", "Avada"), "id" => "related_posts_autoplay", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Related Posts / Projects Speed", "Avada"), "desc" => __("Controls the speed of all carousel elements.  ex: 1000 = 1 second.", "Avada"), "id" => "related_posts_speed", "std" => "2500", "type" => "text");
     $of_options[] = array("name" => __("Related Posts / Projects Show Navigation", "Avada"), "desc" => __("Check the box to enable navigation buttons on the carousel.", "Avada"), "id" => "related_posts_navigation", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Related Posts / Projects Mouse Scroll", "Avada"), "desc" => __("Check the box to enable mouse drag control on the carousel.", "Avada"), "id" => "related_posts_swipe", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Related Posts / Projects Scroll Items", "Avada"), "desc" => __("Insert the amount of items to scroll. Leave empty to scroll number of visible items.", "Avada"), "id" => "related_posts_swipe_items", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Rollover", "Avada"), "desc" => "", "id" => "rollovers", "std" => "<h3 style='margin: 0;'>" . __("Image Rollover Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Image Rollover", "Avada"), "desc" => __("Check the box to show the rollover box on images.", "Avada"), "id" => "image_rollover", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Rollover Image Direction", "Avada"), "desc" => __("Select from which direction the rollover should start.", "Avada"), "id" => "image_rollover_direction", "std" => 'left', "options" => array('fade' => 'Fade', 'left' => 'Left', 'right' => 'Right', 'bottom' => 'Bottom', 'top' => 'Top', 'center_horiz' => 'Center Horizontal', 'center_vertical' => 'Center Vertical'), "type" => "select");
     $of_options[] = array("name" => __("Rollover Image Icon Font Size", "Avada"), "desc" => __("Controls the font size of the icons in the rollover. In pixels, default is 15.", "Avada"), "id" => "image_rollover_icon_size", "std" => "15", "type" => "text");
     $of_options[] = array("name" => __("Disable Link Icon From Image Rollover", "Avada"), "desc" => __("Check the box to disable the link icon from image rollovers.", "Avada"), "id" => "link_image_rollover", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Image Icon From Image Rollover", "Avada"), "desc" => __("Check the box to disable the image icon from image rollovers.", "Avada"), "id" => "zoom_image_rollover", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Title From Image Rollover", "Avada"), "desc" => __("Check the box to disable the title from image rollovers.", "Avada"), "id" => "title_image_rollover", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Categories From Image Rollover", "Avada"), "desc" => __("Check the box to disable the categories from image rollovers.", "Avada"), "id" => "cats_image_rollover", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Icon Circle From Image Rollover", "Avada"), "desc" => __("Check the box to disable the icon circle from images.", "Avada"), "id" => "icon_circle_image_rollover", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Pagination Options", "Avada"), "desc" => "", "id" => "rollovers", "std" => "<h3 style='margin: 0;'>" . __("Pagination Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Pagination Box Padding", "Avada"), "desc" => __("Controls the padding inside the box, ex: 10px or 10%.", "Avada"), "id" => "pagination_box_padding", "std" => "2px 6px", "type" => "text");
     $of_options[] = array("name" => __("Pagination Text Display", "Avada"), "desc" => __("Controls if \"Previous\" and \"Next\" text is displayed or not.", "Avada"), "id" => "pagination_text_display", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Advanced", "Avada"), "id" => "heading_advanced", "type" => "heading");
     $of_options[] = array("name" => __("enable_disable_heading", "Avada"), "desc" => "", "id" => "enable_disable_heading", "std" => "<h3 style='margin: 0;'>" . __("Enable / Disable Theme Features & Plugin Support", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Disable Smooth Scrolling", "Avada"), "desc" => __("Check to disable smooth scrolling. This will remove the dark scrollbar and revert to the default browser scrollbar style.", "Avada"), "id" => "smooth_scrolling", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Fusion Builder", "Avada"), "desc" => __("Check to disable the fusion builder button on pages/posts.", "Avada"), "id" => "disable_builder", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Code Block Encoding", "Avada"), "desc" => __("Check to disable encoding in the Fusion Builder code block element.", "Avada"), "id" => "disable_code_block_encoding", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Mega Menu", "Avada"), "desc" => __("Check to disable the theme's mega menu.", "Avada"), "id" => "disable_megamenu", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Avada Styles For Revolution Slider", "Avada"), "desc" => __("Check the box to disable the Avada styles and use the default Revolution Slider styles.", "Avada"), "id" => "avada_rev_styles", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Avada Dropdown Styles", "Avada"), "desc" => __("Check the box to disable the Avada styles for dropdown/select fields site wide. This should be done if you experience any issues with 3rd party plugin dropdowns.", "Avada"), "id" => "avada_styles_dropdowns", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable CSS Animations", "Avada"), "desc" => __("Check the box to disable CSS animations on shortcode items.", "Avada"), "id" => "use_animate_css", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable CSS Animations on Mobiles Only", "Avada"), "desc" => __("Check the box to disable CSS animations on mobiles only.", "Avada"), "id" => "disable_mobile_animate_css", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable CSS Image Hover Animations on Mobiles", "Avada"), "desc" => __("Check the box to disable CSS image hover animations on mobiles.", "Avada"), "id" => "disable_mobile_image_hovers", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Youtube API Scripts", "Avada"), "desc" => __("Check the box to disable Youtube API scripts.", "Avada"), "id" => "status_yt", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Vimeo API Scripts", "Avada"), "desc" => __("Check the box to disable Vimeo API scripts.", "Avada"), "id" => "status_vimeo", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Google Map Scripts", "Avada"), "desc" => __("Check the box to disable google map.", "Avada"), "id" => "status_gmap", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable ToTop Script", "Avada"), "desc" => __("Check the box to disable the ToTop script which adds the scrolling to top functionality.", "Avada"), "id" => "status_totop", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Enable ToTop Script on mobile", "Avada"), "desc" => __("Check the box to enable the ToTop script on mobile devices.", "Avada"), "id" => "status_totop_mobile", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Fusion Slider", "Avada"), "desc" => __("Check the box to disable fusion slider.", "Avada"), "id" => "status_fusion_slider", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Elastic Slider", "Avada"), "desc" => __("Check the box to disable elastic slider.", "Avada"), "id" => "status_eslider", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable FontAwesome", "Avada"), "desc" => __("Check the box to disable font awesome.", "Avada"), "id" => "status_fontawesome", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Open Graph Meta Tags", "Avada"), "desc" => __("Check the box to disable open graph meta tags which is mainly used when sharing pages on social networking sites like Facebook.", "Avada"), "id" => "status_opengraph", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Rich Snippets Sitewide", "Avada"), "desc" => __("Check the box to disable rich snippets data sitewide.", "Avada"), "id" => "disable_date_rich_snippet_pages", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Avada's Woocommerce Product Gallery Slider", "Avada"), "desc" => __("Enable / disable product gallery slider that is built-in with Avada. This is only useful for plugin compatibility.", "Avada"), "id" => "disable_woo_gallery", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Activate Developers Mode", "Avada"), "desc" => __("<strong>Notice:</strong> By default, all the javascript files are combined and minified. Activating this mode will load non-combined and non-minified javascript files, which is used for development only. This will have an impact on the performance of your site.", "Avada"), "id" => "dev_mode", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Dynamic CSS", "Avada"), "desc" => "", "id" => "dynamic_css_compiler_heading", "std" => "<h3 style='margin: 0;'>Dynamic CSS</h3>", "icon" => true, "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Activate Compiler", "Avada"), "desc" => __('Check the box to compile the dynamic CSS within the tag into a file. Please note that a separate file will be created for each of your pages & posts inside of the uploads/avada-styles folder.', "Avada"), "id" => "dynamic_css_compiler", "std" => 0, "type" => "checkbox");
     $count_posts = wp_count_posts('post');
     $count_pages = wp_count_posts('page');
     $count_totals = intval($count_posts->publish) + intval($count_pages->publish);
     $of_options[] = array("name" => __("Enable db-caching for dynamic CSS", "Avada"), "desc" => __('Check the box to enable caching the dynamic CSS in your database.', "Avada"), "id" => "dynamic_css_db_caching", "std" => 200 < $count_totals ? 0 : 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Advanced: Cache Server IP", "Avada"), "desc" => __("For unique cases where you are using cloudflare and a cache server e.g. Varnish. Please enter your cache server IP to clear the theme options dynamic CSS cache. Please consult with your server admin for help.", "Avada"), "id" => "cache_server_ip", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Dynamic CSS", "Avada"), "desc" => "", "id" => "dynamic_css_compiler_heading", "std" => "<h3 style='margin: 0;'>" . __("Dynamic CSS.", "Avada") . "</h3>", "icon" => true, "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("WooCommerce", "Avada"), "id" => "heading_woocommerce", "type" => "heading");
     $of_options[] = array("name" => __("WooCommerce Product Box Design", "Avada"), "desc" => __("Select the design for the product boxes. This will automatically alter the grid element and grid box colors.", "Avada"), "id" => "woocommerce_product_box_design", "std" => "classic", "type" => "select", "options" => array("classic" => "Classic", "clean" => "Clean"));
     $of_options[] = array("name" => __("Woocommerce Number of Products per Page", "Avada"), "desc" => __("Insert the number of products to display per page.", "Avada"), "id" => "woo_items", "std" => "12", "type" => "text");
     $of_options[] = array("name" => __("Woocommerce Number of Product Columns", "Avada"), "desc" => __("Select the number of columns for the main shop page.", "Avada"), "id" => "woocommerce_shop_page_columns", "std" => "4", "type" => "select", "options" => array("1" => "1", "2" => "2", "3" => "3", "4" => "4", "5" => "5", "6" => "6"));
     $of_options[] = array("name" => __("Woocommerce Related/Up-Sell/Cross-Sell Product Number of Columns", "Avada"), "desc" => __("Select the number of columns for the related and up-sell products on single post pages and cross-sells on cart page.", "Avada"), "id" => "woocommerce_related_columns", "std" => "4", "type" => "select", "options" => array("1" => "1", "2" => "2", "3" => "3", "4" => "4", "5" => "5", "6" => "6"));
     $of_options[] = array("name" => __("Woocommerce Archive/Category Number of Product Columns", "Avada"), "desc" => __("Select the number of columns for the archive/category pages.", "Avada"), "id" => "woocommerce_archive_page_columns", "std" => "3", "type" => "select", "options" => array("1" => "1", "2" => "2", "3" => "3", "4" => "4", "5" => "5", "6" => "6"));
     $of_options[] = array("name" => __("WooCommerce Product Tab Design", "Avada"), "desc" => __("Choose if the product tabs on the single product page are vertical or horizontal.", "Avada"), "id" => "woocommerce_product_tab_design", "std" => "vertical", "type" => "select", "options" => array("horizontal" => "Horizontal Tabs", "vertical" => "Vertical Tabs"));
     $of_options[] = array("name" => __("Disable Woocommerce Shop Page Ordering Boxes", "Avada"), "desc" => __("Check the box to disable the ordering boxes displayed on the shop page.", "Avada"), "id" => "woocommerce_avada_ordering", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Woocommerce Shop Page Crossfade Image Effect", "Avada"), "desc" => __("Check the box to disable the product crossfade image effect on the shop page.", "Avada"), "id" => "woocommerce_disable_crossfade_effect", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Use Woocommerce One Page Checkout", "Avada"), "desc" => __("Check the box to use Avada's one page checkout template.", "Avada"), "id" => "woocommerce_one_page_checkout", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Show Woocommerce Order Notes on Checkout", "Avada"), "desc" => __("Check the box to show the order notes on the checkout page.", "Avada"), "id" => "woocommerce_enable_order_notes", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("WooCommerce Menu Cart Icon Counter", "Avada"), "desc" => __("Choose to show or hide the cart counter circle.", "Avada"), "id" => "woocommerce_cart_counter", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Show Woocommerce My Account Link in Main Menu", "Avada"), "desc" => __("Check the box to show My Account link, uncheck to disable. Please note these will not show with Ubermenu.", "Avada"), "id" => "woocommerce_acc_link_main_nav", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Show Woocommerce Cart Icon in Main Menu", "Avada"), "desc" => __("Check the box to show the Cart icon, uncheck to disable. Please note these will not show with Ubermenu.", "Avada"), "id" => "woocommerce_cart_link_main_nav", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Show Woocommerce My Account Link in Secondary Menu", "Avada"), "desc" => __("Check the box to show My Account link, uncheck to disable. Only works if a top menu is assigned in header content 1-2.  Not compatible with Ubermenu.", "Avada"), "id" => "woocommerce_acc_link_top_nav", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Show Woocommerce Cart Icon in Secondary Menu", "Avada"), "desc" => __("Check the box to show the Cart icon, uncheck to disable. Only works if a top menu is assigned in header content 1-2.  Not compatible with Ubermenu. ", "Avada"), "id" => "woocommerce_cart_link_top_nav", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Show Woocommerce Social Icons", "Avada"), "desc" => __("Check the box to show the social icons on product pages, uncheck to disable.", "Avada"), "id" => "woocommerce_social_links", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Product Grid / List View", "Avada"), "desc" => __("Select the box to display the grid/list toggle on the main shop page and category/archive shop pages.", "Avada"), "id" => "woocommerce_toggle_grid_list", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Account Area Message 1", "Avada"), "desc" => __("Insert your text and it will appear in the first message box on the acount page.", "Avada"), "id" => "woo_acc_msg_1", "std" => "Need Assistance? Call customer service at 888-555-5555.", "type" => "textarea");
     $of_options[] = array("name" => __("Account Area Message 2", "Avada"), "desc" => __("Insert your text and it will appear in the second message box on the acount page.", "Avada"), "id" => "woo_acc_msg_2", "std" => "E-mail them at info@yourshop.com", "type" => "textarea");
     $of_options[] = array("name" => __("bbPress", "Avada"), "id" => "heading_bbpress", "type" => "heading");
     $of_options[] = array("name" => __("bbPress Forum Header Background Color", "Avada"), "desc" => __("Controls the background color for forum header rows.", "Avada"), "id" => "bbp_forum_header_bg", "std" => "#ebeaea", "type" => "color");
     $of_options[] = array("name" => __("bbPress Forum Header Font Color", "Avada"), "desc" => __("CControls the font color for the text in the forum header rows.", "Avada"), "id" => "bbp_forum_header_font_color", "std" => "#747474", "type" => "color");
     $of_options[] = array("name" => __("bbPress Forum Border Color", "Avada"), "desc" => __("Controls the border color for all forum surrounding borders.", "Avada"), "id" => "bbp_forum_border_color", "std" => "#ebeaea", "type" => "color");
     $of_options[] = array("name" => __("BBPress/BuddyPress", "Avada"), "desc" => "", "id" => "bbpress_sidebars", "std" => "<h3 style='margin: 0;'>" . __("BBPress/BuddyPress", "Avada") . "</h3>", "icon" => true, "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Activate Global Sidebar", "Avada"), "desc" => __("Check the box if you want to use global sidebars on all forum pages. Forums index page, profile page and search page does not need this option checked to display the sidebars selected below.", "Avada"), "id" => "bbpress_global_sidebar", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Global Sidebar 1", "Avada"), "desc" => __("Select sidebar 1 that will display on forum and BuddyPress pages globally.", "Avada"), "id" => "ppbress_sidebar", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Global Sidebar 2", "Avada"), "desc" => __("Select sidebar 2 that will display on forum and BuddyPress pages globally. Sidebar 2 can only be used if sidebar 1 is selected.", "Avada"), "id" => "ppbress_sidebar_2", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Global bbPress/BuddyPress Sidebar Position", "Avada"), "desc" => __("Select the sidebar 1 position for bbPress/BuddyPress pages. If sidebar 2 is selected, it will display on the opposite side.", "Avada"), "id" => "bbpress_sidebar_position", "std" => "Right", "type" => "select", "options" => array('Right' => 'Right', 'Left' => 'Left'));
     $of_options[] = array("name" => __("BBPress", "Avada"), "desc" => "", "id" => "bbpress_sidebars", "std" => "<h3 style='margin: 0;'>" . __("BBPress", "Avada") . "</h3>", "icon" => true, "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Events Calendar", "Avada"), "id" => "heading_ec", "type" => "heading");
     $of_options[] = array("name" => __("Primary Color Overlay Text Color", "Avada"), "desc" => __("Text color for when primary color is in the background.", "Avada"), "id" => "primary_overlay_text_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Events Filter Bar Background Color", "Avada"), "desc" => __("Controls the background color for the events calendar filter bar.", "Avada"), "id" => "ec_bar_bg_color", "std" => "#efeded", "type" => "color");
     $of_options[] = array("name" => __("Event Filter Bar Text Color", "Avada"), "desc" => __("Controls the color of the event filter bar text.", "Avada"), "id" => "ec_bar_text_color", "std" => "#747474", "type" => "color");
     $of_options[] = array("name" => __("Monthly Calendar Heading Background Color", "Avada"), "desc" => __("Controls the background color for the numbered heading.", "Avada"), "id" => "ec_calendar_heading_bg_color", "std" => "#b2b2b2", "type" => "color");
     $of_options[] = array("name" => __("Monthly Calendar Background Color", "Avada"), "desc" => __("Controls the background color of each day in the calendar.", "Avada"), "id" => "ec_calendar_bg_color", "std" => "#b2b2b2", "type" => "color");
     $of_options[] = array("name" => __("Tooltip Background Color", "Avada"), "desc" => __("Controls the background color for the event tooltip.", "Avada"), "id" => "ec_tooltip_bg_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Tooltip Body Text Color", "Avada"), "desc" => __("Controls the body text color of the tooltip.", "Avada"), "id" => "ec_tooltip_body_color", "std" => "#747474", "type" => "color");
     $of_options[] = array("name" => __("Border Color", "Avada"), "desc" => __("Controls the various border color around events calendar.", "Avada"), "id" => "ec_border_color", "std" => "#e0dede", "type" => "color");
     $of_options[] = array("name" => __("Featured Image Hover Type", "Avada"), "desc" => __("Choose the hover type for featured images.", "Avada"), "id" => "ec_hover_type", "std" => "none", "type" => "select", "options" => array('none' => 'none', 'zoomin' => 'Zoom In', 'zoomout' => 'Zoom Out', 'liftup' => 'Lift Up'));
     $of_options[] = array("name" => __("Image Background Size For List View", "Avada"), "desc" => __("Select if the event image displays auto or covered in the list view. All other areas show the image as auto.", "Avada"), "id" => "ec_bg_list_view", "std" => "cover", "type" => "select", "options" => array('cover' => 'cover', 'auto' => 'auto'));
     $of_options[] = array("name" => __("Single Event Detail Section", "Avada"), "desc" => "", "id" => "ec_single_event_detail_section_heading", "std" => "<h3 style='margin: 0;'>" . __("Single Event Detail Section", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Social Sharing Box", "Avada"), "desc" => __("Check the box to display the social sharing box.", "Avada"), "id" => "events_social_sharing_box", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Sidebar Background Color", "Avada"), "desc" => __("Controls the background color of the sidebar.", "Avada"), "id" => "ec_sidebar_bg_color", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Sidebar Padding", "Avada"), "desc" => __("Enter a pixel or percentage based value, ex: 5px or 5%", "Avada"), "id" => "ec_sidebar_padding", "std" => "4%", "type" => "text");
     $of_options[] = array("name" => __("Sidebar Widget Heading Font Size", "Avada"), "desc" => __("In pixels, default is 13", "Avada"), "id" => "ec_sidew_font_size", "std" => "17", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Sidebar Widget Title Background Color", "Avada"), "desc" => __("Controls the background color of the sidebar widget title.", "Avada"), "id" => "ec_sidebar_widget_bg_color", "std" => "#aoce4e", "type" => "color");
     $of_options[] = array("name" => __("Sidebar Widget Headings Color", "Avada"), "desc" => __("Controls the text color of the sidebar widget headings.", "Avada"), "id" => "ec_sidebar_heading_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Sidebar Text Font Size", "Avada"), "desc" => __("In pixels, default is 14", "Avada"), "id" => "ec_text_font_size", "std" => "14", "min" => "1", "step" => "1", "max" => "100", "edit" => "yes", "type" => "sliderui");
     $of_options[] = array("name" => __("Sidebar Text Color", "Avada"), "desc" => __("Controls the text color of the sidebar.", "Avada"), "id" => "ec_sidebar_text_color", "std" => "#747474", "type" => "color");
     $of_options[] = array("name" => __("Sidebar Link Color", "Avada"), "desc" => __("Controls the link color of the sidebar.", "Avada"), "id" => "ec_sidebar_link_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Sidebar Divider Color", "Avada"), "desc" => __("Controls the divider color of the sidebar.", "Avada"), "id" => "ec_sidebar_divider_color", "std" => "#e8e8e8", "type" => "color");
     $of_options[] = array("name" => __("Single Event Detail Section", "Avada"), "desc" => "", "id" => "ec_single_event_detail_section_heading", "std" => "<h3 style='margin: 0;'>" . __("Single Event Detail Section", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Events Content + Sidebar Width", "Avada"), "desc" => "", "id" => "ec_content_sidebar_width", "std" => "<h3 style='margin: 0;'>" . __("Events Content + Sidebar Width", "Avada") . "</h3><p>" . __("These settings are used on pages with 1 sidebar. Total values must add up to 100.", "Avada") . "</p>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Sidebar Width", "Avada"), "desc" => __("Controls the width of the sidebar. In px or %, ex: 100% or 1170px.", "Avada"), "id" => "ec_sidebar_width", "std" => "32%", "type" => "text");
     $of_options[] = array("name" => __("Events Content + Sidebar Width", "Avada"), "desc" => "", "id" => "ec_content_sidebar_width", "std" => "<h3 style='margin: 0;'>" . __("Events Content + Sidebar Width", "Avada") . "</h3><p>" . __("These settings are used on pages with 1 sidebar. Total values must add up to 100.", "Avada") . "</p>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Events Content + Sidebar + Sidebar Width", "Avada"), "desc" => "", "id" => "ec_content_sidebar_sidebar_width", "std" => "<h3 style='margin: 0;'>" . __("Events Content + Sidebar + Sidebar Width", "Avada") . "</h3><p>" . __("These settings are used on pages with 2 sidebars. Total values must add up to 100.", "Avada") . "</p>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Sidebar 1 Width", "Avada"), "desc" => __("Controls the width of the sidebar 1. In px or %, ex: 100% or 1170px.", "Avada"), "id" => "ec_sidebar_2_1_width", "std" => "21%", "type" => "text");
     $of_options[] = array("name" => __("Sidebar 2 Width", "Avada"), "desc" => __("Controls the width of the sidebar 2. In px or %, ex: 100% or 1170px.", "Avada"), "id" => "ec_sidebar_2_2_width", "std" => "21%", "type" => "text");
     $of_options[] = array("name" => __("Events Content + Sidebar + Sidebar Width", "Avada"), "desc" => "", "id" => "ec_content_sidebar_sidebar_width", "std" => "<h3 style='margin: 0;'>" . __("Events Content + Sidebar + Sidebar Width", "Avada") . "</h3><p>" . __("These settings are used on pages with 2 sidebars. Total values must add up to 100.", "Avada") . "</p>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Events Global Sidebar", "Avada"), "desc" => "", "id" => "ec_global_sidebar_heading", "std" => "<h3 style='margin: 0;'>" . __("Events Global Sidebar", "Avada") . "</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Activate Global Sidebar", "Avada"), "desc" => __("Check the box if you want to use a global sidebar on all event pages. This option overrides the page options.", "Avada"), "id" => "ec_global_sidebar", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Global Sidebar 1", "Avada"), "desc" => __("Select sidebar 1 that will display on all event pages.", "Avada"), "id" => "ec_sidebar", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Global Sidebar 2", "Avada"), "desc" => __("Select sidebar 2 that will display on all event pages. Sidebar 2 can only be used if sidebar 1 is selected", "Avada"), "id" => "ec_sidebar_2", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Global Sidebar Position", "Avada"), "desc" => __("Select the sidebar 1 position for event pages. If sidebar 2 is selected, it will display on the opposite side.", "Avada"), "id" => "ec_sidebar_pos", "std" => "Right", "options" => array('Right' => 'Right', 'Left' => 'Left'), "type" => "select");
     $of_options[] = array("name" => __("Events Global Sidebar", "Avada"), "desc" => "", "id" => "ec_global_sidebar_heading", "std" => "<h3 style='margin: 0;'>" . __("Events Global Sidebar", "Avada") . "</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Custom CSS", "Avada"), "id" => "heading_custom_css", "type" => "heading");
     $of_options[] = array("name" => __("Advanced CSS Customizations", "Avada"), "desc" => "", "id" => "advanced_css_intro", "std" => "<h3 style='margin: 0;'>" . __("Advanced CSS Customizations", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Custom CSS Info", "Avada"), "desc" => "", "id" => "custom_css_info", "std" => __("Paste your CSS code, do not include any tags or HTML in the field. Any custom CSS entered here will override the theme CSS. In some cases, the !important tag may be needed. Don't URL encode image or svg paths. Contents of this field will be auto encoded.", "Avada"), "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("CSS Code", "Avada"), "desc" => "", "id" => "custom_css", "std" => "", "type" => "textarea");
     $of_options[] = array("name" => __("Backup", "Avada"), "id" => "heading_backup", "type" => "heading");
     $of_options[] = array("name" => __("Backup and Restore Options", "Avada"), "id" => "of_backup", "std" => "", "type" => "backup", "desc" => __('You can use the two buttons below to backup your current options, and then restore it back at a later time. This is useful if you want to experiment on the options but would like to keep the old settings in case you need it back.', 'Avada'));
     $of_options[] = array("name" => __("Transfer Theme Options Data", "Avada"), "id" => "of_transfer", "std" => "", "type" => "transfer", "desc" => __("Import Options", "Avada"));
     return $of_options;
 }
Example #17
0
    public static function admin_page()
    {
        ?>
		<script>
			function remove_sidebar_link(name,id){
				answer = confirm("Are you sure you want to remove " + name + "?\nThis will remove any widgets you have assigned to this sidebar.");
				if(answer){
					remove_sidebar(name,id);
				}else{
					return false;
				}
			}
			function add_sidebar_link(){
				var sidebar_name = prompt("<?php 
        _e('Sidebar Name:', 'ThemeStockyard');
        ?>
","");
				if(jQuery.trim(sidebar_name)) {
                    add_sidebar(sidebar_name);
				} else {
                    return false
				}
			}
		</script>
		<div class="wrap">
			<h2><?php 
        _e('Sidebar Manager', 'ThemeStockyard');
        ?>
</h2>
			<div id="ts-multiple-sidebars-response" style="display:none"></div>
			<br />
			<table class="widefat page" id="sbg_table" style="width:600px;">
				<tr>
					<th><?php 
        _e('Sidebar Name', 'ThemeStockyard');
        ?>
</th>
					<th><?php 
        _e('CSS class', 'ThemeStockyard');
        ?>
</th>
					<th><?php 
        _e('Remove', 'ThemeStockyard');
        ?>
</th>
				</tr>
				<?php 
        $sidebars = sidebar_generator::get_sidebars();
        //$sidebars = array('bob','john','mike','asdf');
        if (is_array($sidebars) && !empty($sidebars)) {
            $cnt = 0;
            foreach ($sidebars as $sidebar) {
                $alt = $cnt % 2 == 0 ? 'alternate' : '';
                $id = sidebar_generator::name_to_class($sidebar);
                ?>
				<tr class="<?php 
                echo esc_attr($alt);
                ?>
" id="sbg-row-<?php 
                echo esc_attr($id);
                ?>
">
					<td><?php 
                echo esc_attr($sidebar);
                ?>
</td>
					<td><?php 
                echo esc_attr($id);
                ?>
</td>
					<td><a href="javascript:void(0);" onclick="return remove_sidebar_link('<?php 
                echo esc_js($sidebar);
                ?>
','<?php 
                echo esc_js($id);
                ?>
');" title="Remove this sidebar"><?php 
                _e('remove', 'ThemeStockyard');
                ?>
</a></td>
				</tr>
				<?php 
                $cnt++;
            }
        } else {
            ?>
					<tr id="sbg-no-sidebars-yo">
						<td colspan="3"><?php 
            _e('No Sidebars defined', 'ThemeStockyard');
            ?>
</td>
					</tr>
					<?php 
        }
        ?>
			</table><br /><br />
            <div class="add_sidebar">
				<a href="javascript:void(0);" onclick="return add_sidebar_link()" title="Add a sidebar" class="button-primary"><?php 
        _e('+ Add New Sidebar', 'ThemeStockyard');
        ?>
</a>

			</div>
			
		</div>
		<?php 
    }
Example #18
0
    public static function admin_page()
    {
        ?>
		<script>
			function remove_sidebar_link(name,num){
				answer = confirm("Are you sure you want to remove " + name + "?\nThis will remove any widgets you have assigned to this sidebar.");
				if(answer){
					//alert('AJAX REMOVE');
					remove_sidebar(name,num);
				}else{
					return false;
				}
			}
			function add_sidebar_link(){
				var sidebar_name = prompt("Sidebar Name:","");
				//alert(sidebar_name);
				add_sidebar(sidebar_name);
			}
		</script>
		<div class="wrap">
			<h2><?php 
        _e('Custom Sidebars', 'framework');
        ?>
</h2>
			<br />
<!-- 			<div class="add_sidebar">
				<a href="javascript:void(0);" onclick="return add_sidebar_link()" title="Add a sidebar"><?php 
        _e('+ Add Sidebar', 'framework');
        ?>
</a>
			</div> -->
			<h3><?php 
        __('This function is deprecated please remove all of your custom sidebars from here and build it from custom sidebar box in the widgets page', 'theme');
        ?>
</h3>
			<br />
			<table class="widefat page" id="sbg_table" style="width:600px;">
				<tr>
					<th><?php 
        _e('Name', 'framework');
        ?>
</th>
					<th><?php 
        _e('CSS class', 'framework');
        ?>
</th>
					<th><?php 
        _e('Remove', 'framework');
        ?>
</th>
				</tr>
				<?php 
        $sidebars = sidebar_generator::get_sidebars();
        //$sidebars = array('bob','john','mike','asdf');
        if (is_array($sidebars) && !empty($sidebars)) {
            $cnt = 0;
            foreach ($sidebars as $sidebar) {
                $alt = $cnt % 2 == 0 ? 'alternate' : '';
                ?>
				<tr class="<?php 
                echo $alt;
                ?>
">
					<td><?php 
                echo $sidebar;
                ?>
</td>
					<td><?php 
                echo sidebar_generator::name_to_class($sidebar);
                ?>
</td>
					<td><a href="javascript:void(0);" onclick="return remove_sidebar_link('<?php 
                echo $sidebar;
                ?>
',<?php 
                echo $cnt + 1;
                ?>
);" title="Remove this sidebar">remove</a></td>
				</tr>
				<?php 
                $cnt++;
            }
        } else {
            ?>
					<tr>
						<td colspan="3"><?php 
            _e('No Sidebars defined', 'framework');
            ?>
</td>
					</tr>
					<?php 
        }
        ?>
			</table>
			<br /><br />
		</div>
		<?php 
    }
function sidebars()
{
    ?>
	<script>
		function remove_sidebar_link(name,num){
			answer = confirm("Are you sure you want to remove " + name + "?\nThis will remove any widgets you have assigned to this sidebar.");
			if(answer){
				//alert('AJAX REMOVE');
				remove_sidebar(name,num);
				jQuery('#messages').html('<div class="success-message"><p>Sidebar successfully removed.</p></div>').show('normal');
			}else{
				return false;
			}
		}
		function add_sidebar_link(){
			var sidebar_name = jQuery('#add-sidebar').val();
			if(sidebar_name.length > 0)
			{
				add_sidebar(sidebar_name);
				jQuery('#add-sidebar').val('');
				jQuery('#messages').html('<div class="success-message"><p>Sidebar successfully created.</p></div>').show('normal');
			}
		}
	</script>
	
	<div id="header">
        <div id="logo-container">
			<h1><img src="<?php 
    echo get_template_directory_uri();
    ?>
/library/admin/images/main_logo.png" alt="Alcatron" /></h1>		
        </div>	
        <div id="admin-panel">
            <p>Administration Panel</p>
        </div>       
        <div class="clear"></div>
	</div>
	<div class="wrap alc_wrap" style="padding:10px">
	<div id="messages" style="display:none"></div>
		<div id="main_wrap">
			<div class="alc_opts">	
				<h3 class="tg-title" style="padding-top:0px; color:#333">Sidebar Generator</h3>
				<p>
					The sidebar name is for your use only. It will not be visible to any of your visitors. 
					A CSS class is assigned to each of your sidebar, use this styling to customize the sidebars.
				</p>
				<br />
				<div class="add_sidebar">
					<form method="POST" action="" id="sidebar-form" onsubmit="add_sidebar_link(); return false;">
						<label for="add-sidebar" style="float:none">Create a new sidebar</label>
						<input type="text" id="add-sidebar" style="height:30px"  />
						<a href="javascript:void(0);" class="alc-button medium" onclick="return add_sidebar_link()" title="Add a sidebar">Create</a>
					</form>
				</div>
				<br />
				<table class="list-table" id="sbg_table" >
					<tr>
						<th>Name</th>
						<th>CSS class</th>
						<th style="width:80px; text-align:center">Remove</th>
					</tr>
					<?php 
    $sidebars = sidebar_generator::get_sidebars();
    //$sidebars = array('bob','john','mike','asdf');
    if (is_array($sidebars) && !empty($sidebars)) {
        $cnt = 0;
        foreach ($sidebars as $sidebar) {
            $alt = $cnt % 2 == 0 ? 'alternate' : '';
            ?>
					<tr class="<?php 
            echo $alt;
            ?>
">
						<td><?php 
            echo $sidebar;
            ?>
</td>
						<td><?php 
            echo sidebar_generator::name_to_class($sidebar);
            ?>
</td>
						<td style="text-align:center"><a href="javascript:void(0);" class="alc-button red-back medium" onclick="return remove_sidebar_link('<?php 
            echo $sidebar;
            ?>
',<?php 
            echo $cnt + 1;
            ?>
);" title="Delete">Delete</a></td>
					</tr>
					<?php 
            $cnt++;
        }
    } else {
        ?>
						<tr>
							<td colspan="3">No Sidebars defined</td>
						</tr>
						<?php 
    }
    ?>
				</table>
				<br /><br />
				
			</div>
		</div>
	</div>
	<?php 
}
    public static function admin_page()
    {
        ?>
		<script>
			function remove_sidebar_link(name,num){
				answer = confirm("<?php 
        _e('Are you sure you want to remove', 'Avada');
        ?>
 " + name + "?\n<?php 
        _e('This will remove any widgets you have assigned to this widget section.', 'Avada');
        ?>
");
				if(answer){
					//alert('AJAX REMOVE');
					remove_sidebar(name,num);
				}else{
					return false;
				}
			}
			function add_sidebar_link(){
				var sidebar_name = prompt("<?php 
        _e('Widget Section Name:', 'Avada');
        ?>
","");
				//alert(sidebar_name);
				add_sidebar(sidebar_name);
			}
		</script>
		<div class="wrap">
			<h2>Widget Sections</h2>
			<br />
			<table class="widefat page" id="sbg_table" style="width:600px;">
				<tr>
					<th>Widget Section Name</th>
					<th>CSS class</th>
					<th>Remove</th>
				</tr>
				<?php 
        $sidebars = sidebar_generator::get_sidebars();
        if (is_array($sidebars) && !empty($sidebars)) {
            $cnt = 0;
            foreach ($sidebars as $sidebar) {
                $alt = $cnt % 2 == 0 ? 'alternate' : '';
                ?>
				<tr class="<?php 
                echo $alt;
                ?>
">
					<td><?php 
                echo $sidebar;
                ?>
</td>
					<td><?php 
                echo sidebar_generator::name_to_class($sidebar);
                ?>
</td>
					<td><a href="javascript:void(0);" onclick="return remove_sidebar_link('<?php 
                echo $sidebar;
                ?>
',<?php 
                echo $cnt + 1;
                ?>
);" title="<?php 
                _e('Remove this Widget Section', 'Avada');
                ?>
">remove</a></td>
				</tr>
				<?php 
                $cnt++;
            }
        } else {
            ?>
					<tr>
						<td colspan="3"><?php 
            _e('No Widget Sections defined.', 'Avada');
            ?>
</td>
					</tr>
					<?php 
        }
        ?>
			</table><br /><br />
			<div class="add_sidebar">
				<a href="javascript:void(0);" onclick="return add_sidebar_link()" title="<?php 
        _e('Add New Widget Section', 'Avada');
        ?>
" class="button-primary"><?php 
        _e('Add New Widget Section', 'Avada');
        ?>
</a>

			</div>

		</div>
		<?php 
    }
    function admin_page()
    {
        ?>
		<script>
			function remove_sidebar_link(name,num){
				answer = confirm("Are you sure you want to remove " + name + "?\nThis will remove any widgets you have assigned to this sidebar.");
				if(answer){
					//alert('AJAX REMOVE');
					remove_sidebar(name,num);
				}else{
					return false;
				}
			}
			function add_sidebar_link(){
				var sidebar_name = prompt("Sidebar Name:","");
				add_sidebar(sidebar_name);
			}
		</script>
		<div class="wrap">
			<h2><?php 
        _e('Custom Sidebars', 'color-theme-framework');
        ?>
</h2>
			<br />
			<div class="add_sidebar">
				<a href="javascript:void(0);" onclick="return add_sidebar_link()" title="Add a sidebar">+ Add Sidebar</a>
			</div>
			<br />
			<table class="widefat page" id="sbg_table" style="width:600px;">
				<tr>
					<th>Name</th>
					<th>CSS class</th>
					<th>Remove</th>
				</tr>
				<?php 
        $sidebars = sidebar_generator::get_sidebars();
        if (is_array($sidebars) && !empty($sidebars)) {
            $cnt = 0;
            foreach ($sidebars as $sidebar) {
                $alt = $cnt % 2 == 0 ? 'alternate' : '';
                ?>
				<tr class="<?php 
                echo $alt;
                ?>
">
					<td><?php 
                echo $sidebar;
                ?>
</td>
					<td><?php 
                echo sidebar_generator::name_to_class($sidebar);
                ?>
</td>
					<td><a href="javascript:void(0);" onclick="return remove_sidebar_link('<?php 
                echo $sidebar;
                ?>
',<?php 
                echo $cnt + 1;
                ?>
);" title="Remove this sidebar">remove</a></td>
				</tr>
				<?php 
                $cnt++;
            }
        } else {
            ?>
					<tr>
						<td colspan="3"><?php 
            _e('No Sidebars defined', 'color-theme-framework');
            ?>
</td>
					</tr>
					<?php 
        }
        ?>
			</table>
			<br /><br />
		</div>
		<?php 
    }
Example #22
0
<div class='pyre_metabox'>
<h2 style="margin-top:0;">Portfolio options:</h2>
<?php 
$this->select('width', 'Width (Content Columns for Featured Image)', array('full' => 'Full Width', 'half' => 'Half Width'), '');
$this->select('portfolio_width_100', 'Use 100% Width Page', array('no' => 'No', 'yes' => 'Yes'), '');
$this->select('sidebar', 'Show Sidebar', array('no' => 'No', 'yes' => 'Yes'), '');
sidebar_generator::edit_form();
$this->select('sidebar_position', 'Page: Sidebar Position', array('default' => 'Default', 'right' => 'Right', 'left' => 'Left'), '');
$this->select('display_header', 'Display Header', array('yes' => 'Yes', 'no' => 'No'), '');
$this->select('transparent_header', 'Transparent Header', array('default' => 'Default', 'yes' => 'Yes', 'no' => 'No'), '');
$menus = get_terms('nav_menu', array('hide_empty' => false));
$menu_select['default'] = 'Default Menu';
foreach ($menus as $menu) {
    $menu_select[$menu->term_id] = $menu->name;
}
$this->select('displayed_menu', 'Main Navigation Menu', $menu_select, '');
$this->select('display_footer', 'Display Footer Widget Area', array('default' => 'Default', 'yes' => 'Yes', 'no' => 'No'), '');
$this->select('display_copyright', 'Display Copyright Area', array('default' => 'Default', 'yes' => 'Yes', 'no' => 'No'), '');
$this->select('project_desc_title', 'Show Project Description Title', array('yes' => 'Yes', 'no' => 'No'), '');
$this->select('project_details', 'Show Project Details', array('yes' => 'Yes', 'no' => 'No'), '');
$this->select('show_first_featured_image', 'Enable First Featured Image On Video Posts', array('no' => 'No', 'yes' => 'Yes'), '(Checking this option will allow the first featured image to show on single post pages.)');
$this->textarea('video', 'Video Embed Code');
$this->text('video_url', 'Youtube/Vimeo Video URL for Lightbox', '');
$this->text('project_url', 'Project URL', '');
$this->text('project_url_text', 'Project URL Text', '');
$this->text('copy_url', 'Copyright URL', '');
$this->text('copy_url_text', 'Copyright URL Text', '');
$this->text('fimg_width', 'Featured Image Width', '(in pixels or percentage, e.g.: 100% or 100px.  Or Use "auto" for automatic resizing if you added either width or height)');
$this->text('fimg_height', 'Featured Image Height', '(in pixels or percentage, e.g.: 100% or 100px.  Or Use "auto" for automatic resizing if you added either width or height)');
$this->select('image_rollover_icons', 'Image Rollover Icons', array('linkzoom' => 'Link + Zoom', 'link' => 'Link', 'zoom' => 'Zoom', 'no' => 'No Icons'), '');
$this->text('link_icon_url', 'Link Icon URL', 'Leave blank for post URL');
Example #23
0
 function of_options()
 {
     // Avada edit
     //Register sidebar options for blog/portfolio/woocommerce category/archive pages
     global $wp_registered_sidebars;
     $sidebar_options[] = __('None', 'Avada');
     for ($i = 0; $i < 1; $i++) {
         $sidebars = $wp_registered_sidebars;
         // sidebar_generator::get_sidebars();
         //var_dump($sidebars);
         if (is_array($sidebars) && !empty($sidebars)) {
             foreach ($sidebars as $sidebar) {
                 $sidebar_options[] = $sidebar['name'];
             }
         }
         $sidebars = sidebar_generator::get_sidebars();
         if (is_array($sidebars) && !empty($sidebars)) {
             foreach ($sidebars as $key => $value) {
                 $sidebar_options[] = $value;
             }
         }
     }
     // End Avada edit
     //Access the WordPress Categories via an Array
     $of_categories = array();
     $of_categories_obj = get_categories('hide_empty=0');
     foreach ($of_categories_obj as $of_cat) {
         $of_categories[$of_cat->cat_ID] = $of_cat->cat_name;
     }
     $categories_tmp = array_unshift($of_categories, __("Select a category:", 'Avada'));
     //Access the WordPress Pages via an Array
     $of_pages = array();
     $of_pages_obj = get_pages('sort_column=post_parent,menu_order');
     foreach ($of_pages_obj as $of_page) {
         $of_pages[$of_page->ID] = $of_page->post_name;
     }
     $of_pages_tmp = array_unshift($of_pages, __("Select a page:", 'Avada'));
     // Begin Avada edit
     // Social Icon default order
     $of_options_social_links_ordering = array("default" => array('facebook' => 'Facebook', 'flickr' => 'Flickr', 'rss' => 'RSS', 'twitter' => 'Twitter', 'vimeo' => 'Vimeo', 'youtube' => 'Youtube', 'instagram' => 'Instagram', 'pinterest' => 'Pinerest', 'tumblr' => 'Tumblr', 'google' => 'Googleplus', 'dribbble' => 'Dribble', 'digg' => 'Digg', 'linkedin' => 'LinkedIn', 'blogger' => 'Blogger', 'skype' => 'Skype', 'forrst' => 'Forrst', 'myspace' => 'Myspace', 'deviantart' => 'Deviantart', 'yahoo' => 'Yahoo', 'reddit' => 'Reddit', 'paypal' => 'Paypal', 'dropbox' => 'Dropbox', 'soundcloud' => 'Soundcloud', 'vk' => 'VK'), "custom" => array());
     // End Avada edit
     //More Options
     $body_repeat = array(__("no-repeat", "Avada"), __("repeat-x", "Avada"), __("repeat-y", "Avada"), __("repeat", "Avada"));
     $body_pos = array(__("top left", "Avada"), __("top center", "Avada"), __("top right", "Avada"), __("center left", "Avada"), __("center center", "Avada"), __("center right", "Avada"), __("bottom left", "Avada"), __("bottom center", "Avada"), __("bottom right", "Avada"));
     /*-----------------------------------------------------------------------------------*/
     /* The Options Array */
     /*-----------------------------------------------------------------------------------*/
     // Set the Options Array
     global $of_options;
     $of_options = array();
     // Avada Edit
     $font_sizes = 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');
     $google_fonts = array("Select Font" => "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", "Alegreya Sans" => "Alegreya Sans", "Alegreya Sans SC" => "Alegreya Sans 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", "Exo 2" => "Exo 2", "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", "Kantumruy" => "Kantumruy", "Karla" => "Karla", "Kaushan Script" => "Kaushan Script", "Kavoon" => "Kavoon", "Kdam Thmor" => "Kdam Thmor", "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", "Rubik Mono One" => "Rubik Mono One", "Rubik One" => "Rubik One", "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");
     /*-----------------------------------------------------------------------------------*/
     /* The Options Array */
     /*-----------------------------------------------------------------------------------*/
     // Set the Options Array
     global $of_options;
     $of_options = array();
     $of_options[] = array("name" => __("General", "Avada"), "type" => "heading");
     $of_options[] = array("name" => __("Import Demo Content", "Avada"), "desc" => __("Importing demo content will give you sliders, pages, posts, theme options, widgets, sidebars and other settings. This will replicate the live demo.  Please make sure you have the Fusion Core, Layer Slider, Revolution Slider and WooCommerce plugins installed and activated to receive that portion of the content. WARNING: clicking this button will replace your current theme options, sliders and widgets. It can also take a minute to complete.", "Avada"), "id" => "demo_data", "std" => "", "btntext" => 'Import Demo Content', "type" => "button");
     $of_options[] = array("name" => __("Responsive", "Avada"), "desc" => "", "id" => "responsive", "std" => "<h3 style='margin: 0;'>" . __("Responsive Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Responsive Design", "Avada"), "desc" => __("Check this box to use the responsive design features. If left unchecked then the fixed layout is used.", "Avada"), "id" => "responsive", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Use Fixed Layout for iPad Portrait", "Avada"), "desc" => __("Check this box to use the fixed layout for the iPad in portrait view.", "Avada"), "id" => "ipad_potrait", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Code", "Avada"), "desc" => "", "id" => "code", "std" => "<h3 style='margin: 0;'>" . __("Tracking / Space Before Head / Space Before Body Code", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Tracking Code", "Avada"), "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.", "Avada"), "id" => "google_analytics", "std" => "", "type" => "textarea");
     $of_options[] = array("name" => __("Space before &lt;/head&gt;", "Avada"), "desc" => __("Add code before the &lt;/head&gt; tag.", "Avada"), "id" => "space_head", "std" => "", "type" => "textarea");
     $of_options[] = array("name" => __("Space before &lt;/body&gt;", "Avada"), "desc" => __("Add code before the &lt;/body&gt; tag.", "Avada"), "id" => "space_body", "std" => "", "type" => "textarea");
     $of_options[] = array("name" => __("Site Width", "Avada"), "type" => "heading");
     $of_options[] = array("name" => __("Layout", "Avada"), "desc" => __("Select boxed or wide layout.", "Avada"), "id" => "layout", "std" => "Wide", "type" => "select", "options" => array('Boxed' => __('Boxed', 'Avada'), 'Wide' => __('Wide', 'Wide')));
     $of_options[] = array("name" => __("Site Width", "Avada"), "desc" => __("Controls the overall site width. In px or %, ex: 100% or 1170px.", "Avada"), "id" => "site_width", "std" => "940px", "type" => "text");
     $of_options[] = array("name" => __("Content + Sidebar Width", "Avada"), "desc" => "", "id" => "content_sidebar_width", "std" => "<h3 style='margin: 0;'>" . __("Content + Sidebar Width", "Avada") . "</h3><p>" . __("These settings are used on pages with 1 sidebar. Total values must add up to 100.", "Avada") . "</p>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Content Width", "Avada"), "desc" => __("Controls the width of the content area. In px or %, ex: 100% or 1170px.", "Avada"), "id" => "content_width", "std" => "77%", "type" => "text");
     $of_options[] = array("name" => __("Sidebar Width", "Avada"), "desc" => __("Controls the width of the sidebar. In px or %, ex: 100% or 1170px.", "Avada"), "id" => "sidebar_width", "std" => "23%", "type" => "text");
     $of_options[] = array("name" => __("Content + Sidebar Width", "Avada"), "desc" => "", "id" => "content_sidebar_width", "std" => "<h3 style='margin: 0;'>" . __("Content + Sidebar Width", "Avada") . "</h3><p>" . __("These settings are used on pages with 1 sidebar. Total values must add up to 100.", "Avada") . "</p>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Content + Sidebar + Sidebar Width", "Avada"), "desc" => "", "id" => "content_sidebar_sidebar_width", "std" => "<h3 style='margin: 0;'>" . __("Content + Sidebar + Sidebar Width", "Avada") . "</h3><p>" . __("These settings are used on pages with 2 sidebars. Total values must add up to 100.", "Avada") . "</p>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Content Width", "Avada"), "desc" => __("Controls the width of the content area. In px or %, ex: 100% or 1170px.", "Avada"), "id" => "content_width_2", "std" => "58%", "type" => "text");
     $of_options[] = array("name" => __("Sidebar 1 Width", "Avada"), "desc" => __("Controls the width of the sidebar 1. In px or %, ex: 100% or 1170px.", "Avada"), "id" => "sidebar_2_1_width", "std" => "21%", "type" => "text");
     $of_options[] = array("name" => __("Sidebar 2 Width", "Avada"), "desc" => __("Controls the width of the sidebar 2. In px or %, ex: 100% or 1170px.", "Avada"), "id" => "sidebar_2_2_width", "std" => "21%", "type" => "text");
     $of_options[] = array("name" => __("Content + Sidebar + Sidebar Width", "Avada"), "desc" => "", "id" => "content_sidebar_sidebar_width", "std" => "<h3 style='margin: 0;'>" . __("Content + Sidebar + Sidebar Width", "Avada") . "</h3><p>" . __("These settings are used on pages with 2 sidebars. Total values must add up to 100.", "Avada") . "</p>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Header", "Avada"), "type" => "heading");
     $of_options[] = array("name" => __("Header Info", "Avada"), "desc" => "", "id" => "header_info", "std" => "<h3 style='margin: 0;'>" . __("Header Content Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Select a Header Layout", "Avada"), "desc" => "", "id" => "header_layout", "std" => "v1", "type" => "images", "options" => array("v1" => get_template_directory_uri() . "/images/patterns/header1.jpg", "v2" => get_template_directory_uri() . "/images/patterns/header2.jpg", "v3" => get_template_directory_uri() . "/images/patterns/header3.jpg", "v4" => get_template_directory_uri() . "/images/patterns/header4.jpg", "v5" => get_template_directory_uri() . "/images/patterns/header5.jpg"));
     $of_options[] = array("name" => __("Transparent Header", "Avada"), "desc" => __("Check this box to enable a transparent header that will display your slider behind it.", "Avada"), "id" => "header_transparent", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Slider Position", "Avada"), "desc" => __("Select if the slider shows below or above the header. This only works for the slider assigned in page options, not with shortcodes.", "Avada"), "id" => "slider_position", "std" => "Below", "type" => "select", "options" => array('Below' => 'Below', 'Above' => 'Above'));
     $of_options[] = array("name" => __("Header Top Left Content", "Avada"), "desc" => __("Select which content displays in the top left area of the header.", "Avada"), "id" => "header_left_content", "std" => "Contact Info", "type" => "select", "options" => array('Contact Info' => 'Contact Info', 'Social Links' => 'Social Links', 'Navigation' => 'Navigation', 'Leave Empty' => 'Leave Empty'));
     $of_options[] = array("name" => __("Header Top Right Content", "Avada"), "desc" => __("Select which content displays in the top right area of the header.", "Avada"), "id" => "header_right_content", "std" => "Navigation", "type" => "select", "options" => array('Contact Info' => 'Contact Info', 'Social Links' => 'Social Links', 'Navigation' => 'Navigation', 'Leave Empty' => 'Leave Empty'));
     $of_options[] = array("name" => __("Header Content Area For Header #4", "Avada"), "desc" => __("Select which content displays in the right area of Header 4.", "Avada"), "id" => "header_v4_content", "std" => "Tagline + Search", "type" => "select", "options" => array('Tagline' => 'Tagline', 'Search' => 'Search', 'Tagline And Search' => 'Tagline And Search', 'Banner' => 'Banner'));
     $of_options[] = array("name" => __("Banner Code For Header #4", "Avada"), "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.", "Avada"), "id" => "header_banner_code", "std" => '', "type" => "textarea");
     $of_options[] = array("name" => __("Header Phone Number", "Avada"), "desc" => __("Phone number will display in the Contact Info section of your top header.", "Avada"), "id" => "header_number", "std" => "Call Us Today! 1.555.555.555", "type" => "textarea");
     $of_options[] = array("name" => __("Header Email Address", "Avada"), "desc" => __("Email address will display in the Contact Info section of your top header.", "Avada"), "id" => "header_email", "std" => "*****@*****.**", "type" => "text");
     $of_options[] = array("name" => __("Header Tagline", "Avada"), "desc" => __("Tagline will display on Header 4 as long as you have Tagline selected for the Header Content Area For Header #4 option above.", "Avada"), "id" => "header_tagline", "std" => "Insert Tagline Here", "type" => "text");
     $of_options[] = array("name" => __("Header Info", "Avada"), "desc" => "", "id" => "header_info", "std" => "<h3 style='margin: 0;'>" . __("Header Background", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Background Image For Header Area", "Avada"), "desc" => __("Select an image or insert an image url to use for the header background.", "Avada"), "id" => "header_bg_image", "std" => "", "mod" => "", "type" => "media");
     $of_options[] = array("name" => __("100% Background Image", "Avada"), "desc" => __("Check this box to have the header background image display at 100% in width and height and scale according to the browser size.", "Avada"), "id" => "header_bg_full", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Parallax Background Image", "Avada"), "desc" => __("Check this box to enable parallax background image when scrolling.", "Avada"), "id" => "header_bg_parallax", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Background Repeat", "Avada"), "desc" => __("Select how the background image repeats.", "Avada"), "id" => "header_bg_repeat", "std" => "", "type" => "select", "options" => array('repeat' => 'repeat', 'repeat-x' => 'repeat-x', 'repeat-y' => 'repeat-y', 'no-repeat' => 'no-repeat'));
     // this is for padding, the id is wrong but there for legacy users
     $of_options[] = array("name" => __("Header Top Padding", "Avada"), "desc" => __("In pixels, ex: 10px", "Avada"), "id" => "margin_header_top", "std" => "0px", "type" => "text");
     // this is for padding, the id is wrong but there for legacy users
     $of_options[] = array("name" => __("Header Bottom Padding", "Avada"), "desc" => __("In pixels, ex: 10px", "Avada"), "id" => "margin_header_bottom", "std" => "0px", "type" => "text");
     $of_options[] = array("name" => __("Header Info", "Avada"), "desc" => "", "id" => "header_info", "std" => "<h3 style='margin: 0;'>" . __("Header Social Icons", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Header Social Icons Custom Color", "Avada"), "desc" => __("Select a custom social icon color.", "Avada"), "id" => "header_social_links_icon_color", "std" => "#bebdbd", "type" => "color");
     $of_options[] = array("name" => __("Header Social Icons Boxed", "Avada"), "desc" => __("Controls the color of the social icons in the footer.", "Avada"), "id" => "header_social_links_boxed", "std" => "No", "type" => "select", "options" => array('No' => 'No', 'Yes' => 'Yes'));
     $of_options[] = array("name" => __("Header Social Icons Custom Box Color", "Avada"), "desc" => __("Select a custom social icon box color.", "Avada"), "id" => "header_social_links_box_color", "std" => "#e8e8e8", "type" => "color");
     $of_options[] = array("name" => __("Header Social Icons Boxed Radius", "Avada"), "desc" => __("Boxradius for the social icons. In pixels, ex: 4px.", "Avada"), "id" => "header_social_links_boxed_radius", "std" => "4px", "type" => "text");
     $of_options[] = array("name" => __("Header Social Icons Tooltip Position", "Avada"), "desc" => __("Controls the tooltip position of the social icons in the footer.", "Avada"), "id" => "header_social_links_tooltip_placement", "std" => "Bottom", "type" => "select", "options" => array('Top' => 'Top', 'Right' => 'Right', 'Bottom' => 'Bottom', 'Left' => 'Left', 'None' => 'None'));
     $of_options[] = array("name" => __("Sticky Header", "Avada"), "type" => "heading");
     $of_options[] = array("name" => __("Sticky Header Info", "Avada"), "desc" => "", "id" => "sticky_header_info", "std" => "<h3 style='margin: 0;'>" . __("Sticky Header Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Enable Sticky Header", "Avada"), "desc" => __("Check to enable a fixed header when scrolling, uncheck to disable.", "Avada"), "id" => "header_sticky", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Enable Sticky Header on Tablets", "Avada"), "desc" => __("Check to enable a fixed header when scrolling on tablets, uncheck to disable.", "Avada"), "id" => "header_sticky_tablet", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Enable Sticky Header on Mobiles", "Avada"), "desc" => __("Check to enable a fixed header when scrolling on mobiles, uncheck to disable.", "Avada"), "id" => "header_sticky_mobile", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Sticky Header Opacity", "Avada"), "desc" => __("Header v2 - v5 only. Set the opacity of background, <br />0.1 (lowest) to 1 (highest).", "Avada"), "id" => "header_sticky_opacity", "std" => "0.97", "type" => "text");
     $of_options[] = array("name" => __("Sticky Header Menu Item Padding", "Avada"), "desc" => __("Controls the space between each menu item in the sticky header. Use a number without 'px', default is 35. ex: 35", "Avada"), "id" => "header_sticky_nav_padding", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Sticky Header Navigation Font Size", "Avada"), "desc" => __("Controls the font size of the menu items in the sticky header. Use a number without 'px', default is 14. ex: 14", "Avada"), "id" => "header_sticky_nav_font_size", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Sticky Header Logo Width", "Avada"), "desc" => __("Controls the max-width of the sticky header logo. If your logo is too large and does not allow the menu to fit on one line, then use this option and insert a smaller width for your logo. ex: 120", "Avada"), "id" => "header_sticky_logo_max_width", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Logo", "Avada"), "type" => "heading");
     $of_options[] = array("name" => __("Header Info", "Avada"), "desc" => "", "id" => "header_info", "std" => "<h3 style='margin: 0;'>" . __("Logo Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Logo", "Avada"), "desc" => __("Select an image file for your logo.", "Avada"), "id" => "logo", "std" => get_template_directory_uri() . "/images/logo.png", "mod" => "", "type" => "media");
     $of_options[] = array("name" => __("Logo (Retina Version @2x)", "Avada"), "desc" => __("Select an image file for the retina version of the logo. It should be exactly 2x the size of main logo.", "Avada"), "id" => "logo_retina", "std" => "", "mod" => "", "type" => "media");
     $of_options[] = array("name" => __("Standard Logo Width for Retina Logo", "Avada"), "desc" => __("If retina logo is uploaded, enter the standard logo (1x) version width, do not enter the retina logo width.", "Avada"), "id" => "retina_logo_width", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Standard Logo Height for Retina Logo", "Avada"), "desc" => __("If retina logo is uploaded, enter the standard logo (1x) version height, do not enter the retina logo height.", "Avada"), "id" => "retina_logo_height", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Logo Alignment", "Avada"), "desc" => __("Note: center only works on Header 5.", "Avada"), "id" => "logo_alignment", "std" => "Left", "type" => "select", "options" => array('Left' => 'Left', 'Center' => 'Center', 'Right' => 'Right'));
     $of_options[] = array("name" => __("Logo Left Margin", "Avada"), "desc" => __("In pixels, ex: 10px", "Avada"), "id" => "margin_logo_left", "std" => "0px", "type" => "text");
     $of_options[] = array("name" => __("Logo Right Margin", "Avada"), "desc" => __("In pixels, ex: 10px", "Avada"), "id" => "margin_logo_right", "std" => "0px", "type" => "text");
     $of_options[] = array("name" => __("Logo Top Margin", "Avada"), "desc" => __("In pixels, ex: 10px", "Avada"), "id" => "margin_logo_top", "std" => "31px", "type" => "text");
     $of_options[] = array("name" => __("Logo Bottom Margin", "Avada"), "desc" => __("In pixels, ex: 10px", "Avada"), "id" => "margin_logo_bottom", "std" => "31px", "type" => "text");
     $of_options[] = array("name" => __("Favicon Options", "Avada"), "desc" => "", "id" => "favicons", "std" => "<h3 style='margin: 0;'>" . __("Favicon Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Favicon", "Avada"), "desc" => __("Favicon for your website (16px x 16px).", "Avada"), "id" => "favicon", "std" => "", "type" => "upload");
     $of_options[] = array("name" => __("Apple iPhone Icon Upload", "Avada"), "desc" => __("Favicon for Apple iPhone (57px x 57px).", "Avada"), "id" => "iphone_icon", "std" => "", "type" => "upload");
     $of_options[] = array("name" => __("Apple iPhone Retina Icon Upload", "Avada"), "desc" => __("Favicon for Apple iPhone Retina Version (114px x 114px).", "Avada"), "id" => "iphone_icon_retina", "std" => "", "type" => "upload");
     $of_options[] = array("name" => __("Apple iPad Icon Upload", "Avada"), "desc" => __("Favicon for Apple iPad (72px x 72px).", "Avada"), "id" => "ipad_icon", "std" => "", "type" => "upload");
     $of_options[] = array("name" => __("Apple iPad Retina Icon Upload", "Avada"), "desc" => __("Favicon for Apple iPad Retina Version (144px x 144px).", "Avada"), "id" => "ipad_icon_retina", "std" => "", "type" => "upload");
     $of_options[] = array("name" => __("Menu", "Avada"), "type" => "heading");
     $of_options[] = array("name" => __("Header Info", "Avada"), "desc" => "", "id" => "header_info", "std" => "<h3 style='margin: 0;'>" . __("Menu Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Mobile Menu Design Style", "Avada"), "desc" => __("Select between classic or modern mobile design.", "Avada"), "id" => "mobile_menu_design", "std" => "classic", "options" => array('classic' => 'Classic', 'modern' => 'Modern'), "type" => "select");
     $of_options[] = array("name" => __("Main Nav Height", "Avada"), "desc" => __("Use a number without 'px', default is 83. ex: 83", "Avada"), "id" => "nav_height", "std" => "83", "type" => "text");
     $of_options[] = array("name" => __("Menu Item Padding", "Avada"), "desc" => __("Use a number without 'px', default is 45. ex: 45", "Avada"), "id" => "nav_padding", "std" => "45", "type" => "text");
     $of_options[] = array("name" => __("Mobile Menu Item Padding", "Avada"), "desc" => __("Use a number without 'px', default is 25. ex: 25", "Avada"), "id" => "mobile_nav_padding", "std" => "25", "type" => "text");
     $of_options[] = array("name" => __("Main Menu Dropdown Width", "Avada"), "desc" => __("In pixels, ex: 170px", "Avada"), "id" => "dropdown_menu_width", "std" => "170px", "type" => "text");
     $of_options[] = array("name" => __("Top Menu Dropdown Width", "Avada"), "desc" => __("In pixels, ex: 100px", "Avada"), "id" => "topmenu_dropwdown_width", "std" => "100px", "type" => "text");
     $of_options[] = array("name" => "Mega Menu Max-Width", "desc" => __('Controls the the max width of the mega menu. In pixels, ex: 1100px.', 'Avada'), "id" => "megamenu_max_width", "std" => "1100px", "type" => "text");
     $of_options[] = array("name" => __("Mega Menu Column Title Size", "Avada"), "desc" => __("Set the font size for mega menu column titles (menu 2nd level labels). In pixels, ex: 18px", "Avada"), "id" => "megamenu_title_size", "std" => "18px", "type" => "text");
     $of_options[] = array("name" => __("Show Search Icon in Main Nav?", "Avada"), "desc" => __("Check to enable the search icon in the menu, uncheck to disable.", "Avada"), "id" => "main_nav_search_icon", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Enable Circle Border On Menu Icons", "Avada"), "desc" => __("Check to enable a circle border on the main menu cart and search icons.", "Avada"), "id" => "main_nav_icon_circle", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Mobile Menu Submenu Slide Outs", "Avada"), "desc" => __("Check to group submenu to slideout elements on mobile menu.", "Avada"), "id" => "mobile_nav_submenu_slideout", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Page Title Bar", "Avada"), "type" => "heading");
     $of_options[] = array("name" => __("Header Info", "Avada"), "desc" => "", "id" => "header_info", "std" => "<h3 style='margin: 0;'>" . __("Page Title Bar Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Page Title Bar", "Avada"), "desc" => __("Check the box to show the page title bar. This is a global option for every page or post, and this can be overridden by individual page/post options.", "Avada"), "id" => "page_title_bar", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Page Title Bar Height", "Avada"), "desc" => __("In pixels, ex: 10px", "Avada"), "id" => "page_title_height", "std" => "87px", "type" => "text");
     $of_options[] = array("name" => __("Page Title Bar Background", "Avada"), "desc" => __("Select an image or insert an image url to use for the page title bar background.", "Avada"), "id" => "page_title_bg", "std" => get_template_directory_uri() . "/images/page_title_bg.png", "mod" => "", "type" => "media");
     $of_options[] = array("name" => __("Page Title Bar Background (Retina Version @2x)", "Avada"), "desc" => __("Select an image or insert an image url to use for the retina page title bar background.", "Avada"), "id" => "page_title_bg_retina", "std" => "", "mod" => "", "type" => "media");
     $of_options[] = array("name" => __("100% Background Image", "Avada"), "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.", "Avada"), "id" => "page_title_bg_full", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Parallax Background Image", "Avada"), "desc" => __("Check to enable parallax background image when scrolling.", "Avada"), "id" => "page_title_bg_parallax", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Header Info", "Avada"), "desc" => "", "id" => "header_info", "std" => "<h3 style='margin: 0;'>" . __("Breadcrumb Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Display Breadcrumbs/Search Bar", "Avada"), "desc" => __("Check to display the breadcrumbs or search bar in general. Uncheck to hide them.", "Avada"), "id" => "breadcrumb", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Breadcrumbs or Search Box?", "Avada"), "desc" => __("Choose to display breadcrumbs or search box in the page title bar.", "Avada"), "id" => "page_title_bar_bs", "std" => "Breadcrumbs", "options" => array('Breadcrumbs' => 'Breadcrumbs', 'Search Box' => 'Search Box'), "type" => "select");
     $of_options[] = array("name" => __("Breadcrumbs on Mobile Devices", "Avada"), "desc" => __("Check to display breadcrumbs on mobile devices.", "Avada"), "id" => "breadcrumb_mobile", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Breadcrumb Menu Prefix", "Avada"), "desc" => __("The text before the breadcrumb menu.", "Avada"), "id" => "breacrumb_prefix", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Sliding Bar", "Avada"), "type" => "heading");
     $of_options[] = array("name" => __("Sliding Bar", "Avada"), "desc" => "", "id" => "sliding_bar", "std" => "<h3 style='margin: 0;'>" . __("Sliding Bar Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Enable Sliding Bar", "Avada"), "desc" => __("Check to enable the top Sliding Bar.", "Avada"), "id" => "slidingbar_widgets", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Sliding Bar On Mobile", "Avada"), "desc" => __("Check to disable the top Sliding Bar on mobile devices.", "Avada"), "id" => "mobile_slidingbar_widgets", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Enable Top Border on Sliding Bar", "Avada"), "desc" => __("Check to enable a top border on the Sliding Bar.", "Avada"), "id" => "slidingbar_top_border", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Enable Transparency on the Sliding Bar", "Avada"), "desc" => __("Check the box to enable transparency on the Sliding Bar.", "Avada"), "id" => "slidingbar_bg_color_transparency", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Sliding Bar Open On Page Load", "Avada"), "desc" => __("Check the box to have the sliding bar open when the page loads.", "Avada"), "id" => "slidingbar_open_on_load", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Number of Sliding Bar Columns", "Avada"), "desc" => __("Select the number of columns to display in the Sliding Bar.", "Avada"), "id" => "slidingbar_widgets_columns", "std" => "2", "options" => array('1' => '1', '2' => '2', '3' => '3', '4' => '4', '5' => '5', '6' => '6'), "type" => "select");
     $of_options[] = array("name" => __("Footer", "Avada"), "type" => "heading");
     $of_options[] = array("name" => __("Footer Widgets Area", "Avada"), "desc" => "", "id" => "footer_widgets_area_title", "std" => "<h3 style='margin: 0;'>" . __("Footer Widgets Area Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Footer Widgets", "Avada"), "desc" => __("Check the box to display footer widgets.", "Avada"), "id" => "footer_widgets", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Number of Footer Columns", "Avada"), "desc" => __("Select the number of columns to display in the footer.", "Avada"), "id" => "footer_widgets_columns", "std" => "4", "options" => array('1' => '1', '2' => '2', '3' => '3', '4' => '4', '5' => '5', '6' => '6'), "type" => "select");
     $of_options[] = array("name" => __("Background Image For Footer Area", "Avada"), "desc" => __("Select an image or insert an image url to use for the footer widget area backgroud.", "Avada"), "id" => "footerw_bg_image", "std" => "", "mod" => "", "type" => "media");
     $of_options[] = array("name" => __("100% Background Image", "Avada"), "desc" => __("Check this box to have the footer background image display at 100% in width and height and scale according to the browser size.", "Avada"), "id" => "footerw_bg_full", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Parallax Background Image", "Avada"), "desc" => __("Check to enable parallax background image when scrolling.", "Avada"), "id" => "footer_area_bg_parallax", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Background Repeat", "Avada"), "desc" => __("Select how the background image repeats.", "Avada"), "id" => "footerw_bg_repeat", "std" => "", "type" => "select", "options" => array('repeat' => 'repeat', 'repeat-x' => 'repeat-x', 'repeat-y' => 'repeat-y', 'no-repeat' => 'no-repeat'));
     $of_options[] = array("name" => __("Background Position", "Avada"), "desc" => __("Select the position from where background image starts.", "Avada"), "id" => "footerw_bg_pos", "std" => "center center", "type" => "select", "options" => $body_pos);
     $of_options[] = array("name" => __("Footer Top Padding", "Avada"), "desc" => __("In pixels, ex: 20px", "Avada"), "id" => "footer_area_top_padding", "std" => "43px", "type" => "text");
     $of_options[] = array("name" => __("Footer Bottom Padding", "Avada"), "desc" => __("In pixels, ex: 20px", "Avada"), "id" => "footer_area_bottom_padding", "std" => "40px", "type" => "text");
     $of_options[] = array("name" => __("Copyright Area / Social Icon Options", "Avada"), "desc" => "", "id" => "copyright_area_title", "std" => "<h3 style='margin: 0;'>" . __("Copyright Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Copyright Bar", "Avada"), "desc" => __("Check the box to display the copyright bar.", "Avada"), "id" => "footer_copyright", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Copyright Text", "Avada"), "desc" => __("Enter the text that displays in the copyright bar. HTML markup can be used.", "Avada"), "id" => "footer_text", "std" => 'Copyright 2012 Avada | All Rights Reserved | Powered by <a href="http://wordpress.org">WordPress</a>  |  <a href="http://theme-fusion.com">Theme Fusion</a>', "type" => "textarea");
     $of_options[] = array("name" => __("Copyright Top Padding", "Avada"), "desc" => __("In pixels, ex: 18px", "Avada"), "id" => "copyright_top_padding", "std" => "18px", "type" => "text");
     $of_options[] = array("name" => __("Copyright Bottom Padding", "Avada"), "desc" => __("In pixels, ex: 18px", "Avada"), "id" => "copyright_bottom_padding", "std" => "16px", "type" => "text");
     $of_options[] = array("name" => __("Social Icon Options", "Avada"), "desc" => "", "id" => "footer_social_icon_title", "std" => "<h3 style='margin: 0;'>" . __("Social Icon Options", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Display Social Icons on Footer of the Page", "Avada"), "desc" => __("Select the checkbox to show social media icons on the footer of the page.", "Avada"), "id" => "icons_footer", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Footer Social Icons Custom Color", "Avada"), "desc" => __("Select a custom social icon color.", "Avada"), "id" => "footer_social_links_icon_color", "std" => "#46494a", "type" => "color");
     $of_options[] = array("name" => __("Footer Social Icons Boxed", "Avada"), "desc" => __("Controls the color of the social icons in the footer.", "Avada"), "id" => "footer_social_links_boxed", "std" => "No", "type" => "select", "options" => array('No' => 'No', 'Yes' => 'Yes'));
     $of_options[] = array("name" => __("Footer Social Icons Custom Box Color", "Avada"), "desc" => __("Select a custom social icon box color.", "Avada"), "id" => "footer_social_links_box_color", "std" => "#222222", "type" => "color");
     $of_options[] = array("name" => __("Footer Social Icons Boxed Radius", "Avada"), "desc" => __("Boxradius for the social icons. In pixels, ex: 4px.", "Avada"), "id" => "footer_social_links_boxed_radius", "std" => "4px", "type" => "text");
     $of_options[] = array("name" => __("Footer Social Icons Tooltip Position", "Avada"), "desc" => __("Controls the tooltip position of the social icons in the footer.", "Avada"), "id" => "footer_social_links_tooltip_placement", "std" => "Top", "type" => "select", "options" => array('Top' => 'Top', 'Right' => 'Right', 'Bottom' => 'Bottom', 'Left' => 'Left', 'None' => 'None'));
     $of_options[] = array("name" => __("Background", "Avada"), "type" => "heading");
     $of_options[] = array("name" => __("Boxed Mode Only", "Avada"), "desc" => "", "id" => "boxed_mode_only", "std" => "<h3 style='margin: 0;'>" . __("Background options below only work in boxed mode", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Background Image For Outer Areas In Boxed Mode", "Avada"), "desc" => __("Select an image or insert an image url to use for the backgroud.", "Avada"), "id" => "bg_image", "std" => "", "mod" => "", "type" => "media");
     $of_options[] = array("name" => __("100% Background Image", "Avada"), "desc" => __("Check this box to have the background image display at 100% in width and height and scale according to the browser size.", "Avada"), "id" => "bg_full", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Background Repeat", "Avada"), "desc" => __("Select how the background image repeats.", "Avada"), "id" => "bg_repeat", "std" => "", "type" => "select", "options" => array('repeat' => 'repeat', 'repeat-x' => 'repeat-x', 'repeat-y' => 'repeat-y', 'no-repeat' => 'no-repeat'));
     $of_options[] = array("name" => __("Background Color For Outer Areas In Boxed Mode", "Avada"), "desc" => __("Select a background color.", "Avada"), "id" => "bg_color", "std" => "#d7d6d6", "type" => "color");
     $of_options[] = array("name" => __("Background Pattern", "Avada"), "desc" => __("Check the box to display a pattern in the background. If checked, select the pattern from below.", "Avada"), "id" => "bg_pattern_option", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Select a Background Pattern", "Avada"), "desc" => "", "id" => "bg_pattern", "std" => "pattern1", "type" => "images", "options" => array("pattern1" => get_template_directory_uri() . "/images/patterns/pattern1.png", "pattern2" => get_template_directory_uri() . "/images/patterns/pattern2.png", "pattern3" => get_template_directory_uri() . "/images/patterns/pattern3.png", "pattern4" => get_template_directory_uri() . "/images/patterns/pattern4.png", "pattern5" => get_template_directory_uri() . "/images/patterns/pattern5.png", "pattern6" => get_template_directory_uri() . "/images/patterns/pattern6.png", "pattern7" => get_template_directory_uri() . "/images/patterns/pattern7.png", "pattern8" => get_template_directory_uri() . "/images/patterns/pattern8.png", "pattern9" => get_template_directory_uri() . "/images/patterns/pattern9.png", "pattern10" => get_template_directory_uri() . "/images/patterns/pattern10.png"));
     $of_options[] = array("name" => __("Both Modes", "Avada"), "desc" => "", "id" => "both_modes_only", "std" => "<h3 style='margin: 0;'>" . __("Background Options Below Work For Boxed & Wide Mode", "Avada") . "</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Background Image For Main Content Area", "Avada"), "desc" => __("Select an image or insert an image url to use for the main content area backgroud.", "Avada"), "id" => "content_bg_image", "std" => "", "mod" => "", "type" => "media");
     $of_options[] = array("name" => __("100% Background Image", "Avada"), "desc" => __("Check this box to have the background image display at 100% in width and height and scale according to the browser size.", "Avada"), "id" => "content_bg_full", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Background Repeat", "Avada"), "desc" => __("Select how the background image repeats.", "Avada"), "id" => "content_bg_repeat", "std" => "", "type" => "select", "options" => array('repeat' => 'repeat', 'repeat-x' => 'repeat-x', 'repeat-y' => 'repeat-y', 'no-repeat' => 'no-repeat'));
     $of_options[] = array("name" => __("Typography", "Avada"), "type" => "heading");
     $of_options[] = array("name" => __("Custom Nav / Headings Font", "Avada"), "desc" => "", "id" => "custom_heading_font", "std" => "<h3 style='margin: 0;'>" . __("Custom Font For Menus And Headings", "Avada") . "</h3><p style='margin-bottom:0;'>" . __("This will override the google / standard font options. All 4 files are required.", "Avada") . "</p>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Custom Font .woff", "Avada"), "desc" => __("Upload the .woff font file.", "Avada"), "id" => "custom_font_woff", "std" => "", "type" => "upload");
     $of_options[] = array("name" => __("Custom Font .ttf", "Avada"), "desc" => __("Upload the .ttf font file.", "Avada"), "id" => "custom_font_ttf", "std" => "", "type" => "upload");
     $of_options[] = array("name" => __("Custom Font .svg", "Avada"), "desc" => __("Upload the .svg font file.", "Avada"), "id" => "custom_font_svg", "std" => "", "type" => "upload");
     $of_options[] = array("name" => __("Custom Font .eot", "Avada"), "desc" => __("Upload the .eot font file.", "Avada"), "id" => "custom_font_eot", "std" => "", "type" => "upload");
     $of_options[] = array("name" => __("Custom Nav / Headings Font", "Avada"), "desc" => "", "id" => "custom_heading_font", "std" => "<h3 style='margin: 0;'>Custom Font For Menus And Headings.</h3><p style='margin-bottom:0;'>This will override the google / standard font options. All 4 files are required.</p>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Google Fonts", "Avada"), "desc" => "", "id" => "google_fonts_intro", "std" => "<h3 style='margin: 0;'>Google Fonts</h3><p style='margin-bottom:0;'>This will override standard font options.</p>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Select Body Font Family", "Avada"), "desc" => __("Select a font family for body text", "Avada"), "id" => "google_body", "std" => "PT Sans", "type" => "select", "options" => $google_fonts);
     $of_options[] = array("name" => __("Select Menu Font", "Avada"), "desc" => __("Select a font family for navigation", "Avada"), "id" => "google_nav", "std" => "Antic Slab", "type" => "select", "options" => $google_fonts);
     $of_options[] = array("name" => __("Select Headings Font", "Avada"), "desc" => __("Select a font family for headings", "Avada"), "id" => "google_headings", "std" => "Antic Slab", "type" => "select", "options" => $google_fonts);
     $of_options[] = array("name" => __("Select Footer Headings Font", "Avada"), "desc" => __("Select a font family for footer headings", "Avada"), "id" => "google_footer_headings", "std" => "PT Sans", "type" => "select", "options" => $google_fonts);
     $of_options[] = array("name" => __("Google Font Settings", "Avada"), "desc" => __("Adjust the settings below to load different character sets and types for fonts. More character sets and types equals to slower page load. Please read <a href='http://theme-fusion.com/?p=275938'>How to configure google web fonts settings</a> for more info.", "Avada"), "id" => "gfont_settings", "std" => "400,400italic,700,700italic:latin,greek-ext,cyrillic,latin-ext,greek,cyrillic-ext,vietnamese", "type" => "text");
     $of_options[] = array("name" => __("Google Fonts", "Avada"), "desc" => "", "id" => "google_fonts_intro", "std" => "<h3 style='margin: 0;'>Google Fonts</h3><p style='margin-bottom:0;'>This will override standard font options.</p>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Standard Fonts", "Avada"), "desc" => "", "id" => "standard_fonts_intro", "std" => "<h3 style='margin: 0;'>Standards</h3>", "position" => "start", "type" => "accordion");
     $standard_fonts = 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");
     $of_options[] = array("name" => __("Select Body Font Family", "Avada"), "desc" => __("Select a font family for body text", "Avada"), "id" => "standard_body", "std" => "", "type" => "select", "options" => $standard_fonts);
     $of_options[] = array("name" => __("Select Menu Font Family", "Avada"), "desc" => __("Select a font family for menu / navigation", "Avada"), "id" => "standard_nav", "std" => "", "type" => "select", "options" => $standard_fonts);
     $of_options[] = array("name" => __("Select Headings Font Family", "Avada"), "desc" => __("Select a font family for headings", "Avada"), "id" => "standard_headings", "std" => "", "type" => "select", "options" => $standard_fonts);
     $of_options[] = array("name" => __("Select Footer Headings Font Family", "Avada"), "desc" => __("Select a font family for footer headings", "Avada"), "id" => "standard_footer_headings", "std" => "", "type" => "select", "options" => $standard_fonts);
     $of_options[] = array("name" => __("Standard Fonts", "Avada"), "desc" => "", "id" => "standard_fonts_intro", "std" => "<h3 style='margin: 0;'>Standards</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Font Size", "Avada"), "desc" => "", "id" => "font_size_intro", "std" => "<h3 style='margin: 0;'>Font Sizes</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Body Font Size", "Avada"), "desc" => __("In pixels, default is 13", "Avada"), "id" => "body_font_size", "std" => "13", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Main Menu Font Size", "Avada"), "desc" => __("In pixels, default is 14", "Avada"), "id" => "nav_font_size", "std" => "14", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Main Menu Dropdown Font Size", "Avada"), "desc" => __("In pixels, default is 13", "Avada"), "id" => "nav_dropdown_font_size", "std" => "13", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Secondary Menu & Top Contact Info Font Size", "Avada"), "desc" => __("In pixels, default is 12", "Avada"), "id" => "snav_font_size", "std" => "12", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Side Menu Font Size", "Avada"), "desc" => __("In pixels, default is 14", "Avada"), "id" => "side_nav_font_size", "std" => "14", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Breadcrumbs Font Size", "Avada"), "desc" => __("In pixels, default is 10", "Avada"), "id" => "breadcrumbs_font_size", "std" => "10", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Sidebar Widget Heading Font Size", "Avada"), "desc" => __("In pixels, default is 13", "Avada"), "id" => "sidew_font_size", "std" => "13", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Sliding Bar Widget Heading Font Size", "Avada"), "desc" => __("In pixels, default is 13", "Avada"), "id" => "slidingbar_font_size", "std" => "13", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Footer Widget Heading Font Size", "Avada"), "desc" => __("In pixels, default is 13", "Avada"), "id" => "footw_font_size", "std" => "13", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Copyright Font Size", "Avada"), "desc" => __("In pixels, default is 12", "Avada"), "id" => "copyright_font_size", "std" => "12", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Heading Font Size H1", "Avada"), "desc" => __("In pixels, default is 34", "Avada"), "id" => "h1_font_size", "std" => "34", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Heading Font Size H2", "Avada"), "desc" => __("In pixels, default is 18", "Avada"), "id" => "h2_font_size", "std" => "18", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Heading Font Size H3", "Avada"), "desc" => __("In pixels, default is 16", "Avada"), "id" => "h3_font_size", "std" => "16", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Heading Font Size H4", "Avada"), "desc" => __("In pixels, default is 13", "Avada"), "id" => "h4_font_size", "std" => "13", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Heading Font Size H5", "Avada"), "desc" => __("In pixels, default is 12", "Avada"), "id" => "h5_font_size", "std" => "12", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Heading Font Size H6", "Avada"), "desc" => __("In pixels, default is 11", "Avada"), "id" => "h6_font_size", "std" => "11", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Header Tagline Font Size", "Avada"), "desc" => __("In pixels, default is 16", "Avada"), "id" => "tagline_font_size", "std" => "16", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Meta Data Font Size", "Avada"), "desc" => __("In pixels, default is 12", "Avada"), "id" => "meta_font_size", "std" => "12", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Page Title Font Size", "Avada"), "desc" => __("In pixels, default is 18", "Avada"), "id" => "page_title_font_size", "std" => "18", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Page Title Subheader Font Size", "Avada"), "desc" => __("In pixels, default is 14", "Avada"), "id" => "page_title_subheader_font_size", "std" => "14", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Pagination Font Size", "Avada"), "desc" => __("In pixels, default is 12", "Avada"), "id" => "pagination_font_size", "std" => "12", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("WooCommerce Icon Font Size", "Avada"), "desc" => __("In pixels, default is 12", "Avada"), "id" => "woo_icon_font_size", "std" => "12", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Font Size", "Avada"), "desc" => "", "id" => "font_size_intro", "std" => "<h3 style='margin: 0;'>Font Sizes</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Font Line Heights", "Avada"), "desc" => "", "id" => "font_line_heights_wrapper", "std" => "<h3 style='margin: 0;''>Font Line Heights</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Body Font Line Height", "Avada"), "desc" => __("In pixels, default is 20", "Avada"), "id" => "body_font_lh", "std" => "20", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Heading Font Line Height H1", "Avada"), "desc" => __("In pixels, default is 48", "Avada"), "id" => "h1_font_lh", "std" => "48", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Heading Font Line Height H2", "Avada"), "desc" => __("In pixels, default is 27", "Avada"), "id" => "h2_font_lh", "std" => "27", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Heading Font Line Height H3", "Avada"), "desc" => __("In pixels, default is 24", "Avada"), "id" => "h3_font_lh", "std" => "24", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Heading Font Line Height H4", "Avada"), "desc" => __("In pixels, default is 20", "Avada"), "id" => "h4_font_lh", "std" => "20", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Heading Font Line Height H5", "Avada"), "desc" => __("In pixels, default is 18", "Avada"), "id" => "h5_font_lh", "std" => "18", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Heading Font Line Height H6", "Avada"), "desc" => __("In pixels, default is 17", "Avada"), "id" => "h6_font_lh", "std" => "17", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Font Line Heights", "Avada"), "desc" => "", "id" => "font_line_heights_wrapper", "std" => "<h3 style='margin: 0;''>Font Line Heights</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Styling", "Avada"), "type" => "heading");
     $of_options[] = array("name" => __("Select Theme Skin", "Avada"), "desc" => __("Select a skin, all color options will automatically change to the defined skin.", "Avada"), "id" => "scheme_type", "std" => "Light", "type" => "select", "options" => array('Light' => 'Light', 'Dark' => 'Dark'));
     $of_options[] = array("name" => __("Predefined Color Scheme", "Avada"), "desc" => __("Select a scheme, all color options will automatically change to the defined scheme.", "Avada"), "id" => "color_scheme", "std" => "Green", "type" => "select", "options" => array('Red' => 'Red', 'Light Red' => 'Light Red', 'Blue' => 'Blue', 'Light Blue' => 'Light Blue', 'Green' => 'Green', 'Dark Green' => 'Dark Green', 'Orange' => 'Orange', 'Pink' => 'Pink', 'Brown' => 'Brown', 'Light Grey' => 'Light Grey'));
     $of_options[] = array("name" => __("Background Colors", "Avada"), "desc" => "", "id" => "bg_colors_wrapper", "std" => "<h3 style='margin: 0;'>Background Colors</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Primary Color", "Avada"), "desc" => __("Controls several items, ex: link hovers, highlights, and more.", "Avada"), "id" => "primary_color", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Sliding Bar Background Color", "Avada"), "desc" => __("Controls the color of the top sliding bar.", "Avada"), "id" => "slidingbar_bg_color", "std" => "#363839", "type" => "color");
     $of_options[] = array("name" => __("Sticky Header Background Color", "Avada"), "desc" => __("Controls the background color for the sticky header.", "Avada"), "id" => "header_sticky_bg_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Header Background Color", "Avada"), "desc" => __("Controls the background color for the header.", "Avada"), "id" => "header_bg_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Header Border Color", "Avada"), "desc" => __("Controls the border colors for the header.", "Avada"), "id" => "header_border_color", "std" => "#e5e5e5", "type" => "color");
     $of_options[] = array("name" => __("Header Top Background Color", "Avada"), "desc" => __("Controls the background color of the top header section used in Headers 2-5.", "Avada"), "id" => "header_top_bg_color", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Page Title Bar Background Color", "Avada"), "desc" => __("Select a color for the page title bar background.", "Avada"), "id" => "page_title_bg_color", "std" => "#F6F6F6", "type" => "color");
     $of_options[] = array("name" => __("Page Title Bar Borders Color", "Avada"), "desc" => __("Select a color for the page title bar borders.", "Avada"), "id" => "page_title_border_color", "std" => "#d2d3d4", "type" => "color");
     $of_options[] = array("name" => __("Content Background Color", "Avada"), "desc" => __("Controls the background color of the main content area.", "Avada"), "id" => "content_bg_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Sidebar Background Color", "Avada"), "desc" => __("Controls the background color of the sidebar.", "Avada"), "id" => "sidebar_bg_color", "std" => "transparent", "type" => "color");
     $of_options[] = array("name" => __("Footer Background Color", "Avada"), "desc" => __("Controls the background color of the footer.", "Avada"), "id" => "footer_bg_color", "std" => "#363839", "type" => "color");
     $of_options[] = array("name" => __("Footer Border Color", "Avada"), "desc" => __("Controls the border colors for the footer.", "Avada"), "id" => "footer_border_color", "std" => "#e9eaee", "type" => "color");
     $of_options[] = array("name" => __("Copyright Background Color", "Avada"), "desc" => __("Controls the background color of the footer copyright.", "Avada"), "id" => "copyright_bg_color", "std" => "#282a2b", "type" => "color");
     $of_options[] = array("name" => __("Copyright Border Color", "Avada"), "desc" => __("Controls the border colors for the footer copyright.", "Avada"), "id" => "copyright_border_color", "std" => "#4b4c4d", "type" => "color");
     $of_options[] = array("name" => __("Background Colors", "Avada"), "desc" => "", "id" => "bg_colors_wrapper", "std" => "<h3 style='margin: 0;'>Background Colors</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Element Colors", "Avada"), "desc" => "", "id" => "element_colors_wrapper", "std" => "<h3 style='margin: 0;'>Element Colors</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Rollover Image Gradient Top Color", "Avada"), "desc" => __("Controls the top color of the image rollover gradients.", "Avada"), "id" => "image_gradient_top_color", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Rollover Image Gradient Bottom Color", "Avada"), "desc" => __("Controls the bottom color of the image rollover gradients.", "Avada"), "id" => "image_gradient_bottom_color", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Rollover Image Element Color", "Avada"), "desc" => __("This option controls the color of image rollover text and the icon circle backgrounds.", "Avada"), "id" => "image_rollover_text_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Sliding Bar Item Divider Color", "Avada"), "desc" => __("Controls the divider color in the sliding bar.", "Avada"), "id" => "slidingbar_divider_color", "std" => "#282A2B", "type" => "color");
     $of_options[] = array("name" => __("Footer Widget Divider Color", "Avada"), "desc" => __("Controls the divider color in the footer.", "Avada"), "id" => "footer_divider_color", "std" => "#505152", "type" => "color");
     $of_options[] = array("name" => __("Form Background Color", "Avada"), "desc" => __("Controls the background color of form fields.", "Avada"), "id" => "form_bg_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Form Text Color", "Avada"), "desc" => __("Controls the text color for forms.", "Avada"), "id" => "form_text_color", "std" => "#aaa9a9", "type" => "color");
     $of_options[] = array("name" => __("Form Border Color", "Avada"), "desc" => __("Controls the border color of form fields.", "Avada"), "id" => "form_border_color", "std" => "#d2d2d2", "type" => "color");
     $of_options[] = array("name" => __("Grid Box Color", "Avada"), "desc" => __("Controls blog grid, timeline, portfolio boxed items and Woocommerce post box background color.", "Avada"), "id" => "timeline_bg_color", "std" => "transparent", "type" => "color");
     $of_options[] = array("name" => __("Grid Element Color", "Avada"), "desc" => __("Controls blog grid, timeline, portfolio boxed items, Woocommerce post box border, divider lines, date box and border, timeline dots, timeline icon, timeline arrow.", "Avada"), "id" => "timeline_color", "std" => "#ebeaea", "type" => "color");
     $of_options[] = array("name" => __("Woo Quantity Box Background Color", "Avada"), "desc" => __("Controls the background color of the woocommerce quantity box.", "Avada"), "id" => "qty_bg_color", "std" => "#fbfaf9", "type" => "color");
     $of_options[] = array("name" => __("Woo Quantity Box Hover Background Color", "Avada"), "desc" => __("Controls the hover color of the woocommerce quantity box.", "Avada"), "id" => "qty_bg_hover_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("bbPress Forum Header Background Color", "Avada"), "desc" => __("Controls the background color for forum header rows.", "Avada"), "id" => "bbp_forum_header_bg", "std" => "#ebeaea", "type" => "color");
     $of_options[] = array("name" => __("bbPress Forum Border Color", "Avada"), "desc" => __("Controls the border color for all forum surrounding borders.", "Avada"), "id" => "bbp_forum_border_color", "std" => "#ebeaea", "type" => "color");
     $of_options[] = array("name" => __("Element Colors", "Avada"), "desc" => "", "id" => "element_colors_wrapper", "std" => "<h3 style='margin: 0;'>Element Colors</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Layout Options", "Avada"), "desc" => "", "id" => "element_options_wrapper", "std" => "<h3 style='margin: 0;'>Layout Options</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Page Content Top Padding", "Avada"), "desc" => __("(in pixels ex: 20px)", "Avada"), "id" => "main_top_padding", "std" => "55px", "type" => "text");
     $of_options[] = array("name" => __("Page Content Bottom Padding", "Avada"), "desc" => __("(in pixels ex: 20px)", "Avada"), "id" => "main_bottom_padding", "std" => "40px", "type" => "text");
     $of_options[] = array("name" => __("100% Width Left/Right Padding", "Avada"), "desc" => __("This option controls the left/right padding for page content when using 100% site width or 100% width page template.  Enter value in px. ex: 20px", "Avada"), "id" => "hundredp_padding", "std" => "20px", "type" => "text");
     $of_options[] = array("name" => __("Sidebar Padding", "Avada"), "desc" => __("Enter a value (based on percentage) without % sign, ex: 5px or 5%", "Avada"), "id" => "sidebar_padding", "std" => "0", "type" => "text");
     $of_options[] = array("name" => __("Disable Sliding Bar Text Shadow", "Avada"), "desc" => __("Check to disable the text shadow in the Sliding Bar.", "Avada"), "id" => "slidingbar_text_shadow", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Footer Text Shadow", "Avada"), "desc" => __("Check to disable the text shadow in the footer.", "Avada"), "id" => "footer_text_shadow", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Layout Options", "Avada"), "desc" => "", "id" => "element_options_wrapper", "std" => "<h3 style='margin: 0;'>Layout Options</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Font Colors", "Avada"), "desc" => "", "id" => "font_colors_wrapper", "std" => "<h3 style='margin: 0;'>Font Colors</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Header Tagline Font Color", "Avada"), "desc" => __("Controls the text color of the header tagline font.", "Avada"), "id" => "tagline_font_color", "std" => "#747474", "type" => "color");
     $of_options[] = array("name" => __("Page Title Font Color", "Avada"), "desc" => __("Controls the text color of the page title font.", "Avada"), "id" => "page_title_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Heading 1 (H1) Font Color", "Avada"), "desc" => __("Controls the text color of H1 headings.", "Avada"), "id" => "h1_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Heading 2 (H2) Font Color", "Avada"), "desc" => __("Controls the text color of H2 headings.", "Avada"), "id" => "h2_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Heading 3 (H3) Font Color", "Avada"), "desc" => __("Controls the text color of H3 headings.", "Avada"), "id" => "h3_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Heading 4 (H4) Font Color", "Avada"), "desc" => __("Controls the text color of H4 headings.", "Avada"), "id" => "h4_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Heading 5 (H5) Font Color", "Avada"), "desc" => __("Controls the text color of H5 headings.", "Avada"), "id" => "h5_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Heading 6 (H6) Font Color", "Avada"), "desc" => __("Controls the text color of H6 headings.", "Avada"), "id" => "h6_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Body Text Color", "Avada"), "desc" => __("Controls the text color of body font.", "Avada"), "id" => "body_text_color", "std" => "#747474", "type" => "color");
     $of_options[] = array("name" => __("Link Color", "Avada"), "desc" => __("Controls the color of all text links as well as the '>' in certain areas.", "Avada"), "id" => "link_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Breadcrumbs Text Color", "Avada"), "desc" => __("Controls the text color of the breadcrumb font.", "Avada"), "id" => "breadcrumbs_text_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Sliding Bar Headings Color", "Avada"), "desc" => __("Controls the text color of the sliding bar heading font.", "Avada"), "id" => "slidingbar_headings_color", "std" => "#DDDDDD", "type" => "color");
     $of_options[] = array("name" => __("Sliding Bar Font Color", "Avada"), "desc" => __("Controls the font color of the sliding bar font.", "Avada"), "id" => "slidingbar_text_color", "std" => "#8C8989", "type" => "color");
     $of_options[] = array("name" => __("Sliding Bar Link Color", "Avada"), "desc" => __("Controls the text color of the sliding bar link font.", "Avada"), "id" => "slidingbar_link_color", "std" => "#BFBFBF", "type" => "color");
     $of_options[] = array("name" => __("Sidebar Widget Headings Color", "Avada"), "desc" => __("Controls the text color of the sidebar widget headings.", "Avada"), "id" => "sidebar_heading_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Footer Headings Color", "Avada"), "desc" => __("Controls the text color of the footer heading font.", "Avada"), "id" => "footer_headings_color", "std" => "#DDDDDD", "type" => "color");
     $of_options[] = array("name" => __("Footer Font Color", "Avada"), "desc" => __("Controls the text color of the footer font.", "Avada"), "id" => "footer_text_color", "std" => "#8C8989", "type" => "color");
     $of_options[] = array("name" => __("Footer Link Color", "Avada"), "desc" => __("Controls the text color of the footer link font.", "Avada"), "id" => "footer_link_color", "std" => "#BFBFBF", "type" => "color");
     $of_options[] = array("name" => __("Font Colors", "Avada"), "desc" => "", "id" => "font_colors_wrapper", "std" => "<h3 style='margin: 0;'>Font Colors</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Main Menu Colors", "Avada"), "desc" => "", "id" => "main_menu_colors_wrapper", "std" => "<h3 style='margin: 0;'>Main Menu Colors</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Main Menu Background Color For Header 4 & 5", "Avada"), "desc" => __("Controls the background color of the menu when using header 4 or 5.", "Avada"), "id" => "menu_h45_bg_color", "std" => "#FFFFFF", "type" => "color");
     $of_options[] = array("name" => __("Main Menu Font Color - First Level", "Avada"), "desc" => __("Controls the text color of first level menu items.", "Avada"), "id" => "menu_first_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Main Menu Font Hover Color - First Level", "Avada"), "desc" => __("Controls the main menu hover, hover border & dropdown border color.", "Avada"), "id" => "menu_hover_first_color", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Main Menu Background Color - Sublevels", "Avada"), "desc" => __("Controls the color of the menu sublevel background.", "Avada"), "id" => "menu_sub_bg_color", "std" => "#f2efef", "type" => "color");
     $of_options[] = array("name" => __("Main Menu Background Hover Color - Sublevels", "Avada"), "desc" => __("Controls the hover color of the menu sublevel background.", "Avada"), "id" => "menu_bg_hover_color", "std" => "#f8f8f8", "type" => "color");
     $of_options[] = array("name" => __("Main Menu Font Color - Sublevels", "Avada"), "desc" => __("Controls the color of the menu font sublevels.", "Avada"), "id" => "menu_sub_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Main Menu Separator - Sublevels", "Avada"), "desc" => __("Controls the color of the menu separator sublevels.", "Avada"), "id" => "menu_sub_sep_color", "std" => "#dcdadb", "type" => "color");
     $of_options[] = array("name" => __("Woo Cart Menu Background Color", "Avada"), "desc" => __("Controls the bottom section background color of the woocommerce cart dropdown.", "Avada"), "id" => "woo_cart_bg_color", "std" => "#fafafa", "type" => "color");
     $of_options[] = array("name" => __("Main Menu Colors", "Avada"), "desc" => "", "id" => "main_menu_colors_wrapper", "std" => "<h3 style='margin: 0;'>Main Menu Colors</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Secondary Menu Colors", "Avada"), "desc" => "", "id" => "menu_colors_intro", "std" => "<h3 style='margin: 0;'>Secondary Menu Colors</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Secondary Menu Font Color - First Level & Top Contact Info", "Avada"), "desc" => __("Controls the color of the secondary menu first level and contact info font.", "Avada"), "id" => "snav_color", "std" => "#747474", "type" => "color");
     $of_options[] = array("name" => __("Secondary Menu Divider Color - First Level", "Avada"), "desc" => __("Controls the divider color of the first level secondary menu.", "Avada"), "id" => "header_top_first_border_color", "std" => "#e5e5e5", "type" => "color");
     $of_options[] = array("name" => __("Secondary Menu Background Color - Sublevels", "Avada"), "desc" => __("Controls the background color of the secondary menu sublevels.", "Avada"), "id" => "header_top_sub_bg_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Secondary Menu Font Color - Sublevels", "Avada"), "desc" => __("Controls the text color of the secondary menu font sublevels.", "Avada"), "id" => "header_top_menu_sub_color", "std" => "#747474", "type" => "color");
     $of_options[] = array("name" => __("Secondary Menu Hover Background Color - Sublevels", "Avada"), "desc" => __("Controls the hover color of the secondary menu background sublevels.", "Avada"), "id" => "header_top_menu_bg_hover_color", "std" => "#fafafa", "type" => "color");
     $of_options[] = array("name" => __("Secondary Menu Hover Font Color - Sublevels", "Avada"), "desc" => __("Controls the hover text color of the secondary menu font sublevels.", "Avada"), "id" => "header_top_menu_sub_hover_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Secondary Menu Border  - Sublevels", "Avada"), "desc" => __("Controls the border color of the secondary menu sublevels.", "Avada"), "id" => "header_top_menu_sub_sep_color", "std" => "#e5e5e5", "type" => "color");
     $of_options[] = array("name" => __("Secondary Menu Colors", "Avada"), "desc" => "", "id" => "menu_colors_intro", "std" => "<h3 style='margin: 0;'>Secondary Menu Colors</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Mobile Menu Colors", "Avada"), "desc" => "", "id" => "mobile_menu_colors_wrapper", "std" => "<h3 style='margin: 0;'>Mobile Menu Colors</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Mobile Menu Background Color", "Avada"), "desc" => __("Controls the background color of the mobile menu box and dropdown.", "Avada"), "id" => "mobile_menu_background_color", "std" => "#f9f9f9", "type" => "color");
     $of_options[] = array("name" => __("Mobile Menu Border Color", "Avada"), "desc" => __("Controls the border, divider and icon colors of the mobile menu.", "Avada"), "id" => "mobile_menu_border_color", "std" => "#dadada", "type" => "color");
     $of_options[] = array("name" => __("Mobile Menu Hover Color", "Avada"), "desc" => __("Controls the hover color of the mobile menu items.", "Avada"), "id" => "mobile_menu_hover_color", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Mobile Menu Colors", "Avada"), "desc" => "", "id" => "mobile_menu_colors_wrapper", "std" => "<h3 style='margin: 0;'>Mobile Menu Colors</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Shortcode Styling", "Avada"), "type" => "heading");
     $of_options[] = array("name" => __("Accordion Shortcode", "Avada"), "desc" => "", "id" => "accordion_shortcode", "std" => "<h3 style='margin: 0;'>Accordion Shortcode</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Accordion Inactive Box Color", "Avada"), "desc" => __("Controls the color of the inactive boxes behind the '+' icons.", "Avada"), "id" => "accordian_inactive_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Accordion Shortcode", "Avada"), "desc" => "", "id" => "accordion_shortcode", "std" => "<h3 style='margin: 0;'>Accordion Shortcode</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Blog Shortcode", "Avada"), "desc" => "", "id" => "blog_shortcode", "std" => "<h3 style='margin: 0;'>Blog Shortcode</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Blog Date Box Color", "Avada"), "desc" => __("Controls the color of the date box in blog alternate and recent posts layouts.", "Avada"), "id" => "dates_box_color", "std" => "#eef0f2", "type" => "color");
     $of_options[] = array("name" => __("Blog Shortcode", "Avada"), "desc" => "", "id" => "blog_shortcode", "std" => "<h3 style='margin: 0;'>Blog Shortcode</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Button Shortcode", "Avada"), "desc" => "", "id" => "button_shortcode", "std" => "<h3 style='margin: 0;'>Button Shortcode</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Button Size", "Avada"), "desc" => __("Select the default button size.", "Avada"), "id" => "button_size", "std" => "Large", "type" => "select", "options" => array('Small' => 'Small', 'Medium' => 'Medium', 'Large' => 'Large', 'XLarge' => 'XLarge'));
     $of_options[] = array("name" => __("Button Shape", "Avada"), "desc" => __("Select the default shape for buttons.", "Avada"), "id" => "button_shape", "std" => "Round", "type" => "select", "options" => array('Square' => 'Square', 'Round' => 'Round', 'Pill' => 'Pill'));
     $of_options[] = array("name" => __("Button Type", "Avada"), "desc" => __("Select the default button type.", "Avada"), "id" => "button_type", "std" => "Flat", "type" => "select", "options" => array('Flat' => 'Flat', '3d' => '3d'));
     $of_options[] = array("name" => __("Button Gradient Top Color", "Avada"), "desc" => __("Set the top color of the button background.", "Avada"), "id" => "button_gradient_top_color", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Button Gradient Bottom Color", "Avada"), "desc" => __("Set the bottom color of the button background or leave empty for solid color.", "Avada"), "id" => "button_gradient_bottom_color", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Button Gradient Top Hover Color", "Avada"), "desc" => __("Set the top hover color of the button background.", "Avada"), "id" => "button_gradient_top_color_hover", "std" => "#96c346", "type" => "color");
     $of_options[] = array("name" => __("Button Gradient Bottom Hover Color", "Avada"), "desc" => __("Set the bottom hover color of the button background or leave empty for solid color. ", "Avada"), "id" => "button_gradient_bottom_color_hover", "std" => "#96c346", "type" => "color");
     $of_options[] = array("name" => __("Button Accent Color", "Avada"), "desc" => __("This option controls the color of the button border, divider, text and icon.", "Avada"), "id" => "button_accent_color", "std" => "#fff", "type" => "color");
     $of_options[] = array("name" => __("Button Accent Hover Color", "Avada"), "desc" => __("This option controls the hover color of the button border, divider, text and icon.", "Avada"), "id" => "button_accent_hover_color", "std" => "#fff", "type" => "color");
     $of_options[] = array("name" => __("Button Bevel Color (3D Mode only)", "Avada"), "desc" => __("Controls the default bevel color of the buttons.", "Avada"), "id" => "button_bevel_color", "std" => "#54770F", "type" => "color");
     $of_options[] = array("name" => __("Button Border Width", "Avada"), "desc" => __("Select the border width for buttons. Enter value in px. ex: 1px", "Avada"), "id" => "button_border_width", "std" => "0px", "type" => "text");
     $of_options[] = array("name" => __("Button Shadow", "Avada"), "desc" => __("Select the box to disable the bottom button shadow and text shadow.", "Avada"), "id" => "button_text_shadow", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Button Shortcode", "Avada"), "desc" => "", "id" => "button_shortcode", "std" => "<h3 style='margin: 0;'>Button Shortcode</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Carousel Shortcode", "Avada"), "desc" => "", "id" => "carousel_shortcode", "std" => "<h3 style='margin: 0;'>Carousel Shortcode</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Carousel Default Nav Box Color", "Avada"), "desc" => __("Controls the color of the default navigation box for carousel sliders.", "Avada"), "id" => "carousel_nav_color", "std" => "#999999", "type" => "color");
     $of_options[] = array("name" => __("Carousel Hover Nav Box Color", "Avada"), "desc" => __("Controls the color of the hover navigation box for carousel sliders.", "Avada"), "id" => "carousel_hover_color", "std" => "#808080", "type" => "color");
     $of_options[] = array("name" => __("Carousel Shortcode", "Avada"), "desc" => "", "id" => "carousel_shortcode", "std" => "<h3 style='margin: 0;'>Carousel Shortcode</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Content Box Shortcode", "Avada"), "desc" => "", "id" => "cb_shortcode", "std" => "<h3 style='margin: 0;'>Content Box Shortcode</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Content Box Background Color", "Avada"), "desc" => __("Controls the color of the background for content boxes. Only use for 'icon-boxed' style. Leave transparent for other styles.", "Avada"), "id" => "content_box_bg_color", "std" => "transparent", "type" => "color");
     $of_options[] = array("name" => __("Content Box Shortcode", "Avada"), "desc" => "", "id" => "cb_shortcode", "std" => "<h3 style='margin: 0;'>Content Box Shortcode</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Checklist Shortcode", "Avada"), "desc" => "", "id" => "checklist_shortcode", "std" => "<h3 style='margin: 0;'>Checklist Shortcode</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Checklist Circle", "Avada"), "desc" => __("Check the box if you want to use circles on checklists.", "Avada"), "id" => "checklist_circle", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Checklist Circle Color", "Avada"), "desc" => __("Controls the color of the checklist circle.", "Avada"), "id" => "checklist_circle_color", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Checklist Icon Color", "Avada"), "desc" => __("Controls the color of the checklist icon.", "Avada"), "id" => "checklist_icons_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Checklist Shortcode", "Avada"), "desc" => "", "id" => "checklist_shortcode", "std" => "<h3 style='margin: 0;'>Checklist Shortcode</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Counter Circle Shortcode", "Avada"), "desc" => "", "id" => "cc_shortcode", "std" => "<h3 style='margin: 0;'>Counter Circles Shortcode</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Counter Circle Filled Color", "Avada"), "desc" => __("Controls the color of the counter text and icon.", "Avada"), "id" => "counter_filled_color", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Counter Circle Unfilled Color", "Avada"), "desc" => __("Controls the color of the counter text and icon.", "Avada"), "id" => "counter_unfilled_color", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Counter Circle Shortcode", "Avada"), "desc" => "", "id" => "cc_shortcode", "std" => "<h3 style='margin: 0;'>Counter Circle Shortcode</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Counter Boxes Shortcode", "Avada"), "desc" => "", "id" => "counterb_shortcode", "std" => "<h3 style='margin: 0;'>Counter Boxes Shortcode</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Counter Box Text Color", "Avada"), "desc" => __("Controls the color of the counter text and icon.", "Avada"), "id" => "counter_box_color", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Counter Boxes Shortcode", "Avada"), "desc" => "", "id" => "counterb_shortcode", "std" => "<h3 style='margin: 0;'>Counter Boxes Shortcode</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Dropcap Shortcode", "Avada"), "desc" => "", "id" => "dropcap_shortcode", "std" => "<h3 style='margin: 0;'>Dropcap Shortcode</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Dropcap Color", "Avada"), "desc" => __("Controls the color of the dropcap text, or the dropcap box is a box is used.", "Avada"), "id" => "dropcap_color", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Dropcap Shortcode", "Avada"), "desc" => "", "id" => "dropcap_shortcode", "std" => "<h3 style='margin: 0;'>Dropcap Shortcode</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Flip Boxes Shortcode", "Avada"), "desc" => "", "id" => "flipb_shortcode", "std" => "<h3 style='margin: 0;'>Flip Boxes Shortcode</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Flip Box Background Color Frontside", "Avada"), "desc" => __("Controls the color of frontside background color.", "Avada"), "id" => "flip_boxes_front_bg", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Flip Box Heading Color Frontside", "Avada"), "desc" => __("Controls the color of frontside heading color.", "Avada"), "id" => "flip_boxes_front_heading", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Flip Box Text Color Frontside", "Avada"), "desc" => __("Controls the color of frontside text color.", "Avada"), "id" => "flip_boxes_front_text", "std" => "#747474", "type" => "color");
     $of_options[] = array("name" => __("Flip Box Background Color Backside", "Avada"), "desc" => __("Controls the color of backside background color.", "Avada"), "id" => "flip_boxes_back_bg", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Flip Box Heading Color Backside", "Avada"), "desc" => __("Controls the color of backside heading color.", "Avada"), "id" => "flip_boxes_back_heading", "std" => "#eeeded", "type" => "color");
     $of_options[] = array("name" => __("Flip Box Text Color Backside", "Avada"), "desc" => __("Controls the color of backside text color.", "Avada"), "id" => "flip_boxes_back_text", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Flip Box Border Size", "Avada"), "desc" => __("Controls the border size of flip boxes.", "Avada"), "id" => "flip_boxes_border_size", "std" => "1px", "type" => "text");
     $of_options[] = array("name" => __("Flip Box Border Color", "Avada"), "desc" => __("Controls the border color of flip boxes.", "Avada"), "id" => "flip_boxes_border_color", "std" => "transparent", "type" => "color");
     $of_options[] = array("name" => __("Flip Box Border Radius", "Avada"), "desc" => __("Controls the border radius (roundness) of flip boxes.", "Avada"), "id" => "flip_boxes_border_radius", "std" => "4px", "type" => "text");
     $of_options[] = array("name" => __("Flip Boxes Shortcode", "Avada"), "desc" => "", "id" => "flipb_shortcode", "std" => "<h3 style='margin: 0;'>Flip Boxes Shortcode</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Full Width Shortcode", "Avada"), "desc" => "", "id" => "fullwidth_shortcode", "std" => "<h3 style='margin: 0;'>Full Width Shortcode</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Full Width Background Color", "Avada"), "desc" => __("Controls the background color of the full width section.", "Avada"), "id" => "full_width_bg_color", "std" => "", "type" => "color");
     $of_options[] = array("name" => __("Full Width Border Size", "Avada"), "desc" => __("Controls the border size of the full width section.", "Avada"), "id" => "full_width_border_size", "std" => "0px", "type" => "text");
     $of_options[] = array("name" => __("Full Width Border Color", "Avada"), "desc" => __("Controls the border color of the full width section.", "Avada"), "id" => "full_width_border_color", "std" => "#eae9e9", "type" => "color");
     $of_options[] = array("name" => __("Full Width Shortcode", "Avada"), "desc" => "", "id" => "fullwidth_shortcode", "std" => "<h3 style='margin: 0;'>Full Width Shortcode</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Icon Shortcode", "Avada"), "desc" => "", "id" => "icon_shortcode", "std" => "<h3 style='margin: 0;'>Icon Shortcode</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Icon Circle Background Color", "Avada"), "desc" => __("Controls the color of the circle when used with icons.", "Avada"), "id" => "icon_circle_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Icon Circle Border Color", "Avada"), "desc" => __("Controls the color of the circle border when used with icons.", "Avada"), "id" => "icon_border_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Icon Color", "Avada"), "desc" => __("Controls the color of the icons.", "Avada"), "id" => "icon_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Icon Shortcode", "Avada"), "desc" => "", "id" => "icon_shortcode", "std" => "<h3 style='margin: 0;'>Icon Shortcode</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Image Frame Shortcode", "Avada"), "desc" => "", "id" => "imgf_shortcode", "std" => "<h3 style='margin: 0;'>Image Frame Shortcode</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Image Frame Border Color", "Avada"), "desc" => __("Controls the border color of the image frame.", "Avada"), "id" => "imgframe_border_color", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Image Frame Border Size", "Avada"), "desc" => __("Controls the border size of the image.", "Avada"), "id" => "imageframe_border_size", "std" => "0", "type" => "text");
     $of_options[] = array("name" => __("Image Frame Style Color", "Avada"), "desc" => __("Controls the style color of the image frame. Only works for glow and dropshadow style.", "Avada"), "id" => "imgframe_style_color", "std" => "#000000", "type" => "color");
     $of_options[] = array("name" => __("Image Frame Shortcode", "Avada"), "desc" => "", "id" => "imgf_shortcode", "std" => "<h3 style='margin: 0;'>Image Frame Shortcode</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Modal Shortcode", "Avada"), "desc" => "", "id" => "modal_shortcode", "std" => "<h3 style='margin: 0;'>Modal Shortcode</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Modal Background Color", "Avada"), "desc" => __("Controls the background color of the modal popup box", "Avada"), "id" => "modal_bg_color", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Modal Border Color", "Avada"), "desc" => __("Controls the border color of the modal popup box", "Avada"), "id" => "modal_border_color", "std" => "#ebebeb", "type" => "color");
     $of_options[] = array("name" => __("Modal Shortcode", "Avada"), "desc" => "", "id" => "modal_shortcode", "std" => "<h3 style='margin: 0;'>Modal Shortcode</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Person Shortcode", "Avada"), "desc" => "", "id" => "person_shortcode", "std" => "<h3 style='margin: 0;'>Person Shortcode</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Person Border Size", "Avada"), "desc" => __("Controls the border size of the image.", "Avada"), "id" => "person_border_size", "std" => "0", "type" => "text");
     $of_options[] = array("name" => __("Person Border Color", "Avada"), "desc" => __("Controls the border color of the of the image.", "Avada"), "id" => "person_border_color", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Person Style Color", "Avada"), "desc" => __("For all style types except border. Controls the style color. ", "Avada"), "id" => "person_style_color", "std" => "#000000", "type" => "color");
     $of_options[] = array("name" => __("Person Shortcode", "Avada"), "desc" => "", "id" => "person_shortcode", "std" => "<h3 style='margin: 0;'>Person Shortcode</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Popover Shortcode", "Avada"), "desc" => "", "id" => "popover_shortcode", "std" => "<h3 style='margin: 0;'>Popover Shortcode</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Popover Heading Background Color", "Avada"), "desc" => __("Controls the background color of popover heading area.", "Avada"), "id" => "popover_heading_bg_color", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Popover Content Background Color", "Avada"), "desc" => __("Controls the background color of popover content area.", "Avada"), "id" => "popover_content_bg_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Popover Border Color", "Avada"), "desc" => __("Controls the border color of popover box.", "Avada"), "id" => "popover_border_color", "std" => "#ebebeb", "type" => "color");
     $of_options[] = array("name" => __("Popover Text Color", "Avada"), "desc" => __("Controls the text color inside the popover box. ", "Avada"), "id" => "popover_text_color", "std" => "#747474", "type" => "color");
     $of_options[] = array("name" => __("Popover Position", "Avada"), "desc" => __("Controls the position of the popover in reference to the triggering text.", "Avada"), "id" => "popover_placement", "std" => "Top", "type" => "select", "options" => array('Top' => 'Top', 'Right' => 'Right', 'Bottom' => 'Bottom', 'Left' => 'Left'));
     $of_options[] = array("name" => __("Popover Shortcode", "Avada"), "desc" => "", "id" => "popover_shortcode", "std" => "<h3 style='margin: 0;'>Popover Shortcode</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Pricing Table Shortcode", "Avada"), "desc" => "", "id" => "pricingtable_shortcode", "std" => "<h3 style='margin: 0;'>Pricing Table Shortcode</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Pricing Box Style 1 Heading Color", "Avada"), "desc" => __("Controls the heading color of full boxed pricing tables.", "Avada"), "id" => "full_boxed_pricing_box_heading_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Pricing Box Style 2 Heading Color", "Avada"), "desc" => __("Controls the heading color of separate pricing boxes.", "Avada"), "id" => "sep_pricing_box_heading_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Pricing Box Color", "Avada"), "desc" => __("Controls the color portions of pricing boxes.", "Avada"), "id" => "pricing_box_color", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Pricing Box Bg Color", "Avada"), "desc" => __("Controls the color of main background and title background.", "Avada"), "id" => "pricing_bg_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Pricing Box Border Color", "Avada"), "desc" => __("Controls the color of the outer border, pricing row and footer row backgrounds.", "Avada"), "id" => "pricing_border_color", "std" => "#f8f8f8", "type" => "color");
     $of_options[] = array("name" => __("Pricing Box Divider Color", "Avada"), "desc" => __("Controls the color of the dividers in-between pricing rows.", "Avada"), "id" => "pricing_divider_color", "std" => "#ededed", "type" => "color");
     $of_options[] = array("name" => __("Pricing Table Shortcode", "Avada"), "desc" => "", "id" => "pricingtable_shortcode", "std" => "<h3 style='margin: 0;'>Pricing Table Shortcode</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Progress Bar Shortcode", "Avada"), "desc" => "", "id" => "progressbar_shortcode", "std" => "<h3 style='margin: 0;'>Progress Bar Shortcode</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Progress Bar Filled Color", "Avada"), "desc" => __("Controls the color of the filled area in progress bars.", "Avada"), "id" => "progressbar_filled_color", "std" => "#a0ce4e", "type" => "color");
     $of_options[] = array("name" => __("Progress Bar Unfilled Color", "Avada"), "desc" => __("Controls the color of the unfilled area in progress bars.", "Avada"), "id" => "progressbar_unfilled_color", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Progress Bar Text Color", "Avada"), "desc" => __("Controls the color of the text in progress bars.", "Avada"), "id" => "progressbar_text_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Progress Bar Shortcode", "Avada"), "desc" => "", "id" => "progressbar_shortcode", "std" => "<h3 style='margin: 0;'>Progress Bar Shortcode</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Separator Shortcode", "Avada"), "desc" => "", "id" => "separator_shortcode", "std" => "<h3 style='margin: 0;'>Separator Shortcode</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Separators Color", "Avada"), "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, counter boxes and more.", "Avada"), "id" => "sep_color", "std" => "#e0dede", "type" => "color");
     $of_options[] = array("name" => __("Separator Shortcode", "Avada"), "desc" => "", "id" => "separator_shortcode", "std" => "<h3 style='margin: 0;'>Separator Shortcode</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Section Separator Shortcode", "Avada"), "desc" => "", "id" => "sectionseparator_shortcode", "std" => "<h3 style='margin: 0;'>Section Separator Shortcode</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Section Separator Border Size", "Avada"), "desc" => __("Controls the border size of the section separator.", "Avada"), "id" => "section_sep_border_size", "std" => "1px", "type" => "text");
     $of_options[] = array("name" => __("Section Separator Background Color of Divider Candy", "Avada"), "desc" => __("Controls the background color of the divider candy.", "Avada"), "id" => "section_sep_bg", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Section Separator Border Color", "Avada"), "desc" => __("Controls the border color of the separator.", "Avada"), "id" => "section_sep_border_color", "std" => '#f6f6f6', "type" => "color");
     $of_options[] = array("name" => __("Section Separator Shortcode", "Avada"), "desc" => "", "id" => "sectionseparator_shortcode", "std" => "<h3 style='margin: 0;'>Section Separator Shortcode</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Sharing Box Shortcode", "Avada"), "desc" => "", "id" => "sharingbox_shortcode", "std" => "<h3 style='margin: 0;'>Sharing Box Shortcode</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Sharing Box Background Color", "Avada"), "desc" => __("Controls the background color of the sharing box.", "Avada"), "id" => "sharing_box_bg_color", "std" => '#f6f6f6', "type" => "color");
     $of_options[] = array("name" => __("Sharing Box Tagline Text Color", "Avada"), "desc" => __("Controls the text color of the tagline text.", "Avada"), "id" => "sharing_box_tagline_text_color", "std" => '#333333', "type" => "color");
     $of_options[] = array("name" => __("Sharing Box Shortcode", "Avada"), "desc" => "", "id" => "sharingbox_shortcode", "std" => "<h3 style='margin: 0;'>Sharing Box Shortcode</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Social Links Shortcode", "Avada"), "desc" => "", "id" => "sociallinks_shortcode", "std" => "<h3 style='margin: 0;'>Social Links Shortcode</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Social Links Custom Icons Color", "Avada"), "desc" => __("Select a custom social icon color.", "Avada"), "id" => "social_links_icon_color", "std" => "#bebdbd", "type" => "color");
     $of_options[] = array("name" => __("Social Links Icons Boxed", "Avada"), "desc" => __("Controls the color of the social icons in the sharing box.", "Avada"), "id" => "social_links_boxed", "std" => "No", "type" => "select", "options" => array('No' => 'No', 'Yes' => 'Yes'));
     $of_options[] = array("name" => __("Social Links Icons Custom Box Color", "Avada"), "desc" => __("Select a custom social icon box color.", "Avada"), "id" => "social_links_box_color", "std" => "#e8e8e8", "type" => "color");
     $of_options[] = array("name" => __("Social Links Icons Boxed Radius", "Avada"), "desc" => __("Boxradius for the social icons. In pixels, ex: 4px.", "Avada"), "id" => "social_links_boxed_radius", "std" => "4px", "type" => "text");
     $of_options[] = array("name" => __("Social Links Icons Tooltip Position", "Avada"), "desc" => __("Controls the tooltip position of the social icons in the sharing box.", "Avada"), "id" => "social_links_tooltip_placement", "std" => "Top", "type" => "select", "options" => array('Top' => 'Top', 'Right' => 'Right', 'Bottom' => 'Bottom', 'Left' => 'Left', 'None' => 'None'));
     $of_options[] = array("name" => __("Social Links Shortcode", "Avada"), "desc" => "", "id" => "sociallinks_shortcode", "std" => "<h3 style='margin: 0;'>Social Links Shortcode</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Tabs Shortcode", "Avada"), "desc" => "", "id" => "tabs_shortcode", "std" => "<h3 style='margin: 0;'>Tabs Shortcode</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Tabs Background Color + Hover Color", "Avada"), "desc" => __("Controls the color of the active tab, content background color and tab hover.", "Avada"), "id" => "tabs_bg_color", "std" => "#ffffff", "type" => "color");
     $of_options[] = array("name" => __("Tabs Inactive Color", "Avada"), "desc" => __("Controls the color of the inactive tabs and the outer tab border.", "Avada"), "id" => "tabs_inactive_color", "std" => "#ebeaea", "type" => "color");
     $of_options[] = array("name" => __("Tabs Shortcode", "Avada"), "desc" => "", "id" => "tabs_shortcode", "std" => "<h3 style='margin: 0;'>Tabs Shortcode</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Tagline Shortcode", "Avada"), "desc" => "", "id" => "tagline_shortcode", "std" => "<h3 style='margin: 0;'>Tagline Shortcode</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Tagline Box Background Color", "Avada"), "desc" => __("Controls the background color of the tagline box.", "Avada"), "id" => "tagline_bg", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Tagline Box Border Color", "Avada"), "desc" => __("Controls the border color of the tagline box.", "Avada"), "id" => "tagline_border_color", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Tagline Shortcode", "Avada"), "desc" => "", "id" => "tagline_shortcode", "std" => "<h3 style='margin: 0;'>Tagline Shortcode</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Testimonials Shortcode", "Avada"), "desc" => "", "id" => "testimonials_shortcode", "std" => "<h3 style='margin: 0;'>Testimonials Shortcode</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Testimonial Background Color", "Avada"), "desc" => __("Controls the background color of the testimonial.", "Avada"), "id" => "testimonial_bg_color", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Testimonial Text Color", "Avada"), "desc" => __("Controls the text color of the testimonial font.", "Avada"), "id" => "testimonial_text_color", "std" => "#747474", "type" => "color");
     $of_options[] = array("name" => __("Testimonials Speed", "Avada"), "desc" => __("Select the slideshow speed, 1000 = 1 second.", "Avada"), "id" => "testimonials_speed", "std" => "4000", "type" => "text");
     $of_options[] = array("name" => __("Testimonials Shortcode", "Avada"), "desc" => "", "id" => "testimonials_shortcode", "std" => "<h3 style='margin: 0;'>Testimonials Shortcode</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Title Shortcode", "Avada"), "desc" => "", "id" => "title_shortcode", "std" => "<h3 style='margin: 0;'>Title Shortcode</h3>", "position" => "start", "type" => "accordion");
     $of_options[] = array("name" => __("Title Separator Color", "Avada"), "desc" => __("Controls the color of the title separators", "Avada"), "id" => "title_border_color", "std" => "#e0dede", "type" => "color");
     $of_options[] = array("name" => __("Title Shortcode", "Avada"), "desc" => "", "id" => "title_shortcode", "std" => "<h3 style='margin: 0;'>Title Shortcode</h3>", "position" => "end", "type" => "accordion");
     $of_options[] = array("name" => __("Blog", "Avada"), "type" => "heading");
     $of_options[] = array("name" => __("General Blog Options", "Avada"), "desc" => "", "id" => "blog_single_post", "std" => "<h3 style='margin: 0;'>General Blog Options</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Blog Page Title", "Avada"), "desc" => __("This text will display in the page title bar of the assigned blog page.", "Avada"), "id" => "blog_title", "std" => "Blog", "type" => "text");
     $of_options[] = array("name" => __("Blog Page Subtitle", "Avada"), "desc" => __("This text will display as subheading in the page title bar of the assigned blog page.", "Avada"), "id" => "blog_subtitle", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Page Title Bar", "Avada"), "desc" => __("Check the box to show the page title bar for the assigned blog page.", "Avada"), "id" => "blog_show_page_title_bar", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Blog Layout", "Avada"), "desc" => __("Select the layout for the assigned blog page in settings > reading.", "Avada"), "id" => "blog_layout", "std" => "Large", "type" => "select", "options" => array('Large' => 'Large', 'Medium' => 'Medium', 'Large Alternate' => 'Large Alternate', 'Medium Alternate' => 'Medium Alternate', 'Grid' => 'Grid', 'Timeline' => 'Timeline'));
     $of_options[] = array("name" => __("Blog Sidebar Position", "Avada"), "desc" => __("Select the sidebar 1 position for the blog pages. If sidebar 2 is selected, it will display on the opposite side.", "Avada"), "id" => "blog_sidebar_position", "std" => "Right", "type" => "select", "options" => array('Right' => 'Right', 'Left' => 'Left'));
     $of_options[] = array("name" => __("Blog Archive/Category Layout", "Avada"), "desc" => __("Select the layout for the blog archive/category pages.", "Avada"), "id" => "blog_archive_layout", "std" => "Large", "type" => "select", "options" => array('Large' => 'Large', 'Medium' => 'Medium', 'Large Alternate' => 'Large Alternate', 'Medium Alternate' => 'Medium Alternate', 'Grid' => 'Grid', 'Timeline' => 'Timeline'));
     $of_options[] = array("name" => __("Blog Sidebar 1", "Avada"), "desc" => __("Select the sidebar 1 that will display on the blog/archive/category pages.", "Avada"), "id" => "blog_archive_sidebar", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Blog Sidebar 2", "Avada"), "desc" => __("Select the sidebar 2 that will display on the blog/archive/category pages. Sidebar 2 can only be used if sidebar 1 is selected.", "Avada"), "id" => "blog_archive_sidebar_2", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Pagination Type", "Avada"), "desc" => __("Select the pagination type for the assigned blog page in settings > reading.", "Avada"), "id" => "blog_pagination_type", "std" => "pagination", "type" => "select", "options" => array('Pagination' => 'Pagination', 'Infinite Scroll' => 'Infinite Scroll'));
     $of_options[] = array("name" => __("Grid Layout # of Columns", "Avada"), "desc" => __("Select whether to display the grid layout in 2, 3 or 4 columns.", "Avada"), "id" => "blog_grid_columns", "std" => "3", "type" => "select", "options" => array('2' => '2', '3' => '3', '4' => '4', '5' => '5', '6' => '6'));
     $of_options[] = array("name" => __("Excerpt or Full Blog Content", "Avada"), "desc" => __("Choose to display an excerpt or full content on blog pages.", "Avada"), "id" => "content_length", "std" => "Excerpt", "type" => "select", "options" => array('Excerpt' => 'Excerpt', 'Full Content' => 'Full Content'));
     $of_options[] = array("name" => __("Excerpt Length", "Avada"), "desc" => __("Insert the number of words you want to show in the post excerpts.", "Avada"), "id" => "excerpt_length_blog", "std" => "55", "type" => "text");
     $of_options[] = array("name" => __("Strip HTML from Excerpt", "Avada"), "desc" => __("Check the box if you want to strip HTML from the excerpt content only.", "Avada"), "id" => "strip_html_excerpt", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Set All Post Items Full Width", "Avada"), "desc" => __("Check the box to turn all single post items to full width with no sidebar.", "Avada"), "id" => "single_post_full_width", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Featured Image On Blog Archive Page", "Avada"), "desc" => __("Check the box to display featured images on blog archive page.", "Avada"), "id" => "featured_images", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Blog Alternate Date Format - Month and Year", "Avada"), "desc" => __("<a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Formatting Date and Time</a>", "Avada"), "id" => "alternate_date_format_month_year", "std" => "m, Y", "type" => "text");
     $of_options[] = array("name" => __("Blog Alternate Date Format - Day", "Avada"), "desc" => __("<a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Formatting Date and Time</a>", "Avada"), "id" => "alternate_date_format_day", "std" => "j", "type" => "text");
     $of_options[] = array("name" => __("Blog Timeline Date Format - Timeline Labels", "Avada"), "desc" => __("<a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Formatting Date</a>", "Avada"), "id" => "timeline_date_format", "std" => "F Y", "type" => "text");
     $of_options[] = array("name" => __("Blog Single Post", "Avada"), "desc" => "", "id" => "blog_single_post", "std" => "<h3 style='margin: 0;'>Blog Single Post Page Options</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Featured Image / Video on Single Post Page", "Avada"), "desc" => __("Check the box to display featured images and videos on single post pages.", "Avada"), "id" => "featured_images_single", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Previous/Next Pagination", "Avada"), "desc" => __("Check the box to disable previous/next pagination.", "Avada"), "id" => "blog_pn_nav", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Post Title", "Avada"), "desc" => __("Check the box to display the post title that goes below the featured images.", "Avada"), "id" => "blog_post_title", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Author Info Box", "Avada"), "desc" => __("Check the box to display the author info box below posts.", "Avada"), "id" => "author_info", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Social Sharing Box", "Avada"), "desc" => __("Check the box to display the social sharing box.", "Avada"), "id" => "social_sharing_box", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Related Posts", "Avada"), "desc" => __("Check the box to display related posts.", "Avada"), "id" => "related_posts", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Comments", "Avada"), "desc" => __("Check the box to display comments.", "Avada"), "id" => "blog_comments", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Blog Meta", "Avada"), "desc" => "", "id" => "blog_meta", "std" => "<h3 style='margin: 0;'>Blog Meta Options</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Post Meta", "Avada"), "desc" => __("Check the box to display post meta on blog posts.", "Avada"), "id" => "post_meta", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Post Meta Author", "Avada"), "desc" => __("Check the box to hide the author name from post meta.", "Avada"), "id" => "post_meta_author", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Post Meta Date", "Avada"), "desc" => __("Check the box to hide the date from post meta.", "Avada"), "id" => "post_meta_date", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Post Meta Categories", "Avada"), "desc" => __("Check the box to hide the categories from post meta.", "Avada"), "id" => "post_meta_cats", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Post Meta Comments", "Avada"), "desc" => __("Check the box to hide the comments from post meta.", "Avada"), "id" => "post_meta_comments", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Post Meta Read More Link", "Avada"), "desc" => __("Check the box to hide the read more link from post meta.", "Avada"), "id" => "post_meta_read", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Post Meta Tags", "Avada"), "desc" => __("Check the box to hide the tags from post meta.", "Avada"), "id" => "post_meta_tags", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Date Format", "Avada"), "desc" => __("<a href='http://codex.wordpress.org/Formatting_Date_and_Time'>Formatting Date and Time</a>", "Avada"), "id" => "date_format", "std" => "F jS, Y", "type" => "text");
     $of_options[] = array("name" => __("Portfolio", "Avada"), "type" => "heading");
     $of_options[] = array("name" => __("General Portfolio Options", "Avada"), "desc" => "", "id" => "blog_single_post", "std" => "<h3 style='margin: 0;'>General Portfolio Options</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Number of Portfolio Items Per Page", "Avada"), "desc" => __("Insert the number of posts to display per page.", "Avada"), "id" => "portfolio_items", "std" => "10", "type" => "text");
     $of_options[] = array("name" => __("Portfolio Archive/Category Layout", "Avada"), "desc" => __("Select the layout for only the archive/category pages.", "Avada"), "id" => "portfolio_archive_layout", "std" => "Portfolio One Column", "type" => "select", "options" => array('Portfolio One Column' => 'Portfolio One Column', 'Portfolio Two Column' => 'Portfolio Two Column', 'Portfolio Three Column' => 'Portfolio Three Column', 'Portfolio Four Column' => 'Portfolio Four Column', 'Portfolio Five Column' => 'Portfolio Five Column', 'Portfolio Six Column' => 'Portfolio Six Column', 'Portfolio One Column Text' => 'Portfolio One Column Text', 'Portfolio Two Column Text' => 'Portfolio Two Column Text', 'Portfolio Three Column Text' => 'Portfolio Three Column Text', 'Portfolio Four Column Text' => 'Portfolio Four Column Text', 'Portfolio Five Column Text' => 'Portfolio Five Column Text', 'Portfolio Six Column Text' => 'Portfolio Six Column Text', 'Portfolio Grid' => 'Portfolio Grid'));
     $of_options[] = array("name" => __("Portfolio Archive/Category Sidebar 1", "Avada"), "desc" => __("Select sidebar 1 that will display on the archive/category pages.", "Avada"), "id" => "portfolio_archive_sidebar", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Portfolio Archive/Category Sidebar 2", "Avada"), "desc" => __("Select sidebar 2 that will display on the archive/category pages. Sidebar 2 can only be used if sidebar 1 is selected.", "Avada"), "id" => "portfolio_archive_sidebar_2", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Excerpt or Full Portfolio Content", "Avada"), "desc" => __("Choose to show a text excerpt or full content.", "Avada"), "id" => "portfolio_content_length", "std" => "Excerpt", "type" => "select", "options" => array('Excerpt' => 'Excerpt', 'Full Content' => 'Full Content'));
     $of_options[] = array("name" => __("Excerpt Length", "Avada"), "desc" => __("Insert the number of words you want to show in the post excerpts.", "Avada"), "id" => "excerpt_length_portfolio", "std" => "55", "type" => "text");
     $of_options[] = array("name" => __("Grid Pagination Type", "Avada"), "desc" => __("Select the pagination type for Portfolio Grid layouts.", "Avada"), "id" => "grid_pagination_type", "std" => "pagination", "type" => "select", "options" => array('Pagination' => 'Pagination', 'Infinite Scroll' => 'Infinite Scroll'));
     $of_options[] = array("name" => __("Portfolio Text Layout", "Avada"), "desc" => __("Select if the portfolio text layouts are boxed or unboxed.", "Avada"), "id" => "portfolio_text_layout", "std" => "unboxed", "type" => "select", "options" => array('boxed' => 'Boxed', 'unboxed' => 'Unboxed'));
     $of_options[] = array("name" => __("Portfolio Slug", "Avada"), "desc" => __("Change/Rewrite the permalink when you use the permalink type as %postname%. <strong>Make sure to regenerate permalinks.</strong>", "Avada"), "id" => "portfolio_slug", "std" => "portfolio-items", "type" => "text");
     $of_options[] = array("name" => __("Portfolio Featured Image Size ", "Avada"), "desc" => __("Choose if the featured images are fixed (cropped) or auto (full image ratio) for all portfolio column page templates. IMPORTANT: Fixed images work best with smaller site widths. Auto images work best with larger site widths.", "Avada"), "id" => "portfolio_featured_image_size", "std" => "fixed", "type" => "select", "options" => array('cropped' => 'Fixed', 'full' => 'Auto'));
     $of_options[] = array("name" => __("Portfolio Single Post Page Options", "Avada"), "desc" => "", "id" => "blog_single_post", "std" => "<h3 style='margin: 0;'>Portfolio Single Post Page Options</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Featured Image / Video on Single Post Page", "Avada"), "desc" => __("Check the box to display featured images and videos on single post pages.", "Avada"), "id" => "portfolio_featured_images", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Previous/Next Pagination", "Avada"), "desc" => __("Check the box to disable previous/next pagination.", "Avada"), "id" => "portfolio_pn_nav", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Show Comments", "Avada"), "desc" => __("Check the box to enable comments on portfolio items.", "Avada"), "id" => "portfolio_comments", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Show Author", "Avada"), "desc" => __("Check the box to enable Author on portfolio items.", "Avada"), "id" => "portfolio_author", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Social Sharing Box", "Avada"), "desc" => __("Check the box to display the social sharing box.", "Avada"), "id" => "portfolio_social_sharing_box", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Related Posts", "Avada"), "desc" => __("Check the box to display related posts.", "Avada"), "id" => "portfolio_related_posts", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Social Sharing Box", "Avada"), "type" => "heading");
     $of_options[] = array("name" => __("Social Share Box Icon Options", "Avada"), "desc" => "", "id" => "social_share_box_icon_options_title", "std" => "<h3 style='margin: 0;'>Social Share Box Icon Options</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Social Share Box Background Color", "Avada"), "desc" => __("Controls the background color of the social share box.", "Avada"), "id" => "social_bg_color", "std" => "#f6f6f6", "type" => "color");
     $of_options[] = array("name" => __("Social Sharing Box Custom Icons Color", "Avada"), "desc" => __("Select a custom social icon color.", "Avada"), "id" => "sharing_social_links_icon_color", "std" => "#bebdbd", "type" => "color");
     $of_options[] = array("name" => __("Social Sharing Box Icons Boxed", "Avada"), "desc" => __("Controls the color of the social icons in the sharing box.", "Avada"), "id" => "sharing_social_links_boxed", "std" => "No", "type" => "select", "options" => array('No' => 'No', 'Yes' => 'Yes'));
     $of_options[] = array("name" => __("Social Sharing Box Icons Custom Box Color", "Avada"), "desc" => __("Select a custom social icon box color.", "Avada"), "id" => "sharing_social_links_box_color", "std" => "#e8e8e8", "type" => "color");
     $of_options[] = array("name" => __("Social Sharing Box Icons Boxed Radius", "Avada"), "desc" => __("Boxradius for the social icons. In pixels, ex: 4px.", "Avada"), "id" => "sharing_social_links_boxed_radius", "std" => "4px", "type" => "text");
     $of_options[] = array("name" => __("Social Sharing Box Icons Tooltip Position", "Avada"), "desc" => __("Controls the tooltip position of the social icons in the sharing box.", "Avada"), "id" => "sharing_social_links_tooltip_placement", "std" => "Top", "type" => "select", "options" => array('Top' => 'Top', 'Right' => 'Right', 'Bottom' => 'Bottom', 'Left' => 'Left', 'None' => 'None'));
     $of_options[] = array("name" => __("Social Share Box Links", "Avada"), "desc" => "", "id" => "social_share_box_links_title", "std" => "<h3 style='margin: 0;'>Social Share Box Links</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Facebook", "Avada"), "desc" => __("Check the box to show the facebook sharing icon in blog posts.", "Avada"), "id" => "sharing_facebook", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Twitter", "Avada"), "desc" => __("Check the box to show the twitter sharing icon in blog posts.", "Avada"), "id" => "sharing_twitter", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Reddit", "Avada"), "desc" => __("Check the box to show the reddit sharing icon in blog posts.", "Avada"), "id" => "sharing_reddit", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("LinkedIn", "Avada"), "desc" => __("Check the box to show the linkedin sharing icon in blog posts.", "Avada"), "id" => "sharing_linkedin", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Google Plus", "Avada"), "desc" => __("Check the box to show the g+ sharing icon in blog posts.", "Avada"), "id" => "sharing_google", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Tumblr", "Avada"), "desc" => __("Check the box to show the tumblr sharing icon in blog posts.", "Avada"), "id" => "sharing_tumblr", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Pinterest", "Avada"), "desc" => __("Check the box to show the pinterest sharing icon in blog posts.", "Avada"), "id" => "sharing_pinterest", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("VK", "Avada"), "desc" => __("Check the box to show the vk sharing icon in blog posts.", "Avada"), "id" => "sharing_vk", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Email", "Avada"), "desc" => __("Check the box to show the email sharing icon in blog posts.", "Avada"), "id" => "sharing_email", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Social Media", "Avada"), "type" => "heading");
     $social_links[] = array("name" => __("Facebook", "Avada"), "desc" => __("Insert your custom link to show the Facebook icon. Leave blank to hide icon.", "Avada"), "id" => "facebook_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Flickr", "Avada"), "desc" => __("Insert your custom link to show the Flickr icon. Leave blank to hide icon.", "Avada"), "id" => "flickr_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("RSS", "Avada"), "desc" => __("Insert your custom link to show the RSS icon. Leave blank to hide icon.", "Avada"), "id" => "rss_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Twitter", "Avada"), "desc" => __("Insert your custom link to show the Twitter icon. Leave blank to hide icon.", "Avada"), "id" => "twitter_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Vimeo", "Avada"), "desc" => __("Insert your custom link to show the Vimeo icon. Leave blank to hide icon.", "Avada"), "id" => "vimeo_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Youtube", "Avada"), "desc" => __("Insert your custom link to show the Youtube icon. Leave blank to hide icon.", "Avada"), "id" => "youtube_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Instagram", "Avada"), "desc" => __("Insert your custom link to show the Instagram icon. Leave blank to hide icon.", "Avada"), "id" => "instagram_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Pinterest", "Avada"), "desc" => __("Insert your custom link to show the Pinterest icon. Leave blank to hide icon.", "Avada"), "id" => "pinterest_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Tumblr", "Avada"), "desc" => __("Insert your custom link to show the Tumblr icon. Leave blank to hide icon.", "Avada"), "id" => "tumblr_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Google+", "Avada"), "desc" => __("Insert your custom link to show the Google+ icon. Leave blank to hide icon.", "Avada"), "id" => "google_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Dribbble", "Avada"), "desc" => __("Insert your custom link to show the Dribbble icon. Leave blank to hide icon.", "Avada"), "id" => "dribbble_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Digg", "Avada"), "desc" => __("Insert your custom link to show the Digg icon. Leave blank to hide icon.", "Avada"), "id" => "digg_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("LinkedIn", "Avada"), "desc" => __("Insert your custom link to show the LinkedIn icon. Leave blank to hide icon.", "Avada"), "id" => "linkedin_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Blogger", "Avada"), "desc" => __("Insert your custom link to show the Blogger icon. Leave blank to hide icon.", "Avada"), "id" => "blogger_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Skype", "Avada"), "desc" => __("Insert your custom link to show the Skype icon. Leave blank to hide icon.", "Avada"), "id" => "skype_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Forrst", "Avada"), "desc" => __("Insert your custom link to show the Forrst icon. Leave blank to hide icon.", "Avada"), "id" => "forrst_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Myspace", "Avada"), "desc" => __("Insert your custom link to show the Myspace icon. Leave blank to hide icon.", "Avada"), "id" => "myspace_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Deviantart", "Avada"), "desc" => __("Insert your custom link to show the Deviantart icon. Leave blank to hide icon.", "Avada"), "id" => "deviantart_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Yahoo", "Avada"), "desc" => __("Insert your custom link to show the Yahoo icon. Leave blank to hide icon.", "Avada"), "id" => "yahoo_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Reddit", "Avada"), "desc" => __("Insert your custom link to show the Redditt icon. Leave blank to hide icon.", "Avada"), "id" => "reddit_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Paypal", "Avada"), "desc" => __("Insert your custom link to show the Paypal icon. Leave blank to hide icon.", "Avada"), "id" => "paypal_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Dropbox", "Avada"), "desc" => __("Insert your custom link to show the Dropbox icon. Leave blank to hide icon.", "Avada"), "id" => "dropbox_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Soundclound", "Avada"), "desc" => __("Insert your custom link to show the Soundcloud icon. Leave blank to hide icon.", "Avada"), "id" => "soundcloud_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("VK", "Avada"), "desc" => __("Insert your custom link to show the VK icon. Leave blank to hide icon.", "Avada"), "id" => "vk_link", "std" => "", "type" => "text");
     $social_links[] = array("name" => __("Email Address", "Avada"), "desc" => __("Insert your custom link to show the mail icon. Leave blank to hide icon.", "Avada"), "id" => "email_link", "std" => "", "type" => "text");
     $of_options[] = array("name" => "", "desc" => "", "id" => "social_sorter", "std" => "", "type" => "fusion_sorter", "fields" => $social_links);
     $of_options[] = array("name" => __("Custom Social Icon", "Avada"), "desc" => "", "id" => "custom_color_scheme_element", "std" => "<h3 style='margin: 0;'>Custom Social Icon</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Custom Icon Name", "Avada"), "desc" => __("This is the icon name that shows in the hover tooltip.", "Avada"), "id" => "custom_icon_name", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Custom Icon Image", "Avada"), "desc" => __("Select an image file for your custom icon.", "Avada"), "id" => "custom_icon_image", "std" => "", "mod" => "", "type" => "media");
     $of_options[] = array("name" => __("Custom Icon Image Retina", "Avada"), "desc" => __("Select an image file for the retina version of the icon. It should be 2x the size of main icon.", "Avada"), "id" => "custom_icon_image_retina", "std" => "", "mod" => "", "type" => "media");
     $of_options[] = array("name" => __("Standard Icon Width for Retina Icon", "Avada"), "desc" => __("If retina icon is added, enter the standard icon (1x) version width, do not enter the retina icon width.", "Avada"), "id" => "retina_icon_width", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Standard Icon Height for Retina Icon", "Avada"), "desc" => __("If retina icon is added, enter the standard icon (1x) version height, do not enter the retina icon height.", "Avada"), "id" => "retina_icon_height", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Custom Icon Link", "Avada"), "desc" => __("Insert a link for your custom icon.", "Avada"), "id" => "custom_icon_link", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Slideshows", "Avada"), "type" => "heading");
     $of_options[] = array("name" => __("Posts Slideshow Images", "Avada"), "desc" => __("This option controls the number of featured image boxes for blog/portfolio slideshows.", "Avada"), "id" => "posts_slideshow_number", "std" => "5", "type" => "text");
     $of_options[] = array("name" => __("Autoplay", "Avada"), "desc" => __("Check the box to autoplay the slideshow.", "Avada"), "id" => "slideshow_autoplay", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Enable Smooth Height", "Avada"), "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.", "Avada"), "id" => "slideshow_smooth_height", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Slideshow speed", "Avada"), "desc" => __("Controls the speed of slideshows for the [slider] shortcode and sliders within posts. ex: 1000 = 1 second.", "Avada"), "id" => "slideshow_speed", "std" => "7000", "type" => "text");
     $of_options[] = array("name" => __("Pagination circles below video slides", "Avada"), "desc" => __("Check the box if you want to show pagination circles below a video slide for the slider shortcode. Leave it unchecked to hide them on video slides.", "Avada"), "id" => "pagination_video_slide", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Elastic Slider", "Avada"), "type" => "heading");
     $of_options[] = array("name" => __("Slider Width", "Avada"), "desc" => __("In pixels or percentage, ex: 100% or 100.", "Avada"), "id" => "tfes_slider_width", "std" => "100%", "type" => "text");
     $of_options[] = array("name" => __("Slider Height", "Avada"), "desc" => __("In pixels, ex: 100px.", "Avada"), "id" => "tfes_slider_height", "std" => "400px", "type" => "text");
     $of_options[] = array("name" => __("Animation", "Avada"), "desc" => __("Slides animate from sides or center.", "Avada"), "id" => "tfes_animation", "std" => "sides", "options" => array('sides' => 'sides', 'center' => 'center'), "type" => "select");
     $of_options[] = array("name" => __("Autoplay", "Avada"), "desc" => __("Check the box to autoplay the slides.", "Avada"), "id" => "tfes_autoplay", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Slideshow Interval", "Avada"), "desc" => __("Select the slideshow speed, 1000 = 1 second.", "Avada"), "id" => "tfes_interval", "std" => "3000", "type" => "text");
     $of_options[] = array("name" => __("Sliding Speed", "Avada"), "desc" => __("Select the animation speed, 1000 = 1 second.", "Avada"), "id" => "tfes_speed", "std" => "800", "type" => "text");
     $of_options[] = array("name" => __("Thumbnail Width", "Avada"), "desc" => __("Enter the width for thumbnail without 'px' ex: 100.", "Avada"), "id" => "tfes_width", "std" => "150", "type" => "text");
     $of_options[] = array("name" => __("Title Font Size (px)", "Avada"), "desc" => __("Default is 42", "Avada"), "id" => "es_title_font_size", "std" => "42", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Caption Font Size (px)", "Avada"), "desc" => __("Default is 20", "Avada"), "id" => "es_caption_font_size", "std" => "20", "type" => "select", "options" => $font_sizes);
     $of_options[] = array("name" => __("Title Color", "Avada"), "desc" => __("Controls the text color of the title font.", "Avada"), "id" => "es_title_color", "std" => "#333333", "type" => "color");
     $of_options[] = array("name" => __("Caption Color", "Avada"), "desc" => __("Controls the text color of the caption font.", "Avada"), "id" => "es_caption_color", "std" => "#747474", "type" => "color");
     $of_options[] = array("name" => __("Lightbox", "Avada"), "type" => "heading");
     $of_options[] = array("name" => __("Lightbox", "Avada"), "desc" => "", "id" => "lightbox", "std" => "<h3 style='margin: 0;'>Lightbox Options</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Disable Lightbox", "Avada"), "desc" => __("Check to disable Lightbox.", "Avada"), "id" => "status_lightbox", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Lightbox On Mobile", "Avada"), "desc" => __("Check to disable Lightbox on mobile devices.", "Avada"), "id" => "status_lightbox_mobile", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Lightbox On Single Posts Pages Only", "Avada"), "desc" => __("Check the box to disable Lightbox only on single posts and portfolio pages..", "Avada"), "id" => "status_lightbox_single", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Animation Speed", "Avada"), "desc" => __("Set the speed of the animation.", "Avada"), "id" => "lightbox_animation_speed", "std" => "fast", "type" => "select", "options" => array('Fast' => 'Fast', 'Slow' => 'Slow', 'Normal' => 'Normal'));
     $of_options[] = array("name" => __("Show gallery", "Avada"), "desc" => __("Check the box to show the gallery.", "Avada"), "id" => "lightbox_gallery", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Autoplay the Lightbox Gallery", "Avada"), "desc" => __("Check the box to autoplay the lightbox gallery.", "Avada"), "id" => "lightbox_autoplay", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Slideshow Speed", "Avada"), "desc" => __("If autoplay is enabled, set the slideshow speed, 1000 = 1 second.", "Avada"), "id" => "lightbox_slideshow_speed", "std" => "5000", "type" => "text");
     $of_options[] = array("name" => __("Background Opacity", "Avada"), "desc" => __("Set the opacity of background, <br />0.1 (lowest) to 1 (highest).", "Avada"), "id" => "lightbox_opacity", "std" => "0.8", "type" => "text");
     $of_options[] = array("name" => __("Show Caption", "Avada"), "desc" => __("Check the box to show the image caption.", "Avada"), "id" => "lightbox_title", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Show Description", "Avada"), "desc" => __("Check the box to show the image description. The Alternative text field is used for the description.", "Avada"), "id" => "lightbox_desc", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Social Sharing", "Avada"), "desc" => __("Check the box to show social sharing buttons on lightbox.", "Avada"), "id" => "lightbox_social", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Show Post Images in Lightbox", "Avada"), "desc" => __("Check the box to show post images that are inside the post content area in the lightbox.", "Avada"), "id" => "lightbox_post_images", "std" => 1, "type" => "checkbox");
     // Theme Specific Options
     $of_options[] = array("name" => __("Contact", "Avada"), "type" => "heading");
     $of_options[] = array("name" => __("Google Map", "Avada"), "desc" => "", "id" => "google_map", "std" => "<h3 style='margin: 0;'>Google Map Options</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Google Map Type", "Avada"), "desc" => __("Select the type of google map to show on the contact page.", "Avada"), "id" => "gmap_type", "std" => "roadmap", "options" => array('roadmap' => 'roadmap', 'satellite' => 'satellite', 'hybrid' => 'hybrid', 'terrain' => 'terrain'), "type" => "select");
     $of_options[] = array("name" => __("Google Map Width", "Avada"), "desc" => __("In pixels or percentage, ex: 100% or 100px.", "Avada"), "id" => "gmap_width", "std" => "100%", "type" => "text");
     $of_options[] = array("name" => __("Google Map Height", "Avada"), "desc" => __("In pixels, ex: 100px.", "Avada"), "id" => "gmap_height", "std" => "415px", "type" => "text");
     $of_options[] = array("name" => __("Google Map Top Margin", "Avada"), "desc" => __("This will only be applied to maps that are not 100% width. It controls the distance to menu/page title. In pixels, ex: 100px.", "Avada"), "id" => "gmap_topmargin", "std" => "55px", "type" => "text");
     $of_options[] = array("name" => __("Google Map Address", "Avada"), "desc" => __("Single address ex: 775 New York Ave, Brooklyn, Kings, New York 11203. <br />For multiple markers, separate the addresses with the | symbol.<br /> ex: Address 1|Address 2|Address 3.<br />You can also use coordinates. ex: latlng=40.714224,-73.961452.", "Avada"), "id" => "gmap_address", "std" => "775 New York Ave, Brooklyn, Kings, New York 11203", "type" => "textarea");
     $of_options[] = array("name" => __("Email Address", "Avada"), "desc" => __("Enter the email adress the form will be sent to.", "Avada"), "id" => "email_address", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Map Zoom Level", "Avada"), "desc" => __("Higher number will be more zoomed in.", "Avada"), "id" => "map_zoom_level", "std" => "8", "type" => "text");
     $of_options[] = array("name" => __("Hide Address Pin", "Avada"), "desc" => __("Check the box to hide the address pin.", "Avada"), "id" => "map_pin", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Show Map Popup On Click", "Avada"), "desc" => __("Check the box to keep the popup graphic with address info hidden when the google map loads. It will only show when the pin on the map is clicked.", "Avada"), "id" => "map_popup", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Map Scrollwheel", "Avada"), "desc" => __("Check the box to disable scrollwheel on google maps.", "Avada"), "id" => "map_scrollwheel", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Map Scale", "Avada"), "desc" => __("Check the box to disable scale on google maps.", "Avada"), "id" => "map_scale", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Map Zoom & Pan Control Icons", "Avada"), "desc" => __("Check the box to disable zoom control icon and pan control icon on google maps.", "Avada"), "id" => "map_zoomcontrol", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Google Map Design Styling", "Avada"), "desc" => "", "id" => "google_map", "std" => "<h3 style='margin: 0;'>Google Map Design Styling</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Select the Map Styling", "Avada"), "desc" => __("Choose default styling for classic google map styles. Choose theme styling for our custom style. Choose custom styling to make your own with the advanced options below.", "Avada"), "id" => "map_styling", "std" => "default", "options" => array('default' => 'Default Styling', 'theme' => 'Theme Styling', 'custom' => 'Custom Styling'), "type" => "select");
     $of_options[] = array("name" => __("Map Overlay Color", "Avada"), "desc" => __(" type.", "Avada"), "id" => "map_overlay_color", "std" => "", "type" => "color");
     $of_options[] = array("name" => __("Info Box Styling", "Avada"), "desc" => __("Custom styling setting only. Choose between default or custom info box.", "Avada"), "id" => "map_infobox_styling", "std" => "default", "options" => array('default' => 'Default Infobox', 'custom' => 'Custom Infobox'), "type" => "select");
     $of_options[] = array("name" => __("Info Box Content", "Avada"), "desc" => __("Custom styling setting only. Type in custom info box content to replace address string. For multiple addresses, separate info box contents by using the | symbol. ex: InfoBox 1|InfoBox 2|InfoBox 3", "Avada"), "id" => "map_infobox_content", "std" => "", "type" => "textarea");
     $of_options[] = array("name" => __("Info Box Background Color", "Avada"), "desc" => __("Custom styling setting only. Pick a color for the info box background.", "Avada"), "id" => "map_infobox_bg_color", "std" => "", "type" => "color");
     $of_options[] = array("name" => __("Info Box Text Color", "Avada"), "desc" => __("Custom styling setting only. Pick a color for the info box text.", "Avada"), "id" => "map_infobox_text_color", "std" => "", "type" => "color");
     $of_options[] = array("name" => __("Custom Marker Icon", "Avada"), "desc" => __(" for our custom marker. For multiple addresses, separate icons by using the | symbol or use one for all. ex: Icon 1|Icon 2|Icon 3", "Avada"), "id" => "map_custom_marker_icon", "std" => "", "type" => "textarea");
     $of_options[] = array("name" => __("ReCaptcha", "Avada"), "desc" => "", "id" => "recaptcha", "std" => "<h3 style='margin: 0;'>ReCaptcha Spam Options</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("ReCaptcha Public Key", "Avada"), "desc" => __("Follow the steps in <a href='http://theme-fusion.com/avada-doc/pages/setting-up-contact-page/'> our docs</a> to get key.", "Avada"), "id" => "recaptcha_public", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("ReCaptcha Private Key", "Avada"), "desc" => __("Follow the steps in <a href='http://theme-fusion.com/avada-doc/pages/setting-up-contact-page/'> our docs</a> to get key.", "Avada"), "id" => "recaptcha_private", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("ReCaptcha Color Scheme", "Avada"), "desc" => __("Select the recaptcha color scheme.", "Avada"), "id" => "recaptcha_color_scheme", "std" => "Clean", "type" => "select", "options" => array('red' => 'red', 'blackglass' => 'blackglass', 'clean' => 'clean', 'white' => 'white'));
     $of_options[] = array("name" => __("Search Page", "Avada"), "type" => "heading");
     $of_options[] = array("name" => __("Search", "Avada"), "desc" => "", "id" => "search", "std" => "<h3 style='margin: 0;'>Search Options</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Search Results Layout", "Avada"), "desc" => __("Select the layout for the search results page.", "Avada"), "id" => "search_layout", "std" => "Grid", "type" => "select", "options" => array('Large' => 'Large', 'Medium' => 'Medium', 'Large Alternate' => 'Large Alternate', 'Medium Alternate' => 'Medium Alternate', 'Grid' => 'Grid', 'Timeline' => 'Timeline'));
     $of_options[] = array("name" => __("Search Page Sidebar 1", "Avada"), "desc" => __("Select sidebar 1 that will display on the search results page.", "Avada"), "id" => "search_sidebar", "std" => "Blog Sidebar", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Search Page Sidebar 2", "Avada"), "desc" => __("Select sidebar 2 that will display on the search results page. Sidebar 2 can only be used if sidebar 1 is selected.", "Avada"), "id" => "search_sidebar_2", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Search Sidebar Position", "Avada"), "desc" => __("Select the sidebar 1 position for the search pages. If sidebar 2 is selected, it will display on the opposite side.", "Avada"), "id" => "search_sidebar_position", "std" => "Right", "type" => "select", "options" => array('Right' => 'Right', 'Left' => 'Left'));
     $of_options[] = array("name" => __("Search Results Content", "Avada"), "desc" => __("Select the type of content to display in search results.", "Avada"), "id" => "search_content", "std" => "Posts and Pages", "type" => "select", "options" => array('Posts and Pages' => 'Posts and Pages', 'Only Posts' => 'Only Posts', 'Only Pages' => 'Only Pages'));
     $of_options[] = array("name" => __("Hide Search Results Excerpt", "Avada"), "desc" => __("Check the box if you want to hide excerpt for search results.", "Avada"), "id" => "search_excerpt", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Number of Search Results Per Page", "Avada"), "desc" => __("Set the number of search results per page.", "Avada"), "id" => "search_results_per_page", "std" => "10", "type" => "text");
     $of_options[] = array("name" => __("Hide Featured Images from Search Results", "Avada"), "desc" => __("Check the box if you want to hide featured images for search results.", "Avada"), "id" => "search_featured_images", "std" => 0, "type" => "checkbox");
     // Theme Specific Options
     $of_options[] = array("name" => __("Extra", "Avada"), "type" => "heading");
     $of_options[] = array("name" => __("Misc Options", "Avada"), "desc" => "", "id" => "misc_options", "std" => "<h3 style='margin: 0;'>Miscellaneous Options</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Default Sidebar Position", "Avada"), "desc" => __("Select the default sidebar 1 position.", "Avada"), "id" => "default_sidebar_pos", "std" => "Right", "options" => array('Right' => 'Right', 'Left' => 'Left'), "type" => "select");
     $of_options[] = array("name" => __("Sidenav Behavior", "Avada"), "desc" => __("Controls the side navigation animation for child pages, on click or hover.", "Avada"), "id" => "sidenav_behavior", "std" => "hover", "options" => array('Hover' => 'Hover', 'Click' => 'Click'), "type" => "select");
     $of_options[] = array("name" => __("Number of Related Posts / Projects", "Avada"), "desc" => __("This option controls the amount of related projects / posts that show up on each single portfolio and blog post. ex: 5", "Avada"), "id" => "number_related_posts", "std" => "5", "type" => "text");
     $of_options[] = array("name" => __("Basis for Excerpt Length", "Avada"), "desc" => __("Choose if the excerpt length should be based on words or characters.", "Avada"), "id" => "excerpt_base", "std" => "words", "options" => array('Words' => 'Words', 'Characters' => 'Characters'), "type" => "select");
     $of_options[] = array("name" => __("Disable [...] on Excerpts", "Avada"), "desc" => __("Check the box to disable the read more sign [...] on excerpts throughout the site.", "Avada"), "id" => "disable_excerpts", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Make [...] Link to Single Post Page", "Avada"), "desc" => __("Check the box to have the read more sign [...] on excerpts link to single post page.", "Avada"), "id" => "link_read_more", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Allow Comments on Pages", "Avada"), "desc" => __("Check the box to allow comments on regular pages.", "Avada"), "id" => "comments_pages", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Featured Images on Pages", "Avada"), "desc" => __("Check the box to disable featured images on regular pages.", "Avada"), "id" => "featured_images_pages", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("FAQ Featured Images", "Avada"), "desc" => __("Check the box to show featured images on FAQ archive page.", "Avada"), "id" => "faq_featured_image", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Add 'nofollow' to social links", "Avada"), "desc" => __("Check to add 'nofollow' attribute to all social links.", "Avada"), "id" => "nofollow_social_links", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Open Social Icons in a New Window", "Avada"), "desc" => __("Check the box to allow social icons to open in a new window.", "Avada"), "id" => "social_icons_new", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Date Rich Snippet on Pages", "Avada"), "desc" => __("Check the box to disable the modification date rich snippet from pages.", "Avada"), "id" => "disable_date_rich_snippet_pages", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => "Google Maps Geocoding API Key (Optional)", "desc" => sprintf(__('Only enter an API key if maps are not already working. %s.', 'Avada'), '<a href="http://theme-fusion.com/knowledgebase/registering-google-map-api-key/">' . __('Click here to learn how to register an API key', 'Avada') . '</a>'), "id" => "google_console_api_key", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("Rollover", "Avada"), "desc" => "", "id" => "rollovers", "std" => "<h3 style='margin: 0;'>Image Rollover Options</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Image Rollover", "Avada"), "desc" => __("Check the box to show the rollover box on images.", "Avada"), "id" => "image_rollover", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Image Rollover Direction", "Avada"), "desc" => __("Selet from which direction the rollover should start.", "Avada"), "id" => "image_rollover_direction", "std" => 'left', "options" => array('left' => 'Left', 'right' => 'Right', 'bottom' => 'Bottom', 'top' => 'Top', 'center_horiz' => 'Center Horizontal', 'center_vertical' => 'Center Vertical'), "type" => "select");
     $of_options[] = array("name" => __("Disable Link Icon From Image Rollover", "Avada"), "desc" => __("Check the box to disable the link icon from image rollovers. Note: This option will override the post settings.", "Avada"), "id" => "link_image_rollover", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Image Icon From Image Rollover", "Avada"), "desc" => __("Check the box to disable the image icon from image rollovers. Note: This option will override the post settings.", "Avada"), "id" => "zoom_image_rollover", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Title From Image Rollover", "Avada"), "desc" => __("Check the box to disable the title from image rollovers.", "Avada"), "id" => "title_image_rollover", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Categories From Image Rollover", "Avada"), "desc" => __("Check the box to disable the categories from image rollovers.", "Avada"), "id" => "cats_image_rollover", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Image Rollover Opacity", "Avada"), "desc" => __("Select the opacity of the rollover. <br />0.1 (lowest) to 1 (highest).", "Avada"), "id" => "image_rollover_opacity", "std" => "0.8", "type" => "text");
     $of_options[] = array("name" => __("BBPress", "Avada"), "desc" => "", "id" => "bbpress_only", "std" => "<h3 style='margin: 0;'>BBPress Options</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("BBPress Use Global Sidebar", "Avada"), "desc" => __("Check the box if you want to use one global sidebar on all forum pages.", "Avada"), "id" => "bbpress_global_sidebar", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("BBPress Global Sidebar 1", "Avada"), "desc" => __("Select sidebar 1 that will display on forum pages globally.", "Avada"), "id" => "ppbress_sidebar", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("BBPress Global Sidebar 2", "Avada"), "desc" => __("Select sidebar 2 that will display on forum pages globally. Sidebar 2 can only be used if sidebar 1 is selected.", "Avada"), "id" => "ppbress_sidebar_2", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Advanced", "Avada"), "type" => "heading");
     $of_options[] = array("name" => __("enable_disable_heading", "Avada"), "desc" => "", "id" => "enable_disable_heading", "std" => "<h3 style='margin: 0;'>Enable / Disable Theme Features & Plugin Support</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("Disable Mega Menu", "Avada"), "desc" => __("Check to disable the theme's mega menu.", "Avada"), "id" => "disable_megamenu", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Avada Styles For Revolution Slider", "Avada"), "desc" => __("Check the box to disable the Avada styles and use the default Revolution Slider styles.", "Avada"), "id" => "avada_rev_styles", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("UberMenu Plugin Support", "Avada"), "desc" => __("Check the box if you are are using UberMenu, this option adds UberMenu support without editing any code.", "Avada"), "id" => "ubermenu", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable CSS Animations", "Avada"), "desc" => __("Check the box to disable CSS animations on shortcode items.", "Avada"), "id" => "use_animate_css", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable CSS Animations on Mobiles Only", "Avada"), "desc" => __("Check the box to disable CSS animations on mobiles only.", "Avada"), "id" => "disable_mobile_animate_css", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Youtube API Scripts", "Avada"), "desc" => __("Check the box to disable Youtube API scripts.", "Avada"), "id" => "status_yt", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Vimeo API Scripts", "Avada"), "desc" => __("Check the box to disable Vimeo API scripts.", "Avada"), "id" => "status_vimeo", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Google Map Scripts", "Avada"), "desc" => __("Check the box to disable google map.", "Avada"), "id" => "status_gmap", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable ToTop Script", "Avada"), "desc" => __("Check the box to disable the ToTop script which adds the scrolling to top functionality.", "Avada"), "id" => "status_totop", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Enable ToTop Script on mobile", "Avada"), "desc" => __("Check the box to enable the ToTop script on mobile devices.", "Avada"), "id" => "status_totop_mobile", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Fusion Slider", "Avada"), "desc" => __("Check the box to disable fusion slider.", "Avada"), "id" => "status_fusion_slider", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Elastic Slider", "Avada"), "desc" => __("Check the box to disable elastic slider.", "Avada"), "id" => "status_eslider", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable FontAwesome", "Avada"), "desc" => __("Check the box to disable font awesome.", "Avada"), "id" => "status_fontawesome", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Disable Open Graph Meta Tags", "Avada"), "desc" => __("Check the box to disable open graph meta tags which is mainly used when sharing pages on social networking sites like Facebook.", "Avada"), "id" => "status_opengraph", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Woocommerce", "Avada"), "type" => "heading");
     $of_options[] = array("name" => __("Woocommerce Number of Products per Page", "Avada"), "desc" => __("Insert the number of posts to display per page.", "Avada"), "id" => "woo_items", "std" => "12", "type" => "text");
     $of_options[] = array("name" => __("Woocommerce Number of Product Columns", "Avada"), "desc" => __("Select the number of columns for the main shop page.", "Avada"), "id" => "woocommerce_shop_page_columns", "std" => "4", "type" => "select", "options" => array("1" => "1", "2" => "2", "3" => "3", "4" => "4", "5" => "5", "6" => "6"));
     $of_options[] = array("name" => __("Woocommerce Related Product Number of Columns", "Avada"), "desc" => __("Select the number of columns for the related products on single post pages.", "Avada"), "id" => "woocommerce_related_columns", "std" => "4", "type" => "select", "options" => array("1" => "1", "2" => "2", "3" => "3", "4" => "4", "5" => "5", "6" => "6"));
     $of_options[] = array("name" => __("Woocommerce Archive/Category Number of Product Columns", "Avada"), "desc" => __("Select the number of columns for the archive/category pages.", "Avada"), "id" => "woocommerce_archive_page_columns", "std" => "3", "type" => "select", "options" => array("1" => "1", "2" => "2", "3" => "3", "4" => "4", "5" => "5", "6" => "6"));
     $of_options[] = array("name" => __("Woocommerce Archive/Category Sidebar 1", "Avada"), "desc" => __("Select sidebar 1 that will display on the archive/category pages.", "Avada"), "id" => "woocommerce_archive_sidebar", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Woocommerce Archive/Category Sidebar 2", "Avada"), "desc" => __("Select sidebar 2 that will display on the archive/category pages. Sidebar 2 can only be used if sidebar 1 is selected.", "Avada"), "id" => "woocommerce_archive_sidebar_2", "std" => "None", "type" => "select", "options" => $sidebar_options);
     $of_options[] = array("name" => __("Disable Woocommerce Shop Page Ordering Boxes", "Avada"), "desc" => __("Check the box to disable the ordering boxes displayed on the shop page.", "Avada"), "id" => "woocommerce_avada_ordering", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Use Woocommerce One Page Checkout", "Avada"), "desc" => __("Check the box to use Avada's one page checkout template.", "Avada"), "id" => "woocommerce_one_page_checkout", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Show Woocommerce Order Notes on Checkout", "Avada"), "desc" => __("Check the box to show the order notes on the checkout page..", "Avada"), "id" => "woocommerce_enable_order_notes", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Show Woocommerce My Account Link in Secondary Menu", "Avada"), "desc" => __("Check the box to show My Account link, uncheck to disable. Please note this will not show with Ubermenu.", "Avada"), "id" => "woocommerce_acc_link_top_nav", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Show Woocommerce Cart Icon in Secondary Menu", "Avada"), "desc" => __("Check the box to show the Cart icon, uncheck to disable. Please note this will not show with Ubermenu.", "Avada"), "id" => "woocommerce_cart_link_top_nav", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Show Woocommerce My Account Link in Main Menu", "Avada"), "desc" => __("Check the box to show My Account link, uncheck to disable. Please note these will not show with Ubermenu.", "Avada"), "id" => "woocommerce_acc_link_main_nav", "std" => 0, "type" => "checkbox");
     $of_options[] = array("name" => __("Show Woocommerce Cart Link in Main Menu", "Avada"), "desc" => __("Check the box to show the Cart icon, uncheck to disable. Please note these will not show with Ubermenu.", "Avada"), "id" => "woocommerce_cart_link_main_nav", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Show Woocommerce Social Icons", "Avada"), "desc" => __("Check the box to show the social icons on product pages, uncheck to disable.", "Avada"), "id" => "woocommerce_social_links", "std" => 1, "type" => "checkbox");
     $of_options[] = array("name" => __("Account Area Message 1", "Avada"), "desc" => __("Insert your text and it will appear in the first message box on the acount page.", "Avada"), "id" => "woo_acc_msg_1", "std" => "Need Assistance? Call customer service at 888-555-5555.", "type" => "textarea");
     $of_options[] = array("name" => __("Account Area Message 2", "Avada"), "desc" => __("Insert your text and it will appear in the second message box on the acount page.", "Avada"), "id" => "woo_acc_msg_2", "std" => "E-mail them at info@yourshop.com", "type" => "textarea");
     $of_options[] = array("name" => __("Custom CSS", "Avada"), "type" => "heading");
     $of_options[] = array("name" => __("Advanced CSS Customizations", "Avada"), "desc" => "", "id" => "advanced_css_intro", "std" => "<h3 style='margin: 0;'>Advanced CSS Customizations</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("CSS Code", "Avada"), "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.", "Avada"), "id" => "custom_css", "std" => "", "type" => "textarea");
     $of_options[] = array("name" => __("Backup", "Avada"), "type" => "heading");
     $of_options[] = array("name" => __("Backup and Restore Options", "Avada"), "id" => "of_backup", "std" => "", "type" => "backup", "desc" => __('You can use the two buttons below to backup your current options, and then restore it back at a later time. This is useful if you want to experiment on the options but would like to keep the old settings in case you need it back.', 'Avada'));
     $of_options[] = array("name" => __("Transfer Theme Options Data", "Avada"), "id" => "of_transfer", "std" => "", "type" => "transfer", "desc" => __("Import Options", "Avada"));
     $of_options[] = array("name" => __("Auto Updates", "Avada"), 'type' => 'heading');
     $of_options[] = array("name" => __("Theme Updater", "Avada"), "desc" => "", "id" => "theme_updater", "std" => "<h3 style='margin: 0;'>Enter all 3 required fields below!</h3>", "icon" => true, "type" => "info");
     $of_options[] = array("name" => __("ThemeForest Username", "Avada"), "desc" => "", "id" => "tf_username", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("ThemeForest Secret API Key", "Avada"), "desc" => __("You can create one from ThemeForest's user settings page.", "Avada"), "id" => "tf_api", "std" => "", "type" => "text");
     $of_options[] = array("name" => __("ThemeForest Purchase Code", "Avada"), "desc" => "", "id" => "tf_purchase_code", "std" => "", "type" => "text");
     // End Avada Edit
 }